/*
	Theme Name: ISG
	Author: Bhakti Al Akbar
	Author URI: http://23motion.com
	Version: 1.0
*/
@import url("//fonts.googleapis.com/css?family=Work+Sans:300,400,600,700");
@font-face {
    font-family: 'icomoon';
    src:  url('https://internationalschoolsglobal.com/css/fonts/icomoon.eot?mmzwrj');
    src:  url('https://internationalschoolsglobal.com/css/fonts/icomoon.eot?mmzwrj#iefix') format('embedded-opentype'),
    url('fonts/icomoon_mmzwrj.ttf') format('truetype'),
    url('fonts/icomoon_mmzwrj.woff') format('woff'),
    url('https://internationalschoolsglobal.com/css/fonts/icomoon.svg?mmzwrj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
    content: "\e900";
}
.icon-arrow-right:before {
    content: "\e901";
}
.icon-arrow-down:before {
    content: "\e902";
}
.icon-close2:before {
    content: "\e903";
}
.icon-facebook:before {
    content: "\ea90";
}
.icon-twitter:before {
    content: "\ea96";
}

* {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
.flex > div {
    box-sizing: border-box;
}
html {
    font-size: 16px;
}
body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #023049;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Work Sans', sans-serif;
}
h1 {
    font-size: 50px;
    color: #13a89e;
    margin-bottom: 20px;
    line-height: 1.25;
}
h2 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.25;
}
h3 {
    font-size: 30px;
    line-height: 1.25;
}
@media (max-width: 767.98px) {
    h3 {
        font-size: 22px;
    }
}
h3:not(:last-child) {
    margin-bottom: 15px;
}
h4 {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 400;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
.cushead {
    font-family: 'Work Sans', sans-serif;
}
.cushead.h1 {
    font-size: 50px;
    color: #13a89e;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
    .cushead.h1 {
        font-size: 44px;
    }
}
@media (max-width: 767.98px) {
    .cushead.h1 {
        font-size: 36px;
    }
}
.cushead.h2 {
    font-size: 40px;
    line-height: 1.25;
}
.cushead.h3 {
    font-size: 30px;
    line-height: 1.25;
}
.cushead.h4 {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 400;
}
.cushead.h5 {
    font-size: 18px;
}
.cushead.h6 {
    font-size: 14px;
    line-height: 1.25;
}
p,
li {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #626362;
}
.par-wrapper p:not(:last-child) {
    margin-bottom: 20px;
}
p a {
    color: #00f;
    text-decoration: underline;
}
p + .link {
    margin-top: 20px;
}
@media (min-width: 576px) {
    p.size-big {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    p.size-big {
        font-size: 22px;
    }
}
p.size-small {
    font-size: 14px;
}
ul.w-bullets li {
    position: relative;
    padding-left: 14px;
}
ul.w-bullets li:not(:last-child) {
    margin-bottom: 5px;
}
ul.w-bullets li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #626362;
    display: block;
}
ul.w-checkmarks li {
    padding-left: 35px;
    position: relative;
}
ul.w-checkmarks li:not(:last-child) {
    margin-bottom: 20px;
}
ul.w-checkmarks li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    display: block;
    background: url("../img/icons/checkmark.svg") no-repeat center center/50% #f8a31d;
    border-radius: 50%;
}
.container {
    box-sizing: border-box;
    width: 100%;
}
@media (max-width: 991.98px) {
    .container {
        padding: 0 30px;
    }
}
@media (max-width: 767.98px) {
    .container {
        padding: 0 20px;
    }
}
.is-in-viewport .anim-item {
    opacity: 1;
    transform: none;
}
.trigger-element {
    position: absolute;
    left: 0;
    right: 0;
    background: #f00;
    height: 1px;
    pointer-events: none;
    opacity: 0;
}
.anim-item {
    opacity: 0;
    transform: translateY(15px);
    transition: 0.3s opacity ease, 0.3s transform ease;
}
@media (max-width: 767.98px) {
    .justify-center-sm {
        text-align: center;
    }
    .justify-center-sm .flex {
        justify-content: center;
    }
}
section {
    box-sizing: border-box;
}
section.w-pd,
section .w-pd {
    padding: 150px 0;
}
@media (max-width: 1199.98px) {
    section.w-pd,
    section .w-pd {
        padding: 100px 0;
    }
}
@media (max-width: 991.98px) {
    section.w-pd,
    section .w-pd {
        padding: 75px 0;
    }
}
@media (max-width: 767.98px) {
    section.w-pd,
    section .w-pd {
        padding: 50px 0;
    }
}
section.w-pd-small,
section .w-pd-small {
    padding: 100px 0;
}
@media (max-width: 991.98px) {
    section.w-pd-small,
    section .w-pd-small {
        padding: 50px 0;
    }
}
@media (max-width: 767.98px) {
    section.w-pd-small,
    section .w-pd-small {
        padding: 40px 0;
    }
}
section.w-pd-xs {
    padding: 50px 0;
}
@media (max-width: 991.98px) {
    section.w-pd-xs {
        padding: 40px 0;
    }
}
@media (max-width: 767.98px) {
    section.w-pd-xs {
        padding: 30px 0;
    }
}
section.bg-silver input,
section.bg-silver textarea,
section.bg-silver select,
section.bg-silver .section-header.w-line,
section.bg-silver .section-footer {
    border-color: #ccc;
}
section.bg-silver input,
section.bg-silver textarea,
section.bg-silver select {
    background-color: transparent;
}
section.bg-silver input:focus,
section.bg-silver textarea:focus,
section.bg-silver select:focus {
    border-color: #f26522;
}
section .text-align-center {
    text-align: center;
}
section .section-header {
    margin-bottom: 50px;
}
section .section-header.w-line {
    border-bottom: 1px solid #ddd;
}
section .section-header > div:first-child {
    margin-bottom: 40px;
}
section .section-header > div:not(:last-child) {
    margin-bottom: 30px;
}
section .section-header > .content {
    margin-bottom: 45px;
}
@media (max-width: 767.98px) {
    section .section-header {
        margin-bottom: 30px;
    }
    section .section-header > div:first-child,
    section .section-header > .content {
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) {
    section .section-header + .section-content.w-pl {
        padding-left: 65px;
    }
}
section .section-footer {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
    section.w-sidebar .sidebar {
        padding-left: 35px;
    }
}
@media (max-width: 767.98px) {
    section.w-sidebar .sidebar {
        margin-top: 50px;
    }
}
@media (max-width: 767.98px) {
    section.w-sidebar .sidebar.gap--small {
        margin-top: 20px;
    }
}
section.w-sidebar .sidebar .title {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 600;
}
section.w-sidebar .sidebar p {
    font-size: 14px;
}
section.w-sidebar .sidebar .box {
    padding: 35px;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    background: #fff;
    position: relative;
}
section.w-sidebar .sidebar .box:not(:last-child) {
    margin-bottom: 30px;
}
section.w-sidebar .sidebar .box--alt {
    background: #023049;
}
section.w-sidebar .sidebar .box--alt .title {
    color: #fff;
}
section.w-sidebar .sidebar .green-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
section.w-sidebar #map {
    height: 300px;
}
section.w-sidebar #map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
section.half-rounded .section-content-wrapper {
    background: #fff;
    position: relative;
    z-index: 2;
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.1);
}
@media (min-width: 992px) {
    section.half-rounded .section-content-wrapper {
        border-bottom-right-radius: 130px;
    }
}
section.half-rounded .section-content .title {
    margin-bottom: 15px;
}
section.half-rounded .section-bg {
    height: 100%;
    position: relative;
    background: no-repeat center center/cover;
    width: 100%;
    overflow: hidden;
}
@media (max-width: 991.98px) {
    section.half-rounded .section-bg {
        height: 400px;
    }
}
@media (max-width: 767.98px) {
    section.half-rounded .section-bg {
        height: 300px;
    }
}
@media (min-width: 992px) {
    section.half-rounded .section-bg {
        right: 130px;
        width: calc(100% + 130px);
    }
}
.video-trigger {
    position: relative;
    cursor: pointer;
}
.video-trigger:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    display: block;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: url("../img/icons/arrow-right.svg") no-repeat center center/30px #f26522;
}
.w-icon .content {
    width: 100%;
    margin-left: 15px;
}
.w-icon .icon-wrapper {
    min-width: 50px;
    max-width: 50px;
}
.w-icon .icon-wrapper .icon {
    display: block;
    margin: auto;
    height: 50px;
    max-width: 50px;
}
.w-icon .title {
    line-height: 50px;
    font-weight: 700;
}
.w-icon .title:not(:last-child) {
    margin-bottom: 0px;
}
.w-icon .subtitle {
    color: #13a89e;
    font-weight: 400;
}
.w-icon .subtitle:first-child {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 10px;
}
.w-icon.icon--small .icon-wrapper {
    min-width: unset;
}
.w-icon.icon--small .icon-wrapper .icon {
    height: 40px;
}
.link {
    color: #f26522;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.link:not(.w-icon) {
    display: inline-block;
}
.link.text--big {
    font-weight: 400;
}
@media (min-width: 992px) {
    .link.text--big {
        font-size: 22px;
    }
}
@media (min-width: 768px) {
    .link.text--big {
        font-size: 20px;
    }
}
.link.text--big svg {
    margin-left: 10px;
}
.link.w-underline {
    text-decoration: underline;
}
.link.w-icon {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.link.w-icon:hover .first-arrow {
    opacity: 0;
    transform: translateX(10px);
    transition: 0.3s all ease;
}
.link.w-icon:hover .second-arrow {
    opacity: 1;
    transform: none;
    transition: 0.3s all ease;
}
.link.w-icon .arrow {
    position: relative;
    top: 1px;
    transform: scale(0.9);
}
.link.w-icon .arrow:first-child {
    margin-right: 8px;
}
.link.w-icon .arrow:last-child {
    margin-left: 8px;
}
.link.w-icon .second-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    opacity: 0;
    transform: translateX(-10px);
}
.bg-silver {
    background: #f5f5f6;
}
.vis-hidden {
    visibility: hidden;
}
.is-hidden.is-hidden {
    display: none;
}
.input-group label {
    padding-bottom: 10px;
    display: block;
}
.input-group:not(:last-child),
.radio-group:not(:last-child) {
    margin-bottom: 10px;
}
.radios .radio-group:not(:last-child) {
    margin-bottom: 20px;
}
.radio-group {
    position: relative;
}
.radio-group [type="radio"],
.radio-group label {
    cursor: pointer;
}
.radio-group label:before {
    content: '';
    border-radius: 30px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    transition: 0.3s all ease;
}
.radio-group label {
    padding-left: 5px;
}
.radio-group input {
    opacity: 0;
    padding: 0 6px;
    width: auto;
}
.radio-group input:checked + label:before {
    background: #f26522 !important;
}
.checkbox-group {
    position: relative;
}
.checkbox-group input {
    position: absolute;
    left: 0;
    opacity: 0;
}
.checkbox-group input:checked + label:before {
    background: #f26522;
}
.checkbox-group label {
    position: relative;
    color: #626362;
    padding-left: 45px;
    cursor: pointer;
    line-height: 22px !important;
}
.checkbox-group label:before {
    transition: 0.3s all ease;
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    box-sizing: border-box;
    border: 2px solid #f26522;
    position: absolute;
    top: 0;
    left: 0;
}
.checkbox-group .h5 {
    font-size: 16px;
}
.checkbox-group a {
    color: #f26522;
}
.textarea-group .characters-count {
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    color: #626362;
}
input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 12px 20px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    letter-spacing: 0.4px;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    box-sizing: border-box;
    transition: 0.3s all ease;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #f26522;
}
input.w-auto,
textarea.w-auto,
select.w-auto {
    width: auto;
}
select {
    background: url("../img/icons/arrow-bottom.svg") no-repeat calc(100% - 15px) center/18px;
}
select.is-minimal {
    padding: 0;
    background-position: 100% center;
    background-size: 10px;
    width: auto;
    padding-right: 15px;
    position: relative;
    top: 1px;
    border: none;
    color: #777;
}
input.w-icon {
    background: url("../img/icons/magnifying-glass-alt.svg") no-repeat 15px 12px/20px;
}
input.w-icon.left {
    padding-left: 45px;
}
.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
}
.green {
    color: #13a89e !important;
}
form .input-block:not(:last-child) {
    margin-bottom: 20px;
}
form .block-header {
    margin-bottom: 10px;
}
form .block-header .side-header {
    line-height: 20px;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
form .input-block label {
    color: #13a89e;
    display: block;
    line-height: 20px;
}
form .input-block label.w-icon {
    display: flex;
}
form .input-block label.w-icon .icon {
    display: block;
    margin-right: 10px;
}
form .form-submit.w-bt {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #eee;
}
form .form-content-list .form-content {
    margin-bottom: 30px;
}
form .box {
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.1);
    padding: 50px;
    background: #fff;
}
@media (max-width: 767.98px) {
    form .box {
        padding: 30px;
    }
}
form .box .input-block {
    margin: 0;
}
form .box.grid {
    grid-gap: 20px;
}
form .optional-form-content {
    background: #f5f5f6;
    padding: 40px 0;
    margin: 60px 0 40px;
}
form .optional-form-content .form-content {
    margin-top: 40px;
}
.line-divider,
hr {
    display: block;
    border: none;
    height: 1px;
    width: 100%;
    background: #ddd;
    margin: 20px 0;
}
.line-divider.margin-wide,
hr.margin-wide {
    margin: 50px 0;
}
@media (min-width: 992px) {
    article {
        padding-right: 50px;
    }
}
article h2,
article h3,
article h4,
article h5 {
    color: #023049;
    margin-bottom: 30px;
    font-weight: 400;
}
article h2:not(:first-child),
article h3:not(:first-child),
article h4:not(:first-child),
article h5:not(:first-child) {
    margin-top: 40px;
}
article h2 {
    font-size: 22px;
}
article h3 {
    font-size: 18px;
}
article h4 {
    font-size: 14px;
    text-transform: uppercase;
}
article h5 {
    font-size: 14px;
}
article figure {
    margin: 40px 0;
}
article figure img {
    max-width: 100%;
    display: block;
}
article figure figcaption {
    margin-top: 10px;
    color: #626362;
    font-weight: 300;
}
article .features {
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    grid-gap: 30px;
}
article .features .box {
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.1);
    background: #fcfcfc;
    padding: 30px;
}
article .features .box-title {
    font-weight: 700;
    color: #13a89e;
    margin-bottom: 15px;
}
article .features .h6 {
    font-weight: 100;
}
article > p {
    font-weight: 300;
    margin: 20px 0;
}
article > p a {
    color: #f26522;
    text-decoration: none;
}
article ol,
article ul {
    margin: 30px 0;
    font-weight: 100;
}
@media (min-width: 768px) {
    article ol,
    article ul {
        padding-left: 30px;
    }
}
article ol li:not(:last-child),
article ul li:not(:last-child) {
    margin-bottom: 15px;
}
article ol {
    list-style: none;
    counter-reset: number;
}
article ol li {
    counter-increment: number;
    padding-left: 25px;
    position: relative;
}
article ol li:before {
    content: counter(number) '. ';
    position: absolute;
    top: 0;
    left: 0;
}
article ul li {
    position: relative;
    padding-left: 25px;
}
article ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #626362;
    display: block;
}
article blockquote {
    margin: 30px 0;
}
@media (min-width: 576px) {
    article blockquote {
        padding-left: 30px;
        float: right;
        width: 50%;
        margin-top: 0;
    }
}
article blockquote:before {
    content: '';
    width: 30px;
    height: 4px;
    background: #023049;
    margin-bottom: 20px;
    display: block;
}
article blockquote p {
    color: #023049;
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 600;
}
article blockquote p:before {
    content: '“';
}
article blockquote p:after {
    content: '”';
}
.green-bar {
    padding: 12px 50px;
    background: #44d7b6;
    font-size: 14px;
}
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.1);
}
@media (min-width: 940px) {
    .main-header {
        min-height: 90px;
    }
}
@media (max-width: 939.98px) {
    .main-header {
        padding: 21px 0;
    }
}
.main-header + section {
    margin-top: 90px;
}
@media (min-width: 940px) {
    .main-header.header--homepage .logo {
        display: none;
    }
}
@media (max-width: 939.98px) {
    .main-header.show-mobile-menu .menu {
        display: block;
    }
}
.main-header.show-mobile-menu .burger-menu .top {
    transform: translateY(0) translateX(-4px) rotate(-45deg);
}
.main-header.show-mobile-menu .burger-menu .center {
    transform: translateX(-10px);
    opacity: 0;
}
.main-header.show-mobile-menu .burger-menu .bottom {
    transform: translateY(0) translateX(-4px) rotate(45deg);
}
.main-header .container {
  position: relative;
}
@media (max-width: 939.98px) {
    .main-header .container {
        flex-wrap: wrap;
    }
}
.main-header .logo {
    position: relative;
    display: block;
}
@media (min-width: 1322px) {
    .main-header .logo {
        margin-right: 60px;
    }
}
@media (max-width: 1321.98px) {
    .main-header .logo {
        margin-right: 25px;
    }
}
.main-header .logo img {
    width: 131px;
}
@media (min-width: 1322px) {
    .main-header .menu li:not(:last-child) {
        margin-right: 60px;
    }
}
@media (min-width: 768px) and (max-width: 1254.98px) {
    .main-header .menu li:not(:last-child) {
        margin-right: 25px;
    }
}
@media (max-width: 939.98px) {
    .main-header .menu {
        display: none;
        order: 3;
        margin-top: 21px;
        padding-top: 21px;
        border-top: 1px solid #eee;
    }
    .main-header .menu li:not(:last-child) {
        margin-bottom: 10px;
    }
}
.main-header .menu .menu-item {
    transition: 0.3s opacity ease;
    color: #023049;
    font-weight: 400;
    position: relative;
}
.main-header .menu .menu-item.is-active {
  opacity: 1;
}
.main-header .menu .menu-item.is-active > a:before {
  display: block;
}
.main-header .menu .menu-item > a {
  position: relative;
}
.main-header .menu .menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
  bottom: 0;
    height: 2px;
    background: #023049;
    display: none;
    z-index: -1;
}
@media (max-width: 939.98px) {
  .main-header .menu .menu-item > a:before {
        bottom: -1px;
        display: none !important;
    }
}
.main-header .menu .menu-item > a:hover {
    opacity: 1;
}
.main-header .menu .menu-item.is-active:before {
    display: block;
}
@media (max-width: 767.98px) {
  .main-header .menu .menu-item > a {
        font-size: 16px;
    }
}
.main-header .menu a.menu-item {
    display: inline-block;
}
.main-header .menu li:last-child {
    margin-left: auto;
}
.main-header .menu li:last-child .dropdown-trigger {
    color: #f26522;
}
@media (max-width: 939.98px) {
    .main-header .dropdown {
        margin-bottom: 15px;
    }
  .main-header .dropdown.dropdown--full {
 /*   display: none;*/
  }
  .main-header .dropdown .dropdown-trigger {
    height: unset;
  }
    .main-header .dropdown .dropdown-trigger:before,
    .main-header .dropdown .dropdown-trigger:after {
        display: none;
    }
  .main-header .dropdown:not(.dropdown--full) .dropdown-content {
        position: relative;
        opacity: 1;
        left: 0;
        border-left: 1px solid #eee;
        padding-top: 0;
        margin-top: 10px;
    top: 0;
    box-shadow: none;
    }
  .main-header .dropdown:not(.dropdown--full) .dropdown-content:before {
        content: none;
    }
  .main-header .dropdown:not(.dropdown--full) .dropdown-content .dropdown-option {
        padding: 0 15px;
    }
  .main-header .dropdown:not(.dropdown--full) .dropdown-content .dropdown-option:not(:last-child) {
        border: none;
        margin-bottom: 8px;
    }
}
.burger-menu {
    width: 23px;
    height: 18px;
    display: block;
    margin: 5px 0;
    margin-left: auto;
    cursor: pointer;
    position: relative;
}
@media (min-width: 940px) {
    .burger-menu {
        display: none;
    }
}
.burger-menu .bar {
    width: 100%;
    height: 2px;
    background: #282828;
    position: absolute;
    transition: 0.3s all ease;
}
.burger-menu .top {
    transform-origin: right top;
    top: 0;
}
.burger-menu .center {
    top: 50%;
    margin-top: -1px;
}
.burger-menu .bottom {
    transform-origin: right bottom;
    bottom: 0;
}
.burger-menu.is-active .top {
    transform: translateY(0) translateX(-4px) rotate(-45deg);
}
.burger-menu.is-active .center {
    transform: translateX(-10px);
    opacity: 0;
}
.burger-menu.is-active .bottom {
    transform: translateY(0) translateX(-4px) rotate(45deg);
}
.button-wrapper {
    font-size: 0;
}
.button-wrapper.center {
    text-align: center;
}
.button-wrapper.algn-right {
    text-align: right;
}
.button-wrapper.w-mt {
    margin-top: 60px;
}
@media (max-width: 991.98px) {
    .button-wrapper.w-mt {
        margin-top: 50px;
    }
}
@media (max-width: 767.98px) {
    .button-wrapper.w-mt {
        margin-top: 40px;
    }
}
.button-wrapper.w-mt-med {
    margin-top: 40px;
}
.button-wrapper.w-mt-small {
    margin-top: 15px;
}
.button-wrapper:not(.block) .button:not(:last-child) {
    margin-right: 18px;
}
@media (max-width: 767.98px) {
    .button-wrapper:not(.block) .button {
        margin-bottom: 10px;
        margin-right: 10px !important;
    }
}
.button-wrapper.block .button {
    display: block;
    text-align: center;
}
.button-wrapper.block .button:not(:last-child) {
    margin-bottom: 10px;
}
.button-wrapper .label {
    margin-bottom: 10px;
}
.button {
    padding: 12px 40px 15px;
    border-radius: 8px;
    border: 1px solid #023049;
    letter-spacing: 0.4px;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    transition: 0.3s all ease;
}
.button .icon {
    position: relative;
}
.button .icon:first-child {
    margin-right: 20px;
}
.button .icon:last-child {
    margin-left: 10px;
    top: 2px;
}
@media (max-width: 767.98px) {
    .button {
        padding: 12px 25px 14px;
    }
}
.button.button--default {
    background: #f26522;
    box-shadow: heavyShadow;
    color: #fff;
    border-color: #f26522;
}
.button.button--default:hover {
    background: #f47c43;
    border-color: #f47c43;
}
.button.button--ghost-orange {
    color: #f26522;
    border-color: #f26522;
}
.button.button--ghost-orange:hover {
    background: #f26522;
    color: #fff;
}
.button.button--ghost {
    color: #023049;
}
.button.button--ghost:hover {
    background: #023049;
    color: #fff;
}
.action-buttons .btn:not(:last-child) {
    margin-right: 20px;
}
.action-buttons .btn.w-text:not(:last-child) {
    margin-right: 25px;
}
.action-buttons .btn {
    display: flex;
    flex-wrap: unset;
    cursor: pointer;
    position: relative;
}
.action-buttons .btn.w-text {
    margin: 15px 0;
}
.action-buttons .btn svg {
    height: 18px;
    display: block;
}
.action-buttons .btn path {
    transition: 0.3s all ease;
}
.action-buttons .icon-love {
    position: relative;
}
.action-buttons .icon-love svg:last-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.action-buttons .btn-text {
    margin-left: 10px;
    color: #626362;
}
.action-buttons .btn[data-type="love"].is-active svg path {
    fill: #f8a31d;
}
.action-buttons .btn[data-type="love"].is-active svg:last-child {
    transition: 0.3s all ease;
    opacity: 0;
    transform: translateY(-25px);
}
.action-buttons .share-btn .btn-text {
    transition: 0.3s all ease;
}
.action-buttons .share-btn.is-active .share-options {
    opacity: 1;
    pointer-events: auto;
}
.action-buttons .share-btn.is-active .btn-text {
    transform: translateX(8px);
}
.action-buttons .share-btn .icon {
    z-index: 3;
}
.action-buttons .share-btn .share-options {
    z-index: 2;
    position: absolute;
    bottom: -13px;
    left: -11px;
    width: 40px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
    border: 1px solid #eee;
    border-radius: 50px;
    padding: 15px 10px;
    padding-bottom: 50px;
    background: #fff;
    pointer-events: none;
    transition: 0.3s all ease;
    opacity: 0;
}
.action-buttons .share-btn .option {
    text-align: center;
    display: block;
}
.action-buttons .share-btn .option:not(:last-child) {
    margin-bottom: 10px;
}
.action-buttons .share-btn .icon-facebook {
    color: #3b5998;
}
.action-buttons .share-btn .icon-twitter {
    color: #1da1f2;
}
.action-buttons .option-btn.is-active .option-list {
    opacity: 1;
    pointer-events: auto;
}
.action-buttons .option-btn .option-list {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s all ease;
    top: 52px;
    right: 15px;
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.1);
    background: #fff;
}
.action-buttons .option-btn .option-item {
    display: block;
    color: #626362;
    padding: 10px 15px;
}
.action-buttons .option-btn .option-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}
footer {
    background: #f26522;
    padding: 80px 0;
    color: #fff;
}
@media (max-width: 767.98px) {
    footer {
        padding: 75px 0;
    }
}
footer .link {
    text-decoration: underline;
}
footer.is-alt {
    background: #023049;
}
footer .footer-block:not(:last-child) {
    margin-bottom: 50px;
}
footer p,
footer a,
footer a.link {
    color: #fff;
}
footer .footer-title {
    font-weight: 600;
    margin-bottom: 20px;
}
footer .footer-logo {
    display: block;
    margin-bottom: 25px;
}
footer .footer-logo img {
    width: 160px;
}
footer .footer-links a,
footer .footer-links .cushead {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
footer .footer-links .link-title {
    font-weight: 700;
}
footer .footer-links li:not(:last-child) {
    margin-bottom: 5px;
}
footer .footer-links a:hover {
    text-decoration: underline;
}
footer .social-links {
    margin-top: 25px;
    position: relative;
    left: -7px;
}
footer .social-links a {
    font-size: 30px;
}
footer .social-links a:not(:last-child) {
    margin-right: 20px;
}
@media (max-width: 767.98px) {
    footer .right-side > div:not(:last-child) {
        margin-bottom: 30px;
    }
}
#popup {
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: scroll;
    box-sizing: border-box;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
}
#popup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    transition: 0.3s all ease;
}
#popup .close-popup {
    position: absolute;
    z-index: 2;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    transform: none;
    background: url("../img/icons/close-dark.svg") no-repeat center center/cover;
}
#popup .popup {
    margin: 40px 0;
    padding: 40px;
    box-sizing: border-box;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.25);
    background: #fff;
    position: relative;
    opacity: 0;
    transition: 0.3s opacity ease, 0.3s transform ease;
    display: none;
}
@media (max-width: 767.98px) {
    #popup .popup {
        padding: 30px;
    }
}
#popup .popup .popup-title {
    margin-bottom: 20px;
}
#popup .popup .popup-footer {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
}
#popup[data-popup=delete] #popup-delete {
    display: block;
}
#popup[data-popup=video] #popup-video {
    display: block;
}
#popup[data-popup=upload] #popup-upload {
    display: block;
}
#popup[data-popup=request] #popup-request {
    display: block;
}
#popup[data-popup=cancel] #popup-cancel {
    display: block;
}
#popup #popup-delete,
#popup #popup-cancel {
    width: 380px;
}
#popup #popup-delete .button,
#popup #popup-cancel .button {
    display: block;
    text-align: center;
    margin-right: 0 !important;
}
#popup #popup-delete .button:not(:last-child),
#popup #popup-cancel .button:not(:last-child) {
    margin-bottom: 10px;
}
#popup #popup-video {
    width: 70%;
    height: 70%;
    background: #000;
}
#popup #popup-video .close-popup {
    background-color: #fff;
    background-size: 20px;
    opacity: 1;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
