@-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: 8.125rem;
    object-fit: contain
}

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

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

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

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

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

header nav ul li.active a {
    color: #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: 7.5rem;
        object-fit: contain
    }

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

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    header .container 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: 7.5rem;
        object-fit: contain
    }

    header .mobile-toggle {
        display: none
    }

    header.sticky {
        width: 100%
    }

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

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

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

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

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

    header .logo {
        width: 40%
    }

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

    header .logo a img {
        width: 5.9375rem
    }

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

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

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

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

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

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

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

    header nav {
        display: none
    }

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

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

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

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

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

    header nav.active ul li {
        margin-bottom: 2.75rem;
        color: #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: 5.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;
    cursor: default;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto_Regular";
    font-size: .875rem;
    font-style: "normal";
    letter-spacing: 0;
    line-height: 0;
    border-radius: 0;
    border: .0625rem solid rgba(0, 0, 0, 0);
    box-sizing: border-box
}

.datepicker-controls,
.datepicker-grid,
.datepicker-picker span,
.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-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;
    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
    }
}

@media only screen and (max-width:47.9375rem) {
    .home.find {
        padding: 0 1.25rem
    }

    .home.find .stretched h1 {
        position: absolute;
        top: 50%;
        color: #fff;
        text-align: center;
        left: 50%;
        right: 0;
        -webkit-transform: translate(-55%, -50%);
        transform: translate(-55%, -50%);
        width: 75%;
        padding: 0 1.25rem;
        text-transform: none;
        margin: 0;
        font-size: 1.75rem;
        line-height: 2.25rem
    }

    .home.find h1 {
        color: #262262;
        margin-top: 1.75rem;
        font-size: 1.75rem;
        padding: 0;
        width: 60%
    }

    .home.find .description {
        padding-top: 1rem
    }

    .home.find .search-form {
        padding-top: 2.5rem
    }

    .home.find .search-form form fieldset {
        border: none;
        margin: 0;
        padding: 0
    }

    .home.find .search-form .form-field {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .home.find .search-form .form-field .typing-in-input {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0 1.25rem
    }

    .home.find .search-filter.form-field .typing-in-datepicker-from-date img,
    .home.find .search-form .form-field .typing-in-input img {
        width: 1rem;
        height: 1rem;
        cursor: pointer
    }

    .home.find .search-form .form-field .typing-in-input.typed {
        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
    }

    .home.find .search-form .form-field input {
        width: 100%;
        font-family: "Roboto_Bold";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.25rem;
        color: #262262;
        border: .0625rem solid rgba(38, 34, 98, .5);
        border-radius: .375rem;
        outline: 0;
        padding: 1.125rem;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .home.find .search-form .form-field input::-webkit-input-placeholder {
        font-family: "Roboto_Regular";
        color: #797976;
        opacity: 1
    }

    .home.find .search-form .form-field input::-moz-placeholder {
        font-family: "Roboto_Regular";
        color: #797976;
        opacity: 1
    }

    .home.find .search-form .form-field input:-ms-input-placeholder,
    .home.find .search-form .form-field input::-ms-input-placeholder {
        font-family: "Roboto_Regular";
        color: #797976;
        opacity: 1
    }

    .home.find .search-form .form-field input::placeholder {
        font-family: "Roboto_Regular";
        color: #797976;
        opacity: 1
    }

    .home.find .search-form .form-field input.type-find {
        width: 100%;
        background: url(../images/search-icon.svg) no-repeat left;
        background-position-x: 1.25rem;
        background-position-y: 50%;
        text-indent: 2.0625rem;
        background-color: #fff
    }

    .home.find .search-form .form-field input.type-event.toggled~ul,
    .home.find .search-form .form-field input.type-sector.toggled~ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% - 5px)
    }

    .home.find .search-form .form-field input.type-sector.toggled {
        border: .125rem solid #262262;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0
    }

    .home.find .search-form .form-field input.type-sector::after,
    .home.find .search-form .form-field input.type-sector::before {
        content: "";
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        -webkit-transform: translateY(-70%);
        transform: translateY(-70%)
    }

    .home.find .search-form .form-field input.type-sector::before {
        left: 0;
        background: url(../images/Sector2.svg) no-repeat center center
    }

    .home.find .search-form .form-field input.type-sector::after {
        right: 0;
        background: url(../images/Vector2.svg) no-repeat center center
    }

    .home.find .search-form .form-field input.type-sector.selected {
        background: url(../images/Sector2.svg) no-repeat left;
        background-position-x: 1.25rem;
        background-position-y: 50%
    }

    .home.find .search-form .form-field input.type-event.selected::after,
    .home.find .search-form .form-field input.type-event.selected::before,
    .home.find .search-form .form-field input.type-sector.selected::after,
    .home.find .search-form .form-field input.type-sector.selected::before {
        background: rgba(0, 0, 0, 0)
    }

    .home.find .search-form .form-field input.type-event,
    .home.find .search-form .form-field input.type-sector {
        width: 100%;
        height: 3.625rem;
        border: .0625rem solid rgba(38, 34, 98, .5);
        border-radius: .375rem;
        outline: 0;
        padding: 1.125rem;
        margin: 0;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        z-index: 1
    }

    .home.find .search-form .form-field input.type-event.toggled {
        border: .125rem solid #262262;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0
    }

    .home.find .search-form .form-field input.type-event::after,
    .home.find .search-form .form-field input.type-event::before {
        content: "";
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .home.find .search-form .form-field input.type-event::before {
        left: 0;
        background: url(../images/Event-type2.svg) no-repeat center center
    }

    .home.find .search-form .form-field input.type-event::after {
        right: 0;
        background: url(../images/Vector2.svg) no-repeat center center
    }

    .home.find .search-form .form-field input.type-event.selected {
        background: url(../images/Event-type2.svg) no-repeat left;
        background-position-x: 1.25rem;
        background-position-y: 50%
    }

    .home.find .search-form .form-field input.type-sector {
        margin-bottom: 1.25rem
    }

    .home.find .search-form .form-field.filter {
        position: relative;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff
    }

    .home.find .search-form .form-field.filter label {
        width: auto;
        height: 100%;
        position: absolute;
        max-height: 3.625rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 2.8125rem;
        color: rgba(38, 34, 98, .5)
    }

    .home.find .search-form .form-field.filter label.typed {
        font-family: "Roboto_Bold";
        color: #262262
    }

    .home.find .search-form .form-field.filter.type_event {
        margin-top: 1.25rem
    }

    .home.find .search-form .form-field.filter ul {
        width: 100%;
        height: auto;
        max-height: 204px;
        display: none;
        position: absolute;
        color: rgba(38, 34, 98, .5);
        border: .125rem solid #262262;
        border-top: .125rem solid #262262;
        margin-top: 3.625rem;
        overflow: scroll;
        overflow-x: hidden;
        z-index: 3
    }

    .home.find .search-form .form-field.filter ul li {
        width: auto;
        background: #fff;
        font-size: 1.125rem;
        text-indent: 0;
        padding: 1.25rem;
        border-bottom: .0625rem solid #000;
        cursor: pointer
    }

    .home.find .search-form .form-field.filter ul li:last-of-type {
        border-bottom: none
    }

    .home.find .search-form .form-field.filter ul li:hover {
        background: #d6dfe9
    }

    .home.find .search-form .form-field.filter ul li.active-filter {
        background: #d6dfe9;
        font-family: "Roboto_Medium";
        color: #262262
    }

    .home.find .search-form .form-field.filter ul li:focus {
        outline: 0
    }

    .home.find .search-form .form-field.filter ul::-webkit-scrollbar {
        width: .875rem;
        background: #8095a0;
        -webkit-appearance: visible;
        appearance: visible;
        -moz-appearance: visible
    }

    .home.find .search-form .form-field.filter ul::-webkit-scrollbar-thumb {
        background-color: #262262
    }

    .home.find .search-form .form-field.filter .event-filter-mask,
    .home.find .search-form .form-field.filter .search-filter-mask {
        display: none
    }

    .home.find .search-form .form-field.filter .event-filter-mask.active,
    .home.find .search-form .form-field.filter .search-filter-mask.active {
        background: url(../images/close-icon.svg) no-repeat right;
        background-position-x: 95%;
        background-position-y: 50%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: .625rem;
        right: 1.25rem;
        top: 0;
        margin-top: 0;
        border: none;
        z-index: 9;
        cursor: pointer;
        font-size: 0
    }

    .home.find .btn.bold {
        height: 3.625rem
    }

    .home.find .search-filter {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .home.find .search-filter.form-field input {
        width: auto;
        background: url(../images/calendar-icon.svg) no-repeat left, url(../images/Vector2.svg) no-repeat right;
        background-position-x: 1rem, calc(100% - 20px);
        background-position-y: 50%, 50%;
        text-indent: 2.0625rem;
        font-family: "Roboto_Medium";
        color: #797976;
        margin-bottom: 0;
        caret-color: rgba(0, 0, 0, 0);
        cursor: pointer;
        background-color: #fff
    }

    .home.find .search-filter.form-field input:last-of-type {
        margin-bottom: 1.25rem
    }

    .home.find .search-filter.form-field input::-webkit-input-placeholder {
        color: rgba(121, 121, 118, .5)
    }

    .home.find .search-filter.form-field input::-moz-placeholder {
        color: rgba(121, 121, 118, .5)
    }

    .home.find .search-filter.form-field input:-ms-input-placeholder,
    .home.find .search-filter.form-field input::-ms-input-placeholder {
        color: rgba(121, 121, 118, .5)
    }

    .home.find .search-filter.form-field input::placeholder {
        color: rgba(121, 121, 118, .5)
    }

    .home.find .search-filter.form-field input:focus {
        box-shadow: none;
        outline: none;
        caret-color: rgba(0, 0, 0, 0)
    }

    .home.find .search-filter.form-field input.typed-calendar {
        background: url(../images/calendar-icon.svg) no-repeat left;
        background-position-x: 1.25rem;
        background-position-y: 50%
    }

    .home.find .search-filter.form-field .typing-in-datepicker-from-date {
        display: none;
        position: absolute;
        right: 0;
        top: 2.5rem;
        padding: 0 1.25rem
    }

    .home.find .search-filter.form-field .typing-in-datepicker-from-date.typed,
    .home.find .search-filter.form-field .typing-in-datepicker-to-date.typed {
        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
    }

    .home.find .search-filter.form-field .typing-in-datepicker-to-date {
        display: none;
        position: absolute;
        right: 0;
        top: 4.875rem;
        bottom: 0;
        padding: 0 1.25rem
    }

    .home.find .search-filter.form-field .typing-in-datepicker-to-date img {
        cursor: pointer;
        width: 1rem;
        height: 1rem
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    .home.find {
        padding-top: 6.875rem;
        min-height: 36.25rem;
        width: 100%
    }

    .home.find .grid__col-4 {
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }

    .home.find .search-form .form-field .typing-in-input.typed,
    .home.find .stretched {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .home.find .stretched h1 {
        color: #fff
    }

    .home.find h1 {
        color: #262262;
        width: 75%;
        font-size: 2rem;
        line-height: 2.5rem;
        overflow-wrap: unset
    }

    .home.find .description {
        padding-top: 1rem
    }

    .home.find .search-form {
        width: 115.5%;
        max-width: 28.0625rem;
        padding-top: 1.5625rem
    }

    .home.find .search-form form fieldset {
        border: none;
        margin: 0;
        padding: 0
    }

    .home.find .search-form .form-fields {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.875rem
    }

    .home.find .search-form .form-field {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .home.find .search-form .form-field .typing-in-input {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0 1.25rem
    }

    .home.find .search-filter.form-field .typing-in-datepicker-from-date img,
    .home.find .search-filter.form-field .typing-in-datepicker-to-date img,
    .home.find .search-form .form-field .typing-in-input img {
        width: 1rem;
        height: 1rem;
        cursor: pointer
    }

    .home.find .search-form .form-field .typing-in-input.typed {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home.find .search-form .form-field input {
        width: 100%;
        font-family: "Roboto_Bold";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.25rem;
        color: #262262;
        border: .0625rem solid rgba(38, 34, 98, .5);
        border-radius: .375rem;
        outline: 0;
        padding: 1.125rem;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .home.find .search-form .form-field input::-webkit-input-placeholder {
        font-family: "Roboto_Regular";
        color: #797976;
        opacity: 1
    }

    .home.find .search-form .form-field input::-moz-placeholder {
        font-family: "Roboto_Regular";
        color: #797976;
        opacity: 1
    }

    .home.find .search-form .form-field input:-ms-input-placeholder,
    .home.find .search-form .form-field input::-ms-input-placeholder {
        font-family: "Roboto_Regular";
        color: #797976;
        opacity: 1
    }

    .home.find .search-form .form-field input::placeholder {
        font-family: "Roboto_Regular";
        color: #797976;
        opacity: 1
    }

    .home.find .search-form .form-field input.type-find {
        width: 100%;
        background: url(../images/search-icon.svg) no-repeat left;
        background-position-x: 1.25rem;
        background-position-y: 50%;
        text-indent: 2.0625rem
    }

    .home.find .search-form .form-field input.type-event,
    .home.find .search-form .form-field input.type-sector {
        width: 100%;
        height: 3.625rem;
        border: .0625rem solid rgba(38, 34, 98, .5);
        border-radius: .375rem;
        outline: 0;
        padding: 1.125rem;
        margin: 0;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        z-index: 1
    }

    .home.find .search-form .form-field input.type-event.toggled~ul,
    .home.find .search-form .form-field input.type-sector.toggled~ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 12.5rem
    }

    .home.find .search-form .form-field input.type-sector.toggled {
        border: .125rem solid #262262;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0
    }

    .home.find .search-form .form-field input.type-sector::before {
        content: "";
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../images/Sector2.svg) no-repeat center center
    }

    .home.find .search-form .form-field input.type-sector::after {
        right: 0;
        background: url(../images/Vector2.svg) no-repeat center center
    }

    .home.find .search-form .form-field input.type-sector.selected {
        background: url(../images/Sector2.svg) no-repeat left;
        background-position-x: 1.25rem;
        background-position-y: 50%
    }

    .home.find .search-form .form-field input.type-event.selected::after,
    .home.find .search-form .form-field input.type-event.selected::before,
    .home.find .search-form .form-field input.type-sector.selected::after,
    .home.find .search-form .form-field input.type-sector.selected::before {
        background: rgba(0, 0, 0, 0)
    }

    .home.find .search-form .form-field input.type-event.toggled {
        border: .125rem solid #262262;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0
    }

    .home.find .search-form .form-field input.type-event::after,
    .home.find .search-form .form-field input.type-event::before,
    .home.find .search-form .form-field input.type-sector::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .home.find .search-form .form-field input.type-event::before {
        left: 0;
        background: url(../images/Event-type2.svg) no-repeat center center
    }

    .home.find .search-form .form-field input.type-event::after {
        right: 0;
        background: url(../images/Vector2.svg) no-repeat center center
    }

    .home.find .search-form .form-field input.type-event.selected {
        background: url(../images/Event-type2.svg) no-repeat left;
        background-position-x: 1.25rem;
        background-position-y: 50%
    }

    .home.find .search-form .form-field.filter {
        position: relative;
        background-color: #fff
    }

    .home.find .search-form .form-field.filter label {
        width: auto;
        height: 100%;
        position: absolute;
        display: inline-block;
        padding-left: 2.8125rem;
        color: rgba(38, 34, 98, .5);
        max-width: 45%;
        overflow: hidden;
        top: 35%;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .home.find .search-form .form-field.filter label.typed {
        font-family: "Roboto_Bold";
        color: #262262
    }

    .home.find .search-form .form-field.filter ul {
        width: 100%;
        height: auto;
        max-height: 204px;
        display: none;
        position: absolute;
        color: rgba(38, 34, 98, .5);
        border: .125rem solid #262262;
        border-top: .125rem solid #262262;
        margin-top: 3.625rem;
        overflow: scroll;
        overflow-x: hidden;
        z-index: 3
    }

    .home.find .search-form .form-field.filter ul li {
        width: auto;
        background: #fff;
        font-size: 1.125rem;
        text-indent: 0;
        padding: 1.25rem;
        border-bottom: .0625rem solid #000;
        cursor: pointer
    }

    .home.find .search-form .form-field.filter ul li:last-of-type {
        border-bottom: none
    }

    .home.find .search-form .form-field.filter ul li:hover {
        background: #d6dfe9
    }

    .home.find .search-form .form-field.filter ul li.active-filter {
        background: #d6dfe9;
        font-family: "Roboto_Medium";
        color: #262262
    }

    .home.find .search-form .form-field.filter ul li:focus {
        outline: 0
    }

    .home.find .search-form .form-field.filter ul::-webkit-scrollbar {
        width: .875rem;
        background: #8095a0;
        -webkit-appearance: visible;
        appearance: visible;
        -moz-appearance: visible
    }

    .home.find .search-form .form-field.filter ul::-webkit-scrollbar-thumb {
        background-color: #262262
    }

    .home.find .search-form .form-field.filter .event-filter-mask,
    .home.find .search-form .form-field.filter .search-filter-mask {
        display: none
    }

    .home.find .search-form .form-field.filter .event-filter-mask.active,
    .home.find .search-form .form-field.filter .search-filter-mask.active {
        background: url(../images/close-icon.svg) no-repeat right;
        background-position-x: 95%;
        background-position-y: 50%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: .625rem;
        right: 1.25rem;
        top: 0;
        margin-top: 0;
        border: none;
        z-index: 9;
        cursor: pointer;
        font-size: 0
    }

    .home.find .btn.bold {
        height: 3.625rem
    }

    .home.find .search-filter {
        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
    }

    .home.find .search-filter.form-field input {
        width: 50%;
        background: url(../images/calendar-icon.svg) no-repeat left, url(../images/Vector2.svg) no-repeat right;
        background-position-x: 1rem, calc(100% - 20px);
        background-position-y: 50%, 50%;
        text-indent: 1.5625rem;
        font-family: "Roboto_Medium";
        color: #797976;
        caret-color: rgba(0, 0, 0, 0);
        cursor: pointer
    }

    .home.find .search-filter.form-field input:first-child {
        margin-right: 1.875rem
    }

    .home.find .search-filter.form-field input::-webkit-input-placeholder {
        color: rgba(38, 34, 98, .5)
    }

    .home.find .search-filter.form-field input::-moz-placeholder {
        color: rgba(38, 34, 98, .5)
    }

    .home.find .search-filter.form-field input:-ms-input-placeholder,
    .home.find .search-filter.form-field input::-ms-input-placeholder {
        color: rgba(38, 34, 98, .5)
    }

    .home.find .search-filter.form-field input::placeholder {
        color: rgba(38, 34, 98, .5)
    }

    .home.find .search-filter.form-field input:focus {
        box-shadow: none;
        outline: 0
    }

    .home.find .search-filter.form-field input.typed-calendar {
        background: url(../images/calendar-icon.svg) no-repeat left;
        background-position-x: 1.25rem;
        background-position-y: 50%
    }

    .home.find .search-filter.form-field .typing-in-datepicker-from-date {
        display: none;
        position: absolute;
        right: 53%;
        top: 0;
        bottom: 0;
        padding: 0 1.25rem
    }

    .home.find .search-filter.form-field .typing-in-datepicker-from-date.typed,
    .home.find .search-filter.form-field .typing-in-datepicker-to-date.typed {
        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
    }

    .home.find .search-filter.form-field .typing-in-datepicker-to-date {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0 1.25rem
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    .home.find {
        width: 100%;
        max-width: 100%;
        padding-top: 7.5rem;
        min-height: 37.5rem
    }

    .home.find .grid__col-4 {
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%
    }

    .home.find .search-form .form-field .typing-in-input.typed,
    .home.find .stretched {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .home.find .stretched h1 {
        color: #fff
    }

    .home.find h1 {
        color: #262262;
        width: 75%;
        font-size: 2.75rem;
        line-height: 3.75rem;
        overflow-wrap: unset
    }

    .home.find .description {
        padding-top: 1rem
    }

    .home.find .search-form {
        width: 100%;
        max-width: 28.0625rem;
        padding-top: .625rem
    }

    .home.find .search-form form fieldset {
        border: none;
        margin: 0;
        padding: 0
    }

    .home.find .search-form .form-fields {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.875rem
    }

    .home.find .search-form .form-field {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .home.find .search-form .form-field.event-col {
        margin-top: 0
    }

    .home.find .search-form .form-field .typing-in-input {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0 1.25rem
    }

    .home.find .search-filter.form-field .typing-in-datepicker-from-date img,
    .home.find .search-filter.form-field .typing-in-datepicker-to-date img,
    .home.find .search-form .form-field .typing-in-input img {
        width: 1rem;
        height: 1rem;
        cursor: pointer
    }

    .home.find .search-form .form-field .typing-in-input.typed {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home.find .search-form .form-field input {
        width: 100%;
        font-family: "Roboto_Bold";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.25rem;
        color: #262262;
        border: .0625rem solid rgba(38, 34, 98, .5);
        border-radius: .375rem;
        outline: 0;
        padding: 1.125rem;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .home.find .search-form .form-field input::-webkit-input-placeholder {
        font-family: "Roboto_Regular";
        color: #797976;
        opacity: 1
    }

    .home.find .search-form .form-field input::-moz-placeholder {
        font-family: "Roboto_Regular";
        color: #797976;
        opacity: 1
    }

    .home.find .search-form .form-field input:-ms-input-placeholder,
    .home.find .search-form .form-field input::-ms-input-placeholder {
        font-family: "Roboto_Regular";
        color: #797976;
        opacity: 1
    }

    .home.find .search-form .form-field input::placeholder {
        font-family: "Roboto_Regular";
        color: #797976;
        opacity: 1
    }

    .home.find .search-form .form-field input.type-find {
        width: 100%;
        background: url(../images/search-icon.svg) no-repeat left;
        background-position-x: 1.25rem;
        background-position-y: 50%;
        text-indent: 2.0625rem
    }

    .home.find .search-form .form-field input.type-event,
    .home.find .search-form .form-field input.type-sector {
        width: 100%;
        height: 3.625rem;
        border: .0625rem solid rgba(38, 34, 98, .5);
        border-radius: .375rem;
        outline: 0;
        padding: 1.125rem;
        margin: 0;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        z-index: 1
    }

    .home.find .search-form .form-field input.type-event.toggled~ul,
    .home.find .search-form .form-field input.type-sector.toggled~ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 98%
    }

    .home.find .search-form .form-field input.type-sector.toggled {
        border: .125rem solid #262262;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0
    }

    .home.find .search-form .form-field input.type-sector::before {
        content: "";
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../images/Sector2.svg) no-repeat center center
    }

    .home.find .search-form .form-field input.type-sector::after {
        right: 0;
        background: url(../images/Vector2.svg) no-repeat center center
    }

    .home.find .search-form .form-field input.type-sector.selected {
        background: url(../images/Sector2.svg) no-repeat left;
        background-position-x: 1.25rem;
        background-position-y: 50%
    }

    .home.find .search-form .form-field input.type-event.selected::after,
    .home.find .search-form .form-field input.type-event.selected::before,
    .home.find .search-form .form-field input.type-sector.selected::after,
    .home.find .search-form .form-field input.type-sector.selected::before {
        background: rgba(0, 0, 0, 0)
    }

    .home.find .search-form .form-field input.type-event.toggled {
        border: .125rem solid #262262;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0
    }

    .home.find .search-form .form-field input.type-event::after,
    .home.find .search-form .form-field input.type-event::before,
    .home.find .search-form .form-field input.type-sector::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .home.find .search-form .form-field input.type-event::before {
        left: 0;
        background: url(../images/Event-type2.svg) no-repeat center center
    }

    .home.find .search-form .form-field input.type-event::after {
        right: 0;
        background: url(../images/Vector2.svg) no-repeat center center
    }

    .home.find .search-form .form-field input.type-event.selected {
        background: url(../images/Event-type2.svg) no-repeat left;
        background-position-x: 1.25rem;
        background-position-y: 50%
    }

    .home.find .search-form .form-field.filter {
        position: relative;
        background-color: #fff
    }

    .home.find .search-form .form-field.filter label {
        width: auto;
        height: 1.25rem;
        position: absolute;
        display: inline-block;
        padding-left: 2.8125rem;
        color: rgba(38, 34, 98, .5);
        max-width: 50%;
        top: 35%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .home.find .search-form .form-field.filter label.typed {
        font-family: "Roboto_Bold";
        color: #262262
    }

    .home.find .search-form .form-field.filter ul {
        width: auto;
        height: auto;
        max-height: 204px;
        display: none;
        position: absolute;
        color: rgba(38, 34, 98, .5);
        border: .125rem solid #262262;
        border-top: .125rem solid #262262;
        margin-top: 3.625rem;
        overflow: scroll;
        overflow-x: hidden;
        z-index: 3
    }

    .home.find .search-form .form-field.filter ul li {
        background: #fff;
        font-size: 1.125rem;
        text-indent: 0;
        padding: 1.25rem;
        border-bottom: .0625rem solid #000;
        cursor: pointer
    }

    .home.find .search-form .form-field.filter ul li:last-of-type {
        border-bottom: none
    }

    .home.find .search-form .form-field.filter ul li:hover {
        background: #d6dfe9
    }

    .home.find .search-form .form-field.filter ul li.active-filter {
        background: #d6dfe9;
        font-family: "Roboto_Medium";
        color: #262262
    }

    .home.find .search-form .form-field.filter ul li:focus {
        outline: 0
    }

    .home.find .search-form .form-field.filter ul::-webkit-scrollbar {
        width: .875rem;
        background: #8095a0;
        -webkit-appearance: visible;
        appearance: visible;
        -moz-appearance: visible
    }

    .home.find .search-form .form-field.filter ul::-webkit-scrollbar-thumb {
        background-color: #262262
    }

    .home.find .search-form .form-field.filter .event-filter-mask,
    .home.find .search-form .form-field.filter .search-filter-mask {
        display: none
    }

    .home.find .search-form .form-field.filter .event-filter-mask.active,
    .home.find .search-form .form-field.filter .search-filter-mask.active {
        background: url(../images/close-icon.svg) no-repeat right;
        background-position-x: 95%;
        background-position-y: 50%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: .625rem;
        right: 1.25rem;
        top: 0;
        margin-top: 0;
        border: none;
        z-index: 9;
        cursor: pointer;
        font-size: 0
    }

    .home.find .btn.bold {
        height: 3.625rem
    }

    .home.find .search-filter {
        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
    }

    .home.find .search-filter.form-field input {
        width: 50%;
        background: url(../images/calendar-icon.svg) no-repeat left, url(../images/Vector2.svg) no-repeat right;
        background-position-x: 1rem, calc(100% - 20px);
        background-position-y: 50%, 50%;
        text-indent: 1.5625rem;
        font-family: "Roboto_Medium";
        color: #797976;
        caret-color: rgba(0, 0, 0, 0);
        cursor: pointer
    }

    .home.find .search-filter.form-field input:first-child {
        margin-right: 1.875rem
    }

    .home.find .search-filter.form-field input::-webkit-input-placeholder {
        color: rgba(38, 34, 98, .5)
    }

    .home.find .search-filter.form-field input::-moz-placeholder {
        color: rgba(38, 34, 98, .5)
    }

    .home.find .search-filter.form-field input:-ms-input-placeholder,
    .home.find .search-filter.form-field input::-ms-input-placeholder {
        color: rgba(38, 34, 98, .5)
    }

    .home.find .search-filter.form-field input::placeholder {
        color: rgba(38, 34, 98, .5)
    }

    .home.find .search-filter.form-field input:focus {
        box-shadow: none;
        outline: 0
    }

    .home.find .search-filter.form-field input.typed-calendar {
        background: url(../images/calendar-icon.svg) no-repeat left;
        background-position-x: 1.25rem;
        background-position-y: 50%
    }

    .home.find .search-filter.form-field .typing-in-datepicker-from-date {
        display: none;
        position: absolute;
        right: 53%;
        top: 0;
        bottom: 0;
        padding: 0 1.25rem
    }

    .home.find .search-filter.form-field .typing-in-datepicker-from-date.typed,
    .home.find .search-filter.form-field .typing-in-datepicker-to-date.typed {
        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
    }

    .home.find .search-filter.form-field .typing-in-datepicker-to-date {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0 1.25rem
    }
}

@media only screen and (min-width:103.125rem) {
    .home.find {
        padding-top: 7.5rem;
        min-height: 48.125rem;
        width: 100%
    }

    .home.find .search-form .form-field .typing-in-input.typed,
    .home.find .stretched {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .home.find .stretched h1 {
        color: #fff
    }

    .home.find h1 {
        width: 75%;
        color: #262262;
        font-size: 2.75rem;
        line-height: 3.75rem;
        overflow-wrap: unset
    }

    .home.find .description {
        padding-top: 1rem
    }

    .home.find .search-form {
        padding-top: .9375rem
    }

    .home.find .search-form form fieldset {
        border: none;
        margin: 0;
        padding: 0
    }

    .home.find .search-form .form-fields {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.875rem
    }

    .home.find .search-form .form-field {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .home.find .search-form .form-field.event-col {
        margin-top: 0
    }

    .home.find .search-form .form-field .typing-in-input {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0 1.25rem
    }

    .home.find .search-filter.form-field .typing-in-datepicker-from-date img,
    .home.find .search-filter.form-field .typing-in-datepicker-to-date img,
    .home.find .search-form .form-field .typing-in-input img {
        width: 1rem;
        height: 1rem;
        cursor: pointer
    }

    .home.find .search-form .form-field .typing-in-input.typed {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home.find .search-form .form-field input {
        width: 100%;
        font-family: "Roboto_Bold";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.25rem;
        color: #262262;
        border: .0625rem solid rgba(38, 34, 98, .5);
        border-radius: .375rem;
        outline: 0;
        padding: 1.125rem;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .home.find .search-form .form-field input::-webkit-input-placeholder {
        font-family: "Roboto_Regular";
        color: #797976;
        opacity: 1
    }

    .home.find .search-form .form-field input::-moz-placeholder {
        font-family: "Roboto_Regular";
        color: #797976;
        opacity: 1
    }

    .home.find .search-form .form-field input:-ms-input-placeholder,
    .home.find .search-form .form-field input::-ms-input-placeholder {
        font-family: "Roboto_Regular";
        color: #797976;
        opacity: 1
    }

    .home.find .search-form .form-field input::placeholder {
        font-family: "Roboto_Regular";
        color: #797976;
        opacity: 1
    }

    .home.find .search-form .form-field input.type-find {
        width: 100%;
        background: url(../images/search-icon.svg) no-repeat left;
        background-position-x: 1.25rem;
        background-position-y: 50%;
        text-indent: 2.0625rem
    }

    .home.find .search-form .form-field input.type-event,
    .home.find .search-form .form-field input.type-sector {
        width: 100%;
        height: 3.625rem;
        border: .0625rem solid rgba(38, 34, 98, .5);
        border-radius: .375rem;
        outline: 0;
        padding: 1.125rem;
        margin: 0;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        z-index: 2
    }

    .home.find .search-form .form-field input.type-event.toggled~ul,
    .home.find .search-form .form-field input.type-sector.toggled~ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 98%
    }

    .home.find .search-form .form-field input.type-sector.toggled {
        border: .125rem solid #262262;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0
    }

    .home.find .search-form .form-field input.type-sector::before {
        content: "";
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../images/Sector2.svg) no-repeat center center
    }

    .home.find .search-form .form-field input.type-sector::after {
        right: 0;
        background: url(../images/Vector2.svg) no-repeat center center
    }

    .home.find .search-form .form-field input.type-sector.selected {
        background: url(../images/Sector2.svg) no-repeat left;
        background-position-x: 1.25rem;
        background-position-y: 50%
    }

    .home.find .search-form .form-field input.type-event.selected::after,
    .home.find .search-form .form-field input.type-event.selected::before,
    .home.find .search-form .form-field input.type-sector.selected::after,
    .home.find .search-form .form-field input.type-sector.selected::before {
        background: rgba(0, 0, 0, 0)
    }

    .home.find .search-form .form-field input.type-event {
        z-index: 1
    }

    .home.find .search-form .form-field input.type-event.toggled {
        border: .125rem solid #262262;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0
    }

    .home.find .search-form .form-field input.type-event::after,
    .home.find .search-form .form-field input.type-event::before,
    .home.find .search-form .form-field input.type-sector::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .home.find .search-form .form-field input.type-event::before {
        left: 0;
        background: url(../images/Event-type2.svg) no-repeat center center
    }

    .home.find .search-form .form-field input.type-event::after {
        right: 0;
        background: url(../images/Vector2.svg) no-repeat center center
    }

    .home.find .search-form .form-field input.type-event.selected {
        background: url(../images/Event-type2.svg) no-repeat left;
        background-position-x: 1.25rem;
        background-position-y: 50%
    }

    .home.find .search-form .form-field.filter {
        position: relative;
        background-color: #fff
    }

    .home.find .search-form .form-field.filter label {
        width: 100%;
        height: 1.25rem;
        position: absolute;
        display: inline-block;
        padding-left: 2.8125rem;
        color: rgba(38, 34, 98, .5);
        max-width: 50%;
        top: 35%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .home.find .search-form .form-field.filter label.typed {
        font-family: "Roboto_Bold";
        color: #262262
    }

    .home.find .search-form .form-field.filter ul {
        width: auto;
        height: auto;
        max-height: 204px;
        display: none;
        position: absolute;
        color: rgba(38, 34, 98, .5);
        border: .125rem solid #262262;
        border-top: .125rem solid #262262;
        margin-top: 3.625rem;
        overflow: scroll;
        overflow-x: hidden;
        z-index: 3
    }

    .home.find .search-form .form-field.filter ul li {
        background: #fff;
        font-size: 1.125rem;
        text-indent: 0;
        padding: 1.25rem;
        border-bottom: .0625rem solid #000;
        cursor: pointer
    }

    .home.find .search-form .form-field.filter ul li:last-of-type {
        border-bottom: none
    }

    .home.find .search-form .form-field.filter ul li:hover {
        background: #d6dfe9
    }

    .home.find .search-form .form-field.filter ul li.active-filter {
        background: #d6dfe9;
        font-family: "Roboto_Medium";
        color: #262262
    }

    .home.find .search-form .form-field.filter ul li:focus {
        outline: 0
    }

    .home.find .search-form .form-field.filter ul::-webkit-scrollbar {
        width: .875rem;
        background: #8095a0;
        -webkit-appearance: visible;
        appearance: visible;
        -moz-appearance: visible
    }

    .home.find .search-form .form-field.filter ul::-webkit-scrollbar-thumb {
        background-color: #262262
    }

    .home.find .search-form .form-field.filter .event-filter-mask,
    .home.find .search-form .form-field.filter .search-filter-mask {
        display: none
    }

    .home.find .search-form .form-field.filter .event-filter-mask.active,
    .home.find .search-form .form-field.filter .search-filter-mask.active {
        background: url(../images/close-icon.svg) no-repeat right;
        background-position-x: 95%;
        background-position-y: 50%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: .625rem;
        right: 1.25rem;
        top: 0;
        margin-top: 0;
        border: none;
        z-index: 9;
        cursor: pointer;
        font-size: 0
    }

    .home.find .btn.bold {
        height: 3.625rem
    }

    .home.find .search-filter {
        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
    }

    .home.find .search-filter.form-field input {
        width: 50%;
        background: url(../images/calendar-icon.svg) no-repeat left, url(../images/Vector2.svg) no-repeat right;
        background-position-x: 1rem, calc(100% - 20px);
        background-position-y: 50%, 50%;
        text-indent: 2.0625rem;
        font-family: "Roboto_Medium";
        color: #27aae1;
        caret-color: rgba(0, 0, 0, 0);
        cursor: pointer
    }

    .home.find .search-filter.form-field input:first-child {
        margin-right: 1.875rem
    }

    .home.find .search-filter.form-field input::-webkit-input-placeholder {
        color: rgba(38, 34, 98, .5)
    }

    .home.find .search-filter.form-field input::-moz-placeholder {
        color: rgba(38, 34, 98, .5)
    }

    .home.find .search-filter.form-field input:-ms-input-placeholder,
    .home.find .search-filter.form-field input::-ms-input-placeholder {
        color: rgba(38, 34, 98, .5)
    }

    .home.find .search-filter.form-field input::placeholder {
        color: rgba(38, 34, 98, .5)
    }

    .home.find .search-filter.form-field input:focus {
        box-shadow: none;
        outline: 0
    }

    .home.find .search-filter.form-field input.typed-calendar {
        background: url(../images/calendar-icon.svg) no-repeat left;
        background-position-x: 1.25rem;
        background-position-y: 50%
    }

    .home.find .search-filter.form-field .typing-in-datepicker-from-date {
        display: none;
        position: absolute;
        right: 53%;
        top: 0;
        bottom: 0;
        padding: 0 1.25rem
    }

    .home.find .search-filter.form-field .typing-in-datepicker-from-date.typed,
    .home.find .search-filter.form-field .typing-in-datepicker-to-date.typed {
        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
    }

    .home.find .search-filter.form-field .typing-in-datepicker-to-date {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0 1.25rem
    }

    .home.find .search-filter.form-field input,
    .home.find .search-form .form-field input.type-find {
        background-color: #fff
    }

    .home.find .search-form .form-field.filter label {
        color: #757575
    }

    #search-filter-from-date:-ms-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::-webkit-input-placeholder,
    input#search-filter-to-date::-webkit-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::-moz-placeholder,
    input#search-filter-to-date::-moz-placeholder {
        color: #757575
    }

    #search-filter-from-date::-ms-input-placeholder,
    input#search-filter-to-date:-ms-input-placeholder,
    input#search-filter-to-date::-ms-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::placeholder,
    input#search-filter-to-date::placeholder {
        color: #757575
    }
}

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

    .home.find .search-filter.form-field input,
    .home.find .search-form .form-field input.type-find {
        background-color: #fff
    }

    .home.find .search-form .form-field.filter label {
        color: #757575
    }

    #search-filter-from-date:-ms-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::-webkit-input-placeholder,
    input#search-filter-to-date::-webkit-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::-moz-placeholder,
    input#search-filter-to-date::-moz-placeholder {
        color: #757575
    }

    #search-filter-from-date::-ms-input-placeholder,
    input#search-filter-to-date:-ms-input-placeholder,
    input#search-filter-to-date::-ms-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::placeholder,
    input#search-filter-to-date::placeholder {
        color: #757575
    }
}

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

    .home.find .search-filter.form-field input,
    .home.find .search-form .form-field input.type-find {
        background-color: #fff
    }

    .home.find .search-form .form-field.filter label {
        color: #757575
    }

    #search-filter-from-date::-webkit-input-placeholder,
    input#search-filter-to-date::-webkit-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::-moz-placeholder,
    input#search-filter-to-date::-moz-placeholder {
        color: #757575
    }

    #search-filter-from-date:-ms-input-placeholder,
    #search-filter-from-date::-ms-input-placeholder,
    input#search-filter-to-date:-ms-input-placeholder,
    input#search-filter-to-date::-ms-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::placeholder,
    input#search-filter-to-date::placeholder {
        color: #757575
    }
}

@media only screen and (max-width:47.9375rem) {
    .home.find .search-form .form-field input.type-find {
        background-color: #fff
    }

    .home.find .search-form .form-field.filter label {
        color: #757575;
        width: -webkit-fill-available;
        height: 100%;
        background-color: #fff
    }

    #search-filter-from-date:-ms-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::-webkit-input-placeholder,
    input#search-filter-to-date::-webkit-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::-moz-placeholder,
    input#search-filter-to-date::-moz-placeholder {
        color: #757575
    }

    #search-filter-from-date::-ms-input-placeholder,
    input#search-filter-to-date:-ms-input-placeholder,
    input#search-filter-to-date::-ms-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::placeholder,
    input#search-filter-to-date::placeholder {
        color: #757575
    }

    .home.find .search-form .form-field.filter {
        background-color: unset
    }

    .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) {

    .home.featured-events,
    .home.featured-events .container .list-events .box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .home.featured-events .container {
        position: relative
    }

    .home.featured-events .container .list-events {
        position: relative;
        padding-bottom: 0;
        z-index: 3;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home.featured-events .container .list-events .box {
        transition: .5s;
        margin-bottom: 2.5rem;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .3)
    }

    .home.featured-events .container .list-events .box .category {
        background: #262262;
        padding: 0 1rem;
        border-top-left-radius: .375rem;
        border-top-right-radius: .375rem;
        height: 2.5rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home.featured-events .container .list-events .box .category div {
        display: none
    }

    .home.featured-events .container .list-events .box .category p {
        color: #fff;
        text-transform: uppercase
    }

    .home.featured-events .container .list-events .box .featured-image {
        width: 100%;
        height: 100%;
        position: relative
    }

    .home.featured-events .container .list-events .box .featured-image .organizer figure,
    .home.featured-events .container .list-events .box .featured-image figure {
        height: 100%
    }

    .home.featured-events .container .list-events .box .featured-image figure img {
        width: 100%;
        aspect-ratio: 11/4;
        object-fit: fill
    }

    .home.featured-events .container .list-events .box .featured-image .organizer {
        background: #fff;
        position: absolute;
        right: 0;
        top: -rem-calc(18);
        padding: .625rem
    }

    .home.featured-events .container .list-events .box .featured-image .organizer figure img {
        width: 100%;
        max-width: 5.6875rem;
        height: 100%;
        max-height: 1.625rem;
        object-fit: contain
    }

    .home.featured-events .container .list-events .box .featured-image .attendee-type {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0
    }

    .home.featured-events .container .list-events .box .featured-image .attendee-type .attendee-box {
        position: absolute;
        right: 0;
        bottom: -rem-calc(15);
        width: 100%;
        max-width: 10rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #797976;
        border-radius: .375rem;
        z-index: 1;
        margin-right: 1.375rem
    }

    .home.featured-events .container .list-events .box .content {
        background: #fff;
        border-bottom-left-radius: .375rem;
        border-bottom-right-radius: .375rem;
        padding: 1.5rem 1.6875rem;
        padding-bottom: 0
    }

    .home.featured-events .container .list-events .box .content .small {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    .home.featured-events .container .list-events .box .content .date-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .home.featured-events .container .list-events .box .content .card-separator {
        background: #797976;
        border-width: 0;
        height: .03125rem;
        margin: .625rem 0
    }

    .home.featured-events .container .list-events .box .content .location {
        color: #797976;
        font-size: .625rem;
        line-height: 1rem;
        margin-bottom: .625rem
    }

    .home.featured-events .container .list-events .box .content .location:first-of-type {
        text-transform: uppercase
    }

    .home.featured-events .container .list-events .box .content .minimal {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }

    .home.featured-events .container .list-events .box .content .sponsors-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background: #fff;
        grid-gap: 1.25rem;
        padding: 1.5625rem 1.25rem;
        margin: 0 -1.6875rem;
        border-bottom-left-radius: .375rem;
        border-bottom-right-radius: .375rem;
        border-top: 6px solid #262262
    }

    .home.featured-events .container .list-events .box .content .sponsors-wrapper figure img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-height: 45px
    }

    .home.featured-events .container .list-events .box .content .date {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-top: .75rem;
        padding-bottom: .75rem;
        position: relative
    }

    .home.featured-events .container .list-events .box .content .date figure {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home.featured-events .container .list-events .box .content .date figure img {
        height: 1.0625rem;
        width: 1.25rem
    }

    .home.featured-events .container .list-events .box .content .date p {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #797976;
        font-size: .625rem;
        padding: 0 .1875rem
    }

    .home.featured-events .container .list-events .box .content .date .tag {
        position: absolute;
        top: -.5rem;
        left: 0;
        text-transform: uppercase
    }

    .home.featured-events .container .list-events .box .content .additional-information {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .home.featured-events .container .list-events .box .content .attendee-type .attendee-box .medium {
        min-height: 36px
    }

    .home.featured-events .container .list-events .box .view-event {
        margin-bottom: 1.875rem
    }

    .home.featured-events .container .list-events .box:last-of-type {
        margin-bottom: 3.125rem
    }

    .home.featured-events .btn {
        margin-bottom: 2.5rem
    }

    .home.homepage-separator {
        margin: 2.5rem 1.25rem 0;
        border-width: 0;
        background: #252524;
        height: .0625rem
    }
}

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

    .home.featured-events,
    .home.featured-events .container .list-events .box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .home.featured-events .container {
        position: relative
    }

    .home.featured-events .container .list-events {
        width: 100%;
        max-width: 37.5rem;
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2.1875rem 1.875rem;
        justify-items: center;
        padding-bottom: 4.5625rem;
        z-index: 3;
        margin: 0 auto
    }

    .home.featured-events .container .list-events .box {
        transition: .5s;
        height: auto;
        background: #fff;
        box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .3)
    }

    .home.featured-events .container .list-events .box .category {
        background: #262262;
        padding: 0 1rem;
        border-top-left-radius: .375rem;
        border-top-right-radius: .375rem;
        max-height: 2.5rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home.featured-events .container .list-events .box .category div {
        display: none
    }

    .home.featured-events .container .list-events .box .category p {
        color: #fff;
        text-transform: uppercase
    }

    .home.featured-events .container .list-events .box .featured-image {
        width: 100%;
        height: 100%;
        max-height: 5.625rem;
        position: relative
    }

    .home.featured-events .container .list-events .box .featured-image .organizer figure,
    .home.featured-events .container .list-events .box .featured-image figure {
        height: 100%
    }

    .home.featured-events .container .list-events .box .featured-image figure img {
        width: 100%;
        aspect-ratio: 11/4;
        object-fit: fill;
        max-height: 5.4375pxrem
    }

    .home.featured-events .container .list-events .box .featured-image .organizer {
        background: #fff;
        position: absolute;
        right: 0;
        top: -rem-calc(18);
        padding: .625rem
    }

    .home.featured-events .container .list-events .box .featured-image .organizer figure img {
        width: 100%;
        max-width: 5.6875rem;
        height: 100%;
        max-height: 1.625rem;
        object-fit: contain
    }

    .home.featured-events .container .list-events .box .featured-image .attendee-type {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0
    }

    .home.featured-events .container .list-events .box .featured-image .attendee-type .attendee-box {
        position: absolute;
        right: 0;
        bottom: -rem-calc(15);
        width: 100%;
        max-width: 10rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #797976;
        border-radius: .375rem;
        z-index: 1;
        margin-right: 1.375rem
    }

    .home.featured-events .container .list-events .box .content {
        background: #fff;
        border-bottom-left-radius: .375rem;
        border-bottom-right-radius: .375rem;
        padding: 1.5rem 1.25rem;
        padding-bottom: 0
    }

    .home.featured-events .container .list-events .box .content .small {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        min-height: 6rem
    }

    .home.featured-events .container .list-events .box .content .date-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .home.featured-events .container .list-events .box .content .card-separator {
        background: #797976;
        border-width: .03125rem;
        height: .03125rem;
        margin: .625rem 0
    }

    .home.featured-events .container .list-events .box .content .location {
        color: #797976;
        font-size: .625rem;
        line-height: 1rem;
        margin-bottom: .625rem;
        min-height: 1rem
    }

    .home.featured-events .container .list-events .box .content .location:first-of-type {
        text-transform: uppercase
    }

    .home.featured-events .container .list-events .box .content .minimal {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }

    .home.featured-events .container .list-events .box .content .sponsors-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background: #fff;
        grid-gap: 1.25rem;
        padding: 1.5625rem 1.25rem;
        margin: 0 -1.25rem;
        border-bottom-left-radius: .375rem;
        border-bottom-right-radius: .375rem;
        border-top: 6px solid #262262
    }

    .home.featured-events .container .list-events .box .content .sponsors-wrapper figure img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-height: 35px
    }

    .home.featured-events .container .list-events .box .content .date {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-top: .75rem;
        padding-bottom: .75rem;
        position: relative
    }

    .home.featured-events .container .list-events .box .content .date figure {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home.featured-events .container .list-events .box .content .date figure img {
        height: 1.0625rem;
        width: 1.25rem
    }

    .home.featured-events .container .list-events .box .content .date p {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #797976;
        font-size: .625rem;
        padding: 0 .1875rem
    }

    .home.featured-events .container .list-events .box .content .date .tag {
        position: absolute;
        top: -.5rem;
        left: 0;
        text-transform: uppercase
    }

    .home.featured-events .container .list-events .box .content .additional-information {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        min-height: 10rem
    }

    .home.featured-events .container .list-events .box .content .attendee-type .attendee-box .medium {
        min-height: 36px
    }

    .home.featured-events .container .list-events .box .view-event {
        display: none
    }

    .home.featured-events .btn {
        margin-bottom: 2.5rem
    }

    .home.homepage-separator {
        margin: 2.5rem 3.75rem 0;
        border-width: 0;
        background: #252524;
        height: .0625rem
    }
}

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

    .home.featured-events,
    .home.featured-events .container .list-events .box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .home.featured-events .container {
        position: relative
    }

    .home.featured-events .container .list-events {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 2.1875rem 1.875rem;
        padding-bottom: 4.5625rem;
        z-index: 3;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home.featured-events .container .list-events .box {
        transition: .5s;
        height: auto;
        background: #fff;
        box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .3)
    }

    .home.featured-events .container .list-events .box .category {
        background: #262262;
        padding: 0 1rem;
        border-top-left-radius: .375rem;
        border-top-right-radius: .375rem;
        max-height: 2.5rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home.featured-events .container .list-events .box .category div {
        display: none
    }

    .home.featured-events .container .list-events .box .category p {
        color: #fff;
        text-transform: uppercase
    }

    .home.featured-events .container .list-events .box .featured-image {
        width: 100%;
        height: 100%;
        max-height: 5.625rem;
        position: relative
    }

    .home.featured-events .container .list-events .box .featured-image .organizer figure,
    .home.featured-events .container .list-events .box .featured-image figure {
        height: 100%
    }

    .home.featured-events .container .list-events .box .featured-image figure img {
        width: 100%;
        aspect-ratio: 11/4;
        object-fit: fill
    }

    .home.featured-events .container .list-events .box .featured-image .organizer {
        background: #fff;
        position: absolute;
        right: 0;
        top: -rem-calc(18);
        padding: .625rem
    }

    .home.featured-events .container .list-events .box .featured-image .organizer figure img {
        width: 100%;
        max-width: 5.6875rem;
        height: 100%;
        max-height: 1.625rem;
        object-fit: contain
    }

    .home.featured-events .container .list-events .box .featured-image .attendee-type {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0
    }

    .home.featured-events .container .list-events .box .featured-image .attendee-type .attendee-box {
        position: absolute;
        right: 0;
        bottom: -rem-calc(15);
        width: 100%;
        max-width: 10rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #797976;
        border-radius: .375rem;
        z-index: 1;
        margin-right: 1.375rem
    }

    .home.featured-events .container .list-events .box .content {
        background: #fff;
        border-bottom-left-radius: .375rem;
        border-bottom-right-radius: .375rem;
        padding: 1.25rem;
        padding-bottom: 0
    }

    .home.featured-events .container .list-events .box .content .small {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        min-height: 6rem
    }

    .home.featured-events .container .list-events .box .content .date-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .home.featured-events .container .list-events .box .content .card-separator {
        background: #797976;
        border-width: 0;
        height: .03125rem;
        margin: .625rem 0
    }

    .home.featured-events .container .list-events .box .content .location {
        color: #797976;
        font-size: .625rem;
        line-height: 1rem;
        margin-bottom: .625rem;
        min-height: 1rem
    }

    .home.featured-events .container .list-events .box .content .location:first-of-type {
        text-transform: uppercase
    }

    .home.featured-events .container .list-events .box .content .minimal {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }

    .home.featured-events .container .list-events .box .content .sponsors-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background: #fff;
        grid-gap: 1.25rem;
        padding: 1.5625rem 1.25rem;
        margin: 0 -1.25rem;
        border-bottom-left-radius: .375rem;
        border-bottom-right-radius: .375rem;
        border-top: 6px solid #262262
    }

    .home.featured-events .container .list-events .box .content .sponsors-wrapper figure img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-height: 35px
    }

    .home.featured-events .container .list-events .box .content .date {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-top: .625rem;
        padding-bottom: .625rem;
        position: relative
    }

    .home.featured-events .container .list-events .box .content .date figure {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home.featured-events .container .list-events .box .content .date figure img {
        height: .75rem;
        width: 1.25rem
    }

    .home.featured-events .container .list-events .box .content .date p {
        color: #797976;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: .625rem;
        padding: 0
    }

    .home.featured-events .container .list-events .box .content .date .tag {
        position: absolute;
        top: -.5rem;
        left: .3125rem;
        text-transform: uppercase
    }

    .home.featured-events .container .list-events .box .content .additional-information {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        min-height: 10rem
    }

    .home.featured-events .container .list-events .box .content .attendee-type .attendee-box .medium {
        min-height: 36px
    }

    .home.featured-events .container .list-events .box .view-event {
        display: none
    }

    .home.featured-events .btn {
        margin-bottom: 4rem
    }

    .home.homepage-separator {
        margin: 4rem 7.5rem 0;
        border-width: 0;
        background: #252524;
        height: .0625rem
    }
}

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

    .home.featured-events,
    .home.featured-events .container .list-events .box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .home.featured-events .container {
        position: relative
    }

    .home.featured-events .container .list-events {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1.875rem;
        padding-bottom: 4.5625rem;
        z-index: 3;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home.featured-events .container .list-events .box {
        transition: .5s;
        height: auto;
        background: #fff;
        box-shadow: 0 .125rem .4375rem rgba(0, 0, 0, .3)
    }

    .home.featured-events .container .list-events .box .category {
        background: #262262;
        padding: 0 1rem;
        border-top-left-radius: .375rem;
        border-top-right-radius: .375rem;
        max-height: 2.5rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home.featured-events .container .list-events .box .category div {
        display: none
    }

    .home.featured-events .container .list-events .box .category p {
        color: #fff;
        text-transform: uppercase
    }

    .home.featured-events .container .list-events .box .featured-image {
        width: 100%;
        height: 100%;
        max-height: 5.625rem;
        position: relative
    }

    .home.featured-events .container .list-events .box .featured-image .organizer figure,
    .home.featured-events .container .list-events .box .featured-image figure {
        height: 100%
    }

    .home.featured-events .container .list-events .box .featured-image figure img {
        width: 100%;
        aspect-ratio: 11/4;
        object-fit: cover
    }

    .home.featured-events .container .list-events .box .featured-image .organizer {
        background: #fff;
        position: absolute;
        right: 0;
        top: -rem-calc(18);
        padding: .625rem
    }

    .home.featured-events .container .list-events .box .featured-image .organizer figure img {
        width: 100%;
        max-width: 5.6875rem;
        height: 100%;
        max-height: 1.625rem;
        object-fit: contain
    }

    .home.featured-events .container .list-events .box .featured-image .attendee-type {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0
    }

    .home.featured-events .container .list-events .box .featured-image .attendee-type .attendee-box {
        position: absolute;
        right: 0;
        bottom: -rem-calc(15);
        width: 100%;
        max-width: 10rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #797976;
        border-radius: .375rem;
        z-index: 1;
        margin-right: 1.375rem
    }

    .home.featured-events .container .list-events .box .content {
        background: #fff;
        border-bottom-left-radius: .375rem;
        border-bottom-right-radius: .375rem;
        padding: 1.5rem;
        padding-bottom: 0
    }

    .home.featured-events .container .list-events .box .content .small {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        min-height: 6rem
    }

    .home.featured-events .container .list-events .box .content .date-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .home.featured-events .container .list-events .box .content .card-separator {
        background: #797976;
        border-width: 0;
        height: .03125rem;
        margin: .625rem 0
    }

    .home.featured-events .container .list-events .box .content .location {
        color: #797976;
        font-size: .625rem;
        line-height: 1rem;
        margin-bottom: .625rem;
        min-height: 1rem
    }

    .home.featured-events .container .list-events .box .content .location:first-of-type {
        text-transform: uppercase
    }

    .home.featured-events .container .list-events .box .content .minimal {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }

    .home.featured-events .container .list-events .box .content .sponsors-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background: #fff;
        grid-gap: 1.25rem;
        padding: 1.5625rem 1.25rem;
        margin: 0 -1.5rem;
        border-bottom-left-radius: .375rem;
        border-bottom-right-radius: .375rem;
        border-top: 6px solid #262262
    }

    .home.featured-events .container .list-events .box .content .sponsors-wrapper figure img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-height: 35px
    }

    .home.featured-events .container .list-events .box .content .date {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-top: .625rem;
        padding-bottom: .625rem;
        position: relative
    }

    .home.featured-events .container .list-events .box .content .date:first-child {
        padding-top: 1.25rem
    }

    .home.featured-events .container .list-events .box .content .date:nth-child(2) {
        padding-top: 1.25rem
    }

    .home.featured-events .container .list-events .box .content .date figure {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home.featured-events .container .list-events .box .content .date figure img {
        height: .875rem;
        width: 1.25rem
    }

    .home.featured-events .container .list-events .box .content .date p {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #797976;
        font-size: .625rem;
        padding: 0 .1875rem
    }

    .home.featured-events .container .list-events .box .content .date .tag {
        position: absolute;
        top: -.5rem;
        left: 0;
        text-transform: uppercase
    }

    .home.featured-events .container .list-events .box .content .additional-information {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        min-height: 10rem
    }

    .home.featured-events .container .list-events .box .content .attendee-type .attendee-box .medium {
        min-height: 36px
    }

    .home.featured-events .container .list-events .box .view-event {
        display: none
    }

    .home.featured-events .btn {
        margin-bottom: 4rem
    }

    .home.homepage-separator {
        margin: 2.5rem auto 0;
        border-width: 0;
        background: #252524;
        height: .0625rem;
        max-width: 100%;
        width: 100%
    }
}

.datepicker-dropdown .datepicker-picker {
    border: .0625rem solid #262262;
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
    box-shadow: none
}

.datepicker-controls .button {
    border-radius: 0
}

.datepicker-controls .button.prev-btn {
    width: auto;
    height: auto;
    font-size: 0;
    padding-left: 1.25rem
}

.datepicker-controls .button.prev-btn,
.datepicker-controls .button.prev-btn:hover {
    background: url(../images/arrow-left.svg) #d6dfe9;
    background-repeat: no-repeat;
    background-position: center
}

.datepicker-controls .button.next-btn {
    width: auto;
    height: auto;
    font-size: 0;
    padding-right: 1.25rem
}

.datepicker-controls .button.next-btn,
.datepicker-controls .button.next-btn:hover {
    background: url(../images/arrow-right.svg) #d6dfe9;
    background-repeat: no-repeat;
    background-position: center
}

.datepicker-controls .button.view-switch {
    background: #d6dfe9;
    font-family: "Roboto_Bold";
    font-size: 1rem;
    font-style: "normal";
    letter-spacing: 0;
    line-height: 0
}

.datepicker-controls .button.view-switch:hover {
    background: #d6dfe9
}

.datepicker-cell.focused:not(.selected) {
    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: #8095a0;
    color: #fff;
    font-family: "Roboto_Regular";
    font-size: .875rem;
    font-style: "normal";
    letter-spacing: 0;
    line-height: 0
}

.datepicker-cell.focused:not(.selected):hover {
    background: #fff;
    color: #262262;
    border: .0625rem solid #27aae1
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
    background: #27aae1
}

.datepicker-picker span:hover {
    background: #fff;
    color: #262262;
    border: .0625rem solid #27aae1
}

.days-of-week {
    background: #d6dfe9;
    font-family: "Roboto_Regular";
    font-size: .875rem;
    font-style: "normal";
    letter-spacing: 0;
    line-height: 0
}

.datepicker-header .datepicker-controls,
.datepicker-main {
    padding: 0
}

@media only screen and (max-width:47.9375rem) {
    .home.featured-events .container {
        overflow: hidden;
        padding-bottom: 0
    }

    .home.featured-events .container .list-events {
        padding-bottom: 0
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    .home.featured-events .container {
        width: 100%;
        max-width: 37.5rem;
        overflow: hidden;
        padding-bottom: 0
    }

    .home.featured-events .container .list-events {
        padding-bottom: 3.125rem
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    .home.featured-events .container {
        padding-bottom: 0;
        margin: 0
    }

    .home.featured-events .container .list-events {
        padding-bottom: 3.125rem
    }
}

@media only screen and (min-width:103.125rem) {
    .home.featured-events .container {
        width: 100%;
        padding-bottom: 0
    }

    .home.featured-events .container .list-events {
        padding-bottom: 3.125rem
    }
}

.home.featured-events .container .list-events.skeleton .box {
    position: relative;
    cursor: default;
    pointer-events: none;
    overflow: hidden
}

.home.featured-events .container .list-events.skeleton .box .category {
    background: #dedede
}

.home.featured-events .container .list-events.skeleton .box .category p,
.home.featured-events .container .list-events.skeleton .box .featured-image .attendee-type .attendee-box p {
    text-indent: -624.9375rem
}

.home.featured-events .container .list-events.skeleton .box .additional-information p,
.home.featured-events .container .list-events.skeleton .box .content .date figure img,
.home.featured-events .container .list-events.skeleton .box .content .date p time,
.home.featured-events .container .list-events.skeleton .box .content .view-event,
.home.featured-events .container .list-events.skeleton .box .featured-image .organizer,
.home.featured-events .container .list-events.skeleton .box .featured-image figure img {
    display: none
}

.home.featured-events .container .list-events.skeleton .box .featured-image figure {
    background: #e5e5e5;
    height: 7.5rem
}

.home.featured-events .container .list-events.skeleton .box .featured-image .attendee-type .attendee-box {
    background: #ededed
}

.home.featured-events .container .list-events.skeleton .box .content {
    background: #f5f5f5;
    box-shadow: none;
    overflow: hidden
}

.home.featured-events .container .list-events.skeleton .box .content .date figure {
    background: #e6e6e6;
    width: 1.4375rem;
    height: 1.4375rem;
    border-radius: 50%
}

.home.featured-events .container .list-events.skeleton .box .content .date p {
    background: #e6e6e6;
    width: 7.5rem;
    height: 1.5rem;
    margin-left: .625rem
}

.home.featured-events .container .list-events.skeleton .box .content h3 {
    position: relative;
    height: 3.75rem;
    background-image: linear-gradient(#e6e6e6 100%, #e6e6e6 100%), linear-gradient(#e6e6e6 1.5rem, transparent 0), linear-gradient(#e6e6e6 1.5rem, transparent 0);
    background-repeat: repeat-y;
    background-size: 0 0, 11.6875rem 11.6875rem, 11.6875rem;
    background-position: 0 0, 0 0, 0 1.875rem;
    text-indent: -624.9375rem
}

.home.featured-events .container .list-events.skeleton .box .additional-information {
    position: relative;
    height: 9.375rem;
    background-image: linear-gradient(#e6e6e6 100%, #e6e6e6 100%, #e6e6e6 100%, #e6e6e6 100%), linear-gradient(#e6e6e6 1.5rem, transparent 0), linear-gradient(#e6e6e6 1.5rem, transparent 0), linear-gradient(#e6e6e6 1.5rem, transparent 0), linear-gradient(#e6e6e6 1.5rem, transparent 0);
    background-repeat: no-repeat;
    background-size: 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
    background-position: 100% 0, 100% 1.875rem, 100% 3.75rem, 100% 5.625rem;
    padding-top: 0;
    margin-top: 1.25rem
}

.home.featured-events .container .list-events.skeleton .box:hover {
    box-shadow: none
}

.home.featured-events .container .list-events.skeleton .box::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background: linear-gradient(to right, transparent 0%, #e5e5e5 80%, transparent 20%);
    -webkit-animation: skeleton 1s infinite;
    animation: skeleton 1s infinite;
    z-index: 99
}

@media only screen and (max-width:47.9375rem) {
    .home.find {
        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;
        padding-top: 0;
        padding-bottom: 1.25rem;
        overflow: hidden;
        min-height: auto
    }

    .home.find.stretched {
        width: 100%;
        max-width: unset;
        min-height: 19.375rem
    }

    .home.find .search-form .search-filter.form-field,
    .home.find.stretched .bg-image {
        width: 100%
    }

    .home.find .bg-image {
        position: absolute;
        top: 0;
        bottom: 0;
        overflow: hidden
    }

    .home.find,
    .home.find .bg-image figure {
        height: 100%
    }

    .home.find .bg-image figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-filter: brightness(.5);
        filter: brightness(.5);
        aspect-ratio: 16/5
    }

    .home.find .grid__col-12 {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .home.find .search-form {
        padding-top: 0;
        max-width: 100%;
        width: 100%
    }

    .home.find .search-form.sector .form-field:first-of-type input {
        margin-bottom: 0
    }

    .home.find .search-form form,
    .home.find .search-form form fieldset {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home.find .search-form form fieldset {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
        margin: 0;
        padding: 0
    }

    .home.find .search-form form .form-field {
        margin-right: 0
    }

    .home.find .search-form form .form-field input.type-event,
    .home.find .search-form form .form-field input.type-event.selected,
    .home.find .search-form form .form-field input.type-find,
    .home.find .search-form form .form-field input.type-sector,
    .home.find .search-form form .form-field input.type-sector.selected {
        background-color: #fff
    }

    .home.find .search-form form .form-field.filter {
        position: relative;
        width: 100%;
        min-width: 9.375rem
    }

    .home.find .search-form form .form-field.filter label {
        width: auto;
        z-index: 3;
        cursor: pointer
    }

    .home.find .search-form form .form-field.filter label.typed {
        z-index: 5
    }

    .home.find .search-form form .form-field.filter ul {
        z-index: 4
    }

    .home.find .search-form form button {
        width: 100%;
        z-index: 2;
        height: 3.25rem
    }

    .home.find .search-form .search-filter {
        width: auto;
        position: relative
    }

    .home.find .search-form .search-filter:last-of-type.form-field input {
        margin-top: 0
    }

    .home.find .search-form .search-filter.form-field input {
        width: auto;
        background-color: #fff
    }

    .home.find .search-form .search-filter.form-field input:first-child {
        margin-right: 0
    }

    .home.find .search-form .search-filter.form-field input.typed-calendar {
        background-color: #fff
    }

    .home.find .search-form .search-filter.form-field .typing-in-datepicker-from-date {
        top: 0;
        bottom: 0;
        right: 0
    }

    .home.find .search-form .search-filter.form-field .typing-in-datepicker-to-date {
        top: 1.3125rem;
        bottom: inherit
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    .home.find {
        width: 100%;
        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;
        padding-top: 0;
        padding-bottom: 1.25rem;
        overflow: hidden;
        min-height: auto
    }

    .home.find.stretched {
        width: 100%;
        max-width: unset;
        min-height: 19.375rem
    }

    .home.find .search-form .search-filter.form-field,
    .home.find.stretched .bg-image {
        width: 100%
    }

    .home.find .bg-image {
        position: absolute;
        top: 0;
        bottom: 0;
        overflow: hidden
    }

    .home.find,
    .home.find .bg-image figure {
        height: 100%
    }

    .home.find .bg-image figure img {
        width: 100%;
        object-fit: cover;
        -webkit-filter: brightness(.5);
        filter: brightness(.5);
        aspect-ratio: 16/5
    }

    .home.find .grid__col-12 {
        width: 100%;
        max-width: 77.5rem;
        margin-left: 0;
        margin-right: 0
    }

    .home.find .search-form {
        width: 100%;
        padding-top: 0;
        max-width: 37.5rem;
        margin: 0 auto
    }

    .home.find .search-form.sector .form-field:first-of-type input {
        margin-bottom: 0
    }

    .home.find .search-form form,
    .home.find .search-form form fieldset {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home.find .search-form form fieldset {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
        margin: 0;
        padding: 0
    }

    .home.find .search-form form .form-field {
        margin-right: 0
    }

    .home.find .search-form form .form-field input.type-find {
        background-color: #fff;
        margin-bottom: 0
    }

    .home.find .search-form form .form-field input.type-event,
    .home.find .search-form form .form-field input.type-event.selected,
    .home.find .search-form form .form-field input.type-sector,
    .home.find .search-form form .form-field input.type-sector.selected {
        background-color: #fff
    }

    .home.find .search-form form .form-field input.type-event {
        margin-top: 0
    }

    .home.find .search-form form .form-field.filter {
        position: relative;
        width: 100%;
        min-width: 11.875rem;
        margin-top: 1.25rem
    }

    .home.find .search-form form .form-field.filter label {
        width: auto;
        z-index: 3;
        cursor: pointer
    }

    .home.find .search-form form .form-field.filter label.typed {
        z-index: 5;
        overflow: hidden;
        max-width: 6.25rem
    }

    .home.find .search-form form .form-field.filter ul {
        z-index: 4
    }

    .home.find .search-form form button {
        width: 100%;
        z-index: 2;
        height: 3.25rem
    }

    .home.find .search-form .search-filter {
        width: 100%;
        position: relative
    }

    .home.find .search-form .search-filter:last-of-type.form-field input {
        margin-top: 0
    }

    .home.find .search-form .search-filter.form-field input {
        width: 100%;
        background-color: #fff
    }

    .home.find .search-form .search-filter.form-field input:first-child {
        margin-right: 0
    }

    .home.find .search-form .search-filter.form-field input.typed-calendar {
        background-color: #fff
    }

    .home.find .search-form .search-filter.form-field .typing-in-datepicker-from-date {
        top: 0;
        bottom: 0;
        right: 0
    }

    .home.find .search-form .search-filter.form-field .typing-in-datepicker-to-date {
        top: 1.3125rem;
        bottom: inherit
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    .home.find {
        position: relative;
        height: 19.375rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0;
        min-height: auto
    }

    .home.find.stretched {
        width: 100%;
        max-width: unset;
        min-height: 19.375rem;
        height: auto;
        padding: 0
    }

    .home.find.stretched .bg-image {
        width: 100%
    }

    .home.find.filtered {
        height: auto
    }

    .home.find .bg-image {
        top: 0;
        bottom: 0
    }

    .home.find .bg-image figure {
        height: 100%
    }

    .home.find .bg-image figure img {
        width: 100%;
        object-fit: cover;
        -webkit-filter: brightness(.5);
        filter: brightness(.5);
        aspect-ratio: 16/5
    }

    .home.find .grid__col-12 {
        width: 100%;
        max-width: 77.5rem;
        margin-left: 0;
        margin-right: 0
    }

    .home.find .search-form {
        padding-top: 0;
        max-width: 100%
    }

    .home.find,
    .home.find .search-form form,
    .home.find .search-form form fieldset {
        width: 100%;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home.find .search-form form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .home.find .search-form form fieldset {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: none;
        margin: 0;
        padding: 0
    }

    .home.find .search-form form .form-field {
        margin-right: .625rem
    }

    .home.find .search-form form .form-field input.type-find {
        background-color: #fff;
        min-width: 15.625rem
    }

    .home.find .search-form form .form-field input.type-event,
    .home.find .search-form form .form-field input.type-event.selected,
    .home.find .search-form form .form-field input.type-sector,
    .home.find .search-form form .form-field input.type-sector.selected {
        background-color: #fff
    }

    .home.find .search-form form .form-field.filter {
        position: relative;
        width: 100%;
        min-width: 11.875rem
    }

    .home.find .search-form form .form-field.filter label {
        width: auto;
        z-index: 3;
        cursor: pointer
    }

    .home.find .search-form form .form-field.filter label.typed {
        z-index: 5;
        max-width: 6.25rem;
        overflow: hidden
    }

    .home.find .search-form form .form-field.filter ul {
        z-index: 4
    }

    .home.find .search-form form button {
        width: 100%;
        max-width: 8.125rem;
        z-index: 2;
        height: 3.625rem
    }

    .home.find .search-form .search-filter {
        width: auto;
        position: relative
    }

    .home.find .search-form .search-filter.form-field {
        width: 100%;
        min-width: 11.25rem
    }

    .home.find .search-form .search-filter.form-field input {
        width: 100%;
        background-color: #fff
    }

    .home.find .search-form .search-filter.form-field input:first-child {
        margin-right: 0
    }

    .home.find .search-form .search-filter.form-field input.typed-calendar {
        background-color: #fff
    }

    .home.find .search-form .search-filter.form-field .typing-in-datepicker-from-date {
        right: 0
    }
}

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

    .home.find,
    .home.find .search-form form fieldset {
        width: 100%;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home.find,
    .home.find .search-form form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .home.find {
        position: relative;
        height: 19.375rem;
        padding-top: 0;
        min-height: auto
    }

    .home.find.stretched {
        width: 100%;
        max-width: unset;
        min-height: 19.375rem;
        height: auto
    }

    .home.find .search-form .search-filter.form-field,
    .home.find.stretched .bg-image {
        width: 100%
    }

    .home.find.filtered {
        height: auto
    }

    .home.find .bg-image {
        top: 0;
        bottom: 0
    }

    .home.find .bg-image figure {
        height: 100%
    }

    .home.find .bg-image figure img {
        width: 100vw;
        object-fit: cover;
        -webkit-filter: brightness(.5);
        filter: brightness(.5);
        aspect-ratio: 16/5
    }

    .home.find .grid__col-12 {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .home.find .search-form {
        padding-top: 0
    }

    .home.find .search-form form {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .home.find .search-form form fieldset {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: none;
        margin: 0;
        padding: 0
    }

    .home.find .search-form form .form-field {
        margin-right: .625rem
    }

    .home.find .search-form form .form-field input.type-find {
        background-color: #fff;
        min-width: 20.625rem
    }

    .home.find .search-form form .form-field input.type-event,
    .home.find .search-form form .form-field input.type-event.selected,
    .home.find .search-form form .form-field input.type-sector,
    .home.find .search-form form .form-field input.type-sector.selected {
        background-color: #fff
    }

    .home.find .search-form form .form-field.filter {
        position: relative;
        min-width: 13.75rem
    }

    .home.find .search-form form .form-field.filter label {
        width: auto;
        z-index: 3;
        cursor: pointer
    }

    .home.find .search-form form .form-field.filter label.typed {
        z-index: 5;
        max-width: 6.25rem;
        overflow: hidden
    }

    .home.find .search-form form .form-field.filter ul {
        z-index: 4
    }

    .home.find .search-form form button {
        width: 100%;
        max-width: 8.125rem;
        z-index: 2;
        height: 3.625rem
    }

    .home.find .search-form .search-filter {
        width: auto;
        position: relative
    }

    .home.find .search-form .search-filter.form-field input {
        width: 100%;
        background-color: #fff
    }

    .home.find .search-form .search-filter.form-field input:first-child {
        margin-right: 0
    }

    .home.find .search-form .search-filter.form-field input.typed-calendar {
        background-color: #fff
    }

    .home.find .search-form .search-filter.form-field .typing-in-datepicker-from-date {
        right: 0
    }
}

@media only screen and (min-width:49.1rem)and (max-width:76.5rem) {
    .container {
        padding: 0 1.75rem
    }

    .home.find.filtered .bg-image figure {
        height: auto
    }

    .home.find.filtered .search-form {
        width: 100%;
        max-width: 100%;
        margin: unset
    }

    .home.find.filtered .search-form form,
    .home.find.filtered .search-form form fieldset {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .home.find.filtered .search-form form fieldset {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .home.find.filtered .search-form form .form-field,
    .home.find.filtered .search-form form .form-field.filter {
        margin-right: .625rem;
        min-width: 150px
    }

    .home.find.filtered .search-form .search-filter.form-field,
    .home.find.stretched .bg-image {
        min-width: 150px;
        margin-top: 1.25rem;
        margin-right: .625rem
    }

    .home.find.filtered .search-form .search-filter.form-field input:first-child {
        margin: unset
    }

    .home.find.filtered .search-form form button {
        margin-top: 1.25rem;
        min-width: 150px
    }
}

@media only screen and (min-width:27rem)and (max-width:49.1rem) {
    .container {
        padding: 0 1.75rem
    }

    .home.find.filtered .bg-image figure {
        height: auto
    }

    .home.find.filtered .search-form {
        width: 100%;
        max-width: 100%;
        margin: unset
    }

    .home.find.filtered .search-form form,
    .home.find.filtered .search-form form fieldset {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .home.find.filtered .search-form form fieldset {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home.find.filtered .search-form form .form-field {
        margin-right: .625rem;
        -webkit-flex: 0 0 98.5%;
        -ms-flex: 0 0 98.5%;
        flex: 0 0 98.5%
    }

    .home.find.filtered .search-form form .form-field.filter {
        margin-right: .625rem;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }

    .home.find.filtered .search-form .search-filter.form-field,
    .home.find.filtered .search-form form button,
    .home.find.stretched .bg-image {
        margin-top: 1.25rem;
        margin-right: .625rem;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }

    .home.find.filtered .search-form .search-filter.form-field input:first-child {
        margin: unset
    }
}

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

    .home.find .search-filter.form-field input,
    .home.find .search-form .form-field input.type-find {
        background-color: #fff
    }

    .home.find .search-form .form-field.filter label {
        color: #757575
    }

    #search-filter-from-date:-ms-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::-webkit-input-placeholder,
    input#search-filter-to-date::-webkit-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::-moz-placeholder,
    input#search-filter-to-date::-moz-placeholder {
        color: #757575
    }

    #search-filter-from-date::-ms-input-placeholder,
    input#search-filter-to-date:-ms-input-placeholder,
    input#search-filter-to-date::-ms-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::placeholder,
    input#search-filter-to-date::placeholder {
        color: #757575
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    .home.find .search-form .form-field input.type-find {
        background-color: #fff;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #search-filter-from-date:-ms-input-placeholder {
        color: #757575
    }

    .home.find .search-form .form-field.filter label {
        color: #757575
    }

    #search-filter-from-date::-webkit-input-placeholder,
    input#search-filter-to-date::-webkit-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::-moz-placeholder,
    input#search-filter-to-date::-moz-placeholder {
        color: #757575
    }

    #search-filter-from-date::-ms-input-placeholder,
    input#search-filter-to-date:-ms-input-placeholder,
    input#search-filter-to-date::-ms-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::placeholder,
    input#search-filter-to-date::placeholder {
        color: #757575
    }

    .home.find .search-filter.form-field input {
        background-color: #fff
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    .home.find .search-form .form-field input.type-find {
        background-color: #fff;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .home.find .search-form .form-field.filter label {
        color: #757575
    }

    .home.find .search-filter.form-field input {
        background-color: #fff
    }

    #search-filter-from-date::-webkit-input-placeholder,
    input#search-filter-to-date::-webkit-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::-moz-placeholder,
    input#search-filter-to-date::-moz-placeholder {
        color: #757575
    }

    #search-filter-from-date:-ms-input-placeholder,
    #search-filter-from-date::-ms-input-placeholder,
    input#search-filter-to-date:-ms-input-placeholder,
    input#search-filter-to-date::-ms-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::placeholder,
    input#search-filter-to-date::placeholder {
        color: #757575
    }

    #search-filter-from-date {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #search-filter-from-date::-webkit-input-placeholder {
        width: 80%
    }

    #search-filter-from-date::-moz-placeholder {
        width: 80%
    }

    #search-filter-from-date:-ms-input-placeholder,
    #search-filter-from-date::-ms-input-placeholder {
        width: 80%
    }

    #search-filter-from-date::placeholder {
        width: 80%
    }
}

@media only screen and (max-width:47.9375rem) {
    .home.find .search-form .form-field input.type-find {
        background-color: #fff
    }

    .home.find .search-form .form-field.filter label {
        color: #757575
    }

    .home.find .search-form form .form-field input.type-event::after,
    .home.find .search-form form .form-field input.type-event::before {
        content: "";
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat
    }

    .home.find .search-form form .form-field input.type-event::before {
        left: 0;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
        background: url(../images/Event-type2.svg) no-repeat center center
    }

    .home.find .search-form form .form-field input.type-event::after {
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../images/Vector2.svg) no-repeat center center
    }

    #search-filter-from-date:-ms-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::-webkit-input-placeholder,
    input#search-filter-to-date::-webkit-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::-moz-placeholder,
    input#search-filter-to-date::-moz-placeholder {
        color: #757575
    }

    #search-filter-from-date::-ms-input-placeholder,
    input#search-filter-to-date:-ms-input-placeholder,
    input#search-filter-to-date::-ms-input-placeholder {
        color: #757575
    }

    #search-filter-from-date::placeholder,
    input#search-filter-to-date::placeholder {
        color: #757575
    }

    .home.find .search-form .form-field.filter,
    .home.find .search-form .form-field.filter label {
        background-color: unset
    }

    .search-results-empty,
    .search-results-empty .icon {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .search-results-empty {
        -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;
        text-align: center;
        padding-bottom: 2.5rem
    }

    .search-results-empty .icon {
        margin-bottom: 1.25rem
    }

    .search-results-empty .icon figure {
        width: 2.9375rem;
        height: 2.9375rem
    }

    .search-results-empty .icon figure img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

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

    .no-results {
        padding-top: 2.5rem
    }
}

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

    .search-results-empty,
    .search-results-empty .icon {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .search-results-empty {
        -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;
        text-align: center;
        padding-bottom: 4.375rem
    }

    .search-results-empty .icon {
        margin-bottom: 1.25rem
    }

    .search-results-empty .icon figure {
        width: 5.375rem;
        height: 5.375rem
    }

    .search-results-empty .icon figure img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .search-results-empty .content p {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 2.5rem
    }

    .no-results {
        padding-top: 4.375rem
    }
}

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

    .search-results-empty,
    .search-results-empty .icon {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .search-results-empty {
        -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;
        text-align: center;
        padding-bottom: 4.375rem
    }

    .search-results-empty .icon {
        margin-bottom: 1.25rem
    }

    .search-results-empty .icon figure {
        width: 5.375rem;
        height: 5.375rem
    }

    .search-results-empty .icon figure img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .search-results-empty .content p {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 2.5rem
    }

    .no-results {
        padding-top: 4.375rem
    }
}

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

    .search-results-empty,
    .search-results-empty .icon {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .search-results-empty {
        -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;
        text-align: center;
        padding-bottom: 4.375rem
    }

    .search-results-empty .icon {
        margin-bottom: 1.25rem
    }

    .search-results-empty .icon figure {
        width: 5.375rem;
        height: 5.375rem
    }

    .search-results-empty .icon figure img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .search-results-empty .content p {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 2.5rem
    }

    .no-results {
        padding-top: 4.375rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .info-bar-navigation {
        width: 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;
        padding-bottom: 0;
        text-align: center
    }

    .info-bar-navigation h3,
    .info-bar-navigation h4 {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: unset;
        text-align: center
    }

    .info-bar-navigation h4 {
        font-weight: 600
    }

    .info-bar-navigation .go-to-on-demand-events {
        display: none
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    .info-bar-navigation {
        width: 100%;
        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-bottom: .5rem
    }

    .info-bar-navigation .go-to-on-demand-events,
    .info-bar-navigation h3,
    .info-bar-navigation h4 {
        font-family: "Roboto_Regular";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.5rem;
        text-align: center
    }

    .info-bar-navigation .go-to-on-demand-events,
    .info-bar-navigation h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 600
    }

    .info-bar-navigation .go-to-on-demand-events {
        font-size: 1.125rem;
        line-height: 1.5rem;
        text-align: right;
        padding-left: 3rem;
        font-weight: 400;
        color: #e86154
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    .info-bar-navigation {
        width: 100%;
        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-bottom: .5rem
    }

    .info-bar-navigation .go-to-on-demand-events,
    .info-bar-navigation h3,
    .info-bar-navigation h4 {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.75rem;
        text-align: center
    }

    .info-bar-navigation .go-to-on-demand-events,
    .info-bar-navigation h4 {
        font-weight: 600
    }

    .info-bar-navigation .go-to-on-demand-events {
        font-size: 1.125rem;
        line-height: 1.5rem;
        text-align: right;
        padding-left: 3rem;
        font-weight: 400;
        color: #e86154
    }
}

@media only screen and (min-width:103.125rem) {
    .info-bar-navigation {
        width: 100%;
        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-bottom: .5rem
    }

    .info-bar-navigation .go-to-on-demand-events,
    .info-bar-navigation h3,
    .info-bar-navigation h4 {
        font-family: "Roboto_Regular";
        font-size: 1.25rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 1.75rem;
        text-align: center
    }

    .info-bar-navigation .go-to-on-demand-events,
    .info-bar-navigation h4 {
        font-weight: 600
    }

    .info-bar-navigation .go-to-on-demand-events {
        font-size: 1.125rem;
        line-height: 1.5rem;
        text-align: right;
        padding-left: 3rem;
        font-weight: 400;
        color: #e86154
    }
}

@media only screen and (max-width:47.9375rem) {
    hr {
        width: 100%;
        background: rgba(0, 42, 66, .2);
        height: .125rem;
        border: none;
        margin-bottom: 2.5rem
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    hr {
        width: 100%;
        background: rgba(0, 42, 66, .2);
        height: .0625rem;
        border: none;
        margin-bottom: 5rem
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    hr {
        width: 100%;
        background: rgba(0, 42, 66, .2);
        height: .0625rem;
        border: none;
        margin-bottom: 5rem
    }
}

@media only screen and (min-width:103.125rem) {
    hr {
        width: 100%;
        background: rgba(0, 42, 66, .2);
        height: .0625rem;
        border: none;
        margin-bottom: 5rem
    }
}

@media only screen and (max-width:47.9375rem) {
    .pagination {
        width: 100%
    }

    .pagination ul {
        display: none
    }

    .pagination .show-more {
        margin-bottom: 2.5rem
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    .pagination {
        width: 100%;
        margin-bottom: 5rem
    }

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

    .pagination ul {
        width: 100%;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        list-style-type: none;
        margin-bottom: 2.5rem
    }

    .pagination ul li {
        width: 1.5625rem;
        height: 1.5625rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: .9375rem;
        transition: .3s;
        cursor: pointer
    }

    .pagination ul li.pages-count {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .pagination ul li.pages-count:hover,
    .pagination ul li.paginate:hover {
        background: rgba(0, 0, 0, 0)
    }

    .pagination ul li:last-of-type {
        margin-right: 0
    }

    .pagination ul li.active,
    .pagination ul li:hover {
        background: #27aae1
    }

    .pagination ul li.active a,
    .pagination ul li:hover a {
        color: #fff
    }

    .pagination ul li a {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Roboto_Bold";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 0;
        color: rgba(38, 34, 98, .4)
    }

    .pagination .show-more {
        display: none
    }
}

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

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

    .pagination ul {
        width: 100%;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        list-style-type: none;
        margin-bottom: 3.75rem
    }

    .pagination ul li {
        width: 1.5625rem;
        height: 1.5625rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: .9375rem;
        transition: .3s;
        cursor: pointer
    }

    .pagination ul li.pages-count {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .pagination ul li.pages-count:hover,
    .pagination ul li.paginate:hover {
        background: rgba(0, 0, 0, 0)
    }

    .pagination ul li:last-of-type {
        margin-right: 0
    }

    .pagination ul li.active,
    .pagination ul li:hover {
        background: #27aae1
    }

    .pagination ul li.active a,
    .pagination ul li:hover a {
        color: #fff
    }

    .pagination ul li a {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Roboto_Bold";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 0;
        color: rgba(38, 34, 98, .4)
    }

    .pagination .show-more {
        display: none
    }
}

@media only screen and (min-width:103.125rem) {
    .pagination {
        width: 100%
    }

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

    .pagination ul {
        width: 100%;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        list-style-type: none;
        margin-bottom: 3.75rem
    }

    .pagination ul li {
        width: 1.5625rem;
        height: 1.5625rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: .9375rem;
        transition: .3s;
        cursor: pointer
    }

    .pagination ul li.pages-count {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .pagination ul li.pages-count:hover,
    .pagination ul li.paginate:hover {
        background: rgba(0, 0, 0, 0)
    }

    .pagination ul li:last-of-type {
        margin-right: 0
    }

    .pagination ul li.active,
    .pagination ul li:hover {
        background: #27aae1
    }

    .pagination ul li.active a,
    .pagination ul li:hover a {
        color: #fff
    }

    .pagination ul li a {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Roboto_Bold";
        font-size: 1.125rem;
        font-style: "normal";
        letter-spacing: 0;
        line-height: 0;
        color: rgba(38, 34, 98, .4)
    }

    .pagination .show-more {
        display: none
    }
}

@media only screen and (max-width:47.9375rem) {
    .sector.description {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 78.125rem;
        margin: 0 auto;
        padding-bottom: 1.875rem;
        text-align: center
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    .sector.description {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 78.125rem;
        margin: 0 auto;
        padding-bottom: 2.5rem;
        text-align: center
    }
}

@media only screen and (min-width:76.5rem)and (max-width:103.125rem) {
    .sector.description {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 78.125rem;
        margin: 0 auto;
        padding-bottom: 3.75rem;
        text-align: center
    }
}

@media only screen and (min-width:103.125rem) {
    .sector.description {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 78.125rem;
        margin: 0 auto;
        padding-bottom: 3.75rem;
        text-align: center
    }
}

@media only screen and (max-width:47.9375rem) {
    .home .sector .typing-in-input {
        top: 1.25rem !important
    }

    .home .sector .search-filter.form-field .typing-in-datepicker-to-date {
        top: 1.3125rem;
        bottom: inherit
    }
}

@media only screen and (min-width:47.9375rem)and (max-width:76.5rem) {
    .home .sector .typing-in-input {
        top: 1.25rem !important
    }

    .home .sector .search-filter.form-field .typing-in-datepicker-to-date {
        top: 1.3125rem;
        bottom: inherit
    }
}

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