



:root {
  --iside-color-black: #000000;
  --iside-color-white: #ffffff;
  --iside-color-grey: #CDD3E4;
  --iside-color-grey_tint1: #E5E8F1;
  --iside-color-blue: #004DF5;
  --iside-color-dark_blue: #041F74;
  --iside-color-dark_blue_transparent: rgba(4,31,116,0.1);
  --iside-color-light_blue: #F2F6FF;
  --iside-color-blue_tint1: #D8E0F1;
  --iside-color-blue_tint2: #C2D4FD;
  --iside-color-green: #3DBB56;
  --iside-color-yellow: #FFE01B;
  --iside-color-red: #FF7972;
  --iside-color-blue_tint_1: #D8E0F1;
  --iside-color-dark_green: #0A9C27;
  --iside-font-family: "Nunito", sans-serif;
  --iside-font-family2: "Zilla Slab", serif;
  --iside-font-weight-normal: normal;
  --iside-font-weight-bold: 700;

  --iside-line-height: 1.333;
  --iside-font-size_xxxs: 14px;
  --iside-font-size_xs: 20px;
  --iside-font-size_sm: 22px;
  --iside-font-size_md: 22px;
  --iside-font-size_md2: 30px;
  --iside-font-size_lg: 50px;
  --iside-font-size_xl: 50px;
  --iside-font-size_xxl: 50px;
  --iside-font-size_xxxl: 70px;
  --iside-font-size_xs_xs: 16px;
  --iside-font-size_xs_sm: 16px;
  --iside-font-size_xs_md: 16px;
  --iside-font-size_xs_md2: 24px;
  --iside-font-size_xs_lg: 30px;
  --iside-font-size_xs_xl: 30px;
  --iside-font-size_xs_xxl: 30px;
  --iside-font-size_xs_xxxl: 40px;
  
  --iside-column-spacing: 40px;
  --iside-column-spacing-xs: 20px;
  --iside-row-margin-xs: 40px;
}

/* Theme base styles */
.container {
    max-width: 954px;
    margin: 0 auto
}

header,
section {
    box-sizing: border-box
}

.row-fluid [class*="span"] {
    min-height: 0px !important
}

input {
    transition: ease-in-out 0.2s all
}

input:hover {
    border: 1px solid #004df5 !important;
    transition: ease-in-out 0.3s all;
}

#main-content {
    padding-top: 70px;
}

body #hubspot-messages-iframe-container {}

body #hubspot-messages-iframe-container.visible {
    display: block !important;
    opacity: 1;
}

.gray-bg {
    background: #f0f2f5
}

@media (max-width: 768px) {
    .row {
       // margin: 0 !important
    }
}

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

.hs-form-checkbox input {
    cursor: pointer
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display>span {
    margin-left: 5px !important
}

.hs-fieldtype-booleancheckbox .inputs-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.hs-fieldtype-booleancheckbox .inputs-list li label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    cursor: pointer
}

.hs-fieldtype-booleancheckbox .inputs-list li label input {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    margin-right: 8px;
    margin-top: 4px;
    cursor: pointer
}

.hs-fieldtype-booleancheckbox .inputs-list li label input:hover {
    border: 0 !important
}

.hs-fieldtype-booleancheckbox .inputs-list li label input:checked::before {
    background: #004df5;
    border: solid 1px #004df5;
    transition: ease-in-out 0.3s all
}

.hs-fieldtype-booleancheckbox .inputs-list li label input:checked::after {
    opacity: 1;
    transition: ease-in-out 0.3s all
}

.hs-fieldtype-booleancheckbox .inputs-list li label input::before {
    position: relative;
    left: 0;
    top: 0;
    content: " ";
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: solid 1px #c3d0ed;
    background-color: #f9faff;
    display: inline-block;
    transition: ease-in-out 0.3s all
}

.hs-fieldtype-booleancheckbox .inputs-list li label input::after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 7.5l5 5 8-11' stroke='%23FFFFFF' stroke-width='3' fill='none' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
    width: 13px;
    height: 13px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: ease-in-out 0.3s all;
    margin: auto;
    content: " "
}

.hs-fieldtype-booleancheckbox .inputs-list li label span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: #041f74
}

fieldset.form-columns-2 .hs-form-field {
    padding: 0 10px;
    padding-right: 0 !important
}

fieldset.form-columns-2 .hs-form-field:first-of-type {
    padding-left: 0
}

fieldset.form-columns-2 .hs-form-field:last-of-type {
    padding-right: 0
}

fieldset.form-columns-3 .hs-form-field {
    padding: 0 10px;
    width: calc(100% / 3) !important;
    padding-right: 0 !important
}

fieldset.form-columns-3 .hs-form-field:first-of-type {
    padding-left: 0
}

fieldset.form-columns-3 .hs-form-field:last-of-type {
    padding-right: 0
}

@media (max-width: 768px) {
  fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
    padding-left: 0;
  }
}

textarea.hs-input {
    min-height: 108px;
    width: 100%;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 16px;
    outline: 0;
    color: #041f74;
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: solid 1px #c3d0ed;
    background-color: #f9faff;
    padding-top: 15px
}

textarea.hs-input::-webkit-input-placeholder {
    color: #041f74;
    opacity: 0.8
}

textarea.hs-input::-moz-placeholder {
    color: #041f74;
    opacity: 0.8
}

textarea.hs-input:-ms-input-placeholder {
    color: #041f74;
    opacity: 0.8
}

textarea.hs-input::placeholder {
    color: #041f74;
    opacity: 0.8
}

textarea.hs-input:active,
textarea.hs-input:focus {
    border: 1px solid #004df5;
    color: #004df5
}

textarea.hs-input:hover {
    border: 1px solid #004df5
}

select {
    min-height: 40px;
    width: 100%;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 16px;
    outline: 0;
    color: #041f74;
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: solid 1px #c3d0ed;
    background-color: #f9faff
}

select::-webkit-input-placeholder {
    color: #041f74;
    opacity: 0.8
}

select::-moz-placeholder {
    color: #041f74;
    opacity: 0.8
}

select:-ms-input-placeholder {
    color: #041f74;
    opacity: 0.8
}

select::placeholder {
    color: #041f74;
    opacity: 0.8
}

select:active,
select:focus {
    border: 1px solid #004df5;
    color: #004df5
}

select:hover {
    border: 1px solid #004df5
}

input[type="email"].hs-input {
    min-height: 40px;
    width: 100%;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 16px;
    outline: 0;
    color: #041f74;
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: solid 1px #c3d0ed;
    background-color: #f9faff
}

input[type="email"].hs-input::-webkit-input-placeholder {
    color: #041f74;
    opacity: 0.8
}

input[type="email"].hs-input::-moz-placeholder {
    color: #041f74;
    opacity: 0.8
}

input[type="email"].hs-input:-ms-input-placeholder {
    color: #041f74;
    opacity: 0.8
}

input[type="email"].hs-input::placeholder {
    color: #041f74;
    opacity: 0.8
}

input[type="email"].hs-input:active,
input[type="email"].hs-input:focus {
    border: 1px solid #004df5;
    color: #004df5;
}

input[type="email"].hs-input:hover {
    border: 1px solid #004df5;
}

input[type="text"].hs-input,
input[type="date"].hs-input {
    min-height: 40px;
    width: 100%;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 16px;
    outline: 0;
    color: #041f74;
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: solid 1px #c3d0ed;
    background-color: #f9faff;
}

input[type="text"].hs-input::-webkit-input-placeholder,
input[type="date"].hs-input::-webkit-input-placeholder {
    color: #041f74;
    opacity: 0.8;
}

input[type="text"].hs-input::-moz-placeholder,
input[type="date"].hs-input::-moz-placeholder {
    color: #041f74;
    opacity: 0.8;
}

input[type="text"].hs-input:-ms-input-placeholder,
input[type="date"].hs-input:-ms-input-placeholder {
    color: #041f74;
    opacity: 0.8;
}

input[type="text"].hs-input::placeholder,
input[type="date"].hs-input::placeholder {
    color: #041f74;
    opacity: 0.8;
}

input[type="text"].hs-input:active,
input[type="date"].hs-input:active,
input[type="text"].hs-input:focus,
input[type="date"].hs-input:focus {
    border: 1px solid #004df5;
    color: #004df5;
}

input[type="text"].hs-input:hover,
input[type="date"].hs-input:hover {
    border: 1px solid #004df5;
}

@media (max-width: 768px) {
    body #hs_cos_wrapper_widget_1629831358381 {
        padding-top: 30px !important;
    }
}

.sub-menu {
    display: none;
}

.cell_1628077582700-vertical-alignment {
    width: 100%;
}

body #hubspot-messages-iframe-container {}

body #hubspot-messages-iframe-container.visible {
    display: block !important;
    opacity: 1;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

* {
    box-sizing: border-box
}

body {
    margin: 0
}

main {
    display: block
}

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

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

