/*futura_round light*/
*, *: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;
}
/* Responsive Grid */

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

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

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

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -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%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

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

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

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

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

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

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

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -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%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

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

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.banner-area-wrap .dnd-section ,
.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid{
  padding: 0;
}
.dnd-section>.row-fluid,
.page-center,
.content-wrapper,
.container{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after,
.row:after,
.hrd-container:after{
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
body{
  opacity:0;
  visibility:hidden;
}

.add-transition {
  opacity:1;
  visibility:visible;
  transition: opacity .5s ease-in-out,visibility .5s ease-in-out;   
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul,
.body-container-wrapper .hs_cos_wrapper_type_rich_text ol{
  margin: 0;
  padding: 0;
  padding-left: 23px;
  margin-bottom: 20px;
}
@font-face {
  font-family: "Handelson - Four";
  src: url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/Handelson-Four.woff2) format("woff2"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/Handelson-Four.woff) format("woff");
}


@font-face {
  font-family: "futura_round";
  src: url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-book-webfont.eot) format("embedded-opentype"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-book-webfont.woff2) format("woff2"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-book-webfont.woff) format("woff"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-book-webfont.ttf) format("truetype"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-book-webfont.svg) format("svg"); 
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: "futura_round";
  src: url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-light-webfont.eot) format("embedded-opentype"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-light-webfont.woff2) format("woff2"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-light-webfont.woff) format("woff"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-light-webfont.ttf) format("truetype"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-light-webfont.svg) format("svg"); 
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "futura_round";
  src: url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-medium-webfont.eot) format("embedded-opentype"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-medium-webfont.woff2) format("woff2"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-medium-webfont.woff) format("woff"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-medium-webfont.ttf) format("truetype"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-medium-webfont.svg) format("svg");
  font-style: normal;
  font-weight: 500;
}

@font-face { 
  font-family: "futura_round";
  src: url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-medium-webfont.eot) format("embedded-opentype"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-medium-webfont.woff2) format("woff2"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-medium-webfont.woff) format("woff"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-medium-webfont.ttf) format("truetype"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/futuraround-medium-webfont.svg) format("svg");
  font-style: normal;
  font-weight: 600;
}

@font-face { 
  font-family: "slick";
  src: url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/slick.eot) format("embedded-opentype"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/slick.woff) format("woff"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/slick.ttf) format("truetype"),
    url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/Fonts/slick.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}

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 {
  margin: 0 0 1.4rem;
}

/* Anchors */

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



/* Headings */

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


h1,
h2{
  line-height: 1.1333333333333333; 
}


/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #eee;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: middle;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  text-decoration:none !important;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */
.form-title{
  padding: 5px 10px;
}
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}
@font-face { 
 font-family: 'futura_round';  
 src: url('https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/futuraround-light-webfont.eot') format('eot'), url('https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/futuraround-light-webfont.woff') format('woff'), url('https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/futuraround-light-webfont.ttf') format('truetype');
 font-style: normal;
 font-weight: 300;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 6px 13px;
  font-family: 'futura_round',Arial,Helvetica,sans-serif;
  font-weight: 100;
  font-size: 18px;
  height: 44px;
  line-height: 1.42857143;
}

form input[type=checkbox]+label {
  display: inline-block;
  vertical-align: middle;
}
.systems-page form label {
  display: inline-block;
}
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 - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

form .hs-error-msgs{
  padding:0;
  margin:0;
  list-style:none;
}

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

/* Submit button */

form input[type=submit],
.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .33px;
  line-height: 12px;
  text-decoration:none !important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-wrapper {
  font-family: "futura_round",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.42857143;
  min-height: 71px;
}

header.header{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.hdr-col-12{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

#nav-layer {
  display: none;
  transition-duration: 0.5s;
}

.mobile-open #nav-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.75);
  z-index: 10000;
  display: block;
}

