/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}


.row-fluid {
  width: 100%;
}
.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: 2.127659574%;
  -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: 99.99999998999999%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
.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;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }
  .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: 2.762430939%;
    -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: 99.999999993%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
  }
}
@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }
  .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: 2.564102564%;
    -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.45299145300001%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}
.container-fluid:after {
  clear: both;
}
.equal-height-container > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body .row-fluid .vertical-center{
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: space-between;
  -webkit-justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 767px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: block;
    display: -webkit-block;
  }
  body .row-fluid .vertical-center{
    display: block;
    display: -webkit-block;
    display: -ms-block ;
  }
}


/*   Column Adjust   */

/*Two Column Adjust
========================================================*/
.row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 46%;
  -webkit-flex-basis: 46%;
  float: left;
  margin-right: 4%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media(max-width:767px) {
  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin-top: 20px;
    width: 100%;
    margin: 10px 0;
    float: none
  }

  .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }
}

/*==================================================
Three Col Adjust
==================================================*/
.row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: 0;
  width: 100%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 31.96%;
  -webkit-flex-basis: 31.96%;
  float: left;
  margin-right: 2%;
  margin-top: 2.43%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}
@media(min-width: 768px){
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right: 0px;
  }
}

@media (max-width:767px) {
  .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }
}

/*==================================================
Four Col Adjust
==================================================*/
.row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: 0%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 24.16%;
  -webkit-flex-basis: 24.16%;
  float: left;
  margin-right: 1.06%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media (max-width:767px) {
  .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    /*     margin: 0; */
    margin-top: 20px;
    margin-right: 0;
  }
}

@media(min-width:768px) and (max-width:1024px) {
  body .row-fluid .four-col-adjust>span {
    display: inline-block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 49%;
    width: 49%;
    -webkit-flex-basis: 50%;
    /*     margin: 0; */
    margin-top: 20px;
  }
  body .row-fluid .four-col-adjust span>.hs_cos_wrapper:nth-child(2n) {
    margin-right:0px !important;
  }
}

/*==================================================
Five Col Adjust
==================================================*/
.row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media (max-width:767px) {
  .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 30px;
    margin-right: 0;
  }
}

/*==================================================
Six Col Adjust
==================================================*/
.row-fluid .six-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 14%;
  -webkit-flex-basis: 14%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media (max-width:767px) {
  .row-fluid .six-col-adjust>span {
    display: flex;
  }
  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: flex;
    flex-basis: 25%;
    width: 24%;
    -webkit-flex-basis: 25%;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/














/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

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

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1rem;
}

/* Anchors */

a {
  cursor: pointer;
}

a:focus-visible{
  outline: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1rem;
  padding-left: 23px;
}

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

strong{
  font-weight: 700;
}

/*  Custom Class Stylings  */

html.open-popup {
  overflow: hidden;
}

@media(min-width: 1025px){
  .h1-small h1,
  .h1-small-67 h1,
  .h2-slider-large h2,
  .h2-large-67 h2{
    color: #000000;
    font-size: 67.944px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
  }
  .h1-extra-small h1,
  .h1-extra-small-50 h1{
    font-weight: 500; text-decoration: none; font-family: 'Montserrat', sans-serif; font-style: normal;
    color: #000000;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 78.194px;
  }
  .h2-large h2,
  .h2-medium-50 h2{
    font-weight: 500; text-decoration: none; font-family: 'Montserrat', sans-serif; font-style: normal;
    color: #000000;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
  }
  .h3-large h3,
  .h3-45 h3,
  .h3-large-45 h3{
    font-weight: 400; text-decoration: none; font-family: 'Montserrat', sans-serif; font-style: normal;
    color: #000000;
    font-size: 45.298px;
    font-style: normal;
    font-weight: 700;
    line-height: 119.211%;
  }
  .h3-small h3,
  .h3-small-30 h3{
    font-size: 30px;
    line-height: 180%;
  }
  .h5-small-25 h5{
    font-size: 25.902px;
    font-style: normal;
    line-height:119.211% ; 
  }
  .h5-24,
  .h5-24 h5,
  .h5-small-24 h5{
    font-size: 24px;
    line-height: 125%; 
    font-weight: 700;
  }
  .h6-large h6,
  .h6-large-22 h6{
    font-weight: 700; text-decoration: none; font-family: 'Montserrat', sans-serif; font-style: normal;
    color: #000000;
    font-size: 22.92px;
    line-height: 123.05%;
  }
  .h6-small-19 h6{
    font-size: 19.683px;
    font-weight: 600;
    line-height: 150%;
  }
}
@media(max-width: 1024px){
  .h5-24,
  .h5-24 h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; 
  }
  .h3-45 h3{
    font-size: 29.91px;
    font-weight: 800;
    line-height: 35px;
  }
}

.fw-400,
.fw-400 h1,
.fw-400 h2,
.fw-400 h3,
.fw-400 h4,
.fw-400 h5,
.fw-400 h6,
.fw-400 p,
.fw-400 span, 
.fw-400-inner span,
.fw-400 li{
  font-weight: 400;
}
.fw-500,
.fw-500 h1,
.fw-500 h2,
.fw-500 h3,
.fw-500 h4,
.fw-500 h5,
.fw-500 h6,
.fw-500 p,
.fw-500 span, 
.fw-500-inner span,
.fw-500 li{
  font-weight:500;
}
.fw-600,
.fw-600 h1,
.fw-600 h2,
.fw-600 h3,
.fw-600 h4,
.fw-600 h5,
.fw-600 h6,
.fw-600 p,
.fw-600 span, 
.fw-600-inner span,
.fw-600 li{
  font-weight: 600;
}
.fw-700,
.fw-700 h1,
.fw-700 h2,
.fw-700 h3,
.fw-700 h4,
.fw-700 h5,
.fw-700 h6,
.fw-700 p,
.fw-700 span, 
.fw-700-inner span,
.fw-700 li{
  font-weight: 700;
}
.fw-800,
.fw-800 h1,
.fw-800 h2,
.fw-800 h3,
.fw-800 h4,
.fw-800 h5,
.fw-800 h6,
.fw-800 p,
.fw-800 span,
.fw-800-inner span,
.fw-800 li{
  font-weight: 800;
}
body .margin-zero h1,
body .margin-zero h2,
body .margin-zero h3,
body .margin-zero h4,
body .margin-zero h5,
body .margin-zero h6,
body .margin-zero p{
  margin-bottom: 0;
}
.flex{
  display:flex;
}
.ml-auto{
  margin-left: auto;
}
.mr-auto{
  margin-right: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.blockquote-blog blockquote {
  position: relative;
  margin: 35px 0;
  padding: 0 0 0 60px;
  color: #27A4E6;
}
body .body-container--case_study_post .case_study_post_template .right_container .blockquote-blog.p-large p{
  color: #27A4E6;
  font-size: 20px;
  font-style: italic;
}
.blockquote-blog blockquote::before {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0px;
  left: 10px;
  font: 30px / 1 FontAwesome;
}

@media(min-width: 768px){
  .p-23 p{
    font-size: 23.851px;
    line-height: 35px;
  }
  .p-16 p{
    font-size: 16px;
    line-height: 168.75%;
  }
  .p-18 p{
    font-size: 18px;
    line-height: 29px;
  }
  .p-15 p,
  .p-15 li{
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
  }
  .p-large p{
    font-weight: 400; text-decoration: none; font-family: 'Montserrat', sans-serif; font-style: normal;
    color: #000000;
    font-size: 20px;
    line-height: 30px;
  }
  .p-medium p{
    font-weight: 400; text-decoration: none; font-family: 'Montserrat', sans-serif; font-style: normal;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .p-small p{
    font-weight: 400; text-decoration: none; font-family: 'Montserrat', sans-serif; font-style: normal;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
  }
  .p-xl p{
    font-weight: 400; text-decoration: none; font-family: 'Montserrat', sans-serif; font-style: normal;
    font-size: 25px;
    font-weight: 500;
    line-height: 140%;
  }
  .p-lh-166 p{
    line-height: 166.667%;
  }
  .p-lh-150 p{
    line-height: 150%;
  }
  .desktop{
    display: block;
  }
  .mobile{
    display: none;
  }
}

.align-left{
  text-align: left;
}
.align-center{
  text-align:center;
}
.align-right{
  text-align: right;
}
.mobile-block{
  display:none;
}

@media(max-width: 767px){
  .p-16 p {
    line-height: 20px;
    font-size: 13.54px;
  }
  .h1-extra-small h1{
    font-size: 31px;
    line-height: normal;
  }
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .ml-auto{
    margin-left: 0;
  }
  .mx-left{
    text-align: left;
  }
  .mx-center{
    text-align:center;
  }
  .mx-right{
    text-align: right;
  }
  .mobile-block{
    display:block;
  }
  .mobile-hide{
    display:none;
  }
}


body #hs-banner-parent #hs-eu-cookie-confirmation{
  width: calc(100% - 40px) !important;
  max-width: 1244px !important;
  margin-left: auto;
  margin-right: auto
}
body #hs-banner-parent #hs-eu-cookie-confirmation::-webkit-scrollbar{
  display: none;
}
body #hs-banner-parent p{
  font-size: 16px;
  color: #000000;
}
body #hs-eu-cookie-confirmation #hs-eu-confirmation-button{
  background-color: #1A8DD4;
  color: #ffffff;
  border: 2px solid #1A8DD4;
  transition: all 0.3s ease-in-out;
}
body #hs-eu-cookie-confirmation #hs-eu-confirmation-button:hover{
  background-color: #ffffff;
  color: #1A8DD4;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.41rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 9px;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
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;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 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 - date picker */

.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: 14px;
  line-height: 25px;
  margin: 0 0 1rem;
}

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

form .hs_submit .actions{
  text-align: center;
}

body form fieldset.form-columns-1 .hs-form-field .input{
  margin-right:0;
}

body form fieldset.form-columns-1 .input .hs-input{
  width: 100%;
}
body form .hs-fieldtype-radio.hs-form-field label{
  margin: 0px;
}
body form .hs-fieldtype-radio.hs-form-field label.hs-form-radio-display{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
body form .hs-fieldtype-radio.hs-form-field label.hs-form-radio-display > input{
  width: auto;
  margin-left: 7px;
}

@media(max-width: 1199px){
  body form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-select:last-child{
    margin-left: 0px;
  }
  body form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-select:first-child,
  body form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-select .input{
    margin-right:0px;
  }
  body form fieldset.form-columns-2 .hs-form-field.hs-fieldtype-select{
    width: 100%;
    max-width: 100%;
    margin:0px;
    float: none;
    margin-bottom: 1.41rem;
  }
  body form .hs-form-field.hs-fieldtype-select select{
    background-position: 95% 100%;
  }
}

@media(min-width: 768px){
  body form fieldset.form-columns-2 .hs-form-field{
    max-width: calc( 50% - 14px);
  }
  body form fieldset.form-columns-2 .hs-form-field:first-child{
    margin-right: 14px;
  }
  body form fieldset.form-columns-2 .hs-form-field:last-child{
    margin-left: 14px;
  }
  body form fieldset.form-columns-2 .hs-form-field .input{
    margin-right: 0px;
  }
}

@media(max-width: 767px){
  body form fieldset.form-columns-2 .hs-form-field:last-child .input{
    margin-right: 0px;
  }
  form .hs-form-field{
    margin-bottom: 1.7rem;
  }
}

@media(max-width:400px){
  body form fieldset.form-columns-2 .hs-form-field:first-child .input{
    margin-right: 0px;
  }
  body form fieldset.form-columns-2 .input .hs-input{
    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: ;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Search button input field and suggestions */
.body-container-wrapper .hs-search-field__button {
  padding: 15px;
}

.body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
  margin-left: 6px;
  margin-bottom: 0;
}

.body-container-wrapper .hs-search-field__button svg {
  height: 15px;
  fill: #fff;
}

.body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
  padding: 10px;
}

.body-container-wrapper .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}



/*   Error message   */

ul.hs-error-msgs li label.hs-error-msg{
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  text-align: left;
}
ul.hs-error-msgs li label a,
.hs_error_rollup{
  display: none;
}



