@-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,
header.sticky {
    background-color: #f2f2f2
}

body {
    color: #262262;
    margin: 0
}

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 6.3333333333%;
        -ms-flex: 0 0 6.3333333333%;
        flex: 0 0 6.3333333333%;
        margin-left: 1%;
        margin-right: 1%
    }

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

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

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

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

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

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

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

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

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

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

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

    .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-300.woff) format("woff"), url(../assets/fonts/Roboto/roboto-300.woff2) format("woff2"), url(../assets/fonts/Roboto/roboto-300.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: Roboto_Medium;
    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.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: Roboto_Bold;
    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.ttf) format("truetype");
    font-display: swap
}

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

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

    h1 {
        font-size: 1.375rem;
        text-transform: uppercase;
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0;
        line-height: 2.75rem
    }

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

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

    h2 {
        font-size: 1.375rem;
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    h1,
    h2.small,
    h3 {
        color: #262262
    }

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

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

    h3 {
        letter-spacing: .12rem;
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0;
        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: #262262;
        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: #262262
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    h1 {
        font-size: 2.25rem;
        line-height: 2.6875rem;
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    h1,
    h1.small,
    h2 {
        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;
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    h1,
    h2.small,
    h3 {
        color: #262262
    }

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

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

    h3 {
        letter-spacing: .12rem;
        -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: #262262;
        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: #262262
    }
}

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

    h1,
    h1.small {
        font-size: 2.25rem
    }

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

    h1,
    h1.small,
    h2 {
        letter-spacing: .12rem;
        line-height: 2.6875rem
    }

    h1.small {
        text-transform: none
    }

    h2 {
        font-size: 1.875rem;
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }

    h1,
    h2.small,
    h3 {
        color: #262262
    }

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

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

    h3 {
        letter-spacing: .12rem;
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0;
        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: #262262;
        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: #262262
    }
}

@media only screen and (min-width:103.125rem) {

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

    h1 {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0;
        font-size: 2.75rem;
        line-height: 3.3125rem
    }

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

    h1.small {
        text-transform: none
    }

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

    h1,
    h2.small,
    h3 {
        color: #262262
    }

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

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

    h3 {
        letter-spacing: .12rem;
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0;
        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: #262262;
        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: #262262
    }
}

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

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

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 {
    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: 16.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: #27aae1
}

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

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

header nav ul li a:hover {
    color: #27aae1;
    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,
ol li {
    color: #262262
}

.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: 16.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 nav ul li {
        margin: 0 1.25rem 0 0
    }

    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: 16.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: #262262;
        font-size: 1.25rem
    }

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

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

    header nav.active ul li a:hover {
        color: #27aae1;
        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: 16.9375rem;
        height: 3.125rem
    }

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

    .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: #070339;
    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 nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

footer .container .logo figure img {
    width: 100%;
    max-width: 16.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 .socials 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: #27aae1
}

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: #27aae1
}

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

footer .container .socials ul li a {
    color: #fff
}

footer .container .socials ul li a:hover {
    color: #27aae1
}

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:76.5rem)and (max-width:103.125rem) {
    footer {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: #070339;
        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: 16.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: #27aae1
    }

    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: #27aae1
    }

    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: #27aae1
    }

    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: #070339;
        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(7, 3, 57, .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: 16.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: #27aae1
    }

    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: #27aae1
    }

    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: #27aae1
    }

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

    .conference .container {
        max-width: 88.125rem;
        margin: 0 auto;
        padding: 1.25rem 3.75rem
    }
}

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

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

    footer {
        position: relative;
        background: #252524
    }

    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,
    footer .container nav ul {
        width: 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 {
        position: relative;
        padding-top: 3.75rem;
        padding-bottom: 2.5rem;
        background: rgba(0, 0, 0, 0)
    }

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

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

    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 {
        height: 100%
    }

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

    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 #d82d1d;
        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: #d82d1d
    }

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

    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: "Reg_Modn_Regular";
        font-size: 1rem;
        font-style: "normal";
        letter-spacing: .12rem;
        line-height: 1.875rem;
        padding: 30px
    }

    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: #d82d1d
    }

    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: #070339
    }

    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: 16.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 #27aae1;
        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: #27aae1
    }

    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: #27aae1
    }

    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: #27aae1
    }

    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 {
    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;
    background: #262262;
    color: #fff;
    padding: .9375rem
}

.btn.primary-style:hover {
    background: #27aae1
}

.btn.primary-style:focus {
    background: #27aae1;
    box-shadow: 0 .1875rem .4375rem #262262
}

.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 #27aae1;
    color: #27aae1;
    padding: .9375rem 2.5rem
}

.btn.medium-style:hover {
    background: #27aae1;
    background: #fff;
    color: #27aae1;
    border-color: #27aae1
}