.hrd-container{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

header.header .navbar {
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  position: static;
  float: right;
  margin: 0 0 0 2.2%;
  width: 83.2%;
}

header.header .navigation-v2 .mnav-opener,
.navigation-v2 .mnav-opener {
  font-size: 18px;
  height: 68px;
  width: 77px;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  padding: 13px;
  cursor: pointer;
}

header.header .navigation-v2 .mnav-opener .hamburger .line,
.navigation-v2 .mnav-opener .hamburger .line {
  width: 45px;
  height: 4px;
  border-radius: 15px;
  background-color: #00294f;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.header .navigation-v2 .mnav-opener .text, 
.navigation-v2 .mnav-opener .text {
  color: #00294f;
  display: inline;
  line-height: 45px;
}

.mobile-open header.header .navigation-v2 .mnav-opener .hamburger .line:nth-child(1),
.mobile-open .navigation-v2 .mnav-opener .hamburger .line:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}
.mobile-open header.header .navigation-v2 .mnav-opener .hamburger .line:nth-child(2),
.mobile-open .navigation-v2 .mnav-opener .hamburger .line:nth-child(2) {
  opacity: 0;
}

.mobile-open header.header .navigation-v2 .mnav-opener .hamburger .line:nth-child(3),
.mobile-open .navigation-v2 .mnav-opener .hamburger .line:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}

header.header .upper-header .header__logo img {
  margin: 10px 0;
  width: auto !important;
  height: 40px;
}

.language-menu {
  position: relative;
  float: right;
  word-break: normal;
}

.header-button{
  float: right;
}

header.header .upper-header .header-button a {
  background-color: #fdc41a;
  color: #00294f;
  text-transform: initial;
  font-size: 16px;
  padding: 13px 15px;
  margin: 10px 13px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  border: none;
}

header.header .upper-header .header-button a:hover {
  opacity: .8;
}

header.header .secondary-menu {
  float: right;
  margin: 0;
  padding: 9px 1px 0 0;
  font-weight: 600;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  padding-top: 22px;
  padding-right: 0;
  border-radius: 0;
  border:0;
}

header.header .secondary-menu li {
  float: left;
  color: #00274d;
  position: relative;
}

header.header .secondary-menu li a {
  padding: 15px;
  margin-right: 2px;
  font-size: 16px;
  color: #00274d;
  text-decoration: none;
}

header.header .secondary-menu li a:hover {
  color: #00274d;  
  text-decoration: underline;
}

.hdr-left-sec {
  width: 33.33333333%;
}

.hdr-middle-sec {
  width: 16.66666667%;
}

.hdr-right-sec {
  width: 50%;
}


.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  left: 0;
  visibility: hidden;
  font-family: "futura_round",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.42857143;
}

.mobile-open .slideout-menu {
  display: block;
  visibility: visible;
}

.mnav-desktop-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 93px;
  height: 68px;
}


.language-menu .hs-menu-wrapper > ul > li > a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: button;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px;
  border: none;
  background: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 20px 20px;

}

.language-menu .flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.language-menu .dropdown {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  position: relative;
}

.language-menu .hs-menu-wrapper > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 20px;
  padding-left: 0;
  border: 1px solid #eee;
  border-top: 0;
  margin-bottom: 12.5px;
  display: none;
}


.language-menu .hs-menu-wrapper > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00274d;
  text-decoration: none;
}

.language-menu .hs-menu-wrapper > ul > li > ul > li  .flag {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.language-menu .hs-menu-wrapper > ul > li > ul > li span {
  font-size: 14px;
  margin-left: 10px;
}

.language-menu .hs-menu-wrapper > ul > li > ul > li > a:hover {
  background-color: #f6f5f6;
  text-decoration: underline;
}

.language-menu .hs-menu-wrapper>ul>li>ul>li+li {
  border-top: 1px solid #eee;
}

.header-holder {
  border-top: 1px solid #e8eef1;
  position: relative;
}

.header-holder .frame {
  position: static;
  width: 100%;
}

.header-holder .action-button {
  height: 70px;
  width: 20%;
  background-image: url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/images/action-button.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: inline-block;
  float: left;
  text-decoration: none;
}


.body-wrapper {
  position: relative;
  will-change: unset;
  min-height: 100vh;
  background-color: #FFF;
  z-index: 1;
  overflow: hidden;
  transition: transform 300ms ease 0s;
}

.mobile-open .body-wrapper {
  transform: translateX(320px);
}

body.mobile-open {
  overflow: hidden;
}

header.header .navigation-v2 ::-webkit-scrollbar,
.navigation-v2 ::-webkit-scrollbar {
  width: 0!important
}

header.header .navigation-v2 *,
.navigation-v2 * {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none
}

header.header .navigation-v2 * ::-webkit-scrollbar,
.navigation-v2 * ::-webkit-scrollbar {
  width: 0!important
}

.navigation-v2 .mnav-content {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f6f5f6;
  right: 0;
  display: block;
  width: 100%;
}


.navigation-v2 .mnav-content .nav-wrap .nav-content {
  width: 100%;
  height: calc(100% - 83px);
  z-index: 2;
}

.navigation-v2 .mnav-content .nav-wrap .nav-content .nav-header {
  height: 70px;
  padding-right: 70px;
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .33px;
  line-height: 50px;
  color: #00294f;
}

.navigation-v2 .mnav-content .nav-wrap .nav-content .nav-v2 {
  padding: 0;
  height: calc(100% - 153px);
  overflow: auto;
}

.navigation-v2 .nav-v2 .hs-menu-wrapper  > ul{
  margin: 0;
  overflow-y: scroll;
  max-height: calc(100vh - 153px);
}

.navigation-v2 .nav-v2 .hs-menu-wrapper  > ul > li{
  border-left: 1px solid #e0e4eb;
}

.navigation-v2 .nav-v2 .hs-menu-wrapper  > ul  li{
  min-height: 60px;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #ddd;
  position: static;
  display: block;
  border-left: 1px solid #e0e4eb;
}
.navigation-v2 .nav-v2 .hs-menu-wrapper  > ul  li > a{
  color: #00294f;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .33px;
  line-height: 15px;
  padding: 22.5px;
  width: 100%;
  position: relative;
  display: block;
  text-decoration: none!important;
}

.navigation-v2 .nav-v2 .hs-menu-wrapper  > ul  li.hs-item-has-children > a{
  display: inline-block;
  min-height: 60px;
  width: 100%;
  background: transparent url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/images/0837-arrow-right.svg) no-repeat 93% center;
  position: initial;

}

