*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    width: 100%;
  }

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding-left: 0;
    padding-right: 0;
  }
}


.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {



  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper {
  margin: 0 auto;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-display: block;
  font-family: "Avenir-LT-W01_35-Light1475496";
  src: url("https://3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/Gipper_February2022/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot") format("eot"),
    url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") ,
      url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") ,
        url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") ,
          url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg") format("svg");
            }

@font-face {
  font-display: block;
  font-family: "Avenir-LT-W01_85-Heavy1475544";
  src: url("https://3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/Gipper_February2022/fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot") format("eot"),
    url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),
      url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"),
        url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"),
          url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/20577853-40a7-4ada-a3fb-dd6e9392f401.svg") format("svg");
            }

@font-face {
  font-family: "AvenirLTStd-Black";
  src: url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/file.woff2") format("woff2"),
    url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/file.woff") format("woff"),
      url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/file.ttf") format("ttf");
        }

@font-face {
  font-family: "Avenir-LT-W05_35-Light";
  src: url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/AvenirLTW05-35Light.woff2") format("woff2"),
    url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/AvenirLTW05-35Light.woff") format("woff");
      }

@font-face {
  font-family: "Avenir-LT-W05_85-Heavy";
  src: url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/AvenirLTW05-85Heavy.woff2") format("woff2"),
    url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/AvenirLTW05-85Heavy.woff") format("woff");
      }

@font-face {08-a83bdaef3f66.eot") format("eot"),
    url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),
      url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"),
        url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"),
          url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/20577853-40a7-4ada-a3fb-dd6e9392f401.svg") format("svg");
  font-display: block;
  font-family: "Futura-LT-W01-Book";
  src: url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/Gipper_February2022/fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot") format("eot"),
    url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/8bf38806-3423-4080-b38f-d08542f7e4ac.woff2") format("woff2"),
      url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/e2b9cbeb-fa8e-41cd-8a6a-46044b29ba52.woff") format("woff"),
        url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/c2a69697-4f06-4764-abd4-625031a84e31.ttf") format("truetype"),
          url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/dc423cc1-bf86-415c-bc7d-ad7dde416a34.svg") format("svg");
            }

@font-face { 
  font-family: "Lulo-Clean-W01-One-Bold";
  src: url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/0163ac22-50a7-406e-aa64-c62ee6fbf3d7.eot") format("eot"), 
    url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/aee74cb3-c913-4b54-9722-6001c92325f2.woff2") format("woff2"),
      url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/80de9d5d-ab5f-40ce-911b-104e51e93d7c.woff") format("woff"), 
        url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/1b46b05b-cfdd-4d82-8c2f-5c6cfba1fe60.ttf") format("truetype");
          font-display: block; 
          }


@font-face { 
  font-family: "brandon-grot-w01-light";
  src: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/BrandonGrotW01-Light.eot) format("eot"), 
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/BrandonGrotW01-Light.woff2) format("woff2"),
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/BrandonGrotW01-Light.woff) format("woff"), 
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/BrandonGrotW01-Light.ttf) format("truetype");
  font-display: block; 
}

@font-face { 
  font-family: "orig_avenir_lt_std_95_black";
  src: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/AvenirLTStd-Black.eot) format("eot"), 
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/AvenirLTStd-Black.woff2) format("woff2"),
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/AvenirLTStd-Black.woff) format("woff"), 
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/AvenirLTStd-Black.ttf) format("truetype");
  font-display: block; 
}

@font-face { 
  font-family: "EncodeSans-Regular"; 
  src: url("//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/EncodeSansNormal-400-Regular.ttf") format("truetype");
    font-display: swap; 
}

@font-face {
  font-family: "Druk"; 
  src: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Druk-Medium.eot) format("eot"); 
  src: url() format("embedded-opentype"), 
     url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Druk-Medium.woff2) format("woff2"), 
     url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Druk-Medium.woff) format("woff"), 
     url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Druk-Medium.ttf) format("truetype"), 
     url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Druk-Medium.svg) format("svg"); 
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Avenir";
  src: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/AvenirLTPro-Medium.eot); /* IE9*/
  src: url() format("embedded-opentype"), /* IE6-IE8 */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/AvenirLTPro-Medium.woff2) format("woff2"), /* chrome、firefox */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/AvenirLTPro-Medium.woff) format("woff"), /* chrome、firefox */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/AvenirLTPro-Medium.ttf) format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/AvenirLTPro-Medium.svg) format("svg"); /* iOS 4.1- */
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Next";
  src: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-W04-Regular.eot); /* IE9*/
  src: url() format("embedded-opentype"), /* IE6-IE8 */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-W04-Regular.woff2) format("woff2"), /* chrome、firefox */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-W04-Regular.woff) format("woff"), /* chrome、firefox */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-W04-Regular.ttf) format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-W04-Regular.svg) format("svg"); /* iOS 4.1- */
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Next";
  src: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-LT-W02-Medium.eot); /* IE9*/
  src: url() format("embedded-opentype"), /* IE6-IE8 */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-LT-W02-Medium.woff2) format("woff2"), /* chrome、firefox */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-LT-W02-Medium.woff) format("woff"), /* chrome、firefox */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-LT-W02-Medium.ttf) format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-LT-W02-Medium.svg) format("svg"); /* iOS 4.1- */
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Next";
  src: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-LT-W02-Demi.eot); /* IE9*/
  src: url() format("embedded-opentype"), /* IE6-IE8 */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-LT-W02-Demi.woff2) format("woff2"), /* chrome、firefox */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-LT-W02-Demi.woff) format("woff"), /* chrome、firefox */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-LT-W02-Demi.ttf) format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Next";
  src: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-World-W05-Bold.eot); /* IE9*/
  src: url() format("embedded-opentype"), /* IE6-IE8 */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-World-W05-Bold.woff2) format("woff2"), /* chrome、firefox */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-World-W05-Bold.woff) format("woff"), /* chrome、firefox */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-World-W05-Bold.ttf) format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Next";
  src: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-LT-W02-Medium-It.eot); /* IE9*/
  src: url() format("embedded-opentype"), /* IE6-IE8 */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-LT-W02-Medium-It.woff2) format("woff2"), /* chrome、firefox */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-LT-W02-Medium-It.woff) format("woff"), /* chrome、firefox */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-LT-W02-Medium-It.ttf) format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-LT-W02-Medium-It.svg) format("svg"); /* iOS 4.1- */
  font-display: swap;
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Avenir Next";
  src: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-W05-Heavy-Italic.eot); /* IE9*/
  src: url() format("embedded-opentype"), /* IE6-IE8 */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-W05-Heavy-Italic.woff2) format("woff2"), /* chrome、firefox */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-W05-Heavy-Italic.woff) format("woff"), /* chrome、firefox */
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-W05-Heavy-Italic.ttf) format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/fonts/Avenir-Next-W05-Heavy-Italic.svg) format("svg"); /* iOS 4.1- */
  font-display: swap;
  font-weight: 900;
  font-style: italic;
}

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

html {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 27px;
  line-height:1.4;
}

h1,h2{
  line-height: 1.2;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 18px;
}

/* Labels */

.hs-form__field, .hs-form__field__label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-form__field__label {
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  font-size: 13px;
  color: #2b2b3c;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  width: 100%;
  outline: none !important;
}

form fieldset {
  max-width: 100% !important;
}

.hs-form__field__input--error {
  border-color: #c87872!important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #c87872;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

form label {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  display: block;
  font-family: helvetica;
}


/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  border: 1px solid #ff7a59;
  border-radius: 3px;
  padding: 12px 24px;
  background: #5bbb57;
  border-color: #5bbb57;
  color: #ffffff;
  font-family: helvetica;
  line-height: 12px;
  font-size: 12px;
}

.form-section form label.hs-error-msg, form ul.no-list.hs-error-msgs label {
  float: none;
  width: auto;
  padding: 0;
  white-space: normal;
  font-weight: normal;
  margin-top: 0;
  font-family: helvetica;
  color: #f2545b !important;
  font-size: 13px;
  line-height: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form ul.no-list.hs-error-msgs label {
  color: red;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.site-header-wrap {
  position: relative;
  -ms-grid-row: 1;
  grid-area: 1/1/2/2;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 10px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: normal;
  overflow: initial !important;
  height: 80px;
}

.site-header {
  left: 0;
  margin-left: 0;
  width: 100%;
  /*   min-width: 980px; */
  z-index: 51;
  --above-all-in-container: 10000;
  position: fixed;
  transition: .2s ease-in;
  opacity: 1;
  height: 80px;
  box-shadow: 0px 0px 0px 1px rgba(64,87,109,.04),0px 5px 5px -4px rgba(64,87,109,.05);
}

/* .scrolled .site-header {
  transition: .2s ease-in;
  opacity: 0;
  z-index: -1;
} */

.site-header-inner {
  position: relative;
  width: 100%;
}

.header-wrap {
  position: relative;
  width: 100%;
  height: auto;
}

.header {
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
}


.header-inner .widget-type-logo {
  padding-left: 30px;
  margin-top: 3px;
}

.header-left a {
  position: relative;
}

.desk-menu {
  padding-top: 12px;
  padding-left: 20px;
}

.header-inner .widget-type-logo a {
  display: block;
}

.header-inner .widget-type-logo a img {
  position: static;
  box-shadow: 0 0 0 #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 60px;
  object-fit: cover;
  object-position: 50% 50%;
}

.logo-trademark-wrap {
  overflow-wrap: break-word;
  text-align: start;
  pointer-events: none;
  position: relative;
  margin: 0px 0px 2px calc((100% - 980px) * 0.5);
  left: 110px;
  grid-area: 7 / 1 / 8 / 2;
  justify-self: start;
  align-self: start;
  height: auto;
  width: 316px;
}

.logo-trademark-wrap .logo_trademark {
  font: normal normal normal 16px/1.4em Spinnaker,sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: normal;
  letter-spacing: normal;
}

.logo-trademark-wrap .logo_trademark .widget-type-rich_text {
  color: #5BBB57;
}

.logo-trademark-wrap .logo_trademark .widget-type-rich_text .hs_cos_wrapper {
  font-size: 12px;
}

.logo-trademark-wrap .logo_trademark .widget-type-rich_text .hs_cos_wrapper span {
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
}

.header-right {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.header-left {
  flex-shrink: 0;
}

a.cta_button.schedule-demo:hover {
  background: #F2F4F6;
}

a.cta_button.schedule-demo, a.cta_button.signin {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 1.8em;
  transition: inherit;
  font-size: 16px;
  font-style: normal;
  f.site-header-wrap
  font-weight: 400;
  color: #2b2b3c;
  text-align: center;
  display: inline-block;
  padding: 12px!important;
  border-radius: 5px;
}

.header .desk-menu .hs-menu-wrapper>ul>li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-family: 'Avenir Next', sans-serif;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: visible;
  visibility: inherit;
}

.header .desk-menu .hs-menu-wrapper>ul>li>a {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  padding: 12px 11px !important;
  text-align: right;
  color: rgb(43, 43, 60);
  font-weight: 400;
  font-size: 16px;
  transition: color .4s ease 0s;
  border-radius: 5px;
}

.header .desk-menu .hs-menu-wrapper ul>li.hs-item-has-children>a {
  padding: 12px 28px 12px 11px !important;
  background-image: url('https://3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: right 4px center;
}

.header .desk-menu .hs-menu-wrapper>ul>li>ul {
  display: none;
  position: absolute;
  left: 0px;
  z-index: 999999999;
  margin-top: 5px;
  font-size: 16px;
  padding: 20px;
  box-shadow: 0px 0px 0px 1px rgba(64,87,109,.04),0px 6px 20px -4px rgba(64,87,109,.3);
  border-radius: 5px;
}

.header .desk-menu .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
}

.header .desk-menu .hs-menu-wrapper>ul>li>a:hover {
  background-color: #F2F4F6 !important;
  color: #2b2b3c !important;
}

.header .desk-menu .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
}

.header .desk-menu .hs-menu-wrapper>ul>li>ul>li {
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  height: 100%;
  cursor: pointer;
}

.header .desk-menu .hs-menu-wrapper>ul>li>ul>li>a {
  padding: 8px 15px;
  transition: color .4s ease 0s;
  color: #25a328;
  display: block;
  line-height: 24px;
  white-space: nowrap;
  border-radius: 5px;
  min-width: 200px;
}

.header .desk-menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
  background-color: #F2F4F6 !important;
  color: #2b2b3c !important;
}

.header .desk-menu .hs-menu-wrapper>ul>li.hs-item-has-children:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 7px;
  background: transparent;
}