.btn.medium-style:focus {
    background: #fff;
    color: #27aae1;
    border-color: #27aae1;
    box-shadow: 0 .125rem 1.25rem rgba(164, 228, 255, .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: #27aae1;
    border: .125rem solid #27aae1;
    padding: .9375rem 1.875rem
}

.btn.transparent-style:hover {
    background: #27aae1;
    background: #fff;
    border-color: #27aae1;
    color: #27aae1
}

.btn.transparent-style:focus {
    background: #fff;
    color: #27aae1;
    border-color: #27aae1;
    box-shadow: 0 .125rem 1.25rem rgba(39, 170, 225, .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 {
    width: 100%
}

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

.btn.no-shadow,
.btn.no-shadow:link,
.btn.no-shadow:visited {
    color: #27aae1;
    border: .125rem solid #27aae1;
    box-shadow: none
}

.btn.no-shadow:link,
.btn.no-shadow:visited {
    padding: .9375rem 2.5rem
}

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

.btn.mp-btn {
    border-color: #262262;
    color: #262262;
    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: #27aae1;
    color: #27aae1
}

.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: #002a42;
    font-size: 1rem
}

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

.datepicker-controls .button:hover {
    border-color: #7aabe0;
    color: #002a42
}

.datepicker-controls .button:focus {
    border-color: #3273dc;
    color: #002a42
}

.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: #002a42
}

.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(38, 34, 98, .4);
        width: .75rem;
        height: .75rem;
        margin: 0 .9375rem;
        border-radius: 50%;
        cursor: pointer
    }

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

    .dots ul li.active {
        background: #262262;
        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(38, 34, 98, .4);
        width: .875rem;
        height: .875rem;
        margin: 0 .9375rem;
        border-radius: 50%;
        cursor: pointer
    }

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

    .dots ul li.active {
        background: #262262;
        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(38, 34, 98, .4);
        width: .875rem;
        height: .875rem;
        margin: 0 .9375rem;
        border-radius: 50%;
        cursor: pointer
    }

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

    .dots ul li.active {
        background: #262262;
        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(38, 34, 98, .4);
        width: .875rem;
        height: .875rem;
        margin: 0 .9375rem;
        border-radius: 50%;
        cursor: pointer
    }

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

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

@media only screen and (max-width:46rem) {
    .home.our-brands .dots ul li {
        height: .75rem;
        margin: unset;
        margin-right: .75rem
    }

    .home.our-brands .dots ul li.active {
        width: 1.25rem;
        height: 1.25rem;
        margin: unset;
        margin-right: .75rem
    }
}

@media only screen and (max-width:24.9375rem) {
    .home.our-brands .dots ul li {
        width: 1rem;
        height: 1rem;
        margin: unset;
        margin-right: .75rem
    }

    .home.our-brands .dots ul li.active {
        width: 1.25rem;
        height: 1.25rem;
        margin: unset;
        margin-right: .75rem
    }
}

@media only screen and (max-width:20rem) {
    .home.our-brands .dots ul {
        width: 19rem
    }

    .home.our-brands .dots ul li,
    .home.our-brands .dots ul li.active {
        margin-right: .5rem
    }
}