.navigation-v2 .nav-v2 .hs-menu-wrapper  > ul > li.hs-item-has-children:last-child > a{
  background:none;
  min-height:none;
}

.social-network-nav-wrap {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 25px;
  width: 100%;
  z-index: 9999;
}

.social-network-nav-wrap ul.social-networks {
  max-width: 200px;
  margin: 0 auto;
}

.social-network-nav-wrap ul.social-networks li a {
  width: 22px;
  line-height: 0;
}

.button-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  text-align: center;
  border-top: 1px solid #ddd;
}

.button-wrap .hs-button {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 2px;
  letter-spacing: .33px;
  line-height: 12px;
  padding: 19px 26px;
  color: #00294f;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none!important;
  min-height: 52px;
  background-color: #fdc41a;
  margin: 15px;
  display: inline-block;
}

.button-wrap .hs-button:hover {
  color: #00274d;
}

.mobile-open .navigation-v2 .nav-v2 .hs-menu-wrapper>ul li:not(:last-child) .hs-menu-children-wrapper {
  left: 0;
}
.navigation-v2 .nav-v2 .hs-menu-wrapper>ul> li:last-child {
  border: none;
}

.navigation-v2 .nav-v2 .hs-menu-wrapper>ul> li:last-child>a {
  display: none;
}

.navigation-v2 .nav-v2 .hs-menu-wrapper>ul> li:last-child>ul {
  padding: 12.5px 22.5px;
  display: flex;
}

.navigation-v2 .nav-v2 .hs-menu-wrapper>ul> li:last-child>ul>li {
  list-style: none;
  display: inline-block;
  width: auto!important;
  min-height: unset!important;
  border-bottom: none!important;
  margin-right: 15px;
  position: static;
  border:none;
}

.navigation-v2 .nav-v2 .hs-menu-wrapper>ul> li:last-child>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px!important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00294f;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .33px;
  line-height: 15px;
  width: 100%;
  text-decoration: none;
}

.navigation-v2 .nav-v2 .hs-menu-wrapper>ul> li:last-child>ul>li>a:hover {
  text-decoration: underline !important;
}

