@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
/* 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;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/* Responsive grid */

.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%;
  }
}

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.)
*/

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

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.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.4rem;
}

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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.7rem 0;
}

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

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

/* Inputs - 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: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

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

/* Validation */

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

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

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

/* 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;
}
/* 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 DND sections */

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

/* Header container */

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

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

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

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

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

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








/* 1a. Containers */




/* 1b. Colors */









/* 1c. Typography */


























/* 1d. Buttons */









/* 1e. Forms */

















/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1210px;
  padding:0 20px;
  margin:0 auto;
  width:100%;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1210px;
}





html {
  font-size: 16px;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #818487;
  font-size: 16px;line-height:25px;
}

/* Paragraphs */

p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  line-height:25px;
  margin:0 0 20px;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #0047AB;
  
}

a:hover,
a:focus {

  color: #13699c;
}

a:active {
  
  color: #13699c;
}

/* Headings */

h1,
.h1 {
  font-weight: 500; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #0070B6;
  font-size: 50px;
  text-transform: uppercase;
  line-height:65px;
}

h2,
.h2 {
  font-weight: 600; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #0070B6;
  font-size: 40px;
  text-transform: none;
  line-height:55px;
}

h3,
.h3 {
  font-weight: 600; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #0070B6;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 600; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #C65D17;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 600; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #0070B6;
  font-size: 20px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 600; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #0070B6;
  font-size: 20px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #C65D17;
}






button,
.button, .blue-btn a {
  border: 0px solid #C65D17;

  padding-top: 17px;
padding-right: 105px;
padding-bottom: 17px;
padding-left: 105px;

  color: #FFFFFF;font-size: 18px;font-family: Roboto, sans-serif;;
  background-color: #0070B6;
  border-radius: 3px;
  
  text-transform: capitalize;
  font-weight:500;
      display: inline-block;
      line-height: normal;
}
.simple-btn a {  color: #FFFFFF;font-size: 18px;font-family: Roboto, sans-serif;; color:#0070B6; font-weight:500;
      display: inline-block;
      line-height: normal;   text-transform: capitalize;}
button:hover,
button:focus,
.button:hover,
.button:focus, .blue-btn a:hover, .blue-btn a:focus{
  
  background-color: #0047AB;
  border-color: #0047AB;
}