@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 #262262;
        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 #262262;
        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: #27aae1;
        display: block
    }

    .ssopp-wrapper .ssopp .phone {
        color: #262262;
        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(121, 121, 118, .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 #262262;
        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 #262262;
        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: #27aae1;
        display: block
    }

    .ssopp-wrapper .ssopp .phone {
        color: #262262;
        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(121, 121, 118, .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 #262262;
        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 #262262;
        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: #27aae1;
        display: block
    }

    .ssopp-wrapper .ssopp .phone {
        color: #262262;
        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(121, 121, 118, .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 #262262;
        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 #262262;
        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: #27aae1;
        display: block
    }

    .ssopp-wrapper .ssopp .phone {
        color: #262262;
        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(121, 121, 118, .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
    }

    .ssopp-wrapper.center {
        gap: 0;
        padding: 4rem;
        margin-top: 2rem;
        max-width: 72rem;
        width: 100%
    }

    .ssopp-wrapper .ssopp .email,
    .ssopp-wrapper .ssopp .name,
    .ssopp-wrapper .ssopp .role {
        text-align: center
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    .ssopp-wrapper.center {
        gap: 0;
        padding: 4rem;
        margin-top: 2rem;
        max-width: 67.5rem;
        width: 100%
    }

    .ssopp-wrapper .ssopp .email,
    .ssopp-wrapper .ssopp .name,
    .ssopp-wrapper .ssopp .role {
        text-align: center
    }
}

@media only screen and (min-width:55rem)and (max-width:76.5rem) {
    .ssopp-wrapper.center {
        gap: 0;
        padding: 4rem;
        margin-top: 2rem
    }

    .ssopp-wrapper .ssopp .email,
    .ssopp-wrapper .ssopp .name,
    .ssopp-wrapper .ssopp .role {
        text-align: center
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:55rem) {
    .ssopp-wrapper.center .ssopp {
        max-width: 55rem;
        width: 100%
    }
}

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

    .ssopp-wrapper .ssopp .email,
    .ssopp-wrapper .ssopp .name,
    .ssopp-wrapper .ssopp .role {
        text-align: center
    }
}

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

    .ssopp-wrapper.center,
    .wrapper-404 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ssopp-wrapper.center {
        padding: 0;
        padding-top: 2rem;
        margin: 0
    }

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

    .ssopp-wrapper .ssopp .email,
    .ssopp-wrapper .ssopp .name,
    .ssopp-wrapper .ssopp .role {
        text-align: center
    }

    .wrapper-404 {
        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
    }

    .wrapper-404 h2,
    .wrapper-404 h4 {
        font-family: "Roboto_Bold";
        font-size: 6.25rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 7.5rem;
        color: #27aae1;
        margin-bottom: 1.75rem
    }

    .wrapper-404 h4 {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        line-height: 1.75rem;
        color: #262262;
        margin-bottom: 1.25rem;
        text-transform: uppercase
    }

    .wrapper-404 .btn,
    .wrapper-404 .info {
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.5rem;
        text-align: center
    }

    .wrapper-404 .info {
        margin-bottom: 1.75rem;
        font-family: "Roboto_Regular"
    }

    .wrapper-404 .btn {
        font-family: "Roboto_Bold";
        width: 95%;
        background: #000;
        color: #fff;
        padding: 1.125rem;
        border-radius: .5rem
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    .wrapper-404 {
        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
    }

    .wrapper-404 h2,
    .wrapper-404 h4 {
        font-family: "Roboto_Bold";
        font-size: 6.25rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 7.5rem;
        color: #27aae1;
        margin-bottom: 1.75rem
    }

    .wrapper-404 h4 {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        line-height: 1.75rem;
        color: #262262;
        margin-bottom: 1.25rem;
        text-transform: uppercase
    }

    .wrapper-404 .btn,
    .wrapper-404 .info {
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.5rem;
        text-align: center
    }

    .wrapper-404 .info {
        margin-bottom: 1.75rem;
        max-width: 75%;
        font-family: "Roboto_Regular"
    }

    .wrapper-404 .btn {
        font-family: "Roboto_Bold";
        background: #000;
        color: #fff;
        padding: 1.125rem 4.6875rem;
        border-radius: .5rem
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    .wrapper-404 {
        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
    }

    .wrapper-404 h2,
    .wrapper-404 h4 {
        font-family: "Roboto_Bold";
        font-size: 12.5rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 9.375rem;
        color: #27aae1;
        margin-bottom: 2.5rem
    }

    .wrapper-404 h4 {
        font-family: "Roboto_Regular";
        font-size: 1.5rem;
        line-height: 2.125rem;
        color: #262262;
        margin-bottom: 1.25rem;
        text-transform: uppercase
    }

    .wrapper-404 .btn,
    .wrapper-404 .info {
        font-style: "normal";
        letter-spacing: 0;
        text-align: center
    }

    .wrapper-404 .info {
        margin-bottom: 2.5rem;
        max-width: 60%;
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .wrapper-404 .btn {
        font-family: "Roboto_Bold";
        font-size: 1.125rem;
        line-height: 1.5rem;
        background: #000;
        color: #fff;
        padding: 1.125rem 5rem;
        border-radius: .5rem
    }
}

@media only screen and (min-width:103.125rem) {
    .wrapper-404 {
        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
    }

    .wrapper-404 h2,
    .wrapper-404 h4 {
        font-family: "Roboto_Bold";
        font-size: 12.5rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 9.375rem;
        color: #27aae1;
        margin-bottom: 2.5rem
    }

    .wrapper-404 h4 {
        font-family: "Roboto_Regular";
        font-size: 1.5rem;
        line-height: 2.125rem;
        color: #262262;
        margin-bottom: 1.25rem;
        text-transform: uppercase
    }

    .wrapper-404 .btn,
    .wrapper-404 .info {
        font-style: "normal";
        letter-spacing: 0;
        text-align: center
    }

    .wrapper-404 .info {
        margin-bottom: 2.5rem;
        max-width: 60%;
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .wrapper-404 .btn {
        font-family: "Roboto_Bold";
        font-size: 1.125rem;
        line-height: 1.5rem;
        background: #000;
        color: #fff;
        padding: 1.125rem 5rem;
        border-radius: .5rem
    }
}

.blue-bg {
    background: rgba(0, 42, 66, .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;
        text-align: center
    }

    .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;
        text-align: center
    }

    .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,
    .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,
    .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: 100%;
        margin: 0;
        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: 100%;
        margin: 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: 100%;
        margin: 0;
        aspect-ratio: 16/5;
        z-index: 9
    }

    .policy.header .container {
        position: relative;
        width: 100%;
        max-width: 60.3125rem;
        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 0
    }

    .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%;
        max-width: 60.3125rem;
        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 #262262;
    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 .home.heading {
        text-align: center
    }

    .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: #27aae1;
        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: #262262;
        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;
        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 .home.heading {
        text-align: center
    }

    .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: #27aae1;
        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: #262262;
        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: 43.125rem
    }

    .policy.content .container.partner-with-us .home.heading {
        text-align: center
    }

    .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: #27aae1;
        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: #262262;
        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: 73.125rem
    }

    .policy.content .container.partner-with-us .home.heading {
        text-align: center
    }

    .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: #27aae1;
        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: #262262;
        margin: 0;
        margin-bottom: .25rem
    }
}

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

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

footer .container .socials ul li a figure img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

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

    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: #27aae1
    }
}