[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + span,
[type="radio"]:not(:checked) + span
{
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  display: inline-block;
}
[type="radio"]:checked + span:before,
[type="radio"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  right: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #f4f8fb;
}
[type="radio"]:checked + span:after,
[type="radio"]:not(:checked) + span:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #1A8DD4;
  position: absolute;
  top: 7px;
  right: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/*    HEADER CSS    */

header .header_container ul.hs-menu-children-wrapper.active-branch.open-menu-list {
  visibility: hidden !important;
  opacity: 0 !important;
  display: none !important;
}

header .header_container{
  padding: 36px 0 30px;
  position: relative;
  background: #ffffff;
}
header .header-wrapper{
  max-width: 1386px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
header .header_container .header-menu.custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1.active-branch > a{
  color: #1a8dd4;
}
header .header_container .header-menu .hs-menu-wrapper>ul li.hs-menu-depth-1.active-branch .child-trigger,
header .header_container .header-menu .hs-menu-wrapper>ul li.hs-menu-depth-1.active-branch>a:before{
  border-color: #1a8dd4;
}

header .header_container .header-menu.custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1{
  position: relative;
}
header .header_container .header-menu.custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:before{
  bottom: -40px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
header .header_container .header-menu.custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1:hover:before{
  height: 42px;
}
header .header_container .logo_container{
  width:100%;
  max-width: 285px;
}
header .header_container .logo_container a{
  line-height:0;
  display: block;
}
header .header_container .logo_container a:focus-visible{
  outline:none
}
header .header_container .header-menu .hs-menu-wrapper {
  display: block !important;
}
@media(min-width: 1025px){
  body main#main-content{
    margin-top: 199px;
    transition: all 0.3s ease-in-out;
  }
  body.scroll main#main-content{
    /*     margin-top: 129px; */
    transition: all 0.3s ease-in-out;
  }
  header .header_container .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper.open-menu-list{
    display: none !important;
  }
  header .header_container .header-menu.custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1.active-branch > a{
    font-weight: 600;
  }
  header .header_container .header-menu ul li.hs-menu-item:hover a{
    color: #1A8DD4;
  }
  header .header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transform: translateY(0px);
    transition: all 0.3s ease-in-out;
  }
  header .header.fixed {
    position: fixed;
    /*     transform: translateY(-70px); */
    margin-top:-70px;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 70px 0 rgba(0,0,0,.1);
  }
  header .header_container .main-header {
    display:flex;
    align-items: center;
  }
  header .header_container .header-menu .hs-menu-wrapper ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
    align-items: center;
    justify-content: flex-start;
    gap: 33px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header_container .header_cta{
    text-align: center;
  }
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{
    left: -9999px;
    opacity: 0;
    position: absolute;
  }
  header .header_container .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper{
    left: 0;
    opacity: 0;
    top: 61px;
    transition: all .1s ease-in-out;
    visibility: hidden;
    display: none;
    gap:0;
    border-radius: 29px;
    min-width:318px;
  }
  /*   body header .header_container .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper.open-menu-list{
  visibility: hidden !important;
  display: none !important;
  opacity: 0 !important;
} */
  header .header_container .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{
    left: 0;
    opacity: 1;
    visibility: visible;
    /*     top: 100%; */
    z-index:4;
  }
  header .header_container .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{
    background: #F4F8FA;
    border-radius: 29px;
    box-shadow: 0px 4px 33.8px 0px rgba(0, 0, 0, 0.15);
    display: block !important;
    padding: 27px 0 34px;
  }
  header .header_container .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper li a{
    width: 100%;
    padding: 11px 40px 11px 30px;
    transition: all 0.1s ease-in-out;
    position: relative;
  }
  header .header_container .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper li a:hover:before{
    position: absolute;
    content:'';
    background: url('https://45189053.fs1.hubspotusercontent-na1.net/hubfs/45189053/Right%20arrow.svg') no-repeat;
    background-size: contain;
    width: 10px;
    height: 15px;
    right: 22px;
    top: 15px;
    cursor: pointer;
  }
  header .header_container .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper li a:hover{
    background: #1A8DD4;
  }
  header .header_container .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper li a:hover{
    color: #ffffff;
  }
  header .header_container .header-menu .hs-menu-wrapper.flyouts ul.hs-menu-children-wrapper li a{
    color: #000000;
    font-size: 21px;
    line-height: 109.524%;
    font-weight: 600;
    text-align: left;
    transition: all 0.1s ease-in-out;
  }
  header .header_container .header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a{
    padding-right: 20px;
    position: relative;
  }
  header .header_container .header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:before{
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    bottom: auto;
    content: "";
    height: 9px;
    left: auto;
    position: absolute;
    right: 2px;
    top: 6px;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
    width: 9px;
    z-index: 0;
  }
  header .header_container .header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover >a:before{
    border-bottom: 2px solid #1A8DD4;
    border-left: 2px solid #1A8DD4;
    top: 10px;
    transform: rotate(135deg);
  }
}

@media(min-width: 1401px){
  html[lang="fr-ca"] body header .header_container .header_cta a.cta_button{
    padding: 16px 20px 15px !important;
    font-size: 16.5px;
  }
}

@media(min-width: 1025px) and (max-width: 1400px){
  body main#main-content{
    margin-top: 189px;
    transition: all 0.3s ease-in-out;
  }
  body.scroll main#main-content{
    /*     margin-top: 119.75px; */
    transition: all 0.3s ease-in-out;
  }
  header .header_container .logo_container{
    max-width: 207px;
  }
  body header .header_container .header_cta a.cta_button{
    padding: 14px 15px !important;
    font-size: 14.5px;
  }
  html[lang="fr-ca"] body header .header_container .header_cta a.cta_button{
    padding: 14px 14px !important;
    font-size: 1.2vw;
  }
  body header .header-section .header_container .header_buttton_container .button_flex{
    gap: 12px;
  }
  header .header_container .header-menu .hs-menu-wrapper ul{
    gap: 2vw;
    justify-content: center;
  }  
  body header .header_container .header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a{
    padding-right: 16px;
  }
}

@media(min-width: 1201px) and (max-width: 1400px){
  body header .header_container .header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:before{
    right: -2px;
    top: 0.429vw;
  }
  header .header_container .header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover>a:before{
    top: 0.743vw;
  }
  header .header_container .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper li a:hover:before{
    top: 1.117vw;
  }
  body header .header_container .header-menu ul li.hs-menu-item a,
  header .header_container .header-menu .hs-menu-wrapper.flyouts ul.hs-menu-children-wrapper li a{
    font-size: 1.5vw;
  }
}

@media(min-width: 1025px) and (max-width: 1200px){
  body header .header_container .header-menu ul li.hs-menu-item a,
  header .header_container .header-menu .hs-menu-wrapper.flyouts ul.hs-menu-children-wrapper li a{
    font-size: 16px;
  }
  body header .header_container .header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:before{
    right: -2px;
    top: 3px;
  }
  header .header_container .header-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover>a:before{
    top: 7px;
  }
  header .header_container .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper li a:hover:before{
    top: 12px;
  }
}


@media(max-width: 1024px){
  header .header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transform: translateY(0px);
    transition: all .3s ease-in-out;
  }
  body main#main-content{
    margin-top: 136px;
    transition: all 0.3s ease-in-out;
  }
  body.scroll main#main-content{
    /*     margin-top: 93.75px; */
    transition: all 0.3s ease-in-out;
  }
  header .header.fixed {
    position: fixed;
    transition: all .3s ease-in-out;
    /*     transform: translateY(-52px); */
    margin-top:-52px;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 70px 0 rgba(0,0,0,.1);
  }
  body.submenu-open header .header_container .header-menu.custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1.active-branch > a{
    color: #000000;
  }
  header .header_container .header-menu .hs-menu-wrapper {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    left: 100%;
    right: -100%;
    transition: all 0.6s ease-in-out;
    width: 50%;
    margin-left: auto;
  }
  body.mobile-open header .header_container .header-menu .hs-menu-wrapper {
    left:0;
    right:0;
    transition: all 0.6s ease-in-out;
  }
  header .header_container{
    padding: 28px 0 20px;
  }
  body header .top_bar_container{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  header .header_container .logo_container{
    width:92%;
    max-width: 207px;
  }
  header .header_container .header-menu .hs-menu-wrapper .button-wrapper{
    padding-top: 20px;
  }
  header .header_container .header-menu .hs-menu-wrapper ul,
  header .header_container .header-menu .hs-menu-wrapper .button_flex{
    display: block;
    padding: 0 32px;
  }
  header .header_container .header-menu .hs-menu-wrapper > ul > li{
    padding: 23px 0;
  }
  body header .header_container .header-menu ul li.hs-menu-item a{
    font-size: 18px;
  }
  .mobile-trigger {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    padding: 7px 10px 8px;
    position: absolute;
    right: 10px;
    text-align: left;
    text-transform: uppercase;
    top: 30px;
    transition: all .3s ease-in-out;
    width: auto;
    z-index: 11;
  }
  .mobile-trigger i, .mobile-trigger i:after, .mobile-trigger i:before {
    background: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    height: 3px;
    transition: all .3s ease-in-out;
    width: 26px;
  }
  .mobile-trigger i {
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:after, .mobile-trigger i:before {
    content: "";
    position: absolute;
  }
  .mobile-trigger i:before {
    right: 0;
    top: -8px;
  }
  .mobile-trigger i:after {
    right: 0;
    top: 8px;
  }
  .mobile-open .mobile-trigger i {
    background: transparent;
    transition: all .3s ease-in-out;
  }
  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
    width: 100%;
  }
  .mobile-open .mobile-trigger i:after {
    top: 0;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
    width: 100%;
  }
  header .header_container .child-trigger{
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    cursor: pointer;
    display: block;
    height: 11.3px;
    min-width: 11.3px;
    position: absolute;
    right: 10px;
    top: 29px;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
    width: 11.3px;
  }
  header .header_container .child-trigger.child-open {
    top: 24px;
    transform: rotate(135deg);
  }
  header .header_container .header-menu .hs-menu-wrapper {
    background: #F4F8FA;
    box-shadow: 0px 4px 29.8px 0px rgba(0, 0, 0, 0.25);
    display: none;
    height: 102vh;
    overflow-y:auto;
    padding: 95px 0 40px;
    position: absolute;
    top: 0px;
    bottom:0;
    width: 100%;
    max-width:349px;
    z-index: 10;
  }
  header .header_container .header-menu .hs-menu-wrapper > ul{
    margin-bottom: 40px;
  }
  header .header_container .header-menu .hs-menu-wrapper::-webkit-scrollbar {
    display: none;
  }
  header .header_container .hs-menu-wrapper.flyouts ul.hs-menu-children-wrapper {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  .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;
  }
  header .header_container .hs-menu-wrapper.flyouts .child-trigger+ul.hs-menu-children-wrapper {
    display: none !important;
  }
  header .header_container .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper li{
    padding: 10px 0;
    border: none;
  }
  header .header_container .header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 a{
    font-size: 28px;
    font-weight: 800;
    line-height: 86.444%;
  }
}



/*    Footer CSS   */