#popup #popup-upload {
    width: 700px;
}
#popup #popup-upload .button {
    display: inline-block;
    width: auto;
}
#popup #popup-request {
    width: 700px;
}
#popup #popup-request .request-form {
    margin-top: 30px;
}
#popup #popup-request .button {
    display: inline-block;
    width: auto;
}
#popup .drop-zone {
    background: #f5f5f6;
    padding: 30px;
    text-align: center;
    border-radius: 6px;
    border: 2px solid #f5f5f6;
    transition: 0.3s all ease;
}
#popup .drop-zone.is-on {
    border-color: #f26522;
}
#popup .select-file {
    position: relative;
    margin-top: 10px;
}
#popup .select-file label {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #f26522;
    color: #f26522;
    padding: 12px 20px 15px;
    border-radius: 8px;
}
#popup .select-file input {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}
#popup.is-active {
    pointer-events: auto;
}
#popup.is-active .overlay,
#popup.is-active .anim-item,
#popup.is-active .popup {
    opacity: 1;
    transform: none;
}
#popup.is-active .popup {
    transition-delay: 0.1s;
}
form.search-school,
form.subscribe-form {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
form.search-school .w-icon,
form.subscribe-form .w-icon {
    margin-bottom: 15px;
}
form.search-school .input-group,
form.subscribe-form .input-group {
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.1);
    border-radius: 6px;
}
form.search-school input,
form.subscribe-form input {
    padding: 17px 25px 21px;
}
form.search-school [type="submit"],
form.subscribe-form [type="submit"] {
    color: #fff;
    background: url("../img/icons/arrow-right.svg") no-repeat calc(77%) calc(50% - 2px)/24px #f26522;
    border: none;
    transition: 0.3s transform ease;
    cursor: pointer;
    font-weight: 700;
}
@media (max-width: 575.98px) {
    form.search-school [type="submit"],
    form.subscribe-form [type="submit"] {
        background-position: calc(100% - 10px) calc(50% - 1px);
    }
}
form.search-school [type="search"],
form.subscribe-form [type="search"],
form.search-school [type="email"],
form.subscribe-form [type="email"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
form.search-school [type="submit"],
form.subscribe-form [type="submit"] {
    max-width: 187px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media (max-width: 575.98px) {
    form.search-school [type="submit"],
    form.subscribe-form [type="submit"] {
        max-width: 120px;
    }
}
#home {
    background: #f5f5f7;
}
@media (min-width: 1035px) {
    #home .search-school {
        width: calc(100% + 80px);
    }
}
#home .container {
   /* padding-bottom: 130px;*/
    padding-bottom: 300px;
}
@media (max-width: 1034.98px) {
    #home .container {
        padding-bottom: 100px;
        padding-top: 70px;
    }
}
@media (max-width: 575.98px) {
    #home .container {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}
@media (min-width: 768px) and (max-width: 1034.98px) {
    #home .container {
        padding-right: 70px;
    }
}
.home-content .home-logo {
    width: 80%;
    margin-bottom: 50px;
}
.home-content .home-logo img {
    display: block;
    width: 100%;
}
@media (max-width: 767.98px) {
    .home-content .home-logo {
        display: none;
    }
}
@media (min-width: 1035px) {
    .home-content {
        padding: 100px 150px 25px 0;
    }
}
.home-bg-wrapper {
    position: relative;
}
.home-bg-wrapper .home-bg {
    width: 100%;
    position: relative;
    display: block;
    object-fit: cover;
    border-bottom-left-radius: 130px;
    height: 100%;
}
@media (min-width: 1035px) {
    .home-bg-wrapper .home-bg {
        width: calc(100% + 107px);
        right: 107px;
        height: 100vh;
    }
}
@media (max-width: 767.98px) {
    #news .left-side {
        margin-bottom: 25px;
    }
    #news .left-side .post-item {
        border-bottom: 1px solid #eee;
        padding-bottom: 25px;
    }
}
#news .right-side {
    position: relative;
}
#news .right-side:before {
    content: '';
    position: absolute;
    top: 0;
    left: 65px;
    bottom: 0;
    background: #eee;
}
@media (min-width: 768px) {
    #news .right-side {
        padding-left: 65px;
    }
    #news .right-side:before {
        width: 1px;
    }
}
@media (min-width: 768px) {
    #news .right-side .post-item {
        padding-left: 65px;
    }
}
#news .right-side .post-item:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
#news .right-side .post-item:not(:first-child) {
    padding-top: 20px;
}
@media (max-width: 767.98px) {
    #news .right-side .post-item:not(:last-child) {
        padding-bottom: 25px;
    }
    #news .right-side .post-item:not(:first-child) {
        padding-top: 25px;
    }
}
#news .subscribe-form {
    margin-top: 30px;
}
#news .subscribe-form label {
    margin-bottom: 15px;
    display: block;
}
#news .subscribe-form [type="submit"] {
    background-position: 85% calc(50% - 2px);
}
#news .news-detail p {
    line-height: 20px;
}
#news .news-detail .divider {
    display: inline-block;
    height: 20px;
    width: 1px;
    background: #13a89e;
    margin: 0 20px;
    position: relative;
    top: 5px;
}
#news .news-detail .date {
    color: #13a89e;
    position: relative;
    padding-left: 30px;
}
#news .news-detail .date:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../img/icons/calendar.svg") no-repeat top center/contain;
}
#city-guides .card-list:not(:last-child) {
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    #search-banner .link.text--big {
        line-height: 59px;
    }
}
@media (max-width: 767.98px) {
    #search-banner .link.text--big {
        line-height: 40px;
    }
}
#search-banner.big {
    padding: 150px 0;
}
@media (max-width: 1199.98px) {
    #search-banner.big {
        padding: 100px 0;
    }
}
@media (max-width: 991.98px) {
    #search-banner.big {
        padding: 75px 0;
    }
}
@media (max-width: 767.98px) {
    #search-banner.big {
        padding: 50px 0;
    }
}
#search-banner.alt {
    padding: 50px 0;
    background: #f5f5f6;
}
#search-banner.alt .input-group {
    margin-bottom: 30px;
}
#search-banner.dark {
    background: #023049;
}
#search-banner.dark .cushead {
    color: #fff;
}
#filter {
    border-bottom: 1px solid #f5f5f6;
}
#filter .filter-search {
    padding: 30px 0;
}
@media (max-width: 767.98px) {
    #filter .filter-search {
        padding: 20px 0;
    }
}
#filter .filter-search [type="search"] {
    background-color: #f5f5f6;
    box-shadow: unset;
}
#filter .filter-trigger {
    cursor: pointer;
}
#filter .filter-trigger .text {
    margin-right: 10px;
}
#filter .filter-search-results {
    padding: 15px 0;
}
.filter {
    background: #f5f5f6;
    transition: 0.3s background ease;
}
.filter.is-active {
    background: #023049;
    color: rgba(255,255,255,0.85);
}
.filter.is-active .filter-trigger .icon {
    transform: rotate(90deg) translateX(2px);
}
.filter.is-active .filter-trigger .icon path {
    fill: rgba(255,255,255,0.85);
}
.filter:not(.is-active) .filter-content {
    display: none;
}
.filter .bottom-part .container > div:not(:last-child) {
    margin-bottom: 30px;
}
.filter .filter-trigger {
    margin-bottom: 0;
    position: relative;
    top: -5px;
    font-weight: 600;
    line-height: 40px;
}
.filter .filter-trigger .icon {
    width: 40px;
    height: 40px;
    text-align: center;
    transition: 0.3s all ease;
}
.filter .filter-trigger .icon svg {
    position: relative;
    top: 1px;
    transform: scale(1.5);
}
.filter .reset-filter {
    color: #f26522;
    cursor: pointer;
    margin-top: 6px;
}
.filter .filter-tags {
    width: 100%;
    position: relative;
}
@media (min-width: 768px) {
    .filter .filter-tags {
        margin-left: 50px;
    }
}
.filter .top-part {
    padding: 30px 0 20px;
}
@media (max-width: 767.98px) {
    .filter .top-part {
        padding: 20px 0 10px;
    }
}
@media (min-width: 768px) {
    .filter .top-part .container {
        flex-wrap: unset;
    }
}
.filter .inputs-wrapper .input-row:not(:last-child) {
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .filter .input-row > div:not(:last-child) .input-group {
        padding-right: 30px;
    }
}
@media (max-width: 767.98px) {
    .filter .input-row > div:not(:last-child) .input-group {
        margin-bottom: 15px;
    }
}
@media (max-width: 767.98px) {
    .filter .input-row .vis-hidden {
        display: none;
    }
}
.filter .filter-content {
    padding: 40px 0 50px;
    border-top: 1px solid rgba(255,255,255,0.15);
}
.filter .radio-group label:before,
.filter .input-group input,
.filter .input-group select {
    background-color: rgba(0,0,0,0.25);
    border-color: rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.85);
}
.filter .input-group input:focus,
.filter .input-group select:focus {
    border-color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.15);
}
.filter select {
    background-image: url("../img/icons/arrow-bottom-white.svg");
}
#search-results {
    padding: 50px 0;
}
#search-results #map {
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.1);
    background: #f5f5f6;
    height: calc(100% - 85px);
}
@media (max-width: 767.98px) {
    #search-results #map {
        height: 400px;
    }
}
#school-detail {
    overflow: hidden;
}
#school-detail select {
    margin-left: 40px;
}
#school-detail .school-contact {
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.1);
    background: #f5f5f6;
}
#school-detail .school-contact .contact-content {
    padding: 25px 20px 10px;
    padding-right: 80px;
    position: relative;
}
#school-detail .school-contact .contact-content p {
    color: #000;
}
#school-detail .school-contact .contact-content h6,
#school-detail .school-contact .contact-content p {
    margin-bottom: 15px;
}
#school-detail .school-contact .contact-content .school-logo {
    width: 40px;
    position: absolute;
    top: 25px;
    right: 20px;
}
#school-detail .school-contact .button-wrapper {
    padding: 0 20px 20px;
}
#school-detail .school-contact .button-wrapper .button {
    font-size: 14px;
    padding: 12px 20px 15px;
    text-align: center;
}
#school-detail .school-contact #map {
    border-top: 1px solid #ddd;
}
#school-detail .school-location {
    margin-top: 40px;
}
#school-detail .school-location .card-list {
    margin: 15px 0;
    display: block;
}
#school-detail .more-detail {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #ddd;
}
#school-detail .more-detail .more-info-wrapper {
    margin-bottom: 30px;
}
#school-detail .more-detail .info-content {
    grid-gap: 50px;
}
#school-detail .more-detail .info-content-item {
    margin-bottom: 0;
}
#premium-school-profile .section-content-wrapper {
    padding: 75px 0;
}
@media (max-width: 991.98px) {
    #premium-school-profile .section-content-wrapper {
        padding: 50px 0;
    }
}
@media (max-width: 767.98px) {
    #premium-school-profile .section-content-wrapper {
        padding: 30px 0;
    }
}
#premium-school-profile .school-logo {
    width: 100px;
    height: 100px;
    display: block;
    background: #fff;
    object-fit: contain;
}
#premium-school-profile .section-content {
    margin: 30px 0;
}
@media (max-width: 991.98px) {
    #premium-school-profile .carousel {
        height: 350px;
    }
}
#favorites .compare p + .link {
    margin-top: 15px;
}
#favorites .sidebar select {
    background-color: #f5f5f6;
}
#favorites .add-info {
    margin-top: 40px;
}
#compare-favs .section-header {
    position: sticky;
    background: #fff;
    top: 30px;
    padding-bottom: 20px;
    z-index: 3;
}
#compare-favs .section-header select {
    background-color: #f5f5f6;
}
#compare-favs .grid {
    grid-gap: 30px;
}
#compare-favs .features p {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .request-form .grid .full {
        grid-column: 1/3;
    }
}
.request-form .grid {
    grid-column-gap: 30px;
}
.request-form .phone-wrapper {
    grid-template-columns: 2fr 3fr;
    grid-gap: 15px;
}
#invoice {
    background: #f5f5f6;
}
#invoice .custom-table {
    margin-top: 30px;
}
#invoice .custom-table .col {
    padding: 0 20px;
}
#invoice .custom-table .table-header {
    margin-bottom: 0;
    background: #aaa;
}
#invoice .custom-table .table-header .col {
    font-size: 18px;
    color: #fff;
}
#invoice .custom-table .table-content:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
#invoice .custom-table .table-content p {
    font-size: 14px;
    color: #023049;
    font-weight: 600;
}
#delete .checkboxes {
    margin: 60px 0;
}
#delete .checkboxes .checkbox-group:not(:last-child) {
    margin-bottom: 30px;
}
#upgrade .section-content-wrapper {
    padding: 60px 0;
}
@media (max-width: 767.98px) {
    #upgrade .section-content-wrapper {
        padding: 40px 0;
    }
}
#upgrade .section-header {
    margin-bottom: 30px;
}
#upgrade .section-header > div:first-child {
    margin-bottom: 0;
}
#upgrade .section-bg .video-trigger {
    width: 100%;
    height: 100%;
}
@media (min-width: 992px) {
    #upgrade .section-bg .video-trigger {
        margin-left: 65px;
    }
}
#benefits .fee .title-alt {
    margin-bottom: 20px;
}
#benefits .fee .price-wrapper .price {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
#benefits .fee .price-wrapper .currency select {
    display: block;
}
#benefits .fee .par-wrapper {
    margin: 30px 0;
}
#benefits .fee .checkboxes {
    margin: 30px 0;
}
#benefits .fee .checkbox-group:not(:last-child) {
    margin-bottom: 15px;
}
#benefits .fee .checkbox-group label {
    font-size: 14px;
    padding-left: 32px;
}
#benefits .fee .checkbox-group label:before {
    transform-origin: left center;
    transform: scale(0.8);
}
#benefits .school-contact .title {
    text-transform: unset;
    margin-bottom: 20px;
    letter-spacing: unset;
}
#benefits .school-contact p {
    color: #fff;
}
#benefits .school-contact p:not(:last-child) {
    margin-bottom: 15px;
}
#benefits .left-side .par-wrapper {
    margin-top: 60px;
}
#benefits .left-side .faq {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #aaa;
}
#benefits .left-side .faq .cushead {
    font-weight: 700;
}
.benefits-list .benefit-item {
    background: #fff;
    padding: 50px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.05);
}
.benefits-list .benefit-item:not(:last-child) {
    margin-bottom: 10px;
}
.benefits-list .benefit-item .icon {
    width: 125px;
    height: 125px;
    min-width: 125px;
    object-fit: contain;
}
.benefits-list .benefit-item .content {
    padding-left: 45px;
    position: relative;
}
.benefits-list .benefit-item .content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    display: block;
    background: url("../img/icons/checkmark.svg") no-repeat center center/50% #f8a31d;
    border-radius: 50%;
}
.benefits-list .benefit-item ul {
    margin-top: 15px;
}
@media (min-width: 768px) {
    .benefits-list .benefit-item {
        flex-wrap: nowrap;
    }
}
@media (min-width: 992px) {
    .benefits-list .benefit-item ul {
        column-count: 2;
    }
    .benefits-list .benefit-item .content {
        margin-left: 50px;
    }
}
@media (max-width: 991.98px) {
    .benefits-list .benefit-item .icon {
        width: 80px;
        height: 80px;
        min-width: 80px;
    }
    .benefits-list .benefit-item .content {
        margin-left: 30px;
    }
}
@media (max-width: 767.98px) {
    .benefits-list .benefit-item {
        padding: 30px;
    }
}
@media (max-width: 767.98px) {
    .benefits-list .benefit-item .content {
        margin-top: 25px;
        margin-left: 0;
    }
}
#plans .plans-list {
    margin-top: 60px;
}
.plans-list {
    grid-gap: 30px;
}
.plans-list .plan-item {
    padding: 60px;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
}
@media (min-width: 768px) {
    .plans-list .plan-item {
        border-bottom-right-radius: 130px;
    }
}
.plans-list .plan-title {
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #13a89e;
}
.plans-list .basic-plan {
    background: #fff;
}
.plans-list .premium-plan {
    background-image: linear-gradient(215deg, #13a89e, #023049);
}
.plans-list .premium-plan .plan-title {
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
}
.plans-list .premium-plan .plan-title:before {
    content: 'P';
    display: block;
    width: 30px;
    height: 30px;
    background: #13a89e;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    position: relative;
    top: 3px;
    margin-right: 20px;
}
.plans-list .premium-plan li {
    color: rgba(255,255,255,0.85);
}
#how-get-started .section-header .title {
    margin-bottom: 30px;
}
#how-get-started .button-wrapper h4 {
    color: #626362;
}
#how-get-started .button-wrapper .button {
    margin-top: 20px;
}
#my-schools .my-school-list {
    grid-gap: 25px;
}
#my-schools .my-school-list p,
#my-schools .my-school-list .link-secondary,
#my-schools .my-school-list .button {
    font-size: 14px;
}
#my-schools .my-school-list .school-item {
    padding: 40px;
    position: relative;
    background: #fff;
}
#my-schools .my-school-list .school-item:not(:last-child) {
    margin-bottom: 0;
}
#my-schools .my-school-list .is-validating {
    padding-bottom: 130px;
}
#my-schools .my-school-list .is-validating .validating {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
#my-schools .my-school-list .is-validating .validating .green-bar {
    padding: 12px 40px;
}
#my-schools .my-school-list .is-validating .validating p {
    padding: 15px 40px;
}
#my-schools .my-school-list .premium-school:before {
    content: 'P';
    display: block;
    width: 30px;
    height: 30px;
    background: #13a89e;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}