a {
    background-color: transparent;
    box-sizing: border-box
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    box-sizing: border-box
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template,
[hidden] {
    display: none
}

div {
    box-sizing: border-box
}

ul {
    box-sizing: border-box
}

.row {
    box-sizing: border-box;
    margin: 0 auto;
   //width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px
}

.row .row {
  //margin: 0;
}

.row.reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.row.natural-height {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.row.flex-column {
    -webkit-flex-direction: column;
    flex-direction: column
}

.col {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 12px
}

.col.reverse {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.first {
    -webkit-order: -1;
    order: -1
}

.last {
    -webkit-order: 1;
    order: 1
}

.align-start {
    -webkit-align-self: flex-start;
    align-self: flex-start
}

.align-end {
    -webkit-align-self: flex-end;
    align-self: flex-end
}

.align-center {
    -webkit-align-self: center;
    align-self: center
}

.align-baseline {
    -webkit-align-self: baseline;
    align-self: baseline
}

.align-stretch {
    -webkit-align-self: stretch;
    align-self: stretch
}

.col-xs {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-1 {
    box-sizing: border-box;
    -webkit-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-2 {
    box-sizing: border-box;
    -webkit-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-3 {
    box-sizing: border-box;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-4 {
    box-sizing: border-box;
    -webkit-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-5 {
    box-sizing: border-box;
    -webkit-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-6 {
    box-sizing: border-box;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-7 {
    box-sizing: border-box;
    -webkit-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-8 {
    box-sizing: border-box;
    -webkit-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-9 {
    box-sizing: border-box;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-10 {
    box-sizing: border-box;
    -webkit-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-11 {
    box-sizing: border-box;
    -webkit-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-12 {
    box-sizing: border-box;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-offset-12 {
    margin-left: 100%
}

.row.start-xs {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.row.center-xs {
    -webkit-justify-content: center;
    justify-content: center
}

.row.end-xs {
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.row.top-xs {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.row.middle-xs {
    -webkit-align-items: center;
    align-items: center
}

.row.bottom-xs {
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.row.around-xs {
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.row.between-xs {
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.first-xs {
    -webkit-order: -1;
    order: -1
}

.last-xs {
    -webkit-order: 1;
    order: 1
}

@media only screen and (min-width: 551px) {
    .col-sm {
        box-sizing: border-box;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-sm-1 {
        box-sizing: border-box;
        -webkit-flex-basis: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-2 {
        box-sizing: border-box;
        -webkit-flex-basis: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-3 {
        box-sizing: border-box;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-4 {
        box-sizing: border-box;
        -webkit-flex-basis: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-5 {
        box-sizing: border-box;
        -webkit-flex-basis: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-6 {
        box-sizing: border-box;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-7 {
        box-sizing: border-box;
        -webkit-flex-basis: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-8 {
        box-sizing: border-box;
        -webkit-flex-basis: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-9 {
        box-sizing: border-box;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-10 {
        box-sizing: border-box;
        -webkit-flex-basis: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-11 {
        box-sizing: border-box;
        -webkit-flex-basis: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-12 {
        box-sizing: border-box;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .row.start-sm {
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .row.center-sm {
        -webkit-justify-content: center;
        justify-content: center
    }

    .row.end-sm {
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .row.top-sm {
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .row.middle-sm {
        -webkit-align-items: center;
        align-items: center
    }

    .row.bottom-sm {
        -webkit-align-items: flex-end;
        align-items: flex-end
    }

    .row.around-sm {
        -webkit-justify-content: space-around;
        justify-content: space-around
    }

    .row.between-sm {
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .first-sm {
        -webkit-order: -1;
        order: -1
    }

    .last-sm {
        -webkit-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 769px) {
    .col-md {
        box-sizing: border-box;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-md-1 {
        box-sizing: border-box;
        -webkit-flex-basis: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-2 {
        box-sizing: border-box;
        -webkit-flex-basis: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-3 {
        box-sizing: border-box;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-4 {
        box-sizing: border-box;
        -webkit-flex-basis: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-5 {
        box-sizing: border-box;
        -webkit-flex-basis: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-6 {
        box-sizing: border-box;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-7 {
        box-sizing: border-box;
        -webkit-flex-basis: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-8 {
        box-sizing: border-box;
        -webkit-flex-basis: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-9 {
        box-sizing: border-box;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-10 {
        box-sizing: border-box;
        -webkit-flex-basis: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-11 {
        box-sizing: border-box;
        -webkit-flex-basis: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-12 {
        box-sizing: border-box;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .row.start-md {
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .row.center-md {
        -webkit-justify-content: center;
        justify-content: center
    }

    .row.end-md {
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .row.top-md {
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .row.middle-md {
        -webkit-align-items: center;
        align-items: center
    }

    .row.bottom-md {
        -webkit-align-items: flex-end;
        align-items: flex-end
    }

    .row.around-md {
        -webkit-justify-content: space-around;
        justify-content: space-around
    }

    .row.between-md {
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .first-md {
        -webkit-order: -1;
        order: -1
    }

    .last-md {
        -webkit-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 993px) {
    .col-lg {
        box-sizing: border-box;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-lg-1 {
        box-sizing: border-box;
        -webkit-flex-basis: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-2 {
        box-sizing: border-box;
        -webkit-flex-basis: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-3 {
        box-sizing: border-box;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-4 {
        box-sizing: border-box;
        -webkit-flex-basis: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-5 {
        box-sizing: border-box;
        -webkit-flex-basis: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-6 {
        box-sizing: border-box;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-7 {
        box-sizing: border-box;
        -webkit-flex-basis: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-8 {
        box-sizing: border-box;
        -webkit-flex-basis: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-9 {
        box-sizing: border-box;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-10 {
        box-sizing: border-box;
        -webkit-flex-basis: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-11 {
        box-sizing: border-box;
        -webkit-flex-basis: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-12 {
        box-sizing: border-box;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .row.start-lg {
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .row.center-lg {
        -webkit-justify-content: center;
        justify-content: center
    }

    .row.end-lg {
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .row.top-lg {
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .row.middle-lg {
        -webkit-align-items: center;
        align-items: center
    }

    .row.bottom-lg {
        -webkit-align-items: flex-end;
        align-items: flex-end
    }

    .row.around-lg {
        -webkit-justify-content: space-around;
        justify-content: space-around
    }

    .row.between-lg {
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .first-lg {
        -webkit-order: -1;
        order: -1
    }

    .last-lg {
        -webkit-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 121rem) {
    .col-xl {
        box-sizing: border-box;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-xl-1 {
        box-sizing: border-box;
        -webkit-flex-basis: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-xl-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-xl-2 {
        box-sizing: border-box;
        -webkit-flex-basis: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-xl-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-xl-3 {
        box-sizing: border-box;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-4 {
        box-sizing: border-box;
        -webkit-flex-basis: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-xl-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-xl-5 {
        box-sizing: border-box;
        -webkit-flex-basis: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-xl-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-xl-6 {
        box-sizing: border-box;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-7 {
        box-sizing: border-box;
        -webkit-flex-basis: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-xl-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-xl-8 {
        box-sizing: border-box;
        -webkit-flex-basis: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-xl-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-xl-9 {
        box-sizing: border-box;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-10 {
        box-sizing: border-box;
        -webkit-flex-basis: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-xl-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-xl-11 {
        box-sizing: border-box;
        -webkit-flex-basis: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-xl-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-xl-12 {
        box-sizing: border-box;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }

    .row.start-xl {
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .row.center-xl {
        -webkit-justify-content: center;
        justify-content: center
    }

    .row.end-xl {
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .row.top-xl {
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .row.middle-xl {
        -webkit-align-items: center;
        align-items: center
    }

    .row.bottom-xl {
        -webkit-align-items: flex-end;
        align-items: flex-end
    }

    .row.around-xl {
        -webkit-justify-content: space-around;
        justify-content: space-around
    }

    .row.between-xl {
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .first-xl {
        -webkit-order: -1;
        order: -1
    }

    .last-xl {
        -webkit-order: 1;
        order: 1
    }
}

.col-gutter-lr {
    padding: 0 12px
}

.col-no-gutter {
    padding: 0
}

.show {
    display: block !important
}

.row.show {
    display: -webkit-flex !important;
    display: flex !important
}

.hide {
    display: none !important
}

.show-xs {
    display: block !important
}

.row.show-xs {
    display: -webkit-flex !important;
    display: flex !important
}

.hide-xs {
    display: none !important
}

@media only screen and (max-width: 550px) {
    .show-xs-only {
        display: block !important
    }

    .row.show-xs-only {
        display: -webkit-flex !important;
        display: flex !important
    }

    .hide-xs-only {
        display: none !important
    }
}

@media only screen and (min-width: 551px) {
    .show-sm {
        display: block !important
    }

    .row.show-sm {
        display: -webkit-flex !important;
        display: flex !important
    }

    .hide-sm {
        display: none !important
    }
}

@media only screen and (min-width: 551px) and (max-width: 768px) {
    .show-sm-only {
        display: block !important
    }

    .row.show-sm-only {
        display: -webkit-flex !important;
        display: flex !important
    }

    .hide-sm-only {
        display: none !important
    }
}

@media only screen and (min-width: 769px) {
    .show-md {
        display: block !important
    }

    .row.show-md {
        display: -webkit-flex !important;
        display: flex !important
    }

    .hide-md {
        display: none !important
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .show-md-only {
        display: block !important
    }

    .row.show-md-only {
        display: -webkit-flex !important;
        display: flex !important
    }

    .hide-md-only {
        display: none !important
    }
}

@media only screen and (min-width: 993px) {
    .show-lg {
        display: block !important
    }

    .row.show-lg {
        display: -webkit-flex !important;
        display: flex !important
    }

    .hide-lg {
        display: none !important
    }
}

@media only screen and (min-width: 993px) and (max-width: 120rem) {
    .show-lg-only {
        display: block !important
    }

    .row.show-lg-only {
        display: -webkit-flex !important;
        display: flex !important
    }

    .hide-lg-only {
        display: none !important
    }
}

@media only screen and (min-width: 121rem) {
    .show-xl {
        display: block !important
    }

    .row.show-xl {
        display: -webkit-flex !important;
        display: flex !important
    }

    .hide-xl {
        display: none !important
    }
}

.nav {
    width: 100%;
    min-height: 70px;
    box-shadow: 0 3px 8px 0 rgba(4, 31, 116, 0.3);
    background: #fff;
    z-index: 999;
    position: fixed;
    top: 0
}

.nav__inner {
    min-height: 70px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.nav__left {
    display: -webkit-flex;
    display: flex;
    margin-left: -60px
}

@media (max-width: 1380px) {
    .nav__left {
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .nav__logo img {
        max-width: 180px
    }
}

.nav__right {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

@media (max-width: 550px) {

    .nav__right .btn,
    .nav__right .button-blue,
    .nav__right .button-green {
        display: none;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.nav__right a {
    margin-right: 10px
}

.nav__right a:last-of-type {
    margin-right: 0
}

.nav__logo {
    display: -webkit-flex;
    display: flex
}

.nav__menu {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 25px
}

@media (max-width: 1040px) {
    .nav__menu {
        display: none
    }
}

.nav__menu-item {
    margin-right: 18px
}

.nav__menu-item:last-of-type {
    margin-right: 0
}

.nav__menu-item:hover .nav__submenu {
    visibility: visible;
    opacity: 1;
    transition: ease-in-out 0.3s all
}

@media (max-width: 1040px) {
    .nav__menu-item:hover .nav__submenu {
        display: -webkit-flex;
        display: flex
    }
}

.nav__menu-item-link {
    color: #041f74;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    transition: ease-in-out 0.3s all
}

.nav__menu-item-link:active {
    opacity: 0.8
}

.nav__menu-item-link:focus {
    opacity: 0.8
}

.nav__menu-item-link:hover {
    color: #004df5;
    transition: ease-in-out 0.3s all
}

.nav__menu-item-link:hover svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    transition: ease-in-out 0.3s all
}

.nav__menu-item-link:hover svg path {
    stroke: #004df5;
    transition: ease-in-out 0.3s all
}

.nav__menu-item-link svg {
    transition: ease-in-out 0.3s all;
    position: relative;
    top: 1px;
    margin-left: 4px;
    display: block
}

.nav__menu-item-link svg path {
    transition: ease-in-out 0.3s all
}

.nav__submenu {
    transition: ease-in-out 0.3s all;
    position: absolute;
    list-style: none;
    top: 60px;
    padding: 0;
    margin: 0;
    margin-left: -24px;
    z-index: 999;
    border-radius: 8px;
    box-shadow: 0 3px 8px 0 rgba(4, 31, 116, 0.6);
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 14px;
    padding-bottom: 14px;
    visibility: hidden;
    opacity: 0
}

@media (max-width: 1040px) {
    .nav__submenu {
        position: relative;
        top: 0;
        left: 0;
        min-height: unset;
        display: none;
        box-shadow: none;
        margin-top: 8px;
        min-width: unset
    }
}

.nav__submenu .nav__menu-item {
    transition: ease-in-out 0.3s all;
    width: 100%;
    margin-right: 0
}

.nav__submenu .nav__menu-item-link {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #041f74;
    text-decoration: none;
    width: 100%;
    min-height: 32px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
    transition: ease-in-out 0.3s all
}

@media (max-width: 1040px) {
    .nav__submenu .nav__menu-item-link {
        padding-left: 24px
    }
}

@media (min-width: 1040px) {
    .nav__submenu .nav__menu-item-link:hover {
        background: #f0f2f5;
        color: #004df5;
        transition: ease-in-out 0.3s all
    }
}

.nav__overlay {
    opacity: 0.25;
    background-color: #041f74;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 98;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out 0.3s all
}

.nav__overlay.is-active {
    visibility: visible;
    opacity: 0.25;
    transition: ease-in-out 0.3s all
}

.nav__mobile-menu {
    width: 363px;
    height: 100%;
    box-shadow: -3px 3px 8px 0 rgba(77, 87, 143, 0.3);
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    transition: ease-in-out 0.3s all;
    padding-top: 102px
}

@media (max-width: 550px) {
    .nav__mobile-menu {
        width: 100%
    }
}

@media (max-width: 550px) {
    .nav__mobile-menu .nav__menu {
        margin-left: 20px
    }
}

.nav__mobile-menu .nav__mobile-top {
    display: none
}

@media (max-width: 550px) {
    .nav__mobile-menu .nav__mobile-top {
        display: -webkit-flex;
        display: flex;
        padding: 0 20px;
        margin-top: -5px;
        margin-bottom: 20px
    }
}

.nav__mobile-menu .nav__mobile-top a {
    margin-right: 10px
}

.nav__mobile-menu .nav__menu-item {
    margin-bottom: 24px
}

@media (max-width: 1040px) {
    .nav__mobile-menu .nav__submenu {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (max-width: 1040px) {
    .nav__mobile-menu .nav__submenu .nav__menu-item {
        margin-bottom: 8px
    }
}

@media (max-width: 1040px) {
    .nav__mobile-menu .nav__submenu .nav__menu-item:last-of-type {
        margin-bottom: 0
    }
}

.nav__mobile-menu .nav__menu {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.nav__mobile-menu.is-active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    transition: ease-in-out 0.3s all
}

.container__large {
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto
}

@media (max-width: 768px) {
  .container__large {
    padding: 0 20px
  }
  .nav__menu-item-link {
    font-weight: normal;
  }
}

@media (max-width: 550px) {
    .container__large {
        padding: 0 20px
    }
}

.co-learning {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    color: #fff;
    padding-top: 80px;
    padding-bottom: 150px
}

@media (max-width: 768px) {
    .co-learning {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
        padding-bottom: 80px;
        padding-top: 40px
    }
}

.co-learning__layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75
}

.co-learning__container {
    max-width: 990px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 10
}

.co-learning__heading {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.co-learning__heading img {
    margin-right: 18px
}

.co-learning__heading h3 {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14
}

@media (max-width: 768px) {
    .co-learning__heading h3 {
        font-size: 24px
    }
}

.co-learning__list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px
}

.co-learning__list-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.co-learning__list-item svg {
    margin-right: 8px
}

.tagline {
    padding: 48px 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (max-width: 1040px) {
    .tagline {
        padding: 24px 20px
    }
}

.tagline__heading {
    font-size: 32px;
    font-family: "Zilla Slab", serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    z-index: 10;
    text-align: center
}

@media (max-width: 768px) {
    .tagline__heading {
        font-size: 28px
    }
}

.tagline__layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75
}

.testimonials {
    background-image: linear-gradient(to right, #27973d 0%, #3dbb56 98%), linear-gradient(to bottom, #f0f2f5, #c8d0e2);
    width: 100%;
    padding: 80px 0;
    color: #fff
}

@media (max-width: 1040px) {
    .testimonials__slider {
        padding: 0 100px
    }
}

@media (max-width: 768px) {
    .testimonials__slider {
        padding: 0
    }
}

.testimonials__slider .testimonials__slider-arrow:active {
    background: rgba(255, 255, 255, 0.4)
}

.testimonials__slider .testimonials__slider-arrow:focus {
    background: rgba(255, 255, 255, 0.4)
}

.testimonials__item {
    max-width: 90%
}

@media (max-width: 768px) {
    .testimonials__item {
        max-width: 100%
    }
}

.testimonials__item-img {
    border: 5px #fff solid;
    border-radius: 100%
}

@media (min-width: 768px) {
    .testimonials__item-img {
        width: 128px;
        min-width: 128px;
        min-height: 128px;
        height: 128px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
}

@media (max-width: 415px) {
    .testimonials__item-img {
        margin-bottom: 0;
        max-width: 76px !important;
        max-height: 76px !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        border: 3px #fff solid
    }
}

.testimonials__item-top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.testimonials__item-top img {
    width: 128px;
    min-width: 128px;
    min-height: 128px;
    height: 128px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.testimonials__item-top-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: 25px
}

.testimonials__item-top-name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33
}

.testimonials__item-top-coursename {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    display: block;
    margin-top: 4px
}

.testimonials__item-top-school {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    margin-top: 8px
}

@media (max-width: 768px) {
    .testimonials__item-top-school {
        margin-top: 2px
    }
}

.testimonials__item-text {
    font-size: 24px;
    font-weight: 600;
    font-family: "Zilla Slab", serif;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.33;
    margin-top: 36px
}

@media (max-width: 768px) {
    .testimonials__item-text {
        margin-top: 16px;
        font-size: 18px
    }
}

.testimonials__slider-arrow {
    border-radius: 100%;
    width: 64px;
    height: 64px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    transition: ease-in-out 0.3s all;
    cursor: pointer;
    position: absolute;
    right: -90px;
    top: 0;
    bottom: 0;
    margin: auto 0
}

@media (max-width: 1240px) {
    .testimonials__slider-arrow {
        right: 0
    }
}

@media (max-width: 768px) {
    .testimonials__slider-arrow {
        bottom: -45px !important;
        top: auto;
        height: 54px;
        width: 54px
    }
}

.testimonials__slider-arrow--prev {
    left: -90px;
    right: auto
}

@media (max-width: 1240px) {
    .testimonials__slider-arrow--prev {
        left: 0;
        right: auto
    }
}

.testimonials__slider-arrow--prev svg {
    position: relative;
    left: auto;
    right: 3px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -3px !important
}

.testimonials__slider-arrow svg {
    position: relative;
    left: 3px
}

@media (min-width: 768px) {
    .testimonials__slider-arrow:hover {
        background: rgba(255, 255, 255, 0.3);
        transition: ease-in-out 0.3s all
    }
}

.cta-trial {
    padding-top: 100px;
    padding-bottom: 130px;
    margin-bottom: 36px
}

@media (max-width: 768px) {
    .cta-trial {
        padding-bottom: 30px
    }
}

@media (max-width: 768px) {
    .cta-trial .row {
        margin: 0
    }
}

.cta-trial__header {
    padding-top: 46px;
    position: relative
}

.cta-trial__header-heading {
    font-family: "Zilla Slab", serif;
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    margin: 0
}

@media (max-width: 768px) {
    .cta-trial__header-heading {
        font-size: 30px;
        margin-bottom: 15px
    }
}

.cta-trial__header-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 10
}

@media (max-width: 768px) {
    .cta-trial__header-inner {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.cta-trial__header-layer {
    background-image: linear-gradient(to right, #004df5 0%, #4781ff 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    height: 100%;
    width: 100%;
    min-height: 340px;
    position: absolute;
    top: 0
}

.cta-trial__heading {
    color: #041f74;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.13;
    margin: 0
}

@media (max-width: 768px) {
    .cta-trial__heading {
        font-size: 24px
    }
}

.cta-trial__text {
    font-family: "Zilla Slab", serif;
    font-size: 24px;
    line-height: 1.33;
    margin: 0;
    margin-top: 10px;
    color: #041f74;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .cta-trial__text {
        font-size: 20px
    }
}

.cta-trial__item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative
}

.cta-trial__item .btn,
.cta-trial__item .button-blue,
.cta-trial__item .button-green {
    min-height: 50px !important;
    max-height: 50px !important
}

@media (max-width: 768px) {
    .cta-trial__item:first-of-type {
        margin-bottom: 30px
    }
}

@media (max-width: 768px) {
    .cta-trial__item {
        padding: 0
    }
}

.cta-trial__form-inputs {
    width: 100%
}

.cta-trial__form-inputs button span {
    color: #fff !important;
    margin-bottom: 0 !important;
    font-size: 18px !important
}

.cta-trial__form-inputs button {
    min-height: 50px !important;
    max-height: 50px !important
}

@media (max-width: 1040px) {
    .cta-trial__form-inputs {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 768px) {
    .cta-trial__form-inputs {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.cta-trial__form {
    margin-top: 1px;
    width: 100%
}

@media (max-width: 768px) {
    .cta-trial__form {
        width: 100%
    }
}

.cta-trial__form form {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%
}

.cta-trial__form span {
    font-size: 16px;
    line-height: 1.5;
    color: #041f74;
    display: block;
    margin-bottom: 5px
}

.cta-trial__form button {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    min-height: 50px;
    padding: 13px 24px;
    border-radius: 10px;
    background-color: #3dbb56;
    border: 0;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 10px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.cta-trial__form button:hover {
    background-color: rgba(61, 187, 86, 0.8);
    background-size: 100% 100%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

@media (max-width: 1040px) {
    .cta-trial__form button {
        margin-left: 0;
        margin-top: 10px
    }
}

@media (max-width: 768px) {
    .cta-trial__form button {
        margin-left: 0;
        margin-top: 10px;
        width: 100%
    }
}

.cta-trial__form input {
    min-height: 50px;
    padding: 4px 16px;
    border-radius: 8px;
    border: solid 1px #c3d0ed;
    background-color: #f9faff;
    outline: 0;
    font-size: 16px;
    color: #041f74;
    width: 100%
}

.cta-trial__visual {
    opacity: 0.6;
    position: absolute;
    z-index: -1
}

.cta-trial__visual-top-left {
    top: -75px;
    left: -75px
}

.cta-trial__visual-top {
    left: 310px;
    top: -79px
}

.cta-trial__visual-bottom-left {
    bottom: -132px;
    left: 53px
}

.cta-trial__visual-mid {
    left: 387px;
    bottom: -60px
}

@media (max-width: 1040px) {
    .cta-trial__visual-mid {
        left: 200px;
        bottom: 0
    }
}

.cta-trial__visual-right {
    right: -130px;
    top: -85px
}

@media (max-width: 992px) {
    .cta-trial__visual-right {
        display: none
    }
}

.cta-trial__visual-right-bottom {
    right: 220px;
    bottom: -100px
}

.logo-carrousel {
    padding: 0:
}

.logo-carrousel__heading {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #041f74
}

.logo-carrousel__slider-item {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 30px;
  width: auto !important;
}

.logo-carrousel__slider-item img {
    max-width: 125px;
    max-height: 75px;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto
}

.logo-carrousel__slider .slick-track {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.logo-carrousel__slider .testimonials__slider-arrow {
    background: rgba(195, 208, 237, 0.1);
    transition: ease-in-out 0.3s all
}

.logo-carrousel__slider .testimonials__slider-arrow:active {
    background: rgba(195, 208, 237, 0.5)
}

.logo-carrousel__slider .testimonials__slider-arrow:focus {
    background: rgba(195, 208, 237, 0.5)
}

.logo-carrousel__slider .testimonials__slider-arrow:hover {
    background: rgba(195, 208, 237, 0.3);
    transition: ease-in-out 0.3s all
}

.logo-carrousel__slider .testimonials__slider-arrow svg path {
    stroke: #041f74
}

.stands-for {
    padding: 80px 0
}

@media (max-width: 992px) {
    .stands-for {
        padding: 40px 0
    }
}

@media (max-width: 768px) {
    .stands-for .row {
        margin: 0
    }
}

@media (max-width: 768px) {
    .stands-for .col-xs-12 {
        padding: 0
    }
}

.stands-for__heading {
    font-weight: 700;
    font-size: 32px;
    color: #041f74;
    text-align: center;
    width: 100%;
    line-height: 32px;
    margin-bottom: 37px
}

.stands-for__item {
    min-height: 304px;
    width: 100%;
    border-radius: 10px;
    display: -webkit-flex;
    display: flex;
    padding: 52px 40px 46px 40px;
    text-decoration: none;
    color: #fff;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

@media (max-width: 768px) {
    .stands-for__item {
        min-height: 250px;
        margin-bottom: 20px
    }
}

.stands-for__item:hover .stands-for__bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: ease-in-out 0.3s all
}

.stands-for__item-top {
    min-height: 64px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    z-index: 3
}

.stands-for__item-top-arrow {
    background: rgba(195, 208, 237, 0.3);
    width: 64px;
    height: 64px;
    border-radius: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.stands-for__item-top-arrow img {
    margin-left: 6px
}

.stands-for__item-top-heading {
    font-family: "Zilla Slab", serif;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    position: relative;
    padding-left: 19px;
    display: block;
    text-shadow: 0px 3px 8px rgba(4, 31, 116, 0.3)
}

.stands-for__item-top-heading::before {
    position: absolute;
    left: 0;
    top: -4px;
    height: 40px;
    width: 3px;
    border-radius: 10px;
    background: #fff;
    content: " ";
    box-shadow: 0px 3px 8px rgba(4, 31, 116, 0.3)
}

.stands-for__item-bottom {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 3px 8px rgba(4, 31, 116, 0.3);
    margin-top: auto;
    z-index: 3;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.stands-for__item-bottom svg {
    margin-left: 4px
}

.stands-for__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: ease-in-out 0.3s all
}

.stands-for__overlay {
    background: #004df5;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute
}

.cta-linkthrough-bar {
    background-image: linear-gradient(90deg, #DEC802 0%, #ECDB00 99%);
    border-radius: 10px;
    width: 100%;
    min-height: 144px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 40px;
    box-shadow: 0px 3px 18px rgba(77, 87, 143, 0.1);
    margin-bottom: 100px;
    text-decoration: none
}

@media (max-width: 768px) {
    .cta-linkthrough-bar {
        padding: 0 20px
    }
}

@media (max-width: 550px) {
    .cta-linkthrough-bar {
        min-height: unset;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.cta-linkthrough-bar__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 550px) {
    .cta-linkthrough-bar__inner {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.cta-linkthrough-bar__right {
    margin-bottom: -37px
}

.cta-linkthrough-bar__left {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (max-width: 550px) {
    .cta-linkthrough-bar__left {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
}

.cta-linkthrough-bar__left-title {
    font-weight: 700;
    font-size: 28px;
    color: #041f74;
    line-height: 32px;
    max-width: 500px;
    margin-bottom: 6px
}

@media (max-width: 768px) {
    .cta-linkthrough-bar__left-title {
        font-size: 20px;
        line-height: 26px
    }
}

@media (max-width: 550px) {
    .cta-linkthrough-bar__left-title {
        margin: 20px 0;
        font-size: 24px;
        line-height: 28px
    }
}

.cta-linkthrough-bar__link {
    font-weight: 700;
    font-size: 18px;
    color: #041f74
}

.cta-linkthrough-bar__link svg {
    margin-left: 6px
}

.triangle-text-section {
    padding-top: 80px;
    padding-bottom: 48px;
    background-image: linear-gradient(90deg, #27973D 0%, #3DBB56 98%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 50% 100%, 50% 100%, 0 55%);
    clip-path: polygon(0 0, 100% 0, 100% 55%, 50% 100%, 50% 100%, 0 55%);
    margin-bottom: 40px
}

@media (max-width: 992px) {
    .triangle-text-section {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 50% 100%, 0 85%);
        clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 50% 100%, 0 85%)
    }
}

@media (max-width: 768px) {
    .triangle-text-section {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 50% 100%, 0 92%);
        clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 50% 100%, 0 92%)
    }
}

.triangle-text-section__heading {
    font-weight: 700;
    width: 100%;
    font-size: 32px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin: 0;
    margin-bottom: 49px
}

.triangle-text-section__bottom-heading {
    font-family: "Zilla Slab", serif;
    font-size: 24px;
    color: #FFFFFF;
    max-width: 379px;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
    display: block;
    margin-top: 30px
}

.triangle-text-section__arrow {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    margin-top: 28px
}

.triangle-text-section__item-heading {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 15px
}

.triangle-text-section__item-text p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #fff;
    margin-top: 0
}

.question-carrousel {
    padding-top: 130px;
    padding-bottom: 200px;
    background-image: linear-gradient(90deg, #004DF5 0%, #4781FF 100%);
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);
    font-size: 18px;
    color: #fff;
    line-height: 24px
}

@media (max-width: 768px) {
    .question-carrousel {
        -webkit-clip-path: polygon(0 0, 100% 3%, 100% 97%, 0% 100%);
        clip-path: polygon(0 0, 100% 3%, 100% 97%, 0% 100%);
        padding-top: 75px;
        padding-bottom: 125px
    }
}

.question-carrousel__heading {
    font-family: "Zilla Slab", serif;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    margin: 0;
    line-height: 32px
}

.question-carrousel__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px
}

.question-carrousel__top {
    margin-bottom: 38px
}

.question-carrousel__slider {
    position: relative
}

@media (max-width: 768px) {
    .question-carrousel__slider .slick-list {
        margin: 0 -20px
    }
}

.question-carrousel__slider .slick-list::after {
    position: absolute;
    content: " ";
    height: 100%;
    width: 10px;
    right: 0;
    top: 0;
    background: #3d78fd
}

@media (max-width: 768px) {
    .question-carrousel__slider .slick-list::after {
        display: none
    }
}

.question-carrousel__slider-item {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media (max-width: 768px) {
    .question-carrousel__slider-item {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0 20px
    }
}

.question-carrousel__slider-item-img {
    box-shadow: 0px 3px 18px rgba(77, 87, 143, 0.2);
    max-width: 100%;
    height: auto
}

.question-carrousel__slider-item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

.question-carrousel__slider-item-right {
    width: 100%;
    max-width: 304px;
    font-size: 16px;
    line-height: 24px;
    margin-left: 24px;
    padding-right: 10px
}

@media (max-width: 768px) {
    .question-carrousel__slider-item-right {
        max-width: 100%;
        margin-top: 20px;
        margin-left: 0
    }
}

.download-appstore {
    min-height: 104px;
    background: #041f74
}

.download-appstore__heading {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #fff
}

@media (max-width: 1040px) {
    .download-appstore__heading {
        margin-bottom: 10px
    }
}

.download-appstore__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 104px
}

@media (max-width: 1040px) {
    .download-appstore__inner {
        -webkit-flex-direction: column;
        flex-direction: column;
        min-height: unset;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (max-width: 768px) {
    .download-appstore__inner {
        min-height: unset;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.download-appstore .footer__top-app {
    margin-left: 15px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row
}

@media (max-width: 768px) {
    .download-appstore .footer__top-app {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.download-appstore .footer__top-app .btn,
.download-appstore .footer__top-app .button-blue,
.download-appstore .footer__top-app .button-green {
    margin-bottom: 0;
    margin-right: 15px
}

@media (max-width: 768px) {

    .download-appstore .footer__top-app .btn,
    .download-appstore .footer__top-app .button-blue,
    .download-appstore .footer__top-app .button-green {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.download-appstore .footer__top-app .btn:first-of-type div,
.download-appstore .footer__top-app .button-blue:first-of-type div,
.download-appstore .footer__top-app .button-green:first-of-type div {
    min-width: 28px !important
}

.download-appstore .footer__top-app .btn:nth-child(3) div,
.download-appstore .footer__top-app .button-blue:nth-child(3) div,
.download-appstore .footer__top-app .button-green:nth-child(3) div {
    min-width: 32px !important
}

.download-appstore .footer__top-app .btn div,
.download-appstore .footer__top-app .button-blue div,
.download-appstore .footer__top-app .button-green div {
    min-width: 35px !important
}

.download-appstore .footer__top-app .btn:last-of-type,
.download-appstore .footer__top-app .button-blue:last-of-type,
.download-appstore .footer__top-app .button-green:last-of-type {
    margin-right: 0
}

.icons-section {
    padding: 100px 0 50px 0;
    background-color: #f0f2f5;
    position: relative
}

.icons-section--nobg {
    background-color: transparent
}

.icons-section--topslide {
    margin-top: 200px;
    padding-top: 0
}

@media (max-width: 768px) {
    .icons-section--topslide {
        padding: 25px 0 25px 0 !important;
        margin-top: 125px !important
    }
}

.icons-section--topslide::before {
    background-color: inherit;
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    min-height: 200px;
    -webkit-clip-path: polygon(0 55%, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 55%, 100% 15%, 100% 100%, 0% 100%);
    content: " "
}

@media (max-width: 768px) {
    .icons-section--topslide::before {
        top: -98px;
        min-height: 100px;
        -webkit-clip-path: polygon(0 55%, 100% 35%, 100% 100%, 0% 100%);
        clip-path: polygon(0 55%, 100% 35%, 100% 100%, 0% 100%)
    }
}

@media (max-width: 992px) {
    .icons-section {
        padding: 75px 0 25px 0
    }
}

.icons-section__container {
    max-width: 940px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto
}

.icons-section__heading {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #041f74;
    margin-bottom: 30px;
    margin-top: 0
}

.icons-section__item {
    color: #041f74;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 31px
}

@media (max-width: 992px) {
    .icons-section__item {
        margin-bottom: 18px
    }
}

.icons-section__item img {
    margin-right: 16px
}

@media (max-width: 768px) {
    .icons-section__item-right {
        word-break: break-word
    }
}

.icons-section__item-right p {
    margin-bottom: 0
}

.icons-section__item-title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal
}

.icons-section__text p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    margin-top: 0
}

.general-slider {
    min-height: 790px;
    position: relative;
    margin-top: 100px
}

@media (max-width: 992px) {
    .general-slider {
        min-height: unset;
        padding-bottom: 60px
    }
}

.general-slider__slider {
    position: relative;
    top: -70px
}

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

.general-slider__bg {
    background-image: linear-gradient(to right, #27973d 0%, #3dbb56 98%), linear-gradient(to bottom, #f0f2f5, #c8d0e2);
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);
    width: 100%;
    min-height: 790px;
    position: absolute;
    bottom: 0
}

@media (max-width: 992px) {
    .general-slider__bg {
        min-height: 100%
    }
}

.interactive-slider {
    position: relative
}

.interactive-slider__top {
    min-height: 175px;
    background-color: #041f74;
    padding-top: 36px;
    position: absolute;
    width: 100%;
    z-index: 99
}

.interactive-slider__top .container__large {
    width: 100%
}

@media (max-width: 768px) {
    .interactive-slider__top {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        min-height: unset;
        padding: 20px 0
    }
}

.interactive-slider__top-label {
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff
}

.interactive-slider__top-heading {
    font-family: "Zilla Slab", serif;
    font-size: 64px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin: 0
}

@media (max-width: 768px) {
    .interactive-slider__top-heading {
        font-size: 48px
    }
}

.interactive-slider__slider {
    min-height: 120vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.interactive-slider__bottom {
    width: 100%;
    min-height: 100px;
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    bottom: 0
}

.interactive-slider__slider-item-bg {
    width: 100%;
    height: 120vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.interactive-slider__bottom-tab {
    border-bottom: 1px solid #c3d0ed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.interactive-slider__bottom-tab .slick-current {
    color: #004df5 !important
}

.interactive-slider__bottom-tab .slick-current::after {
    opacity: 1 !important;
    transition: ease-in-out 0.3s all
}

.interactive-slider__bottom-tab .slick-current svg path {
    stroke: #004df5 !important;
    transition: ease-in-out 0.3s all
}

.interactive-slider__bottom-tab .slick-track {
    width: 100% !important;
    -webkit-transform: none !important;
    transform: none !important;
    display: -webkit-flex;
    display: flex
}

@media (max-width: 768px) {
    .interactive-slider__bottom-tab .slick-track {
        overflow: scroll
    }
}

.interactive-slider__bottom-tab .slick-slide {
    width: unset !important
}

.interactive-slider__bottom-tab .slick-slide:last-of-type svg {
    display: none
}

.interactive-slider__bottom-tab span {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #041f74;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
    cursor: pointer;
    position: relative;
    margin-right: 16px;
    transition: ease-in-out 0.3s all;
    padding: 15px 0
}

.interactive-slider__bottom-tab span svg path {
    transition: ease-in-out 0.3s all
}

.interactive-slider__bottom-tab span:hover {
    color: #004df5;
    transition: ease-in-out 0.3s all
}

.interactive-slider__bottom-tab span:hover::after {
    opacity: 1;
    transition: ease-in-out 0.3s all
}

.interactive-slider__bottom-tab span:hover svg path {
    stroke: #004df5;
    transition: ease-in-out 0.3s all
}

.interactive-slider__bottom-tab span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #004df5;
    content: " ";
    opacity: 0;
    transition: ease-in-out 0.3s all
}

.interactive-slider__bottom-tab span svg {
    margin-left: 8px
}

.interactive-slider__bottom-text {
    color: #041f74;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    padding-top: 20px;
    padding-bottom: 40px
}

@media (max-width: 768px) {
    .interactive-slider__bottom-text .col-xs-12 {
        padding: 0
    }
}

.interactive-slider__bottom-text p {
    margin: 0
}

.footer {
    color: #fff
}

.footer__top {
    background: #041f74;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px
}

@media (max-width: 768px) {
    .footer__top .col-xs-12 {
        padding: 0
    }
}

.footer__bottom {
    background: #004df5;
    font-size: 16px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 64px
}

@media (max-width: 768px) {
    .footer__bottom {
        padding: 20px 0
    }
}

@media (max-width: 768px) {
    .footer__bottom .col-xs-12 {
        margin-bottom: 15px;
        padding: 0
    }
}

.footer__bottom a {
    text-decoration: none;
    color: #fff
}

.footer__bottom .container__large {
    width: 100%
}

.footer__top-btns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__top-btns a {
    margin-right: 10px;
    margin-bottom: 10px
}

.footer__top-btns a:last-of-type {
    margin-right: 0
}

.footer__top-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    display: block;
    margin-bottom: 8px;
    color: #fff;
    text-decoration: none
}

.footer__top-link-item {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-bottom: 5px
}

.footer__top-link-item:hover {
    opacity: 0.8;
    transition: ease-in-out 0.3s all
}

.footer__top-link-item:active {
    opacity: 0.6;
    transition: ease-in-out 0.3s all
}

.footer__top-row {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.footer__top-app {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media (max-width: 768px) {
    .footer__top-app {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer__top-app a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px
}

@media (max-width: 768px) {
    .footer__top-app a {
        margin-right: 10px
    }
}

@media (max-width: 1040px) {
    .footer__top-app a {
        font-size: 15px
    }
}

.footer__top-app a div {
    min-width: 38px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.footer__top-app a:last-of-type {
    margin-bottom: 0
}

.footer__top-text {
    font-size: 16px;
    line-height: 1.5
}

.footer__top-text a {
    color: #fff;
    text-decoration: none
}

.footer__top-socials {
    display: -webkit-flex;
    display: flex
}

.footer__top-socials a {
    margin-right: 15px
}

.footer__top-socials a:last-of-type {
    margin-right: 0
}

.footer__top-socials-btn {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #004df5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.footer__company {
    font-family: "Zilla Slab", serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.52
}

@media (max-width: 1040px) {
    .footer__company {
        font-size: 16px
    }
}

.footer__company-slogan {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 3.7px;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 5px;
    margin-bottom: 5px
}

@media (max-width: 768px) {
    .footer__company-slogan {
        text-align: left;
        padding-left: 0
    }
}

@media (max-width: 550px) {
    .footer__top-bottom {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 768px) {
    .footer__top-bottom {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

@media (max-width: 768px) {
    .footer__top-bottom-right {
        padding-left: 20px
    }
}

@media (max-width: 550px) {
    .footer__top-bottom-right {
        padding-left: 0;
        margin-top: 10px
    }
}

@media (max-width: 768px) {
    .footer__top-text {
        margin-top: 0
    }
}

@media (max-width: 550px) {
    .footer__menu-left .col-xs-12 {
        padding: 0
    }
}

.header__fullwidth {
    width: 100%;
    min-height: 500px;
    background-image: linear-gradient(to right, #004df5 0%, #4781ff 100%)
}

@media (max-width: 768px) {
    .header__fullwidth {
        min-height: unset
    }
}

.header__slide {
    min-height: 310px;
    background-image: linear-gradient(to right, #004df5 0%, #4781ff 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 45%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 100%);
    color: #fff;
    padding-top: 60px
}

.header__slide--blogoverview .header__dynamic-heading {
    font-size: 64px;
    line-height: 64px
}

.header__fw-content-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

@media (max-width: 768px) {
    .header__fw-content-inner {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
}

.header__fw-content {
    min-height: 500px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    max-width: 650px
}

@media (max-width: 768px) {
    .header__fw-content {
        max-width: 100%;
        min-height: unset;
        padding: 30px 0
    }
}

.header__fw-content-heading {
    font-family: "Zilla Slab", serif;
    font-size: 48px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
    margin-bottom: 25px
}

@media (max-width: 1040px) {
    .header__fw-content-heading {
        font-size: 38px
    }
}

@media (max-width: 768px) {
    .header__fw-content-heading {
        font-size: 30px
    }
}

.header__fw-content-label {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal
}

@media (max-width: 1040px) {
    .header__fw-content-label {
        font-size: 22px
    }
}

@media (max-width: 992px) {
    .header__fw-content-img {
        max-width: 420px
    }
}

@media (max-width: 768px) {
    .header__fw-content-img {
        max-width: 100%
    }
}

.header__dynamic {
    width: 100%;
    position: relative;
    margin-bottom: -475px;
    pointer-events: none;
}

@media (max-width: 768px) {
    .header__dynamic {
        margin-bottom: 0 !important
    }
}

.header__dynamic-top {
    min-height: 380px;
    background-image: linear-gradient(to right, #004df5 0%, #4781ff 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
    position: relative;
    z-index: 10
}

@media (max-width: 768px) {
    .header__dynamic-top {
        min-height: 220px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%)
    }
}

.header__dynamic-content {
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 380px;
    padding-bottom: 75px
}

@media (max-width: 768px) {
    .header__dynamic-content {
        min-height: 240px
    }
}

.header__dynamic-label {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal
}

@media (max-width: 768px) {
    .header__dynamic-label {
        font-size: 24px
    }
}

.header__dynamic-layer-gray {
    min-height: 600px;
    background: #f0f2f5;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 77%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 77%, 0 100%);
    margin-top: -100px;
    z-index: -3;
    position: relative
}

@media (max-width: 768px) {
    .header__dynamic-layer-gray {
        left: 0;
        top: 0;
        min-height: 700px;
        position: absolute;
        width: 100%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%)
    }
}

.header__dynamic-heading {
    font-size: 92px;
    font-weight: 500;
    font-family: "Zilla Slab", serif;
    font-stretch: normal;
    font-style: normal;
    line-height: 92px;
    letter-spacing: normal;
    margin: 0
}

@media (max-width: 768px) {
    .header__dynamic-heading {
        font-size: 46px;
        line-height: 46px
    }
}

.header__dynamic-layer {
    min-height: 670px;
    max-width: 75%;
    min-width: 75%;
    background-image: linear-gradient(to right, #27973d 0%, #3dbb56 98%);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 40%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 40%);
    z-index: -2
}

@media (max-width: 768px) {
    .header__dynamic-layer {
        min-height: 300px
    }
}

.hs-content-id-53796347519 .dnd_area-row-1-background-color {
    background-color: transparent !important
}

.hamburger {
    padding-left: 21px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger.is-active .hamburger-inner {
    background-color: #006
}

.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active .hamburger-inner:after {
    background-color: #006
}

@media (min-width: 1040px) {
    .hamburger {
        display: none
    }
}

.hamburger-box {
    width: 20px;
    height: 16px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    width: 20px;
    height: 2px;
    border-radius: 25px;
    background-color: #006;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:before,
.hamburger-inner:after {
    width: 20px;
    height: 2px;
    border-radius: 25px;
    background-color: #006;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:before,
.hamburger-inner:after {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -6px
}

.hamburger-inner:after {
    bottom: -6px
}

.hamburger--spin .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin .hamburger-inner:before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hti {
    min-height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (max-width: 768px) {
    .hti {
        min-height: 400px
    }
}

.hti__overlay {
    background: #041f74;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7
}

.hti__heading {
    font-family: "Zilla Slab", serif;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    margin-bottom: 10px;
    max-width: 65%
}

@media (max-width: 768px) {
    .hti__heading {
        max-width: 100%
    }
}

.hti__label {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    color: #fff
}

.hti__content {
    position: relative;
    z-index: 10;
    min-height: 100%
}

.blog-section__heading {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #041f74
}

.blog-section__item {
    margin-bottom: 40px
}

.blog-section__item-card-img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 2
}

.blog-section__item-card {
    border-radius: 10px;
    background-color: var( --iside-color-light_blue );
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-decoration: none
}

.blog-section__item-card:hover .blog-section__item-card-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: ease-in-out 0.3s all
}

.blog-section__item-card-img-holder {
    position: relative;
    width: 100%;
    min-height: 192px;
    max-height: 192px;
    overflow: hidden
}

.blog-section__item-card-img {
    width: 100%;
    min-height: 192px;
    max-height: 192px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: ease-in-out 0.3s all
}

.blog-section__item-card-date {
    position: absolute;
    top: 32px;
    right: 40px;
    left: 0;
    width: 100%;
    padding: 0 40px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    z-index: 3
}

.blog-section__item-card-title {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 40px;
    bottom: 32px;
    color: #fff;
    font-family: "Zilla Slab", serif;
    font-weight: 600;
    z-index: 3
}

.blog-section__item-content {
    padding: 32px 40px
}

@media (max-width: 768px) {
    .blog-section__item-content {
        padding: 20px
    }
}

.blog-section__item-content-text {
    font-size: 16px;
    font-weight: normal;
    color: #041f74;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 16px;
    margin-top: 0
}

.blog-section__item-content-readmore {
    font-size: 18px;
    font-weight: bold;
    color: #041f74;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.blog-section__item-content-readmore svg {
    margin-left: 8px
}

.blog-section__bottom-btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.blog-section__btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #041f74;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none
}

.blog-section__btn svg {
    margin-left: 8px
}

.app-section__heading {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #041f74;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    margin: 0
}

.app-section__label {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #041f74;
    text-decoration: none
}

.app-section__label svg {
    margin-left: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.app-section__logos {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 24px 0
}

@media (max-width: 768px) {
    .app-section__logos {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.app-section__logos-item {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #041f74;
    margin-right: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

@media (max-width: 768px) {
    .app-section__logos-item {
        margin-bottom: 15px;
        margin-right: 0
    }
}

.app-section__logos-item:last-of-type {
    margin-right: 0
}

.app-section__logos-item img {
    margin-right: 16px
}

.content-accordion {
    margin-bottom: 32px
}

.content-accordion__heading {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #041f74;
    margin-bottom: 12px
}

.content-accordion__content.is-active .content-accordion__readmore svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    transition: ease-in-out 0.3s all
}

.content-accordion__content p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #041f74
}

.content-accordion__content-more {
    display: none
}

.content-accordion__content-more p:first-of-type {
    margin-top: 0
}

.content-accordion__readmore {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #041f74;
    cursor: pointer
}

.content-accordion__readmore svg {
    transition: ease-in-out 0.3s all;
    margin-left: 8px
}

.cta-support {
    width: 100%;
    position: relative;
    min-height: 175px;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

.cta-support__holder .cta-trial__visual-right {
    top: -180px;
    -webkit-transform: scale(0.65);
    transform: scale(0.65)
}

.cta-support__top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.cta-support__top-icon {
    margin-right: 16px
}

.cta-support__top-title {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #041f74
}

.cta-support__bottom {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 29px
}

@media (max-width: 768px) {
    .cta-support__bottom {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center
    }
}

@media (max-width: 768px) {
    .cta-support__bottom .button-blue {
        padding-left: 15px !important
    }
}

.cta-support__bottom .btn:first-of-type,
.cta-support__bottom .button-blue:first-of-type,
.cta-support__bottom .button-green:first-of-type {
    margin-right: 16px
}

@media (max-width: 768px) {

    .cta-support__bottom .btn:first-of-type,
    .cta-support__bottom .button-blue:first-of-type,
    .cta-support__bottom .button-green:first-of-type {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.cta-support__bottom .btn svg,
.cta-support__bottom .button-blue svg,
.cta-support__bottom .button-green svg {
    margin-left: 8px
}

.steps {
    background-image: linear-gradient(to right, #dec802 0%, #ecdb00 99%);
    margin-bottom: 200px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 66px
}

@media (max-width: 768px) {
    .steps {
        padding-bottom: 40px;
        margin-bottom: 100px;
        padding-top: 50px
    }
}

.steps::after {
    position: absolute;
    bottom: -190px;
    background-image: inherit;
    content: " ";
    left: 0;
    width: 100%;
    min-height: 200px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 15%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 15%, 0 100%)
}

@media (max-width: 768px) {
    .steps::after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
        bottom: -49px;
        min-height: 50px
    }
}

.steps__text {
    margin-top: 0;
    color: #041f74;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    padding: 0 100px
}

@media (max-width: 768px) {
    .steps__text {
        padding: 0
    }
}

.steps__heading {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #041f74;
    margin: 0;
    margin-bottom: 16px;
    width: 100%;
    display: block
}

.steps__link {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    width: 100%;
    text-align: center;
    color: #041f74;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.steps__link svg {
    margin-left: 8px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.steps__items {
    border-bottom: 3px solid #041f74;
    margin-bottom: 32px;
    margin-top: 38px;
    padding: 0 50px
}

@media (max-width: 768px) {
    .steps__items {
        padding: 0;
        border-bottom: 0
    }
}

.steps__items-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (max-width: 768px) {
    .steps__items-item {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 30px
    }
}

.steps__items-item img {
    margin-top: auto;
    margin-bottom: -2px
}

.steps__items-item-top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 20px
}

.steps__items-item-title {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #041f74;
    max-width: 100%
}

.steps__items-item-count {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    background: #041f74;
    margin-right: 10px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.icon-heading {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 24px
}

.icon-heading__head {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #041f74
}

.icon-heading img {
    margin-right: 16px
}

.icon-heading h1,
.icon-heading h2,
.icon-heading h3,
.icon-heading h4,
.icon-heading h5,
.icon-heading h6 {
  padding-bottom: 0;
}

.support__top-bar {
    width: 100%;
    background-image: linear-gradient(to right, #004df5 0%, #4781ff 100%)
}

.support__top-bar-left {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

@media (max-width: 768px) {
    .support__top-bar-left {
        margin-bottom: 15px
    }
}

.support__top-bar-left svg {
    margin-right: 8px
}

.support__top-bar-title {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #fff
}

.support__bg {
    background: #f0f2f5
}

.support__heading {
    font-family: "Zilla Slab", serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    display: block;
    color: #041f74;
    margin-bottom: 20px;
    padding-top: 40px
}

@media (max-width: 768px) {
    .support__heading {
        padding-left: 30px;
        padding-right: 30px
    }
}

.support__item {
    margin-bottom: 24px;
    text-decoration: none;
    cursor: pointer
}

.support__item:hover .support__item-inner {
    color: #004df5;
    box-shadow: 0 8px 16px 0 rgba(4, 31, 116, 0.2);
    transition: ease-in-out 0.3s all
}

.support__item:hover .support__item-text {
    color: #004df5;
    transition: ease-in-out 0.3s all
}

.support__item:hover .support__item-heading {
    color: #004df5;
    transition: ease-in-out 0.3s all
}

.support__item-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 100%;
    text-decoration: none;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 3px 16px 0 rgba(4, 31, 116, 0.1);
    background-color: #fff;
    transition: ease-in-out 0.3s all
}

.support__item-heading {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    color: #041f74;
    transition: ease-in-out 0.3s all;
    margin-top: 8px
}

.support__item-text {
    color: #041f74;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    margin: 0;
    transition: ease-in-out 0.3s all
}

.support__cards {
    margin-bottom: 100px
}

.support__top-bar-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 28px 20px
}

@media (max-width: 768px) {
    .support__top-bar-inner {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
}

.support__top-bar-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: right
}

.support__top-bar-right-open {
    font-size: 16px;
    color: #fff;
    text-align: right;
    line-height: 24px
}

.support__top-bar-right-phone {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    text-align: right;
    line-height: 32px;
    text-decoration: none
}

.support__top-bar-right-phone svg {
    margin-right: 8px
}

.support__head {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 40px
}

.support__head-back {
    box-shadow: 0 3px 16px 0 rgba(4, 31, 116, 0.1);
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: ease-in-out 0.3s all
}

.support__head-back:hover {
    box-shadow: 0 8px 16px 0 rgba(4, 31, 116, 0.2);
    transition: ease-in-out 0.3s all
}

.support__head-icon {
    margin-left: 16px
}

.support__head-title {
    margin-left: 8px;
    font-weight: 600;
    font-size: 24px;
    color: #041f74;
    line-height: 32px
}

.support__content-box {
    background: #fff;
    width: 100%;
    box-shadow: 0 3px 16px 0 rgba(4, 31, 116, 0.1);
    border-radius: 10px;
    margin-bottom: 32px;
    padding: 19px 40px
}

@media (max-width: 768px) {
    .support__content-box {
        padding: 19px 25px
    }
}

.support__content-box .hs-form-field {
    margin-bottom: 16px
}

.support__content-box .hs-form-field label {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    margin-bottom: 3px
}

.support__content-box .form-title {
    display: none
}

.support__content-box #hs_form_target_form_169252886 .form-columns-3 .hs-input {
    max-width: 144px
}

@media (max-width: 768px) {
    .support__content-box #hs_form_target_form_169252886 .form-columns-3 .hs-input {
        max-width: 100%
    }
}

.support__content-box fieldset {
    max-width: 100% !important
}

.support__content-box .hs-form-65516c22-602c-47ef-b51b-f58e109c897d .form-columns-3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width: 768px) {
    .support__content-box .hs-form-65516c22-602c-47ef-b51b-f58e109c897d .form-columns-3 {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.support__content-box .input {
    margin-right: 0 !important
}

.support__content-box select {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    width: 100% !important;
    letter-spacing: normal;
    color: #041f74;
    padding-left: 15px;
    cursor: pointer;
    outline: 0
}

.support__content-box select:hover {
    border: 1px solid #004df5
}

.support__content-box select:active,
.support__content-box select:focus {
    border: 1px solid #004df5;
    color: #004df5
}

.support__content-box .hs-button {
    padding-left: 17px;
    padding-right: 17px;
    min-height: 50px;
    max-height: 50px;
    border: 0;
    width: 100%;
    border-radius: 10px;
    background: #3dbb56;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-align: center
}

.support__content-box .hs-button:active {
    background-image: linear-gradient(to left, #4ad866 100%, #006314 0%), linear-gradient(to bottom, #3dbb56, #3dbb56)
}

.support__content-box .hs-button:hover {
    transition: ease-in-out 0.3s all;
    box-shadow: 0 3px 6px 0 rgba(4, 31, 116, 0.3);
    background-image: linear-gradient(to right, #1E8F35, #44CB5E) !important;
    border: none !important
}

.support__content-box .hs-button:focus {
    transition: ease-in-out 0.3s all;
    background-image: linear-gradient(to right, #1E8F35, #44CB5E);
    box-shadow: inset 0 0 0 2px #006314, 0 3px 6px 0 rgba(4, 31, 116, 0.3)
}

.support__content-box .hs-button:focus:hover {
    transition: ease-in-out 0.3s all;
    background-image: linear-gradient(to right, #1E8F35, #44CB5E);
    box-shadow: inset 0 0 0 2px #006314, 0 3px 6px 0 rgba(4, 31, 116, 0.3);
    background-image: linear-gradient(to right, #1E8F35, #44CB5E) !important
}

.support__content-box .hs-fieldtype-select .input {
    position: relative
}

.support__content-box .hs-fieldtype-select .input::after {
    pointer-events: none;
    z-index: 10;
    content: " ";
    width: 16px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6'%3E%3Cpath d='M2.375 1.125L5.5 4.25l3.125-3.125' stroke='%23041F74' stroke-width='3' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    right: 15px;
    top: 3px;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat
}

.support__content-box .hs-error-msgs {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-top: 5px
}

.support__content-box textarea.hs-input {
    min-height: 108px;
    width: 100%;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 16px;
    outline: 0;
    color: #041f74;
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: solid 1px #c3d0ed;
    background-color: #f9faff;
    padding-top: 15px
}

.support__content-box textarea.hs-input::-webkit-input-placeholder {
    color: #041f74;
    opacity: 0.8
}

.support__content-box textarea.hs-input::-moz-placeholder {
    color: #041f74;
    opacity: 0.8
}

.support__content-box textarea.hs-input:-ms-input-placeholder {
    color: #041f74;
    opacity: 0.8
}

.support__content-box textarea.hs-input::placeholder {
    color: #041f74;
    opacity: 0.8
}

.support__content-box textarea.hs-input:active,
.support__content-box textarea.hs-input:focus {
    border: 1px solid #004df5;
    color: #004df5
}

.support__content-box textarea.hs-input:hover {
    border: 1px solid #004df5
}

.support__content-box select {
    min-height: 40px;
    width: 100%;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 16px;
    outline: 0;
    color: #041f74;
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: solid 1px #c3d0ed;
    background-color: #f9faff
}

.support__content-box select::-webkit-input-placeholder {
    color: #041f74;
    opacity: 0.8
}

.support__content-box select::-moz-placeholder {
    color: #041f74;
    opacity: 0.8
}

.support__content-box select:-ms-input-placeholder {
    color: #041f74;
    opacity: 0.8
}

.support__content-box select::placeholder {
    color: #041f74;
    opacity: 0.8
}

.support__content-box select:active,
.support__content-box select:focus {
    border: 1px solid #004df5;
    color: #004df5
}

.support__content-box select:hover {
    border: 1px solid #004df5
}

.support__content-box input[type="email"].hs-input {
    min-height: 40px;
    width: 100%;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 16px;
    outline: 0;
    color: #041f74;
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: solid 1px #c3d0ed;
    background-color: #f9faff
}

.support__content-box input[type="email"].hs-input::-webkit-input-placeholder {
    color: #041f74;
    opacity: 0.8
}

.support__content-box input[type="email"].hs-input::-moz-placeholder {
    color: #041f74;
    opacity: 0.8
}

.support__content-box input[type="email"].hs-input:-ms-input-placeholder {
    color: #041f74;
    opacity: 0.8
}

.support__content-box input[type="email"].hs-input::placeholder {
    color: #041f74;
    opacity: 0.8
}

.support__content-box input[type="email"].hs-input:active,
.support__content-box input[type="email"].hs-input:focus {
    border: 1px solid #004df5;
    color: #004df5
}

.support__content-box input[type="email"].hs-input:hover {
    border: 1px solid #004df5
}

.support__content-box input[type="text"].hs-input {
    min-height: 40px;
    width: 100%;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 16px;
    outline: 0;
    color: #041f74;
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: solid 1px #c3d0ed;
    background-color: #f9faff
}

.support__content-box input[type="text"].hs-input::-webkit-input-placeholder {
    color: #041f74;
    opacity: 0.8
}

.support__content-box input[type="text"].hs-input::-moz-placeholder {
    color: #041f74;
    opacity: 0.8
}

.support__content-box input[type="text"].hs-input:-ms-input-placeholder {
    color: #041f74;
    opacity: 0.8
}

.support__content-box input[type="text"].hs-input::placeholder {
    color: #041f74;
    opacity: 0.8
}

.support__content-box input[type="text"].hs-input:active,
.support__content-box input[type="text"].hs-input:focus {
    border: 1px solid #004df5;
    color: #004df5
}

.support__content-box input[type="text"].hs-input:hover {
    border: 1px solid #004df5
}

.support__content-box-head {
    position: relative
}

.support__content-box-head--border {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.support__content-box-head--border::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: " ";
    background: #041f74;
    height: 3px
}

.support__content-box-head--chat {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width: 768px) {
    .support__content-box-head--chat {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
}

.support__content-box-head--chat .btn,
.support__content-box-head--chat .button-blue,
.support__content-box-head--chat .button-green {
    min-height: 50px !important;
    max-height: 50px !important
}

.support__content-box-head-left {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

@media (max-width: 768px) {
    .support__content-box-head-left {
        margin-bottom: 15px
    }
}

.support__content-box-icon {
    margin-right: 16px
}

.support__content-box-title {
    font-weight: 600;
    font-size: 20px;
    color: #041f74;
    line-height: 24px;
    margin-bottom: 6px;
    display: block
}

.support__content-box-description {
    margin: 0;
    font-size: 14px;
    color: #041f74
}

.support__bottom-content {
    color: #041f74
}

.support__bottom-content a {
    text-decoration: none;
    color: #041f74
}

.support__bottom-content p:first-of-type {
    margin-top: 0
}

.dis__item {
    color: #041f74;
    padding: 0 12px
}

.dis__image {
    width: 100%;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.dis__section {
    position: relative;
    background: #f0f2f5;
    margin-bottom: 190px
}

.dis__section::after {
    position: absolute;
    bottom: -190px;
    background: #f0f2f5;
    content: " ";
    left: 0;
    width: 100%;
    min-height: 200px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 15%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 15%, 0 100%)
}

.dis .testimonials__slider-arrow {
    background: #c3d0ed
}

.dis__item-top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.dis__item-top-title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #004df5
}

.dis__item-top-count {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #004df5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    margin-right: 10px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    color: #fff
}

.scrollto-clickitem__count {
    min-height: 50px;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 16px
}

.scrollto-clickitem__count::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: " ";
    width: 100%;
    height: 5px;
    background: #041f74;
    border-radius: 10px
}

.scrollto-clickitem__count span {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background: #041f74;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    line-height: 24px
}

.scrollto-clickitem__mid {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.scrollto-clickitem__mid img {
    margin-right: 16px
}

.scrollto-clickitem__mid-title {
    font-size: 24px;
    color: #041f74;
    line-height: 32px;
    font-weight: 700
}

.scrollto-clickitem__bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #041f74;
    text-decoration: none;
    margin-top: 16px
}

.scrollto-clickitem__bottom svg {
    margin-left: 8px
}

.triangle-text__visual {
    position: relative
}

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

.triangle-text__visual--small svg {
    left: -10% !important
}

.triangle-text__visual svg {
    position: absolute;
    left: -30%;
    right: 0;
    margin: auto;
    z-index: -1;
    top: -10%
}

.tech-specifications {
    background: #f0f2f5;
    padding: 100px 0;
    position: relative;
    padding-bottom: 0
}

@media (max-width: 768px) {
    .tech-specifications {
        padding: 50px 0;
        padding-bottom: 15px
    }
}

.tech-specifications__bottom-visual {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 31%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 31%, 0% 100%);
    min-height: 250px;
    background: #f0f2f5;
    margin-top: -5px
}

@media (max-width: 768px) {
    .tech-specifications__bottom-visual {
        min-height: 75px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%)
    }
}

@media (max-width: 768px) {
    .tech-specifications__col {
        margin-bottom: 20px
    }
}

.tech-specifications__heading {
    text-align: center;
    margin: 0;
    color: #041f74;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 32px
}

.tech-specifications__heading--small {
    font-size: 24px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px;
    display: block
}

@media (max-width: 768px) {
    .tech-specifications__heading--small {
        margin-top: 40px
    }
}

.tech-specifications__logo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    font-size: 28px;
    color: #041f74
}

@media (max-width: 768px) {
    .tech-specifications__logo {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.tech-specifications__logo img {
    margin-right: 16px
}

.tech-specifications__text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    margin-top: 10px;
    color: #041f74
}

@media (max-width: 768px) {
    .tech-specifications__text {
        text-align: center
    }
}

@media (max-width: 768px) {
    .tech-specifications__col-logo {
        margin-bottom: 20px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center
    }
}

.tech-specifications__bottom {
    margin-top: 80px
}

@media (max-width: 768px) {
    .tech-specifications__bottom {
        margin-top: 40px
    }
}

.tech-specifications__bottom-heading {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    color: #041f74;
    margin-bottom: 8px;
    margin-top: 0
}

@media (max-width: 768px) {
    .tech-specifications__bottom-heading {
        font-size: 22px;
        line-height: 1.33;
        margin-bottom: 15px
    }
}

.tech-specifications__bottom-text {
    color: #041f74;
    padding: 0 60px;
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 18px
}

@media (max-width: 768px) {
    .tech-specifications__bottom-text {
        padding: 0
    }
}

.tech-specifications__links {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 85px;
    margin-top: 24px
}

@media (max-width: 768px) {
    .tech-specifications__links {
        padding: 0;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
}

.tech-specifications__links a {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    -webkit-align-items: center;
    align-items: center;
    color: #041f74;
    text-decoration: none
}

@media (max-width: 768px) {
    .tech-specifications__links a {
        font-size: 16px;
        margin-bottom: 10px;
        max-width: 80%
    }
}

.tech-specifications__links a svg {
    margin-left: 8px
}

.tech-specifications__bottom-img {
    position: relative;
    margin-top: 32px
}

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

.tech-specifications__bottom-img::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: " ";
    height: 3px;
    background: #041f74;
    border-radius: 10px;
    width: 100%;
    z-index: 2
}

.blog-overview {
    margin-top: 60px;
    margin-bottom: 0px
}

.blog-overview__top .blog-section__item-card {
    height: 100%
}

.blog-overview__top .blog-section__item-content {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.blog-overview__top .blog-section__item-content-readmore {
    margin-top: auto
}

.blog-overview__top .blog-section__item-card-img-holder {
    min-height: 326px;
    max-height: 326px
}

.blog-overview__top .blog-section__item-card-img {
    min-height: 326px;
    max-height: 326px
}

.blog-overview__body {
    margin-bottom: 100px
}

.blog-overview__item {
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .blog-overview__item {
        padding: 0
    }
}

.blog-overview__box {
    width: 100%;
    min-height: 100%;
    padding: 20px 24px 24px;
    border-radius: 10px;
    background-color: var( --iside-color-light_blue );
}

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

.blog-overview__box .hs-error-msgs li {
    max-width: 100%;
    width: 100%
}

.blog-overview__box .hs-error-msgs li label {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    color: #e20000
}

.blog-overview__box .hs_op_de_hoogte_blijven_van>label {
    display: none
}

.blog-overview__box .hs_op_de_hoogte_blijven_van .inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-overview__box .hs_op_de_hoogte_blijven_van .inputs-list li {
    width: 50%;
    margin-bottom: 16px
}

.blog-overview__box .hs_op_de_hoogte_blijven_van .inputs-list li label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer
}

.blog-overview__box .hs_op_de_hoogte_blijven_van .inputs-list li label input {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    margin-right: 8px
}

.blog-overview__box .hs_op_de_hoogte_blijven_van .inputs-list li label input:hover {
    border: 0 !important
}

.blog-overview__box .hs_op_de_hoogte_blijven_van .inputs-list li label input:checked::before {
    background: #004df5;
    border: solid 1px #004df5;
    transition: ease-in-out 0.3s all
}

.blog-overview__box .hs_op_de_hoogte_blijven_van .inputs-list li label input:checked::after {
    opacity: 1;
    transition: ease-in-out 0.3s all
}

.blog-overview__box .hs_op_de_hoogte_blijven_van .inputs-list li label input::before {
    position: relative;
    left: 0;
    top: 0;
    content: " ";
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: solid 1px #c3d0ed;
    background-color: #f9faff;
    display: inline-block;
    transition: ease-in-out 0.3s all
}

.blog-overview__box .hs_op_de_hoogte_blijven_van .inputs-list li label input::after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 7.5l5 5 8-11' stroke='%23FFFFFF' stroke-width='3' fill='none' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
    width: 13px;
    height: 13px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: ease-in-out 0.3s all;
    margin: auto;
    content: " "
}

.blog-overview__box .hs_op_de_hoogte_blijven_van .inputs-list li label span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: #041f74
}

.blog-overview__box .hs-richtext {
    font-size: 14px
}

.blog-overview__box .hs-button {
    padding-left: 17px;
    padding-right: 17px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 10px;
    background: #3dbb56;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    max-width: 100%;
    border: 0;
    cursor: pointer
}

.blog-overview__box .hs_email label {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: #041f74;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 3px
}

.blog-overview__box .hs_email label .hs-form-required {
    display: none
}

.blog-overview__box .hs_email input {
    width: 100%;
    min-height: 40px;
    border-radius: 8px
}

.blog-overview__box-title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    color: #041f74;
    border-bottom: 3px solid #041f74;
    display: block;
    width: 100%;
    padding-bottom: 6px;
    margin-bottom: 16px
}

.blog-overview__box-label {
    font-family: "Zilla Slab", serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    color: #041f74
}

.blog-detail {
    margin-top: 60px;
    margin-bottom: 100px
}

@media (max-width: 768px) {
    .blog-detail {
        margin-top: 30px;
        margin-bottom: 50px
    }
}

@media (max-width: 768px) {
    .blog-detail .row {
        margin: 0 !important
    }
}

@media (max-width: 768px) {
    .blog-detail .col-xs-12 {
        padding: 0
    }
}

.blog-detail__header {
    width: 100%;
    min-height: 380px;
    max-height: 380px;
    position: relative;
    margin-top: 70px
}

.blog-detail__header-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    min-height: 380px;
    max-height: 380px
}

.blog-detail__header-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #041f74;
    z-index: 2
}

.blog-detail__container {
    position: relative
}

.blog-detail__content {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 3;
    width: 100%
}

@media (max-width: 768px) {
    .blog-detail__content .col-xs-12 {
        padding: 0
    }
}

.blog-detail__content-heading {
    font-size: 40px;
    font-weight: 600;
    font-family: "Zilla Slab", serif;
    color: #fff;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .blog-detail__content-heading {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 15px
    }
}

.blog-detail__author {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #fff;
    line-height: 1.33;
    margin-bottom: 10px;
    display: block
}

.blog-detail__date {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #fff;
    line-height: 1.33;
    display: block
}

.blog-detail__detail-content {
    padding: 0 40px 40px 0;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    color: #041f74
}

@media (max-width: 768px) {
    .blog-detail__detail-content {
        padding: 20px;
        margin-top: 15px
    }
}

.blog-detail__detail-content p:first-of-type {
    margin-top: 0
}

.blog-detail__reading {
    color: #041f74;
    display: block;
    margin-bottom: 6px;
    font-size: 16px
}

.blog-detail__download {
    color: #004df5;
    font-size: 16px;
    margin-bottom: 16px;
    display: block
}

@media (max-width: 768px) {
    .blog-detail__download {
        display: none
    }
}

.blog-detail__socials a {
    width: 50px;
    height: 50px;
    background-color: #004df5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 16px
}

.blog-detail__share .blog-detail__socials {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%
}

.blog-detail__share .blog-detail__socials a {
    margin-bottom: 0;
    margin-right: 16px
}

.blog-detail__share-title {
    color: #041f74;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 40px;
    margin-bottom: 10px
}

.blog-detail__related {
    margin-top: 80px;
    border-top: 3px #041f74 solid;
    padding-top: 60px
}

.blog-detail__related-title {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    width: 100%;
    letter-spacing: normal;
    text-align: center;
    display: block;
    color: #041f74;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .blog-detail__left .blog-detail__socials {
        display: none
    }
}

.blog-detail__detail-content h2,
.blog-detail__detail-content h3,
.blog-detail__detail-content h4,
.blog-detail__detail-content h5,
.blog-detail__detail-content h6 {
    margin-bottom: 0
}

.blog-detail__detail-content blockquote {
    font-size: 24px;
    font-family: "Zilla Slab", serif;
    font-weight: 500;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.33
}

.blog-detail__detail-content a {
    color: #004df5
}

.blog-detail__detail-content-bottom {
    margin-top: 40px
}

.blog-detail__detail-content-bottom img {
    width: 48px;
    height: 48px;
    border-radius: 100%
}

.blog-detail__detail-content-bottom span {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5
}

.blog-pagination__link {
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: #929daf;
    border: 0;
    border-radius: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.28px;
    color: #fff;
    margin-right: 8px
}

.blog-pagination__link:hover {
    border: 0 !important
}

.blog-pagination__link:last-of-type {
    margin-right: 0
}

.blog-pagination__link.blog-pagination__link--active {
    background: #004df5
}

.blog-pagination__prev-link {
    margin-right: 16px
}

.blog-pagination__next-link {
    margin-left: 8px
}

.blog-pagination__arrow {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    color: #041f74;
    text-decoration: none !important
}

.blog-pagination__arrow svg path {
    stroke: #041f74
}

.blog-pagination__arrow.blog-pagination__prev-link--disabled {
    color: #929daf
}

.blog-pagination__arrow.blog-pagination__prev-link--disabled svg path {
    stroke: #929daf
}

.blog-pagination__arrow.blog-pagination__next-link--disabled {
    color: #929daf
}

.blog-pagination__arrow.blog-pagination__next-link--disabled svg path {
    stroke: #929daf
}

.support__content-box input[type="tel"].hs-input {
    min-height: 40px;
    width: 100%;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 16px;
    outline: 0;
    color: #041f74;
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: solid 1px #c3d0ed;
    background-color: #f9faff;
}
@media only screen and (max-width: 551px) {
  fieldset.form-columns-2 .hs-form-field{
    padding-left:0 !important
  }
}


.iside-section-slope {
  position: relative;
}

.iside-section-slope > div {
  position: relative;
  z-index: 10;
}

.iside-section-slope:before,
.iside-section-slope6:after {
  content: '';
  background: var(--iside-color-light_blue);
  width: 100%;
  display: block;
  position: absolute;
}

.iside-section-slope1,
.iside-section-slope3,
.iside-section-slope5,
.iside-section-slope6 {
  min-height: 160px;
}
.iside-section-slope1:before,
.iside-section-slope3:before,
.iside-section-slope5:before,
.iside-section-slope6:before,
.iside-section-slope6:after {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 160px), 0 100%);
    height: calc(50% + 80px);
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
}

.iside-section-slope2:before,
.iside-section-slope4:before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 160px), 0 calc(100% - 0px));
    height: 100%;
    top: 0;
}

.iside-section-slope3:before,
.iside-section-slope4:before {
  background: var(--iside-color-white);
}

.iside-section-slope5:before {
  background: var(--iside-color-green);
}

.iside-section-slope6:before {
    height: 160px;
    top: -1px;
}

.iside-section-slope6:after {
    height: 250px;
    bottom: 0;
    top: auto;
    clip-path: polygon(0 calc( 100% - 90px ), 100% 0, 100% 100%, 0 100%)
}

@media (max-width: 767px) {
  .iside-section-slope1,
  .iside-section-slope3,
  .iside-section-slope5,
  .iside-section-slope6 {
    min-height: 100px;
  }
  .iside-section-slope1:before,
  .iside-section-slope3:before,
  .iside-section-slope5:before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
    height: calc(50% + 50px);
  }
  .iside-section-slope2:before,
  .iside-section-slope4:before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 calc(100% - 0px));
  }
  
  .iside-section-slope6:before {
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
  }
  .iside-section-slope6:after {
    height: 100px;
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  }
  
}

.body-container-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
}

.body-container-wrapper ul li {
  padding-left: 25px;
  padding-left: calc(.8em + 10px);
  margin-bottom: 10px;
  position: relative;
}
.body-container-wrapper ul li:before {
  content: "";
  position: absolute;
  margin: 0;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11.45" height="8.828" viewBox="0 0 11.45 8.828"%3E%3Cg transform="translate(9.795 -5.257) rotate(90)"%3E%3Cline x2="6" y2="6" transform="translate(6.671 -0.24)" fill="none" stroke="%23041f74" stroke-linecap="round" stroke-width="2"/%3E%3Cpath d="M3.379,2.621,6,0" transform="translate(6.671 5.76)" fill="none" stroke="%23041f74" stroke-linecap="round" stroke-width="2"/%3E%3C/g%3E%3C/svg%3E');
  left: 0;
  top: .3em;
  width: .7em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
}

ul.hs-image__grid__list li {
  padding:0;
  margin:0;
}
ul.hs-image__grid__list li:before {
  display: none;
}

ul.hs-image__grid__list .hs-image__grid__list__item__image {
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  ul.hs-image__grid__list .hs-image__grid__list__item__image {
    border-radius: 15px;
  }
}

.content-accordion {
  margin-bottom: 0;
} 

.content-accordion:not(.border-no) { 
  border-bottom: 1px solid #E6E8F1;
}

.content-accordion.border-color-light-blue { 
  border-bottom-color: #AEC0EF;
}

.content-accordion__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px 0;
  margin: 0;
  font-size: 24px;
  font-family: var(--iside-font-family);
}

.content-accordion__content_wrapper {
  margin-bottom: 20px;
}

.content-accordion__content_wrapper p:last-child {
  margin-bottom: 0;
}

.content-accordion__heading .readmore_icon {
  background: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  border: 1px solid;
  transition: all 200ms ease-in-out;
}

.content-accordion__heading .readmore_icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.content-accordion.is-active .content-accordion__heading .readmore_icon {
  transform: rotate( 90deg);
}

.content-accordion .content-accordion__readmore {
  display: none;
}

@media (max-width: 767px) {
  .content-accordion__heading .readmore_icon {
    width: 24px;
    height: 24px;
  }
  .content-accordion__heading .readmore_icon svg {
    width: 10px;
  }
  .content-accordion__heading .readmore_icon::before,
  .content-accordion__heading .readmore_icon::after {
    height: 1px;
  }
  .content-accordion__heading {
    font-size: 16px !important;
    padding: 15px 0 !important;
  }
}

a.button-v2 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: #041F74;
}
a.button-v2 .arrow {
  background: transparent;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  margin-left: 10px;
  border: 1px solid;
}
a.button-v2 .arrow svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 200ms all ease-in-out;
}

a.button-v2 .arrow .arrow-1 {
  left: -65px;
}

a.button-v2:active,
a.button-v2:hover,
a.button-v2:focus {
  color: #041F74;
}

a.button-v2:active .arrow .arrow-1,
a.button-v2:hover .arrow .arrow-1,
a.button-v2:focus .arrow .arrow-1 {
  left: 0;
}

a.button-v2:active .arrow .arrow-2,
a.button-v2:hover .arrow .arrow-2,
a.button-v2:focus .arrow .arrow-2 {
  right: -65px;
}

a.button-v2.white_arrow {
  color: #ffffff;
}

a.button-v2.white_arrow svg path {
  stroke: #ffffff;
}

@media (max-width: 767px) {
  a.button-v2 {
    font-size: 14px;
  }
  
  a.button-v2 .arrow {
    width: 24px;
    height: 24px;
  }

  a.button-v2 .arrow svg {
    width: 10px;
  }
}

.logo-carrousel .container__large {
  max-width: unset;
  padding: 0;
}

.logo-carrousel__slider-item img {
  max-height: unset;
}

.dnd-section.iside-section-border .dnd-column {
  padding-left: 40px;
  padding-right: 40px;
}

.iside-section-border1 > div > .dnd-column {
  border-radius: 20px;
  border: 1px solid var(--iside-color-grey_tint1);
}

.dnd-section.iside-section-border2 > div > .dnd-column {
  padding: 0;
}

.iside-section-border2 > div > .dnd-column > div > div {
  border-radius: 20px;
  border: 1px solid var(--iside-color-grey_tint1);
  overflow: hidden;
}

.iside-section-border2 .dnd-column[class*="-background-image"] {
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 767px) {
  .iside-section-border1 > div > .dnd-column {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .iside-section-border2 > div > .dnd-column {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    border: 1px solid var(--iside-color-grey_tint1);
  }
  
  .iside-section-border2 > div > .dnd-column > div > div {
    border: 0;
  }

  .iside-section-border2 > div > .dnd-column .dnd-column {
    //padding-left: 20px;
    //padding-right: 20px;
  }
}

html.no-smooth-scroll {
    scroll-behavior: auto !important;
}

.widget-type-linked_image {
    overflow: hidden;
}


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

*, *:before, *:after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  overflow-x: hidden
}

html {
  scroll-behavior: smooth
}

html.is-active {
  overflow: hidden
}

body {
  font-family: "Zilla Slab", serif;
  font-size: 18px;
  line-height: 1.333;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  color: #041F74;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

body.is-active {
  overflow: hidden
}
/*! 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: "Nunito", sans-serif; /* 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)
*/



/* CSS variables */

:root {
  --column-gap: 40px;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

@media (max-width: 768px) {
  :root {
    --column-gap: 20px;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

.dnd-section > .row-fluid {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .dnd-section > .row-fluid {
    padding: 0 var(--iside-row-margin-xs);
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

div.dnd-column[class*="-background-color"] {
  border-radius: 20px;
  padding: 40px;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.iside-heading {
  margin: 0;
  font-family: "Nunito", sans-serif;
}

h1,
.heading-font-size-xxl {
  font-family: "Nunito", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.1;
  padding-bottom: 20px;
}

h2,
.heading-font-size-xl {
  font-family: "Nunito", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.1;
  padding-bottom: 20px;
}

h3,
.heading-font-size-lg {
  font-family: "Nunito", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.1;
  padding-bottom: 20px;
}

h4,
.heading-font-size-md {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.16;
  padding-bottom: 20px;
}

h5,
.heading-font-size-sm {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.27;
}

h6,
.heading-font-size-xs {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1;
}

@media (max-width: 767px) {

  h1,
  .heading-font-size-xxl {
    font-size: 30px;
  }

  h2,
  .heading-font-size-xl {
    font-size: 30px;
  }

  h3,
  .heading-font-size-lg {
    font-size: 30px;
  }

  h4,
  .heading-font-size-md {
    font-size: 16px;
  }

  h5,
  .heading-font-size-sm {
    font-size: 16px;
  }

  h6,
  .heading-font-size-xs {
    font-size: 16px;
  }
}

a {
  font-family: Nunito,sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}
/*
button,
.button {
cursor: pointer;
display: inline-block;
font-size: 0.92rem;
text-align: center;
transition: all 0.15s linear;
white-space: normal;
}

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

*/

.hs-button,
.btn {
  cursor: pointer;
  padding: 8px 20px;
  /* width: 100%;*/
  border-radius: 8px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: linear-gradient(68deg, #004DF5 0%, #041F74 50%, #041F74 100%);
  transition: all 200ms linear;
  background-size: 200% 100% !important;
  background-position: 100% 0 !important;
}

.hs-button:active,
.btn:active,
.hs-button:hover,
.btn:hover,
.hs-button:focus,
.btn:focus {
  background-position: 0 0 !important;
  color: white !important;
}

.btn-green {
  background-image: linear-gradient(76deg, #3DBB56 0%, #0A9C27 50%, #0A9C27 100%);
}

.btn-green:active,
.btn-green:hover,
.btn-green:focus {
  // background-image: linear-gradient(76deg, #3DBB56 0%, #0A9C27 50%, #0A9C27 100%);
}

.btn-blue-invert {
  background-image: linear-gradient(68deg, #004DF5 0%, #004DF5 50%, #041F74 100%);
  background-position: 0% 0 !important;
}

.btn-blue-invert:active,
.btn-blue-invert:hover,
.btn-blue-invert:focus {
  background-position: 100% 0 !important;
}

.btn-yellow {
  background: #FFE01B;
}

.btn-xs {
  font-size: 14px;
  padding: 8px 12px;
  line-height: 1;
}

.btn-outline {
  background: transparent;
  border: 1px solid #D8E0F1;
  color: #041F74;
  padding-top: 7px;
  padding-bottom: 7px;
}

.btn-outline:active,
.btn-outline:hover,
.btn-outline:focus {
  background: #041F74;
  color: #ffffff;
}


.btn-outline.btn-xs {
  padding-top: 7px;
  padding-bottom: 7px;
}


/*
.btn--green,
.button-green {
background: #3dbb56
}

.btn--green::before,
.button-green::before {
background-image: linear-gradient(to right, #1E8F35, #44CB5E) !important
}

.btn--green:active,
.button-green:active {
background-image: linear-gradient(to left, #4ad866 100%, #006314 0%), linear-gradient(to bottom, #3dbb56, #3dbb56)
}

.btn--green:focus,
.button-green:focus {
transition: ease-in-out 0.3s all;
background-image: linear-gradient(to right, #1E8F35, #44CB5E);
box-shadow: inset 0 0 0 2px #006314, 0 3px 6px 0 rgba(4, 31, 116, 0.3)
}

.btn--green:focus::before,
.button-green:focus::before {
box-shadow: inset 0 0 0 2px #006314, 0 3px 6px 0 rgba(4, 31, 116, 0.3)
}

.btn--green:focus:hover,
.button-green:focus:hover {
transition: ease-in-out 0.3s all;
background-image: linear-gradient(to right, #1E8F35, #44CB5E);
box-shadow: inset 0 0 0 2px #006314, 0 3px 6px 0 rgba(4, 31, 116, 0.3)
}
*/



.btn--icon-right svg {
  margin-left: 8px
}


/*
.iside-button-wrapper {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.iside-button-wrapper.layout-inline a {
  display: inline-flex;
}

.iside-button-wrapper.layout-inline.align-left {
  justify-content: flex-start;
}

.iside-button-wrapper.layout-inline.align-right {
  justify-content: flex-end;
}

.iside-button-wrapper.layout-inline.align-center {
  justify-content: center;
}

.iside-button-wrapper.layout-below {
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.iside-button-wrapper.layout-below:not(.align-left) .hs-button,
.iside-button-wrapper.layout-below:not(.align-right) .hs-button,
.iside-button-wrapper.layout-below:not(.align-center) .hs-button {
  width: 100%;
}

.iside-button-wrapper.layout-below.align-left {
  align-items: flex-start;
}

.iside-button-wrapper.layout-below.align-right {
  align-items: flex-end;
}

.iside-button-wrapper.layout-below.align-center {
  align-items: center;
}

*/
@media (max-width: 767px) {
  .hs-button,
  .btn {
    font-size: 14px;
  }
/*
  .iside-button-wrapper.layout-inline-xs {
    flex-direction: row;
  }
  .iside-button-wrapper.layout-below-xs {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  
  .iside-button-wrapper.layout-inline-xs.align-left {
    justify-content: flex-start;
  }
  .iside-button-wrapper.layout-inline-xs.align-right {
    justify-content: flex-end;
  }
  .iside-button-wrapper.layout-inline-xs.align-center {
    justify-content: center;
  }

  .iside-button-wrapper.layout-inline-xs.align-left-xs {
    justify-content: flex-start;
  }
  .iside-button-wrapper.layout-inline-xs.align-right-xs {
    justify-content: flex-end;
  }
  .iside-button-wrapper.layout-inline-xs.align-center-xs {
    justify-content: center;
  }

  div.iside-button-wrapper.layout-below-xs.align-left-xs .hs-button,
  div.iside-button-wrapper.layout-below-xs.align-right-xs .hs-button,
  div.iside-button-wrapper.layout-below-xs.align-center-xs .hs-button {
    width: auto;
  }
  .iside-button-wrapper.layout-below-xs:not([class*="align-"]) .hs-button,
  .iside-button-wrapper.layout-below-xs.align-default-xs .hs-button {
    width: 100%;
  }
  .iside-button-wrapper.layout-below-xs.align-left-xs {
    align-items: flex-start;
  }
  .iside-button-wrapper.layout-below-xs.align-right-xs {
    align-items: flex-end;
  }
  .iside-button-wrapper.layout-below-xs.align-center-xs {
    align-items: center;
  }

  /*

  .iside-button-wrapper.layout-inline-xs {
  flex-direction: row;
  gap: 40px;
}

  .iside-button-wrapper.layout-inline-xs.align-left-xs {
  justify-content: flex-start;
}

  .iside-button-wrapper.layout-inline-xs.align-right-xs {
  justify-content: flex-end;
}

  .iside-button-wrapper.layout-inline-xs.align-center-xs {
  justify-content: center;
}

  .iside-button-wrapper.layout-below-xs {
  flex-direction: column;
  gap: 20px;
}

  .iside-button-wrapper.layout-below-xs.align-left-xs {
  align-items: flex-start;
}

  .iside-button-wrapper.layout-below-xs.align-right-xs {
  align-items: flex-end;
}

  .iside-button-wrapper.layout-below-xs.align-center-xs {
  align-items: center;
}
  */
}

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

nav.nav3 {
  transition: background-color 150ms ease-in-out;
}

nav.nav3 .container__large {
  max-width: 1310px;
}

nav.nav3 .phone {
  display: flex;
  align-items: center;
}

.nav__logo svg {
  max-width: 180px;
}

nav.nav3 .phone svg {
  margin-right: 5px;
  margin-top: -3px;
  width: 20px;
  height: 20px;
}

nav.nav3 .phone a {
  text-decoration: none;
  color: #041F74;
}

nav.nav3 .nav__left {
  margin-left: 0;
}

.nav__right a {
  margin-right: 0;
}

.nav__right a.btn {
  font-size: 14px;
}

nav.nav3 a.btn-blue-invert {
  margin-left: 25px;
}

nav.nav3 a.btn-green {
  margin-left: 10px;
}

nav.nav3 .nav__menu-item {
  margin-right: 8px;
}

.nav__menu-item-link {
  position: relative;
  padding: 5px;
}

.nav__menu-item-link:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #d8e0f1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: width 150ms ease-in-out;
}

.nav__menu-item-link:hover:after,
.nav__menu-item-link:focus:after {
  width: calc(100% - 10px);
}

.nav__menu-item-link:hover,
.nav__menu-item-link:focus {
  color: #041F74;
}

nav.nav3 .nav__menu-item-link svg,
div.nav3 .nav__menu-item-link svg {
  display: none;
}

nav.nav3 .nav__submenu,
div.nav3 .nav__submenu,
.nav3 .nav__menu-item:hover .nav__submenu {
  display: none;
}

.hamburger .hamburger-inner {
  top: 100%;
}

.hamburger .hamburger-inner:before {
  content: none;
}

.hamburger .hamburger-inner:after {
  bottom: 8px;
}

.hamburger.is-active .hamburger-box .hamburger-inner,
.hamburger.is-active .hamburger-box .hamburger-inner:after {
  background-color: #ffffff
}

.nav__mobile-menu {
  width: 100%;
  padding-top: 70px;
}

.bg {
  clip-path: polygon(0 0,100% 0,100% calc(100% - 40px),0 100%);
  padding: 80px 40px 80px 40px;
  background-color: #041F74
}

.nav__mobile-menu.is-active {
  width: 100%;
  color: #ffffff;
  overflow-y: scroll;
}

.hs-tools-menu {
  // display: none !important;
}

.nav__mobile-menu .btn-outline {
  color: #ffffff;
  border-color: rgba(4,31,116,0.1);
}

@media screen and (max-width: 768px) {
  .nav__mobile-menu .btn-outline {
    border-color: rgba(255,255,255,0.1);
  }

}

@media screen and (max-width: 1290px) {
  .nav__logo svg {
    max-width: 165px;
  }
}

@media screen and (max-width: 1250px) {
  nav.nav3 .phone {
    display: none;
  }

  .nav__menu,
  nav.nav3 a.btn-blue-invert {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1070px) {
  .nav__logo svg {
    max-width: 145px;
  }
}

@media screen and (max-width: 1040px) {
  .is-active nav.nav3 {
    background-color: #041F74
  }

  .is-active .nav__logo svg path.txt {
    fill: #ffffff;
  }

  nav .nav__right > * {
    display: none;
  }

  .nav__right .hamburger {
    display: inline-block;
  }

  .nav__menu-item-link,
  .nav__menu-item-link:hover,
  .nav__menu-item-link:focus,
  .nav3 .phone a {
    color: #ffffff;
  }

  .nav__mobile-menu .nav__menu,
  .nav__mobile-menu .nav__mobile-bottom {
    padding: 0;
  }

  .nav__mobile-menu .nav__menu {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 70px;

  }

  .nav__menu .nav__menu-item {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .nav__menu-item-link {
    font-size: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav__mobile-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .nav3 .phone {
    text-align: center;
  }

  .nav3 .phone a {
    text-decoration: none;
  }

  .nav3 .phone svg path {
    stroke: #ffffff;
  }
}
/* 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%;
}