@-webkit-keyframes scrollDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

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

@keyframes scrollDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

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

@-webkit-keyframes skeleton {
    0% {
        left: 0
    }

    to {
        left: 75%
    }
}

@keyframes skeleton {
    0% {
        left: 0
    }

    to {
        left: 75%
    }
}

@-webkit-keyframes skeleton {
    0% {
        left: 0
    }

    to {
        left: 75%
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

body {
    margin: 0;
    color: #000
}

body.active-menu {
    overflow: hidden
}

body main,
figure {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body main {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto
}

@media only screen and (min-width:47.9375rem) {
    .grid {
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -1%;
        margin-right: -1%
    }

    .grid>.grid__col-1,
    .grid>.grid__col-2,
    .grid>.grid__col-3 {
        box-sizing: border-box;
        -webkit-flex: 0 0 -1.9166666667%;
        -ms-flex: 0 0 -1.9166666667%;
        flex: 0 0 -1.9166666667%;
        margin-left: 1%;
        margin-right: 1%
    }

    .grid>.grid__col-2,
    .grid>.grid__col-3 {
        -webkit-flex: 0 0 -1.8333333333%;
        -ms-flex: 0 0 -1.8333333333%;
        flex: 0 0 -1.8333333333%
    }

    .grid>.grid__col-3 {
        -webkit-flex: 0 0 -1.75%;
        -ms-flex: 0 0 -1.75%;
        flex: 0 0 -1.75%
    }

    .grid>.grid__col-4,
    .grid>.grid__col-5,
    .grid>.grid__col-6 {
        box-sizing: border-box;
        -webkit-flex: 0 0 -1.6666666667%;
        -ms-flex: 0 0 -1.6666666667%;
        flex: 0 0 -1.6666666667%;
        margin-left: 1%;
        margin-right: 1%
    }

    .grid>.grid__col-5,
    .grid>.grid__col-6 {
        -webkit-flex: 0 0 -1.5833333333%;
        -ms-flex: 0 0 -1.5833333333%;
        flex: 0 0 -1.5833333333%
    }

    .grid>.grid__col-6 {
        -webkit-flex: 0 0 -1.5%;
        -ms-flex: 0 0 -1.5%;
        flex: 0 0 -1.5%
    }

    .grid>.grid__col-7,
    .grid>.grid__col-8,
    .grid>.grid__col-9 {
        box-sizing: border-box;
        -webkit-flex: 0 0 -1.4166666667%;
        -ms-flex: 0 0 -1.4166666667%;
        flex: 0 0 -1.4166666667%;
        margin-left: 1%;
        margin-right: 1%
    }

    .grid>.grid__col-8,
    .grid>.grid__col-9 {
        -webkit-flex: 0 0 -1.3333333333%;
        -ms-flex: 0 0 -1.3333333333%;
        flex: 0 0 -1.3333333333%
    }

    .grid>.grid__col-9 {
        -webkit-flex: 0 0 -1.25%;
        -ms-flex: 0 0 -1.25%;
        flex: 0 0 -1.25%
    }

    .grid>.grid__col-10,
    .grid>.grid__col-11,
    .grid>.grid__col-12 {
        box-sizing: border-box;
        -webkit-flex: 0 0 -1.1666666667%;
        -ms-flex: 0 0 -1.1666666667%;
        flex: 0 0 -1.1666666667%;
        margin-left: 1%;
        margin-right: 1%
    }

    .grid>.grid__col-11,
    .grid>.grid__col-12 {
        -webkit-flex: 0 0 -1.0833333333%;
        -ms-flex: 0 0 -1.0833333333%;
        flex: 0 0 -1.0833333333%
    }

    .grid>.grid__col-12 {
        -webkit-flex: 0 0 -1%;
        -ms-flex: 0 0 -1%;
        flex: 0 0 -1%
    }

    .container {
        max-width: 88.125rem;
        margin: 0 auto
    }

    .container.stretched {
        width: 100%;
        max-width: unset;
        position: absolute;
        margin: auto;
        text-align: center;
        z-index: 9
    }
}

@media only screen and (max-width:47.9375rem) {
    .grid {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body {
        width: 100%;
        max-width: 100%
    }

    main {
        overflow: hidden
    }

    .container {
        padding: 0 1.25rem;
        overflow-x: hidden
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    body {
        width: 100%;
        max-width: 100%
    }

    main {
        overflow: hidden
    }

    .container {
        padding: 0 3.75rem;
        overflow-x: hidden
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    body {
        width: 100%;
        max-width: 100%
    }

    main {
        overflow: hidden
    }

    .container {
        padding: 0 7.5rem
    }
}

@media only screen and (min-width:76.5rem) {
    body {
        width: 100%;
        max-width: 100%
    }

    main {
        overflow-x: hidden
    }

    .container,
    main {
        margin: 0 auto
    }

    .container.stretched {
        width: 100%;
        max-width: unset;
        position: absolute;
        margin: auto;
        text-align: center;
        z-index: 9
    }
}

figure,
h1,
li,
ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    text-decoration: none
}

a,
h1,
h2,
h3,
li,
p {
    font-display: swap
}

ol {
    list-style-type: decimal;
    padding-left: 1.25rem
}

ol li {
    list-style: decimal
}

figure {
    list-style-type: none;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-start: 0;
    -moz-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    -moz-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-inline-start: 0
}

.container.sticky,
.dark.sticky section .agenda {
    margin-top: 0 !important
}

.menu-overlay main section {
    z-index: -1
}

.grid>.grid__col-4,
.grid>.grid__col-7 {
    margin-left: 0%;
    margin-right: 0%
}

.hide,
.itemprop,
a span,
header .logo a figure.main-logo.hide {
    display: none
}

.mw100 {
    max-width: 100% !important
}

@font-face {
    font-family: Roboto_Regular;
    src: url(../assets/fonts/Roboto/roboto-400.woff) format("woff"), url(../assets/fonts/Roboto/roboto-400.woff2) format("woff2"), url(../assets/fonts/Roboto/roboto-400.otf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: Roboto_Medium;
    src: url(../assets/fonts/Roboto/roboto-500.woff) format("woff"), url(../assets/fonts/Roboto/roboto-500.woff2) format("woff2"), url(../assets/fonts/Roboto/roboto-500.otf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: Roboto_Bold;
    src: url(../assets/fonts/Roboto/roboto-700.woff) format("woff"), url(../assets/fonts/Roboto/roboto-700.woff2) format("woff2"), url(../assets/fonts/Roboto/roboto-700.otf) format("opentype");
    font-display: swap
}

@media only screen and (max-width:47.9375rem) {
    h1 {
        color: #000;
        font-size: 1.375rem;
        line-height: 2.75rem;
        text-transform: uppercase;
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    h1.small,
    h2 {
        line-height: 2.6875rem
    }

    h1,
    h1.small,
    h2,
    h3 {
        letter-spacing: .12rem
    }

    h1.small {
        text-transform: none;
        font-size: 1.75rem
    }

    h2,
    h3 {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    h2 {
        font-size: 1.375rem
    }

    h2.small {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 2.0625rem;
        color: #000;
        font-weight: 400
    }

    h3,
    h3.medium {
        font-size: 1.5rem;
        font-style: "normal"
    }

    h3 {
        color: #000;
        font-family: "Roboto_Medium";
        line-height: 1.8125rem
    }

    h3.medium {
        font-family: "Roboto_Regular";
        letter-spacing: 0;
        line-height: 1.625rem;
        -webkit-margin-before: 1.125rem;
        margin-block-start: 1.125rem;
        -webkit-margin-after: 1.125rem;
        margin-block-end: 1.125rem
    }

    h1,
    h1.small,
    h2,
    h3.small,
    p.medium,
    p.small {
        font-family: "Roboto_Bold";
        font-style: "normal"
    }

    h3.small,
    p {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    h3.small {
        letter-spacing: -.03125rem;
        font-size: 1.25rem;
        line-height: 2rem
    }

    h4 {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    p,
    p.extra-small {
        font-family: "Roboto_Regular";
        font-style: "normal"
    }

    p {
        letter-spacing: 0;
        color: #000;
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    p.extra-small {
        font-size: 1rem;
        letter-spacing: -.03125rem;
        line-height: 1.5rem
    }

    p.medium,
    p.small {
        line-height: 2.25rem
    }

    p.small {
        letter-spacing: 0;
        font-size: 1rem
    }

    p.medium {
        font-size: .875rem;
        letter-spacing: -.03125rem
    }

    p.minimal {
        font-family: "Roboto_Regular";
        font-size: 1rem;
        letter-spacing: 0;
        line-height: 1.375rem
    }

    ol,
    p.bold,
    p.minimal {
        font-style: "normal"
    }

    p.bold {
        letter-spacing: -.03125rem;
        font-family: "Roboto_Bold";
        font-size: 1rem;
        line-height: 2.25rem
    }

    ol {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        letter-spacing: 0;
        line-height: 2.0625rem;
        color: #000
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {

    h1,
    h2 {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    h1 {
        color: #000;
        font-size: 2.25rem;
        line-height: 2.6875rem
    }

    h1,
    h1.small,
    h2,
    h3 {
        letter-spacing: .12rem
    }

    h1.small {
        text-transform: none;
        font-size: 1.75rem;
        line-height: 2.375rem
    }

    h2 {
        font-size: 1.875rem;
        line-height: 1.6875rem
    }

    h2.small {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        letter-spacing: 0;
        line-height: 2rem;
        color: #000;
        font-weight: 400
    }

    h2.small,
    h3,
    h3.medium {
        font-style: "normal"
    }

    h3 {
        color: #000;
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0;
        font-family: "Roboto_Medium";
        font-size: 1.25rem;
        line-height: 1.8125rem
    }

    h3.medium {
        font-family: "Roboto_Regular";
        font-size: 1.5rem;
        letter-spacing: 0;
        line-height: 1.625rem;
        -webkit-margin-before: 1.125rem;
        margin-block-start: 1.125rem;
        -webkit-margin-after: 1.125rem;
        margin-block-end: 1.125rem
    }

    h1,
    h1.small,
    h2,
    h3.small,
    p.medium,
    p.small {
        font-family: "Roboto_Bold";
        font-style: "normal"
    }

    h3.small,
    p {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    h3.small {
        letter-spacing: -.03125rem;
        font-size: 1.375rem;
        line-height: 2rem
    }

    h4 {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    p,
    p.extra-small {
        font-family: "Roboto_Regular";
        font-style: "normal"
    }

    p {
        letter-spacing: 0;
        color: #000;
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    p.extra-small {
        font-size: .9375rem;
        letter-spacing: -.03125rem;
        line-height: 1.5rem
    }

    p.medium,
    p.small {
        line-height: 2.25rem
    }

    p.small {
        letter-spacing: 0;
        font-size: .9375rem
    }

    p.medium {
        font-size: .875rem;
        letter-spacing: -.03125rem
    }

    p.minimal {
        font-family: "Roboto_Regular";
        font-size: 1rem;
        letter-spacing: 0;
        line-height: 1.375rem
    }

    ol,
    p.bold,
    p.minimal {
        font-style: "normal"
    }

    p.bold {
        letter-spacing: -.03125rem;
        font-family: "Roboto_Bold";
        font-size: .9375rem;
        line-height: 2.25rem
    }

    ol {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        letter-spacing: 0;
        line-height: 2rem;
        color: #000
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    h1 {
        color: #000;
        font-size: 2.25rem;
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    h1,
    h1.small,
    h2 {
        line-height: 2.6875rem
    }

    h1,
    h1.small,
    h2,
    h3 {
        letter-spacing: .12rem
    }

    h1.small {
        text-transform: none;
        font-size: 2.25rem
    }

    h2,
    h3 {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    h2 {
        font-size: 1.875rem
    }

    h2.small {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 2.25rem;
        color: #000;
        font-weight: 400
    }

    h3,
    h3.medium {
        font-size: 1.5rem;
        font-style: "normal"
    }

    h3 {
        color: #000;
        font-family: "Roboto_Medium";
        line-height: 1.8125rem
    }

    h3.medium {
        font-family: "Roboto_Regular";
        letter-spacing: 0;
        line-height: 1.625rem;
        -webkit-margin-before: 1.125rem;
        margin-block-start: 1.125rem;
        -webkit-margin-after: 1.125rem;
        margin-block-end: 1.125rem
    }

    h1,
    h1.small,
    h2,
    h3.small,
    p.medium,
    p.small {
        font-family: "Roboto_Bold";
        font-style: "normal"
    }

    h3.small,
    p {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    h3.small {
        letter-spacing: -.03125rem;
        font-size: 1.375rem;
        line-height: 2rem
    }

    h4 {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    p,
    p.extra-small {
        font-family: "Roboto_Regular";
        font-style: "normal"
    }

    p {
        letter-spacing: 0;
        color: #000;
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    p.extra-small {
        font-size: .9375rem;
        letter-spacing: -.03125rem;
        line-height: 1.5rem
    }

    p.medium,
    p.small {
        line-height: 2.25rem
    }

    p.small {
        letter-spacing: 0;
        font-size: .9375rem
    }

    p.medium {
        font-size: .875rem;
        letter-spacing: -.03125rem
    }

    p.minimal {
        font-family: "Roboto_Regular";
        font-size: .9375rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.375rem
    }

    ol,
    p.bold {
        font-style: "normal";
        line-height: 2.25rem
    }

    p.bold {
        letter-spacing: -.03125rem;
        font-family: "Roboto_Bold";
        font-size: .9375rem
    }

    ol {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        letter-spacing: 0;
        color: #000
    }
}

@media only screen and (min-width:103.125rem) {
    h1 {
        color: #000;
        font-size: 2.75rem;
        line-height: 3.3125rem;
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    h1,
    h1.small,
    h2,
    h3 {
        letter-spacing: .12rem
    }

    h1.small {
        text-transform: none
    }

    h2,
    h3 {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    h1.small,
    h2 {
        font-size: 2.25rem;
        line-height: 2.6875rem
    }

    h2.small {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 2.25rem;
        font-weight: 400;
        color: #000
    }

    h3,
    h3.medium {
        font-size: 1.5rem;
        font-style: "normal"
    }

    h3 {
        color: #000;
        font-family: "Roboto_Medium";
        line-height: 1.8125rem
    }

    h3.medium {
        font-family: "Roboto_Regular";
        letter-spacing: 0;
        line-height: 1.625rem;
        -webkit-margin-before: 1.125rem;
        margin-block-start: 1.125rem;
        -webkit-margin-after: 1.125rem;
        margin-block-end: 1.125rem
    }

    h1,
    h1.small,
    h2,
    h3.small,
    p.medium,
    p.small {
        font-family: "Roboto_Bold";
        font-style: "normal"
    }

    h3.small,
    p {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    h3.small {
        letter-spacing: -.03125rem;
        line-height: 2rem;
        font-size: 1.375rem
    }

    h4 {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    p,
    p.extra-small {
        font-family: "Roboto_Regular";
        font-style: "normal";
        line-height: 1.75rem
    }

    p {
        letter-spacing: 0;
        color: #000;
        font-size: 1.25rem
    }

    p.extra-small {
        font-size: 1rem;
        letter-spacing: -.03125rem
    }

    p.medium,
    p.small {
        line-height: 2.25rem
    }

    p.small {
        letter-spacing: 0;
        font-size: 1.125rem
    }

    p.medium {
        font-size: .875rem;
        letter-spacing: -.03125rem
    }

    p.minimal {
        font-family: "Roboto_Regular";
        font-size: 1rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.375rem
    }

    ol,
    p.bold {
        font-style: "normal";
        line-height: 2.25rem
    }

    p.bold {
        letter-spacing: -.03125rem;
        font-family: "Roboto_Bold";
        font-size: 1rem
    }

    ol {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        letter-spacing: 0;
        color: #000
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    header .logo a figure img {
        width: 9.375rem
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    header .logo a figure img {
        width: 9.375rem
    }

    main header .logo img {
        width: auto;
        height: 3.125rem
    }

    main header.sticky .logo img {
        width: 9.375rem;
        height: 3.125rem
    }
}

@media only screen and (min-width:103.125rem) {
    main header .logo img {
        width: auto;
        height: 3.125rem
    }

    main header.sticky .logo img {
        width: 9.375rem;
        height: 3.125rem
    }
}

header,
header .container,
header nav ul {
    width: 100%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

header {
    position: relative;
    max-height: 5rem;
    padding-top: 3rem;
    z-index: 9;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .container {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

header .logo a,
header .logo a figure.main-logo,
header .logo a figure.sticky-logo.active,
header.sticky .logo a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

header .logo a figure.sticky-logo,
header .mobile-toggle,
header nav .close,
header.menu-opened .logo {
    display: none
}

header .logo img {
    width: 11.25rem;
    object-fit: contain
}

header.sticky {
    background-color: #f8f9fa;
    position: fixed;
    padding-top: 0;
    padding-bottom: .9375rem;
    -webkit-animation: scrollDown .3s forwards;
    animation: scrollDown .3s forwards;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999
}

header.sticky .logo img {
    width: 8.125rem;
    object-fit: contain
}

header.menu-opened {
    position: fixed;
    background: #fff;
    margin-top: 1.25rem
}

body,
body main,
footer,
header nav {
    width: 100%
}

header nav ul {
    height: 100%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header nav ul li {
    position: relative;
    margin: 0 1.25rem
}

header nav ul li,
header nav ul li.active {
    font-family: "Roboto_Regular";
    font-size: 1.25rem;
    font-style: "normal";
    letter-spacing: .12rem;
    line-height: 1.875rem
}

header nav ul li.active a {
    color: #2dafe3
}

header nav ul li.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.1875rem;
    height: 1px;
    width: 1.5625rem;
    border-bottom: .1875rem solid #2dafe3;
    margin: 0 auto
}

header nav ul li a {
    color: #000;
    text-decoration: none;
    transition: .3s
}

header nav ul li a:hover {
    color: #2dafe3;
    font-weight: 400
}

.dark-style {
    margin-bottom: 3rem
}

.dark-style nav ul li a,
.dark-style.sticky nav ul li a,
.dark-style.sticky nav ul li.active a,
main header nav ul li a,
ol li {
    color: #000
}

.dark.sticky section .agenda section {
    margin-top: 0
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    header {
        padding-top: 3rem
    }

    header .container {
        width: 100%;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    header .logo a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    header .logo img {
        width: 8.75rem;
        object-fit: contain
    }

    header .mobile-toggle {
        display: none
    }

    header.sticky {
        width: 100%
    }

    header.sticky .logo img {
        width: 7.5rem;
        object-fit: contain
    }

    header nav ul li,
    header nav ul li.active {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.875rem
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    header .container {
        width: 100%;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    header .logo a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    header .logo img,
    header.sticky .logo img {
        width: 7.5rem;
        object-fit: contain
    }

    header .mobile-toggle {
        display: none
    }

    header.sticky {
        width: 100%
    }

    header nav ul li,
    header nav ul li.active {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.875rem
    }
}

@media only screen and (max-width:47.9375rem) {

    header,
    header .container {
        width: 100%;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    header {
        margin-top: 13.125rem;
        padding: 0 1.25rem;
        padding: 0
    }

    header .container {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden
    }

    header .logo {
        width: 40%
    }

    header .logo a,
    header .mobile-toggle,
    header nav.active .menu-main-menu-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    header .logo a img {
        width: 5.9375rem
    }

    header .mobile-toggle {
        position: relative;
        background: rgba(0, 0, 0, 0);
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 2.875rem;
        height: 100%;
        border: none
    }

    header .mobile-toggle:focus {
        outline: none
    }

    header .mobile-toggle .navi-toggle {
        background-color: rgba(0, 0, 0, 0);
        width: 2.25rem;
        height: 1.625rem;
        position: absolute;
        top: auto;
        cursor: pointer
    }

    header .mobile-toggle span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 2.25rem;
        height: .125rem;
        background-color: #000;
        display: inline-block
    }

    header .mobile-toggle span::after,
    header .mobile-toggle span::before {
        width: 2.25rem;
        height: .125rem;
        background-color: #000;
        display: inline-block;
        content: "";
        position: absolute;
        left: 0
    }

    header .mobile-toggle span::before {
        top: -10px
    }

    header .mobile-toggle span::after {
        top: 10px
    }

    header nav {
        display: none
    }

    header nav .close {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 1.875rem;
        right: 1.875rem;
        cursor: pointer
    }

    header nav .close img {
        width: 1.375rem;
        height: 1.375rem;
        object-fit: contain
    }

    header nav.active,
    header nav.active ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    header nav.active {
        background: #fff;
        width: auto;
        height: 95vh;
        position: absolute;
        top: 0;
        overflow: hidden;
        box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .4);
        margin-top: -rem-calc(170);
        left: 1.25rem;
        right: 1.25rem;
        z-index: 9999
    }

    header nav.active ul {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1.875rem
    }

    header nav.active ul li {
        margin-bottom: 2.75rem;
        color: #000;
        font-size: 1.25rem
    }

    header nav.active ul li.active a {
        color: #2dafe3
    }

    header nav.active ul li a {
        color: #000
    }

    header nav.active ul li a:hover {
        color: #2dafe3;
        font-weight: 400
    }

    header nav.active ul li:last-of-type {
        margin-bottom: 0
    }

    header.sticky {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 0
    }

    header.sticky .logo img {
        width: 5.9375rem;
        height: 3.125rem
    }

    header.sticky .mobile-toggle span,
    header.sticky .mobile-toggle span::after,
    header.sticky .mobile-toggle span::before {
        background-color: #000
    }

    .sticky .active {
        margin-top: 1.25rem
    }

    .dark-style {
        margin-top: 3.5rem;
        margin-bottom: 2rem
    }

    .dark-style .container {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden
    }

    .dark-style .container label {
        position: relative;
        top: .5625rem
    }

    .dark-style .container nav.active {
        margin-top: .625rem;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .dark.sticky .agenda {
        margin-top: 0 !important
    }

    .dark.sticky .agenda section {
        margin-top: 0
    }
}

footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    margin-top: 2.5rem
}

footer .bg-image {
    position: absolute;
    width: 100%;
    right: 0%;
    left: 0%;
    z-index: -1
}

footer .bg-image figure,
footer .container .logo figure,
footer .container .socials ul li a figure,
header {
    height: 100%
}

footer .bg-image figure img {
    width: 100%;
    height: 28.125rem;
    object-fit: cover;
    position: relative;
    bottom: -3.125rem
}

footer .container,
footer .container .additional-links ul,
footer .container .socials ul,
footer .container nav ul {
    width: 100%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

footer .container {
    position: relative;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .bg-image figure img,
footer .container .additional-links,
footer .container .logo,
footer .container .socials,
footer .container .socials ul li a figure img,
footer .container nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

footer .container .logo figure img {
    width: 100%;
    max-width: 7.5rem;
    height: 100%;
    max-height: 7.5rem;
    object-fit: contain
}

footer .container .additional-links ul,
footer .container .socials ul,
footer .container nav ul {
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .container nav ul li,
input,
label,
ul {
    font-family: "Roboto_Regular";
    font-style: "normal"
}

footer .container .additional-links ul li,
footer .container nav ul li {
    position: relative;
    margin: 0 1rem;
    letter-spacing: .12rem;
    font-size: 1.25rem;
    line-height: 1.875rem
}

footer .container .additional-links ul li a,
footer .container nav ul li a {
    transition: .3s;
    text-decoration: none
}

footer .container .additional-links ul li a:hover,
footer .container nav ul li a:hover {
    color: #2dafe3
}

footer .container .additional-links ul li.active a,
footer .container nav ul li.active a {
    font-family: "Roboto_Regular";
    font-size: 1.25rem;
    font-style: "normal";
    letter-spacing: .12rem;
    line-height: 1.875rem;
    color: #2dafe3
}

footer .container .additional-links ul li {
    margin: 0 1.5rem;
    font-family: "Roboto_Regular";
    font-style: "normal"
}

footer .container .socials ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 .9375rem;
    border-radius: 50%
}

.btn.primary-style,
footer .container .socials ul li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: .3s;
    color: #fff
}

footer .container .socials ul li a {
    height: 100%;
    text-decoration: none;
    width: 100%
}

footer .container .socials ul li a:hover,
main header nav ul li.active a,
main header.sticky.dark-style nav ul li.active a {
    color: #2dafe3
}

footer .container .socials ul li a figure img {
    width: 100%;
    height: 100%
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    footer {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: #fff;
        margin-top: 2.5rem
    }

    footer .bg-image {
        position: absolute;
        width: 100%;
        right: 0%;
        left: 0%
    }

    footer .bg-image figure {
        position: absolute;
        width: 100%;
        height: 100%
    }

    footer .bg-image figure img {
        width: 100%;
        height: 25rem;
        object-fit: cover;
        position: relative;
        bottom: -3.125rem
    }

    footer .container {
        width: 100%;
        position: relative;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    footer .bg-image figure img,
    footer .container .additional-links,
    footer .container .logo,
    footer .container .socials,
    footer .container nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    footer .container .logo figure,
    footer .container .socials ul li a figure {
        height: 100%
    }

    footer .container .logo figure img {
        width: 100%;
        max-width: 7.5rem;
        height: 100%;
        max-height: 7.5rem;
        object-fit: contain
    }

    footer .container .additional-links ul,
    footer .container .socials ul,
    footer .container .socials ul li,
    footer .container nav ul {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer .container .additional-links ul,
    footer .container .socials ul,
    footer .container nav ul {
        width: 100%;
        height: 100%;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    footer .container .additional-links ul li,
    footer .container nav ul li {
        position: relative;
        margin: 0 .625rem;
        font-family: "Roboto_Regular";
        font-size: 1rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.875rem
    }

    footer .container .additional-links ul li a:hover,
    footer .container nav ul li a:hover {
        color: #2dafe3
    }

    footer .container .additional-links ul li.active a,
    footer .container nav ul li.active a {
        font-family: "Roboto_Regular";
        font-size: 1rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.875rem;
        color: #2dafe3
    }

    footer .container .socials ul li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 2.5rem;
        height: 2.5rem;
        position: relative;
        margin: 0 .3125rem;
        border-radius: 50%
    }

    footer .container .additional-links ul li a,
    footer .container .socials ul li a,
    footer .container nav ul li a {
        color: #fff;
        transition: .3s;
        text-decoration: none
    }

    footer .container .socials ul li a:hover {
        color: #2dafe3
    }

    footer .container .socials ul li a,
    footer .container .socials ul li a figure img {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    footer {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: #fff;
        margin-top: 2.5rem
    }

    footer .bg-image {
        position: absolute;
        width: 100%;
        right: 0%;
        left: 0%;
        z-index: -1
    }

    footer .bg-image figure {
        position: absolute;
        width: 100%;
        height: 100%
    }

    footer .bg-image figure img {
        width: 100%;
        height: 25rem;
        object-fit: cover;
        position: relative;
        bottom: -3.125rem
    }

    footer .container {
        width: 100%;
        position: relative;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: rgba(255, 255, 255, .9);
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    footer .bg-image figure img,
    footer .container .additional-links,
    footer .container .logo,
    footer .container .socials,
    footer .container nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    footer .container .logo figure,
    footer .container .socials ul li a figure {
        height: 100%
    }

    footer .container .logo figure img {
        width: 100%;
        max-width: 6.0625rem;
        height: 100%;
        max-height: 2.8125rem;
        object-fit: contain
    }

    footer .container .additional-links ul,
    footer .container .socials ul,
    footer .container .socials ul li,
    footer .container nav ul {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer .container .additional-links ul,
    footer .container .socials ul,
    footer .container nav ul {
        width: 100%;
        height: 100%;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    footer .container .additional-links ul li,
    footer .container nav ul li {
        position: relative;
        margin: 0 .625rem;
        font-family: "Roboto_Regular";
        font-size: 1rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1rem
    }

    footer .container .additional-links ul li a:hover,
    footer .container nav ul li a:hover {
        color: #2dafe3
    }

    footer .container .additional-links ul li.active a,
    footer .container nav ul li.active a {
        font-family: "Roboto_Regular";
        font-size: 1rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.875rem;
        color: #2dafe3
    }

    footer .container .socials ul li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 2.1875rem;
        height: 2.1875rem;
        position: relative;
        margin: 0 .3125rem;
        border-radius: 50%
    }

    footer .container .additional-links ul li a,
    footer .container .socials ul li a,
    footer .container nav ul li a {
        color: #fff;
        transition: .3s;
        text-decoration: none
    }

    footer .container .socials ul li a:hover {
        color: #2dafe3
    }

    footer .container .socials ul li a,
    footer .container .socials ul li a figure img {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%
    }
}

@media only screen and (max-width:47.9375rem) {
    footer {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: #fff
    }

    footer .bg-image {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0%;
        left: 0%;
        z-index: 0;
        margin-top: 1.5625rem
    }

    footer .bg-image figure,
    footer .container .logo figure,
    footer .container .socials ul li a figure {
        height: 100%
    }

    footer .bg-image figure img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    footer .container {
        width: 100%;
        position: relative;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 3.75rem;
        padding-bottom: 2.5rem
    }

    footer .container .logo {
        margin-bottom: 3.125rem;
        position: absolute;
        top: .5rem
    }

    footer .container .logo figure img {
        width: 100%;
        max-width: 7.5rem;
        height: 100%;
        max-height: 7.5rem;
        object-fit: contain
    }

    footer .bg-image figure img,
    footer .container,
    footer .container .logo,
    footer .container nav,
    footer .container nav ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    footer .container nav {
        margin-top: 3.125rem
    }

    footer .container nav ul {
        width: 100%;
        height: 100%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer .container nav ul li {
        position: relative;
        font-family: "Roboto_Regular";
        font-size: 1rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.875rem;
        margin-bottom: 1.875rem
    }

    footer .container nav ul li.active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -.1875rem;
        height: 1px;
        width: 1.5625rem;
        border-bottom: .1875rem solid #2dafe3;
        margin: 0 auto
    }

    footer .container nav ul li:last-of-type {
        margin-bottom: 4.375rem
    }

    footer .container .additional-links ul li a:hover,
    footer .container nav ul li a:hover {
        color: #2dafe3
    }

    footer .container .additional-links ul li.active a,
    footer .container nav ul li.active a {
        font-family: "Roboto_Regular";
        font-size: 1rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.875rem;
        color: #2dafe3
    }

    footer .container .additional-links {
        margin-bottom: 2.5rem
    }

    footer .container .additional-links ul,
    footer .container .socials ul {
        width: 100%;
        height: 100%;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer .container .additional-links ul li {
        position: relative;
        margin: 0 1.5rem;
        text-align: center;
        font-family: "Roboto_Regular";
        font-size: 1rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.875rem
    }

    footer .container .additional-links,
    footer .container .socials,
    footer .container .socials ul li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    footer .container .socials ul li {
        width: 2.5rem;
        height: 2.5rem;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        margin: 0 .9375rem;
        border-radius: 50%
    }

    footer .container .additional-links ul li a,
    footer .container .socials ul li a,
    footer .container nav ul li a {
        color: #fff;
        transition: .3s;
        text-decoration: none
    }

    footer .container .socials ul li a:hover {
        color: #2dafe3
    }

    footer .container .socials ul li a,
    footer .container .socials ul li a figure img {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%
    }
}

input,
label,
ul {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.25rem
}

.btn.primary-style {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: none;
    border-radius: .375rem;
    outline: 0;
    cursor: pointer;
    background: #000;
    padding: .9375rem
}

.btn.primary-style:hover {
    background: #2dafe3
}

.btn.primary-style:focus {
    background: #2dafe3;
    box-shadow: 0 .1875rem .4375rem #2dafe3
}

.btn.primary-style:disabled,
.btn.primary-style[disabled] {
    background: #bcbcbc;
    color: #000101;
    cursor: not-allowed
}

.btn.medium-style {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: none;
    border-radius: .375rem;
    outline: 0;
    transition: .3s;
    cursor: pointer;
    border: .125rem solid #2dafe3;
    color: #2dafe3;
    padding: .9375rem 2.5rem
}

.btn.medium-style:hover {
    background: #2dafe3;
    background: #fff;
    color: #2dafe3;
    border-color: #2dafe3
}

.btn.medium-style:focus {
    background: #fff;
    color: #2dafe3;
    border-color: #2dafe3;
    box-shadow: 0 .125rem 1.25rem rgba(63, 180, 227, .8)
}

.btn.transparent-style {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: none;
    border-radius: .375rem;
    outline: 0;
    transition: .3s;
    cursor: pointer;
    background: #fff;
    color: #3fb4e3;
    border: .125rem solid #3fb4e3;
    padding: .9375rem 1.875rem
}

.btn.transparent-style:hover {
    background: #2dafe3;
    background: #fff;
    border-color: #2dafe3;
    color: #2dafe3
}

.btn.transparent-style:focus {
    background: #fff;
    color: #2dafe3;
    border-color: #2dafe3;
    box-shadow: 0 .125rem 1.25rem rgba(45, 175, 227, .8)
}

.btn.bold,
.btn.extra-large,
.btn.medium,
.btn.regular {
    font-family: "Roboto_Regular";
    font-size: 1.125rem;
    font-style: "normal";
    letter-spacing: 0;
    line-height: 1.5rem
}

.btn.bold,
.btn.extra-large,
.btn.medium {
    font-family: "Roboto_Medium"
}

.btn.bold,
.btn.extra-large {
    font-family: "Roboto_Bold";
    line-height: 1.25rem
}

.btn.extra-large {
    font-family: "Roboto_Regular"
}

.btn.center {
    margin: 0 auto
}

.btn.full-width,
.slider__nav-button svg {
    width: 100%
}

.btn.deactivated {
    background: rgba(86, 94, 98, .3)
}

.btn.no-shadow {
    color: #3fb4e3;
    border: .125rem solid #3fb4e3;
    box-shadow: none
}

.btn.no-shadow:link,
.btn.no-shadow:visited {
    border: .125rem solid #2dafe3;
    color: #2dafe3;
    padding: .9375rem 2.5rem;
    box-shadow: none
}

.btn.no-shadow:hover {
    background: #fff
}

.btn.mp-btn {
    border-color: #000;
    color: #000;
    font-family: "Roboto_Bold";
    font-size: 1.125rem;
    font-style: "normal";
    letter-spacing: 0;
    line-height: 1.5rem
}

.btn.mp-btn:hover,
.btn.no-shadow:hover {
    border-color: #2dafe3;
    color: #2dafe3
}

.datepicker {
    display: none
}

.datepicker.active {
    display: block
}

.datepicker-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    padding-top: 4px
}

.datepicker-dropdown.datepicker-orient-top {
    padding-top: 0;
    padding-bottom: 4px
}

.datepicker-picker {
    display: inline-block;
    border-radius: 4px;
    background-color: #fff
}

.datepicker-dropdown .datepicker-picker {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .1)
}

.datepicker-picker span {
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 0;
    border-radius: 4px;
    cursor: default;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker-main {
    padding: 2px
}

.datepicker-controls,
.datepicker-grid,
.datepicker-view,
.datepicker-view .days-of-week {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.datepicker-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker-view .days .datepicker-cell,
.datepicker-view .dow {
    -webkit-flex-basis: 14.2857142857%;
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%
}

.datepicker-view.datepicker-grid .datepicker-cell {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.datepicker-cell,
.datepicker-view .week {
    height: 2.25rem;
    line-height: 2.25rem
}

.datepicker-title {
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .1);
    background-color: #e1ecf8;
    padding: .375rem .75rem;
    text-align: center;
    font-weight: 700
}

.datepicker-header .datepicker-controls {
    padding: 2px 2px 0
}

.datepicker-controls .button {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    border: 1px solid #b8d2ee;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fff;
    cursor: pointer;
    padding: calc(.375em - 1px) .75em;
    height: 2.25em;
    vertical-align: top;
    text-align: center;
    line-height: 1.5;
    white-space: nowrap;
    color: #121c24;
    font-size: 1rem
}

.datepicker-controls .button:active,
.datepicker-controls .button:focus {
    outline: none
}

.datepicker-controls .button:hover {
    border-color: #7aabe0;
    color: #121c24
}

.datepicker-controls .button:focus {
    border-color: #3273dc;
    color: #121c24
}

.datepicker-controls .button:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.datepicker-controls .button:active {
    border-color: #404040;
    color: #121c24
}

.datepicker-controls .button[disabled] {
    cursor: not-allowed
}

.datepicker-header .datepicker-controls .button {
    border-color: rgba(0, 0, 0, 0);
    font-weight: 700
}

.datepicker-header .datepicker-controls .button:hover {
    background-color: #f9f9f9
}

.datepicker-header .datepicker-controls .button:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}

.datepicker-header .datepicker-controls .button:active {
    background-color: #f2f2f2
}

.datepicker-header .datepicker-controls .button[disabled] {
    box-shadow: none
}

.datepicker-footer .datepicker-controls .button {
    margin: calc(.375rem - 1px) .375rem;
    border-radius: 2px;
    width: 100%;
    font-size: .75rem
}

.datepicker-controls .view-switch {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

.datepicker-controls .next-btn,
.datepicker-controls .prev-btn {
    padding-right: .375rem;
    padding-left: .375rem;
    width: 2.25rem
}

.datepicker-controls .next-btn.disabled,
.datepicker-controls .prev-btn.disabled {
    visibility: hidden
}

.datepicker-view .dow {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .875rem;
    font-weight: 700
}

.datepicker-view .week {
    width: 2.25rem;
    color: #7aabe0;
    font-size: .75rem
}

@media (max-width:22.5rem) {
    .datepicker-view .week {
        width: 1.96875rem
    }
}

.datepicker-grid {
    width: 15.75rem
}

@media (max-width:22.5rem) {
    .calendar-weeks+.days .datepicker-grid {
        width: 13.78125rem
    }
}

.datepicker-cell:not(.disabled):hover {
    background-color: #f9f9f9;
    cursor: pointer
}

.datepicker-cell.focused:not(.selected),
.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
    background-color: #ccdff3
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
    background-color: #3273dc;
    color: #fff;
    font-weight: 600
}

.datepicker-cell.disabled {
    color: #b8d2ee
}

.datepicker-cell.next:not(.disabled),
.datepicker-cell.prev:not(.disabled) {
    color: #7a7a7a
}

.datepicker-cell.next.selected,
.datepicker-cell.prev.selected {
    color: #e6e6e6
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
    border-radius: 0;
    background-color: #e1ecf8
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
    background-color: #d7e5f6
}

.datepicker-cell.today:not(.selected) {
    background-color: #00d1b2
}

.datepicker-cell.today:not(.selected):not(.disabled) {
    color: #fff
}

.datepicker-cell.today.focused:not(.selected) {
    background-color: #00c4a7
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
    background-color: #7aabe0;
    color: #fff
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
    background-color: #6fa4dd
}

.datepicker-cell.range-start {
    border-radius: 4px 0 0 4px
}

.datepicker-cell.range-end {
    border-radius: 0 4px 4px 0
}

.datepicker-cell.range {
    border-radius: 0;
    background-color: #b8d2ee
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
    background-color: #adcbec
}

.datepicker-cell.range.disabled {
    color: #8eb8e5
}

.datepicker-cell.range.focused {
    background-color: #a3c5ea
}

.datepicker-view.datepicker-grid .datepicker-cell {
    height: 4.5rem;
    line-height: 4.5rem
}

.datepicker-input.in-edit {
    border-color: #2366d1
}

.datepicker-input.in-edit:active,
.datepicker-input.in-edit:focus {
    box-shadow: 0 0 .25em .25em rgba(35, 102, 209, .2)
}

.datepicker-footer {
    display: none
}

@media only screen and (max-width:47.9375rem) {
    .datepicker.active {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 20%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden
    }
}

.datepicker-picker {
    position: relative
}

.datepicker {
    font-family: "Roboto_Regular";
    font-size: 1.125rem;
    font-style: "normal";
    letter-spacing: 0;
    line-height: 1.25rem
}

@media only screen and (max-width:47.9375rem) {
    .dots {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .dots ul,
    .dots ul li {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .dots ul {
        width: 100%;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .dots ul li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: rgba(0, 0, 0, .4);
        width: .75rem;
        height: .75rem;
        margin: 0 .9375rem;
        border-radius: 50%;
        cursor: pointer
    }

    .dots ul li:hover {
        background: #000
    }

    .dots ul li.active {
        background: #000;
        width: 1.25rem;
        height: 1.25rem;
        margin-top: 0
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    .dots {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .dots ul,
    .dots ul li {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .dots ul {
        width: 100%;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .dots ul li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: rgba(0, 0, 0, .4);
        width: .875rem;
        height: .875rem;
        margin: 0 .9375rem;
        border-radius: 50%;
        cursor: pointer
    }

    .dots ul li:hover {
        background: #000
    }

    .dots ul li.active {
        background: #000;
        width: 1.5rem;
        height: 1.5rem;
        margin-top: 0
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    .dots {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .dots ul,
    .dots ul li {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .dots ul {
        width: 100%;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .dots ul li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: rgba(0, 0, 0, .4);
        width: .875rem;
        height: .875rem;
        margin: 0 .9375rem;
        border-radius: 50%;
        cursor: pointer
    }

    .dots ul li:hover {
        background: #000
    }

    .dots ul li.active {
        background: #000;
        width: 1.5rem;
        height: 1.5rem;
        margin-top: 0
    }
}

@media only screen and (min-width:103.125rem) {
    .dots {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .dots ul,
    .dots ul li {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .dots ul {
        width: 100%;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .dots ul li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: rgba(0, 0, 0, .4);
        width: .875rem;
        height: .875rem;
        margin: 0 .9375rem;
        border-radius: 50%;
        cursor: pointer
    }

    .dots ul li:hover {
        background: #000
    }

    .dots ul li.active {
        background: #000;
        width: 1.5rem;
        height: 1.5rem;
        margin-top: 0
    }
}

@media only screen and (max-width:47.9375rem) {
    .ssopp-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.875rem;
        padding: 1.5rem;
        border-top: .25rem solid #000;
        background: #fff;
        margin: 0 1.25rem;
        margin-top: 2rem
    }

    .ssopp-wrapper .ssopp .name,
    .ssopp-wrapper .ssopp h4 {
        font-size: 1.375rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 2rem
    }

    .ssopp-wrapper .ssopp h4 {
        padding-bottom: 1.25rem;
        border-bottom: .0625rem solid #000;
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        margin-bottom: 2rem;
        font-family: "Roboto_Regular"
    }

    .ssopp-wrapper .ssopp .additional-content {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.625rem;
        margin-bottom: 1.5rem
    }

    .ssopp-wrapper .ssopp .name {
        font-family: "Roboto_Bold"
    }

    .ssopp-wrapper .ssopp .email,
    .ssopp-wrapper .ssopp .phone,
    .ssopp-wrapper .ssopp .role {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.625rem
    }

    .ssopp-wrapper .ssopp .email,
    .ssopp-wrapper .ssopp .phone {
        color: #2dafe3;
        display: block
    }

    .ssopp-wrapper .ssopp .phone {
        color: #000;
        margin-bottom: 2rem
    }

    .ssopp-wrapper .ssopp .btn {
        font-family: "Roboto_Bold";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.5rem;
        width: 100%;
        background: #fff;
        margin: auto;
        height: 3.375rem
    }

    .ssopp-wrapper.center {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ssopp-wrapper.center .ssopp {
        width: 50%
    }

    .floating-banner {
        position: fixed;
        top: 30%;
        right: 1.25rem;
        text-align: end;
        background: rgba(108, 117, 125, .25);
        padding: 1.25rem;
        padding-top: 0;
        z-index: 999999
    }

    .floating-banner figure img {
        width: 4rem;
        height: 3.1875rem;
        object-fit: fill
    }

    .floating-banner.hidden {
        display: none
    }

    .floating-close {
        font-family: "Roboto_Regular";
        font-size: .875rem;
        font-style: "normal";
        letter-spacing: -.03125rem;
        line-height: 1.375rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: .5rem;
        padding: 1.25rem 0 0 1.25rem;
        cursor: pointer;
        color: rgba(0, 0, 0, 0)
    }

    .floating-close figure img {
        width: .625rem;
        height: .625rem
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    .ssopp-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.875rem;
        padding: 2.5rem 4rem;
        background: #fff;
        border-top: .25rem solid #000;
        margin: 0 3.75rem;
        margin-top: 2rem
    }

    .ssopp-wrapper .ssopp .name,
    .ssopp-wrapper .ssopp h4 {
        font-size: 1.375rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 2rem
    }

    .ssopp-wrapper .ssopp h4 {
        padding-bottom: 1.25rem;
        border-bottom: .0625rem solid #000;
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        margin-bottom: 2rem;
        font-family: "Roboto_Regular"
    }

    .ssopp-wrapper .ssopp .additional-content {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.625rem;
        margin-bottom: 1.5rem
    }

    .ssopp-wrapper .ssopp .name {
        font-family: "Roboto_Bold"
    }

    .ssopp-wrapper .ssopp .email,
    .ssopp-wrapper .ssopp .phone,
    .ssopp-wrapper .ssopp .role {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.625rem
    }

    .ssopp-wrapper .ssopp .email,
    .ssopp-wrapper .ssopp .phone {
        color: #2dafe3;
        display: block
    }

    .ssopp-wrapper .ssopp .phone {
        color: #000;
        margin-bottom: 2rem
    }

    .ssopp-wrapper .ssopp .btn {
        font-family: "Roboto_Bold";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.5rem;
        width: 100%;
        background: #fff;
        margin: auto;
        height: 3.375rem
    }

    .ssopp-wrapper.center {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ssopp-wrapper.center .ssopp {
        width: 50%
    }

    .floating-banner {
        position: fixed;
        top: 30%;
        right: 1.25rem;
        text-align: end;
        background: rgba(108, 117, 125, .25);
        padding: 1.25rem;
        padding-top: 0;
        z-index: 999999
    }

    .floating-banner figure img {
        width: 10.875rem;
        height: 8.6875rem;
        object-fit: fill
    }

    .floating-banner.hidden {
        display: none
    }

    .floating-close {
        font-family: "Roboto_Regular";
        font-size: .875rem;
        font-style: "normal";
        letter-spacing: -.03125rem;
        line-height: 1.375rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: .5rem;
        cursor: pointer
    }

    .floating-close figure img {
        width: .75rem;
        height: .75rem;
        margin-left: .5rem
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    .ssopp-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.875rem;
        padding: 4rem 6.1875rem;
        background: #fff;
        border-top: .25rem solid #000;
        max-width: 62.5rem;
        margin: 0 auto;
        margin-top: 4rem
    }

    .ssopp-wrapper .ssopp .name,
    .ssopp-wrapper .ssopp h4 {
        font-size: 1.5rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 2.125rem
    }

    .ssopp-wrapper .ssopp h4 {
        padding-bottom: 1.25rem;
        border-bottom: .0625rem solid #000;
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        margin-bottom: 2rem;
        font-family: "Roboto_Regular"
    }

    .ssopp-wrapper .ssopp .additional-content {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.75rem;
        margin-bottom: 1.5rem
    }

    .ssopp-wrapper .ssopp .name {
        font-family: "Roboto_Bold"
    }

    .ssopp-wrapper .ssopp .email,
    .ssopp-wrapper .ssopp .phone,
    .ssopp-wrapper .ssopp .role {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.75rem
    }

    .ssopp-wrapper .ssopp .email,
    .ssopp-wrapper .ssopp .phone {
        color: #2dafe3;
        display: block
    }

    .ssopp-wrapper .ssopp .phone {
        color: #000;
        margin-bottom: 2rem
    }

    .ssopp-wrapper .ssopp .btn {
        font-family: "Roboto_Bold";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.5rem;
        width: 100%;
        background: #fff;
        margin: auto;
        height: 3.375rem
    }

    .ssopp-wrapper.center {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ssopp-wrapper.center .ssopp {
        width: 50%
    }

    .floating-banner {
        position: fixed;
        top: 30%;
        right: 1.25rem;
        text-align: end;
        background: rgba(108, 117, 125, .25);
        padding: 1.25rem;
        padding-top: 0;
        z-index: 999999
    }

    .floating-banner figure img {
        width: 12.75rem;
        height: 10.1875rem;
        object-fit: fill
    }

    .floating-banner.hidden {
        display: none
    }

    .floating-close {
        font-family: "Roboto_Regular";
        font-size: .875rem;
        font-style: "normal";
        letter-spacing: -.03125rem;
        line-height: 1.375rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: .5rem;
        cursor: pointer
    }

    .floating-close figure img {
        width: .75rem;
        height: .75rem;
        margin-left: .5rem
    }
}

@media only screen and (min-width:103.125rem) {
    .ssopp-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.875rem;
        padding: 4rem 7.5rem;
        background: #fff;
        border-top: .25rem solid #000;
        max-width: 62.5rem;
        margin: 0 auto;
        margin-top: 4rem
    }

    .ssopp-wrapper .ssopp .name,
    .ssopp-wrapper .ssopp h4 {
        font-size: 1.5rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 2.125rem
    }

    .ssopp-wrapper .ssopp h4 {
        padding-bottom: 1.25rem;
        border-bottom: .0625rem solid #000;
        text-transform: uppercase;
        text-align: center;
        font-weight: 400;
        margin-bottom: 2rem;
        font-family: "Roboto_Regular"
    }

    .ssopp-wrapper .ssopp .additional-content {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.75rem;
        margin-bottom: 1.5rem
    }

    .ssopp-wrapper .ssopp .name {
        font-family: "Roboto_Bold"
    }

    .ssopp-wrapper .ssopp .email,
    .ssopp-wrapper .ssopp .phone,
    .ssopp-wrapper .ssopp .role {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.75rem
    }

    .ssopp-wrapper .ssopp .email,
    .ssopp-wrapper .ssopp .phone {
        color: #2dafe3;
        display: block
    }

    .ssopp-wrapper .ssopp .phone {
        color: #000;
        margin-bottom: 2rem
    }

    .ssopp-wrapper .ssopp .btn {
        font-family: "Roboto_Bold";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.5rem;
        width: 100%;
        background: #fff;
        margin: auto;
        height: 3.375rem
    }

    .ssopp-wrapper.center {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ssopp-wrapper.center .ssopp {
        width: 50%
    }

    .floating-banner {
        position: fixed;
        top: 30%;
        right: 1.25rem;
        text-align: end;
        background: rgba(108, 117, 125, .25);
        padding: 1.25rem;
        padding-top: 0;
        z-index: 999999
    }

    .floating-banner figure img {
        width: 15.625rem;
        height: 12.5rem;
        object-fit: fill
    }

    .floating-banner.hidden {
        display: none
    }

    .floating-close {
        font-family: "Roboto_Regular";
        font-size: .875rem;
        font-style: "normal";
        letter-spacing: -.03125rem;
        line-height: 1.375rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: .5rem;
        cursor: pointer
    }

    .floating-close figure img {
        width: .75rem;
        height: .75rem;
        margin-left: .5rem
    }
}

.blue-bg {
    background: rgba(18, 28, 36, .7)
}

.black-bg {
    background: rgba(0, 0, 0, .5)
}

.red-bg {
    background: rgba(60, 0, 0, .6)
}

.purple-bg {
    background: rgba(9, 0, 35, .6)
}

.green-bg {
    background: rgba(5, 52, 35, .6)
}

.yellow-bg {
    background: rgba(81, 73, 7, .6)
}

@media only screen and (max-width:47.9375rem) {
    .home .heading {
        position: relative;
        margin-top: 2.5rem;
        margin-bottom: 2rem
    }

    .home .heading h2 {
        text-align: center;
        font-size: 1.75rem
    }

    .home .heading .additional-heading {
        text-align: center;
        margin-top: 1rem
    }

    .home .heading::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 2.25rem;
        height: .375rem;
        margin: 0 auto
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    .home .heading {
        position: relative;
        margin-top: 2.5rem;
        margin-bottom: 2rem
    }

    .home .heading h2 {
        text-align: center;
        font-size: 1.75rem
    }

    .home .heading .additional-heading {
        text-align: center;
        margin-top: 2rem
    }

    .home .heading::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -.9375rem;
        width: 4.0625rem;
        margin: 0 auto
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    .home .heading {
        position: relative;
        margin-top: 4rem;
        margin-bottom: 3rem
    }

    .home .heading h2 {
        text-align: center
    }

    .home .heading .additional-heading {
        text-align: center;
        margin-top: 2rem
    }

    .home .heading::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -.625rem;
        width: 4.0625rem;
        margin: 0 auto
    }
}

@media only screen and (min-width:103.125rem) {
    .home .heading {
        position: relative;
        margin-top: 4rem;
        margin-bottom: 3rem
    }

    .home .heading h2 {
        text-align: center
    }

    .home .heading .additional-heading {
        text-align: center;
        margin-top: 2rem
    }

    .home .heading::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -.9375rem;
        width: 4.0625rem;
        margin: 0 auto
    }
}

@media only screen and (max-width:47.9375rem) {
    .policy.header {
        position: relative;
        margin-bottom: 3.125rem
    }

    .policy.header .bg-image {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        overflow: hidden;
        z-index: -1
    }

    .policy.header .bg-image figure {
        height: 100%
    }

    .policy.header .bg-image figure img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .policy.header.partner {
        width: calc(100% - 40px);
        margin: 0 1.25rem;
        aspect-ratio: 4/3;
        background: rgba(0, 0, 0, 0)
    }

    .policy.header .container {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 8.4375rem 6.25rem
    }

    .policy.header .container h1 {
        color: #fff;
        text-transform: uppercase;
        text-align: center
    }

    .policy.header .container.partner {
        padding: 6.5625rem 0
    }

    .policy.header .container h1,
    .policy.header .container.partner h1 {
        font-family: "Roboto_Bold";
        font-size: 1.5rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.8125rem
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    .policy.header {
        position: relative;
        margin-bottom: 4.375rem
    }

    .policy.header .bg-image {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        overflow: hidden;
        z-index: -1
    }

    .policy.header .bg-image figure {
        height: 100%
    }

    .policy.header .bg-image figure img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .policy.header.partner {
        width: calc(100% - 120px);
        margin: 0 3.75rem;
        margin-bottom: 0;
        aspect-ratio: 16/5;
        z-index: 9
    }

    .policy.header .container {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 4.0625rem 0
    }

    .policy.header .container h1,
    .policy.header .container.partner h1 {
        font-family: "Roboto_Bold";
        font-style: "normal";
        letter-spacing: .12rem
    }

    .policy.header .container h1 {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 1.5rem;
        line-height: 1.8125rem
    }

    .policy.header .container.partner {
        padding: 3rem 10.625rem
    }

    .policy.header .container.partner h1 {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    .policy.header {
        position: relative;
        margin-bottom: 4.375rem
    }

    .policy.header .bg-image {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        overflow: hidden;
        z-index: -1
    }

    .policy.header .bg-image figure {
        height: 100%
    }

    .policy.header .bg-image figure img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .policy.header.partner {
        width: calc(100% - 240px);
        margin: 0 7.5rem;
        margin-bottom: 0;
        aspect-ratio: 16/5;
        z-index: 9
    }

    .policy.header .container {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 4.0625rem 0
    }

    .policy.header .container h1 {
        color: #fff;
        text-transform: uppercase;
        text-align: center
    }

    .policy.header .container.partner {
        padding: 5.75rem;
    }

    .policy.header .container h1,
    .policy.header .container.partner h1 {
        font-family: "Roboto_Bold";
        font-size: 1.875rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 2.25rem
    }
}

@media only screen and (min-width:103.125rem) {
    .policy.header {
        position: relative;
        margin-bottom: 4.375rem
    }

    .policy.header .bg-image {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        overflow: hidden;
        z-index: -1
    }

    .policy.header .bg-image figure {
        height: 100%
    }

    .policy.header .bg-image figure img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .policy.header.partner {
        width: 100%;
        margin: auto auto 0;
        aspect-ratio: 16/5;
        z-index: 9
    }

    .policy.header .container {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 4.0625rem 0
    }

    .policy.header .container h1,
    .policy.header .container.partner h1 {
        font-family: "Roboto_Bold";
        font-style: "normal";
        letter-spacing: .12rem
    }

    .policy.header .container h1 {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 2.25rem;
        line-height: 2.75rem
    }

    .policy.header .container.partner {
        padding: 6.9375rem 0
    }

    .policy.header .container.partner h1 {
        font-size: 1.5rem;
        line-height: 1.8125rem
    }
}

.policy.content li {
    list-style: disc;
    margin-bottom: 1.25rem
}

.policy.content table {
    border-collapse: collapse;
    margin-bottom: 1.875rem
}

.policy.content table td {
    border: 1px solid #000;
    padding: .3125rem
}

@media only screen and (max-width:48rem) {
    .policy.content {
        margin-bottom: 4.0625rem
    }

    .policy.content .container {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .policy.content .container p {
        margin-bottom: 1.875rem;
        text-align: left;
        line-height: 1.75rem
    }

    .policy.content .container.faq h2 {
        font-family: "Roboto_Medium";
        font-size: 1.375rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 2.5rem;
        margin-top: 3.125rem;
        margin-bottom: 1.875rem
    }

    .policy.content .container.faq h2:first-of-type {
        margin-top: 0
    }

    .policy.content .container.faq p {
        margin-bottom: 0
    }

    .policy.content .container.partner-with-us .enquiry-form {
        width: 100%
    }

    .policy.content .container.partner-with-us .enquiry-form__heading {
        text-align: center;
        margin-top: 2.5rem;
        margin-bottom: 1.5rem
    }

    .policy.content .container.partner-with-us .heading {
        width: 100%;
        margin-top: 2.5rem
    }

    .policy.content .container.partner-with-us .email {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.5rem;
        color: #2dafe3;
        margin: 0;
        margin-bottom: .25rem
    }

    .policy.content .container.partner-with-us .contact-card {
        margin-bottom: 1.5rem
    }

    .policy.content .container.partner-with-us .contact-card .duty {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.75rem;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 1.25rem
    }

    .policy.content .container.partner-with-us .contact-card .name {
        font-family: "Roboto_Bold";
        font-size: 1.25rem;
        font-style: "bold";
        letter-spacing: .12rem;
        line-height: 1.75rem;
        margin: 0;
        margin-bottom: .25rem
    }

    .policy.content .container.partner-with-us .contact-card .role {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.5rem;
        margin: 0;
        margin-bottom: .25rem
    }

    .policy.content .container.partner-with-us .contact-card .email {
        display: block
    }

    .policy.content .container.partner-with-us .contact-card .phone {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.5rem;
        color: #000;
        margin: 0;
        margin-bottom: .25rem
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    .policy.content {
        margin-bottom: 4.0625rem
    }

    .policy.content .container {
        position: relative;
        width: 100%;
        max-width: 41.9375rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .policy.content .container p {
        margin-bottom: 1.875rem;
        text-align: left;
        line-height: 1.75rem
    }

    .policy.content .container.faq h2 {
        font-family: "Roboto_Medium";
        font-size: 1.5rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.8125rem;
        margin-top: 3.75rem;
        margin-bottom: 1.875rem
    }

    .policy.content .container.faq h2:first-of-type {
        margin-top: 0
    }

    .policy.content .container.faq p {
        margin-bottom: 0
    }

    .policy.content .container.partner-with-us {
        max-width: 75%
    }

    .policy.content .container.partner-with-us .enquiry-form {
        width: 100%
    }

    .policy.content .container.partner-with-us .enquiry-form__heading {
        text-align: center;
        margin-top: 2.5rem;
        margin-bottom: 1.5rem
    }

    .policy.content .container.partner-with-us .email {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.5rem;
        color: #2dafe3;
        margin: 0;
        margin-bottom: .25rem
    }

    .policy.content .container.partner-with-us .heading {
        width: 100%;
        margin-top: 2.5rem
    }

    .policy.content .container.partner-with-us .contact-card {
        margin-bottom: 1.5rem
    }

    .policy.content .container.partner-with-us .contact-card .duty {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.75rem;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 1.25rem
    }

    .policy.content .container.partner-with-us .contact-card .name {
        font-family: "Roboto_Bold";
        font-size: 1.25rem;
        font-style: "bold";
        letter-spacing: .12rem;
        line-height: 1.75rem;
        margin: 0;
        margin-bottom: .25rem
    }

    .policy.content .container.partner-with-us .contact-card .role {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.5rem;
        margin: 0;
        margin-bottom: .25rem
    }

    .policy.content .container.partner-with-us .contact-card .email {
        display: block
    }

    .policy.content .container.partner-with-us .contact-card .phone {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.5rem;
        color: #000;
        margin: 0;
        margin-bottom: .25rem
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    .policy.content {
        margin-bottom: 4.0625rem
    }

    .policy.content .container {
        position: relative;
        width: 100%;
        max-width: 56.25rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .policy.content .container p {
        margin-bottom: 1.875rem;
        text-align: left;
        line-height: 1.75rem
    }

    .policy.content .container.faq h2 {
        font-family: "Roboto_Medium";
        font-size: 1.5rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.8125rem;
        margin-top: 3.75rem;
        margin-bottom: 1.875rem
    }

    .policy.content .container.faq h2:first-of-type {
        margin-top: 0
    }

    .policy.content .container.faq p {
        margin-bottom: 0
    }

    .policy.content .container.partner-with-us {
        max-width: 50%
    }

    .policy.content .container.partner-with-us .enquiry-form {
        width: 100%
    }

    .policy.content .container.partner-with-us .enquiry-form__heading {
        text-align: center;
        margin-top: 4rem;
        margin-bottom: 2.5rem
    }

    .policy.content .container.partner-with-us .email {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.75rem;
        color: #2dafe3;
        margin: 0;
        margin-bottom: .25rem
    }

    .policy.content .container.partner-with-us .heading {
        width: 100%;
        margin-top: 4rem
    }

    .policy.content .container.partner-with-us .contact-card {
        margin-bottom: 2.5rem
    }

    .policy.content .container.partner-with-us .contact-card .duty {
        font-family: "Roboto_Regular";
        font-size: 1.5rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 2.125rem;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 1.25rem
    }

    .policy.content .container.partner-with-us .contact-card .name {
        font-family: "Roboto_Bold";
        font-size: 1.5rem;
        font-style: "bold";
        letter-spacing: .12rem;
        line-height: 2.125rem;
        margin: 0;
        margin-bottom: .25rem
    }

    .policy.content .container.partner-with-us .contact-card .role {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.75rem;
        margin: 0;
        margin-bottom: .25rem
    }

    .policy.content .container.partner-with-us .contact-card .email {
        display: block
    }

    .policy.content .container.partner-with-us .contact-card .phone {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.75rem;
        color: #000;
        margin: 0;
        margin-bottom: .25rem
    }
}

@media only screen and (min-width:103.125rem) {
    .policy.content {
        margin-bottom: 4.0625rem
    }

    .policy.content .container {
        position: relative;
        width: 100%;
        max-width: 61.25rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .policy.content .container p {
        margin-bottom: 1.875rem;
        text-align: left;
        line-height: 1.75rem
    }

    .policy.content .container.faq h2 {
        font-family: "Roboto_Medium";
        font-size: 1.5rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.8125rem;
        margin-top: 3.75rem;
        margin-bottom: 1.875rem
    }

    .policy.content .container.faq h2:first-of-type {
        margin-top: 0
    }

    .policy.content .container.faq p {
        margin-bottom: 0
    }

    .policy.content .container.partner-with-us {
        max-width: 50%
    }

    .policy.content .container.partner-with-us .enquiry-form {
        width: 100%
    }

    .policy.content .container.partner-with-us .enquiry-form__heading {
        text-align: center;
        margin-top: 4rem;
        margin-bottom: 2.5rem
    }

    .policy.content .container.partner-with-us .email {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.75rem;
        color: #2dafe3;
        margin: 0;
        margin-bottom: .25rem
    }

    .policy.content .container.partner-with-us .heading {
        width: 100%;
        margin-top: 4rem
    }

    .policy.content .container.partner-with-us .contact-card {
        margin-bottom: 2.5rem
    }

    .policy.content .container.partner-with-us .contact-card .duty {
        font-family: "Roboto_Regular";
        font-size: 1.5rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 2.125rem;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 1.25rem
    }

    .policy.content .container.partner-with-us .contact-card .name {
        font-family: "Roboto_Bold";
        font-size: 1.5rem;
        font-style: "bold";
        letter-spacing: .12rem;
        line-height: 2.125rem;
        margin: 0;
        margin-bottom: .25rem
    }

    .policy.content .container.partner-with-us .contact-card .role {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.75rem;
        margin: 0;
        margin-bottom: .25rem
    }

    .policy.content .container.partner-with-us .contact-card .email {
        display: block
    }

    .policy.content .container.partner-with-us .contact-card .phone {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.75rem;
        color: #000;
        margin: 0;
        margin-bottom: .25rem
    }
}

main header nav ul li.active::after,
main header.sticky.dark-style nav ul li.active::after {
    border-color: #2dafe3
}

main header nav ul li.active a:hover,
main header nav ul li:hover a,
main header.sticky nav ul li:hover a,
main header.sticky.dark-style nav ul li.active a:hover {
    font-family: "Roboto_Regular";
    font-weight: 400;
    color: #2dafe3
}

footer .container .additional-links ul li a,
footer .container nav ul li a,
main header.sticky.dark-style nav ul li a {
    color: #000
}

footer .container:after,
footer .container:before {
    background: #fff
}

@media only screen and (max-width:47.9375rem) {
    footer .container .logo {
        top: 25px
    }

    footer .container .additional-links ul li a,
    footer .container nav ul li a,
    footer .container nav ul li.active a {
        color: #fff
    }

    footer .container nav ul li.active::after {
        border-color: #2dafe3
    }

    footer .bg-image figure img {
        -webkit-filter: brightness(.7);
        filter: brightness(.7)
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    .policy.header.partner.new-designbg {
        width: calc(100% - 0px);
        margin: 0;
        aspect-ratio: 16/5;
        z-index: 9
    }

    .new-aboutus.policy.content .container.partner-with-us {
        max-width: 85%
    }
}

.ach-ab-main-tab {
    display: table;
    height: 100%
}

.ach-ab-main-cell {
    display: table-cell;
    vertical-align: middle
}

.ach-bx-tab {
    display: table;
    height: 240px;
    width: 100%
}

.ach-bx-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.ablot-our-event-list ul li {
    background-color: #f5f5f5;
    color: #121c24;
    padding: .5em;
    margin-bottom: .5em !important;
    margin-left: .8em;
    font-size: 1em;
    list-style: none !important
}

.ach-bx {
    border: 1px dotted #2dafe3;
    border-radius: 50%;
    margin: auto 1.4rem;
    margin-bottom: 5em
}

.row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media screen and (max-width:475px) {
    .col-md-6 {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px
}

@media screen and (max-width:475px) {
    .col-lg-3 {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.fl-ab-img-blk {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 30em
}

.brand-light-txt {
    color: #2dafe3;
    padding: 1rem 0;
    font-size: 1.8rem !important;
    font-family: "Roboto_Regular"
}

.text-upper {
    text-transform: uppercase
}

.tb-arw-blc,
.tb-arw::before {
    background-color: #f5f5f5
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1.3em
}

.lfty-sty {
    max-width: 515px;
    width: 100%;
    margin-left: auto;
    padding-right: 2em
}

.ev-blocks {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    border-top: 5px solid #121c24;
    min-height: 10em;
    transition: .5s;
    cursor: pointer;
    font-weight: 700
}

.ev-block-tb {
    display: table;
    height: 10em;
    width: 100%
}

.ev-block-cl {
    display: table-cell;
    vertical-align: middle;
    background: rgba(64, 64, 64, .7);
    font-weight: 500;
    font-size: 1.5em;
    font-family: "Roboto_Bold";
    text-transform: capitalize
}

@media screen and (max-width:500px) {
    .ev-block-cl {
        font-size: 1em
    }

    .bl-rw .col-lg-6 {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

#abt-tab-1::before {
    left: calc(125.4px + (105vw - 1140px)/2)
}

#abt-tab-2::before {
    left: calc(399px + (118vw - 1140px)/2)
}

#abt-tab-3::before {
    left: calc(684px + (130vw - 1140px)/2)
}

.ev-blocks:hover {
    transition: .5s
}

.active-a,
.ev-blocks:hover {
    border-top: 5px solid #2dafe3;
    border-radius: 0
}

.tab {
    display: none
}

.tab-active {
    display: block
}

.tb-arw::before {
    content: "";
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin-top: -15px;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6
}

.tb-arw-blc .h2,
.tb-arw-blc h2 {
    font-size: 2rem !important;
    font-weight: 400
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 2rem !important
}

.pt-5,
.py-5 {
    padding-top: 2rem !important
}

.text-center {
    text-align: center !important
}

.component-wrapper {
    max-width: calc(100% - 20px);
    margin: 0 10px;
    text-align: center;
    width: 900px
}

.slider-outer-shell {
    position: relative;
    width: 100%
}

.slider-wrapper {
    overflow: hidden;
    margin: 0 60px;
    position: relative;
    width: calc(100% - 120px)
}

.slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    height: 100%;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 100%
}

.show-slider-navigation .slider,
.slider {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.slider__item {
    box-sizing: border-box;
    max-width: calc(100% - 10px - 0px + 10px);
    min-width: calc(100% - 10px - 0px + 10px);
    font-size: 14px !important;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    outline: none;
    padding: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #2dafe3;
    color: #000;
    min-height: 206px
}

.slider__item:first-child {
    margin-left: 0
}

.slider__item:last-child {
    margin-right: 0
}

@media only screen and (min-width:480px) {
    .slider__item {
        box-sizing: border-box;
        max-width: calc(100% - 10px - 0px + 5px);
        min-width: calc(100% - 10px - 0px + 5px)
    }
}

@media only screen and (min-width:600px) {
    .slider__item {
        box-sizing: border-box;
        max-width: calc(100% - 10px - 0px + 3.3333333333px);
        min-width: calc(100% - 10px - 0px + 3.3333333333px)
    }
}

@media only screen and (min-width:760px) {
    .slider__item {
        box-sizing: border-box;
        max-width: calc(50% - 10px - 0px + 2.5px);
        min-width: calc(50% - 10px - 0px + 2.5px)
    }
}

@media only screen and (min-width:900px) {
    .slider__item {
        box-sizing: border-box;
        max-width: calc(32.6333333333% - 10px - 0px + 2px);
        min-width: calc(32.6333333333% - 10px - 0px + 2px)
    }
}

.slider__nav-button,
.slider__pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.slider__nav-button {
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    width: 60px
}

.slider__nav-button svg>* {
    fill: #333
}

.slider__nav-button.previous {
    left: 0;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.slider__nav-button.next {
    right: 0;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.slider__pagination {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 100%
}

.slider__pagination-item {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 8px;
    width: 10px
}

.draw.log-thumb {
    display: block;
    text-align: center
}

.lfty-sty p,
.rght-sty p,
.slider__item p {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    text-align: left;
    line-height: 1.6
}

.lfty-sty p,
.rght-sty p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: .6em
}

.slider__item p:first-of-type {
    padding: 1rem 1rem .5rem;
    margin: 0
}

.slider__item p:last-of-type {
    font-style: italic;
    text-align: right;
    padding: .5rem 1rem 1rem;
    margin: 0
}

.pl-0 {
    padding-left: 0
}

.tb-arw-blc .container {
    margin-left: -1rem;
    margin-right: -1rem
}

.slider__item p i {
    color: #2dafe3;
    font-size: 25px;
    padding: 0 1rem 0 0
}

.pro-bx {
    border: 1px solid #2dafe3;
    margin-bottom: 3em;
    text-transform: uppercase;
    padding: 2em
}

.fl-b-image {
    background-repeat: none;
    background-size: cover
}

.brand-light-bg {
    background-color: #2dafe3
}

.rght-sty {
    max-width: 531px;
    width: 100%;
    margin-right: auto;
    padding-left: 2em
}

.text-white,
.text-white p {
    color: #fff !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pr-5,
.px-5 {
    padding-right: 2rem !important
}

.light-gry-bx {
    background-color: #f5f5f5;
    color: #121c24;
    padding: .6em;
    font-size: 1.4em
}

.col-md-12 {
    width: 100%;
    margin-right: 15px;
    margin-left: 15px
}

#aboutus-industry-tiles .col-lg-3 {
    -ms-flex: 0 0 30.9%;
    -webkit-flex: 0 0 30.9%;
    flex: 0 0 30.9%;
    max-width: 33%;
    padding-right: 15px
}

.policy.content .container.partner-with-us .heading {
    margin-left: -15px
}

@media screen and (max-width:500px) {
    #aboutus-industry-tiles .col-lg-3:first-child {
        margin-left: 0
    }

    #aboutus-industry-tiles .col-lg-3 {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0
    }

    #aboutus-industry-tiles .ev-block-tb {
        margin-bottom: 15px
    }

    .ach-bx-tab {
        display: table;
        height: 340px;
        width: 100%
    }
}

@media only screen and (max-width:47.9375rem) {
    .home.testimonials {
        background: #fff
    }

    .home.testimonials .container {
        position: relative;
        padding-bottom: 1.25rem
    }

    .home.testimonials .container .list-testimonials {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0 0;
        justify-items: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 1.25rem
    }

    .home.testimonials .container .list-testimonials .testimonial {
        width: auto;
        max-width: 100%;
        position: relative;
        display: none;
        background: #fff;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: .625rem .625rem .625rem 1.25rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-image {
        width: 5rem;
        height: 5rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-image figure,
    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-quote figure {
        width: 100%;
        height: 100%
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-image figure img {
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        object-fit: cover
    }

    .home.testimonials,
    .home.testimonials .container .list-testimonials .testimonial .testimonial-information {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-quote {
        position: relative;
        width: 2rem;
        height: 2rem;
        margin: 1.5rem auto
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-quote figure img {
        width: 2rem;
        height: 2rem;
        -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(26%) saturate(7160%) hue-rotate(164deg) brightness(93%) contrast(91%);
        filter: brightness(0) saturate(100%) invert(76%) sepia(26%) saturate(7160%) hue-rotate(164deg) brightness(93%) contrast(91%)
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-content p {
        -webkit-margin-before: -.53125rem;
        margin-block-start: -.53125rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-content p:last-of-type {
        padding-top: 1.25rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-content .testimonial-author p {
        font-family: "Roboto_Bold"
    }

    .home.testimonials.blue-bg .container .testimonial {
        border: .0625rem solid #121c24
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    .home.testimonials {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff
    }

    .home.testimonials .container {
        position: relative;
        padding-bottom: 4.375rem
    }

    .home.testimonials .container .heading {
        margin-top: 2.5rem
    }

    .home.testimonials .container .list-testimonials {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 5rem 5rem;
        justify-items: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .home.testimonials .container .list-testimonials .testimonial {
        display: none;
        width: 100%;
        max-width: 36.5625rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-image {
        width: 8.125rem;
        height: 8.125rem;
        padding-top: 3.75rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-image figure {
        height: 100%
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-image figure img {
        width: 8.125rem;
        height: 8.125rem;
        border-radius: 50%;
        object-fit: cover
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 1.25rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-quote {
        width: 2rem;
        height: 2rem;
        margin-right: 1.875rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-quote figure {
        width: 100%;
        height: 100%
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-quote figure img {
        width: 2rem;
        height: 2rem;
        -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(26%) saturate(7160%) hue-rotate(164deg) brightness(93%) contrast(91%);
        filter: brightness(0) saturate(100%) invert(76%) sepia(26%) saturate(7160%) hue-rotate(164deg) brightness(93%) contrast(91%)
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-content {
        padding-top: 1.875rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-content p {
        -webkit-margin-before: -.53125rem;
        margin-block-start: -.53125rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-content p:last-of-type {
        padding-bottom: 2.1875rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-content .testimonial-author p {
        font-family: "Roboto_Bold"
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    .container.partner.align-left.left-part {
    width: 58%;
    margin-left: 10%;
    margin-right: auto;
}
    .home.testimonials {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff
    }

    .home.testimonials .container {
        position: relative;
        padding-bottom: 4.375rem
    }

    .home.testimonials .container .heading {
        margin-top: 4rem
    }

    .home.testimonials .container .list-testimonials {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5rem 5rem;
        justify-items: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .home.testimonials .container .list-testimonials .testimonial {
        display: none
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-image {
        width: 8.125rem;
        height: 8.125rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-image figure {
        height: 100%
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-image figure img {
        width: 8.125rem;
        height: 8.125rem;
        border-radius: 50%;
        object-fit: cover
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: .3125rem;
        padding-left: 2.5rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-quote {
        width: 2rem;
        height: 2rem;
        margin-right: 1.875rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-quote figure {
        width: 100%;
        height: 100%
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-quote figure img {
        width: 2rem;
        height: 2rem;
        -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(26%) saturate(7160%) hue-rotate(164deg) brightness(93%) contrast(91%);
        filter: brightness(0) saturate(100%) invert(76%) sepia(26%) saturate(7160%) hue-rotate(164deg) brightness(93%) contrast(91%)
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-content p {
        -webkit-margin-before: -.53125rem;
        margin-block-start: -.53125rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-content p:last-of-type {
        padding-bottom: 1.25rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-content .testimonial-author p {
        font-family: "Roboto_Bold"
    }
}

@media only screen and (min-width:103.125rem) {
    .home.testimonials {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff
    }

    .home.testimonials .container {
        position: relative;
        padding-bottom: 4.375rem
    }

    .home.testimonials .container .heading {
        margin-top: 4rem
    }

    .home.testimonials .container .list-testimonials {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5rem 5rem;
        justify-items: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .home.testimonials .container .list-testimonials .testimonial {
        display: none
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-image {
        width: 11.4375rem;
        height: 11.4375rem;
        margin-right: 1.875rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-image figure {
        height: 100%
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-image figure img {
        width: 9.6875rem;
        height: 9.6875rem;
        border-radius: 50%;
        object-fit: cover
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 4.375rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-quote {
        width: 2rem;
        height: 2rem;
        margin-right: 1.875rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-quote figure {
        width: 100%;
        height: 100%
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-quote figure img {
        width: 2rem;
        height: 2rem;
        -webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(26%) saturate(7160%) hue-rotate(164deg) brightness(93%) contrast(91%);
        filter: brightness(0) saturate(100%) invert(76%) sepia(26%) saturate(7160%) hue-rotate(164deg) brightness(93%) contrast(91%)
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-content p {
        -webkit-margin-before: -.53125rem;
        margin-block-start: -.53125rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-content p:last-of-type {
        padding-bottom: 1.25rem
    }

    .home.testimonials .container .list-testimonials .testimonial .testimonial-information .testimonial-content .testimonial-author p {
        font-family: "Roboto_Bold"
    }
}

.light-gry-bx h4 {
    font-family: "Roboto_Bold"
}

.pro-bx .key_department_icon,
.pro-bx .key_department_name {
    text-align: center !important;
    font-weight: 700
}

.rght-sty-block {
    background-color: #262262
}

@media screen and (max-width:500px) {
    .pro-bx {
        margin-left: 30px
    }

    .col-lg-6 {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-lg-6 .lfty-sty.col-lg-6 {
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 86%;
        -webkit-flex: 0 0 86%;
        flex: 0 0 86%
    }

    .pro-bx .key_department_icon,
    .pro-bx .key_department_name {
        text-align: center !important
    }

    .lfty-sty,
    .rght-sty {
        max-width: 340px
    }
}

.grid-lg-4cl .spr-bx,
body {
    background-color: #fff
}

.grid-lg-3cl {
    width: 30%;
    position: relative;
    text-align: center;
    padding: 15px
}

.grid-lg-3cl,
.grid-lg-4cl,
.grid-lg-4cl .spr-bx img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.grid-lg-4cl {
    width: 22%;
    position: relative;
    text-align: center;
    padding: 15px
}

.grid-lg-4cl .spr-bx {
    border: 1px solid #e5e5e5;
    margin-bottom: 2em;
    padding: 1em;
    text-align: center;
    box-shadow: 1px 1px 10px #e5e5e5;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px
}

.grid-lg-4cl .spr-bx img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    max-height: 80px
}

.block-key-area p {
    margin-bottom: 15px
}

.block-key-area ul li {
    line-height: 15px;
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 10px
}

@media screen and (max-width:500px) {

    .grid-lg-3cl,
    .grid-lg-4cl {
        width: 100%
    }
}