.navigation-v2 .nav-v2 .hs-menu-wrapper>ul> li:last-child>ul>li>a .flag {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.navigation-v2 .nav-v2 .hs-menu-wrapper>ul> li:last-child>ul>li>a span {
  font-size: 14px;
  margin-left: 10px;
}


.navigation-v2 .nav-v2 .hs-menu-wrapper>ul li:not(:last-child) .hs-menu-children-wrapper {
  position: absolute;
  left: 101%;
  top: 0;
  background: #f6f5f6;
  z-index: 0;
  height: 100%;
  width: 100%;
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  overflow-y: scroll;
  max-height: calc(100vh - 66px);

}

.navigation-v2 .nav-v2 .hs-menu-wrapper>ul > li.child-open > .hs-menu-children-wrapper,
.navigation-v2 .nav-v2 .hs-menu-wrapper>ul > li>ul > .menu-wrap >li.child-open > .hs-menu-children-wrapper,
.navigation-v2 .nav-v2 .hs-menu-wrapper>ul > li > ul > .menu-wrap > li > .hs-menu-children-wrapper li.child-open > .hs-menu-children-wrapper{
  left: 0px;
  display: block;
  z-index: 5;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.navigation-v2 .nav-v2 .hs-menu-wrapper>ul > li>ul > .menu-wrap >li.child-open > .hs-menu-children-wrapper{
  z-index: 10;
}
.navigation-v2 .nav-v2 .hs-menu-wrapper>ul > li > ul > .menu-wrap > li > .hs-menu-children-wrapper li.child-open > .hs-menu-children-wrapper{
  z-index: 20;
}


.nav-v2 .dl-back {
  height: 70px;
  padding-right: 70px;
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .33px;
  line-height: 50px;
  color: #00294f;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
}

.nav-v2 .dl-back-in {
  position: relative;
  padding: 7px 10px 0 58px;
  height: 70px;
}

.nav-v2 .nav-header-content-back {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/images/arrow-left-grey.svg) no-repeat left center;
  background-size: 40px;
  display: block;
  left: 20px;
  top: 20px;
}

.nav-v2 .nav-header-content-inner {
  padding: 20px 12px 10px 2px;
  white-space: nowrap;
  line-height: 17px;
  display: inline-block;
  cursor: -webkit-grab;
  cursor: grab;
}


.navigation-v2 .nav-v2 .hs-menu-wrapper>ul .dl-back-parent>a {
  width: 100%;
  color: #005b83;
}

.navigation-v2 .nav-v2 .hs-menu-wrapper>ul li:last-child {
  border: none;
}


.lp .header-holder .action-button {
  opacity: 0;
  visibility: hidden;
}




@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}



@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}


@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}


@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

.menu-wrap {
  overflow-y: scroll;
  max-height: calc(100vh - 83px);
  padding-top: 70px;
}
/*==================================================== 
====================Media Query======================
====================================================*/



@media (min-width: 992px){

  header.header .navigation-v2 .mnav-opener,
  .navigation-v2 .mnav-opener {
    left: 10px;
    right: auto;
    height: 66px;
    width: 160px;
  }

  header.header .navigation-v2 .mnav-opener .hamburger, 
  .navigation-v2 .mnav-opener .hamburger {
    width: 70px;
    float: left;
  }
  .header-holder{
    display: none!important;
  }

  .navigation-v2 .mnav-content {
    left: 0;
    width: 320px;
  }
  .desktop-lg{
    display: none!important;
  }

  .navigation-v2 .nav-v2 .hs-menu-wrapper>ul li:not(:last-child) .hs-menu-children-wrapper {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
  }

  .mobile-open1 .navigation-v2 .nav-v2 .hs-menu-wrapper>ul li:not(:last-child) .hs-menu-children-wrapper {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }
}

@media (min-width: 1170px){
  .hdr-left-sec {
    width: 41.66666667%;
  }

  .hdr-middle-sec {
    width: 16.66666667%;
  }

  .hdr-right-sec {
    width: 41.66666667%;
  }


}
@media (max-width: 1219px) and (min-width: 1170px){
  header.header .upper-header .header-button a {
    margin-left: 0;
  } 
  header.header .secondary-menu li a {
    padding: 15px 14px;
    margin-right: 0;
  }
}

@media (max-width: 1016px) and (min-width: 992px){

  header.header .upper-header .header-button a {
    margin-left: 0;
  }
}

@media (max-width: 991px){
  .header-wrapper {
    min-height: 71px;
  }

  .header-holder {
    border-top: none;
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
  }

  .navigation-v2 .nav-v2 .hs-menu-wrapper>ul li:not(:last-child) .hs-menu-children-wrapper {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }
  header.header .header-holder .logo {
    width: 60%;
    padding: 13px 0;
    float: left;
    text-align: center;
    position: relative;
    z-index: 200;
    margin: 0;
  }

  header.header .header-holder .logo img {
    margin: 0 auto;
    max-width: 138px;
    height: auto !important;
    display: block;
  }

  .slideout-menu {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
    min-height: auto;
    display: block;
    overflow: hidden;
    visibility: visible;
  }
  .navigation-v2 .mnav-content .nav-wrap .nav-content .nav-header {
    border-top: none;
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
  }

  .body-wrapper {
    transform: none !important;
  }

  .navigation-v2 .nav-v2 .hs-menu-wrapper>ul > li {
    height: 60px;
  }

  .navigation-v2 .nav-v2 .hs-menu-wrapper>ul li {
    border-left: none;
    border-bottom: 1px solid #ddd;
    height: 60px;
  }

  .social-network-nav-wrap {
    display: none!important;
  }

  body.mobile-open {
    overflow: auto;
  }

  body.mobile-open .slideout-menu{
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
  }

  div#nav-layer {
    display: none !important;
  }

  header.header .header-holder .logo,
  .header-holder .action-button{
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  body.mobile-open header.header .header-holder .logo,
  body.mobile-open .header-holder .action-button{
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
  }

  .navigation-v2 .nav-v2 .hs-menu-wrapper>ul li:not(:last-child) .hs-menu-children-wrapper {
    max-height: calc(100vh - 65px);
  }

  body.popup-open {
    overflow: hidden;
  }
}
footer.footer {
  font-family: "futura_round",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.42857143;
}