button:active,
.button:active, .blue-btn a:active {
 
 background-color: #13699c;
  border-color: #13699c;
}
:focus-visible {
    outline: 0;
}
.simple-btn a:hover, .simple-btn a:focus { color:#13699c; }

.simple-btn a:active { color:#13699c; }






form,
.submitted-message {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #C65D17;
}

/* Labels */

form label {
  color: ;
}

/* Help text */

form legend {
  color: ;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: ;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: ;
}

::-moz-placeholder {
  color: ;
}

:-ms-input-placeholder {
  color: ;
}

::placeholder {
  color: ;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: ;
}

.fn-date-picker td.is-selected .pika-button {
  background: #0070B6;
}

.fn-date-picker td .pika-button:hover {
  background-color: #0070B6 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #0070B6;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 0px solid #C65D17;

  padding-top: 17px;
padding-right: 105px;
padding-bottom: 17px;
padding-left: 105px;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(198, 93, 23, 1.0)

;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: capitalize;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(158, 53, 0, 1.0);
  border-color: #9e3500;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(238, 133, 63, 1.0);
  border-color: ;
}







.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #fff;
  font-family: Roboto;
  font-display:swap;
}

.menu__child-toggle-icon {
  border-top-color: #fff;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #d7d7d7;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #d7d7d7;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}

.menu__child-toggle-icon:active {
  border-top-color: #ffffff;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #fff;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #0070B6;

    background-color: 

  
  
    
  


  rgba(0, 180, 177, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #0070B6;

    background-color: 

  
  
    
  


  rgba(0, 180, 177, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #fff;
  background-color: 

  
  
    
  


  rgba(0, 180, 177, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Roboto;
  font-display:swap;
}

.header__language-switcher-label-current:after {
  border-top-color: #fff;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #fff;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(226, 238, 255, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #516674;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #818487;
}

.blog-post__tag-link {
  color: #818487;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #595c5f;
}

.blog-post__tag-link:active {
  color: #a9acaf;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 600; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #0070B6;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #00488e;
}

.blog-related-posts__title-link:active {
  color: #2898de;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0047AB;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #001f83;
}

#comments-listing .comment-reply-to:active {
  color: #286fd3;
}





.hs-search-results__title {
  font-weight: 500; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #0070B6;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 600; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #0070B6;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #00488e;
}

.blog-index__post-title-link:active {
  color: #2898de;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #818487;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #818487;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #595c5f;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #a9acaf;
}

.pagination__link-icon svg {
  fill: #818487;
}

/* Pricing card */

.card__price {
  font-weight: 600; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #0070B6;
  font-size: 30px;
}

.card__body svg {
  fill: #0070B6;
}

/* Social follow */

.social-links__icon {
  background-color: #0070B6;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #00488e;
}

.social-links__icon:active {
  background-color: #2898de;
  font-weight: 600; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  color: #0070B6;
  font-size: 30px;
}


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

/*---------------------------------------------------------------*/
body{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;}
body:not(.custom-background-image)::before,body:not(.custom-background-image)::after{display:none!important;}
a{text-decoration:none;transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
a:focus{outline:none;text-decoration:none;}
img{border:0 none;max-width:100%;vertical-align:middle;height:auto}

/* Paragraphs */
.w-100{width:100%;}
.j-center{justify-content:center;}
.al-center{align-items:center;}
.f-wrap{flex-wrap:wrap;}
.dis-flex{display:flex;}

/*******************************************hubspot******************************************************************/
.row-fluid [class*="span"]{min-height:1px;}

/****************************************************Placeholder opacity cross browsers*****************************************/

/* Internet Explorer 10+ */

/****************************************************** IE *********************************************************/

select::-ms-expand{display:none;}
input::-ms-clear{display:none;}

/*********************************************** remove auto fill yellow color ************************************/
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-box-shadow:0 0 0 100px #fff inset;-moz-box-shadow:0 0 0 100px #fff inset;box-shadow:0 0 0 100px #fff inset;color:#333;}
ul,ol{margin:20px 0;text-align:left;padding-left:40px;list-style:none;}
ul li,ol li{font-size:1rem;line-height:21px;margin-bottom:20px;list-style:inherit;list-style-position:outside;position:relative;}
.text-list ul{margin:0;}
.text-list ul li:after{background-image:url(https://21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/list-img.png);position:absolute;content:"";width:21px;height:21px;left:-40px;top:6px;}
.text-list ul li{line-height:29px;}
.hs-form textarea,.hs-form input[type="text"],.hs-form input[type="password"],.hs-form input[type="datetime"],.hs-form input[type="datetime-local"],.hs-form input[type="date"],.hs-form input[type="month"],.hs-form input[type="time"],.hs-form input[type="week"],.hs-form input[type="number"],.hs-form input[type="email"],.hs-form input[type="url"],.hs-form input[type="search"],.hs-form input[type="tel"],.hs-form input[type="color"],.hs-form select{font-size:16px;line-height:normal;font-weight:normal;padding:10px 15px;height:50px;width:100%!important;border: 2px solid #D1D6DC;
background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;color:;border-radius:3px;}
.hs-form input:focus{outline:0;}
.hs-form .hs-input:focus-visible{outline:0;}
.hs-form select{-webkit-appearance:none;background:#fff;background-image:url(https://21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/IFAR-Tmpl-2/path-29.svg);background-size:14px 7px;background-repeat:no-repeat;background-position:calc(100% - 20px) center;font-weight:400;}
.hs-form-field > label{font-size:1rem;font-weight:600;color:#fff!important;margin-bottom:0;display:inline-block;line-height:33px;}
.hs-form-required{display:none;}
.hs-recaptcha{margin-bottom:30px;}
.hs-form-field{position:relative;margin-bottom:13px;}
.hs-form input[type="checkbox"]{margin-right:25px;}
.hs-form textarea{height:130px!important;resize:none!important;resize:none;width:100%!important;}
.right-form-rq form .actions{width:400px;display:inline-block;position:relative;}
.right-form-rq form .actions input[type=submit]{width:100%;}
.right-form-rq form .actions:after{position:absolute;width:calc(100%);left:0;right:0;height:4px;background-color:#B1800B;content:"";bottom:0px;z-index:1;border-radius:0 0 4px 4px;}
.hs-form-field .input{display:table;width:100%;margin:0!important;}

/* .invalid.error{
border-bottom: 1px solid #DA0000;
} */
.hs-error-msgs{position:relative;}
.hs-error-msgs li label{font-size:0.75rem;line-height:14px;color:#DA0000;}
.hs-error-msgs li{list-style-type:none;}
.hs-form-checkbox{width:100%;float:left;list-style-type:none;}
.hs-form-radio{width:33.3%;float:left;list-style-type:none;}
.hs-form-checkbox input,.hs-form-radio input{margin-right:27px;}
form .hs-richtext{text-align:center;}
form{max-width:100%;width:100%;float:none!important;}
form legend{color:#8B8B8B;font-size:1.125rem;margin-bottom:0;}
.submitted-message{text-align:center;font-size:1.25rem;overflow:hidden!important;line-height:normal;}

/* Form Two Col Section */
.form-columns-2,.form-columns-1{max-width:100%!important;}
.form-columns-2 > div{width:48%!important;}
.form-columns-2 > div:first-child{float:left!important;}
.form-columns-2 > div:last-child{float:right!important;}

/* Radio Button Style */
.hs-form-radio label.hs-form-radio-display{font-size:0.875rem;font-weight:300;text-transform:capitalize;display:flex;flex-wrap:wrap;align-items:center;cursor:pointer;margin:0;}
.hs-form-radio-display .hs-input{display:none;}
.hs-form-radio label.hs-form-radio-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative;margin-left:0px;}
.hs-form-radio label.hs-form-radio-display input+span:before{width:20px;height:20px;content:'';background-color:#fff;display:inline-block;border-radius:100%;margin-right:13px;transition:0.5s ease all;}
.hs-form-radio label.hs-form-radio-display input:checked+span:before{background-color:;}
.hs-form-radio label.hs-form-radio-display input:checked+span:after{content:'';position:absolute;left:6px;width:8px;height:8px;background-color:#fff;top:6px;border-radius:100%;transition:.5s ease all;}

/* Checkbox Style */
.hs-form-checkbox:not(:last-child){margin-bottom:10px;}
.hs-form-radio{width:100%;}
.legal-consent-container p{text-align:left;color:#fff;}
.hs-form-checkbox label.hs-form-checkbox-display{font-size:0.75rem;font-weight:300;text-transform:capitalize;display:flex;flex-wrap:wrap;align-items:center;cursor:pointer;margin:0;}
.hs-form-checkbox-display .hs-input{display:none;}
.hs-form-checkbox label.hs-form-checkbox-display input+span,.legal-consent-container .hs-form-booleancheckbox-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative;margin-left:0px;}
.hs-form-checkbox label.hs-form-checkbox-display input+span:before,.legal-consent-container .hs-form-booleancheckbox-display input+span:before{width:20px;height:20px;content:'';background-color:#fff;display:inline-block;margin-right:13px;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:before,.legal-consent-container .hs-form-booleancheckbox-display input:checked+span:before{background-color:;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after,.legal-consent-container .hs-form-booleancheckbox-display input:checked+span:after{content:'';position:absolute;width:16px;height:12px;background-image:url(https://21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/IFAR-Tmpl-2/vector-9.svg);border-radius:100%;transition:.5s ease all;background-position:center center;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background-repeat:no-repeat;background-size:cover;left:3px;}
.legal-consent-container .hs-form-booleancheckbox-display input{display:none;}
.legal-consent-container .hs-form-booleancheckbox-display span{margin-left:0!important;}

/*-------------------------------------*/
.top-space{margin:137px 0 0;}
.header{position:fixed;top:0;left:0;right:0;width:100%;z-index:11;}
.site-logo{width:424px;display:inline-block;padding-right:28px;border-right:1px solid#0070B6;transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;}
.head-top .dis-flex{justify-content:space-between;}
.site-logo a{width:100%;display:inline-block;}
.site-logo a img{width:100%;display:block;}
.head-top.stick{padding:10px 0;box-shadow:0 0 10px rgb(206 206 206 / 75%);}
.stick .site-logo{width:300px;margin:0;}
.right-part-menu{width:calc(100% - 424px);text-align:right;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;}
.right-left{display:flex;flex-wrap:wrap;align-items:center;}
.call-cont a{font-size:1.25rem;line-height:46px;font-weight:600;display:inline-block;}
.call-cont{margin-right:35px;}
.cta-btn a{font-size:1rem;padding:14px 32px;background-color:

  
  
    
  


  rgba(198, 93, 23, 1.0)

;border-radius:3px;color:#FFFFFF;font-weight:500;line-height:normal;display:inline-block;}
.cta-btn a:hover{background-color:

  
  
    
  


  rgba(237, 104, 15, 1.0)

;}
.head-top{padding:22px 0;transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;}
.cta-btn{margin-right:35px;}

/*----------Main-Navigation-------------*/
.menu-icon{display:none;cursor:pointer;color:#fff;text-transform:uppercase;text-align:center;font-weight:bold;line-height:0;font-size:0;padding:0px 0;z-index:111;position:relative;}
.menu-icon .menu-box{width:30px;height:20px;margin-right:0px;padding:0px;/*position: absolute;right: 0; */}
.menu-icon.active span{background-color:#fff;}

  /* .menu-icon.active .menu-box {
      position: absolute;
      right: 284px;
     transition: all 0.5s ease 0s;
  } */
  .menu-icon .menu-box span{width:100%;height:3px;margin-bottom:6px;background:#0070B6;display:block;border-radius:0px;transition:all 0.4s ease 0s;-webkit-transition:all 0.4s;}
  .menu-icon.active span:nth-child(1){transform:rotate(45deg) translateY(8px) translateX(7px);-webkit-transform:rotate(45deg) translateY(8px) translateX(7px);}
  .menu-icon.active span:nth-child(2){opacity:0;}
  .menu-icon.active span:nth-child(3){transform:rotate(-45deg) translateY(-6px) translateX(6px);-webkit-transform:rotate(-45deg) translateY(-6px) translateX(4px);}
  .menu-icon.active span{background-color:#fff;}
  .enumenu_ul{display:none}
  .menu-block{height:auto;}
  .menu-icon{display:block}
  .enumenu_ul .hs-menu-wrapper > ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:120px 0 0;}
  .enumenu_ul .hs-menu-wrapper > ul > li{display:block;margin:0px;padding:0px;width:100%;}
  .enumenu_ul .hs-menu-wrapper > ul > li > a{display:block;text-align:left;padding:10px 20px;color:#fff;font-size:1.125rem;line-height:normal;}
  .enumenu_ul{width:100%;}
  .enumenu_ul .hs-menu-wrapper > ul > li ul{background:#D1D1D1;}
  .enumenu_ul .hs-menu-wrapper > ul > li ul a{text-align:center;display:block;text-align:center;color:#fff;padding:5px 0;}

  /* Push Menu */
  body.menuslide_push{position:relative;}
  body.menuslide_push.slidemenuLeft{left:0;transition:left 0.5s;-webkit-transition:left 0.5s;-moz-transition:left 0.5s;-ms-transition:left 0.5s;-o-transition:left 0.5s;}
  body.menuslide_push.slidemenuRight{right:0;transition:right 0.5s;-webkit-transition:right 0.5s;-moz-transition:right 0.5s;-ms-transition:right 0.5s;-o-transition:right 0.5s;}
  body.slidemenuRight .enumenu_ul{right:-435px;}
  body.slidemenuRight.menu-open .enumenu_ul{right:0;}
  body.slidemenuLeft .enumenu_ul{left:-435px;}
  body.slidemenuLeft.menu-open .enumenu_ul{left:0;}
  body.menuslide_push.slidemenuLeft.menu-open{left:435px}
  body.menuslide_push.slidemenuRight.menu-open{right:435px}
  body.menuslide_push .enumenu_ul,body.menuOverlap .enumenu_ul{background:#C65D17;display:block;height:100%;max-height:100%;width:100%;overflow:auto;position:fixed;transition:all 0.5s ease 0s;max-width:435px;top:0;z-index:11;}
  .enumenu_ul .hs-menu-wrapper>ul>li>a:hover{color:#0070B6;}

  /*------------Hero_Banner_section----------------------*/
  .hero_banner_sec{min-height:823px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;background-repeat:no-repeat;width:100%;}
  .banner-caption{text-align:center;padding:50px 0;}
  .banner-caption *{color:#fff;}
  .banner-caption p{font-size:1.25rem;line-height:35px;}
  .hero_banner_sec:after{background-image:url('https://21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/banner-overlay-1.webp');width:100%;height:100%;position:absolute;content:"";z-index:0;background-size:cover;background-position:100% 20%;}

  /*-----------------------------*/
  .three-column-sec{padding:133px 0;}
  .title-box{text-align:center;margin:0 auto 45px;max-width:1110px;}
  .three-col-wrap.owl-carousel{padding:85px 0 0;}
  .three-col-wrap.owl-carousel .owl-item .icon-box img{display:block;width:171px;height:171px;border-radius:100%;margin:0 auto;box-shadow:0 0 20px 10px rgb(206 206 206 / 40%);}
  .three-col-cnot h5{font-size:1.3rem;line-height:normal;width:100%;font-weight:600;
    font-family:Roboto, sans-serif;font-display:swap;margin:0;color:#0047AB;}
  .icon-box{margin:0 0 40px;}
  .three-col-cnot{text-align:center;}
  .three-col{padding:10px;box-shadow:0 0 15px 12px rgb(206 206 206 / 27%);border-radius:4px;height:100%;}
  .three-col-cnot{text-align:center;box-shadow:0 0 9px 10px rgb(206 206 206 / 26%);padding:110px 40px 40px;border-radius:0px;height:100%;}
  .icon-box{margin:-85px auto 0;position:absolute;top:0;left:0;right:0;width:calc(100% - 20px);}
  .three-col-wrap.owl-carousel .owl-stage-outer{overflow:visible;}
  .three-col-cnot h5 a{color:#0070B6;}
  .three-col-cnot *{font-weight:600;}
  .three-col-wrap .owl-item{display:flex;flex:1 0 auto;}
  .three-col-wrap .owl-stage{display:flex;}
  .bottom-cont{text-align:center;width:100%;margin:32px 0 0;color:#001eff;font-style:italic;}

  /*------------------------------------------*/
  .two-col-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;}
  .two-column-sec{padding:130px 0;}
  #Raq-form.two-column-sec { padding:60px 0 130px 0 }
  #Raq-form.two-column-sec .left-cont,
  #Raq-form.two-column-sec .right-cont { padding-top:80px }
  .left-cont{width:47.6%;}
  .right-cont{width:48.8%;}
  .two-column-sec:after{background-image:url(https://21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/IFAR-Tmpl-2/banner-overlay21.png);position:absolute;content:"";width:100%;height:100%;/*     background-position: center center; */background-size:cover;top:0;left:0;right:0;bottom:0;background-repeat:no-repeat;}

  /*------------------*/
  .how_can_help_sec{padding:140px 0;}
  .how_can_help_wrap.owl-carousel .help_icon img{width:100%;margin:0 auto;display:block;height:100%;object-fit:contain;}
  .help_icon{height:85px;width:auto;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:30px;}
  .how_can_help_wrap .item{margin:0 -15px;padding:20px 30px 30px;}
  .how_box_wrap h5{width:100%;font-weight:600;margin:0 0 20px;padding:0 0px 25px;font-family:Roboto, sans-serif;font-display:swap;color:#0047AB;position:relative;}
  .how_box_wrap{padding:42px 35px;text-align:center;box-shadow:0 0 22px rgb(206 206 206 / 75%);background-color:#fff;height:100%;}
  .how_box_wrap h5:after{background-color:#0070B6;height:2px;width:51px;content:"";position:absolute;bottom:0;left:0;right:0;margin:0 auto;}
  .how_box_wrap .btn-wrapper > div a{width:auto;padding-left:40px;padding-right:40px;min-width:auto;}
  .how_box_wrap .btn-wrapper{position:absolute;left:0;right:0;bottom:0;}
  .how_can_help_wrap  .owl-item{display:flex;flex:1 0 auto;}
  .how_can_help_wrap  .owl-stage{display:flex;}
  .how_box_wrap p{color:#404040; line-height:30px;}

  /*----------------------------------------*/
  .video-slider-sec{padding:130px 0;}
  .video-slider-sec:after{background-image:url(https://21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/IFAR-Tmpl-2/half-layer.png);position:absolute;content:"";bottom:0;right:0;height:100%;background-size:cover;/*     background-position: right center; */width:100%;}
  .video-slider-sec .youtube-player{border-radius:3px;margin:0;}
  .video-slider-wrap button.owl-next{position:absolute;top:50%;right:-87px;width:52px;height:52px;border:2px solid #8a8a8a!important;border-radius:100%;transform:translateY(-50%);}
  .video-slider-wrap{position:relative;}
  .video-slider-wrap button.owl-prev{position:absolute;left:-87px;border-radius:100%;width:52px;height:52px;border:2px solid #8a8a8a!important;top:50%;transform:translateY(-50%);}
  .video-slider-wrap .owl-dots{display:none;}
  .video-slider-wrap  button.owl-prev span:after{content:"\f104";font-size:1.5625rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:absolute;top:0;left:0;right:0;bottom:0;color:#000;font-weight:600;}
  .video-slider-wrap  button.owl-prev span{font-size:0;font-family:fontawesome;font-display:swap;}
  .video-slider-wrap  button.owl-next span{font-size:0;font-family:fontawesome;font-display:swap;}
  .video-slider-wrap button.owl-next span:after{content:"\f105";font-size:1.5625rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:absolute;top:0;left:0;right:0;bottom:0;color:#000;font-weight:600;}
  button.owl-next:hover,button.owl-prev:hover{background-color:#13699c!important;border-color:#13699c!important;}
  button.owl-next:hover span:after,button.owl-prev:hover span:after{color:#fff;}

  /*------------------------*/
  .map-sec{padding:130px 0;}
  .map-sec .title-box{margin-bottom:40px;}
  .map-sec .btn-wrapper{text-align:center;width:100%;margin:30px 0 0;}

  /*---------------------------*/
  .c-left-box{width:53%;padding-right:50px;}
  .c-right-box{width:47%;}
  .single-cont-sec .title-box{margin:0 0 30px;}
  .single-cont-sec{padding:135px 0;}
  .contentbox-wrap{display:flex;flex-wrap:wrap;margin:0 0 40px;}
  .b-cont-box-wrap{text-align:center;max-width:850px;margin:0 auto;}
  .c-left-box.text-list ul li:last-child{margin-bottom:0;}
  .single-cont-sec:after{background-image:url(https://21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/IFAR-Tmpl-2/cont-overlay.png);position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;content:"";background-size:cover;background-position:top right;}
  .btn-wrapper .blue-btn a{min-width:360px;padding:17px 20px;text-align:center;}
  .about-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;}
  .about-left{width:40.2%;text-align:center;}
  .dr-img{width:368px;height:368px;border-radius:100%;margin:0 auto;background-image:url(https://21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/border-color.webp);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:9px;}
  .about-right{width:51.3%;}
  .about-right .btn-wrapper{margin:40px 0 0;}
  .about-sec{padding:140px 0;}

  /*---------------------------------*/
  .about-institute-sec{padding:125px 0;}
  .about-institute-left{width:48.4%;}
  .about-institute-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;}
  .about-institute-right{width:48.8%;}
  .about-institute-left .btn-wrapper .blue-btn a{min-width:228px;}
  .about-institute-sec:after{background-image:url(https://21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/IFAR-Tmpl-2/overlay-img.png);width:100%;height:100%;position:absolute;content:"";background-size:cover;background-position:center center;background-repeat:no-repeat;bottom:0;}

  /*------------------------------------*/
  .faq-sec{padding:130px 0;}
  .set{position:relative;width:100%;height:auto;background-color:#fff;margin:0 0 20px;display:block;box-shadow:0 0 11px rgb(206 206 206 / 75%);padding:26px 55px 26px 26px;cursor:pointer;}
  .set>a{text-decoration:none;font-weight:500;width:100%;font-size:1.25rem;line-height:normal;
    background-color:#fff;display:flex;flex-wrap:wrap;align-items:center;}
  .set>a i{float:right;margin-top:0;}
  .set > a.active{}
  .acc-content{background-color:#fff;display:none;padding:20px 0 20px;}
  .acc-content p{color:#4c422d;line-height:29px;}
  .set i.fa-plus{background-image:url(https://21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/IFAR-Tmpl-2/plus-icon.png);width:24px;height:24px;background-size:cover;background-position:center center;background-repeat:no-repeat;position:absolute;right:20px;}
  .set i.fa-minus{background-image:url(https://21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/IFAR-Tmpl-2/minus-icon.png);width:24px;height:24px;background-position:center center;background-size:cover;background-repeat:no-repeat;position:absolute;right:20px;}
  .set .fa-minus:before,.set .fa-plus:before{display:none;}
  .set>a:hover,.set>a:focus{color:#0070B6;}

  /*-------------------------------*/
  .footer-bottom{padding:110px 0 0;}
  .bottom-wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:15px 40px;background-color:#fff;border-radius:4px;position:relative;}
  .bottom-logo{width:50%;}
  .bottom-wrap:after{width:2px;height:66px;content:"";position:absolute;left:0;right:0;margin:0 auto;background-color:#a1a1a1;}
  .r-title{width:50%;text-align:right;}
  .r-title a{font-size:1.5625rem;font-weight:500;color:#000000; display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;}
  span.call-img{background-image:url(https://21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/call-img.webp);width:22px;height:22px;background-size:cover;background-position:center center;display:inline-block;margin-right:15px;}
  .copy-text, .copy-text a {font-size:0.85rem;line-height:33px;font-family:Roboto, sans-serif;font-display:swap;font-weight:400; margin:0;}
  .copy-text {padding:48px 0;text-align:center; }
   .three-column-sec .content-wrapper{overflow:hidden;}
  .call-img-mob{display:none;}
  .map-box iframe{width:100%!important;height:651px!important;}
  .banner-caption .btn-wrapper {margin: 25px 0;}
  .copy-text a:hover { color:#0070B6;}
.bottom-logo img {max-width: 220px;}

 @media(min-width:1960px) { 

  .menu-icon.active { position: absolute; right: 15px; }

}



  /*----------------Responsive-Css--------------------------*/
  @media(max-width:1400px){
    .video-slider-wrap{padding:0 100px;}
    .video-slider-wrap button.owl-prev{left:20px;}
    .video-slider-wrap button.owl-next{right:20px;}
    .hero_banner_sec{min-height:650px;}
  }
  @media(max-width:1200px){
    h1,.h1{font-size:2.5rem;line-height:50px;}
    h2,.h2{font-size:2rem;line-height:40px;}
    h3,.h3{font-size:1.625rem;line-height:34px;}
    h4,.h4{font-size:1.25rem;line-height:30px;}
    .site-logo{width:300px;}
    .head-top{padding:20px 0;}
    .top-space{margin:106px 0 0;}
    .right-part-menu{width:calc(100% - 300px);}
    .call-cont a{font-size:1.125rem;}
    .hero_banner_sec{min-height:550px;}
    .three-column-sec{padding:70px 0;}
    .two-column-sec{padding:70px 0;}
    .how_can_help_sec{padding:80px 0;}
    .how_can_help_wrap .item{margin:0 -10px;padding:20px 20px 30px;}
    .video-slider-sec{padding:70px 0;}
    .map-sec{padding:70px 0;}
    .single-cont-sec{padding:70px 0;}
    .about-sec{padding:80px 0;}
    .about-institute-sec{padding:70px 0;}
    .faq-sec{padding:70px 0;}
    .footer-bottom{padding:70px 0 0;}
    .map-box iframe{width:100%!important;height:550px!important;}
  }
  @media(max-width:991px){
    h1,.h1{font-size:2rem;line-height:45px;}
    h2,.h2{font-size:1.75rem;line-height:35px;}
    h3,.h3{font-size:1.375rem;line-height:32px;}
    h4,.h4{font-size:1.125rem;line-height:32px;}
    .call-cont{display:none;}
    .call-img-mob{display:block;background:#0070B6 url(https://21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/IFAR-Tmpl-2/call-icon.png);width:50px;height:50px;border-radius:100%;background-position:center center;background-repeat:no-repeat;background-size:20px;margin:0 30px 0 0;}
    .banner-caption p{font-size:1.125rem;line-height:32px;}
    .hero_banner_sec{min-height:500px;}
    .three-column-sec{padding:50px 0;}
    .two-column-sec{padding:50px 0;}
    .three-col-wrap.owl-carousel .owl-item .icon-box img{width:120px;height:120px;}
    .icon-box{margin:-50px auto 0;}
    .title-box h2 br,.title-box p br{display:none;}
    .three-col-cnot{padding:85px 20px 20px;}
    .three-col-cnot h5{font-size:1.115rem;}
    .three-col-wrap.owl-carousel{padding:60px 0 0;}
    .how_can_help_sec{padding:60px 0;}
    .how_box_wrap{padding:30px 20px;}
    .how_box_wrap .btn-wrapper>div a{width:auto;padding-left:24px;padding-right:24px;min-width:auto;}
    .video-slider-sec{padding:50px 0;}
    .map-sec{padding:50px 0;}
    .single-cont-sec{padding:50px 0;}
    .about-sec{padding:60px 0;}
    .dr-img{width:250px;height:250px;background-size:cover;margin-bottom:15px;}
    .about-institute-sec{padding:50px 0;}
    .faq-sec{padding:50px 0;}
    .bottom-logo a{width:300px;display:inline-block;}
    .r-title a{font-size:1.25rem;}
    .footer-bottom{padding:50px 0 0;}
    .copy-text{padding:30px 0;}
    .map-box iframe{width:100%!important;height:500px!important;}
  }
  @media(max-width:767px){
    h1,.h1{font-size:2rem;line-height:42px;}
    h2,.h2{font-size:1.625rem;line-height:40px;}
    h3,.h3{font-size:1.375rem;line-height:34px;}
    h4,.h4{font-size:1.125rem;line-height:30px;}
    .right-part-menu{width:calc(100% - 250px);}
    .cta-btn{display:none;}
    .right-part-menu{width:auto;}
    .three-col-wrap .item,.three-col,.three-col-cnot{display:flex;flex-wrap:wrap;width:100%;}
    .three-column-sec  .title-box{margin:0 auto 0;}
    .three-column-sec{padding:40px 0;}
    .three-col-wrap button.owl-next,.how_can_help_wrap button.owl-next{background-color:#ccf0f0!important;width:50px;height:50px;border-radius:100%;position:absolute;right:-20px;top:50%;transform:translateY(-50%);margin-top:26px;}
    .three-col-wrap button.owl-prev,.how_can_help_wrap button.owl-prev{background-color:#ccf0f0!important;width:50px;height:50px;border-radius:100%;position:absolute;left:-20px;top:50%;transform:translateY(-50%);margin-top:26px;}
    .three-col-wrap button.owl-next span:after,.how_can_help_wrap button.owl-next span:after{content:"\f105";font-size:1.5625rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:absolute;top:0;left:0;right:0;bottom:0;color:#000;font-weight:600;}
    .three-col-wrap button.owl-prev span:after,.how_can_help_wrap button.owl-prev span:after{content:"\f104";font-size:1.5625rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:absolute;top:0;left:0;right:0;bottom:0;color:#000;font-weight:600;}
    .three-col-wrap button span,.how_can_help_wrap button span{font-size:0;font-family:fontawesome;font-display:swap;}
    .three-col-cnot,.three-col{box-shadow:0 0 10px 5px rgb(206 206 206 / 27%)}
    .three-col{padding:15px;width:80%;margin:0 auto;}
    .two-column-sec{padding:40px 0;}
    .left-cont{width:100%;text-align:center;}
    .right-cont{width:100%;}
    .how_can_help_sec{padding:50px 0;box-shadow:0 0 10px rgb(206 206 206 / 75%);}
    .how_box_wrap{width:80%;margin:0 auto;}
    .title-box{margin:0 auto 20px;}
    .how_can_help_wrap .item{margin:0 -10px;padding:20px 0px 20px;}
    .how_can_help_wrap button.owl-next,.how_can_help_wrap button.owl-prev{margin-top:0;}
    .video-slider-sec{padding:40px 0;}
    .video-slider-wrap button.owl-prev{left:0;}
    .video-slider-wrap button.owl-next{right:0;}
    .video-slider-wrap{padding:0;}
    .map-sec{padding:40px 0;}
    .single-cont-sec{padding:40px 0;}
    .c-left-box{width:100%;padding-right:0;order:2;}
    .c-right-box{width:100%;order:1;margin:0 auto 30px;text-align:center;}
    .about-sec{padding:50px 0;}
    .about-left{width:100%;text-align:center;}
    .about-right{width:100%;text-align:center;}
    .about-institute-sec{padding:40px 0;}
    .about-institute-left{width:100%;order:2;text-align:center;}
    .about-institute-right{width:100%;order:1;margin:0 auto 30px;text-align:center;}
    .faq-sec{padding:40px 0;}
    .set>a{font-size:1.115rem;}
    .footer-bottom{padding:40px 0 0;}
    .copy-text{padding:30px 0;}
    .bottom-logo{width:100%;padding:15px 40px;background-color:#fff;border-radius:4px;position:relative;margin-top:20px;min-height:100px;display:flex;align-items:center;justify-content:center;}
    .r-title{width:100%;text-align:center;padding:15px 40px;background-color:#fff;border-radius:4px;position:relative;margin-top:20px;min-height:100px;display:flex;align-items:center;justify-content:center;}
    .bottom-wrap{background:transparent;width:100%;display:block;padding:0;border-radius:0;}
    .r-title a{font-size:1.25rem;justify-content:center;}
    .bottom-wrap:after{display:none;}
    .video-slider-wrap{width:80%;margin:0 auto;}
    .video-slider-wrap button.owl-next{right:calc(-10% - 28px);}
    .video-slider-wrap button.owl-prev{left:calc(-10% - 29px);}
    .map-box iframe{width:100%!important;height:450px!important;}
    .banner-caption p { font-size:1rem; line-height: 28px; }
    .banner-caption h1, .h1 {font-size:1.375rem; line-height: 30px; margin: 0 0 10px;}
    .banner-caption{     padding: 40px 0;}
    .head-top {padding: 12px 0;}
    .top-space {margin: 77px 0 0;}
  }
  @media(max-width:480px){
    button,.button,.blue-btn a{font-size:1rem;}
    .btn-wrapper .blue-btn a{min-width:auto;padding:12px 20px;text-align:center;}
    .call-img-mob{display:block;background:#00b4b1 url(https://21158918.fs1.hubspotusercontent-na1.net/hubfs/21158918/IFAR-Tmpl-2/call-icon.png);width:30px;height:30px;border-radius:100%;background-position:center center;background-repeat:no-repeat;background-size:13px;margin:0 30px 0 0;display:none;}
    .site-logo{width:240px;border-radius:0;border:0;}
    .top-space{margin:77px 0 0;}
    .stick .site-logo{width:240px;margin:0;}
    .video-slider-wrap button.owl-next{width:40px;height:40px;}
    .video-slider-wrap button.owl-prev{width:40px;height:40px;}
    .three-col-wrap button.owl-next,.how_can_help_wrap button.owl-next{width:40px;height:40px;}
    .three-col-wrap button.owl-prev,.how_can_help_wrap button.owl-prev{width:40px;height:40px;}
    .video-slider-wrap button.owl-next{width:35px;height:35px;right:calc(-10% - 15px);}
    .video-slider-wrap button.owl-prev{width:35px;height:35px;left:calc(-10% - 15px);}
    .video-slider-wrap button.owl-prev span:after,.video-slider-wrap button.owl-next span:after{font-size:1.25rem;}
    .map-box iframe{width:100%!important;height:400px!important;}
    .three-col-wrap button.owl-prev, .how_can_help_wrap button.owl-prev { left:-30px;}
    .three-col-wrap button.owl-next, .how_can_help_wrap button.owl-next { right:-30px;}
    .how_can_help_sec {overflow: hidden;}
    .banner-caption {padding: 30px 0 10px;}
    .banner-caption p br {display: none;}
  }

.title-box-left,
.title-box-right { width:100%; padding:0 20px 15px; margin-bottom:40px; text-align:left; }
.text-box.show-bullet { text-align:left; }
.title-box-left ul,
.title-box-right ul,
.title-box.show-bullet ul { list-style:disc !important; }
@media (min-width:1100px){
  .title-box-left { width:50%; padding:0 20px; margin-bottom:20px; float:left; }
  .title-box-right { width:50%; padding:0 20px; margin-bottom:20px; float:right; }
}