#my-schools .my-school-list .action-buttons {
    position: absolute;
    top: 0;
    right: 0;
}
#my-schools .my-school-list .action-buttons .option-btn {
    width: 50px;
    height: 50px;
    background: url("../img/icons/option.svg") no-repeat center center/50%;
    cursor: pointer;
}
#my-schools .my-school-list .school-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
#my-schools .my-school-list .school-header .cushead {
    color: #13a89e;
}
#my-schools .my-school-list .school-header p {
    color: #aaa;
    margin-top: 5px;
}
#my-schools .my-school-list .school-content .country {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}
#my-schools .my-school-list .school-content .content-item {
    padding: 10px 0;
}
#my-schools .my-school-list .school-content .content-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}
#my-schools .my-school-list .school-content .link-secondary {
    font-weight: 300;
}
#my-schools .my-school-list .add-school {
    cursor: pointer;
    text-align: center;
}
#my-schools .my-school-list .add-school .content {
    position: relative;
    top: -30px;
}
#my-schools .my-school-list .add-school .icon-plus {
    color: #f26522;
    font-weight: 100;
    font-size: 100px;
}
#edit-school .school-data {
    background: #fff;
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.1);
    padding: 50px;
}
@media (min-width: 992px) {
    #edit-school .school-data {
        padding-right: 100px;
    }
}
@media (max-width: 991.98px) {
    #edit-school .school-data {
        padding: 35px;
    }
}
@media (max-width: 575.98px) {
    #edit-school .school-data {
        padding: 35px 20px;
        margin-left: -20px;
        margin-right: -20px;
    }
}
@media (max-width: 575.98px) {
    #edit-school .more-info-wrapper {
        width: 100%;
    }
    #edit-school .el-manipulation .remove-el {
        margin-bottom: 15px;
    }
}
@media (min-width: 576px) {
    #edit-school .info-content.cols-2 .info-content-item {
        display: grid;
        grid-template-columns: 1fr 3fr;
        grid-gap: 20px;
    }
}
@media (max-width: 575.98px) {
    #edit-school .info-content.cols-2 .info-content-item .col:first-child {
        margin-bottom: 15px;
    }
}
#edit-school .grid.cols-sm-2 {
    grid-gap: 20px;
}
@media (max-width: 575.98px) {
    #edit-school .vis-hidden {
        display: none;
    }
}
#edit-school .sidebar .box {
    padding: 50px;
    background: #fff;
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.1);
}
#edit-school .sidebar .box:not(:last-child) {
    margin-bottom: 30px;
}
#edit-school .sidebar .is-publishing {
    padding-top: 90px;
}
#edit-school .sidebar .go-premium {
    background: #023049;
}
#edit-school .sidebar .go-premium p {
    color: #fff;
}
#edit-school .more-info .info-content-item:not(:last-child) {
    margin-bottom: 40px;
}
#edit-school .remove-el {
    background: url("../img/icons/close-alt.svg") no-repeat right 5px/11px;
    padding-right: 20px;
}
#edit-school .images-list {
    grid-gap: 30px;
}
#edit-school .images-list .image-item img {
    display: block;
    object-fit: cover;
    width: 100%;
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.1);
}
@media (min-width: 576px) {
    #edit-school .images-list .image-item img {
        height: 135px;
    }
}
#edit-school .images-list .image-item .remove-el {
    display: inline-block;
    margin-top: 10px;
    color: #f26522;
    cursor: pointer;
}
#edit-school .images-list .add-item {
    text-align: center;
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.1);
    cursor: pointer;
    height: 135px;
}
#edit-school .images-list .add-item img {
    width: 20px;
    transform: rotate(45deg);
    margin: 10px 0 5px;
}
#edit-school .images-list .add-item p {
    font-size: 14px;
}
#city-guides .section-header .card-list {
    grid-gap: 30px;
}
@media (max-width: 767.98px) {
    #city-guides .section-header .card-list {
        grid-gap: 20px;
    }
}
#city-guides .section-header .card-item.w-thumbnail.thumbnail--small .card-title {
    margin-bottom: 0;
}
#city-guides .section-header .card-item.is-active {
    background: #023049;
    color: #fff;
}
#article-wrapper .section-header > div:first-child {
    margin-bottom: 10px;
}
#w-navigation .mini-sections-navigation .nav-item {
    padding: 10px 0;
    color: #f26522;
    cursor: pointer;
    display: block;
}
#w-navigation .mini-sections-navigation .nav-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}
#w-navigation .mini-sections .mini-section {
    padding: 40px;
}
@media (max-width: 991.98px) {
    #w-navigation .mini-sections .mini-section {
        padding: 30px;
    }
}
@media (max-width: 767.98px) {
    #w-navigation .mini-sections .mini-section:not(:last-child) {
        margin-bottom: 30px;
    }
    #w-navigation .mini-sections .mini-section:nth-child(odd) {
        padding: 0;
    }
    #w-navigation .mini-sections .mini-section:nth-child(even) {
        padding: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }
}
#w-navigation .mini-sections .mini-section:nth-child(even) {
    background: #f5f5f6;
}
#w-navigation .mini-sections .mini-section:nth-child(even) .post-item .post-tags .tag {
    background: #fff;
}
#w-navigation .mini-sections .mini-section:first-child {
    padding-top: 0;
}
#w-navigation .pagination {
    margin-top: 50px;
}
.post-item .post-thumbnail {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.post-item .post-title {
    font-weight: 600;
}
.post-item .post-title + .post-date {
    margin-top: 15px;
}
.post-item .post-date {
    color: #13a89e;
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.post-item .post-date:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    background: url("../img/icons/calendar.svg") no-repeat top center/contain;
}
.post-item .post-excerpt {
    margin-top: 20px;
}
.post-item .post-tags {
    margin-top: 25px;
}
.post-item .post-tags .tag {
    display: inline-block;
    font-size: 14px;
    color: #a6a6a6;
    background: #f5f5f6;
    padding: 8px 15px 10px;
    border-radius: 30px;
    margin-right: 13px;
}
.post-item .post-tags .link {
    margin-left: auto;
}
.post-list.item-small {
    grid-gap: 25px;
}
.post-list.item-small .post-item .post-tags {
    margin: 15px 0;
}
.post-list.item-small .post-item .post-tags .tag {
    font-size: 12px;
    padding: 5px 10px 7px;
    margin-right: 8px;
}
.post-list.item-small .post-item .button-wrapper {
    margin-top: 5px;
}
.post-list.item-small .post-item .link,
.post-list.item-small .post-item .button {
    font-size: 14px;
}
.card-list {
    grid-gap: 40px;
}
@media (max-width: 991.98px) {
    .card-list {
        grid-gap: 30px;
    }
}
@media (max-width: 767.98px) {
    .card-list {
        grid-gap: 20px;
    }
}
.card-list .card-item {
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.1);
    background: #fff;
    position: relative;
    transition: 0.3s all ease;
}
.card-list .card-item.w-bg {
    display: block;
    padding: 45px 20px 40px;
    background: no-repeat center center/cover;
    color: #fff;
    text-align: center;
    position: relative;
}
.card-list .card-item.w-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #13a89e;
    opacity: 0;
    transition: 0.3s all ease;
}
.card-list .card-item.w-bg:hover {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.25);
}
.card-list .card-item.w-bg:hover:before {
    opacity: 1;
}
.card-list .card-item.w-bg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    object-fit: cover;
}
.card-list .card-item.w-bg .card-title,
.card-list .card-item.w-bg .card-detail {
    position: relative;
}
.card-list .card-item.w-bg .card-title {
    margin-bottom: 6px;
    text-transform: capitalize;
    font-weight: 600;
}
.card-list .card-item.w-bg .card-detail {
    letter-spacing: 2.5px;
    text-transform: uppercase;
}
.card-list .card-item.w-thumbnail:hover, .card-list .card-item.w-thumbnail.is-active {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.15);
}
.card-list .card-item.w-thumbnail:hover .card-thumbnail:before,
.card-list .card-item.w-thumbnail.is-active .card-thumbnail:before {
    opacity: 1;
}
.card-list .card-item.w-thumbnail .card-thumbnail {
    position: relative;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    display: block;
}
.card-list .card-item.w-thumbnail .card-thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #13a89e;
    transition: 0.3s all ease;
    opacity: 0;
}
.card-list .card-item.w-thumbnail .card-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: overlay;
    display: block;
}
.card-list .card-item.w-thumbnail .action-buttons {
    right: 25px;
    bottom: 25px;
}
.card-list .card-item.w-thumbnail .card-content {
    box-sizing: border-box;
    margin: auto;
}
.card-list .card-item.w-thumbnail .card-title {
    font-weight: 600;
}
.card-list .card-item.w-thumbnail .card-title + p {
    margin-top: 20px;
}
.card-list .card-item.w-thumbnail .card-subtitle {
    color: #13a89e;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600;
}
.card-list .card-item.w-thumbnail .card-subtitle + .card-title {
    margin-top: 15px;
}
@media (min-width: 768px) {
    .card-list .card-item.w-thumbnail.thumbnail--big {
        display: flex;
        flex-wrap: wrap;
        grid-column: 1/4;
    }
    .card-list .card-item.w-thumbnail.thumbnail--big .action-buttons {
        right: 30px;
        bottom: 30px;
    }
    .card-list .card-item.w-thumbnail.thumbnail--big .card-content {
        width: 50%;
    }
    .card-list .card-item.w-thumbnail.thumbnail--big .card-thumbnail {
        width: 50%;
    }
}
.card-list .card-item.w-thumbnail.thumbnail--big .card-content {
    padding: 35px;
}
@media (max-width: 767.98px) {
    .card-list .card-item.w-thumbnail.thumbnail--big .card-content {
        padding: 25px;
    }
}
.card-list .card-item.w-thumbnail.thumbnail--small .card-thumbnail {
    width: 50%;
}
.card-list .card-item.w-thumbnail.thumbnail--small .card-title {
    margin-bottom: 5px;
}
.card-list .card-item.w-thumbnail.thumbnail--small .card-content {
    width: 100%;
    padding: 14px;
    text-align: center;
    margin: auto;
}
.card-list .card-item.w-thumbnail.thumbnail--top .card-content {
    padding: 25px;
}
.card-list .action-buttons {
    position: absolute;
}
.w-arrow-bottom {
    display: flex;
}
.w-arrow-bottom:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/icons/arrow-bottom.svg") no-repeat center center/60%;
    margin-left: 7px;
    display: block;
}
.w-arrow-bottom.arrow--orange:after {
    background-image: url("../img/icons/arrow-bottom-orange.svg");
}
.dropdown {
  display: inline-block;
}
.dropdown:not(.dropdown--full) {
    position: relative;
    display: inline-block;
}
.dropdown:hover {
    z-index: 3;
}
.dropdown:hover .dropdown-trigger,
.dropdown:hover .dropdown-trigger:before,
.dropdown:hover .dropdown-content {
    opacity: 1;
    pointer-events: auto;
}
.dropdown .dropdown-trigger {
    position: relative;
  height: 90px;
    z-index: 1;
    display: inline-flex;
  align-items: center;
    color: #023049;
}
.dropdown .dropdown-content {
    position: absolute;
    opacity: 0;
    transition: 0.3s all ease;
    pointer-events: none;
    left: -16px;
  background: #fff;
    min-width: calc(100% + 32px);
  top: 70px;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
  z-index: 3;
}
.dropdown .dropdown-content .dropdown-option {
    display: block;
    padding: 12px 16px;
    white-space: nowrap;
    color: #023049;
}
.dropdown .dropdown-content .dropdown-option:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.dropdown.dropdown--full {
  position: unset !important;
}
.dropdown.dropdown--full .dropdown-content {
  min-width: 100%;
  left: -50px;
  right: -50px;
  padding: 0px 50px 50px;
  box-sizing: border-box;
  top: 90px;
}
.dropdown.dropdown--full .card-list {
  margin: 0 -10px;
}
.dropdown.dropdown--full .card-list > div {
  padding: 0 10px;
}
.dropdown.dropdown--full .card-list .card-item.w-thumbnail {
  min-height: 67px;
  background: #eee;
}
.dropdown.dropdown--full .card-list .card-item.w-thumbnail.thumbnail--small .card-content {
  text-align: left;
}
.dropdown.dropdown--full .card-list .card-item:not(:last-child) {
  margin-bottom: 20px;
}
.dropdown.dropdown--full .card-list .card-item.no-thumbnail {
  text-align: center;
  padding: 10px;
}
.dropdown.dropdown--full .card-list .card-item.no-thumbnail .card-subtitle {
  color: #13a89e;
  text-transform: uppercase;
}
.dropdown.dropdown--full .dropdown-tab {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.dropdown.dropdown--full .dropdown-tab .tab-item {
  padding: 12.5px 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.dropdown.dropdown--full .dropdown-tab .tab-item:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  height: 2px;
  display: none;
}
.dropdown.dropdown--full .dropdown-tab .tab-item.is-active:before {
  display: block;
}
.dropdown.dropdown--full .dropdown-tab .tab-item:not(:last-child) {
  margin-right: 50px;
}
@media (min-width: 940px) {
  .dropdown.dropdown--full .dropdown-content {
    min-width: 100%;
    left: -50px;
    right: -50px;
    padding: 0px 50px 50px;
    box-sizing: border-box;
    top: 90px;
  }
}
@media (max-width: 939.98px) {
  .dropdown.dropdown--full {
    display: block;
  }
  .dropdown.dropdown--full .dropdown-content {
    position: static;
    opacity: 1;
    box-shadow: none;
    min-width: auto;
    width: 100%;
      padding-left: 0;
      padding-right: 0;
      overflow: scroll;
  }
  .dropdown.dropdown--full .dropdown-tab .tab-item:not(:last-child) {
    margin-right: 30px;
  }
  .dropdown.dropdown--full .card-list-outer {
    overflow: scroll;
    margin: 0 -20px;
  }
  .dropdown.dropdown--full .card-list {
    width: 1330px;
    padding: 10px 0 10px 30px;
    overflow: scroll;
      padding-left: 2px;
  }
  .dropdown.dropdown--full .card-list > div {
    flex-basis: 200px;
    max-width: 200px;
    padding: 0;
    margin-right: 20px;
  }
}
.tags-list {
    text-align: left;
    font-size: 0;
}
.tags-list .tag {
    display: inline-flex;
    padding: 6px 15px 8px;
    padding-right: 7px;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    background: rgba(0,0,0,0.25);
    align-items: center;
    color: #eee;
}
.tags-list .tag:hover .remove-tag {
    background: #fff;
}
.tags-list .tag:hover .remove-tag path {
    fill: #f26522;
}
.tags-list .tag.is-active {
    background: #f26522;
}
.tags-list .tag .remove-tag {
    margin-left: 10px;
    transition: 0.3s all ease;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 1px;
    padding: 3px;
    border-radius: 50%;
    box-sizing: border-box;
}
@media (max-width: 767.98px) {
    .custom-table {
        overflow: scroll;
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 20px;
    }
}
.custom-table .row {
    padding: 15px 0;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 767.98px) {
    .custom-table .row {
        width: 280%;
    }
}
.custom-table .table-header {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.pagination .pagination-item {
    text-align: center;
    line-height: 35px;
    box-sizing: border-box;
    margin: 0 8px;
    color: #555;
}
.pagination .pagination-item.is-active {
    color: #f26522;
    text-decoration: underline;
}
.pagination .pagination-item.round {
    width: 35px;
    border: 1px solid #aaa;
    border-radius: 50px;
    line-height: 33px;
}
.pagination .pagination-item.next,
.pagination .pagination-item.prev {
    background: url("../img/icons/arrow-right-dark.svg") no-repeat center center/20px;
    color: transparent;
}
.pagination .pagination-item.prev {
    transform: scaleX(-1);
    margin-right: 25px;
}
.pagination .pagination-item.next {
    margin-left: 25px;
}
.school-list:not(:last-child) {
    margin-bottom: 50px;
}
.school-item {
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.1);
    padding: 30px;
    transition: 0.3s all ease;
    position: relative;
    color: #023049;
    padding-right: 0;
}
@media (max-width: 767.98px) {
    .school-item .action-buttons {
        top: 25px;
        right: 25px;
    }
}
.school-item:hover {
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
}
.school-item:not(:last-child) {
    margin-bottom: 30px;
}
.school-item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    display: none;
    border: 3px solid #f26522;
}
@media (max-width: 767.98px) {
    .school-item:after {
        border-width: 2px;
    }
}
.school-item.is-active:after {
    display: block;
}
.school-item .action-buttons {
    position: absolute;
    top: 30px;
    right: 30px;
}
.school-item .school-header {
    display: block;
    color: #000;
    transition: 0.3s all ease;
}
.school-item .school-header:hover {
    color: #13a89e;
}
.school-item .school-logo {
    margin-bottom: 20px;
    max-width: 50%;
}
.school-item .school-thumbnail {
    margin-top: 20px;
}
.school-item .school-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.school-item .school-name {
    margin-bottom: 30px;
}
@media (min-width: 576px) {
    .school-item .school-info {
        padding-right: 30px;
    }
}
.school-item .school-info p {
    font-size: 14px;
}
.school-item .school-info .row {
    padding: 10px 0;
}
.school-item .school-info .row:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.school-item .school-info .row .col:first-child p {
    color: #13a89e;
}
@media (min-width: 992px) {
    .school-item .school-info .row {
        display: grid;
        grid-template-columns: 1fr 2fr;
    }
    .school-item .school-info .row .col:last-child {
        padding-left: 20px;
    }
}
@media (max-width: 991.98px) {
    .school-item .school-info .row .col:first-child {
        margin-bottom: 6px;
    }
}
.info-list .info-row {
    padding: 40px 0;
}
.info-list .info-row:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.info-list .info-row:first-child {
    padding-top: 0;
}
.info-list .info-row:last-child {
    padding-bottom: 0;
}
.info-list .info-header {
    margin-bottom: 40px;
}
.info-list .info-header-title {
    line-height: 30px;
    display: inline-flex;
}
.info-list .info-header-title:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url("../img/icons/reward.svg") no-repeat center 2px/85%;
    display: block;
    margin-right: 15px;
    opacity: 0.5;
}
.info-list .info-video img {
    display: block;
    width: 100%;
}
.info-list .is-disabled {
    opacity: 0.4;
}
.info-list .features {
    grid-gap: 30px;
}
@media (max-width: 767.98px) {
    .info-list .features {
        grid-gap: 15px;
    }
}
.info-list .features .feature-item {
    display: inline-flex;
}
.info-list .features .feature-item.w-img {
    background: #fff;
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.1);
}
.info-list .features .feature-item.w-img img {
    width: 75px;
}
.info-list .features .feature-item.w-img p {
    padding: 10px 20px;
}
.info-list .features p.feature-item:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url("../img/icons/document.svg") no-repeat center center/contain;
    margin-right: 15px;
    opacity: 0.5;
}
.info-content:not(:last-child) {
    margin-bottom: 30px;
}
.info-content .info-content-item:not(:last-child) {
    margin-bottom: 25px;
}
.info-content p:not(:last-child) {
    margin-bottom: 25px;
}
.more-info-wrapper {
    position: relative;
}
.more-info-wrapper:not(:last-child) {
    margin-bottom: 15px;
}
@media (max-width: 575.98px) {
    .more-info-wrapper {
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }
}
.more-info-wrapper .title {
    font-weight: 600;
    line-height: 1.25;
}
.more-info-trigger {
    margin-left: 12px;
}
@media (min-width: 576px) {
    .more-info-trigger {
        position: relative;
    }
}
@media (max-width: 575.98px) {
    .more-info-trigger {
        margin-left: auto;
    }
}
.more-info-trigger svg {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
@media (max-width: 575.98px) {
    .more-info-trigger svg {
        right: 15px;
    }
}
.more-info-trigger svg path {
    transition: 0.3s all ease;
}
.more-info-trigger svg:hover path {
    fill: #13a89e;
}
.more-info-trigger svg:hover + .tooltip {
    opacity: 1;
}
.more-info-trigger .tooltip {
    pointer-events: none;
    opacity: 0;
    transition: 0.3s opacity ease;
    background: #555;
    color: #fff;
    padding: 10px;
    padding-bottom: 13px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 27px;
    transform: translateY(-50%);
    width: 200px;
    font-size: 14px;
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.1);
    line-height: 1.25;
    box-sizing: border-box;
    z-index: 2;
}
.more-info-trigger .tooltip:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #555;
    position: absolute;
    top: 50%;
    left: -5px;
    border-radius: 4px;
    transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 575.98px) {
    .more-info-trigger .tooltip {
        left: auto;
        right: 0;
        top: 30px;
        transform: none;
        width: auto;
        max-width: 100%;
        line-height: 1.5;
    }
    .more-info-trigger .tooltip:before {
        left: unset;
        right: 15px;
        transform: rotate(45deg);
        top: -5px;
    }
}
.carousel {
    height: 100%;
    background: #000;
    overflow: hidden;
    position: relative;
}
.carousel .flickity-viewport {
    height: 100% !important;
}
.carousel .carousel-cell {
    height: 100%;
    width: 100%;
    position: relative;
}
.carousel .carousel-cell:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(to top, #000, transparent);
    z-index: 1;
}
.carousel .carousel-cell img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.carousel .carousel-cell .carousel-content {
    z-index: 3;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    padding: 0 25px;
    box-sizing: border-box;
}
.carousel .carousel-cell .carousel-content p {
    color: #fff;
}
.carousel .flickity-page-dots {
    bottom: 20px;
    z-index: 1;
}
.carousel .flickity-page-dots .dot {
    background: #fff;
    opacity: 1;
}
.carousel .flickity-page-dots .dot.is-selected {
    background: #f8a31d;
}
@media (min-width: 992px) {
    .carousel .carousel-content {
        border-left: 130px solid transparent;
    }
    .carousel .flickity-page-dots {
        border-left: 65px solid transparent;
    }
}
#edit-page {
    background: #023049;
    padding: 15px 0;
}
#edit-page .title {
    color: #fff;
    line-height: 50px;
}
#info-bar {
    background: #023049;
    padding: 15px 0 18px;
    color: #fff;
}
#info-bar .current-page {
    color: #f26522;
}
#info-bar .divider {
    margin: 0 10px;
}
#premium-bar {
    background: #000;
    padding: 20px 0;
}
#premium-bar p {
    color: #fff;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    line-height: 30px;
}
#premium-bar p:before {
    content: 'P';
    display: block;
    width: 30px;
    height: 30px;
    background: #13a89e;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}