.footer-bottom {
  padding: 14px 0;
  border-top: 1px solid #ddd;
}

.ft-col-12{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}

.copyright-wrap {
  width: 66.66666667%;
}


footer.footer .service-navi {
  margin-top: 15px;
  margin-bottom: 20px;
}


footer.footer .footer-bottom .copyright {
  display: block;
  padding: 12px 0;
  width: 280px;
  height: 18px;
  color: #00274d;
  font-family: "futura_round",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}


footer.footer .service-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer.footer .service-navi ul li {
  margin: 0 0 2px;
  height: 24px;
  display: inline-block;
}

footer.footer .service-navi ul li a {
  line-height: 24px;
  color: #005b83;
  font-family: "futura_round",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .3px;
  text-decoration: none;
}

footer.footer .service-navi ul li a:hover {
  color: #666;
  text-decoration: none;
}
.back-to-top-wrap {
  width: 16.66666667%;
}


footer.footer .btn-fix-top {
  display: none;
  position: fixed;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 16px;
  content: '';
  width: 40px;
  height: 40px;
  background: url(https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/raw_assets/public/AIFS_Nov2021/images/sprite.png) no-repeat -320px -233px;
  z-index: 2222;
  text-decoration: none !important;
}


footer.footer .footer-navi-social .social-container {
  margin-top: 13px;
  margin-bottom: 5px;
}


ul.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

ul.social-networks li {
  display: inline-block;
  margin: 0;
  height: auto;
}

ul.social-networks li a {
  width: 22px;
  display: block;
  overflow: hidden;
}

ul.social-networks li a img {
  width: 100%;
  height: auto;
}

ul.social-networks li:hover a {
  opacity: .8;
}

.ft-logo-desktop {
  width: 100%;
}

.footer-logo {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #00274d;
  font-weight: 100;
}

/*==================================================== 
====================Media Query======================
====================================================*/
@media (min-width: 768px){
  ul.social-networks li a {
    width: 35px;
  }
}

@media (min-width: 992px){
  .copyright-wrap {
    width: 25%;
  }
  footer.footer .service-navi {
    margin-top: 8px;
    margin-bottom: 0;
    width: 33.33333333%;
    margin-left: 8.33333333%;
  }

  .back-to-top-wrap {
    margin-left: 91.66666667%;
    width: 8.33333333%;
  }

  footer.footer .footer-navi-social .social-container{
    width: 41.66666667%;
  }


  .vsbl-mobile {
    display: none!important;
  }

  .ft-logo-desktop {
    margin-left: 33.33333333%;
    width: 25%;
  }
  footer.footer .footer-navi-social {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .lp .footer-bottom {
    padding: 14px 0 24px;
  }
}


@media (max-width: 991px){
  .vsbl-desktop {
    display: none!important;
  }
  footer.footer{
    margin: 27px 0 0;
    font-size: 16px;
    line-height: 20px;
  }

}
/* Menu and simple menu */
.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}


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

/*================== banner ==================*/

.banner-area {
  height: 225px;
  overflow: hidden;
}

.banner-area-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .banner-area {
    height: 200px;
  }
}

@media (min-width: 992px){
  .banner-area {
    height: 450px;
  }
}

@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;
  }
}
@font-face 
{ font-family: 'futuraround-bold-webfont';  
  src: url('https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/futuraround-bold-webfont.eot') format('eot'), 
    url('https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/futuraround-bold-webfont.woff') format('woff'),
    url('https://19617859.fs1.hubspotusercontent-na1.net/hubfs/19617859/futuraround-bold-webfont.ttf') format('truetype');}