footer .footer-wrapper{
  max-width: 1325px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
footer .footer_container{
  padding: 76px 0 115px 0;
}
footer .footer_container .contact_detail_container h6{
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 13px;
}
footer .footer_container .contact_detail_container p a{
  font-weight: 400;
}
footer .footer_container .contact_detail_container p{
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 8px;
}
footer .footer_container .contact_detail_container p:last-child{
  margin-bottom: 0px;
}
footer .footer_container .footer_logo #hs_cos_wrapper_footer_logo a{
  line-height: 0px;
}
footer .footer_container .button_container a.cta_button{
  box-shadow: 0px 4px 19.3px 0px rgba(65, 128, 202, 0.50);
}
footer .footer_container .text_container h5{
  font-size: 26px;
  font-weight: 700;
  line-height: 146.154%;
}
footer .footer-legal-container .legal_text_container{
  display: flex;
  justify-content: space-between;
  padding: 20px 0 28px;
}
footer .footer-legal-container hr{
  margin:0;
}
footer .footer-legal-container .legal-links ul{
  list-style-type: none;
  padding:0;
  margin:0;
  display: flex;
  gap: 24px;
}
footer .footer-legal-container .legal-links li a{
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

@media(min-width: 901px){
  footer .footer_container .contact_detail_container{
    max-width: 262px;
  }
  footer .footer_container .button_container{
    margin-top: 25px;
  }
  footer .footer_container .social_icons{
    margin-bottom: 32px;
  }
}

@media(max-width: 900px){
  footer .footer_container{
    padding: 50px 0 50px;
  }
  footer .footer_container .footer_logo{
    display: flex;
    flex-direction: column-reverse;
  }
  body footer .footer_container .row-fluid.footer-content{
    display: block;
  }
  footer .mx-center{
    text-align: center;
  }
  footer .footer_container .span5,
  footer .footer_container .span4,
  footer .footer_container .span3{
    width: 100%;
    margin-left: 0px;
  }
  footer .footer_container .left-col{
    margin-bottom: 28px;
  }
  footer .footer_container .left-col .content_container{
    margin-bottom: 66px;
  }
  footer .footer_container .middle-col .social_share{
    margin-top: 26px;
  }
  footer .footer_container .middle-col .title{
    display: none;
  }
  footer .footer_container .social_share .social_share_container{
    justify-content: center;
  }
  footer .footer_container .title h6{
    font-size: 16px;
    line-height: 21px;
  }
  footer .footer_container .button_container a.cta_button{
    font-size: 14.68px;
    font-weight: 600;
    line-height: 16.118px;
    padding: 13.5px 35px;
  }
  footer .footer-legal-container .legal-links ul,
  footer .footer-legal-container .legal_text_container{
    flex-direction: column;
    align-items: center;
    gap:5px;
    text-align:center;
  }
}

/*******     HEADER DROPDOWN        ********/

/* body .header-section li.dropdown.activated .child-grp.updated {
background: #F4F8FA;
box-shadow: 0px 4px 33.8px 0px rgba(0, 0, 0, 0.15);
display: block !important;
float: none;
margin: 0 auto !important;
max-width: 544px !important;
right: 0;
left: 0;
position: fixed;
visibility: visible;
transition: opacity 1s ease-out;
opacity: 1;
z-index: 4;
overflow: hidden;
padding: 27px 0;
}
body .header-section .header-menu li.dropdown .child-grp .left-column .hs_cos_wrapper{
text-align: left;
} */

@media(min-width: 1400px){
  header .header-section .row-fluid .span4{
    width: 32.623932%;
    margin-left: 1.564103%;
  }
}
@media(min-width: 1025px){
  header .header_container .header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 > ul.hs-menu-children-wrapper{
    height: fit-content;
    overflow-y: auto;
    max-height: calc(100vh - 120px);
  }
  header .header_container .header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 > ul.hs-menu-children-wrapper::-webkit-scrollbar{
    display: none
  }
  header .header_container .header-menu .hs-menu-wrapper ul li ul.hs-menu-children-wrapper li ul.hs-menu-children-wrapper{
    margin: 12px 0 24px;
  }
  header .header_container .header-menu .hs-menu-wrapper>ul>li {
    display: block !important;
  }
  header .header_container .header_cta {
    display: block !important;
  }
  body .header-section .custom-menu-primary .hs-menu-wrapper{
    display: block !important;
  }
  body .header-section .header-menu  ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-depth-2 ul.hs-menu-children-wrapper{
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block !important;
    left: 0;
    opacity: 1 !important;
    padding: 0 !important;
    top: 100% !important;
    visibility: visible !important;
    z-index: 4;
    position: relative;
  }
  body .header-section .header-menu  ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-depth-2 ul.hs-menu-children-wrapper li a{
    font-weight: 400;
  }
  body .header-section .child-grp.updated {
    display: none !important;
    visibility: hidden;
    transition: opacity 1s ease-out;
    opacity: 0;
    border-radius: 29px;
  }
}


@media(max-width: 1024px){
  header .header_container .header-menu .hs-menu-wrapper>ul>li.hs-menu-depth-1 > ul {
    margin-top: 22px !important;
  }
  body .row-fluid .header-section .header-menu ul.hs-menu-children-wrapper .back-button{
    top:-54px;
  }
  header .header_container .row-fluid .span3{
    width: 100%;
  }
  body .header-section .header-menu ul.hs-menu-children-wrapper .back-button{
    background:url('https://45189053.fs1.hubspotusercontent-na1.net/hubfs/45189053/Back%20Button.svg') no-repeat;
    background-size: contain;
    background-color: #F4F8FA;
    width: 33px;
    height: 33px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -31px;
  }
  body header .header-section .header-menu a.cta_button{
    background: transparent;
    padding:0px;
    border: none;
    color: #000000;
    font-size: 15.64px;
    font-weight: 600;
    line-height: 23px;
    position: relative;
    display: block;
    text-align: left;
    padding: 13.5px 37px 13.5px 0;
  }
  body header .header-section .header-menu a.cta_button:before{
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    cursor: pointer;
    display: block;
    height: 9.3px;
    min-width: 9.3px;
    position: absolute;
    content:'';
    right: 10px;
    bottom: 20px;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
    width: 9.3px;
  }
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{
    left: 0 !important;
    opacity: 1 !important;
    position: relative !important;
  }
  body.submenu-open header .header_container .hs-menu-wrapper.flyouts .child-trigger+ul.hs-menu-children-wrapper{
    display: block !important;
    height: 100% !important;
    transition: none !important;
  }
  body.submenu-open header .header_container .child-trigger{
    display: none;
  }
  header .header_container .header-menu .hs-menu-wrapper ul li.hs-menu-depth-2 a{
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
  }
  header .header_container .header-menu .hs-menu-wrapper ul li.hs-menu-depth-2 > a{
    position: relative;
    padding-right: 20px;
  }
  header .header_container .header-menu .hs-menu-wrapper ul li.hs-menu-depth-2 > a:before{
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    cursor: pointer;
    display: block;
    height: 9.3px;
    min-width: 9.3px;
    position: absolute;
    content:'';
    right: 10px;
    bottom: 8px;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
    width: 9.3px;
    z-index:0;
  }
  header .header_container .header-menu .hs-menu-wrapper ul li.hs-menu-depth-3 a{
    font-size: 14.244px;
    font-weight: 400;
    line-height: 39px; 
  }
  body header .header_container .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a{
    white-space: normal;
  }
  body header .header_container .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper li.hs-menu-depth-3{
    padding:0px;
  }
  header .header_container .header-menu .hs-menu-wrapper .button_flex{
    padding-bottom: 50px;
  }
  body.submenu-open header .header_container .header-menu .hs-menu-wrapper .button_flex{
    display:none;
  }
  header .header_container .header-menu .hs-menu-wrapper ul li ul.hs-menu-children-wrapper li ul.hs-menu-children-wrapper{
    margin-top: 18px;
    margin-bottom: 2px;
  }
  header .header_container .header_buttton_container.span4{
    display: none;
  }
  body .header_container .span5.menu_container{
    min-height:0;
  }
}

@media(max-width: 767px){
  body .mobile-trigger{
    top: 33px;
  }
}

@media(max-width: 365px){
  body main#main-content{
    margin-top: 146px;
  }
}
/* 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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}



/*******    Slider CSS    *********/

.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}















body .black span{
  color: #000000;
}
body .p-black-first p{
  color: #6F6F6F;
}
body .p-black-second p{
  color: #19222E;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}













.banner_slider_section {
  position: relative;
  z-index: 1;
}
.banner_slider_section .background_image_conta{
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.banner_slider_section video#myVideo{
  bottom: 0;
  /*   left: 0;
  max-width: 1920px; */
  object-fit: cover;
  position: absolute;
  right: -20%;
  top: 0;
  width: 120%;
  height: 100%;
  z-index: -2;
}
.banner_slider_section .slide-content{
  padding: 0 20px;
}
.banner_slider_section ul.slick-dots {
  display: flex;
  gap: 12px;
  justify-content: end;
  list-style: none;
  margin: 0;
  position: absolute;
  width: 100%;
  top: auto;
  padding-right: 33px;
}
.banner_slider_section ul.slick-dots li {
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.banner_slider_section ul.slick-dots button{
  background-color: #D9D9D9;
  opacity: 0.4;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  height: 10px;
  padding: 0;
  width: 10px;
}
.banner_slider_section  ul.slick-dots li.slick-active button{
  background-color: #D9D9D9;
  opacity: 1;
}
.banner_slider_section .cta_main_container {
  display: flex;
  gap: 24.81px;
  padding-top: 28px;
}
.banner_slider_section .slick-track{
  align-items: center;
  display: flex;
}
.banner_slider_section h1,
.banner_slider_section h2,
.banner_slider_section h3,
.banner_slider_section h4{
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.50);
  margin-bottom: 23px;
}
@media(max-width: 1024px) and (min-width: 768px){
  .banner_slider_section .cta_main_container {
    flex-direction: column;
  }

  .banner_slider_section .slide-content .heading_conta h1,
  .banner_slider_section .slide-content .heading_conta h2{
    font-size: 44px;
    line-height: 51px;
  }
}
@media(max-width: 767px){
  .banner_slider_section{
    display: flex;
    align-items: flex-end;
    aspect-ratio: 9 / 16;
  }
  .banner_slider_section video#myVideo{
    left:0;
    right: 0;
    width: 100%;
    max-width: 100%;
  }
  .banner_slider_section .main_conta {
    text-align: center;
  }
  .banner_slider_section .cta_main_container{
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px;
    padding-top: 13px;
  }
  .banner_slider_section .cta_conta .cta_button {
    min-width: max-content;
  }
  .banner_slider_section h1,
  .banner_slider_section h2,
  .banner_slider_section h3,
  .banner_slider_section h4{
    text-shadow: 0px 1.862px 9.311px rgba(0, 0, 0, 0.50);
  }
}

.banner_slider_section .content-wrapper{
  width: 100%;
}

@media(min-width: 1921px){
  .banner_slider_section {
    aspect-ratio: 16/12;
  }
  .banner_slider_section video#myVideo{
    max-width: 120%;
  }
  .banner_slider_section{
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height:28vw;
  }
}
@media(min-width: 3000px){

}






@media(min-width: 768px){
  .column_adjust_section .card_conta .card_heading_conta h6{
    font-size: 20.317px;
    line-height: 25px;
  }
}

