header {
    background: #f2f6f9;
}
header .header-main>div:first-child {
    padding: 10px 0;
    transition: ease padding .2s;
}
@media (min-width:1076px) {
    header .header-main>div:  first-child {
    padding: 20px 0;
}
}header.minimize {
    box-shadow: 0 2px 6px rgba(24, 106, 133, .2);
}
header.minimize .header-main>div:first-child {
    padding: 8px 0;
}
header .header-sticky {
    background: #01517f;
    color: #fff;
    text-align: center;
    padding: 6px 0;
}
.rte header .header-sticky a, form header .header-sticky input[type=email], form header .header-sticky input[type=text], form header .header-sticky textarea, header .header-sticky .rte a, header .header-sticky a, header .header-sticky form input[type=email], header .header-sticky form input[type=text], header .header-sticky form textarea, header .header-sticky p {
    font-size: 12px;
    line-height: 24px;
    font-family: Inter, sans-serif;
    color: #fff;
}
@media (min-width:768px) {
    .rte header .header-sticky a, form header .header-sticky input[type=email], form header .header-sticky input[type=text], form header .header-sticky textarea, header .header-sticky .rte a, header .header-sticky a, header .header-sticky form input[type=email], header .header-sticky form input[type=text], header .header-sticky form textarea, header .header-sticky p {
    font-size: 16px;
}
}.rte header .header-sticky a, form header .header-sticky input[type=email], form header .header-sticky input[type=text], form header .header-sticky textarea, header .header-sticky .rte a, header .header-sticky form input[type=email], header .header-sticky form input[type=text], header .header-sticky form textarea, header .header-sticky p {
    font-weight: 500;
}
.rte header .header-sticky a a, form header .header-sticky input[type=email] a, form header .header-sticky input[type=text] a, form header .header-sticky textarea a, header .header-sticky .rte a a, header .header-sticky form input[type=email] a, header .header-sticky form input[type=text] a, header .header-sticky form textarea a, header .header-sticky p a {
    font-weight: 600;
}
header .login {
    font-size: 16px;
    font-weight: 600;
    color: #01517f;
    border-bottom: 2px solid #01517f;
    padding-bottom: 4px;
}
@media (min-width:1076px) {
    header .login {
    font-size: 18px;
}
}header nav a, header nav span {
    font-size: 14px;
    font-weight: 600;
    color: #01517f;
}
@media (min-width:1076px) {
    header nav a, header nav span {
    font-size: 16px;
}
}@media (min-width:1734px) {
    header nav a, header nav span {
    font-size: 18px;
}
}header nav ul {
    display: flex;
    flex-direction: column;
    text-align: center;
}
@media (min-width:1076px) {
    header nav ul {
    flex-direction: row;
}
}header nav ul li {
    background: #fff;
    border-bottom: 1px solid #eaf2f8;
}
@media (min-width:1076px) {
    header nav ul li {
    background: 0 0;
    border: none;
}
}header nav ul li ul li {
    min-width: 150px;
}
@media (min-width:1076px) {
    header nav ul li ul li {
    text-align: left;
    border-bottom: 1px solid #e3e6e7;
}
header nav ul li ul li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
header nav ul li ul li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
}header nav ul li ul li a {
    font-size: 14px;
    line-height: 20px;
}
@media (min-width:1076px) {
    header nav ul li ul li a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    padding: 10px 15px;
}
}@media (min-width:1076px) {
    header nav .active {
    border-bottom: 2px solid #01517f;
    padding-bottom: 4px;
}
}@media (max-width:1075px) {
    header nav .active {
    background: #f2f6f9;
}
}header nav .active--submenu {
    background: #f2f6f9;
}
header .languages {
    position: relative;
}
header .languages span {
    font-size: 15px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: 20px;
}
header .languages .selected {
    color: #01517f;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 5px 15px;
    width: 100%;
    cursor: pointer;
}
@media (min-width:1076px) {
    header .languages .selected {
    width: auto;
}
}header .languages .selected:hover .selection {
    max-height: 300px;
}
header .languages .selection {
    position: absolute;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 10px;
    min-width: 220px;
    max-height: 0;
    overflow: hidden;
    transition: ease max-height .5s;
    top: 30px;
    left: 0;
    margin-top: 12px;
}
header .languages .selection ul li {
    border-bottom: 1px solid #e3e6e7;
}
header .languages .selection ul li:last-child {
    border-bottom: none;
}
header .languages .selection ul li a {
    background: #fff;
    display: flex;
    padding: 5px 15px;
    justify-content: space-between;
}
header .languages .selection ul li a span {
    opacity: .6;
}
header .languages .selection ul li a>div {
    display: flex;
}
header .languages .selection ul li a .icon-country {
    margin-right: 10px;
}
header .languages .selection ul li:first-child a {
    border-radius: 10px 10px 0 0;
}
header .languages .selection ul li:last-child a {
    border-radius: 0 0 10px 10px;
}
header .languages .selection ul li .icon-check {
    display: none;
}
header .languages .selection ul li:hover .icon-check {
    display: block;
}
header .languages .selection ul li:hover a span {
    opacity: 1;
}
footer {
    padding-bottom: 60px;
    text-align: left;
}
footer .inner>div:first-child {
    border-top: 1px solid #1a628c;
    padding-top: 70px;
}
.rte footer a, footer .rte a, footer a, footer form input[type=email], footer form input[type=text], footer form textarea, footer h2, footer h6, footer p, form footer input[type=email], form footer input[type=text], form footer textarea {
    color: #fff;
}
.rte footer a, footer .rte a, footer form input[type=email], footer form input[type=text], footer form textarea, footer p, form footer input[type=email], form footer input[type=text], form footer textarea {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}
footer h6 {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}
footer h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
}
footer .footer-links {
    text-align: left;
}
footer a {
    color: #85ebff;
    font-weight: 400;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 22px;
}
footer a:hover {
    text-decoration: underline;
}
.curly--footer {
    margin-top: -60px;
}
.event .trybooking-vs-eventbrite .section--services .rte h6+a, .event .trybooking-vs-eventbrite .section--services form h6+input[type=email], .event .trybooking-vs-eventbrite .section--services form h6+input[type=text], .event .trybooking-vs-eventbrite .section--services form h6+textarea, .event .trybooking-vs-eventbrite .section--services h6+p, .event-tile .trybooking-vs-eventbrite .section--services .rte h6+a, .event-tile .trybooking-vs-eventbrite .section--services form h6+input[type=email], .event-tile .trybooking-vs-eventbrite .section--services form h6+input[type=text], .event-tile .trybooking-vs-eventbrite .section--services form h6+textarea, .event-tile .trybooking-vs-eventbrite .section--services h6+p, .rte .event .trybooking-vs-eventbrite .section--services h6+a, .rte .event-tile .trybooking-vs-eventbrite .section--services h6+a, .rte .trybooking-vs-eventbrite .section--services .event h6+a, .rte .trybooking-vs-eventbrite .section--services .event-tile h6+a, .rte .trybooking-vs-eventbrite .section--services .title+a, .trybooking-vs-eventbrite .section--services .event .rte h6+a, .trybooking-vs-eventbrite .section--services .event form h6+input[type=email], .trybooking-vs-eventbrite .section--services .event form h6+input[type=text], .trybooking-vs-eventbrite .section--services .event form h6+textarea, .trybooking-vs-eventbrite .section--services .event h6+p, .trybooking-vs-eventbrite .section--services .event-tile .rte h6+a, .trybooking-vs-eventbrite .section--services .event-tile form h6+input[type=email], .trybooking-vs-eventbrite .section--services .event-tile form h6+input[type=text], .trybooking-vs-eventbrite .section--services .event-tile form h6+textarea, .trybooking-vs-eventbrite .section--services .event-tile h6+p, .trybooking-vs-eventbrite .section--services .rte .title+a, .trybooking-vs-eventbrite .section--services .title+p, .trybooking-vs-eventbrite .section--services form .title+input[type=email], .trybooking-vs-eventbrite .section--services form .title+input[type=text], .trybooking-vs-eventbrite .section--services form .title+textarea, form .event .trybooking-vs-eventbrite .section--services h6+input[type=email], form .event .trybooking-vs-eventbrite .section--services h6+input[type=text], form .event .trybooking-vs-eventbrite .section--services h6+textarea, form .event-tile .trybooking-vs-eventbrite .section--services h6+input[type=email], form .event-tile .trybooking-vs-eventbrite .section--services h6+input[type=text], form .event-tile .trybooking-vs-eventbrite .section--services h6+textarea, form .trybooking-vs-eventbrite .section--services .event h6+input[type=email], form .trybooking-vs-eventbrite .section--services .event h6+input[type=text], form .trybooking-vs-eventbrite .section--services .event h6+textarea, form .trybooking-vs-eventbrite .section--services .event-tile h6+input[type=email], form .trybooking-vs-eventbrite .section--services .event-tile h6+input[type=text], form .trybooking-vs-eventbrite .section--services .event-tile h6+textarea, form .trybooking-vs-eventbrite .section--services .title+input[type=email], form .trybooking-vs-eventbrite .section--services .title+input[type=text], form .trybooking-vs-eventbrite .section--services .title+textarea {
    color: #b1b1b1;
}
html {
    scroll-behavior: smooth;
}
.rte a, a, body.page--xeropage .contact-card h2, div, form input[type=email], form input[type=text], form textarea, h1, h2, h3, h4, h5, h6, p {
    font-family: Poppins, sans-serif;
}
label {
    font-family: Inter, sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
}
main {
    padding-top: 48px;
}
@media (min-width:1076px) {
    main {
    padding-top: 65px;
}
}.font-p, .p, .rte a, form input[type=email], form input[type=text], form textarea, li, p {
    font-size: 14px;
    line-height: 20px;
}
@media (min-width:1076px) {
    .font-p, .p, .rte a, form input[type=email], form input[type=text], form textarea, li, p {
    font-size: 17px;
    line-height: 25px;
}
}.p, .rte a, form input[type=email], form input[type=text], form textarea, li, p {
    font-family: Inter, sans-serif;
    color: #061c24;
    font-weight: 500;
}
.contact-card__bot .rte a, .contact-card__bot .rte a span, .contact-card__bot form input[type=email], .contact-card__bot form input[type=email] a, .contact-card__bot form input[type=email] span, .contact-card__bot form input[type=text], .contact-card__bot form input[type=text] a, .contact-card__bot form input[type=text] span, .contact-card__bot form textarea, .contact-card__bot form textarea a, .contact-card__bot form textarea span, .contact-card__bot p, .contact-card__bot p a, .contact-card__bot p span, .rte .contact-card__bot a, .rte .contact-card__bot a span, .subtitle, .subtitle a, .subtitle span, form .contact-card__bot input[type=email], form .contact-card__bot input[type=email] a, form .contact-card__bot input[type=email] span, form .contact-card__bot input[type=text], form .contact-card__bot input[type=text] a, form .contact-card__bot input[type=text] span, form .contact-card__bot textarea, form .contact-card__bot textarea a, form .contact-card__bot textarea span {
    font-size: 16px;
    line-height: 24px;
    font-family: Inter, sans-serif;
}
@media (min-width:1076px) {
    .contact-card__bot .rte a, .contact-card__bot form input[type=email], .contact-card__bot form input[type=text], .contact-card__bot form textarea, .contact-card__bot p, .rte .contact-card__bot a, .subtitle, form .contact-card__bot input[type=email], form .contact-card__bot input[type=text], form .contact-card__bot textarea {
    font-size: 20px;
    line-height: 32px;
}
.contact-card__bot .rte a a, .contact-card__bot .rte a span, .contact-card__bot form input[type=email] a, .contact-card__bot form input[type=email] span, .contact-card__bot form input[type=text] a, .contact-card__bot form input[type=text] span, .contact-card__bot form textarea a, .contact-card__bot form textarea span, .contact-card__bot p a, .contact-card__bot p span, .rte .contact-card__bot a a, .rte .contact-card__bot a span, .subtitle a, .subtitle span, form .contact-card__bot input[type=email] a, form .contact-card__bot input[type=email] span, form .contact-card__bot input[type=text] a, form .contact-card__bot input[type=text] span, form .contact-card__bot textarea a, form .contact-card__bot textarea span {
    font-size: 20px;
    line-height: 32px;
}
}.box-shadow, .counter__icon, .highlight-card .text-image__body, .nav-container, .section--savings-calculator .box, .section--savings-calculator .total>div, .services-card .service-card, .slick-slider .slick-arrow>div {
    box-shadow: 0 1px 3px rgba(24, 106, 133, .08), 0 30px 60px rgba(51, 66, 73, .08);
}
.box-shadow-2 {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.anchor-item, .box-shadow-3 {
    box-shadow: 0 1px 1px rgba(24, 106, 133, .1);
}
.box-shadow-4 {
    box-shadow: 0 1px 3px rgba(24, 106, 133, .08), 0 10px 40px rgba(51, 66, 73, .08);
}
.box-shadow-5 {
    box-shadow: 0 0 10px rgba(24, 106, 133, .12);
}
.box-shadow-6 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05), 0 -2px 50px rgba(0, 0, 0, .08);
}
.bg-grey {
    background: linear-gradient(0deg, #f4f8f9, #f4f8f9), #f0f6fb;
}
.bg-grey-2 {
    background: linear-gradient(0deg, #ecf1f3, #ecf1f3), #f0f6fb;
}
.overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
}
.text-variant-3 {
    color: #8298ab!important;
}
.bg-dark-grey {
    background: #ecf1f3;
}
.bg-alt-light {
    background: #fef8e9;
}
.text-title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    font-weight: 600;
}
.text-content {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -.2px;
    font-family: Inter, sans-serif;
    font-weight: 700;
}
a {
    font-family: Inter, sans-serif;
}
.font-main {
    font-family: Poppins, sans-serif;
}
.font-alt {
    font-family: Inter, sans-serif;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.container .inner {
    padding: 0 15px;
}
@media (min-width:1076px) {
    .container .inner {
        padding: 0 20px;
    }
}.container--wide {
    max-width: none;
}
.container--wide .inner {
    padding: 0 15px;
}
@media (min-width:1076px) {
    .container--wide .inner {
    padding: 0 20px;
}
}.logo {
    height: 28px;
}
@media (min-width:1076px) {
    .logo {
    height: auto;
}
}body.page--xeropage .contact-card h2, h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: -1px;
}
@media (min-width:1076px) {
    body.page--xeropage .contact-card h2, h1 {
    font-size: 55px;
    line-height: 68px;
}
}.h2, h2 {
    font-size: 26px;
    line-height: 34px;
    color: #01517f;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -1px;
}
@media (min-width:1076px) {
    .h2, h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
}
}h3 {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}
@media (min-width:1076px) {
    h3 {
    font-size: 24px;
    line-height: 36px;
}
}.highlight {
    color: #f5b31a;
}
a {
    font-size: 13px;
    line-height: 20px;
}
.btn {
    border-radius: 10px;
    padding: 12px 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    transition: ease all .3s;
}
.btn--small {
    padding: 6px 18px;
}
.btn--alt {
    background: linear-gradient(90deg, #f5b31a 0, #f59d1a 100%);
    box-shadow: 0 10px 20px -10px rgba(245, 159, 26, .6);
}
.btn--alt:hover {
    background: linear-gradient(90deg, #f59d1a 100%, #f59d1a 100%);
    box-shadow: 0 10px 20px -10px rgba(245, 159, 26, .6);
}
.btn--outline-white {
    border: 2px solid #fff;
}
.btn--outline-white:hover {
    color: #01517f;
    background: #fff;
}
.btn--outline-yellow {
    color: #f5b31a;
    border: 2px solid #f5b31a;
}
.btn--outline-yellow:hover {
    color: #fff;
    border-color: #f59d1a;
    background: linear-gradient(90deg, #f59d1a 100%, #f59d1a 100%);
    box-shadow: 0 10px 20px -10px rgba(245, 159, 26, .6);
}
.btn--outline-main {
    border: 2px solid #01517f;
    color: #01517f;
}
.btn--outline-main:hover {
    color: #fff;
    background: #01517f;
}
.btn--outline-main-transparent {
    border: 2px solid #01517f;
    color: #01517f;
    background-color: transparent;
}
.btn--outline-main-transparent:hover {
    color: #fff;
    background: #01517f;
}
.btn--clear-outline-white {
    height: 44px;
    width: 129.95px;
}
.btn--blue, body.page--xeropage .section--banner .btn {
    background: linear-gradient(90deg, #00b7e2 0, #0089a3 100%);
    box-shadow: 0 10px 20px -10px rgba(89, 60, 15, .6);
    border-radius: 10px;
    color: #fff;
}
.btn--blue:hover, body.page--xeropage .section--banner .btn:hover {
    background: linear-gradient(90deg, #00b7e2 100%, #0089a3 100%);
}
body.page--homepage {
    background-image: url(../media/gfgis3fx/banner-bg-2.webp);
    background-size: 1246px;
    background-repeat: no-repeat;
    background-position: left -50px;
}
@media (min-width:976px) {
    body.page--homepage {
    background-size: 1600px;
}
}@media (min-width:1714px) {
    body.page--homepage {
    background-size: auto;
}
}@media (min-width:2114px) {
    body.page--homepage {
    background-size: 1640px;
}
}@media (min-width:2378px) {
    body.page--homepage {
    background-size: 1840px;
    background-position: left -60px;
}
}@media (min-width:2537px) {
    body.page--homepage {
    background-size: 1940px;
    background-position: left -80px;
}
}@media (min-width:2854px) {
    body.page--homepage {
    background-size: 2150px;
    background-position: left -100px;
}
}body.page--xeropage .contact-card {
    background: #00b7e2;
}
body.page--xeropage .contact-card h2 {
    color: #fff;
}
.section {
    text-align: center;
}
.rte .section--banner a, .section--banner .rte a, .section--banner form input[type=email], .section--banner form input[type=text], .section--banner form textarea, .section--banner p, form .section--banner input[type=email], form .section--banner input[type=text], form .section--banner textarea {
    margin-bottom: 30px;
}
.section--banner a, .section--banner body.page--xeropage .contact-card h2, .section--banner h1, body.page--xeropage .contact-card .section--banner h2 {
    color: #fff;
}
@media (max-width:480px) {
    .section--banner body.page--xeropage .contact-card h2, .section--banner h1, body.page--xeropage .contact-card .section--banner h2 {
    font-size: 38px;
}
}.section--banner-home {
    background-color: #01517f;
    background-image: url(../images/banner-subpage-v3.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    z-index: 10;
}
.section--banner-home+img {
    width: 100%;
    transform: translateY(-6%);
}
@media (min-width:768px) {
    .section--banner-home+img {
    display: block;
}
}@media (min-width:1076px) {
    .section--banner-home~.section--logos {
    padding-top: 0;
}
}.section--banner-subpage {
    background-color: #01517f;
    background-image: url(../images/banner-subpage-v3.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    z-index: 10;
}
.section--banner-subpage+img {
    position: relative;
    z-index: 1;
}
.section--banner-subpage+img+section {
    margin-top: -30px;
    padding-top: 90px;
}
@media (min-width:768px) {
    .section--banner-subpage+img+section {
    margin-top: -60px;
    padding-top: 130px;
}
}.section--banner-calc .calc-box {
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    height: 272px;
    padding: 30px;
}
@media (min-width:768px) {
    .section--banner-calc .calc-box {
    max-width: 370px;
}
}.section--banner-calc .calc-box__dropdown {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    padding: 14px 20px;
}
.rte .section--banner-calc .calc-box__dropdown a, .section--banner-calc .calc-box__dropdown .rte a, .section--banner-calc .calc-box__dropdown form input[type=email], .section--banner-calc .calc-box__dropdown form input[type=text], .section--banner-calc .calc-box__dropdown form textarea, .section--banner-calc .calc-box__dropdown p, form .section--banner-calc .calc-box__dropdown input[type=email], form .section--banner-calc .calc-box__dropdown input[type=text], form .section--banner-calc .calc-box__dropdown textarea {
    font-size: 14px;
}
.section--banner-calc .calc-box__dropdown img {
    height: 8px;
}
.section--banner-calc .calc-box span {
    font-weight: 700;
}
@media (min-width:768px) {
    .section--banner-calc .calc-box+div {
    max-width: 370px;
}
}.section--banner-calc .amount-price {
    color: #0589a3;
    font-family: Inter, sans-serif;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1px;
    border-bottom: 2px dashed #bfc7cf;
    min-width: 70px;
    text-align: center;
}
.section--banner-calc .amount-quantity {
    position: relative;
}
.section--banner-calc .amount-quantity:before {
    content: "$";
    color: #f5b31a;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -1px;
    position: absolute;
}
.section--banner-calc .calc-input {
    background: 0 0;
    font-weight: 700;
    width: 110px;
    text-align: center;
}
.section--banner-calc .calc-input:focus {
    outline: 0;
}
.section--banner-calc .selected {
    cursor: pointer;
}
@media (min-width:1076px) {
    .section--banner-calc .selected {
    width: auto;
}
}.section--banner-calc .selected:hover .selection {
    max-height: 300px;
}
.section--banner-calc .selection {
    position: absolute;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 10px;
    min-width: 220px;
    max-height: 0;
    overflow: hidden;
    transition: ease max-height .5s;
    margin-top: 12px;
}
@media (max-width:767px) {
    .section--banner-calc .selection {
    position: relative;
}
}.section--banner-calc .selection ul li {
    border-bottom: 1px solid #e3e6e7;
}
.section--banner-calc .selection ul li:last-child {
    border-bottom: none;
}
.section--banner-calc .selection ul li a {
    background: #fff;
    display: flex;
    padding: 5px 15px;
    justify-content: space-between;
}
.section--banner-calc .selection ul li a span {
    opacity: .6;
}
.section--banner-calc .selection ul li a>div {
    display: flex;
}
.section--banner-calc .selection ul li:first-child a {
    border-radius: 10px 10px 0 0;
}
.section--banner-calc .selection ul li:last-child a {
    border-radius: 0 0 10px 10px;
}
.section--banner-calc .selection ul li .icon-check {
    display: none;
}
.section--banner-calc .selection ul li:hover .icon-check {
    display: block;
}
.section--banner-calc .selection ul li:hover a span {
    opacity: 1;
}
.section--costs, .section--costsv2 {
    padding-top: 30px;
}
.section--savings-calculator .sliders>div {
    padding-bottom: 40px;
}
.section--savings-calculator .sliders>div .slider--info {
    margin-bottom: 40px;
}
.section--savings-calculator .sliders>div .slider--info span {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -.2px;
}
@media (min-width:768px) {
    .section--savings-calculator .sliders>div .slider--info span {
    font-size: 20px;
}
}@media (min-width:1076px) {
    .section--savings-calculator .sliders>div .slider--info span {
    font-size: 25px;
}
}.section--savings-calculator .sliders>div .slider-js {
    height: 2px;
}
.section--savings-calculator .sliders>div .slider-js .noUi-connects {
    background: #b1b1b1;
}
.section--savings-calculator .sliders>div .slider-js .noUi-handle {
    background: #f5b31a;
    border: 1px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    border-radius: 50%;
    height: 26px;
    width: 26px;
    top: -14px;
}
.section--savings-calculator .sliders>div .slider-js .noUi-handle:after, .section--savings-calculator .sliders>div .slider-js .noUi-handle:before {
    display: none;
}
.section--savings-calculator .btn {
    font-size: 22px;
    padding: 8px;
    width: 104px;
}
@media (min-width:768px) {
    .section--savings-calculator .btn {
    font-size: 25px;
}
}@media (min-width:1076px) {
    .section--savings-calculator .btn {
    padding: 16px;
    font-size: 30px;
    width: 170px;
}
}.section--savings-calculator .box {
    border-radius: 20px;
    max-width: 360px;
}
.section--savings-calculator .box .header {
    border-radius: 20px 20px 0 0;
}
.section--savings-calculator .box .header span {
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 0;
    display: block;
}
.section--savings-calculator .box .body {
    padding: 40px 20px;
}
.event .section--savings-calculator .box .body h6 span:first-child, .event-tile .section--savings-calculator .box .body h6 span:first-child, .section--savings-calculator .box .body .event h6 span:first-child, .section--savings-calculator .box .body .event-tile h6 span:first-child, .section--savings-calculator .box .body .title span:first-child {
    font-size: 40px;
    font-weight: 500;
    line-height: .8;
}
@media (min-width:768px) {
    .event .section--savings-calculator .box .body h6 span: first-child, .event-tile .section--savings-calculator .box .body h6 span:first-child, .section--savings-calculator .box .body .event h6 span:first-child, .section--savings-calculator .box .body .event-tile h6 span:first-child, .section--savings-calculator .box .body .title span: first-child {
    font-size: 50px;
}
}@media (min-width:1076px) {
    .event .section--savings-calculator .box .body h6 span: first-child, .event-tile .section--savings-calculator .box .body h6 span:first-child, .section--savings-calculator .box .body .event h6 span:first-child, .section--savings-calculator .box .body .event-tile h6 span:first-child, .section--savings-calculator .box .body .title span: first-child {
    font-size: 60px;
}
}.event .section--savings-calculator .box .body h6 span:last-child, .event-tile .section--savings-calculator .box .body h6 span:last-child, .section--savings-calculator .box .body .event h6 span:last-child, .section--savings-calculator .box .body .event-tile h6 span:last-child, .section--savings-calculator .box .body .title span:last-child {
    font-size: 18px;
    font-weight: 700;
}
@media (min-width:768px) {
    .event .section--savings-calculator .box .body h6 span: last-child, .event-tile .section--savings-calculator .box .body h6 span:last-child, .section--savings-calculator .box .body .event h6 span:last-child, .section--savings-calculator .box .body .event-tile h6 span:last-child, .section--savings-calculator .box .body .title span: last-child {
    font-size: 24px;
}
}.section--savings-calculator .box .body .prices>div span {
    font-family: Inter, sans-serif;
    font-weight: 700;
}
.section--savings-calculator .box .body .prices>div span:first-child {
    font-size: 20px;
}
.section--savings-calculator .box .body .prices>div span:last-child {
    font-size: 15px;
    color: #01517f;
}
.rte .section--savings-calculator .box .body a, .section--savings-calculator .box .body .rte a, .section--savings-calculator .box .body form input[type=email], .section--savings-calculator .box .body form input[type=text], .section--savings-calculator .box .body form textarea, .section--savings-calculator .box .body p, form .section--savings-calculator .box .body input[type=email], form .section--savings-calculator .box .body input[type=text], form .section--savings-calculator .box .body textarea {
    color: #8298ab;
    font-size: 13px;
}
.section--savings-calculator .box--1 .header {
    background: #f5b31a;
}
.event .section--savings-calculator .box--1 .body h6 span:first-child, .event-tile .section--savings-calculator .box--1 .body h6 span:first-child, .section--savings-calculator .box--1 .body .event h6 span:first-child, .section--savings-calculator .box--1 .body .event-tile h6 span:first-child, .section--savings-calculator .box--1 .body .title span:first-child {
    color: #f5b31a;
}
.event .section--savings-calculator .box--1 .body h6 span:last-child, .event-tile .section--savings-calculator .box--1 .body h6 span:last-child, .section--savings-calculator .box--1 .body .event h6 span:last-child, .section--savings-calculator .box--1 .body .event-tile h6 span:last-child, .section--savings-calculator .box--1 .body .title span:last-child {
    color: #f5b31a;
}
.section--savings-calculator .box--2 .header {
    background: #0089a3;
}
.event .section--savings-calculator .box--2 .body h6 span:first-child, .event-tile .section--savings-calculator .box--2 .body h6 span:first-child, .section--savings-calculator .box--2 .body .event h6 span:first-child, .section--savings-calculator .box--2 .body .event-tile h6 span:first-child, .section--savings-calculator .box--2 .body .title span:first-child {
    color: #000;
}
.section--savings-calculator .total {
    display: flex;
    justify-content: center;
}
.section--savings-calculator .total>div {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 10px 40px;
    border-radius: 20px;
}
.section--savings-calculator .total span:first-child {
    font-size: 18px;
    color: #01517f;
    font-weight: 700;
    line-height: 25px;
    margin-right: 20px;
}
@media (min-width:768px) {
    .section--savings-calculator .total span:  first-child {
    font-size: 24px;
}
}@media (min-width:1076px) {
    .section--savings-calculator .total span:  first-child {
    font-size: 30px;
}
}.section--savings-calculator .total span:last-child {
    color: #f5b31a;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -.2px;
}
@media (min-width:768px) {
    .section--savings-calculator .total span:  last-child {
    font-size: 50px;
}
}@media (min-width:1076px) {
    .section--savings-calculator .total span:  last-child {
    font-size: 60px;
}
}.section--quicklinksplain .bottom-text a {
    color: #01517f;
    font-style: italic;
    font-weight: 700;
}
.section--costsv2 .card {
    width: 100%}
@media (min-width:768px) {
    .section--costsv2 .card {
    max-width: 360px;
}
}.section--testimonials {
    position: relative;
}
.section--testimonials .testimonial {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    max-width: 364px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.rte .section--testimonials .testimonial a, .section--testimonials .testimonial .rte a, .section--testimonials .testimonial form input[type=email], .section--testimonials .testimonial form input[type=text], .section--testimonials .testimonial form textarea, .section--testimonials .testimonial p, form .section--testimonials .testimonial input[type=email], form .section--testimonials .testimonial input[type=text], form .section--testimonials .testimonial textarea {
    font-family: Inter, sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
}
.section--testimonials .testimonial__author-title {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #616c6b;
}
.section--testimonials .testimonial.slick-slide {
    margin: 30px 15px;
}
.section--testimonials .testimonial-carousel img {
    width: auto;
}
.section--testimonials .testimonial-carousel .testimonial {
    min-height: 380px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: unset;
}
.section--testimonials .testimonial-carousel .owl-stage {
    display: flex;
    margin-bottom: 20px;
}
.section--testimonials .testimonial-carousel .owl-stage-outer {
    padding: 24px;
}
.section--testimonials .testimonial-carousel .owl-item {
    display: flex;
    width: auto;
}
.section--services {
    position: relative;
}
.section--checklistv2 .checklist__border {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100px;
    top: -104px;
    height: calc(100% + 200px);
    border-color: #0089a3;
}
@media (min-width:768px) {
    .section--checklistv2 .checklist__border {
    width: 170px;
    top: -108px;
    height: calc(100% + 222px);
}
}@media (min-width:1076px) {
    .section--checklistv2 .checklist__border {
    width: 192px;
    top: -115px;
    height: calc(100% + 234px);
}
}.section--checklistv2 .checklist__border .bottom .btn {
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px;
    border-radius: 4px;
}
@media (min-width:768px) {
    .section--checklistv2 .checklist__border .bottom .btn {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px;
    border-radius: 6px;
}
}@media (min-width:1076px) {
    .section--checklistv2 .checklist__border .bottom .btn {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px;
    border-radius: 10px;
}
}.rte .section--checklistv2 .checklist__border .bottom a, .section--checklistv2 .checklist__border .bottom .rte a, .section--checklistv2 .checklist__border .bottom form input[type=email], .section--checklistv2 .checklist__border .bottom form input[type=text], .section--checklistv2 .checklist__border .bottom form textarea, .section--checklistv2 .checklist__border .bottom p, form .section--checklistv2 .checklist__border .bottom input[type=email], form .section--checklistv2 .checklist__border .bottom input[type=text], form .section--checklistv2 .checklist__border .bottom textarea {
    font-size: 9px;
    line-height: 12px;
    letter-spacing: -.2px;
}
@media (min-width:768px) {
    .rte .section--checklistv2 .checklist__border .bottom a, .section--checklistv2 .checklist__border .bottom .rte a, .section--checklistv2 .checklist__border .bottom form input[type=email], .section--checklistv2 .checklist__border .bottom form input[type=text], .section--checklistv2 .checklist__border .bottom form textarea, .section--checklistv2 .checklist__border .bottom p, form .section--checklistv2 .checklist__border .bottom input[type=email], form .section--checklistv2 .checklist__border .bottom input[type=text], form .section--checklistv2 .checklist__border .bottom textarea {
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
    font-size: "Inter", sans-serif;
}
}.section--checklistv2 .checklist__border--2 {
    border-color: #f5b31a;
    right: 126px;
}
@media (min-width:768px) {
    .section--checklistv2 .checklist__border--2 {
    right: 200px;
}
}@media (min-width:1076px) {
    .section--checklistv2 .checklist__border--2 {
    right: 238px;
}
}.section--checklistv2 .checklist__icon {
    width: 100px;
    height: 94px;
}
@media (min-width:768px) {
    .section--checklistv2 .checklist__icon {
    width: 170px;
    height: 38px;
}
}@media (min-width:1076px) {
    .section--checklistv2 .checklist__icon {
    width: 190px;
    height: 60px;
}
}.section--checklistv2 .checklist__icon svg {
    width: 30px;
    height: 30px;
}
.section--checklistv2 .checklist__icon svg.check {
    width: 36px;
    height: 36px;
}
@media (min-width:768px) {
    .section--checklistv2 .checklist__icon svg {
    width: 16px;
    height: 16px;
}
.section--checklistv2 .checklist__icon svg.check {
    width: 20px;
    height: 20px;
}
}.section--checklistv2 .checklist__icon--2 {
    right: 110px;
}
@media (min-width:768px) {
    .section--checklistv2 .checklist__icon--2 {
    right: 184px;
}
}@media (min-width:1076px) {
    .section--checklistv2 .checklist__icon--2 {
    right: 210px;
}
}.rte .section--checklistv2 .checklist__text a, .section--checklistv2 .checklist__text .rte a, .section--checklistv2 .checklist__text form input[type=email], .section--checklistv2 .checklist__text form input[type=text], .section--checklistv2 .checklist__text form textarea, .section--checklistv2 .checklist__text p, form .section--checklistv2 .checklist__text input[type=email], form .section--checklistv2 .checklist__text input[type=text], form .section--checklistv2 .checklist__text textarea {
    font-size: 15px;
}
@media (min-width:1076px) {
    .rte .section--checklistv2 .checklist__text a, .section--checklistv2 .checklist__text .rte a, .section--checklistv2 .checklist__text form input[type=email], .section--checklistv2 .checklist__text form input[type=text], .section--checklistv2 .checklist__text form textarea, .section--checklistv2 .checklist__text p, form .section--checklistv2 .checklist__text input[type=email], form .section--checklistv2 .checklist__text input[type=text], form .section--checklistv2 .checklist__text textarea {
    font-size: 20px;
}
}.section--checklistv2 .fee {
    font-size: 10px;
}
@media (min-width:768px) {
    .section--checklistv2 .fee {
    font-size: 14px;
}
}.section--text-image+.section--text-image {
    padding-top: 0;
}
.section--anchors {
    position: sticky;
    top: 30px;
    z-index: 5;
    transition: ease top 1s;
}
.section--anchors~.section--services {
    padding-top: 0;
    background: #f4f8f9;
}
.section--anchors.exit {
    top: -300px;
}
.section--team+.section--image {
    padding-top: 0;
    margin-top: -30px;
}
@media (min-width:768px) {
    .section--team+.section--image {
    margin-top: -60px;
}
}.section--signup {
    background-image: url("../images/block-sign-up-bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
}
.section--faqs+.section--contact-card {
    padding-top: 0;
}
.section--video .video-iframe {
    height: 57vw;
    max-width: 973px;
    max-height: 583px;
    margin: 0 auto;
}
.section--video iframe {
    padding: 20px;
    width: 100%;
    height: 100%}
@media (min-width:768px) {
    .section--video iframe {
    padding: 30px;
}
}.page--schoolspage .section {
    margin-bottom: 0;
}



.page--schoolspage .section--banner-subpage {
    /*background-image: url("/images/banner schools.png");*/
    /*background-position: center -123px;*/
    /*background-image: url("/media/p3eli1mh/top-banner-redesign_iphone.png");*/
    background-image: url(../images/banner-subpage-v3.webp);
    background-color: #01517f;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
    position: relative;
}

/*@media (max-width: 415px) {*/
/*    .page--schoolspage .section--banner-subpage {*/
/*        min-height: 802px;*/
/*    }*/
/*}*/
/*@media (min-width: 415px) {*/
/*    .page--schoolspage .section--banner-subpage {*/
/*        background-image: url("/media/oqcbftwi/top-banner-redesign_ipadmini.png");*/
/*    }*/
/*}*/
/*@media (min-width: 769px) {*/
/*    .page--schoolspage .section--banner-subpage {*/
/*        background-image: url("/media/qcwj44px/top-banner-redesign_ipadpro.png");*/
/*    }*/
/*}*/
/*@media (min-width: 1025px) {*/
/*    .page--schoolspage .section--banner-subpage {*/
/*        background-image: url("/media/ukbepwil/top-banner-redesign_desktop_1.png");*/
/*    }*/
/*}*/


/*.page--schoolspage .section--banner-subpage+img {*/
/*    display: none;*/
/*}*/
.page--schoolspage .section--logos {
    padding-top: 0;
}
.page--successstorypage .section--stories-slider+.section--banner-footer {
    margin-top: -60px;
}
.page--fundraisingpage .section--banner-subpage {
    padding-bottom: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .slick-dots .slick-active button {
    background: #f5b31a;
    border: 2px solid #f5b31a;
}
.owl-theme .owl-dots .owl-dot span, .slick-dots>li button {
    background: 0 0;
    border: 2px solid #01517f;
    height: 12px;
    width: 12px;
    border-radius: 50%}
.owl-theme .owl-dots .owl-dot span:before, .slick-dots>li button:before {
    content: ""}
.tab-content, .tab-content-hc {
    display: none;
}
.tabs-hc>label, .tabs>label {
    border: 2px solid #0589a3;
    transition: ease border .2s;
}
.tabs-hc>label:hover, .tabs>label:hover {
    border: 2px solid #0589a3;
}
.tabs-hc>label span, .tabs>label span {
    /*color: #8298ab;*/
    color: #0589a3;
}
.tabs>label .hc-sub-title {
    color: #000000;
}

.tabbed .tabs label .img-credit-card {
    filter: brightness(1);
}
.tabbed input[type=radio]:nth-of-type(1):checked~.tabs label:nth-of-type(1) {
    /*border: 2px solid #0589a3;*/
     background-color: #0589a3;
}
.tabbed input[type=radio]:nth-of-type(1):checked~.tabs label:nth-of-type(1) span {
    /*color: #0589a3;*/
    color: #ffffff;
}
.tabbed input[type=radio]:nth-of-type(1):checked~.tabs label:nth-of-type(1) .hc-sub-title {
    color: #ffffff;
}
.tabbed input[type=radio]:nth-of-type(1):checked~.tabs label:nth-of-type(1) .img-credit-card {
    filter: brightness(0) invert(1);
}
.tabbed input[type=radio]:nth-of-type(2):checked~.tabs label:nth-of-type(2) .img-others-payment {
    filter: brightness(0) invert(1);
}
.tabbed input[type=radio]:nth-of-type(1):checked~.tab-content:nth-of-type(2) {
    display: block;
}
.tabbed input[type=radio]:nth-of-type(2):checked~.tabs label:nth-of-type(2) {
    /*border: 2px solid #0589a3;*/
     background-color: #0589a3;
}
.tabbed input[type=radio]:nth-of-type(2):checked~.tabs label:nth-of-type(2) span {
    /*color: #0589a3;*/
    color: #ffffff;
}
.tabbed input[type=radio]:nth-of-type(2):checked~.tabs label:nth-of-type(2) .hc-sub-title {
    color: #ffffff;
}
.tabbed input[type=radio]:nth-of-type(2):checked~.tab-content:nth-of-type(3) {
    display: block;
}
.tabbed input[type=radio]:nth-of-type(3):checked~.tabs label:nth-of-type(3) {
    /*border: 2px solid #0589a3;*/
     background-color: #0589a3;
}
.tabbed input[type=radio]:nth-of-type(4):checked~.tabs label:nth-of-type(4) {
    /*border: 2px solid #0589a3;*/
     background-color: #0589a3;
}
.tabbed input[type=radio]:nth-of-type(3):checked~.tabs label:nth-of-type(3) span {
    color: #ffffff;
}
.tabbed input[type=radio]:nth-of-type(3):checked~.tabs label:nth-of-type(3) .hc-sub-title {
    color: #ffffff;
}
.tabbed input[type=radio]:nth-of-type(3):checked~.tab-content-applepay {
    display: block;
}
.tabbed input[type=radio]:nth-of-type(4):checked~.tab-content-googlepay {
    display: block;
}
.tabbed-hc input[type=radio]:nth-of-type(1):checked~div .tabs-hc label:nth-of-type(1) {
    /*border: 2px solid #0589a3;*/
    background-color: #0589a3;
}
.tabbed-hc input[type=radio]:nth-of-type(1):checked~div .tabs-hc label:nth-of-type(1) span, .hc-sub-title {
    /*color: #0589a3;*/
    color: #ffffff;
}
.tabbed-hc input[type=radio]:nth-of-type(1):checked~div .tab-content-hc:nth-of-type(2) {
    display: block;
}
.tabbed-hc input[type=radio]:nth-of-type(1):checked~div .widgets-container {
    flex-direction: column-reverse;
}
@media (min-width:768px) {
    .tabbed-hc input[type=radio]:  nth-of-type(1):checked~div .widgets-container {
    display: block;
}
}.tabbed-hc input[type=radio]:nth-of-type(2):checked~div .tabs-hc label:nth-of-type(2) {
    /*border: 2px solid #0589a3;*/
    background-color: #0589a3;
}
.tabbed-hc input[type=radio]:nth-of-type(2):checked~div .tabs-hc label:nth-of-type(2) span {
    /*color: #0589a3;*/
    color: #ffffff;
}
.tabbed-hc input[type=radio]:nth-of-type(2):checked~div .tab-content-hc:nth-of-type(3) {
    display: block;
}
.tabbed-hc input[type=radio]:nth-of-type(3):checked~div .tabs-hc label:nth-of-type(3) {
    /*border: 2px solid #0589a3;*/
    background-color: #0589a3;
}
.tabbed-hc input[type=radio]:nth-of-type(3):checked~div .tabs-hc label:nth-of-type(3) span {
    /*color: #0589a3;*/
    color: #ffffff;
}
.tabbed-hc input[type=radio]:nth-of-type(3):checked~div .tab-content-hc:nth-of-type(4) {
    display: block;
}
.event h6, .event-tile h6, .title {
    color: #0589a3;
}
.tabbed input[type=radio]:nth-of-type(3):checked~.tabs label:nth-of-type(3) .title {
    color: #ffffff;
}
.tabbed input[type=radio]:nth-of-type(3):checked~.tabs label:nth-of-type(3) p {
    color: #ffffff;
}
.title--xl {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 26px;
}
@media (min-width:1076px) {
    .title--xl {
    font-size: 24px;
    line-height: 35px;
}
}.title--lg {
    font-size: 16px;
    line-height: 24px;
}
@media (min-width:1076px) {
    .title--lg {
    font-size: 20px;
    line-height: 28px;
}
}.title--md {
    font-size: 16px;
    line-height: 24px;
}
@media (min-width:1076px) {
    .title--md {
    font-size: 18px;
    line-height: 24px;
}
}.event h6, .event-tile h6, .title--sm {
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
}
@media (min-width:1076px) {
    .event h6, .event-tile h6, .title--sm {
    font-size: 16px;
    line-height: 24px;
}
}.services-card>div {
    max-width: 100%;
    width: 100%}
@media (min-width:768px) {
    .services-card.narrow>div {
    width: 980px;
}
}.services-card .service-card {
    background: #fff;
    border-radius: 20px;
    text-align: left;
}
@media (min-width:768px) {
    .services-card .service-card {
    min-height: 200px;
}
}.services-card--plain .service-card {
    text-align: center;
}
.counter__icon {
    border-radius: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter__icon img {
    width: 42px;
}
.counter__num {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    color: #f5b31a;
}
@media (min-width:1076px) {
    .counter__num {
    font-size: 40px;
    line-height: 55px;
}
}.counter__text {
    font-weight: 600;
}
.event {
    background: #fff;
    box-shadow: 0 1px 3px rgba(24, 106, 133, .08), 0 20px 30px rgba(51, 66, 73, .08);
    border-radius: 15px;
    width: 270px;
    margin: 60px 15px;
    transition: ease opacity .3s;
    opacity: .1;
}
.event.active {
    opacity: 1;
}
.event a>img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.event__info {
    text-align: left;
}
.event__info span {
    display: flex;
    font-family: Inter, sans-serif;
    color: #8298ab;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.event__info span img {
    margin-right: 10px;
}
.event__info span:first-child {
    border-bottom: 1px solid #e2edf6;
    padding-bottom: 5px;
    margin-bottom: 7px;
}
.event__body {
    min-height: 180px;
}
.event .icon {
    width: auto!important;
}
.event-tile {
    background: #fff;
    box-shadow: 0 1px 3px rgba(24, 106, 133, .08), 0 20px 30px rgba(51, 66, 73, .08);
    border-radius: 15px;
    width: 300px;
    margin: 20px 25px;
}
@media (max-width:767px) {
    .event-tile {
    width: 300px;
    margin: 20px 0px;
}
}.event-tile a>img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.event-tile__info {
    text-align: left;
}
.event-tile__info span {
    display: flex;
    font-family: Inter, sans-serif;
    color: #8298ab;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.event-tile__info span img {
    margin-right: 10px;
}
.event-tile__info span:first-child {
    border-bottom: 1px solid #e2edf6;
    padding-bottom: 5px;
    margin-bottom: 7px;
}
.event-tile__body {
    min-height: 180px;
}
.event-tile .icon {
    width: auto!important;
}
.slick-slider .slick-arrow {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    top: 0;
    padding: 0 30px;
}
.slick-slider .slick-arrow>div {
    background: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .8;
    cursor: pointer;
}
.slick-slider .slick-arrow>div:hover {
    opacity: 1;
}
.slick-slider .slick-arrow>div img {
    width: 20px;
}
@media (min-width:1076px) {
    .slick-slider .slick-arrow>div {
    width: 70px;
    height: 70px;
}
.slick-slider .slick-arrow>div img {
    width: auto;
}
}.slick-slider .slick-arrow--left>div img {
    transform: scale(-1);
}
.slick-slider .slick-arrow--right {
    right: 0;
}
.events-carousel .slick-list {
    padding: 0 15px;
}
.stories-carousel .owl-stage {
    padding: 30px 0;
}
.reviews-carousel .owl-stage {
    padding: 30px 0;
}
.reviews-carousel .owl-item img {
    width: auto;
}
.font-testimonial, .stories>div h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 44px;
    letter-spacing: -1px;
    color: #01517f;
}
@media (min-width:768px) {
    .font-testimonial, .stories>div h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .5px;
}
}@media (min-width:1076px) {
    .font-testimonial, .stories>div h3 {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -1px;
}
}.stories>div {
    max-width: 1170px;
}
.stories>div .curve {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    display: none;
}
@media (min-width:768px) {
    .stories>div .curve {
    display: block;
}
}.stories>div:nth-child(odd) .curve {
    right: 0;
    transform: scale(-1) translateX(-1px);
}
.story {
    width: 266px;
}
@media (min-width:1076px) {
    .story {
    width: 370px;
}
}.big-amount {
    display: flex;
    align-items: flex-start;
}
.big-amount span:first-child {
    font-size: 95px;
    font-weight: 400;
    line-height: 76px;
    letter-spacing: -8px;
    margin-right: 10px;
}
@media (min-width:1076px) {
    .big-amount span:  first-child {
    font-size: 140px;
    line-height: 112px;
}
}.big-amount span:last-child {
    color: #0589a3;
    font-size: 33px;
    line-height: 33px;
    font-weight: 600;
}
@media (min-width:1076px) {
    .big-amount span:  last-child {
    font-size: 50px;
    line-height: 50px;
}
}.offer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.offer--first {
    transform: translateX(26px);
}
@media (min-width:768px) {
    .offer--first {
    transform: translateX(22px);
}
}@media (min-width:1076px) {
    .offer--first {
    transform: translateX(20px);
}
.offer--last {
    transform: translateX(10px);
}
}.offer__title {
    color: #f5b31a;
    font-size: 16px;
    line-height: 25px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.offer__subtitle {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0589a3;
}
@media (min-width:1076px) {
    .offer__subtitle {
    font-size: 24px;
    line-height: 35px;
}
}small {
    font-family: Inter, sans-serif;
    font-size: 9px;
    line-height: 16px;
    font-weight: 400;
    color: #8298ab;
}
@media (min-width:1076px) {
    small {
    font-size: 12px;
    line-height: 25px;
}
}.flex-6 {
    flex: 6;
}
.submenu ul {
    max-height: 0;
    overflow: hidden;
    transition: ease max-height .5s;
}
.submenu ul li:hover {
    background: #f2f6f9;
}
.submenu img {
    transition: ease all .5s;
}
@media (min-width:1076px) {
    .submenu:  hover {
    border-bottom: none;
}
.submenu:hover ul {
    max-height: 300px;
}
.submenu:hover>span {
    background: #f7fbfd;
    border-bottom: 1px solid #eaf2f8;
    background: 0 0;
    border-bottom: none;
}
.submenu:hover img {
    transform: rotate(180deg);
}
}@media (max-width:1075px) {
    .submenu {
    border-bottom: none;
}
.submenu ul {
    max-height: 300px;
}
.submenu>span {
    background: #f7fbfd;
    border-bottom: 1px solid #eaf2f8;
}
.submenu img {
    transform: rotate(180deg);
}
}.submenu-arrow {
    right: -28px;
}
.nav-container {
    background: #f7fbfd;
    max-width: 414px;
    height: 100vh;
    transform: translateX(100%);
    transition: ease transform .5s;
    margin-top: 10px;
}
.nav-container.active {
    transform: translateX(0);
}
@media (min-width:1076px) {
    .nav-container {
    background: 0 0;
    max-width: unset;
    box-shadow: none;
    margin-top: 0;
    height: unset;
    transform: translateX(0);
}
}.bg-highlight {
    background-color: #01517f;
    background-image: url(../media/4iqdsklr/footer-bgae14.webp?height=228&amp;quality=50);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.feature-card {
    width: 100%;
    max-width: 206px;
}
@media (min-width:1076px) {
    .feature-card {
    max-width: 270px;
}
}.feature-card img {
    width: 60px;
    height: 60px;
}
@media (min-width:1076px) {
    .feature-card img {
    width: 74px;
    height: 74px;
}
}.faq {
    max-width: 770px;
    width: 100%}
.faq svg {
    transform: rotate(45deg);
    transition: ease transform .5s;
    width: 15px;
}
@media (min-width:768px) {
    .faq svg {
    width: auto;
}
}.faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: ease max-height .5s;
}
.faq__title {
    color: #061c24;
    transition: ease color .5s;
}
.faq input[type=checkbox]:checked+.faq__body .faq__title {
    color: #0589a3;
}
.faq input[type=checkbox]:checked+.faq__body .faq__answer {
    max-height: 500px;
    overflow-y: auto;
}
.faq input[type=checkbox]:checked+.faq__body svg {
    transform: rotate(180deg);
}
.contact-card {
    background: linear-gradient(0deg, #f2f6f9, #f2f6f9), #f0f6fb;
    max-width: 970px;
    min-height: 224px;
    width: 100%}
@media (min-width:1076px) {
    .contact-card {
    min-height: 300px;
}
}.contact-card__image {
    height: 226px;
}
@media (min-width:768px) {
    .contact-card__image {
    height: auto;
    max-width: 322px;
}
}.contact-card__image img {
    height: 273px;
}
@media (min-width:768px) {
    .contact-card__image img {
    height: 265px;
}
}@media (min-width:1076px) {
    .contact-card__image img {
    height: auto;
}
}.card__header span {
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2px;
}
.checklist {
    position: relative;
}
.checklist__border {
    position: absolute;
    height: 100px;
    width: 100px;
    border: 1px solid #f5b31a;
    top: 0;
    right: 15px;
    width: 76px;
    top: -22px;
    bottom: 0;
    height: calc(100% + 30px);
    border-radius: 9px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
@media (min-width:768px) {
    .checklist__border {
    width: 126px;
    top: -35px;
    height: calc(100% + 50px);
}
}@media (min-width:1076px) {
    .checklist__border {
    border: 3px solid #f5b31a;
    width: 170px;
    top: -50px;
    border-radius: 20px;
    height: calc(100% + 70px);
    right: 30px;
}
}.checklist__border-title {
    position: absolute;
    font-weight: 700;
    font-size: 8px;
    line-height: 12px;
    color: #01517f;
    padding: 6px 0;
}
@media (min-width:768px) {
    .checklist__border-title {
    font-size: 14px;
    line-height: 20px;
}
}@media (min-width:1076px) {
    .checklist__border-title {
    font-size: 18px;
    padding: 10px 0;
    line-height: 28px;
}
}.checklist__item {
    margin: 7px 0;
    border-radius: 5px;
}
@media (min-width:768px) {
    .checklist__item {
    margin: 15px 0;
}
}@media (min-width:1076px) {
    .checklist__item {
    margin: 20px 0;
    border-radius: 10px;
}
}.checklist__text {
    padding: 0 10px;
    text-align: left;
}
.checklist__text .rte a, .checklist__text form input[type=email], .checklist__text form input[type=text], .checklist__text form textarea, .checklist__text p, .rte .checklist__text a, form .checklist__text input[type=email], form .checklist__text input[type=text], form .checklist__text textarea {
    font-size: 10px;
    line-height: 14px;
    font-family: Inter, sans-serif;
    font-weight: 600;
}
@media (min-width:768px) {
    .checklist__text .rte a, .checklist__text form input[type=email], .checklist__text form input[type=text], .checklist__text form textarea, .checklist__text p, .rte .checklist__text a, form .checklist__text input[type=email], form .checklist__text input[type=text], form .checklist__text textarea {
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
}
}@media (min-width:1076px) {
    .checklist__text .rte a, .checklist__text form input[type=email], .checklist__text form input[type=text], .checklist__text form textarea, .checklist__text p, .rte .checklist__text a, form .checklist__text input[type=email], form .checklist__text input[type=text], form .checklist__text textarea {
    font-size: 20px;
    line-height: 32px;
}
}.checklist__icon {
    background: #e5f9ff;
    width: 76px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.checklist__icon svg {
    width: 10px;
}
@media (min-width:768px) {
    .checklist__icon {
    height: 46px;
    width: 126px;
}
.checklist__icon svg {
    width: 15px;
}
}@media (min-width:1076px) {
    .checklist__icon {
    height: 60px;
    width: 170px;
    margin-right: 30px;
}
.checklist__icon svg {
    width: 22px;
}
}form input[type=email], form input[type=text], form textarea {
    background: #fff;
    border: 1px solid #d9e1ea;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(24, 106, 133, .2);
    border-radius: 10px;
    padding: 10px;
}
form textarea {
    min-height: 150px;
    resize: none;
}
.widgets .widget {
    border-radius: 15px;
    background: #fff;
    margin-bottom: 20px;
}
.widgets .widget:last-child {
    margin-bottom: 0;
}
.widgets .widget__header {
    background: 0 0;
    border-radius: 15px 15px 0 0;
    cursor: pointer;
    transition: ease all .8s;
}
.widgets .widget__header:last-child {
    border-bottom: none;
}
.widgets .widget__header svg {
    transform: rotate(45deg);
    transition: ease transform .8s;
}
.widgets .widget__header.ui-accordion-header-active svg {
    transform: rotate(135deg);
}
.widgets .widget__body {
    background: #f7fbfd;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: ease all .8s;
}
.widgets .widget__body .location {
    border-top: 1px solid #eaf2f8;
}
.widgets .widget__body .location:last-child {
    border-bottom: 0;
}
.widgets .widget__body .location__header {
    background: #fff;
    transition: ease background .8s;
    cursor: pointer;
}
.widgets .widget__body .location__header svg {
    transition: ease transform .8s;
}
.widgets .widget__body .location__header span:first-child {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #01517f;
}
.widgets .widget__body .location__body {
    max-height: 0;
    overflow: hidden;
    transition: ease max-height .8s;
}
.widgets .widget__body .location__body .location-address {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.widgets .widget__body .location__body .location-info {
    color: #3c5d74;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}
.widgets .widget__body input[type=checkbox]:nth-of-type(1):checked~.location:nth-of-type(1) .location__header {
    background: #f7fbfd;
}
.widgets .widget__body input[type=checkbox]:nth-of-type(1):checked~.location:nth-of-type(1) .location__header svg {
    transform: rotate(180deg);
}
.widgets .widget__body input[type=checkbox]:nth-of-type(1):checked~.location:nth-of-type(1) .location__body {
    max-height: 500px;
}
.widgets .widget__body input[type=checkbox]:nth-of-type(2):checked~.location:nth-of-type(2) .location__header {
    background: #f7fbfd;
}
.widgets .widget__body input[type=checkbox]:nth-of-type(2):checked~.location:nth-of-type(2) .location__header svg {
    transform: rotate(180deg);
}
.widgets .widget__body input[type=checkbox]:nth-of-type(2):checked~.location:nth-of-type(2) .location__body {
    max-height: 500px;
}
.widgets .widget__body input[type=checkbox]:nth-of-type(3):checked~.location:nth-of-type(3) .location__header {
    background: #f7fbfd;
}
.widgets .widget__body input[type=checkbox]:nth-of-type(3):checked~.location:nth-of-type(3) .location__header svg {
    transform: rotate(180deg);
}
.widgets .widget__body input[type=checkbox]:nth-of-type(3):checked~.location:nth-of-type(3) .location__body {
    max-height: 500px;
}
.widgets .widget__body input[type=checkbox]:nth-of-type(4):checked~.location:nth-of-type(4) .location__header {
    background: #f7fbfd;
}
.widgets .widget__body input[type=checkbox]:nth-of-type(4):checked~.location:nth-of-type(4) .location__header svg {
    transform: rotate(180deg);
}
.widgets .widget__body input[type=checkbox]:nth-of-type(4):checked~.location:nth-of-type(4) .location__body {
    max-height: 500px;
}
.widgets .widget__body input[type=checkbox]:nth-of-type(5):checked~.location:nth-of-type(5) .location__header {
    background: #f7fbfd;
}
.widgets .widget__body input[type=checkbox]:nth-of-type(5):checked~.location:nth-of-type(5) .location__header svg {
    transform: rotate(180deg);
}
.widgets .widget__body input[type=checkbox]:nth-of-type(5):checked~.location:nth-of-type(5) .location__body {
    max-height: 500px;
}
.widgets input[type=checkbox]:nth-of-type(1):checked~.widget:nth-of-type(1) .widget__header svg {
    transform: rotate(180deg);
}
.widgets input[type=checkbox]:nth-of-type(1):checked~.widget:nth-of-type(1) .widget__body {
    opacity: 1;
    max-height: 500px;
}
.widgets input[type=checkbox]:nth-of-type(2):checked~.widget:nth-of-type(2) .widget__header svg {
    transform: rotate(180deg);
}
.widgets input[type=checkbox]:nth-of-type(2):checked~.widget:nth-of-type(2) .widget__body {
    opacity: 1;
    max-height: 500px;
}
.widgets input[type=checkbox]:nth-of-type(3):checked~.widget:nth-of-type(3) .widget__header svg {
    transform: rotate(180deg);
}
.widgets input[type=checkbox]:nth-of-type(3):checked~.widget:nth-of-type(3) .widget__body {
    opacity: 1;
    max-height: 500px;
}
.widgets input[type=checkbox]:nth-of-type(4):checked~.widget:nth-of-type(4) .widget__header svg {
    transform: rotate(180deg);
}
.widgets input[type=checkbox]:nth-of-type(4):checked~.widget:nth-of-type(4) .widget__body {
    opacity: 1;
    max-height: 500px;
}
.widgets input[type=checkbox]:nth-of-type(5):checked~.widget:nth-of-type(5) .widget__header svg {
    transform: rotate(180deg);
}
.widgets input[type=checkbox]:nth-of-type(5):checked~.widget:nth-of-type(5) .widget__body {
    opacity: 1;
    max-height: 500px;
}
.yellow-title {
    font-family: Poppins, sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f5b31a;
}
.yellow-title--md {
    font-size: 20px;
}
.success-stories .container {
    position: relative;
    z-index: 2;
}
.success-stories .banner {
    padding: 170px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.success-stories .banner h2:after, .success-stories .banner h2:before {
    color: #f5b31a;
    content: '"'}
.success-stories .banner:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}
.success-stories .curve {
    z-index: 2;
}
.quoted {
    position: relative;
}
.quoted:after, .quoted:before {
    color: #f5b31a;
    position: absolute;
}
.quoted:before {
    content: "“";
    left: -18px;
}
.quoted:after {
    content: "”";
    right: -10px;
}
blockquote {
    background: #f5f8f9;
    padding: 20px;
    border-radius: 10px;
    font-weight: 600;
}
.popular-blog {
    border-bottom: 1px solid #d7e1ea;
}
.popular-blog:last-child {
    border-bottom: none;
}
.rte body.page--xeropage .contact-card h2, .rte h1, body.page--xeropage .contact-card .rte h2 {
    color: #01517f;
    margin-bottom: 20px;
}
.rte ul {
    margin-left: 40px;
    list-style-type: disc;
}
.rte li {
    margin-bottom: 20px;
}
.rte a {
    color: #0589a3;
}
.rte a:hover {
    text-decoration: underline;
}
.rte h3 {
    font-family: Inter, sans-serif;
    margin-bottom: 10px;
}
.rte a, .rte form input[type=email], .rte form input[type=text], .rte form textarea, .rte p, form .rte input[type=email], form .rte input[type=text], form .rte textarea {
    margin-bottom: 20px;
}
.rte img {
    width: 100%}
.rte blockquote {
    margin-bottom: 20px;
}
.content-block {
    padding: 100px 0;
}
.content-block+.content-block {
    padding-top: 0;
    margin-top: -80px;
}
.teams .team {
    width: 366px;
    overflow: hidden;
}
.teams .team .overlay {
    background: rgba(8, 55, 82, .85);
    transform: translateY(-100%);
    transition: ease all .5s;
    opacity: 0;
}
.teams .team .overlay h5 {
    color: #99c1d3;
}
.teams .team:hover .overlay {
    transform: translateY(0);
    opacity: 1;
}
.teams .team__info {
    background: linear-gradient(180deg, rgba(8, 55, 82, 0) 24.22%, rgba(8, 55, 82, .85) 100%);
}
.press__author, .press__date {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.press__date {
    color: #798d9d;
}
.press__logo {
    width: 110px;
    height: 110px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    border-radius: 12px;
}
.steps .step {
    max-width: 370px;
    width: 100%}
.steps .step__count {
    background: #fef8e9;
    width: 60px;
    transition: ease background 1s;
}
.steps .step__count span {
    color: #f5b31a;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: -.2px;
    font-weight: 600;
    transition: ease transform 1s;
}
.steps .step__desc {
    max-height: 0;
    overflow: hidden;
    transition: ease max-height 1s;
}
.steps .step__icon {
    width: 20%}
.steps .step__info {
    width: 80%}
.steps .step__body {
    width: 80%}
.steps .step__content {
    display: none;
}
.steps input[type=radio]:nth-of-type(1):checked~ul li:nth-of-type(1) .step__desc {
    max-height: 200px;
}
.steps input[type=radio]:nth-of-type(1):checked~ul li:nth-of-type(1) .step__count {
    background: 0 0;
}
.steps input[type=radio]:nth-of-type(1):checked~ul li:nth-of-type(1) .step__count span {
    transform: scale(1.4);
}
.steps input[type=radio]:nth-of-type(1):checked~.step__content:nth-of-type(1) {
    display: block;
}
.steps input[type=radio]:nth-of-type(2):checked~ul li:nth-of-type(2) .step__desc {
    max-height: 200px;
}
.steps input[type=radio]:nth-of-type(2):checked~ul li:nth-of-type(2) .step__count {
    background: 0 0;
}
.steps input[type=radio]:nth-of-type(2):checked~ul li:nth-of-type(2) .step__count span {
    transform: scale(1.4);
}
.steps input[type=radio]:nth-of-type(2):checked~.step__content:nth-of-type(2) {
    display: block;
}
.steps input[type=radio]:nth-of-type(3):checked~ul li:nth-of-type(3) .step__desc {
    max-height: 200px;
}
.steps input[type=radio]:nth-of-type(3):checked~ul li:nth-of-type(3) .step__count {
    background: 0 0;
}
.steps input[type=radio]:nth-of-type(3):checked~ul li:nth-of-type(3) .step__count span {
    transform: scale(1.4);
}
.steps input[type=radio]:nth-of-type(3):checked~.step__content:nth-of-type(3) {
    display: block;
}
.steps input[type=radio]:nth-of-type(4):checked~ul li:nth-of-type(4) .step__desc {
    max-height: 200px;
}
.steps input[type=radio]:nth-of-type(4):checked~ul li:nth-of-type(4) .step__count {
    background: 0 0;
}
.steps input[type=radio]:nth-of-type(4):checked~ul li:nth-of-type(4) .step__count span {
    transform: scale(1.4);
}
.steps input[type=radio]:nth-of-type(4):checked~.step__content:nth-of-type(4) {
    display: block;
}
.steps input[type=radio]:nth-of-type(5):checked~ul li:nth-of-type(5) .step__desc {
    max-height: 200px;
}
.steps input[type=radio]:nth-of-type(5):checked~ul li:nth-of-type(5) .step__count {
    background: 0 0;
}
.steps input[type=radio]:nth-of-type(5):checked~ul li:nth-of-type(5) .step__count span {
    transform: scale(1.4);
}
.steps input[type=radio]:nth-of-type(5):checked~.step__content:nth-of-type(5) {
    display: block;
}
.steps input[type=radio]:nth-of-type(6):checked~ul li:nth-of-type(6) .step__desc {
    max-height: 200px;
}
.steps input[type=radio]:nth-of-type(6):checked~ul li:nth-of-type(6) .step__count {
    background: 0 0;
}
.steps input[type=radio]:nth-of-type(6):checked~ul li:nth-of-type(6) .step__count span {
    transform: scale(1.4);
}
.steps input[type=radio]:nth-of-type(6):checked~.step__content:nth-of-type(6) {
    display: block;
}
.line {
    display: none;
    position: absolute;
}
@media (min-width:768px) {
    .line {
    display: block;
}
}.line--1 {
    top: 20px;
    right: 25%}
.line--2 {
    right: 5%;
    bottom: 18%}
.line--3 {
    left: 4%;
    bottom: 14%}
.translate-y-5px {
    transform: translateY(5px);
}
.translate-y-46 {
    transform: translateY(46%);
}
.translate-y-50 {
    transform: translateY(50%);
}
.-translate-y-100 {
    transform: translateY(-100%);
}
.bg-curve-footer {
    background-image: url(../images/curly-blue.svg);
    height: 5vw;
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat;
    position: relative;
}
.bg-curve-footer+footer .inner>div:first-child {
    border-top: 0;
}
.bg-aqua+.bg-curve-footer {
    background-color: #f4f8f9;
}
.quicklinks {
    margin: 0 auto;
}
@media (max-width:1200px) {
    .quicklinks {
    max-width: 672px;
}
}.quicklink {
    overflow: hidden;
}
.quicklink>img {
    transition: ease all .5s;
}
.quicklink:hover>img {
    transform: scale(1.1);
}
ul.quicklink-plain {
    max-width: 770px;
    margin: 0 auto;
}
ul.quicklink-plain li {
    transition: ease transform .3s;
}
ul.quicklink-plain li a {
    padding-right: 60px;
}
ul.quicklink-plain li .arrow {
    width: 48px;
}
ul.quicklink-plain li .arrow img {
    width: 60%}
@media (min-width:768px) {
    ul.quicklink-plain li .arrow {
    width: 60px;
}
ul.quicklink-plain li .arrow img {
    width: auto;
}
}ul.quicklink-plain li:hover {
    transform: translateX(20px);
}
.anchor-item:hover {
    box-shadow: 0 1px 14px rgba(24, 106, 133, .2);
}
.image-cards>div .image-card__overlay {
    display: none;
}
@media (min-width:768px) {
    .image-cards>div .image-card__overlay {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%}
}.image-cards>div:nth-child(even) .image-card__overlay {
    right: 0;
    transform: scale(-1) translateX(-1px);
}
.scrolling>div:first-child {
    top: calc(50% - 200px);
    height: 300px;
}
.scrolling__image {
    transition: ease all .8s;
    position: absolute;
    top: 0;
    opacity: 0;
    transform: scale(0);
}
.scrolling__image.active {
    opacity: 1;
    transform: scale(1);
}
.scrolling__desc {
    margin-bottom: 90px;
}
.scrolling__desc:last-child {
    margin-bottom: 0;
}
@media (min-width:1076px) {
    .scrolling__desc {
    margin-top: 60px;
    margin-bottom: 430px;
}
.scrolling__desc:last-child {
    margin-bottom: 0;
}
}.scrolling__desc img {
    margin-bottom: 40px;
}
@media (min-width:1076px) {
    .scrolling__desc img {
    margin-bottom: 0;
}
}.logos>div:first-child img, .logos>div:last-child img {
    height: 50px;
}
@media (min-width:768px) {
    .logos>div:  last-child img, .logos>div:first-child img {
    height: auto;
}
}.highlight-card .text-image__body {
    background: #fff;
    border-radius: 20px;
    padding: 15px 60px;
}
@media (min-width:768px) {
    .enlarge-center .services-card>div {
    align-items: center;
}
.enlarge-center .service-card:first-child, .enlarge-center .service-card:last-child {
    height: 230px;
}
}.uppercase {
    text-transform: uppercase;
}
.cta-block {
    max-width: 972px;
    padding: 15px 20px;
}
.cta-block h2 {
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 25px;
}
@media (min-width:768px) {
    .cta-block h2 {
    font-size: 25px;
    line-height: 32px;
}
}@media (min-width:1076px) {
    .cta-block h2 {
    font-size: 38px;
    line-height: 40px;
}
}.cta-block a {
    padding: 12px 40px;
}
.featured-event-img {
    height: 175px!important;
    max-width: 250px;
    margin: auto 0;
    position: relative;
    left: 89.5%;
    margin-left: -200%}
.featured-event-img-container {
    overflow-x: hidden;
    text-align: center;
    width: 350px;
    display: flex;
    justify-content: center;
}
.notification-message {
    font-size: 14px;
    font-weight: 400;
}
.notification-message.info {
    font-size: 10px;
    display: flex;
}
.notification-message.error {
    color: #d1521d;
}
.font-size-variant-1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    font-family: Poppins, sans-serif;
    letter-spacing: 2px;
}
@media (min-width:1076px) {
    .font-size-variant-1 {
    font-size: 45px;
    line-height: 45px;
}
}.font-size-variant-2 {
    font-weight: 700;
    font-family: Inter, sans-serif;
    letter-spacing: 1px;
    font-size: 25px;
    line-height: 20px;
}
@media (min-width:768px) {
    .font-size-variant-2 {
    font-size: 30px;
    line-height: 20px;
}
}@media (min-width:1076px) {
    .font-size-variant-2 {
    font-size: 45px;
    line-height: 20px;
}
}#cc-donation-transactions, #cc-event-transactions {
    text-align: left;
}
#cc-donation-transactions h2, #cc-event-transactions h2 {
    font-size: 16px;
}
.table-wrapper {
    overflow-x: auto;
}
.table-wrapper table>thead {
    font-size: 14px;
}
.table-wrapper table>tbody {
    font-size: 12px;
    word-break: break-word;
}
.table-wrapper table>tbody>tr {
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}
.table-wrapper table>tbody a {
    color: #0589a3;
}
@media (max-width:767px) {
    .table-wrapper>table {
    width: 800px;
}
}.required-field {
    color: #d1521d;
}
.book-demo {
    cursor: pointer;
}
.blog-thumbnail {
    width: 270px;
    height: 200px;
    object-fit: cover;
}
@media (max-width:767px) {
    .blog-thumbnail {
    width: 737px;
    height: 260px;
}
}.popular-blog-thumbnail {
    max-width: 70px;
    height: 70px;
    object-fit: cover;
}
.featured-blog-image {
    width: 1170px;
    height: 600px;
    object-fit: cover;
}
@media (max-width:559px) {
    .featured-blog-image {
    width: 737px;
    height: 488px;
}
}.story__image .slider-banner-bg {
    width: 370px;
    height: 270px;
    object-fit: cover;
}
.stories-banner-bg {
    height: 100%;
    object-fit: cover;
}
.loading-spinner-container {
    opacity: .75;
    overflow: hidden;
}
.spinner {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #01517f;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
    0% {
    -webkit-transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
}
}@keyframes spin {
    0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}.icon-container {
    width: 47px;
    height: 42px;
    background-repeat: no-repeat!important;
    background-color: #f5b31a!important;
    background-position: center!important;
    border-radius: 0 10px 10px 0;
    border-color: #f5b31a!important;
}
@media (min-width:1076px) {
    .icon-container {
    height: 47px;
}
}.location-icon {
    background-image: url(../images/event-pin.svg)!important;
}
.calendar-icon {
    background-image: url(../images/event-calendar.svg)!important;
}
.scheme-error {
    position: relative;
    padding: 7px 9px 7px 7px;
    background: #d1521d;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
@media (max-width:767px) {
    .scheme-error {
    font-size: 10px!important;
}
}.scheme-error>span.close {
    font-size: 18px;
    font-weight: 500;
    line-height: unset;
    color: #fff;
    text-shadow: none;
    opacity: unset;
    cursor: pointer;
}
@media (max-width:767px) {
    #btnClear {
    width: 100%!important;
}
}#frmSearch label {
    font-size: 14px;
}
.no-more-events-message {
    font-size: 14px;
    font-weight: 400;
}
.cookie-banner-notify {
    display: none;
    background-color: #001B24;
    padding-top: 30px;
    padding-bottom: 30px;
    opacity: .95
}

.cookie-banner-wrapper {
    position: relative;
}

@media (min-width: 768px) {
    .cookie-banner-wrapper {
        width: 70%;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .cookie-banner-wrapper {
        padding-left: 30px;
    }
}

.cookie-banner-text-wrapper {
    text-align: left;
    position: relative;
    line-height: normal;
}

@media (max-width: 767px) {
    .cookie-banner-text-wrapper {
        padding-right: 30px;
    }
}

.cookie-banner-header {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 700
}

.cookie-banner-body {
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 300
}

.cookie-banner-close {
    float: right;
}

@media (min-width: 768px) {
    .cookie-banner-close {
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .cookie-banner-close {
        padding-right: 15px;
        position: relative;
        top: -15px;
    }
}

.cookie-banner-link {
    color: #F6B413;
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-decoration: underline
}

.cookie-banner-text-wrapper .cookie-banner-header {
    margin: 0 0 15px 0;
}

.cookie-banner-body {
    margin: 0;
}

.cookie-banner-main-wrapper {
    padding: 0;
    min-height: 0;
}

@media (max-width:767px) {
    .cookie-banner-main-wrapper {
        position: fixed;
        bottom: 0;
        z-index: 1;
    }
}

.cookie-banner-close-image {
    cursor: pointer;
    position: relative;
    z-index: 1;
}