#premium-bar .exit-bar {
    color: #f26522;
    cursor: pointer;
    line-height: 30px;
    background: url("../img/icons/close-alt.svg") no-repeat left center/11px;
    padding-left: 20px;
}
.box-list:not(:first-child) {
    margin-top: 30px;
}
.box-list .box-item {
    padding: 40px;
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.1);
    box-sizing: border-box;
}
@media (max-width: 767.98px) {
    .box-list .box-item {
        padding: 30px;
    }
}
.box-list .box-item:not(:last-child) {
    margin-bottom: 20px;
}
.box-list .title {
    font-weight: 600;
    color: #13a89e;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.box-list p {
    font-size: 14px;
}
.box-list p + .link {
    margin-top: 0;
}
.box-list p:not(:last-child) {
    margin-bottom: 10px;
}
.accordion {
    padding: 30px 0;
}
.accordion:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.accordion .question {
    position: relative;
    cursor: pointer;
    color: #023049;
    font-weight: 600;
}
.accordion .question:before {
    content: '+';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 0.68;
    font-size: 50px;
    color: #f26522;
    font-weight: 300;
    text-align: center;
    transition: 0.3s all ease;
}
.accordion .question,
.accordion .answer {
    padding-right: 100px;
}
.accordion .answer {
    height: 0;
    overflow: hidden;
}
.accordion .answer p {
    font-size: 16px;
}
.accordion .answer-content > .anim-item {
    opacity: 0;
    transform: translateY(15px);
    transition: 0.3s all ease;
}
.accordion.is-active .answer {
    height: auto;
    margin-top: 30px;
}
.accordion.is-active .question:before {
    transform: rotate(135deg);
}
.accordion.is-active .answer-content > .anim-item {
    opacity: 1;
    transform: none;
}
.accordion.is-active .answer-content > .anim-item:nth-child(1) {
    transition-delay: 0s;
}
.accordion.is-active .answer-content > .anim-item:nth-child(2) {
    transition-delay: 0.1s;
}
.accordion.is-active .answer-content > .anim-item:nth-child(3) {
    transition-delay: 0.2s;
}
.el-manipulation {
    margin-bottom: 30px;
}
.el-manipulation .max-warning {
    display: none;
}
.el-manipulation .info-content {
    margin-bottom: 20px;
}
.el-manipulation .add-el {
    margin-top: 0;
}
.el-manipulation.items-is-max .add-el {
    display: none;
}
.el-manipulation.items-is-max .max-warning {
    display: block;
}
.el-manipulation .remove-el {
    color: #f26522;
    cursor: pointer;
}
.sliders-wrapper .input-group.reverse {
    flex-direction: row-reverse;
}
.sliders-wrapper .input-group.reverse .slider-currency {
    border-right: none;
}
.sliders-wrapper .input-group:not(.reverse) .slider-currency {
    border-left: none;
}
.sliders-wrapper .slider-range {
    background: none;
    padding: 0;
}
.sliders-wrapper .slider-header {
    color: #fff;
}
.slider {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
.slider .slider-value {
    font-size: 12px;
}
.slider .slider-values-wrapper {
    margin-bottom: 4px;
}
.slider .slider-wrapper {
    position: relative;
    margin: 0 -4px;
}
.slider .slider-progress {
    position: absolute;
    background: #fff;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    right: 6px;
    z-index: 0;
    pointer-events: none;
}
.slider .slider-progress:before,
.slider .slider-progress:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    display: block;
    background: #fff;
    border-radius: 50%;
}
.slider .slider-progress:before {
    left: -2px;
}
.slider .slider-progress:after {
    right: -2px;
}
.slider .slider-range {
    width: 100%;
    background: transparent !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    border: none;
    padding: 0;
    display: block;
}
.slider .slider-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    outline: none;
    border: none;
    background: #f26522;
    border-radius: 50%;
    transition: 0.3s all ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.slider .slider-range::-moz-range-thumb {
    -moz-appearance: none;
    width: 12px;
    height: 12px;
    outline: none;
    border: none;
    background: #f26522;
    border-radius: 50%;
    transition: 0.3s all ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.slider .slider-range-wrapper {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
}
#banner-wrapper {
    padding-top: 150px;
}
#banner {
    padding: 40px 35px;
    border-bottom-right-radius: 130px;
    position: relative;
    color: #fff;
    background: url("../img/banner-bg.png") no-repeat center center/cover;
    overflow: hidden;
}
#banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: -25%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #023049, transparent);
}
#banner p {
    color: #fff;
}
#banner .content {
    position: relative;
    z-index: 1;
}
#banner .button-wrapper {
    margin-top: 30px;
}
@media (min-width: 992px) {
    #banner .content {
        max-width: 60%;
    }
    #banner .button-wrapper {
        margin-top: 50px;
    }
}
@media (min-width: 768px) {
    #banner .col-content {
        margin-left: 20px;
        position: relative;
        margin-top: 20px;
    }
    #banner .inline-flex {
        display: inline-flex;
    }
}
@media (max-width: 767.98px) {
    #banner .col-content {
        margin-top: 20px;
    }
    #banner:after {
        right: -50%;
    }
}
/*# sourceMappingURL=style.css.map */