.column_adjust_section {
  margin-top: -112px;
  position: relative;
}
.column_adjust_section .hs_cos_wrapper.card_conta {
  border-radius: 22.562px;
  background: #F7F8FA;
  box-shadow: 0px 4.512px 41.289px 0px rgba(77, 112, 154, 0.25);
  padding: 29px 21px 37px;
  width: calc(33.33% - 12.666px);
  max-width: 327px;
  position: relative;
  z-index: 2;
}
.column_adjust_section .image_conta img{
  max-width: max-content;
}
.column_adjust_section h6 {
  margin-bottom: 15px;
}
.column_adjust_section .image_conta {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.column_adjust_section .three-col-adjust-new > span {
  display: flex;
  gap: 19px;
  justify-content: start;
  flex-wrap: wrap;
}

@media(max-width: 1024px) and (min-width: 768px){
  .column_adjust_section .hs_cos_wrapper.card_conta {
    width: calc(50% - 10.5px);
    max-width: none;
  }
  .column_adjust_section .three-col-adjust-new>span{
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media(max-width: 767px){
  .column_adjust_section .hs_cos_wrapper.card_conta{
    width: 100%;
    padding: 28px 20px 30px;
  }
  .column_adjust_section .three-col-adjust-new>span{
    flex-direction: column;
    align-items: center;
  }
  .column_adjust_section {
    margin-top: 0;
  }
  .column_adjust_section .three-col-adjust-new>span {
    gap: 11px;
  }
  .column_adjust_section .card_description_conta.p-medium p{
    font-size: 13.537px;
    line-height: 171.645%;
  }
}





.full_with_bg_image_section .text_main_container {
  max-width: 517px;
  width: 42%;
}
.full_with_bg_image_section{
  position: relative;
  z-index: 1;
}
.full_with_bg_image_section::before{
  position: absolute;
  z-index: -1;
  content: '';
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 91%;
  pointer-events: none;
}
.full_with_bg_image_section .heading_conta {
  max-width: 458px;
  padding-bottom: 26px;
}
.full_with_bg_image_section .cta_conta {
  padding-top: 42px;
}
@media(max-width: 1024px) and (min-width: 768px){
  .full_with_bg_image_section::before {
    width: 100%;
  }
}
@media(max-width: 767px){
  .full_with_bg_image_section::before{
    width: 100%;
    height: 115.4vw;
  }
  .full_with_bg_image_section .text_main_container {
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .full_with_bg_image_section .heading_conta {
    padding-bottom: 0;
    max-width: none;
  }
  .full_with_bg_image_section .cta_conta {
    padding-top: 6px;
  }
}

@media(min-width: 2500px){
  .full_with_bg_image_section{
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }
}





@media(min-width:1025px){
  .team_section .whole-conta .basis-cl{
    flex-basis: 25%;
  }
  .team_section .whole-conta .right-conta{
    flex-basis: 75%;
  }
}


.team_section .whole-conta .card-conta .img_conta{
  background: #e8edf1;
  border-radius: 20px;
  height: 293px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 22px;
  max-height: 23vw;
}
.team_section .whole-conta .card-conta{
  max-width: 286px;
  width:100%;
}

.team_section{
  position:relative;
  z-index:0;
}
.team_section:before {
  position: absolute;
  height: 47.1%;
  top: 0;
  bottom: auto;
  left: 0;
  z-index: -1;
  right: 0;
  width: 100%;
}
.team_section .whole-conta .left-conta.flex{
  justify-content:space-between;
  gap:20px;
}
.team_section .whole-conta .left-conta.flex .heading-conta{
  max-width: 296px;
  width: 100%;
  min-width: 245px;
}
.team_section .whole-conta .left-conta .desc-conta{
  max-width:843px;
}
.team_section .whole-conta .left-conta .desc-conta p{
  font-size: 21.98px;
  line-height: 37px;
}

.team_section .whole-conta .card_bottom_conta .card_bottom h4{
  margin-bottom:4px;
}

@media(max-width:1200px){
  .team_section .whole-conta .left-conta .h2-large h2{
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width:1024px) and (min-width:768px){
  .team_section .whole-conta .card-conta .img_conta{
    max-height: 30vw;
  }
}
@media (max-width:767px){
  .team_section .whole-conta .card-conta .img_conta{
    max-height: 52.44vw;
  }
  .team_section .whole-conta .card-conta{
    max-width: 252px;
    margin:0 auto;
  }
  .team_section .whole-conta .card_bottom_conta .card_bottom{
    margin:0 auto;
  }
  .team_section:before{
    height: 79%;
  }
  .team_section .whole-conta .left-conta.flex {
    display: block;
  }
  .team_section .whole-conta .left-conta.flex .heading-conta {
    max-width: 100%;
  }
}

/* Popup Overlay */
.team_section .popup-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  /*   transition: opacity .8s ease-in-out; */
  z-index: 10;
  background-color: hsla(0, 0%, 100%, .9);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.team_section .right-conta .popup {
  margin: 0 auto;
  padding: 105px 50px 125px 40px;
  position: relative;
  width: 100%;
  border-radius: 36px;
  background: #F7F8FA;
  box-shadow: 0px 4px 62.5px 0px rgba(0, 0, 0, 0.25);
  max-height: 90vh;
  overflow: auto;
}
.team_section .right-conta .popup::-webkit-scrollbar{
  display: none;
}
@media(min-width:767px){
  body .team_section .three-col-adjust span>.hs_cos_wrapper{
    margin-top: 7.6%;
    flex-basis: 32.16%;
    -webkit-flex-basis: 32.16%;
  }
  body .team_section .three-col-adjust span > .hs_cos_wrapper:first-child,
  body .team_section .three-col-adjust span > .hs_cos_wrapper:nth-child(2),
  body .team_section .three-col-adjust span > .hs_cos_wrapper:nth-child(3) {
    margin-top: 0;
  }
}
@media(min-width:1025px){
  body .team_section .four-col-adjust span>.hs_cos_wrapper{
    margin-top: 5.6%;
    margin-bottom: 0.5%; 
  }
  .team_section .whole-conta.flex .left-conta{
    padding-left:5px;
  }
}

.team_section .right-conta .popup button.close-btn{
  background: none;
  border: none;
  outline: none;
  padding: 0;
  position: absolute;
  right: 32px;
  top: 107px;
}

.team_section .right-conta .popup button.close-btn svg{
  width: 13.5px;
  height: 13.5px;
}

.team_section .popup-overlay.show-popup {
  opacity: 1;
  pointer-events: auto;
}
.team_section .right-conta .popup .popup-content {
  display: flex;
  gap: 41px;
  position: relative;
  width: 100%;
}


.team_section .right-conta .popup .popup-content .left-content .team-member-image{
  background: #e8edf1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 429px;
  margin-bottom: 0;
  width: 100%;
}

.team_section .right-conta .popup .popup-content .right-content {
  max-width: 761px;
  width: 100%;
}
.team_section .right-conta .popup .popup-content .right-content .team-member-description.p-medium p{
  font-size: 15px;
  line-height: 26px;
}
.team_section .right-conta .popup .popup-content .right-content .team-member-description.p-medium p:last-child{
  margin-bottom:0;
}
.team_section .right-conta .popup .popup-content .left-content {
  max-width: 374px;
  width: 100%;
}

.team_section .right-conta .popup .popup-content .right-content .team-member-name{
  margin-bottom:4px;
}

.team_section .right-conta .popup .popup-content .right-content .team-member-designation{
  margin-bottom:20px;
}


body.open-popup header{
  z-index:0;
  position:relative;
}

body.open-popup a.cta_button, 
body.open-popup input[type="submit"] {
    position: relative;
    z-index: -1;
}

.team_section .popup-overlay .content-wrapper-1 {
  max-width: 1312px;
  width: 100%;
  padding:0 20px;
}

@media (max-width:1024px){
  .team_section .right-conta .popup .popup-content{
    display:block;
  }
  .team_section .right-conta .popup{
    padding:50px 40px;
  }
  .team_section .right-conta .popup .popup-content .left-content {
    max-width: 320px;
    width: 100%;
    margin:0 auto 25px
  }
  .team_section .content-wrapper{
    width:100%;
  }
  .team_section .right-conta .popup .popup-content .left-content .team-member-image{
    aspect-ratio:3/4;
    height: auto;
  }
  .team_section .right-conta .popup .popup-content .right-content {
    text-align: center;
    max-width: 100%;
  }

  .team_section .right-conta .popup button.close-btn {
    right: 32px;
    top: 32px;
  }
  .team_section .right-conta .popup .popup-content .right-content .social_share .social_share_container{
    justify-content: center;
  }
}

@media (max-width:767px){
  .team_section .whole-conta .left-conta .h2-large h2{
    font-size: 31px;
    line-height: 53px;
  }
  .team_section .whole-conta .left-conta .desc-conta p{
    font-size: 13.54px;
    line-height: 21px;
  }
  .team_section .right-conta .popup button.close-btn {
    right: 15px;
    top: 25px;
  }

  .team_section .right-conta .popup .popup-content .right-content .social_share .social_share_container .icon_container{
    max-width: 34px;
    max-height: 34px;
  }
  .team_section .right-conta .popup {
    padding: 50px 20px;
  }
  .team_section .right-conta .popup .popup-content .right-content .social_share {
    margin-top: 10px;
  }
}

.team_section .right-conta .popup .popup-content .right-content .social_share img{
  height:auto;
}

.team_section .right-conta .popup .popup-content .right-content .social_share{
  margin-top: 22px;
}

@media(min-width: 768px) and (max-width: 1024px){
  .team_section .whole-conta .card-conta{
    margin: 0 auto;
  }
}






.two_column_slider .slides_container .image_container {
  max-width: 90px;
  margin-bottom: 10px;
}
.two_column_slider .slides_container .image_container img{
  width:auto;
}

.two_column_slider .description_container p {
  font-size: 21.467px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.478px;
}

.two_column_slider .team-profile .profile-pic {
  max-width: 111px;
  height: 111px;
  width: 100%;
}

.two_column_slider .team-profile .profile-pic img {
  border-radius: 50%;
  height: 100% !important;
}

.two_column_slider .team-profile .name h6 {
  font-size: 18.088px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.838px;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 20px;
}
.two_column_slider .team-profile>.row-fluid-wrapper>.row-fluid {
  justify-content: end;
}
.two_column_slider .team-profile {
  padding-top: 26px;
}
.two_column_slider button.slick-next.slick-arrow,
.two_column_slider button.slick-prev.slick-arrow {
  background: transparent;
  border: 0;
  font-size: 0;
  position: absolute;
  top: calc(39%);
  bottom: auto;
  height: 23px;
}
.two_column_slider .card-slide {
  margin: 0 30px;
}
.two_column_slider button.slick-next.slick-arrow{
  left: auto;
  right: -35px;
  transform:rotate(180deg);
}
.two_column_slider button.slick-prev.slick-arrow {
  left: -35px;
  right: auto;
}

.two_column_slider button.slick-next.slick-arrow:before,
.two_column_slider button.slick-prev.slick-arrow:before {
  background: url('https://45189053.fs1.hubspotusercontent-na1.net/hubfs/45189053/Left-arrow.svg');
  bottom: 0;
  content: "";
  height: 23px;
  position: absolute;
  top: 0;
  width: 13px;
  right:0;
  left:0;
}
.two_column_slider ul.slick-dots {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  padding-top: 74px;
}
.two_column_slider ul.slick-dots li button {
  font-size: 0;
  padding: 0;
  border: 0;
}
.two_column_slider ul.slick-dots li {
  background: #E1ECF3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
}
.two_column_slider ul.slick-dots li.slick-active {
  background: #A3D4F9;
}
@media (max-width:1230px){
  .two_column_slider .content-wrapper{
    padding:0 30px;
  }
  .two_column_slider button.slick-next.slick-arrow{
    right: -20px;
  }
  .two_column_slider button.slick-prev.slick-arrow {
    left: -20px;
  }
  body .two_column_slider .card-slide {
    margin: 0px 15px;
  }
}
@media (max-width:1024px){
  .two_column_slider .team-profile .name h6 {
    margin-right: 0;
  }
}
@media (max-width:767px){
  body .two_column_slider .team-profile .row-fluid .vertical-center {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: space-between;
    -webkit-justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  body .two_column_slider .team-profile.equal-height-container>.row-fluid-wrapper>.row-fluid{
    display: flex;
    justify-content: center;
  }
  body .two_column_slider .card-slide {
    margin: 0px;
  }
  body .two_column_slider button.slick-prev.slick-arrow {
    left: -25px;
    padding: 0;
  }
  body .two_column_slider button.slick-next.slick-arrow {
    right: -25px;
    padding: 0;
  }
  .two_column_slider .slides_container .image_container {
    max-width: 60px;
  }
  .two_column_slider .description_container p {
    font-size: 16px;
    line-height: 21px;
  }
  .two_column_slider .team-profile .name h6{
    font-size: 16px;
  } 
  .two_column_slider ul.slick-dots{
    padding-top: 30px;
  }
}







/* case_studies */
.recent_case_studies .featured_image{
  height: 100%;
  width:100%;
  border-radius: 20px;
  position:relative;
  z-index:1; 
  min-height: 295px;
}
.recent_case_studies .featured_image::before{
  background: linear-gradient(0deg, #000 -43.74%, rgba(0, 0, 0, 0.00) 97.22%);
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.recent_case_studies .title_container {
  padding-left: 25px;
}
.recent_case_studies .flex.flex_main_container{
  gap: 47px;
}
.recent_case_studies .left_col {
  width: 36.6%;
  padding-left: 28.5px;
}
.recent_case_studies .right_col{
  width: calc(100% - 36.6% - 47px);
}
.recent_case_studies .hs_cos_wrapper.recent_blog_card.card_repeat{
  border-bottom: #C6D6E3 1px solid;
  padding-top: 24px;
  padding-bottom: 24px;
}
.recent_case_studies .hs_cos_wrapper.recent_blog_card.card_repeat:first-child{
  padding-top: 39px;
  padding-bottom: 29.5px;
}
.recent_case_studies .hs_cos_wrapper.recent_blog_card.card_repeat:last-child{
  border-bottom: none;
}
.recent_case_studies .p-custom p{
  color: #666;
  font-size: 17.995px;
  font-weight: 600;
  line-height: 19.758px;
}
.recent_case_studies .p-15 p{
  color: #000000;
  line-height: 28px;
}
.recent_case_studies .title_box {
  padding: 20px 0 17px;
}
.recent_case_studies .flex_container{
/*   gap: 62px; */
  margin-bottom: 12px;
}
.recent_case_studies .cta_box {
  padding-top: 22px;
}
@media(max-width: 1024px) and (min-width: 768px){
  .recent_case_studies .flex.flex_main_container{
    gap: 30px;
  }
  .recent_case_studies .left_col {
    width: 40%;
    padding-left: 12px;
  }
  .recent_case_studies .right_col{
    width: calc(100% - 40% - 30px);
  }
  .recent_case_studies .title_container {
    padding-left: 12px;
  }
}
@media(max-width: 767px){
  .recent_case_studies .flex.flex_main_container {
    gap: 23px;
    flex-direction: column;
  }
  .recent_case_studies .left_col {
    width: 100%;
    padding-left: 0px;
  }
  .recent_case_studies .right_col{
    width: 100%;
  }
  .recent_case_studies .p-custom p{
    font-size: 13.54px;
    line-height: 19.758px; 
  }
  .recent_case_studies .flex.flex_container{
    gap: 24px;
    margin-bottom: 3px;
  }
  .recent_case_studies .hs_cos_wrapper.recent_blog_card.card_repeat:first-child  {
    padding-bottom: 23px;
    padding-top: 14px;
  }
  .recent_case_studies .title_container {
    padding-left: 0px;
  }
  .recent_case_studies .title_box {
    padding: 2px 0 5px;
  }
  .recent_case_studies .cta_box {
    padding-top: 15px;
  }
  .recent_case_studies .p-15 p{
    font-size: 13.54px;
    line-height: 21px;
  }
  .recent_blog_listing_section .featured_image{
    min-height: 59.8vw;
  }
}
.recent_blog_listing_section.recent_case_studies .cta_conta {
  text-align: center;
}
@media(min-width: 768px){
  .recent_blog_listing_section.recent_case_studies.recent_resources .title_container{
    margin-bottom: 34px;
  }
  .recent_blog_listing_section .cta_conta a.cta_button{
    font-size: 15px;
  }
  .recent_blog_listing_section.recent_case_studies.recent_resources .recent_blog_card{
    position: relative;
  }
  .recent_blog_listing_section.recent_case_studies.recent_resources .recent_blog_card:first-child .cta_box{
    position: absolute;
    content: '';
    bottom: 26px;
    height: 28px;
  }
}

@media(max-width: 767px){
  .recent_blog_listing_section.recent_case_studies .cta_conta {
    padding-top: 20px; 
  }
}
/* case_studies */

/* resources */

@media(min-width: 768px){
  .recent_resources .recent_listing_cards .recent-posts > span {
    display: grid;
    grid-template-columns: repeat(1, 1.58fr 1.5fr);
    column-gap: 20px;
    margin-top: 0;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:first-child{
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    align-self: stretch;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(2){
    margin-bottom: 15px;
    grid-row: 1 / 2;
    margin-top: 0;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(3){
    grid-row: 2 / 4;
    margin-top: 0;
  }
}
.recent_resources .image_container.left_col,
.recent_resources .featured_image {
  width: 100%;
}
.recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat{
  box-shadow: 0px 4px 25.5px 0px rgba(0, 0, 0, 0.20);
}
.recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:first-child .featured_image {
  min-height: 354px;
}
.recent_resources .hs_cos_wrapper.recent_blog_card{
  position: relative;
}
.recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:first-child .content_container.right_col{
  padding: 44px 60px 61px;
}
.recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:first-child .title_box{
  margin-bottom: 20px;
}
.recent_resources .p-15 p{
  color: #000000;
  line-height: 180%;
}
.recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(2) .featured_image,
.recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(3) .featured_image{
  min-height: 210px;
}
.recent_resources .featured_image{
  border-radius: 13px 13px 0 0;
}
.recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:first-child  .h5-32 h5{
  font-size: 32px;
  line-height: 125%;
}
.recent_resources  .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(2) .h5-32 h5,
.recent_resources  .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(3) .h5-32 h5{
  font-size: 24px;
  margin-bottom: 10px;
}
.recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:first-child .description_box{
  padding-bottom: 40px;
  padding-top: 0;
}
.recent_resources .description_box{
  padding: 15px 0;
}
.recent_resources  .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(2) .description_box,
.recent_resources  .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(3) .description_box{
  display: none;
}
.recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(2) .content_container.right_col,
.recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(3) .content_container.right_col{
  padding: 25px 57px 26px;
}
@media(min-width: 768px){
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:first-child .content_container .cta_box{
    position: absolute;
    content:'';
    height: 28px;
    bottom: 26px;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(4),
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(5),
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(6),
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(7),
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(8){
    grid-column: 1 / 3;
    margin-top: 15px;
    padding: 42px 60px 33px;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(4){
    grid-row: 5 / 6;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(5){
    grid-row: 6 / 7;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(6){
    grid-row: 7 / 8;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(7){
    grid-row: 9 / 10;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(8){
    grid-row: 10 / 11;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(4) .flex_main_container,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(5) .flex_main_container,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(6) .flex_main_container,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(7) .flex_main_container,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(8) .flex_main_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 47px;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(4) .image_container.left_col,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(5) .image_container.left_col,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(6) .image_container.left_col,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(7) .image_container.left_col,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(8) .image_container.left_col {
    width: 40%;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(4) .right_col,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(5) .right_col,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(6) .right_col,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(7) .right_col,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(8) .right_col{
    width: calc(100% - 40% - 47px);
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(4) .featured_image,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(5) .featured_image,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(6) .featured_image,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(7) .featured_image,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(8) .featured_image {
    border-radius: 13px;
    height: 100%;
    min-height: 295px;
    position: relative;
    width: 100%;
    z-index: 1;
  }
}
@media(max-width: 1024px) and (min-width: 768px){
  .recent_resources  .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(2) .featured_image,
  .recent_resources  .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(3) .featured_image{
    min-height: 21vw;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:first-child .featured_image {
    min-height: 32vw;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(2) .content_container.right_col,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(3) .content_container.right_col {
    padding: 25px 30px;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:first-child .content_container.right_col {
    padding: 30px 40px;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(4),
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(5),
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(6),
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(7),
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(8){
    padding: 30px 20px;
  }
  .recent_resources .description_box {
    padding-bottom: 20px;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:first-child .title_box {
    margin-bottom: 15px;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:first-child .h5-32 h5{
    font-size: 26px;
  }
  .recent_resources  .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(2) .h5-32 h5,
  .recent_resources  .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(3) .h5-32 h5{
    font-size: 20px;
  }
}
@media(max-width: 767px){
  .recent_resources .recent_listing_cards .recent-posts>span{
    display: block;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:first-child  .h5-32 h5,
  .recent_resources  .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(2) .h5-32 h5,
  .recent_resources  .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(3) .h5-32 h5,
  .recent_resources  .hs_cos_wrapper.recent_blog_card.card_repeat .h5-32 h5{
    font-size: 18px;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:first-child .content_container.right_col,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(2) .content_container.right_col,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(3) .content_container.right_col,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat .content_container.right_col{
    padding: 16px 32px 18px;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat{
    margin-bottom: 28px;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:last-child{
    margin-bottom: 0;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:first-child .title_box,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(2) .title_box,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(3) .title_box,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat .title_box{
    margin-bottom: 8px;
  }
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:first-child .description_box,
  .recent_resources .description_box {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .recent_resources .title_container{
    padding-bottom: 6px;
  }
  .recent_resources  .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(2) .description_box,
  .recent_resources  .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(3) .description_box{
    display: block;
  }
  .recent_resources  .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(2) .featured_image,
  .recent_resources  .hs_cos_wrapper.recent_blog_card.card_repeat:nth-child(3) .featured_image,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat:first-child .featured_image,
  .recent_resources .hs_cos_wrapper.recent_blog_card.card_repeat .featured_image{
    min-height: 58.27vw;
  }
}
/* resources */

/* Three Column */
.recent_blogs_three_col .recent_listing_cards .recent-posts > span {
  gap: 33px;
  display: flex;
  flex-wrap: wrap;
}
.recent_blogs_three_col .image_container.left_col,
.recent_blogs_three_col .featured_image {
  width: 100%;
}
.recent_blogs_three_col .hs_cos_wrapper.recent_blog_card.card_repeat{
  flex-basis: calc(33.33% - 22px);
}
.recent_blogs_three_col .hs_cos_wrapper.recent_blog_card.card_repeat .featured_image {
  min-height: 296px;
}

.recent_blogs_three_col .p-14 p{
  font-size: 14px;
  line-height: 135.714%;
}
.recent_blogs_three_col .featured_image{
  border-radius: 20px;
}
.recent_blogs_three_col .title_container{
  padding-bottom: 28px;
}
.recent_blogs_three_col .title_box {
  padding-top: 20px;
  margin-bottom: 14px;
}
.recent_blogs_three_col .description_box{
  margin-bottom: 11px;
}
.recent_blogs_three_col .cta_box{
  padding-bottom: 11px;
}
.recent_blogs_three_col .cta_box .post_cta{
  font-size: 15px;
  font-weight: 600;
  line-height: 19.758px; 
}
.recent_blogs_three_col .cta_box .post_cta:hover,
.recent_blogs_three_col .cta_box .post_cta:focus{
  color: #000000;
}
@media(max-width: 1024px) and (min-width: 768px){
  .recent_blogs_three_col .recent_listing_cards .recent-posts > span {
    gap: 30px;
  }
  .recent_blogs_three_col .hs_cos_wrapper.recent_blog_card.card_repeat{
    flex-basis: calc(50% - 15px);
  }
  .recent_blogs_three_col .hs_cos_wrapper.recent_blog_card.card_repeat .featured_image {
    min-height: 296px;
  }
}
@media(max-width: 767px){
  .recent_blogs_three_col .recent_listing_cards .recent-posts > span {
    gap: 30px;
    flex-direction: column;
  }
  .recent_blogs_three_col .hs_cos_wrapper.recent_blog_card.card_repeat{
    flex-basis: 100%;
  }
  .recent_blogs_three_col .hs_cos_wrapper.recent_blog_card.card_repeat .featured_image {
    min-height: 58.27vw;
  }
  .recent_blogs_three_col .title_container{
    padding-bottom: 6px;
  }
  .recent_blogs_three_col .title_box {
    margin-bottom: 7px;
  }
  .recent_blogs_three_col .cta_box{
    padding-bottom: 0px;
  }
}
/* Three Column */







.author_two_column_section .two-col-adjust-new > span{
  display: flex;
  gap: 30px;
  padding-top: 33px;
}
.author_two_column_section .hs_cos_wrapper.team-card {
  width: calc(50% - 15px);
}
.author_two_column_section .card-conta.flex {
  gap: 26px;
}
.author_two_column_section .card-container .img_conta {
  width: 168px;
}
.author_two_column_section .card_bottom_conta {
  width: calc(100% - 168px - 26px);
  padding-top: 9px;
}
.author_two_column_section .card-container .img_conta img {
  border-radius: 50%;
}
.author_two_column_section .card-container .icon_container {
  max-width: 38px;
}
.author_two_column_section .team-card {
  border-radius: 11px;
  padding: 27px 51px 99px 0;
  position: relative;
  z-index: 1;
}
.author_two_column_section .team-card::before{
  position: absolute;
  z-index: -1;
  content: "";
  right: 0;
  background: #F4F8FB;
  border-radius: 11px;
  top: 0;
  left: auto;
  bottom: 0;
  height: 100%;
  width: calc(100% - 122px);
}
.author_two_column_section .section-heading {
  padding-bottom: 0px;
  padding-left: 33px;
}
.author_two_column_section .card-container .icon_container>a{
  line-height: 0;
}
.author_two_column_section .social-icons .flex_container{
  display: flex;
  align-items: center;
}
@media (min-width: 768px){
  .author_two_column_section .social-icons {
    bottom: 51px;
    position: absolute;
    top: auto;
  }
  .author_two_column_section .card-container .icon_container {
    margin-right: 16px;
  }
}
@media (max-width: 1024px) and (min-width: 768px){
  .author_two_column_section .two-col-adjust-new > span{
    gap: 20px;
    padding-top: 20px;
  }
  .author_two_column_section .hs_cos_wrapper.team-card {
    width: calc(50% - 10px);
  }
  .author_two_column_section .card-conta.flex {
    gap: 15px;
  }
  .author_two_column_section .card-container .img_conta {
    width: 30%;
  }
  .author_two_column_section .card_bottom_conta {
    width: calc(100% - 30% - 15px);
    padding-top: 9px;
  }
  .author_two_column_section .team-card {
    padding: 25px 20px 80px 0;
  }
  .author_two_column_section .team-card::before{
    width: calc(100% - 20%);
  }
  .author_two_column_section .social-icons {
    bottom: 35px;
  }
}
@media (max-width: 767px){
  .author_two_column_section .two-col-adjust-new > span{
    gap: 20px;
    padding-top: 20px;
    flex-direction: column;
  }
  .author_two_column_section .hs_cos_wrapper.team-card {
    width: 100%;
  }
  .author_two_column_section .card-conta.flex {
    gap: 15px;
  }
  .author_two_column_section .card-container .img_conta {
    width: 30%;
  }
  .author_two_column_section .card_bottom_conta {
    width: calc(100% - 30% - 15px);
    padding-top: 9px;
  }
  .author_two_column_section .team-card {
    padding: 25px 20px 40px 0;
  }
  .author_two_column_section .team-card::before{
    width: calc(100% - 20%);
  }
  .author_two_column_section .social-icons {
    margin-top: 30px;
  }
  .author_two_column_section .social-icons .flex_container {
    gap: 15px;
  }
}





.three-col-slider .slides_container .image_container img{
  max-width: max-content;
  height: -webkit-fill-available;
}

.three-col-slider .slides_container .image_container {
  align-items: flex-end;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 27px;
  height: 57px;
}

.three-col-slider button.slick-next.slick-arrow,
.three-col-slider button.slick-prev.slick-arrow {
  background: transparent;
  border: 0;
  font-size: 0;
  position: absolute;
  top: calc(50% - 7.5px);
  bottom: auto;
  height: 15PX;
}

.three-col-slider button.slick-next.slick-arrow{
  left: auto;
  right: -43px;
  transform:rotate(180deg);
}
.three-col-slider button.slick-prev.slick-arrow {
  left: -43px;
  right: auto;
}

.three-col-slider button.slick-next.slick-arrow:before,
.three-col-slider button.slick-prev.slick-arrow:before {
  background: url('https://45189053.fs1.hubspotusercontent-na1.net/hubfs/45189053/Arrow%20Black.svg');
  bottom: 0;
  content: "";
  height: 15px;
  position: absolute;
  top: 0;
  width: 7.5px;
  right:0;
  left:0;
}

@media (max-width:1200px){
  .three-col-slider .content-wrapper{
    padding:0 25px;
  }
  .three-col-slider button.slick-next.slick-arrow{
    right: -15px;
  }
  .three-col-slider button.slick-prev.slick-arrow {
    left: -15px;
  }
}






.blog_post_card_module .content-container .card .icon_container img{
  width:auto;
}
.blog_post_card_module .content-container .card .icon_container{
  line-height:0;
}

.blog_post_card_module .content-container{
  display:flex;
  flex-wrap:wrap;
  row-gap:3px;
  gap:4px;
}
.blog_post_card_module .content-container .card{
  width: calc(50% - 2px);
}
.blog_post_card_module .content-container .card{
  display: flex;
  align-items:center;
  border-radius: 20px;
  padding: 13px;
  justify-content:center;
  background: #F7F7F7;
  gap:10px;
}
.blog_post_card_module .content-container .card .icon_container {
  width: 24%;
  text-align: center;
}
.blog_post_card_module .content-container .tag_container {
  width: 76%;
}
.blog_post_card_module .content-container .card .tag_container h6 span,
.blog_post_card_module .content-container .card .tag_container h6{
  color: #000000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  margin:0;
}
.blog_post_card_module .content-container .card .tag_container h6 span{
  font-weight:500;
}


@media(min-width:768px) and (max-width:1024px){
  .blog_post_card_module .content-container .card:nth-child(odd){
    width:100%;
    max-width:none;
    min-height:94px;
  }
  .blog_post_card_module .content-container .card:nth-child(even){
    max-width:none;
    min-height:94px;
    width:100%;
  }
}

@media(max-width:767px){
  .blog_post_card_module .content-container .card{
    max-width:none;
    width:49%;
    flex-direction:column;
    align-items:start;
    min-height:149px;
    padding:12px 30px;
  }
  .blog_post_card_module .content-container{
    column-gap: 2%;
    row-gap:7.7px;
  }
  .right_container .pagination-section .row-fluid .post-pagination{
    justify-content:space-between;
  }
  .blog_post_card_module .content-container .card .icon_container {
    width: 100%;
    text-align: left;
  }
  .blog_post_card_module .content-container .tag_container {
    width: 100%;
  }
}

@media(max-width:480px){
  .blog_post_card_module .content-container .card{
    width: 100%;
  }
}






@media (min-width:768px){
  .cards-section .main_title{
    margin-bottom:20px
  }
}

.cards-section .slides_container .hs_cos_wrapper:last-child{
  margin-right:0;
}

.cards-section .slides_container .image_container img{
  max-width: max-content;
}
.cards-section .slides_container .title_container{
  margin-bottom:16px;
}
.cards-section .slides_container .title_container h6{
  line-height:1.5;
}
.cards-section .slides_container .description_container p{
  line-height: 23px;
}

.cards-section .slides_container .image_container{
  align-items: flex-end;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 23px;
}
.cards-section .card-slide-inner .description_container ul{
  padding-left: 24px;
  margin-bottom: 0px;
}
.cards-section .card-slide-inner .description_container li{
  position: relative;
  font-size: 15px;
}
.cards-section .card-slide-inner .description_container li::marker{
  font-size: 7px;
}





.career_details_section .text_column,
.career_details_section .image_column{
  margin: 0;
}
.career_details_section .row-fluid::before,
.career_details_section .row-fluid::after{
  display: none;
}
.career_details_section .image_conta{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.career_details_section .cta_conta{
  padding-top: 36px;
  text-align: right;
  padding-right: 23px;
}
.career_details_section .inner_repeat .head_conta{
  margin-bottom:9px;
}
.career_details_section .inner_repeat .para_text_conta{
  margin-bottom: 42px;
}
.career_details_section .inner_repeat .para_text_conta:last-child{
  margin-bottom:0;
}
.career_details_section .inner_repeat .para_text_conta p{
  line-height: 24px;
  color: #000000;
}
.career_details_section .outer_repeat .p-15.para_text_conta p{
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
}
.career_details_section .flex.inner_repeat {
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 19px;
  padding-bottom: 10px;
}
@media (max-width:1024px){
  .career_details_section .cta_conta{
    padding-right: 0;
  }
}
@media(max-width: 767px){
  .career_details_section .inner_repeat .para_text_conta{
    margin-bottom: 22px;
  }
  .career_details_section .inner_repeat .head_conta{
    margin-bottom:4px;
  }
  .career_details_section .cta_conta{
    padding-top: 28px;
    text-align: center;
  }
}





.top_bar_container {
  padding: 19px 0 23px;
  background: #000000;
}
.top_bar_container .top_bar_content{
  width: 100%;
  line-height:0;
}
.top_bar_container .top_bar_content.all-text-white a{
  color: #ffffff;
}
.top_bar_container .top_bar_content p{
  padding-right: 35px;  
  position: relative;
}
.top_bar_container .top_bar_content p,
.top_bar_container .top_bar_content p a{
  margin-bottom: 0;
  display: inline;
  text-transform: capitalize;
}
.top_bar_container .top_bar_content p:before{
  position: absolute;
  content:'';
  background: url('https://45189053.fs1.hubspotusercontent-na1.net/hubfs/45189053/Double%20arrow.svg') no-repeat;
  background-size: contain;
  background-position: center center;
  width: 18px;
  height: 15px;
  right:0;
  bottom: 4px;
}
header .header-section .header_buttton_container .button_flex{
  display: flex;
  gap: 21px;
  justify-content: flex-end;
}
@media(min-width: 1025px){
  header .hidden-button{
    display: none;
  }
}
@media(max-width: 1024px){
  .top_bar_container {
    padding: 50px 0 28px;
  }
  .top_bar_container .top_bar_content p{
    font-size: 12px;
    line-height: 17.859px;
    padding-right: 23px;
  }
  .top_bar_container .top_bar_content p:before{
    width: 11px;
    height: 11px;
    bottom: 2px;
  }
}
@media(max-width: 365px){
  .top_bar_container .top_bar_content p {
    font-size: 10px;
    line-height: 28.1px;
  }
}

/***    Span customization   **/

header .header-section .header_buttton_container .transparent-button a.cta_button{
  background-color: transparent;
  color: #1a8dd4;
  font-weight: 600;
  border: 3px solid #1a8dd4;
  padding: 16px 27px 15px 32px;
  transition: all 0.1s ease-in-out;
}
header .header-section .header_buttton_container .transparent-button a.cta_button:hover{
  background:#1a8dd4;
  color: #ffffff;
}





.facilitators_profile_section .card-container .img_conta {
  position: absolute; 
  top: -54px; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  margin: 0; 
  max-width: 182px;
  min-width: 182px;
}
.facilitators_profile_section .card-container .img_conta img {
  border-radius: 50%;
}
.facilitators_profile_section .card-container .icon_container {
  max-width: 31px;
}
.facilitators_profile_section .team-card {
  background: #F4F8FB;
  border-radius: 8.77px;
  padding: 46px 40px 103px 37px;
}
.facilitators_profile_section .section-heading {
  text-align: center;
  padding-bottom: 32px;
}
@media (min-width: 1025px){
  .facilitators_profile_section .whole-conta .card-container {
    padding-top: 120px;
  }
}
@media (min-width: 768px){
  .facilitators_profile_section .social-icons {
    position: absolute;
    bottom: 38px;
  }
  .facilitators_profile_section .card-container .icon_container {
    margin-right: 16px;
  }
}
@media (max-width: 1024px) and (min-width: 768px){
  body .row-fluid .facilitators_profile_section .three-col-adjust span>.hs_cos_wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-direction: column;
    -webkit-flex-direction: column;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 160px;
    position: relative;
  }
}
@media (max-width: 767px){
  body .row-fluid .facilitators_profile_section .three-col-adjust span>.hs_cos_wrapper {
    margin: 170px auto 0;
  }
  body .row-fluid .facilitators_profile_section .social_share_container.equal-height-container>.row-fluid-wrapper>.row-fluid {
    display: flex;
  }
  body .row-fluid .facilitators_profile_section .social_share_container .row-fluid .vertical-center {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: space-between;
    -webkit-justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .facilitators_profile_section .card-container .icon_container {
    margin-right: 8px;
    margin-left: 8px;
  }
  .facilitators_profile_section .team-card {
    padding: 58px 25px 42px;
  }
  .facilitators_profile_section .social-icons {
    margin-top: 30px;
  }
  .facilitators_profile_section .section-heading {
    padding-bottom: 10px;
  }
}





.feature_insight_section{
  position: relative;
  z-index:1;
}
.feature_insight_section .recent-posts.simple_container{
  display: none;
}
.feature_insight_section::before{
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 70%;
  max-height: 590px;
  pointer-events: none;
}
.feature_insight_section .featured_image{
  width:100%;
  border-radius: 13px 13px 0 0;
  position:relative;
  z-index:1;
  height: 26vw;
  max-height: 346px;
}
.feature_insight_section button.slick-arrow{
  display: none !important;
}
.feature_insight_section .flex_main_container{
  gap: 4.5%;
}
.feature_insight_section .title_box{
  margin-bottom: 23px;
}
.feature_insight_section .cta_box {
  margin-top: 20px;
}
.feature_insight_section .left_column {
  width: 20%;
  min-width: 248px;
}
.feature_insight_section .right_column {
  width: calc(80% - 4.5%);
  max-width: calc(100% - 248px - 4.5%);
}
.feature_insight_section .recent_post_content {
  margin: 20px 7.5px;
  border-radius: 13px;
  background: rgba(247, 247, 247, 0.90);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(69.05000305175781px);
  transition: all .3s ease-in-out:
}
.feature_insight_section .hs_cos_wrapper.recent_blog_card.card_repeat.slick-slide.slick-current.slick-active .recent_post_content{
  margin-left: 18px;
}
.feature_insight_section .hs_cos_wrapper.recent_blog_card.card_repeat.slick-slide.slick-current.slick-active + .slick-active .recent_post_content{
  margin-right: 18px;
}

.feature_insight_section .blog_content_box {
  padding: 42px 45px 48px;
}
.feature_insight_section .title_container {
  padding-top: 22px;
}


@media(min-width: 768px){
  .feature_insight_section .cta_conta{
    margin-top: 45px;
  }
}

@media(max-width: 1024px) and (min-width: 768px){
  .feature_insight_section .hs_cos_wrapper.recent_blog_card.card_repeat.slick-slide.slick-current.slick-active .recent_post_content,
  .feature_insight_section .recent_post_content{
    margin-left:18px;
    margin-right: 18px;
  }
  .feature_insight_section .hs_cos_wrapper.recent_blog_card.card_repeat.slick-slide.slick-current.slick-active + .slick-active .recent_post_content{
    margin-right: 0;
  }
}
@media(max-width: 767px){
  .feature_insight_section .flex_main_container {
    gap: 0px;
    flex-direction: column;
  }
  .feature_insight_section .left_column {
    width: 100%;
    min-width: none;
  }
  .feature_insight_section .right_column {
    width: 100%;
    max-width: none;
  }
  .feature_insight_section .hs_cos_wrapper.recent_blog_card.card_repeat.slick-slide.slick-current .recent_post_content{
    margin-left:15px;
  }
  .feature_insight_section .hs_cos_wrapper.recent_blog_card.card_repeat.slick-slide.slick-current + .slick-slide .recent_post_content{
    margin-right: 15px;
  }
  .feature_insight_section .recent_post_content {
    margin: 12px 4px;
    border-radius: 7.635ox;
    box-shadow: 0px 2.349px 8px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(40.55487060546875px);
    transition: all 0.3s ease-in-out;
  }
  .feature_insight_section .slick-track {
    left: -71vw;
  }
  .feature_insight_section .content-wrapper{
    padding: 0;
  }
  .feature_insight_section .title_container{
    padding: 0;
  }
  .feature_insight_section .left_column{
    padding: 0 20px;
  }
  .feature_insight_section .right_column{
    padding-left: 20px;
  }
  .feature_insight_section .cta_conta.primary_button {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
  }
  .feature_insight_section .featured_image {
    height: 38.7vw;
  }
  .feature_insight_section .blog_content_box{
    padding: 22px 26px 27px;
  }
  .feature_insight_section .title_box {
    margin-bottom: 7px;
  }
  .feature_insight_section .cta_box {
    margin-top: 18px;
  }
}

.feature_insight_section span.hidden{
  display: none;
}





.two_col_card_with_border_radius .text_column,
.two_col_card_with_border_radius .image_column{
  margin: 0;
}
.two_col_card_with_border_radius .row-fluid::before,
.two_col_card_with_border_radius .row-fluid::after{
  display: none;
}
.two_col_card_with_border_radius .image_conta{
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.two_col_card_with_border_radius .cta_conta{
  padding-top: 30px;
}
.two_col_card_with_border_radius .cta_conta a.cta_button{
  font-size: 15px;
  font-weight: 600;
  line-height: 19.758px;
}
.two_col_card_with_border_radius .p-15 p{
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
}
.two_col_card_with_border_radius .default p{
  line-height:24px; 
}
.two_col_card_with_border_radius .para_text_conta{
  width: calc(50% - 10px);
}
.two_col_card_with_border_radius .flex.inner_repeat {
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 19px;
  padding-bottom: 4px;
}
@media(max-width: 767px){
  .p-15 p{
    font-size: 14px;
  }
  .two_col_card_with_border_radius .flex.inner_repeat {
    flex-direction: column;
    padding-top: 8px;
    gap: 9px;
  }
  .two_col_card_with_border_radius .cta_conta{
    padding-top: 14px;
  }
  .two_col_card_with_border_radius .para_text_conta {
    width: 100%;
    max-width: 249px;
  }
  .two_col_card_with_border_radius .para_text_conta:first-child{
    order: 1;
  }
  .two_col_card_with_border_radius .para_text_conta::nth-child(2){
    order: 3;
  }
  .two_col_card_with_border_radius .para_text_conta::nth-child(3){
    order: 2;
  }
  .two_col_card_with_border_radius .para_text_conta::nth-child(4){
    order: 4;
  }
}





.full-width-slider .main_title{
  margin-bottom: 50px;
  max-width: 80%;
}
.full-width-slider .slides_container .image_container{
  height: 65px;
  display:flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 15px 0;
} 
.full-width-slider .slides_container .image_container img{
  max-width: max-content;
}
.full-width-slider .slides_container .description_container p{
  margin-bottom:0;
}
.full-width-slider .slides_container button.slick-next.slick-arrow, .full-width-slider .slides_container button.slick-prev.slick-arrow {
  background: transparent;
  border: 0;
  font-size: 0;
  position: absolute;
  top: -92px;
  bottom: auto;
  height: 46px;
  padding:0 33px;
}
.full-width-slider .slides_container button.slick-next.slick-arrow:before, .full-width-slider .slides_container button.slick-prev.slick-arrow:before {
  background: url(https://45189053.fs1.hubspotusercontent-na1.net/hubfs/45189053/arrow-right.svg) no-repeat;
  background-position: center center;
  bottom: 0;
  content: "";
  height: 46px;
  position: absolute;
  top: 0;
  width: 65px;
  right: 0;
  left: 0;
}
.full-width-slider .slides_container button.slick-prev.slick-arrow{
  right:65px;
}
.full-width-slider .slides_container button.slick-next.slick-arrow{
  right: 0px;
}
.full-width-slider .slides_container button.slick-prev.slick-arrow:before{
  transform: rotate(180deg);
}

@media(max-width: 2500px){
  .full-width-slider .slick-list{
    overflow:visible;
    max-width: 94% ! IMPORTANT;
    margin-left: -13px;
  }
  .full-width-slider .slides_container .slick-list.draggable:before{
    content:'';
    position:absolute;
    z-index:1;
    left:-100vw;
    width:100vw;
    height:100%;
    top:0;
    bottom:0;
    background:#fff;
  }
}
@media (max-width:767px){
  .full-width-slider .main_title{
    margin-bottom: 21px;
  }
  .full-width-slider .slick-list {
    max-width: 77.5% !important;
  }
  .full-width-slider .main_title{
    max-width: 57%;
  }
  .full-width-slider .slides_container button.slick-next.slick-arrow, .full-width-slider .slides_container button.slick-prev.slick-arrow{
    top: -56px;
  }
  .full-width-slider .slides_container button.slick-next.slick-arrow:before, .full-width-slider .slides_container button.slick-prev.slick-arrow:before {
    background-size: contain; 
  }
}






@media(max-width: 767px){
  .image_banner_with_text_section.all-text-white h1{
    margin-bottom: 15px;
  }
}

@media(min-width: 3000px){
  .image_banner_with_text_section{
    height: 48vh;
    display: flex;
    align-items: center;
    text-align:center;
  }
}





@media(min-width:767px) {
  .multiple_cards_section .left_col{
    width: 43.78%;;
  }
  .multiple_cards_section .right_col{
    width: 52.27%;
    margin-left: 3.95%;
  }
  .multiple_cards_section .right_col .card_conta .card_desc{
    max-width:518px;
    width:100%;
  }
}
.multiple_cards_section .left_col .desc_conta{
  margin-bottom: 82px;
}
.multiple_cards_section .left_col .desc_conta p{
  line-height: 32px;
}

.multiple_cards_section .left_col .img_conta{
  max-width: 450px;
  margin: 0 auto;
}
.multiple_cards_section .left_col .heading-conta h2,
.multiple_cards_section .right_col .card_conta .card_heading{
  margin-bottom:20px;
}

.multiple_cards_section .right_col .card_conta .card_desc ul li,
.multiple_cards_section .right_col .card_conta .card_desc p{
  font-size: 15px;
  line-height: 23px;
}
.multiple_cards_section .right_col .card_conta .card_desc p,
.multiple_cards_section .right_col .card_conta .card_desc ul{
  margin-bottom: 15px;
}
.multiple_cards_section .right_col .card_conta .card_desc ul{
  padding-left:24px;
}
.multiple_cards_section .right_col .card_conta .card_desc ul li{
  position:relative;
  z-index:0;
}
.multiple_cards_section .right_col .card_conta .card_desc ul li::marker {
  font-size: 0;
}
.multiple_cards_section .right_col .card_conta .card_desc ul li:before {
  bottom: 0;
  content: ".";
  font-size: 20px;
  height: 2px;
  left: -14px;
  position: absolute;
  right: auto;
  top: -4px;
  width: 2px;
  z-index: 2;
}
.multiple_cards_section .right_col .card_conta .cta-conta a.cta_button{
  margin-top: 13px;
  padding: 17px 26px;
  font-size: 15px;
  text-transform: none;
}

@media(max-width:1024px){
  .multiple_cards_section .left_col .heading-conta h2{
    font-size:44px;
    line-height:normal;
  }
  .multiple_cards_section .right_col .card_conta .cta-conta a.cta_button {
    font-size: 14px;
    padding: 17px 20px;
  }
}

@media(max-width:767px){
  .multiple_cards_section .left_col .desc_conta{
    margin-bottom: 20px;
  }
  .multiple_cards_section .left_col {
    margin-bottom: 20px;
  }
  .multiple_cards_section .left_col .heading-conta h2{
    font-size:36px;
  }
}





@media (min-width:768px){
  .two-col-banner-module .left_column {
    padding-right:46px;
  }

  .two-col-banner-module .right_column{
    padding-left:12px;
  }
}
.about-us-banner.two-col-banner-module .right_column{
  padding-top: 17px;
}
.two-col-banner-module .left_column .heading-conta h1{
  margin-bottom: 20px;
}
.two-col-banner-module .right_column .desc_conta p{
  line-height: 29px;
  margin-bottom: 14px;
}
.two-col-banner-module.about-us-banner .right_column .desc_conta h5{
  padding: 59px 0 21px;
}
@media (max-width:1024px) and (min-width:768px){
  .two-col-banner-module .left_column {
    padding-right: 12px;
  }
}
@media (max-width:767px){
  .two-col-banner-module .left_column .heading-conta h1{
    margin-bottom: 9px;
  }
  .two-col-banner-module.about-us-banner .right_column .desc_conta h5 {
    padding: 17px 0 2px;
  }
  .about-us-banner.two-col-banner-module .left_column .img_conta{
    display:none;
  }

  .about-us-banner.two-col-banner-module .right_column .img_conta{
    padding: 24px 0 44px; 
    max-width: 269px;
    margin: 0 auto;
  }
  .about-us-banner.two-col-banner-module .right_column {
    padding-top: 0;
  }
}





.list_section .list_icon_text {
  display: flex;
  flex-wrap: wrap;
  gap: 4.6%;
}

.list_section .title_container{
  margin-bottom: 30px;
}
.list_section .list_icon_text .list_container{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex-basis: 21.5%;
}
.list_section .list_icon_text .list_container .icon_container{
  height: 39px;
  min-width: 39px;
  max-width: 39px;
  width: 100%;
}
.list_section .list_icon_text .list_container .icon_container img{
  min-height: -webkit-fill-available;
}
.bottom-text-container{
  padding-top: 54px;
}
.bottom-text-container .container p{
  font-weight: 600;
}
.bottom-text-container .container{
  max-width: 875px;
  margin: 0 auto;
}

@media(min-width: 768px) and (max-width: 1024px){
  .list_section .list_icon_text {
    justify-content: space-between;
    gap: 4%;
  }
  .list_section .list_icon_text .list_container{
    flex-basis: 48%;
  }
}

@media(max-width: 767px){
  .list_section .list_icon_text {
    flex-direction: column;
    gap: 30px;
  }
  .list_section .list_icon_text .list_container{
    flex-basis: 100%;
    align-items: center;
  }
  .list_section .list_icon_text .list_container .text_container p{
    margin-bottom: 0px;
  }
}





.logo-slider .slides_container .image_container img{
  max-width: max-content;
  object-fit: contain;
}

.logo-slider .card-slide {
  margin: 0 20px;
}

.logo-slider .main_title{
  margin-bottom:55px;
}

.logo-slider .slides_container .image_container {
  display: flex;
  justify-content: center;
}

.logo-slider .slick-track{
  display: flex;
  align-items: flex-end;
}

.logo-slider button.slick-next.slick-arrow,
.logo-slider button.slick-prev.slick-arrow {
  background: transparent;
  border: 0;
  font-size: 0;
  position: absolute;
  top: calc(60% - 7.5px);
  bottom: auto;
  height: 15PX;
}

.logo-slider button.slick-next.slick-arrow{
  left: auto;
  right: -34px;
  transform:rotate(180deg);
  top: calc(60%);
}
.logo-slider button.slick-prev.slick-arrow {
  left: -58px;
  right: auto;
}

.logo-slider button.slick-next.slick-arrow:before,
.logo-slider button.slick-prev.slick-arrow:before {
  background: url('https://45189053.fs1.hubspotusercontent-na1.net/hubfs/45189053/Preview%20Button.png');
  bottom: 0;
  content: "";
  height: 20px;
  position: absolute;
  top: 0;
  width: 14px;
  right:0;
  left:0;
}

@media (max-width:1200px){
  .logo-slider .content-wrapper{
    padding:0 25px;
  }
  .logo-slider button.slick-next.slick-arrow{
    right: -15px;
  }
  .logo-slider button.slick-prev.slick-arrow {
    left: -15px;
  }
}
@media (max-width:767px){
  .logo-slider .main_title {
    margin-bottom: 30px;
  }
}





@media (min-width:768px){
  .program_cards .main_title{
    margin-bottom:20px
  }
}

.program_cards .slides_container .hs_cos_wrapper:last-child{
  margin-right:0;
}

.program_cards .slides_container .image_container img{
  max-width: max-content;
}
.program_cards .slides_container .title_container{
  margin-bottom:16px;
}
.program_cards .slides_container .title_container h6{
  line-height:1.5;
}
.program_cards .slides_container .description_container p{
  line-height: 23px;
}

.program_cards .slides_container .image_container{
  align-items: flex-end;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 23px;
}





.recent_blog_listing_section.right_section .h5-small h5{
  font-size: 25px;
  line-height: 39px;
}
.recent_blog_listing_section.right_section .recent_blog_card .featured_image{
  min-height: 126px;
  max-width: 126px;
}
.recent_blog_listing_section.right_section .recent_blog_card{
  margin-bottom: 26px;
}
.recent_blog_listing_section.right_section .recent_blog_card:last-child{
  margin-bottom: 0px;
}
.recent_blog_listing_section.right_section .title_container{
  margin-bottom: 32px;
}
.recent_blog_listing_section.right_section .title_box p{
  font-size: 15px;
  font-weight: 700;
  line-height: 36px;
}
.recent_blog_listing_section.right_section .description_box{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent_blog_listing_section.right_section .p-small p{
  line-height: 19px;
  margin-bottom:4px;
}
@media(min-width: 390px) and (max-width: 767px){
  .recent_blog_listing_section.right_section .recent_post_content .mobile_flex{
    display: flex;
    flex-direction: row;
  }
  .recent_blog_listing_section.right_section .recent_post_content .mobile_flex .image_container{
    width: 100%;
    max-width:136px;
  }
  .recent_blog_listing_section.right_section .recent_blog_card .featured_image{
    min-height: 136px;
    max-width: 136px;
  }
  .recent_blog_listing_section.right_section .recent_blog_card  .content_container {
    padding-left: 20px;
  }
}

@media(min-width: 390px) and (max-width: 410px){
  .recent_blog_listing_section.right_section .recent_blog_card  .content_container {
    max-width: 178px;
  }
}

@media(max-width: 389px){
  .recent_blog_listing_section.right_section .recent_blog_card .featured_image{
    max-width: 100%;
    min-height: 200px;
  }
}





.social_share .social_share_container .icon_container img{
  min-height: -webkit-fill-available;
}

.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.social-links__icon {
  border-radius: 50%;
  display: inline-flex;
  height: 1.75rem;
  margin: 0 0.35rem;
  position: relative;
  width: 1.75rem;
}

.social-links__icon svg {
  fill: #ffffff;
  height: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #ffffff;
}





.two_col_image_n_text_section .text_column,
.two_col_image_n_text_section .image_column{
  margin: 0;
}
.two_col_image_n_text_section .row-fluid::before,
.two_col_image_n_text_section .row-fluid::after{
  display: none;
}
.two_col_image_n_text_section .image_conta{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.two_col_image_n_text_section .cta_conta{
  margin-top: 23px;
}
.two_col_image_n_text_section  .cta_container {
  margin-top: 33px;
}
.two_col_image_n_text_section .cta_conta a.cta_button{
  font-size: 15px;
  font-weight: 600;
  line-height: 19.758px;
  box-shadow: unset;
  padding: 17px 22px;
}
.two_col_image_n_text_section .cta_conta.secondary_button a.cta_button{
  padding-right: 46.5px;
}
.two_col_image_n_text_section .p-15.desc_conta p{
  line-height: 23px;
  color: #000;
  margin-bottom: 10px;
}
.two_col_image_n_text_section .p-small.desc_conta p{
  line-height: 21px;
  margin-bottom: 10px;
}
.two_col_image_n_text_section .p-small.desc_conta ul{
  padding-left:19px;
}
.two_col_image_n_text_section .p-small.desc_conta li::marker {
  font-size: 0;
}
.two_col_image_n_text_section .p-small.desc_conta li {
  position: relative;
  z-index: 0;
}
.two_col_image_n_text_section .p-small.desc_conta li:before {
  position: absolute;
  content: ".";
  top: -5px;
  bottom: 0;
  font-size: 20px;
  width: 2px;
  height: 2px;
  left: -12px;
  right: auto;
  z-index: 2;
}
.two_col_image_n_text_section .default p{
  line-height:24px; 
}

.two_col_image_n_text_section .flex.inner_repeat {
  gap: 17px;
  padding-bottom: 5px;
  padding-top: 9px;
  align-items: flex-start;
}
.two_col_image_n_text_section .inner_repeat:last-child{
  padding-top: 14px;
}
.two_col_image_n_text_section .flex.inner_repeat .img_conta{
  max-width: 43px;
  min-width: 43px;
  height: 43px;
  display: flex;
  width: 100%;
}
.two_col_image_n_text_section .flex.inner_repeat .img_conta img{
  height:auto;
}
.two_col_image_n_text_section .inner_repeat:not(.flex) p {
  margin-bottom: 10px;
}
@media(max-width: 767px){
  .two_col_image_n_text_section .p-15 p{
    font-size: 14px;
  }
}




.two_column_form_section .text_container .description_container p{
  margin-bottom: 14px;
}
.two_column_form_section .form_container form input[type="submit"]{
  width: 100%;
  max-width: 196px;
}
.two_column_form_section .left_column .text_container .image-container{
  margin-top: 32px;
}
.two_column_form_section .contact_list ul{
  margin: 0;
  padding:0;
  padding-top: 12px;
  list-style-type: none;
}
.two_column_form_section .contact_list li{
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 13px;
}
.two_column_form_section .contact_list li .icon_container{
  max-width: 16px;
  max-height: 16px;
  display: flex;
  align-items: center;
}
.two_column_form_section .contact_list li .contact_detail p,
.two_column_form_section .contact_list li .contact_detail p a{
  font-size: 16px;
  line-height: 13px;
  color: #000;
  margin:0;
}
.two_column_form_section .contact_list li .contact_detail p a{
  font-weight: 400;  
  transition: all 0.3s ease-in-out;
}
.two_column_form_section .contact_list li .contact_detail p a:hover{
  text-decoration: underline;
}
.two_column_form_section .newsletter_form form,
.two_column_form_section .newsletter_form .submitted-message{
  background: none;
  padding:0;
}
.two_column_form_section .newsletter_form form label{
  margin-bottom: 0px;
}
.two_column_form_section .newsletter_form form input[type="email"]{
  background: #ffffff;
}
.two_column_form_section .newsletter_form form .hs-form-field,
.two_column_form_section .newsletter_form form .hs-submit{
  display: inline-block;
  margin-bottom: 0px;
}
.two_column_form_section .newsletter_form form .hs-form-field{
  width: 72.2%;
  margin-right: 3.3%;
}
html[lang="fr-ca"] .two_column_form_section .newsletter_form form .hs-form-field{
  width: 67.2%;
}
.two_column_form_section .newsletter_form form input[type="submit"]{
  border: 2px solid #FFF;
  background: transparent;
  padding: 13px 41px 12px;
}
.two_column_form_section .newsletter_form form input[type="submit"]:hover{
  background: #ffffff;
}
body .two_column_form_section .newsletter_form form .hs_submit.hs-submit{
  padding-top: 0px;
}

@media(min-width: 767px) and (max-width: 1200px){
  .two_column_form_section .newsletter_form form .hs-form-field{
    margin-right: 2.3%;
    width: 58.2%;
  }
  html[lang="fr-ca"] .two_column_form_section .newsletter_form form .hs-form-field{
    width: 51.2%;
  }
}

@media(min-width: 1400px){
  .two_column_form_section .right_column.span6{
    margin-left: 3.262430939%;
    width: 49.118784527%;
  }
}
@media(min-width: 768px){
  .two_column_form_section .form_container form .hs-richtext{
    display: none;
  }
  .two_column_form_section .submitted-message{
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .two_column_form_section .newsletter_form .submitted-message{
    min-height: auto;
  }
  .two_column_form_section .newsletter_form form{
    max-width: 549px;
    margin-left: auto;
    text-align: right;
  }
  html[lang="fr-ca"] .two_column_form_section .newsletter_form form{
    max-width: 572px;
  }
}

@media(max-width: 767px){
  .two_column_form_section .form_container form input[type="submit"]{
    max-width: 100%;
  }
  .two_column_form_section .text_container .description_container p{
    font-size: 13.54px;
    line-height: 23px;
  }
  .two_column_form_section .right_column {
    margin-top: 40px;
  }
  .two_column_form_section .newsletter_form form {
    max-width: 267px;
    margin: 0 auto;
  }
  .two_column_form_section .newsletter_form form .hs-form-field,
  html[lang="fr-ca"]  .two_column_form_section .newsletter_form form .hs-form-field{
    width: 100%;
    margin-left:0px;
    margin-right:0;
    margin-bottom: 38px;
    display: block;
  }
  .two_column_form_section .newsletter_form form input::placeholder,
  .two_column_form_section .newsletter_form form input{
    text-align: center;
  }
}

@media(min-width: 3000px){
  .two_column_form_section .newsletter_form form .hs-form-field{
    margin-right: 2.3%;
  }
}





.two_column_book_section .sub_heading_conta h4{
  margin-bottom: 23px;
}

.two_column_book_section .row-fluid::before,
.two_column_book_section .row-fluid::after{
  display: none;
}
.two_column_book_section .p-15 p{
  line-height: 153.333%;
  margin-bottom: 23px;
}
@media(max-width: 767px){
  .two_column_book_section .sub_heading_conta h4{
    margin-bottom: 8px;
  }
  .two_column_book_section .left_column {
    padding-bottom: 40px;
  }
  .two_column_book_section .image_conta {
    margin: 0 auto;
  }
  .two_column_book_section{
    position: relative;
  }
  .two_column_book_section .cta_conta{
    padding-top: 20px;
    position: absolute;
    width: 100%;
    bottom: -20px;
    top: auto;
    left: 0;
    right: 0;
  }
  .two_column_book_section .row-fluid {
    flex-direction: column-reverse;
    display: flex;
  }
  .two_column_book_section h4{
    margin-bottom: 18px;
    font-size: 17.99px;
    line-height: 29.788px;
  }
}

.two_column_book_section .cta_conta.primary_button a.cta_button{
  box-shadow: 0px 4px 19.3px 0px rgba(65, 128, 202, 0.50);
}





.two_column_logo_text_section .logo_container img{
  max-width: max-content;
}
.two_column_logo_text_section .logo_container a{
  line-height:0;
}
@media(min-width: 768px){
  .two_column_logo_text_section .description_container{
    padding-top: 62px;
  }
}

@media(max-width: 767px){
  .two_column_logo_text_section .description_container{
    padding-top: 20px;
  }
  .two_column_logo_text_section .right_column{
    margin-top: 30px;
  }
}





.two_col_with_combined_image .text_column,
.two_col_with_combined_image .image_column{
  margin: 0;
}
.two_col_with_combined_image .row-fluid::before,
.two_col_with_combined_image .row-fluid::after{
  display: none;
}
.two_col_with_combined_image_bg{
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
}
.two_col_with_combined_image .image_conta{
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
.two_col_with_combined_image .cta_container {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 47px;
}
.two_col_with_combined_image .cta_conta{
  padding-top: 22px;
}
.two_col_with_combined_image .inner_repeat .p-15 p{
  line-height: 23px;
  color: #000;
  margin-bottom: 10px;
}
.two_col_with_combined_image .default p{
  line-height:24px; 
}
.two_col_with_combined_image .inner_conta{
  width: calc(50% - 16px);
}
.two_col_with_combined_image .inner_repeat .inner_conta{
  margin-bottom:42px;
}
.two_col_with_combined_image .inner_conta:nth-child(3n) {
  width: 94%;
}
.two_col_with_combined_image .flex.inner_repeat {
  gap: 20px;
  flex-wrap: wrap;
}
@media(min-width:1025px){
  .two_col_with_combined_image .cta_conta {
    padding-bottom:22px; 
  }
}
@media(max-width: 1024px){
  .two_col_with_combined_image .cta_container,
  .two_col_with_combined_image .flex.inner_repeat{
    display:block;
  }
  .two_col_with_combined_image .inner_conta{
    width:100%
  }
  .two_col_with_combined_image .image_conta{
    background-size: contain;
    background-position: center;
  }
  /*   Copy in main FIle */
  .tab-hide{
    display:none;
  }
}
@media(max-width: 767px){
  .two_col_with_combined_image .p-15 p{
    font-size: 14px;
  }
  .two_col_with_combined_image .cta_container {
    padding-top: 28px;
  }
  .two_col_with_combined_image .cta_conta{
    text-align: center;
  }
}





.video_section .feature_image {
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 30px;
}
.video_section .feature_image {
  height: 49vw;
  max-height: 706px;
}
.video_section .play-button {
  width: 128px;
  height: 128px;
}
body.compensate-for-scrollbar{
  margin-right: 0;
}
@media (max-width: 767px){
  .video_section .play-button {
    height: 15vw;
    max-width: 15vw;
  }
}





.tabber_section .tabber__container ul.tabber_buttons{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

.tabber_section .tabber__container ul.tabber_buttons li{
  width: 100%;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: 3px solid #1A8DD4;
  border-radius: 8px;
  color: #1A8DD4;
  display: inline-block;
  font-size: 17.995px;
  line-height: 19.758px;
  margin: 0 auto;
  outline: none;
  overflow: hidden;
  padding: 16px 34px 15px 35px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  transition: all .1s ease-in-out;
}
.tabber_section .tabber__container ul.tabber_buttons li .icon_container svg path{
  fill: #1A8DD4;
}
.tabber_section .tabber__container ul.tabber_buttons li.active{
  background-color: #1A8DD4;
  color: #ffffff;
}
.tabber_section .tabber__container ul.tabber_buttons li.active .icon_container svg path{
  fill: #ffffff;
}
.tabber_section .tabber__container .tabcontent_wrapper{
  margin-top: 30px;
  padding: 40px;
}
.tabber_section .tabber__container .tabcontent_wrapper .tabber_content ul li{
  margin-bottom: 8px;
}

@media(max-width: 767px){
  .tabber_section .tabber__container ul.tabber_buttons{
    flex-direction: column;
  }
  .tabber_section .tabber__container .tabcontent_wrapper{
    padding: 40px 20px;
  }
}



/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}