.header-inner {
  display: flex;
  margin: 0px auto;
  padding-top: 5px;
  width: 100%;
  height: 76px;
}

.top-row {
  display: flex;
  margin-bottom: 5px;
  justify-content: space-between;
}
.header-btns {
  padding-top: 10px;
  padding-right: 30px;
}

a.demo-button {
  display: inline-block;
  background: #25A328;
  color: #fff;
  padding: 11px 14px;
  border: 1px solid #25A328;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-family: Avenir Next,sans-serif;
  font-weight: 600;
}

a.demo-button:hover {
  background-color: #51B553;
  border-color: #51B553;
  color: #fff;
}

a.sign-in-button {
  display: inline-block;
  background: #FFF;
  border: 1px solid #C6CCD2;
  color: #2b2b3c;
  padding: 11px 14px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-family: Avenir Next,sans-serif;
  font-weight: 400;
  margin-right: 8px;
}

a.sign-in-button:hover {
  background: #F1F2F4;
  color: #2b2b3c;
}


@media (min-width: 1050px) {
  .mob-menu-wrap {
    display: none;
  }
}

@media (max-width: 1050px) {
  .site-header {
    margin: 0 auto;
  }
} 

@media (max-width: 1050px) {
  
  .header-inner .widget-type-logo a img {
    width: 120px !important; 
  }

  .header-inner .widget-type-logo {
    float: left;
    margin-left: 50px;
    margin-top: 3px;
  }

  .header-inner {
    display: block;
    margin: 0;
  }

  .logo-trademark-wrap .logo_trademark .widget-type-rich_text .hs_cos_wrapper {
    font-size: 14px;
  }

  .desk-menu {
    display: none;
  }

  .header-btns {
    position: absolute;
    right: 30px;
    top: 5px;
    padding-right: 0;
  }

  .mob-menu-wrap {
    width: 45px;
    height: 45px;
    position: absolute;
    margin-top: 10px;
    margin-bottom: 10px;
    left: 0;
  }

  .mob-menu {
    z-index: 1005;
    position: fixed;
    left: 0;
    top: -60px;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    overflow-y: hidden;
    transform: translateX(100%);
    pointer-events: none;
    transition: transform .3s step-end;
  }

  .mob-menu-wrap button._22Uty {
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
    background: rgb(43,43,60);
    border-radius: 5px;
    width: 100%;
    height: 100%;
    min-width: 40px;
    min-height: 40px;
    background-color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 0;
    left: 30px;
    position: absolute;
    z-index: 999999;
  }
  
   .mob-menu-wrap button._22Uty:hover {
    background-color: #F2F4F6;  
  }

  .mob-menu-wrap button._22Uty svg {
    width: 20px;
    overflow: visible;
    stroke-width: 3;
    height: 17px;
    stroke: #2b2b3c;
    transition-duration: .15s;
    transition-property: stroke;
  }

  .mob-menu-wrap button._22Uty svg ._2GXJm.lYas7 {
    transform: translateY(0.5px);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform-origin: 8.5px 0;
    -webkit-animation-name: _3-0SO;
    animation-name: _3-0SO;
  }

  .mob-menu-wrap button._22Uty svg ._2Hv4b.lYas7 {
    transform: translateY(8.5px);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform-origin: 8.5px 0;
    -webkit-animation-name: _3hmpN;
    animation-name: _3hmpN;
  }

  .mob-menu-wrap button._22Uty svg ._14o7S.lYas7 {
    transform: translateY(16.5px);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform-origin: 8.5px 0;
    -webkit-animation-name: _3as_Z;
    animation-name: _3as_Z;
  }

  @-webkit-keyframes _3-0SO {
    to {
      transform: translateY(.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    0% {
      transform: translateY(8.5px) rotate(45deg)
    }
  }

  @keyframes _3-0SO {
    to {
      transform: translateY(.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    0% {
      transform: translateY(8.5px) rotate(45deg)
    }
  }

  @-webkit-keyframes _3hmpN {
    to {
      transform: translateY(16.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    0% {
      transform: translateY(8.5px) rotate(-45deg)
    }
  }

  @keyframes _3hmpN {
    to {
      transform: translateY(16.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    0% {
      transform: translateY(8.5px) rotate(-45deg)
    }
  }

  @-webkit-keyframes _3as_Z {
    to {
      transform: translateY(8.5px)
    }

    0% {
      transform: translateY(8.5px)
    }
  }

  @keyframes _3as_Z {
    to {
      transform: translateY(8.5px)
    }

    0% {
      transform: translateY(8.5px)
    }
  }

  .menu-open .mob-menu-wrap:before {
    content: "Menu";
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    position: absolute;
    top: 6px;
    left: 30px;
    width: 100px;
    z-index: 10000;
    font-size: 16px;
    color: #2b2b3c;
  }
  
  .menu-open .mob-menu-wrap button._22Uty {
    left: 285px;
    top: -8px;
  }
  
  .menu-open .mob-menu-wrap button._22Uty:hover {
    background-color: #F2F4F6;
  }

  .menu-open .mob-menu-wrap button._22Uty svg {
    width: 17.5px;
  }

  .menu-open .mob-menu-wrap button._22Uty svg ._14o7S.lYas7 {
    -webkit-animation-name: _1qUqu;
    animation-name: _1qUqu;
  }

  @-webkit-keyframes _1qUqu {
    0% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotateX(90deg)
    }
  }

  @keyframes _1qUqu {
    0% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotateX(90deg)
    }
  }

  .menu-open .mob-menu-wrap button._22Uty svg ._2Hv4b.lYas7 {
    -webkit-animation-name: _2dvzN;
    animation-name: _2dvzN;
  }

  @-webkit-keyframes _2dvzN {
    0% {
      transform: translateY(16.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotate(-45deg)
    }
  }

  @keyframes _2dvzN {
    0% {
      transform: translateY(16.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotate(-45deg)
    }
  }

  .menu-open .mob-menu-wrap button._22Uty svg ._2GXJm.lYas7 {
    -webkit-animation-name: _3Z0Vr;
    animation-name: _3Z0Vr;
  }

  @-webkit-keyframes _3Z0Vr {
    0% {
      transform: translateY(.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotate(45deg)
    }
  }

  @keyframes _3Z0Vr {
    0% {
      transform: translateY(.5px)
    }

    50% {
      transform: translateY(8.5px)
    }

    to {
      transform: translateY(8.5px) rotate(45deg)
    }
  }

  .menu-open .mob-menu {
    transform: translateX(0);
    transition: transform 0s;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: all;
  }

  .mob-menu {
  }

  .mob-menu>.widget-type-menu {
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 60px;
    left: 0;
    bottom: 0;
    overflow: hidden;
    transform: translateZ(0);
    width: 100%;
    background: rgba(28,28,30,.4);
  }

  .menu-open .mob-menu>.widget-type-menu {
    top: 0;
  }

  .mob-menu>.widget-type-menu>.hs_cos_wrapper {
    position: relative;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #FFF;
    transition: opacity .3s;
    opacity: 0;
    width: 350px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu-open .mob-menu>.widget-type-menu>.hs_cos_wrapper {
    opacity: 1;
  }

  .header .mob-menu .hs-menu-wrapper {
    z-index: 2;
    font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
    font-weight: 600;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
  }

  .header .mob-menu .hs-menu-wrapper>ul {
    margin-top: 70px;
    padding-bottom: 20px;
    padding-top: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: auto;
    border-top: 1px solid #E3E8EF;
  }

  .header .mob-menu .hs-menu-wrapper>ul>li {
    position: relative;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
  }

  .header .mob-menu .hs-menu-wrapper>ul>li>ul {
    display: none;
    font-size: 90%;
    align-items: center;
    flex-direction: column;
    flex-wrap: initial;
  }

  .header .mob-menu .hs-menu-wrapper>ul>li>ul>li {
    width: 100%;
  }
  
  .header .mob-menu .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 10px 15px;
    text-align: left;
    color: #25a328;
    display: block;
    cursor: pointer;
    font-weight: normal;
  }
  
  .header .mob-menu .hs-menu-wrapper>ul>li>ul>li:last-child a {
    margin-bottom: 10px;
  }

  .header .mob-menu .hs-menu-wrapper>ul>li>.menu-txt-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }

  .header .mob-menu .hs-menu-wrapper>ul>li a {
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    color: #2b2b3c;
    font-size: 16px;
    padding: 12px 40px 12px 15px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
  }
  
  .header .mob-menu .hs-menu-wrapper>ul>li a:hover {
    background-color: #F2F4F6; 
  }
  
  .header .mob-menu .hs-menu-wrapper>ul>li.hs-item-has-children>div>a {
    background-image: url('https://3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
  }

  .header .mob-menu .hs-menu-wrapper>ul>li.child-open>ul {
    display: flex;
  }

  .site-header-wrap {
    min-height: 71px;
  }

  .menu-open .site-header {
    z-index: 51;
  }

  body.menu-open {
    overflow: hidden;
  }

  /* .site-header {
    position: relative;
  } 

  .scrolled .site-header {
    opacity: 1;
    z-index: 1;
  } */

  a.cta_button.signin {
    position: relative;
    top: 0;
  }

  .header-left a:after {
    font-size: 14px;
    right: -14px;
  }

}

@media (max-width: 500px) {
  .sign-in-btn { 
    display: none;
  }
  
  a.cta_button.signin, a.sign-in-button {
    margin: 0 !important; 
  }
  
  .mob-menu-wrap button._22Uty {
    left: 15px; 
  }
  
  .header-inner .widget-type-logo {
    margin-left: 35px;
  }
}

.no-nav-header .header-inner .widget-type-logo {
  padding-left: 0; 
}
.site-footer-wrap {
  position: relative;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 4/1/5/2;
  font-size: 10px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: normal;
  background-color: rgba(43,43,60);
}

.footer-icons {
    flex-shrink: 0;
}

.mobile.footer-icons {
    display: none;
}

.site-footer {
  left: 0;
  width: 100%;
  max-width: 980px;
  position: relative;
  margin: 0 auto;
}

.site-footer-inner {
  position: relative;
  width: 100%;
}

.footer-wrap {
  position: relative;
  width: 100%;
  height: auto;
}

.footer {
  height: auto;
  width: 100%;
  position: relative;
}


.footer-add-sec {
  position: relative;
  height: auto;
  width: 263px;
}

.footer-inner {
  justify-content: space-between;
  display: flex;
}

.footer-add-sec-inner {
  position: static;
  display: -ms-grid;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  -ms-grid-rows: 102px 18px 18px;
  grid-template-rows: 102px 18px 18px;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}

.footer-add-sec-inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer-add-sec-inner > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.footer-add-sec-inner > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.footer-add-sec-inner>.hs_cos_wrapper {
  overflow-wrap: break-word;
  text-align: start;
  position: relative;
  margin: 0px 0px 22px 0;
  left: 4px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
  width: 249px;
  height: auto;
}

.loc-icon-wrap {
  position: relative;
  margin: 5px 0px 10px 0;
  left: 0px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
  width: 26px;
  height: 26px;
}

.footer .devider {
  position: relative;
  margin: 0px 0px 13px 0;
  left: 3px;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid rgb(91, 187, 87);
  width: 260px;
  height: 5px;
  -webkit-transform-origin: center 0.5px;
  -ms-transform-origin: center 0.5px;
  transform-origin: center 0.5px;
  visibility: inherit;
}

.footer-add-sec-inner>.hs_cos_wrapper p {
  font: normal normal normal 15px/1.4em Tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
  color: #fff;
  letter-spacing: 0em;
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
}

.footer-add-sec-inner>.hs_cos_wrapper p:nth-child(3) {
  font-size: 6px;
}

.ftr-link a {
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  text-decoration: underline;
  margin: 0 19px;
}


.ftr-link a:first-child {
  margin-right: 15.5px;
}

.ftr-link {
  padding-top: 1px;
}

.footer-add-sec-inner>.hs_cos_wrapper p:nth-child(4) {
  font-size: 12px;
}

.footer-add-sec-inner>.hs_cos_wrapper p:nth-child(4) span:first-child {
  font-size: 27px;
}

.footer-add-sec-inner>.hs_cos_wrapper p:nth-child(4) span:last-child {
  font-size: 16px;
  margin-left: -3px;
}

.pp-link {
  overflow-wrap: break-word;
  text-align: start;
  position: relative;
  margin: 0px 0px 0px 0;
  left: 19px;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3 / 1 / 4 / 2;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
  width: 89px;
  height: auto;
}

.terms-of-use-link {
  overflow-wrap: break-word;
  text-align: start;
  position: relative;
  margin: 0px 0px 0px 0;
  left: 140px;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3 / 1 / 4 / 2;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
  width: 84px;
  height: auto;
}

.footer .hs-input.invalid.error {
  border-width: 2px;
  border-color: rgb(236, 77, 77);
}

.pp-link>.hs_cos_wrapper {
  letter-spacing: normal;
  font: normal normal normal 14px/1.4em Tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
  font-size: 14px;
  line-height: normal;
}

.footer .pp-link a {
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: underline;
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
}

.terms-of-use-link>.hs_cos_wrapper {
  letter-spacing: normal;
  font: normal normal normal 14px/1.4em Tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
  font-size: 14px;
  line-height: normal;
}

.footer .terms-of-use-link a {
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: underline;
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
}

.loc-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  fill: #5BBB57;
  fill-opacity: 1;
  stroke: #2B2B3C;
  stroke-opacity: 1;
  stroke-width: 1;
}

.loc-icon svg {
  vector-effect: non-scaling-stroke;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 26px;
  padding: 0 1px 1px 0;
  margin: 0;
  overflow: visible;
}

.loc-icon svg g {
  vector-effect: non-scaling-stroke;
}

.loc-icon svg g path {
  vector-effect: non-scaling-stroke;
}

.footer-inner {
  padding-bottom: 72px;
  padding-top: 39px;
}

.footer-add-sec-wrap {
  padding-left: 22px;
  padding-right:20px;
    padding-top: 27px;
}

.footer-form-wrap {
    padding-top: 3px;
}

.footer-icons ul li {
  vertical-align: baseline;
  display: inline-block;
  width: 49px;
  height: 49px;
  margin: 0 7px 0 0;
}

.footer-form {
  height: auto;
  position: relative;
}

.footer-inner {
  padding-right: 34px;
}

.footer-form-wrap {
  max-width: 596px;
  width:100%;
}

.footer-form-inner {
  position: static;
  display: -ms-grid;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}

.footer-form-inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.form-wrap {
  display: -ms-grid;
  display: grid;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: unset;
  position: relative;
  margin: 0px 0px 0px 0;
  left: 0px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
  width:100%;
}

.form-wrap>.hs_cos_wrapper {
  position: relative;
  height: auto;
  width: 100%;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1/1/1;
  overflow: visible;
}

.form-wrap>.hs_cos_wrapper>.hs_cos_wrapper {
  top: 0;
  position: relative;
  width: 100%;
  height: auto;
}

.form-wrap form > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.form-wrap form > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.form-wrap form > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.form-wrap form .hs-richtext {
  height: auto;
  width: 100%;
  position: relative;
  margin: 12px 0px 20px 0;
  left: 22px;
  overflow-wrap: break-word;
  text-align: start;
}

.form-wrap form .hs-richtext p {
  letter-spacing: normal;
  font-family: avenir-lt-w01_35-light1475496;
  font-size: 19px;
  line-height: 23px;
  color: #fff;
}

.footer .hs_error_rollup {
  line-height: normal;
  margin-left:0px;
  margin-top: 15px;
}

.form-wrap form input[type=email]:focus {
  border-color: #5bbb57;
}

.form-wrap form .hs_email.hs-form-field {
  position: relative;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
  width: 100%;
  min-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-wrap form input[type=email] {
  -webkit-box-shadow: none;
  box-shadow: none;
  font: normal normal 700 15px/18px avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: transparent;
  border-color: rgb(91, 187, 87);
  border-width: 1px;
  -webkit-box-sizing: border-box!important;
  box-sizing: border-box!important;
  border-style: solid;
  padding: 3px 3px 3px 8px;
  margin: 0;
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;
  width: 100%;
  height: 37px;
  color: #fff;
}

.form-wrap form input[type=email]::-webkit-input-placeholder {
  color: #fff;
}

.form-wrap form input.hs-button.primary.large {
  text-align: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 100%;
  border-radius: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgb(91, 187, 87);
  border: 1px solid rgb(43, 43, 60);
  cursor: pointer!important;
  font: normal normal 400 15px/18px avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
  color: #fff;
  position: relative;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  min-height: 38px;
  text-align: center;
}

.form-wrap form .actions {
  width: 100%;
  height: 38px;
  position: relative;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3 / 1 / 4 / 2;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.footer-icons ul {
  padding: 0;
  text-align: right;
  padding-right: 7px;
  margin-bottom: 9px;
}


.form-wrap form .hs_email.hs-form-field {
  margin-bottom: 10px;
}

.form_title {
  margin: 0;
    padding-top: 3px;
    padding-left: 2px;
}

.footer-row {
  align-items: center;
}

.footer-row {
  display: flex;
  justify-content: space-between;
}

.footer-icons ul {
  padding: 0;
    padding-right: 12px;
}
.form_title {
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  line-height: 23px;
  font-family: avenir-lt-w01_35-light1475496;
  padding-right:10px;
}

.footer .pp-link a:hover {
  color: #fff;
}

.footer .terms-of-use-link a:hover {
  color: #fff;
}


.footer .hs_cos_wrapper_type_form {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 15px;
    position: relative;
  }


  .footer .hs_error_rollup {
    line-height: normal;
    margin-left: 0px;
    margin-top: 0px;
  }

  .footer-form-wrap {
    margin: 0;
    position: static;
    float: left;
    width: 64.899%;
  }

  .form-wrap {
    width: 100%;
  }

  .footer-form {
    width: 100%;
  }

  .form-wrap form .hs-richtext {
    left: 0;
    width: 65%;
  }

  .form-wrap form .hs_email.hs-form-field {
    width: 100%;
    position: static;
  }

  .form-wrap form .actions {
    position: static;
  }

  .form-wrap form {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

@media (max-width: 850px) {
  .footer-add-sec-wrap {
    width: 41%;
  }
}

@media (max-width: 767px) {
  .footer-form-wrap {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
  }

  .footer-icons {
    display: none;
}
  
  .mobile.footer-icons {
    display: block;
}
  
  .footer-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 39px 10px 12px;
  }
  
  .footer-icons ul {
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0;
}

.mobile.footer-icons {
    margin: 0;
    padding-bottom: 1px;
    padding-top: 14px;
}

.form_title {
    padding-bottom: 16px;
}

  .footer-add-sec-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding:0;
  }

  .footer-icons {
    position: static;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    height: auto;
    margin-bottom: 11px;
  }

  .form-wrap form {
    -ms-grid-rows: 74px auto 42px;
    grid-template-rows: 74px auto 42px;
  }

  .footer-icons ul {
    position: static;
  }

  .footer-add-sec {
    width: 100%;
  }

  .footer-add-sec-inner>.hs_cos_wrapper {
    width: 100%;
    margin-bottom: 15px;
    left: 0;
  }

  .footer .devider {
    width: 100%;
    left: 0;
    margin: 0;
    display: block;
  }

  .pp-link>.hs_cos_wrapper {
    font-size: 15px;
  }

  .terms-of-use-link>.hs_cos_wrapper {
    font-size: 15px;
  }

  .terms-of-use-link {
    left: 175px;
    width: 116px;
  }

  .footer-add-sec-inner {
    -ms-grid-rows: 100px 10px auto;
    grid-template-rows: 100px 10px auto;
  }

  .pp-link {
    width: 112px;
    left: 10px;
  }

  .footer-add-sec-inner>.hs_cos_wrapper p:nth-child(4) span:first-child {
    font-size: 26px;
  }

  .footer-add-sec-inner>.hs_cos_wrapper p:nth-child(4) span:last-child {
    margin-left: -3.3px;
  }

  .footer-add-sec-inner>.hs_cos_wrapper p:nth-child(3) {
    font-size: 11px;
  }

  .footer-icons ul li {
    width: 35px;
    height: 35px;
    margin: 0 15px 0 0;
  }

  .footer-icons ul li:last-child {
    margin-right: 0px;
  }

  .form-wrap form .hs-richtext {
    width: 100%;
    margin-bottom: 0;
  }

  .form-wrap form .hs-richtext p {
    margin-bottom: 20px;
    margin-left: 2px;
  }

  .form-wrap form .hs_email.hs-form-field {
    max-width: none;
  }

  .form-wrap form .actions {
    max-width: none;
  }

  .ftr-link a {
    font-size: 15px;
    /*margin: 0;*/
    margin: 5px 0;
    display: block;
  }

  .ftr-link br {
    display: none;
  }

  /*.ftr-link a:first-child {
    float: left;
    margin-left: 10px;
  }

  .ftr-link a:last-child {
    float: right;
    margin-right: 39px;
  }*/

  .ftr-link div span {
    width: 100%;
    display: block;
  }

  .lp-footer .footer-add-sec-wrap {
    margin-top: 46px;
  }

  .lp-footer .footer-inner {
    min-height: auto;
    padding-top: 0;
  }
  
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* .full-width-content .hs_cos_wrapper_type_rich_text h2 {
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
}

.full-width-content .hs_cos_wrapper_type_rich_text p {
  margin: auto;
  line-height: normal;
  letter-spacing: normal;
  color: #373B4D;
}

.full-width-content .hs_cos_wrapper_type_rich_text ul {
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 0;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 0;
} */

/* Hubdb */

.partner-inner-page .content-wrapper {
  max-width: 938px;
  padding: 0 15px;
}

.top-section-inner > div {
  width: 50%;
  float: left;
}

.image-column {
  padding-top: 105px;
  padding-left: 18px;
}

.image-column img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.title-section h1 {
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  color: #2B2B3C;
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 25px;
}

.cm-section-description {
  font-weight: bold;
  letter-spacing: 0em;
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
  color: #2B2B3C;
  line-height: normal;
  font-size: 15px;
  margin-bottom: 22px;
}

.top-section-inner {
  width: 100%;
  float: left;
}

.cm-section-description p {
  margin: 0;
}

.content-column {
  padding-top: 55px;
  padding-left: 7px;
  padding-right: 12px;
}

.image-column-inner {
  margin-right: -7px;
}

.middle-section-inner > div {
  width: 50%;
  float: left;
}

img {
  max-width: 100%;
  height: auto;
}

.logo-section ul li:first-child img {
  width: 139px;
  object-fit: cover;
  object-position: 50% 50%;
}

.logo-section ul li:last-child img {
  width: 139px;
}

.logo-section {
  padding: 0 20px 0 16px;
  margin-top: 45px;
}

.logo-section{
  display: flex;
  vertical-align: middle;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-top: 45px;
  padding-left: 57px;
}

.logo-section ul {
  list-style: none;
  margin: auto;
  padding: 0;
  width: 50%;
  text-align: center;
  margin: 0;
}

.form-section form input {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2 !Important;
  display: inline-block;
  border-radius: 0;
  padding: 0 15px;
  max-width: 414px;
  border-radius: 0 !important;
}

.form-section {
  padding: 8px 15px;
  margin-top: 30px;
}

.form-section form input.hs-button:focus,
.form-section form input.hs-button:hover,
.form-section form input.hs-button {
  padding: 12px 24px !important;
  border-style: solid !important;
  border-width: 1px !important;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #5bbb57 !important;
  border-color: #5BBB57 !important;
  color: #ffffff;
  font-size: 17px;
  line-height: 17px;
  font-family: arial, helvetica, sans-serif;
  border-radius:0 !important;
}

.form-section form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: center;
  max-width: 414px;
}

.form-section form label {
  color: #2B2B3C;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.form-section form input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.form-section form input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8) !important;
}

.form-section form {
  padding: 0;
  margin: 0;
  box-shadow: none;
  margin-bottom: 1em;
}

.form-section .hs_cos_wrapper_type_form {
  padding: 0;
  box-shadow: none;
  margin: 0;
  background-color: transparent;
  display: block;
}

.bottom-section h4 {
  text-align: center;
  font-weight: 400;
  margin: 0;
  letter-spacing: normal;
  padding-right: 35px;
  margin-bottom: -2px;
}

.bottom-section {
  margin-top: 25px;
}

.meeting-iframe iframe {
  margin: 0;
  padding: 8px;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  height: 716px;
  margin-left: -13px;
}

.meeting-iframe {
  max-width: 684px;
  margin: 0 auto;
  line-height: 0;
  padding-bottom: 21px;
}

.cm-section-description p:not(:last-child) {
  margin-bottom: 18px;
}

.hubdb-button a.cta_button {
  font: normal normal 700 16px/1.4em avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
  transition: color 0.4s ease 0s;
  position: relative;
  white-space: nowrap;
  margin: 0;
  background-color: rgb(91, 187, 87);
  display: block;
  width: 100%;
  text-align: center;
  padding: 18.35px 15px;
  color: #fff;
}

.hubdb-button a.cta_button:hover {
  background: rgb(43, 43, 60);
  color: rgb(91,187,87);
}

/*  */

.cm-partner-listing ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}

.cm-partner-listing ul li {
  width: calc(33.333% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  box-shadow: #1111113d 0 0 3px;
}

.cm-partner-listing ul li a {
  padding: 10px;
}

.cm-partner-listing:after, 
.cm-partner-listing:before {
  content: "";
  display: table;
}

.cm-partner-listing:after {
  clear: both;
}

.partner-inner-page .content-wrapper.cm-partner-listing {
  padding: 50px 15px;
}

.cm-partner-listing ul .title {
  display: block;
  font-size: 21px;
  line-height: normal;
  padding-top: 15px;
  font-weight: bold;
}

.cm-partner-listing ul li a {
  display: block;
}

.cm-section-description p strong {
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}

.form-section form input.error {
  border-color: #c87872 !important;
}

.form-section form label.hs-error-msg, form ul.no-list.hs-error-msgs label {
  color: #f2545b !important;
  float: none;
  width: 100%;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-top: 0;
  font-size: 14px !important;
  padding-left: 5px !important;
  margin-bottom: 6px !important;
  display: inline-block !important;
}

.form-section form .hs_error_rollup ul.no-list.hs-error-msgs label {
  margin-bottom: 0;
  display: block;
}

form ul.no-list.hs-error-msgs li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin: 0;
}

.logo-section ul:not(:first-child) li:not(:last-child) {
  margin-bottom: 20px;
}

/*
.full-width-content .hs_cos_wrapper_type_rich_text p a {
  color: inherit;
}

.full-width-content .hs_cos_wrapper_type_rich_text h6 {
  color: #373b4d;
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 0;
} */

.form-section form input.error:focus {
  border-color: #b9554d !important;
}

.cm-section-description p em {
  font-weight: 400;
}

@media (max-width:1200px) and (min-width:768px){

  .full-width-content .dnd-section .dnd-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

}

@media (min-width:768px) {

  .mobile-show{
    display:none;
  }

}


@media (max-width:767px) {

  .desktop-show{
    display:none;
  }

  /*.full-width-content .dnd-section {
    border-left: 10px solid rgba(15,188,113,1);
    border-right: 10px solid rgba(15,188,113,1);
  }

  .full-width-content .hs_cos_wrapper_type_rich_text p {
    font-size: 15px;
  }

  .full-width-content .hs_cos_wrapper_type_rich_text h2 {
    font-size: 27px;
  } */

  /*    */

  .top-section-inner>div {
    width: 100%;
    float: none;
  }

  .title-section h1 {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .content-column {
    padding-top: 15px;
  }

  .mobile-show.image-column {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 13px;
  }

  .cm-section-description {
    font-size: 13px;
  }

  .content-column {
    padding-left: 0;
    padding-right: 0;
  }

  .partner-inner-page .content-wrapper {
    padding: 0 25px;
  }

  .middle-section-inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .middle-section-inner>div {
    width: 100%;
    float: none;
  }

  .logo-section ul {
    padding: 0;
  }

  .logo-section {
    margin: 0;
    padding-top: 0;
    padding-left: 15px;
  }

  .form-section {
    margin-top: 20px;
    padding: 0;
  }

  .bottom-section h4 {
    font-size: 16px;
    text-align: center;
    padding: 0;
    margin-bottom: 18px;
  }

  .bottom-section {
    margin-top: 50px;
  }

  .logo-section ul li:last-child img {
    width: 92px;
  }

  .meeting-iframe iframe {
    width: 100% !important;
    min-width: 100% !important;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }

  .cm-partner-listing ul li {
    width: calc(50% - 20px);
  }

  .hubdb-button a.cta_button {
    padding: 9.82px 10px;
    width: calc(100% - 10px);
    margin: 0 auto;
  }

  .hubdb-button {
    margin-top: 19px;
  }


  .full-width-content .hs_cos_wrapper_type_rich_text h6 {
    font-size: 12px !important;
    margin: 0;
    line-height: 1.2;
  }


  .meeting-iframe {
    margin-left: -22px;
    margin-right: -22px;
  }

  .meetings-lib.embedded {
    margin-left: 0 !Important;
    margin-right: 0 !Important;
  }

}

@media (max-width:479px) {

  .cm-partner-listing ul li {
    width: calc(100% - 20px);
  }

}

/*----------aman---------*/

.site-header {
  background: inherit;
}

[class*="force-full-width-section"].dnd-section ,
[class*="force-full-width-section"].dnd-section > .row-fluid {
  padding: 0;
}

.site-header-wrap {
  overflow: hidden;
}

main.body-container-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.form-title:empty {
  display: none;
}

.cont_wid_img_wrap .btn_box > a,
.cta_button.gipper_free_cta {
  color: #FFFFFF;
  font-size: 20px;
  transition: all 0.2s ease, visibility 0s;
  background: #5BBB57;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  padding: 8px 19px;
  line-height: normal;
  display: inline-block;
  font-family: 'Avenir-LT-W01_85-Heavy1475544';
  max-width: 234px;
  text-align: center;
  width: 100%;
}

.cont_wid_img_wrap .btn_box > a:hover,
.cta_button.gipper_free_cta:hover {
  background: #2B2B3C;
  color: #5BBB57;
}

body a.cta_button {
  box-sizing: border-box !important;
}
/*-------*/

.contact-page .hs_cos_wrapper_type_rich_text h2 {
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-size: 40px;
  color: #060605;
  line-height: 1.4em;
}

.contact-page .hs_cos_wrapper_type_rich_text p {
  font-weight: bold;
  margin: 0;
  font-size: 15px;
  line-height: normal;
}

.contact-page .hs_cos_wrapper_type_rich_text {
  color: #2b2b3c;
}

.contact-page .hs_cos_wrapper_type_rich_text h4 {
  font-size: 44px;
  line-height: 1.2em;
  margin: 0;
}

.contact-page .hs_cos_wrapper_type_rich_text h4 span {
  font-size: 20px;
}

.atl_dnd_middle-wrap .dnd-section {
  background: #5cbc57;
}

.atl_dnd_main-wrap  .hs_cos_wrapper_type_rich_text > *,
.atl_dnd_middle-wrap .hs_cos_wrapper_type_rich_text > * {
  color: #fff;
}

.athletics_page .atl_dnd_middle-wrap {
  position: relative;
  z-index: 2;
}

.athletics_page .atl_dnd_middle-wrap > .top_sep {
  position: absolute;
  width: 1132px;
  height: 180px;
  top: -57px;
  left: -480px;
  margin: 0px 0px 54px calc((100% - 980px) * 0.5);
  left: -942px;
}

.athletics_page .atl_dnd_middle-wrap > .bott_sep {
  position: absolute;
  width: 1132px;
  height: 180px;
  bottom: -44px;
  right: -491px;
  margin: 0 0px 0 calc((100% - 980px) * 0.5);
  left: 800px;
  width: 1088px;
  height: 160px;
}

.atl_dnd_middle-wrap > .container-fluid {
  position: relative;
  z-index: 2;
}

.case_dnd_main-wrap .container-fluid.dnd_main-sec,
.atl_dnd_main-wrap .container-fluid.dnd_main-sec{
  background-image: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/images/pricing_full.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.case_main_detail_page .case_dnd_main-wrap .container-fluid.dnd_main-sec,
.atl_dnd_main-wrap .container-fluid.dnd_main-sec{
  background-image: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/images/athletics_full_new.png);
  background-position:top  center;
}

.atl_dnd_main-wrap {
  position: relative;
  z-index: 1;
}

.atl_dnd_main-wrap > .bott_sep {
  position: absolute;
  width: 1132px;
  height: 180px;
  bottom: -96px;
  left: -480px;
  width: 1092px;
  height: 160px;
  margin: 0px 0px 0px calc((100% - 980px) * 0.5);
  left: -905px;
}

a.sandbox_account_cta span.svg_icon:after{
  content:'';
  background-image:  url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/images/cta_arrow.svg);
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  display: block;
}

.atl_dnd_bottom-wrap {
  position: relative;
  z-index: 2;
}

a.sandbox_account_cta span.svg_icon svg {
  display: none;
}

a.sandbox_account_cta,
a.book_virtual_demo_cta {
  max-width: 100%;
  width: 444px;
  display: block;
  text-align: center;
  color: #fff;
  transition: all 0.2s ease, visibility 0s;
  border-radius: 0px;
  background: #2B2B3C;
  padding: 12.5px 20px;
  line-height: normal;
}

a.sandbox_account_cta .text,
a.book_virtual_demo_cta .text {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
  min-width: 1.8em;
  max-width: 100%;
  transition: inhe;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  margin: 0px 4.5px 0px 0px;
}

a.sandbox_account_cta > span,
a.book_virtual_demo_cta > span {
  display: flex;
  flex-basis: auto;
  justify-content: center;
  align-items: center;
}

a.sandbox_account_cta:hover,
a.book_virtual_demo_cta:hover {
  color: #2B2B3C;
  background: #fff;
}


a.sandbox_account_cta span.svg_icon,
a.book_virtual_demo_cta span.svg_icon {
  display: initial;
  width: 12px;
  height: 12px;
  margin: 0px 0px 0px 4.5px;
  fill: #5BBB57;
  flex-shrink: 0;
}

a.sandbox_account_cta span.svg_icon div ,
a.book_virtual_demo_cta span.svg_icon div {
  display: inline-flex;
  width: inherit;
  height: inherit;
}

a.sandbox_account_cta:hover,
a.sandbox_account_cta {
  background: #5bbb57;
  color: #fff;
}

.atl_dnd_main-wrap .hs_cos_wrapper_type_rich_text h2 {
  font-size: 35px;
  font-family: Spinnaker,sans-serif;
  line-height: 1em;
  text-align: center;
  margin: 0;
}

.atl_dnd_main-wrap .hs_cos_wrapper_type_rich_text h2 span {
  font-weight: bold;
  font-family: 'AvenirLTStd-Black';
}


.cont_wid_img_wrap .text_box ul li:before{
  content:'';
  display:block;
  background-image: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/images/CheckMark_Green.png);
  width: 44px;
  height: 40px;
  background-size: 44px 40px;
  flex-shrink: 0;
  position: absolute;
  top: -8px;
  left: -4px;
}

.atl_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text h3 {
  font-family: Spinnaker,sans-serif;
  font-weight: bold;
  font-size: 29px;
  line-height: 1em;
  color: #2b2b3c;
  margin: 0;
}

.atl_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text h3 span {
  font-family: 'AvenirLTStd-Black';
}

.atl_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text h4 {
  font-family: Spinnaker,sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: normal;
}

.atl_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text h4 span {
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
  letter-spacing: 0.03em;
  color: #5BBB57;
}

.body-wrapper.hs-site-page {
  overflow: hidden;
}

.atl_dnd_banner-wrap .cont_wid_img_wrap .text_box h2 {
  font-size: 38px;
  line-height: 1.1em;
  margin: 0;
}

.atl_dnd_banner-wrap .cont_wid_img_wrap.al_right .left_col img {
  max-width: 600px;
}

.atl_dnd_banner-wrap .cont_wid_img_wrap .text_box h2 span {
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  letter-spacing: -0.02em;
}

.atl_dnd_banner-wrap .cont_wid_img_wrap .text_box h1 {
  font-size: 70px;
  font-family: "AvenirLTStd-Black";
  line-height: 1em;
  margin-bottom: 19px;
}

.atl_dnd_banner-wrap .cont_wid_img_wrap .text_box p {
  max-width: 279px;
}

.atl_dnd_banner-wrap .cont_wid_img_wrap.al_right .left_col {
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.atl_dnd_banner-wrap .cont_wid_img_wrap.al_right .content_col {
  position: relative;
  z-index: 2;
}

.atl_dnd_banner-wrap .cont_wid_img_wrap .img_box_wrap {
  position: relative;
  top: -14px;
}

form .form-title:empty {
  display: none;
}


/*------------*/


.case_dnd_bottom-wrap form .hs-form-field > label {
  margin: 0;
}

.case_dnd_bottom-wrap .input input {
  border-color: rgb(43, 43, 60);
  border-radius: 0;
  font-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
  font-size: 20px;
  background: #5cbc57;
  outline: none !important;
  padding: 3px 3px 3px 24px;
  transition:  0.5s ease 0s;
}


.case_dnd_bottom-wrap form .input input:hover {
  border-width: 2px;
  border-color: rgb(43, 43, 60);
  background: #FFF;
}

.case_dnd_bottom-wrap form .input input:focus {
  border-width: 2px;
  border-color: rgb(91, 187, 87);
  background-color: rgb(245, 255, 254);
}

.case_dnd_bottom-wrap .input input.invalid.error:focus {
  background: transparent !important;
}

.case_dnd_bottom-wrap form input.hs-button.primary.large:hover {
  color: #2b2b3c;
  background: #fff;
}

.case_dnd_bottom-wrap form input.hs-button.primary.large {
  transition: 0.4s ease;
}

.case_dnd_bottom-wrap form .input .hs-input.invalid.error:focus {
  border-width: 1px;
}

.case_dnd_bottom-wrap form .hs-form-field {
  margin: 7px 0;
}

.case_dnd_bottom-wrap form input.hs-button.primary.large {
  background: #2b2b3c;
  color: #5bbb57;
  font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
  font-size: 20px;
  border-radius: 0;
  border: 0;
  line-height: normal;
  padding: 9px 15px;
  width: 100%;
  text-align: center;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}


.case_dnd_bottom-wrap .input input::placeholder {
  color: rgb(43, 43, 60);
}

.cont_wid_img_wrap .form_box form input.hs-button.primary.large:hover {
  background: #5bbb57;
  color: #fff;
}

.cont_wid_img_wrap.formAdd .text_box > *:last-child {
  margin-bottom: 0;
}

.case_dnd_bottom-wrap .hs_cos_wrapper_type_form {
  max-width: 455px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.case_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text > * {
  color: #fff;
}

.case_dnd_bottom-wrap .container-fluid.dnd_bottom-sec {
  background: #5cbc57;
}

.case_dnd_main-wrap {
  position: relative;
}

.case_dnd_main-wrap .top_sep {
  width: 1128px;
  height: 208px;
  margin: 0px 0px -70px calc((100% - 980px) * 0.5);
  left: 760px;
  margin-right: 0;
  position: absolute;
  top: -138px;
}

.case_dnd_bottom-wrap .container-fluid.dnd_bottom-sec,
.case_dnd_top-wrap .dnd-section,.case_dnd_main-wrap .dnd-section>.row-fluid {
  position: relative;
  z-index: 2;
}

.get_started_wrap .btn_item > a,
a.blue_btn {
  display: inline-block;
  font-family: wfont_da5790_b97d9b6e190049a1beceb9df5619680b,wf_b97d9b6e190049a1beceb9df5,orig_avenir_lt_std_95_black;
  font-size: 16px;
  color: #5BBB57;
  padding: 13.5px 16px;
  line-height: normal;
  width: 100%;
  text-align: center;
  max-width: 160px;
  transition: all 0.2s ease, visibility 0s;
  border: 1px solid #5BBB57;
  background: #2B2B3C;
  text-transform: uppercase;
}

.get_started_wrap .btn_item > a > span,
a.blue_btn span {
  margin: 0px 4px 0px 0px;
}

.get_started_wrap .btn_item > a:hover,
a.blue_btn:hover {
  color: #fff;
  background: #5BBB57;
  border-color: #2B2B3C;
}

.get_started_wrap .btn_item > a:focus,
a.blue_btn:focus {
  color: #5BBB57;
  background: #2B2B3C;
  border-color: #2B2B3C;
}


.home_page  .partners_wrap .bottom_sep ,
.home_page .partners_wrap .top_sep, .home_page .partners_wrap .top_sep .right {
  display: none;
}


.home_page .partners_wrap .title {
  margin-top: 154px;
  margin-bottom: 36px;
}

.home_page .partners_wrap .title h3 {
  font-weight: bold;
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}

.home_page .partners_wrap .btn_wrap {
  padding-bottom: 129px;
}

.home_page .hs_cos_wrapper_type_rich_text h2 {
  font-size: 50px;
  line-height: 1em;
}

.home_page .hs_cos_wrapper_type_form form textarea {
  min-height: 64px;
  height: auto;
  line-height: 22px;
  display: inline-block;
}

.home_page .hs_cos_wrapper_type_form {
  position: relative;
  z-index: 5;
  margin-top: 0;
}

.home_page .get_started_wrap .img_wrap {
  left: -31px;
  margin-top: -294px;
}

.get_started_free_cta.blue_btn, .view_pricing_cta.blue_btn,
.get_started_wrap .btn_item > a{
  max-width: 232px;
  padding: 13.5px 16px;
}

.get_started_wrap {
  position: relative;
  overflow: hidden;
}

.home_page .get_started_wrap {
  overflow: visible;
}


.home_page  .home_banner .feat_img img {
  left: -220px;
  top: -70px;
  margin-bottom: -199px;
}

.career_page .advance_button.center > a {
  max-width: 203px;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
}

.career_page .atl_dnd_main-wrap .hs_cos_wrapper_type_header > h2 {
  margin-left: auto;
  margin-right: auto;
}

.contact-page form textarea {
  min-height: 64px;
}

form .hs_error_rollup {
  margin-bottom: 18px;
}

.contact-page form ul.no-list.hs-error-msgs label {
  font-size: 13px;
}

.application-form-page form .hs-fieldtype-select .input .arw_icon {
  padding-right: 20px;
  padding-left: 20px;
  height: inherit;
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 10px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: unset;
}

.application-form-page form .hs-fieldtype-select .input .arw_icon svg {
  fill: #fff;
  height: 100%;
}

.application-form-page form .hs-fieldtype-select .input::after {
  display: none !important;
}

.application-form-page form .hs-fieldtype-select .input .arw_icon div {
  width: 12px;
}

.application-form-page form .hs-input {
  overflow: hidden;
  text-overflow: ellipsis;
}

.case_dnd_bottom-wrap .hs_cos_wrapper_type_form {
  padding: 0;
  background: transparent;
  box-shadow: none !important;
}

form.hs-form ul.no-list.hs-error-msgs label {
  padding-left: 0 !important;
  font-size: 13px !important;
}

.home_page .partners_wrap .title {
  padding: 0 21px;
}

.body-container-wrapper.pricing_page {
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

.body-container-wrapper.pricing_page{
  background-image: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/images/pricing_full.png) !important;
}

.body-container-wrapper.pricing_page .pricing-width-content {
  background-color: transparent;
  background-image: none;
}

.pricing_page .hs_cos_wrapper_type_rich_text a {
  text-decoration: underline;
}

.pricing_page .bottom_dnd_sec .advance_button a {
  box-shadow: 2.83px 2.83px 22px black;
}

.case_dnd_main-wrap .hs_cos_wrapper_type_rich_text > * {
  color: #fff;
}

.schedule-demo form .actions input.hs-button.primary.large{
  transition: 0.4s ease;
}

.schedule-demo-btn a.cta_button.schedule-demo {
  padding: 0 4px 0 0;
}

.schedule-demo .input .hs-input.invalid.error {
  border-color: red;
}

.home_page form.hs-form ul.no-list.hs-error-msgs label {
  padding-left: 0 !important;
  font-size: 13px;
  padding: 0;
}

.home_page .get_started_wrap .img_wrap {
  pointer-events: none;
}

.payment_layout .hs_cos_wrapper_type_rich_text >* {
  color: #fff;
}

.case_dnd_bottom-wrap .input input.invalid.error:hover {
  border-color: #ff4040;
  background: #5cbc57;
  border-width: 1px;
}

/*--------- medias-------*/
@media(max-width:1620px){
  .body-container-wrapper.pricing_page {
    background-size: 150%;
  }
}

@media(max-width:1280px){

  .body-container-wrapper.pricing_page {
    background-attachment: scroll !important;
    background-position: center !important;
    background-size: cover !important;
  }

}

@media(max-width:1200px){
  .home_page .home_banner .feat_img img {
    left: -64%;
  }
}

@media(max-width:1150px){
  .case_dnd_main-wrap .container-fluid.dnd_main-sec, .atl_dnd_main-wrap .container-fluid.dnd_main-sec {
    background-attachment: scroll !important;
    background-position: center !important;
  } 
}

@media(max-width:1024px){
  .athletics_page .atl_dnd_middle-wrap > .bott_sep,
  .athletics_page .atl_dnd_middle-wrap>.top_sep,
  .atl_dnd_main-wrap .bott_sep {
    display: none;
  } 

  .atl_dnd_banner-wrap .cont_wid_img_wrap .text_box h1 {
    font-size: 50px;
  }


}

@media(max-width:991px) and (min-width:767px){
  .atl_dnd_banner-wrap .cont_wid_img_wrap.al_right .left_col img {
    max-width: 100%;
  }
}

@media(max-width:991px){
  .home_page .home_banner .feat_img img {
    margin-bottom: 0;
    max-width: 100%;
  }
}

@media(max-width:767px){
  .case_dnd_main-wrap .container-fluid.dnd_main-sec,
  .atl_dnd_main-wrap .container-fluid.dnd_main-sec{
    background-image: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/images/athletics_mob_bg.png);
  }

  .case_dnd_main-wrap .container-fluid.dnd_main-sec{
    background-image: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/images/case_study_bg_mob.png);
  }

  .case_dnd_main-wrap .container-fluid.dnd_main-sec, 
  .atl_dnd_main-wrap .container-fluid.dnd_main-sec {
    background-attachment: scroll !important;
    background-position: top center !important;
  }

  .contact-page .hs_cos_wrapper_type_rich_text h2 {
    font-size: 24px;
  } 

  .contact-page .hs_cos_wrapper_type_rich_text p {
    font-size: 13px;
  }

  .contact-page .hs_cos_wrapper_type_rich_text h4 {
    line-height: normal;
    font-size: 20px;
  }

  .cta_button.gipper_free_cta {
    font-size: 14px;
    padding: 12.5px 19px;
    max-width: initial;
    width: auto;
  }

  .hs_cos_wrapper_type_module > hr {
    background: transparent;
  }

  a.book_virtual_demo_cta {
    max-width: 200px;
    padding: 15px 10px;
  }

  a.book_virtual_demo_cta .text {
    font-size: 11px;
    overflow: unset;
  }

  .atl_dnd_main-wrap .hs_cos_wrapper_type_rich_text h2 {
    font-size: 22px;
    line-height: 1em;
  }


  .atl_dnd_banner-wrap .cont_wid_img_wrap.col55 .content_col .text_box {
    width: 100%;
  }

  .atl_dnd_banner-wrap .cont_wid_img_wrap .text_box h2 {
    font-size: 22px;
    margin: 10px 0;
  }

  .atl_dnd_banner-wrap .cont_wid_img_wrap .text_box h1 {
    font-size: 45px;
    margin-bottom: 14px;
  }

  .atl_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text h3 {
    font-size: 20px;
  }

  .atl_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text h4 {
    font-size: 17px;
    margin: 0;
  }

  a.sandbox_account_cta .text {
    font-size: 9px;
    overflow: unset;
  }

  a.sandbox_account_cta {
    padding: 16px 10px;
  }

  .case_detail_page .cont_wid_img_wrap .title h2 {
    width: 90%;
  }

  .case_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text h2 {
    font-size: 21px;
  }

  .case_dnd_bottom-wrap .input input {
    padding: 6px 3px 6px 24px;
    height: 38px;
  }

  .case_dnd_bottom-wrap form input.hs-button.primary.large {
    padding: 13px 15px;
    font-size: 18px;
  }

  .home_page .partners_wrap .title {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .home_page .partners_wrap .btn_wrap {
    padding-bottom: 51px;
  }

  .home_page .partners_wrap a.btn {
    padding: 10px 18px;
    max-width: 200px;
  }

  .home_page .hs_cos_wrapper_type_rich_text h2 {
    font-size: 26px;
  }

  .home_page .get_started_wrap .img_wrap {
    left: 64px;
    margin: 0;
    margin-top: -206px;
  }

  .view_pricing_cta.blue_btn,
  .get_started_wrap .btn_item > a{
    max-width: 160px;
    padding: 10.5px 16px;
  }


  .get_started_free_cta.blue_btn {
    padding: 10.5px 16px;
    max-width: 200px;
  }

  .career_page .advance_button.center > a {
    padding: 10px 10px 10px 10px;
    max-width: 200px;
  }

  .mob_none {
    display: none;
  }

  .application-form-page form .hs-fieldtype-select .input .arw_icon div {
    width: 12px;
    margin-top: 2px;
  }

  .atl_dnd_banner-wrap .cont_wid_img_wrap.col55 .content_col .text_box {
    display: table;
    max-width: 352px;
    margin-left: auto;
    margin-top: auto;
  }

  .body-container-wrapper.pricing_page {
    background: #fff;
    background-image: none !important;
  }

  .pricing_page .advance_button a {
    height: 42px;
  }

  .bottom_dnd_sec .pricing_wrap .title h2 {
    font-size: 27px;
  }

  .case_dnd_bottom-wrap .hs_cos_wrapper_type_form .input input{
    height: 36px;
  }

  .green_level_page  .benefit_sec .text_wrap p span>span[style*="font-size: 16px"] {
    font-size: 15px !important;
  }

  .green_level_page  .benefit_sec .text_wrap p span>span[style*="font-size: 18px"] {
    font-size: 17px !important;
  }

  .green_level_page  .benefit_sec .text_wrap p {
    font-size: 14px;
  }

}





/*---------sagar-----------*/
.gipperlearn-page .dnd-section .embed_container {
  max-width: 100% !important;
  max-height: 100% !important;
}

.gipperlearn-page .dnd-section>.row-fluid>.span12.dnd-column .embed_container .iframe_wrapper {
  padding: 0;
  text-align: center;
  width: 756px;
  height: 425px;
  margin: 0 auto;
}

.gipperlearn-page .dnd-section>.row-fluid>.span12.dnd-column .embed_container .iframe_wrapper iframe {
  position: relative;
  width: 100%;
  height: 100%;
}

.gipperlearn-page .dnd-section .widget-type-rich_text h2 {
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  font-size: 40px;
  color: #2B2B3C;
  line-height: 1.2em;
  margin:0;
}

.gipperlearn-page .dnd-section form input.hs-input {
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
  font: normal normal normal 15px/1.4em avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 3px 3px 3px 18px;
  text-overflow: ellipsis;
  min-height: 38px;
  height: auto;
  color: #5bbb57;
  border-color: rgb(91,187,87);
  border-width: 2px;
  box-sizing: border-box;
  border-style: solid;
  background: rgb(255,255,255);
  border-radius: 0;
}

.gipperlearn-page .dnd-section form input.hs-input::placeholder {
  color: rgb(91,187,87);
}

.gipperlearn-page .dnd-section form input.hs-button {
  font: normal normal 700 13px/1.4em avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
  white-space: nowrap;
  background-color: rgb(43,43,60);
  padding: 0;
  width: 167px;
  height: 38px;
  border-radius: 0;
  border: 0;
}

.gipperlearn-page form {
  max-width: 70%;
}

.gipperlearn-page .dnd-section form input.hs-input {
  margin: 6px 0px 27px 0;
}

.gipperlearn-page form .actions {
  text-align: center;
  position: relative;
}

.gipperlearn-page form .hs-form-field {
  margin: 0;
}

.gipperlearn-page form .hs-form-booleancheckbox {
  margin: 0;
}

.gipperlearn-page form .hs-form-booleancheckbox>label {
  display: flex;
  margin: 0px 0px 50px 0;
  align-items: center;
  justify-self: start;
  align-self: start;
  position: relative;
}

.gipperlearn-page form .hs-form-booleancheckbox>label span {
  font: normal normal 700 10px/1.4em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
  line-height: 1;
  word-break: break-word;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 19px;
}

.gipperlearn-page form .hs-form-booleancheckbox input.hs-input {
  margin: 0;
  box-shadow: none;
  border-color: #2b2b3cdb;
  height: 18px;
  padding: 0;
  min-height: unset;
  display: block;
  border-radius: 2px;
  min-width: 18px;
  position: relative;
  border-width: 1px;
  background: none;
  text-overflow: unset;
}

.gipperlearn-page form .hs-form-booleancheckbox input.hs-input:hover {
  background: rgba(91,187,87,0.6);
  border-color: rgba(255,203,170,0);
}

.gipperlearn-page form .hs-form-booleancheckbox input.hs-input:checked {
  border: transparent;
  background-color: rgb(91 187 87 / 60%);
}

.gipperlearn-page .dnd-section .widget-type-rich_text p {
  margin: 0;
  line-height: normal;
}

.gipperlearn-page .dnd-section form input.hs-input:hover {
  border-color: rgb(254,96,96);
}

.gipperlearn-page .dnd-section .widget-type-rich_text ul {
  margin: 0;
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  font: normal normal normal 14px/1.4em Spinnaker,sans-serif;
  margin-right: 0;
  line-height: normal;
  letter-spacing: normal;
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
  list-style-type: disc;
}

.gipperlearn-page .dnd-section .widget-type-rich_text h3 {
  font-size: 30px;
  line-height: 1.2em;
  margin: 0;
  color: #2B2B3C;
}

.gipperlearn-page .dnd-section .widget-type-rich_text h3 span {
  color: #5BBB57;
}

.gipperlearn-page .dnd-section .span5 form input.hs-input {
  margin: 15px 0px 27px 0;
  box-shadow: none;
  min-height: 38px;
  border-color: rgb(43,43,60);
  border-width: 1px;
  transition: 0.4s ease;
}

.gipperlearn-page .dnd-section .span5 form input.hs-input:hover {
  border-width: 2px;
}

.gipperlearn-page .dnd-section .span5 form {
  max-width: 80.5%;
  padding-left: 2px;
}

.gipperlearn-page .dnd-section .span5 form .hs-form-booleancheckbox input.hs-input {
  min-height: 18px;
  margin: 0;
  border-color: rgba(43,43,60,0.86);
}

.gipperlearn-page .dnd-section .span5 form .hs-form-booleancheckbox>label {
  margin-bottom: 26px;
}

.gipperlearn-page .dnd-section .span5 form .actions {
  text-align: left;
}

.gipperlearn-page form {
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.gipperlearn-page .dnd-section .span7 .embed_container .iframe_wrapper ,
.gipperlearn-page .dnd-section .span5 .embed_container .iframe_wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
}

.gipperlearn-page .dnd-section .span7 .embed_container .iframe_wrapper iframe ,
.gipperlearn-page .dnd-section .span5 .embed_container .iframe_wrapper iframe {
  position: relative;
  width: 100%;
}

.gipperlearn-page .dnd-section form input.hs-button:hover {
  background-color: rgba(91,187,87,0.4);
}

.gipperlearn-page .dnd-section form input.hs-button {
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

.gipperlearn-page .dnd-section .span5 form input.hs-button {
  color: rgb(91,187,87);
}

.gipperlearn-page .dnd-section .span5 form input.hs-button:hover {
  background-color: rgb(91,187,87);
  color: #fff;
}

.gipperlearn-page .hs_cos_wrapper_type_form {
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.gipperlearn-page form .hs-form-field>label {
  margin: 0;
}

.gipperlearn-page .dnd-section form input.hs-input.error,
.gipperlearn-page .dnd-section form input.hs-input:focus{
  border-color: rgb(255,64,64);
  border-width: 1px;
}

.gipperlearn-page form .hs-form-booleancheckbox input.hs-input:hover{
  border: 0;
}

.gipperlearn-page form .hs-form-booleancheckbox input.hs-input:focus{
  border-color: #000;
}

.gipperlearn-page form .hs-form-booleancheckbox input.hs-input::before{
  content: '';
  background-image: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/images/white-check.svg);
  height: 38%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
}

.gipperlearn-page form .hs-form-booleancheckbox input.hs-input:not(:checked):focus {
  background-color: #e21c2166;
  border-color: transparent;
}

.gipperlearn-page form .hs-form-booleancheckbox input.hs-input:checked::before{
  opacity: 1;
}

/* ----------------------- */



.production-page .widget-type-rich_text h2 {
  font: normal normal normal 14px/1.4em Spinnaker,sans-serif;
  font-size: 22px;
  color: rgb(6,6,5);
  font-family: avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
  margin: 0;
}

.production-page .widget-type-rich_text p {
  margin: 0;
  font-size: 16px;
  color: rgb(6,6,5);
  font-family: avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
}

.production-page .widget-type-rich_text ul {
  margin: 0;
  font-family: avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
  font-size: 16px;
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 0;
  letter-spacing: normal;
}

.production-page .widget-type-rich_text a {
  color: #5bbb57;
  text-decoration: underline;
}

.production-page .widget-type-rich_text h3 {
  font-size: 20px;
  margin: 0;
}
.production-page .widget-type-rich_text h1 {
  font-size: 40px;
  margin: 0;
  line-height: 1.4em;
  color: #060605;
}

.production-page .widget-type-rich_text ul li p {
  line-height: 1.4em;
}

.production-page .widget-type-rich_text h5 {
  margin: 0;
  line-height: normal;
  color: #2b2b3c;
  font-family: brandon-grot-w01-light,sans-serif;
  letter-spacing: 0.14em;
  font-weight: normal;
  font-size: 14px;
}

.production-page .advance_button a{
  font-weight: 700;
}

/* ********** */

.application-form-page .dnd-section .widget-type-rich_text h3 {
  font-size: 25px;
  margin: 0;
  font-weight: bold;
}

.application-form-page form .hs-input {
  font: normal normal 700 15px/1.4em 'palatino linotype',serif;
  padding: 3px 3px 3px 18px;
  background-color: #2b2b3c;
  border-radius: 2px;
  min-height: 50px;
  color: #fff;
  height: auto;
  border: 0;
}

.application-form-page form .field  {
  margin-bottom: 32px;
}

.application-form-page form select.hs-input {
  padding: 0 45px 0 18px;
  cursor: pointer;
  text-overflow: ellipsis;
  display: block;
  appearance: none;
  position : relative;
}

.application-form-page form .hs-fieldtype-select .input::after{
  content: '';
  background-image: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/images/select-arrow.svg);
  position: absolute;
  pointer-events: none;
  width: 13px;
  align-items: center;
  right: 9%;
  display: flex;
  left: auto;
  height: 100%;
  cursor: pointer;
  top: 20px;
  background-repeat: no-repeat;
  /* align-content: center; */
  border: 0;
}


.application-form-page form select option {
  color: #44474d;
  background-color: #fff !important;
}

.application-form-page form .hs-input::placeholder {
  color: #fff;
}

.application-form-page form .form-columns-2 {
  display: flex;
}
.application-form-page form input.hs-button {
  display: flex;
  align-items: center;
  width: max-content;
  font-size: 13px;
  justify-content: center;
  min-width: 100%;
  min-height: 50px;
  background-color: #5bbb57;
  border-radius: 0;
  transition: color 0.4s ease 0s;
  position: relative;
  white-space: nowrap;
  height: auto;
  font-weight: 700;
}

.application-form-page form .actions {
  width: 220px;
  margin: 0 auto;
}

.application-form-page form .hs-input:hover,
.application-form-page form .hs-input:focus{
  background-color: #5bbb5799;
}

.application-form-page form .hs-input {
  width: 100% !important;
}

.application-form-page form .actions {
  padding-top: 93px;
}

.application-form-page form .hs-input.invalid.error {
  background-color: #e21c2166;
  border: 1px solid #ff4040;
}

.application-form-page .hs_cos_wrapper_type_form {
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.application-form-page form .field>label {
  margin: 0;
}

.application-form-page form input.hs-button:hover {
  background-color: #5bbb5766;
}

.application-form-page form input.hs-button {
  border: 0;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  font: normal normal 700 13px/1.4em avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
}

.application-form-page form .field .input{
  position: relative;
}

/* ===== */

.customer_page .custm_dnd_bottom-wrap>.top_sep {
  position: absolute;
  width: 1148px;
  height: 180px;
  top: -62px;
  left: -480px;
  margin: 0px 0px 54px calc((100% - 980px) * 0.5);
  left: -944px;
}



.customer_page .custm_dnd_bottom-wrap .dnd_bottom-sec {
  background: hsl(118deg 42% 54%);
  position: relative;
}

.customer_page .custm_dnd_bottom-wrap {
  position: relative;
  z-index: 2;
}

.customer_page .dnd_bottom-sec .advance_button a{
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.customer_page .widget-type-rich_text h2 {
  line-height: 1em;
  font-family: wfont_da5790_b97d9b6e190049a1beceb9df5619680b,wf_b97d9b6e190049a1beceb9df5,orig_avenir_lt_std_95_black;
  margin: 0;
}

.customer_page .dnd_bottom-sec h2 {
  margin-left: -4px;
}

/* ============= */

.brand-book-page .widget-type-rich_text h5 {
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: bold;
  color: #2B2B3C;
  line-height: normal;
}

.brand-book-page .widget-type-linked_image {
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 50%);
}

.brand-book-page .advanced-image .content{
  margin-bottom: 44px;
}

.brand-book-page .widget-type-rich_text h2 {
  font-size: 40px;
  line-height: 1.2em;
  margin: 0;
}

.brand-book-page .widget-type-rich_text p {
  font-family: brandon-grot-w01-light,sans-serif;
  font-size: 20px;
  line-height: normal;
  color: #d4d4d4;
  margin: 0;
}


/* ************ */
.pricing_page .widget-type-rich_text h2 {
  font-family: wfont_da5790_b97d9b6e190049a1beceb9df5619680b,wf_b97d9b6e190049a1beceb9df5,orig_avenir_lt_std_95_black;
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 0;
}

.pricing_page .widget-type-rich_text p {
  font-size: 15px;
  letter-spacing: 0.03em;
  margin: 0;
  line-height: 1.3em;
}

.pricing_page .advance_button a {
  box-shadow: 2.83px 2.83px 22px rgb(0 0 0 / 50%);
  transition: all 0.2s ease, visibility 0s;
  letter-spacing: 0.1em;
}

.pricing_page .advance_button a span {
  margin: 0px 4px 0px 0px;
}

.pricing_page .pricing-width-content {
  background-color: rgba(43,43,60,1.0);
}
.pricing_page hr {
  height: 0;
}

.pricing_page .pricing-width-content{
  background-image: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/images/pricing_bg.png);
}



a.sandbox_account_cta:hover {
  background: #2B2B3C;
  color:#5BBB57;
}

a.sandbox_account_cta:hover .svg_icon::after{
  background-image: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/images/white-arrorw.svg);
}






@media (min-width: 768px) and (max-width: 1024px){
  .gipperlearn-page form {
    max-width: 90%;
  }
}

@media (min-width: 768px){
  .application-form-page form .field .input {
    margin-right: 30px !important;
  }
  .application-form-page form .field {
    max-width: 50%;
  }
}

@media (min-width: 1000px){
  .application-form-page form .actions {
    margin-left: 127px;
  }
}

@media (max-width: 1400px){
  .production-page .widget-type-rich_text h1 {
    white-space: unset !important;
  }
}

@media (max-width: 830px){
  .pricing_page .bottom_dnd_sec .advance_button a {
    font-size: 13px;
  }
}

@media (max-width: 800px){
  .gipperlearn-page .dnd-section>.row-fluid>.span12.dnd-column .embed_container .iframe_wrapper {
    width: 100%;
  }
}


@media (max-width: 767px){

  .gipperlearn-page .dnd-section .span5 form input.hs-input {
    margin: 10px 0px 10px 0;
  }
  .gipperlearn-page .dnd-section .widget-type-rich_text h3 {
    font-size: 22px;
    line-height: 1.24em;
  }
  .gipperlearn-page .dnd-section form input.hs-input {
    margin: 10px 0px 10px 0;
  }
  .gipperlearn-page form .hs-form-booleancheckbox input.hs-input {
    margin: 0;
  }
  .gipperlearn-page form .hs-form-booleancheckbox>label span {
    font: normal normal 700 8.399999999999999px/1.4em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
    line-height: 1;
  }
  .gipperlearn-page .dnd-section>.row-fluid>.span12.dnd-column .embed_container .iframe_wrapper {
    width: 100%;
    min-height: 157px;
  }
  .gipperlearn-page .dnd-section .span7 .embed_container .iframe_wrapper,
  .gipperlearn-page .dnd-section .span5 .embed_container .iframe_wrapper{
    width: 100%;
    min-height: 157px;
    margin-bottom: 15px;
  }
  .gipperlearn-page form .hs-form-booleancheckbox>label {
    margin: 0px 0px 28px 0;
  }
  .gipperlearn-page .dnd-section form input.hs-button {
    width: 120px;
    height: 42px;
    margin-bottom: 10px;
    font: normal normal 700 14px/1.4em avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
  }
  .gipperlearn-page form .actions {
    text-align: left;
  }
  .gipperlearn-page .dnd-section .widget-type-rich_text h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
  .pricing_page .advance_button a{
    padding: 8.5px !important;
  }
  .pricing_page .pricing-width-content {
    background-image: unset;
    background-color: unset;
  }
  .pricing_page .widget-type-rich_text h2 {
    font-size: 24px;
  }
  .pricing_page .widget-type-rich_text p {
    font-size: 13px;
  }
  .production-page .widget-type-rich_text p+p:last-child {
    font-size: 15px !important;
  }
  .customer_page .dnd_bottom-sec .advance_button a {
    font-size: 10px;
    line-height: 2.2;
  }
  .customer_page .custm_dnd_bottom-wrap>.top_sep {
    display: none;
  }
  .customer_page .widget-type-rich_text h2 {
    font-size: 21px;
  }
  .gipperlearn-page form {
    max-width: 100%;
  }
  .gipperlearn-page .dnd-section .span5 form {
    max-width: 100%;
  }
  .production-page .widget-type-rich_text h1 {
    font-size: 24px;
  }
  .application-form-page form .field {
    width: 100% !important;
  }
  .application-form-page form .form-columns-2 {
    display: block;
  }
  .application-form-page .dnd-section .widget-type-rich_text h3 {
    font-size: 19px;
  }
  .application-form-page form .field {
    margin-bottom: 10px;
  }
  .application-form-page form .field .input {
    margin: 0 !important;
  }
  .application-form-page form .actions {
    padding: 0;
    width: 120px;
    margin-left: 0;
  }
  .application-form-page form input.hs-button {
    min-height: 42px;
    padding: 0;
    font: normal normal 700 14px/1.4em avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
  }
  .customer_page  .dnd_bottom-sec h2 {
    margin-left: 0;
  }
  .brand-book-page .widget-type-rich_text h2 {
    font-size: 24px;
    text-align: center;
  }
  .brand-book-page .widget-type-rich_text h5 {
    text-align: center;
    font-size: 17px;
    margin: 0;
  }
  .brand-book-page .dnd-section .advance_button a {
    padding: 2px;
  }
  .brand-book-page .widget-type-rich_text p {
    font-size: 17px;
  }
}


@media (max-width: 450px){
  .gipperlearn-page .dnd-section>.row-fluid>.span12.dnd-column .embed_container .iframe_wrapper {
    width: 280px;
    height: 157px;
  }
  .gipperlearn-page .dnd-section .span7 .embed_container .iframe_wrapper,
  .gipperlearn-page .dnd-section .span5 .embed_container .iframe_wrapper{
    width: 280px;
    height: 157px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
/*-------- neha----*/



.payment_layout {
  background-color: #242433;
  font: 13px/18px EncodeSans-Regular,verdana,arial,helvetica,sans-serif;
  min-height: calc(100% - 7vh);
  padding: 2vh 10px 5vh;
  display: flex;
  flex-direction: column;
}
.greeting_section_plan {
  text-align: center;
  margin-bottom: 2vh;
}
.greeting_section_plan--log_in {
  font:13px/18px EncodeSans-Regular,verdana,arial,helvetica,sans-serif;
  width: 140px;
  height: 52px;
  border: 1px solid #39b735;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #242433;
  text-transform: uppercase;
  font-family: Open sans;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #39b735;
  text-decoration: none;
  margin-bottom: 0.83em;
}
.greeting_section_plan--log_in.cta_button:hover{
  background: #242433;  
  color: #39b735;
  border: 1px solid #39b735;
}

.greeting_section_plan .hs_cos_wrapper_type_rich_text h2 {
  font-family: Open sans;
  font-size: 2.7vh;
  color: #fff;
  line-height: 1.2em;
  margin: 0 0 0.5em;
}

.greeting_section_plan .hs_cos_wrapper_type_rich_text p {
  font-family: EncodeSans-Regular;
  font-size: 1.4vh;
  line-height: 16px;
  color: #9eabbe;
  margin: 0;
}

.payment_layout .dnd-section {
  padding: 0;
}

.payment_layout .dnd-section >.row-fluid > div {
  padding: 0;
}

/*   Careers  */

.career_page .atl_dnd_main-wrap  h2 {
  font-size: 50px;
  color: #5BBB57;
  font-family: wfont_da5790_b97d9b6e190049a1beceb9df5619680b,wf_b97d9b6e190049a1beceb9df5,orig_avenir_lt_std_95_black;
  line-height: 1.2em;
  text-align: center;
  margin-top: 148px;
  margin-bottom: 69px;
  margin-left: auto;
  margin-right: auto;
}

.career_page .atl_dnd_main-wrap .hs_cos_wrapper_type_rich_text h3 {
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  font-size: 40px;
  color: #5BBB57;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 17px;
}

.career_page .atl_dnd_main-wrap .hs_cos_wrapper_type_rich_text p {
  font-size: 18px;
  line-height: 2.4em;
  text-align: center;
  letter-spacing: 0.05em;
  color: #D4D4D4;
  margin: 0;
}
.career_page .atl_dnd_middle-wrap .dnd-section {
  background: transparent;
}
.career_page .atl_dnd_middle-wrap .hs_cos_wrapper_type_rich_text>*{
  color: #2B2B3C;
}
.career_page .atl_dnd_middle-wrap .hs_cos_wrapper_type_rich_text h4 {
  font-weight: bold;
  font-size: 20px;
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  color: #5BBB57;
  text-align: center;
  margin: 99px 0 20px;
  line-height: normal;
}

.career_page .atl_dnd_middle-wrap .hs_cos_wrapper_type_rich_text h2 {
  font-size: 44px;
  line-height: 1.2em;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.career_page .atl_dnd_middle-wrap .hs_cos_wrapper_type_rich_text h2 span{
  font-family: wfont_da5790_b97d9b6e190049a1beceb9df5619680b,wf_b97d9b6e190049a1beceb9df5,orig_avenir_lt_std_95_black;
}

.career_page .atl_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text h2 {
  color: #2B2B3C;
  font-size: 44px;
  font-family: wfont_da5790_b97d9b6e190049a1beceb9df5619680b,wf_b97d9b6e190049a1beceb9df5,orig_avenir_lt_std_95_black;
  line-height: 1.2em;
  text-align: center;
  margin-bottom:53px;
}
.career_page .atl_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text h3 {
  font : normal normal normal 60px/1.4em Spinnaker,sans-serif;
  font-size: 18px;
  text-align: center;
  font-family: avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;
  margin-bottom: 2px;
}

.career_page .atl_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text h3 a {
  text-decoration: underline;
  color: #5BBB57;
}
.career_page .atl_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text p {
  font: normal normal normal 15px/1.4em Tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
  font-size: 14px;
  text-align: center;
  margin-bottom: 27px;
}

.career_page .advance_button {
  padding-top: 84px;
  padding-bottom: 133px;
}

.career_page .atl_dnd_middle-wrap>.bott_sep {
  position: absolute;
  width: 1132px;
  height: 180px;
  bottom: -3px;
  right: unset;
  margin: 0px 0px -63px calc((100% - 980px) * 0.5);
  left: 756px;
  width: 1168px;
  height: 196px;
}

.career_page hr {
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 91px;
}
.career_page .atl_dnd_main-wrap .widget-type-rich_text {
  max-width: 624px;
  margin: 0 auto;
}
.career_page .atl_dnd_main-wrap>.bott_sep {
  left: -904px;
  width: 1125px;
  height: 176px;
  transform: rotate(180deg);
  bottom: -115px;
}

.career_page .atl_dnd_main-wrap .container-fluid.dnd_main-sec {
  background-image: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/images/careers_bg.png);
}

/* case study */

.case_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text h2 {
  font-size: 30px;
  font-family: wfont_da5790_b97d9b6e190049a1beceb9df5619680b,wf_b97d9b6e190049a1beceb9df5,orig_avenir_lt_std_95_black;
  line-height: 1.2em;
  text-align: center;
  margin:0;
}
.case_dnd_bottom-wrap > .top_sep {
  width: 964px;
  height: 208px;
  margin: 0px 0px 12px calc((100% - 980px) * 0.5);
  left: -780px;
  position: absolute;
  top: 0;
  top: -67px;
}

.case_dnd_bottom-wrap {
  position: relative;
  z-index: 2;
}

.case_dnd_bottom-wrap > .top_sep {
  width: 964px;
  height: 208px;
  margin: 0px 0px 12px calc((100% - 980px) * 0.5);
  left: -780px;
  position: absolute;
  top: 0;
  top: -67px;
}

.case_dnd_bottom-wrap {
  position: relative;
  z-index: 2;
}

.cont_wid_img_wrap.fwidth .text_box {
  min-height: 200px;
  max-width: 693px;
  margin: 0 auto;
  margin-bottom: 10px;
}

/*====== green level =========*/

.green_level_page .case_author_sec .seperator {
  max-height: 496px;
}
.green_level_page .case_dnd_bottom-wrap .bott_sep {
  width: 853px;
  height: 144px;
  position: absolute;
  margin: 0px 0px -26px calc((100% - 980px) * 0.5);
  left: 739px;
  bottom: 250px;
}
.tempa-page .green_level_page .case_author_sec .seperator {
  max-height: 487px;
  padding-top: 75px;
}
.tempa-page .benefit_sec .bottom_sep .left {
  left: -569px;
}

.tempa-page .bio_text {
  padding: 0 40px;
}

.tempa-page .case_author_sec .auth_bio_wrap h3.role {
  line-height: 1.2em;
}
.tempa-page .green_level_page .case_dnd_bottom-wrap .bott_sep {
  bottom: 125px;
  position: absolute;
  width: 1132px;
  height: 180px;
  margin: 0px 0px 54px calc((100% - 980px) * 0.5);
  left: -942px;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 73px;
}
.green_level_page  .cont_wid_img_wrap .title h2 span {
  font-family: wfont_da5790_b97d9b6e190049a1beceb9df5619680b,wf_b97d9b6e190049a1beceb9df5,orig_avenir_lt_std_95_black !important;
}
.case_dnd_bottom-wrap .input input{
  height: 42px;
  padding: 2px 3px 3px 24px;
}
.case_dnd_bottom-wrap .input input.invalid.error {
  border-color: rgb(255,64,64);
}
.case_detail_page .case_dnd_bottom-wrap>.top_sep {
  top: -61px;
}
.case_detail_page .case_dnd_main-wrap .top_sep{
  top: -126px;
}

.green_level_page.case_detail_page .case_dnd_main-wrap .top_sep {
  top: -142px;
}

@media(min-width:768px){
  .green_level_page .connect_with_us .left_col {
    width: 44.5%;
  }

  .green_level_page .connect_with_us .content_col h2 {
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 1em;
  }

  .green_level_page .connect_with_us .content_col {
    width: 54.5%;
  }

  .green_level_page .connect_with_us .content_col h3 {
    line-height: 1em;
  }

  .green_level_page .connect_with_us .content_col hr {
    margin-bottom: 13px;
  }

  .green_level_page .connect_with_us .content_col h4 {
    margin-bottom: 10px;
  }
  .tempa-page .green_level_page .connect_with_us .content_col h2 {
    margin-top: 50px;
  }
  .tempa-page .green_level_page .connect_with_us .content_col {
    padding-left: 7px;
  }
  .tempa-page .green_level_page .connect_with_us .content_col h4 {
    margin-top: 15px;
    margin-bottom: 11px;
  }
  .tempa-page .connect_with_us .social_icons_group {
    padding-top: 15px;
  }
  .tempa-page .connect_with_us .social_icons_group a {
    padding-bottom: 10px;
  }
}


@media screen and (min-height: 576px) and (max-height: 640px){
  .greeting_section_plan {
    margin-bottom: 2.5vh;
    padding-top: 0;
  }
  .greeting_section_plan--log_in {
    height: 30px;
    margin-bottom: 5px;
  }
}
@media screen and (max-height: 575px) and (max-width: 812px) and (orientation: landscape) and (pointer: coarse), 
  screen and (max-width: 500px), screen and (max-width: 812px) and (pointer: coarse){
    .greeting_section_plan {
      padding-top: 20px;
      margin: 0;
    } 
    .greeting_section_plan .hs_cos_wrapper_type_rich_text p {
      font-size: 1em;
      margin: 0 0 20px;
    }
    .greeting_section_plan {
      padding-top: 1em;
      margin-bottom: 10px;
    }  
    .greeting_section_plan .hs_cos_wrapper_type_rich_text h2 {
      font-size: 2em;
    }
}
@media(min-width:950px) and (max-width:767px){
  .benefit_sec.tp-with_img h2.title span{
    font-size: 40px;
  }
}

@media(max-width:767px){


  .career_page .atl_dnd_main-wrap .container-fluid.dnd_main-sec {
    background-image: url(//3413324.fs1.hubspotusercontent-na1.net/hubfs/3413324/raw_assets/public/Gipper_February2022/images/careers_bg_mob.png);
  }
  .career_page .atl_dnd_middle-wrap .hs_cos_wrapper_type_rich_text h4 {
    margin: 14px 0 10px;
    font-size: 17px;
    letter-spacing: 0;
  }

  .career_page .atl_dnd_middle-wrap .hs_cos_wrapper_type_rich_text h2 {
    font-size: 26px;
    margin-bottom: 0;
  }

  .career_page .advance_button {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .career_page .advance_button a.bookmark {width: 200px;height: 42px;}

  .career_page .atl_dnd_main-wrap h2 {
    font-size: 27px;
    margin: 38px 0 20px;
  }

  .career_page hr {
    max-width: 300px;
    margin-bottom: 39px;
  }
  .career_page .atl_dnd_main-wrap .hs_cos_wrapper_type_rich_text h3 {
    font-size: 24px;
    margin-bottom: 10px !important;
  }
  .career_page .atl_dnd_main-wrap .hs_cos_wrapper_type_rich_text hr+ h3 {
    margin-bottom: 18px !important;
  }
  .career_page .atl_dnd_main-wrap .hs_cos_wrapper_type_rich_text p {
    font-size: 12px;

  }
  .career_page .atl_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text h2 {
    font-size: 25px;
    margin-bottom: 32px;
  }

  .career_page .atl_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text p {
    font-size: 15px;
  }

  .career_page .atl_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text p:last-child {
    margin: 0;
  }
  .career_page .atl_dnd_main-wrap .widget-type-rich_text,
  .career_page .atl_dnd_middle-wrap .hs_cos_wrapper_type_rich_text h2{
    max-width: 100%;
  }
  .green_level_page  .connect_with_us .content_col h2 {
    margin-top: 32px;
  }
  .green_level_page .case_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text h2 {
    font-size: 21px;
  }
  .case_dnd_bottom-wrap .hs_cos_wrapper_type_rich_text h2{
    font-size: 21px;
  }

  .case_dnd_bottom-wrap .input input {
    height: 36px;
  }

  .case_dnd_bottom-wrap form .hs-form-field {
    margin: 9px 0;
  }


  .tempa-page .benefit_sec h2.title {
    font-size: 26px;
    line-height: 1.1em;
    padding-bottom: 9px;
  }
  .tempa-page .connect_with_us .content_col h4+hr {
    display: inherit;
    margin: 0 !important;
  }

  .tempa-page  .connect_with_us .content_col h4 {
    margin-bottom: 10px;
  }

  .tempa-page .connect_with_us .social_icons_group a img {
    width: 32px;
    margin-bottom: 10px;
  }

  .tempa-page .connect_with_us .social_icons_group {
    padding-left: 0;
    padding-top: 10px;
  }

  .tempa-page .connect_with_us .content_col hr {
    display: none;
  }
  .tempa-page .cont_wid_img_wrap.col55 .content_col .text_box {
    width: 100%;
    padding: 0 5px;
  }
  .tempa-page .case_author_sec .auth_bio_wrap h3.role {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.1em;
  }
  .tempa-page .case_dnd_main-wrap .dnd_main-sec .cont_wid_img_wrap .title h2 span {
    font-family: wfont_da5790_b97d9b6e190049a1beceb9df5619680b,wf_b97d9b6e190049a1beceb9df5,orig_avenir_lt_std_95_black;
  }
  .tempa-page .green_level_page .case_dnd_bottom-wrap .bott_sep {
    display: none;
  }

  .tempa-page .case_dnd_bottom-wrap>.top_sep {
    display: none;
  }
  .green_level_page .case_dnd_bottom-wrap .bott_sep {
    display: none;
  }

  .green_level_page  .case_dnd_bottom-wrap>.top_sep {
    display: none;
  }

  .green_level_page .case_author_sec .img_wrap img {
    width: 280px;
    height: auto;
  }
  .tempa-page .green_level_page .connect_with_us .social_icons_group {
    max-width: 100%;
  }
  .tempa-page .benefit_sec .main_wrapper{
    padding-top: 19px;
  }
  .green_level_page .case_author_sec .text_wrap {
    padding: 15px 35px 0 !important;
  }
  .tempa-page .case_author_sec .text_wrap {
    padding: 15px 29px 0 !important;
  }
  .tempa-page .case_dnd_bottom-wrap .container-fluid.dnd_bottom-sec {
    margin-top: -1px;
  }

  .tempa-page .case_dnd_main-wrap .cont_wid_img_wrap.col55 .content_col .text_box {
    padding: 0 17px;
  }
}

/*--------*/

.partner-inner-page form .hs_error_rollup {
  margin: 0;
}

.partner-inner-page form.hs-form .hs_error_rollup ul.no-list.hs-error-msgs label {
  margin-bottom: 2px !important;
}

.partner-inner-page form.hs-form ul.no-list.hs-error-msgs label {
  font-size: 14px !important;
  padding-left: 5px !important;
}

/*-----*/

.tempa-page.jones_college_page .case_dnd_top_main-wrap .container-fluid.dnd_main-sec {
  background: transparent;
}

.tempa-page.jones_college_page .case_author_sec .auth_bio_wrap h2.name {
  margin-bottom: 9px;
}

.tempa-page.jones_college_page .case_author_sec .auth_bio_wrap h3.role {
  margin-bottom: 10px;
}

.tempa-page.jones_college_page .case_author_sec .seperator {
  padding-top: 49px;
  max-height: 100%;
}

.tempa-page.jones_college_page .cont_wid_img_wrap .text_box p span[style*="font-size: 18px"] {
  font-family: inherit;
}

.tempa-page.jones_college_page .connect_with_us {
  padding-left: 95px;
}

.tempa-page.jones_college_page .connect_with_us .left_col {
  width: 420px;
}

.tempa-page.jones_college_page .connect_with_us .content_col {
  width: calc(100% - 420px);
  padding: 0;
}

.tempa-page.jones_college_page .green_level_page .connect_with_us .content_col h2 {
  margin-top: 38px;
}

.tempa-page.jones_college_page .connect_with_us .social_icons_group a {
  padding-bottom: 6px;
}

.tempa-page.jones_college_page .connect_with_us .social_icons_group {
  padding-top: 13px;
  padding-left: 2px;
}

.tempa-page.jones_college_page .green_level_page .case_dnd_bottom-wrap .bott_sep {
  width: 853px;
  height: 144px;
  position: absolute;
  margin: 0px 0px -23px calc((100% - 980px) * 0.5);
  left: 770px;
  bottom: 250px;
}


.tempa-page.jones_college_page .case_detail_page .case_dnd_main-wrap .top_sep {
  top: -132px;
  left: 752px;
}

.tempa-page.jones_college_page .case_detail_page .case_dnd_bottom-wrap > .top_sep {
  left: -727px;
  top: -67px;
}

.tempa-page.jones_college_page .connect_with_us .content_col hr {
  max-width: 338px;
}

.tempa-page.jones_college_page .connect_with_us .content_col h4 {
  margin-top: 15px;
  margin-bottom: 20px;
}


@media(max-width:991px){
  .tempa-page.jones_college_page .connect_with_us .left_col {
    width: 44.5%;
  }

  .tempa-page.jones_college_page .connect_with_us .content_col {
    width: 54.5%;
  }

  .tempa-page.jones_college_page .connect_with_us {
    padding: 0 20px;
  } 
}


@media(max-width:767px){
  .tempa-page.jones_college_page .connect_with_us .left_col,
  .tempa-page.jones_college_page .connect_with_us .content_col {
    width: 100%;
  }

  .tempa-page.jones_college_page .connect_with_us {
    padding: 0;
  }

  .cont_wid_img_wrap .title h2 br {
    display: none;
  }

  .jones_college_page .case_dnd_top-wrap .cont_wid_img_wrap .title h2 {
    width: 100%;
  }

  .jones_college_page .case_dnd_main-wrap .cont_wid_img_wrap.col55 .content_col .text_box {
    padding: 0px 28px;
  }

  .tempa-page.jones_college_page .green_level_page .connect_with_us .content_col h2 {
    margin-top: 11px;
  }

  .tempa-page.jones_college_page .connect_with_us .content_col hr {
    margin-left: auto !important;
    margin-right: auto !important;
  }

}
@media(max-width:320px){
  .jons_college_html .site-header {
    padding-bottom: 0;
  }
}