html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

main {
    display: block
}

body {
    margin: 0
}

a {
    color: inherit
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

[tabindex="-1"]:focus {
    outline: none !important
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    vertical-align: middle
}

button {
    border-radius: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: button
}

textarea {
    overflow: auto;
    resize: vertical
}

input:not([type=checkbox]):not([type=radio]), textarea {
    -webkit-appearance: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

:root {
    --color-text: #697f86;
    --blue: #70b4ca;
    --blue2: #b5d4de;
    --blue-lighter: #87abb7;
    --global-radius: 4px;
    --global-transition: .3s;
    --spacing: 6rem;
    --spacing-small: 3rem;
    --scale: 1
}

@media (max-width: 959px) {
    :root {
        --scale: .8;
        --spacing: 5rem
    }
}

@media (max-width: 759px) {
    :root {
        --scale: .64;
        --spacing: 4rem
    }
}

@media (max-width: 543px) {
    :root {
        --scale: .544;
        --spacing: 3.5rem
    }
}

html {
    overflow-x: hidden;
    overflow-y: auto
}

body, html {
    height: 100%
}

html {
    background: #fff
}

body.is-off {
    overflow: hidden
}

:focus {
    outline: none
}

::-moz-focus-inner {
    border: 0
}

body.is-loggedin {
    padding-top: 40px
}

:root {
    font-size: 62.5%
}

body {
    font-family: Open Sans, sans-serif;
    font-size: 1.6rem;
    line-height: 1.15;
    color: #697f86;
    color: var(--color-text)
}

@media (min-width: 960px) {
    body {
        font-size: 1.7rem
    }
}

a {
    text-decoration: none;
    transition: .3s;
    transition: var(--global-transition)
}

h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: .5em
}

ol, p, ul {
    margin-top: 0;
    margin-bottom: 1.5em
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

blockquote, figure, table {
    margin: 0 0 3rem
}

h1, h2, h3, h4 {
    font-family: Overlock, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    color: #70b4ca;
    color: var(--blue)
}

h1 {
    font-size: 4.2rem
}

@media (max-width: 543px) {
    h1 {
        font-size: 3.2rem
    }
}

h2 {
    font-size: 3.4rem
}

@media (max-width: 543px) {
    h2 {
        font-size: 2.6rem
    }
}

h3 {
    font-size: 3rem
}

@media (max-width: 543px) {
    h3 {
        font-size: 2.2rem
    }
}

h4 {
    font-size: 2.6rem
}

@media (max-width: 543px) {
    h4 {
        font-size: 2rem
    }
}

h5 {
    font-size: 1em;
    font-weight: 700;
    margin: 0
}

p {
    line-height: 1.55
}

p.big {
    font-size: 2.2rem
}

q {
    font-style: italic
}

blockquote {
    font-size: 1.7rem;
    line-height: 1.55;
    padding: 2.5rem 3.5rem;
    border-top: 1px solid #e4eaed;
    border-bottom: 1px solid #e4eaed
}

@media (max-width: 399px) {
    blockquote {
        padding: 1.25rem 1.75rem
    }
}

blockquote.-icons p {
    position: relative
}

blockquote.-icons p:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: url(../img/lw-icon.svg);
    background-size: 100%
}

blockquote > :last-child {
    margin-bottom: 0
}

.text {
    line-height: 1.55
}

.text h5 {
    margin-top: 0
}

.text a {
    background-color: #EBF9F9;
    border-bottom: 1px dotted;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink
}

.text a:hover {
    background-color: #E2F4FF
}

.text img {
    border-radius: 4px;
    border-radius: var(--global-radius);
    margin-bottom: 2rem
}

.text ol, .text p, .text ul {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word
}

.table-bordered {
    border-collapse: collapse;
    width: 100%
}

.table-bordered td, .table-bordered th {
    padding: 5px;
    border: 1px solid #ccc;
    font-size: .9em
}

.table-bordered th {
    font-weight: 700;
    background-color: #fff
}

.table-overflow {
    width: 100%;
    overflow-x: auto
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    width: 40px;
    height: 25px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2.5px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 40px;
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:after, .hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--spin .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.footer {
    position: relative;
    padding-bottom: 6rem;
    padding-bottom: var(--spacing)
}

@media (max-width: 543px) {
    .footer {
        padding-bottom: 3.5rem;
        padding-bottom: var(--spacing)
    }
}

@media (max-width: 759px) {
    .footer {
        padding-bottom: 4rem;
        padding-bottom: var(--spacing)
    }
}

@media (max-width: 959px) {
    .footer {
        padding-bottom: 5rem;
        padding-bottom: var(--spacing)
    }
}

.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: #5c767e;
    z-index: -1
}

.footer__nav {
    padding: 6rem 0 5rem;
    padding: var(--spacing) 0 5rem
}

@media (max-width: 543px) {
    .footer__nav {
        padding: 3.5rem 0 5rem;
        padding: var(--spacing) 0 5rem
    }
}

@media (max-width: 759px) {
    .footer__nav {
        padding: 4rem 0 5rem;
        padding: var(--spacing) 0 5rem
    }
}

@media (max-width: 959px) {
    .footer__nav {
        padding: 5rem 0;
        padding: var(--spacing) 0 5rem
    }
}

.footer__nav ul {
    padding: 0;
    margin: 0;
    column-count: 2;
    column-gap: 2rem
}

@media (min-width: 544px) {
    .footer__nav ul {
        column-count: 3;
        column-gap: 4rem
    }
}

.footer__nav li {
    display: block;
    margin-bottom: 2.1rem
}

.footer__nav a {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: Overlock, sans-serif;
    color: #fff;
    padding: 0 3px;
    line-height: 1.45455
}

.footer__nav a:active, .footer__nav a:focus, .footer__nav a:hover {
    background-color: #699eaf
}

@media (max-width: 543px) {
    .footer__nav a {
        font-size: 1.8rem
    }
}

.footer__logos {
    max-width: 100%;
    margin-bottom: 1.5rem
}

.footer__logos img {
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 5px;
    margin-bottom: 10px
}

.footer__copy {
    color: #c1e0ea;
    font-family: Overlock, sans-serif;
    font-size: 2.2rem
}

@media (max-width: 419px) {
    .footer__copy {
        font-size: 5vw
    }
}

.header {
    padding: 1rem 0 2rem
    text-align: center
}

@media (min-width: 544px) {
    .header {
        padding: 3rem 0 4rem
    }
}

.header h1 {
    margin: 0
}

.header a {
    display: block;
    text-indent: -999rem;
    overflow: hidden;
    background-size: 100% auto;
    white-space: nowrap
}

.header a {
    width: 247px;
    height: 149px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/lisa-williams-logo-stack-2023.png)
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: 100%;
    overflow-y: scroll;
    width: 320px;
    height: 100%;
    padding: 20px 0;
    color: #abbcb7;
    background-color: #5c767e;
    -webkit-overflow-scrolling: touch;
    transform: translateX(0)
}

.mobile-nav.is-pushed {
    transform: translateX(-320px)
}

.mobile-nav.is-back, .mobile-nav.is-pushed {
    transition: transform .5s
}

.mobile-nav a {
    display: block;
    color: #fff;
    padding: 0 20px;
    font-size: 2.2rem;
    line-height: 1.63636
}

.mobile-nav a:active, .mobile-nav a:focus, .mobile-nav a:hover {
    background-color: #699eaf
}

.mobile-nav ul ul {
    background-color: #4f666d
}

.mobile-nav ul ul a {
    color: #cde5ec;
    padding-left: 40px
}

.mobile-nav ul ul a:active, .mobile-nav ul ul a:focus, .mobile-nav ul ul a:hover {
    background-color: #6f8d96
}

.modal {
    position: relative;
    overflow-y: auto;
    max-width: 960px;
    max-height: 80vh;
    margin: 20px auto;
    padding: 40px;
    background: #fff
}

.modal h2:first-child, .modal h3:first-child {
    margin-top: 0
}

.mfp-fade.mfp-bg, .mfp-fade .mfp-content {
    opacity: 0;
    transition: opacity .15s ease-out
}

.mfp-fade.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-fade.mfp-removing.mfp-bg {
    opacity: 0
}

.privacy-link {
    margin: 0 0 15px;
    font-size: 11px;
    line-height: 16px;
    text-align: right
}

.privacy-link a {
    color: #666;
    font-size: 11px;
    text-transform: uppercase
}

.privacy-link a:hover {
    color: #000
}

.nav-bar {
    position: relative;
    z-index: 2;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav-bar:before {
    content: "";
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #70b4ca;
    background-color: var(--blue);
    box-shadow: 0 3px 3px 0 rgba(46, 79, 85, .2)
}

@media (min-width: 760px) {
    .nav-bar {
        display: none
    }
}

.nav-bar__tel {
    position: relative;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 700;
    font-family: Overlock, sans-serif
}

.header__hamburger.is-active {
    position: fixed;
    top: 1.1rem;
    transform: translateX(100vw);
    left: 26rem;
    z-index: 9
}

@media (max-width: 319px) {
    .header__hamburger.is-active {
        left: 22rem
    }
}

.nav-mobile {
    position: fixed;
    top: 0;
    left: 100%;
    overflow: hidden;
    overflow-y: scroll;
    width: 32rem;
    height: 100%;
    color: #abbcb7;
    background-color: #5c767e;
    -webkit-overflow-scrolling: touch;
    transform: translateX(0)
}

@media (max-width: 319px) {
    .nav-mobile {
        width: 28rem
    }
}

.nav-mobile.is-pushed {
    transform: translateX(-100%)
}

.nav-mobile.is-back, .nav-mobile.is-pushed {
    transition: transform .5s
}

.nav-mobile ul {
    padding: 2rem 0;
    margin: 0
}

.nav-mobile li {
    display: block
}

.nav-mobile a {
    display: block;
    color: #fff;
    padding: 0 2rem;
    font-size: 2.2rem;
    line-height: 1.63636
}

.nav-mobile a br {
    display: none
}

.nav-mobile a:active, .nav-mobile a:focus, .nav-mobile a:hover {
    background-color: #699eaf
}

.nav-mobile ul ul {
    background-color: #4f666d;
    padding: 1px 0;
    margin: 1rem 0
}

.nav-mobile ul ul a {
    color: #cde5ec;
    padding-left: 4rem;
    font-size: 2rem;
    line-height: 1.5;
    margin: 1rem 0
}

.nav-mobile ul ul a:active, .nav-mobile ul ul a:focus, .nav-mobile ul ul a:hover {
    background-color: #6f8d96
}

.nav {
    margin-bottom: 2rem
}

@media (max-width: 759px) {
    .nav {
        display: none
    }
}

.nav ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    margin: 0
}

.nav li {
    display: block
}

.nav a {
    font-family: Overlock, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #70b4ca;
    color: var(--blue);
    text-decoration: none
}

.nav a:active, .nav a:focus, .nav a:hover, .nav li.is-active a {
    color: #b5d4de
}

.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding-right: 20px;
    padding-left: 20px
}

.wrap, .wrapper {
    position: relative
}

.wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    transition: opacity .5s, width .1s .5s, height .1s .5s
}

.wrapper.is-pushed {
    z-index: 7;
    transition: transform .5s;
    transform: translateX(-32rem)
}

@media (max-width: 319px) {
    .wrapper.is-pushed {
        transform: translateX(-28rem)
    }
}

.wrapper.is-pushed:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity .5s
}

.wrapper.is-back {
    transition: transform .5s;
    transform: translateX(0)
}

.account-bar-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background-color: #70b4ca
}

.account-bar {
    background-color: #70b4ca;
    height: 40px;
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #fff;
    font-weight: 700
}

.account-bar__buttons {
    margin-left: auto
}

.account-bar__buttons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    text-align: center
}

.account-bar__buttons a:active, .account-bar__buttons a:focus, .account-bar__buttons a:hover {
    background-color: #609fb3
}

.alert {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px
}

.alert li {
    list-style: none
}

.alert-success {
    color: #697f86;
    border: 1px solid #e4eaea;
    background-color: #effff2
}

.alert-error {
    color: #b84848;
    border: 1px solid #e4eaea;
    background-color: #f5dcd6
}

.aside {
    padding: 0 2.8rem;
    color: #87abb7;
    color: var(--blue-lighter);
    margin-bottom: 4rem
}

@media (min-width: 960px) {
    .aside {
        background: url(../img/butterfly.svg) no-repeat;
        background-size: 100% auto
    }
}

.aside img {
    border-radius: 50%;
    margin-bottom: 2rem
}

.aside ul {
    margin-left: 2rem;
    margin-top: .5rem
}

.aside li {
    position: relative;
    margin-bottom: .8em;
    font-style: italic;
    line-height: 1.29412
}

.aside li:before {
    content: "";
    position: absolute;
    left: -2.5rem;
    top: .4rem;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../img/lw-icon.svg);
    background-size: 100%
}

.associations {
    border-top: 1px solid #e4eaed;
    border-bottom: 1px solid #e4eaed;
    padding: 0 2em
}

.associations li {
    position: relative;
    margin-top: 1.5em;
    margin-bottom: 1.5em
}

.associations li:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: url(../img/lw-icon.svg);
    background-size: 100%
}

.associations a {
    font-weight: 700;
    color: #697f86;
    border: 0
}

.associations a:active, .associations a:focus, .associations a:hover {
    color: #70b4ca;
    color: var(--blue)
}

.btn {
    font-family: Overlock, sans-serif;
    display: inline-block;
    font-size: 2.6rem;
    line-height: 1.92308;
    font-weight: 700;
    border: 0;
    border-radius: 10px;
    transition: .3s;
    transition: var(--global-transition);
    padding: 0 1em
}

@media (max-width: 759px) {
    .btn {
        font-size: 2.2rem
    }
}

.btn:active, .btn:focus, .btn:hover {
    opacity: .7
}

.btn.-primary {
    color: #fff;
    background-color: #70b4ca;
    background-color: var(--blue)
}

.btn.-secondary {
    background-color: #fff;
    color: #70b4ca;
    color: var(--blue)
}

.btn.-full, .button {
    width: 100%
}

.button {
    position: relative;
    display: block;
    max-width: 12em;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: 2.33333;
    text-align: center;
    text-transform: uppercase;
    background: #6a7270;
    border-radius: 10px;
    transition: background .3s ease-out;
    transition: background var(--global-transition) ease-out;
    cursor: pointer
}

.button.-home {
    max-width: 100%
}

@media (max-width: 879px) {
    .button.-home {
        max-width: 12em
    }
}

.button.-full {
    width: 100%
}

.button.-fluid {
    display: inline-block;
    width: auto;
    padding-right: 1em;
    padding-left: 1em
}

.button.-gray {
    background: #6a7270 !important
}

.button.-gray:active, .button.-gray:focus, .button.-gray:hover {
    background: #515856 !important
}

.button.-green {
    background: #a6c773 !important
}

.button.-green:active, .button.-green:focus, .button.-green:hover {
    background: #8fb84f !important
}

@media (max-width: 839px) {
    .button {
        font-size: 2.5rem
    }
}

@media (max-width: 729px) {
    .button {
        font-size: 2.1rem
    }
}

@media (max-width: 489px) {
    .button {
        font-size: 1.7rem
    }
}

.button:active, .button:focus, .button:hover {
    background: #515856
}

.button__loader {
    position: absolute;
    top: 50%;
    right: 30px;
    opacity: 0;
    transform: translateY(-50%)
}

.is-loading .button__loader {
    opacity: 1
}

.contact-lisa {
    position: relative;
    padding: 120px 0;
    color: #fff
}

.contact-lisa h2 {
    color: #fff
}

.contact-lisa__bg {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: #70b4ca;
    background: var(--blue);
    background-size: cover;
    z-index: -1
}

.contact-lisa__bg, .contact-lisa__bg:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.contact-lisa__bg:after {
    content: "";
    background: url(../img/butterfly.svg) 50% 100% no-repeat;
    opacity: .1
}

.contact-lisa__bg2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: #70b4ca;
    background: var(--blue);
    background-size: cover;
    z-index: -1
}

.cookies-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    height: 50px;
    padding: 10px;
    color: #e5a05b;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background-color: #171717
}

.cookies-bar.is-active {
    display: block
}

.cookies-bar span {
    margin-right: 10px
}

.cookies-bar a {
    display: inline-block;
    width: 60px;
    margin: 0 5px;
    color: #fff;
    line-height: 30px;
    vertical-align: middle;
    border-radius: 5px;
    cursor: pointer
}

.cookies-bar__yes {
    background-color: #819b59
}

.cookies-bar__info {
    background-color: #8c5050
}

.course {
    border-top: 1px solid #e4eaed;
    padding: 30px 30px 30px 35px;
    margin-top: -1px
}

@media (max-width: 543px) {
    .course {
        padding-left: 25px
    }
}

.course:last-of-type {
    margin-bottom: 30px
}

.course h4 {
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    color: #697f86;
    color: var(--color-text);
    margin-bottom: 0
}

.course h4:before {
    content: "";
    position: absolute;
    top: 1px;
    left: -25px;
    width: 17px;
    height: 17px;
    background-image: url(../img/butterfly-ico.png)
}

.is-training .course h4:before {
    background-image: url(../img/butterfly-ico.png);
    background-repeat: no-repeat
}

.course h4.no-icon:after {
    display: none
}

.course hr {
    height: 0;
    border: 0;
    padding: 0;
    border-top: 1px solid #e4eaed;
    margin: 30px -30px
}

.course.-test h4 {
    background-color: #ff0
}

.course.-test h4:after {
    content: " - course in test mode";
    font-size: .7em
}

.page__content.-test h3 {
    background-color: #ff0
}

.page__content.-test h3:after {
    content: " - course in test mode";
    font-size: .7em
}

.course + .course {
    border-bottom: 1px solid #e4eaed
}

.course__info {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1.5em
}

.course__info span {
    display: block;
    white-space: nowrap
}

.course__info span:not(:first-child) {
    margin-top: 10px
}

@media (min-width: 376px) {
    .course__info span {
        float: left;
        width: 120px;
        margin-top: 0 !important
    }
}

.course__info td, .course__info th {
    padding: 0;
    vertical-align: top
}

.course__info th {
    font-weight: 400;
    text-align: left;
    width: 100px
}

.course__dates {
    border-collapse: collapse;
    margin: 0 0 1.5em
}

.course__dates td, .course__dates th {
    vertical-align: top;
    padding: 0 40px 0 0
}

.course__dates td:last-child, .course__dates th:last-child {
    padding-right: 0
}

.course__dates th {
    font-weight: 700;
    text-align: left
}

.no-courses {
    border-top: 1px solid #e4eaed;
    border-bottom: 1px solid #e4eaed;
    padding: 20px 0;
    font-style: italic
}

@media (max-width: 449px) {
    .email-fit {
        font-size: 4.7vw
    }
}

@media (max-width: 449px) {
    .email-fit2 {
        font-size: 3.8vw
    }
}

.footer-note {
    position: relative;
    line-height: 1.55;
    color: #bbdce7;
    padding: 2em 0
}

.footer-note:after {
    content: "";
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #609fb3
}

.body--index .footer-note {
    text-align: center
}

@media (max-width: 543px) {
    .body--index .footer-note {
        text-align: justify
    }
}

.form {
    padding: 3rem 2rem 2rem;
    border: 1px solid #e4eaea;
    background-color: #fafcfc;
    border-radius: 10px;
    margin-top: 2.5rem;
    margin-bottom: 6rem
}

.form__group {
    position: relative;
    margin-bottom: 2rem
}

.form__group:last-child {
    margin-bottom: 0
}

.form__group.-h {
    margin: 0;
    overflow: hidden;
    height: 0
}

.form__control {
    font-size: 1.5rem;
    line-height: 1.4;
    width: 100%;
    border: 1px solid #e4eaea;
    background-color: #fff;
    padding: .7rem;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    outline: none
}

.form__control:-ms-input-placeholder {
    opacity: 0
}

.form__control::-ms-input-placeholder {
    opacity: 0
}

.form__control::placeholder {
    opacity: 0
}

.form__control[type=checkbox] {
    height: 20px;
    width: 20px
}

.form__control:active, .form__control:focus, .form__control:hover {
    background-color: #effff2
}

.form__control.-wa {
    width: auto
}

.form__placeholder {
    position: absolute;
    top: 0;
    left: .5rem;
    padding: 0 .2rem;
    max-width: calc(100% - .7rem);
    font-size: 1.1rem;
    line-height: 1.4;
    transform: translateY(-1rem);
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: italic;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.form__control:placeholder-shown + .form__placeholder {
    z-index: 0;
    font-size: 1.5rem;
    transform: translateY(.9rem);
    cursor: text;
    background: none;
    transition: transform .2s ease-in-out, font-size .2s ease-in-out, z-index .2s, background .2s ease-in-out
}

.form__control:focus + .form__placeholder {
    z-index: 1;
    font-size: 1.1rem;
    background-color: #fff;
    transform: translateY(-1rem)
}

.form__control.valid {
    background-color: #effff2
}

.form__control.error {
    color: #b84848;
    background-color: #f5dcd6
}

.form-error {
    color: red;
    display: block;
    margin-top: 2px;
    font-size: 1.2rem
}

@media (max-width: 399px) {
    .g-recaptcha-wrap {
        overflow: hidden;
        width: 240px
    }
}

.g-recaptcha {
    margin: 0
}

@media (max-width: 399px) {
    .g-recaptcha {
        transform: scale(.77);
        transform-origin: 0 0
    }
}

@media (min-width: 545px) {
    .form.-row .form__group {
        display: grid;
        grid-template-columns:180px 1fr;
        grid-column-gap: 10px;
        align-items: center
    }
}

.form.-row .form__label {
    display: block;
    font-style: italic;
    margin-bottom: 5px
}

@media (min-width: 376px) {
    .form.-row .form__label {
        margin-bottom: 0
    }
}

.form__info {
    padding: 0 5px
}

.form.-payment {
    padding: 2rem;
    margin: 0
}

.form.-payment p {
    margin-bottom: 1em
}

.form.-payment * + h5 {
    margin-top: 2em
}

.form.-payment select {
    border-radius: 10px;
    color: currentColor;
    font-weight: 600
}

.form.-overdue {
    background-color: #fbf4f4
}

.overdue-date {
    background-color: #ead9d9;
    font-weight: 700
}

.full-image {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    text-align: center
}

.ghp img {
    margin-bottom: 1.5em
}

.ghp p:last-child {
    margin-bottom: 0
}

.ghp strong {
    font-weight: 600
}

.ghp a {
    display: block
}

@media (max-width: 543px) {
    .ghp p {
        text-align: justify
    }
}

@media (min-width: 960px) {
    .page__content .ghp:before {
        margin-right: calc(50% - 50vw - 17rem)
    }
}

.hero {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    text-align: center;
    padding-bottom: 120px;
    min-height: 30rem;
    background: url(../img/home-hero-bkg.jpg) 50%;
    background-size: cover;
    color: #fff
}

@media (max-width: 959px) {
    .hero {
        padding-bottom: 80px;
        min-height: 24rem
    }
}

@media (max-width: 759px) {
    .hero {
        min-height: 20rem
    }
}

/*@media (max-width: 543px) {*/
/*    .hero {*/
/*        min-height: 17rem;*/
/*        background-image: linear-gradient(180deg, #659cc4, #84c2b3)*/
/*    }*/
/*}*/

.hero h1 {
    padding-right: 2rem;
    padding-left: 2rem;
    color: #fff;
    font-size: 4rem;
    margin-bottom: .5em;
    padding-top: 1.5em
}

@media (max-width: 959px) {
    .hero h1 {
        font-size: 4rem;
        margin-bottom: .25em;
        padding-top: .5em
    }
}

@media (max-width: 1014px) {
    .hero h1 {
        padding-top: .5em
    }
}

@media (max-width: 759px) {
    .hero h1 {
        font-size: 2.6rem;
        padding-top: .8em
    }
}

@media (max-width: 543px) {
    .hero h1 {
        font-size: 2.2rem;
        padding-top: 1em;
        max-width: 30rem;
        margin-left: auto;
        margin-right: auto
    }
}

.hero h2 {
    font-size: 2.8rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: .35em
}

@media (max-width: 759px) {
    .hero h2 {
        font-size: 2.4rem
    }
}

@media (max-width: 543px) {
    .hero h2 {
        display: none
    }
}

.ghp {
    position: relative;
    text-align: center;
    padding: 6rem 0;
    padding: var(--spacing) 0
}

@media (max-width: 543px) {
    .ghp {
        padding: 3.5rem 0;
        padding: var(--spacing) 0
    }
}

@media (max-width: 759px) {
    .ghp {
        padding: 4rem 0;
        padding: var(--spacing) 0
    }
}

@media (max-width: 959px) {
    .ghp {
        padding: 5rem 0;
        padding: var(--spacing) 0
    }
}

.ghp:before {
    content: "";
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fefbf5;
    border-top: 1px solid #e4eaea;
    border-bottom: 1px solid #e4eaea
}

.home-section {
    margin: 6rem 0;
    text-align: center
}

.home-section img {
    border-radius: 50%;
    margin-bottom: 3rem
}

@media (max-width: 543px) {
    .home-section p {
        text-align: justify
    }
}

.home-contact {
    position: relative;
    padding: 6rem 0;
    text-align: center;
    color: #fff
}

.home-contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: #70b4ca;
    background: var(--blue);
    background-size: cover;
    z-index: -1
}

.home-contact p {
    font-family: Overlock, sans-serif;
    font-size: 2.2rem;
    font-weight: 700
}

.home-contact h2 {
    color: #fff
}

.home-contact img {
    margin-bottom: 20px
}

.img-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
}

.img-popup img {
    max-height: 90vh
}

.img-popup__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 5%
}

.img-popup.is-active {
    pointer-events: all;
    opacity: 1;
    transition: opacity .3s
}

.intro {
    position: relative;
    text-align: center;
    margin-bottom: 6rem;
    margin-bottom: var(--spacing)
}

@media (max-width: 543px) {
    .intro {
        margin-bottom: 3.5rem;
        margin-bottom: var(--spacing)
    }
}

@media (max-width: 759px) {
    .intro {
        margin-bottom: 4rem;
        margin-bottom: var(--spacing)
    }
}

@media (max-width: 959px) {
    .intro {
        margin-bottom: 5rem;
        margin-bottom: var(--spacing)
    }
}

.intro__pic {
    height: 18rem;
    margin-top: -9rem;
    margin-bottom: 1em;
    border-radius: 50%
}

@media (max-width: 959px) {
    .intro__pic {
        height: 14rem;
        margin-top: -7rem
    }
}

@media (max-width: 543px) {
    .intro__pic {
        height: 12rem;
        margin-top: -6rem
    }
}

.intro__quals {
    font-family: Overlock, sans-serif;
    font-size: 2rem;
    color: #70b4ca;
    color: var(--blue);
    display: inline-block;
    margin: 0 0 1em
}

@media (max-width: 499px) {
    .intro__quals {
        font-size: 3.9vw
    }
}

@media (max-width: 543px) {
    .intro p {
        text-align: justify
    }
}

.launchers {
    position: relative;
    text-align: center;
    padding: 6rem 0;
    padding: var(--spacing) 0
}

@media (max-width: 543px) {
    .launchers {
        padding: 3.5rem 0;
        padding: var(--spacing) 0
    }
}

@media (max-width: 759px) {
    .launchers {
        padding: 4rem 0;
        padding: var(--spacing) 0
    }
}

@media (max-width: 959px) {
    .launchers {
        padding: 5rem 0;
        padding: var(--spacing) 0
    }
}

.launchers:before {
    content: "";
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fafcfc;
    background-image: url(../img/butterfly.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    border-top: 1px solid #e4eaea;
    border-bottom: 1px solid #e4eaea
}

.launchers__grid {
    margin-left: auto;
    margin-right: auto
}

.launchers__grid ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px
}

.launchers__grid li {
    display: block;
    width: calc(50% - 10px);
    margin: 5px;
    min-height: 11rem
}

@media (min-width: 544px) {
    .launchers__grid li {
        width: calc(33.33333% - 20px)
    }
}

@media (min-width: 760px) {
    .launchers__grid li {
        width: calc(25% - 20px);
        margin: 10px;
        min-height: 13rem
    }
}

.launchers__grid a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #697f86;
    font-family: Overlock, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid #e4eaea;
    border-radius: 10px
}

.launchers__grid a:active, .launchers__grid a:focus, .launchers__grid a:hover {
    background-color: #70b4ca;
    background-color: var(--blue);
    color: #fff
}

@media (min-width: 544px) {
    .launchers__grid a {
        font-size: 2rem
    }
}

@media (max-width: 959px) {
    .launchers.-home .launchers__grid {
        max-width: 80rem
    }
}

@media (max-width: 759px) {
    .launchers.-home .launchers__grid {
        max-width: 60rem
    }
}

.launchers.-narrow {
    padding: 2rem 0;
    margin-bottom: 1.5em
}

@media (min-width: 960px) {
    .launchers.-narrow:before {
        display: none
    }
}

.launchers.-narrow .launchers__grid ul {
    justify-content: flex-start
}

.lazyload, .lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .3s
}

.loader, .loader:after, .loader:before {
    background: #fff;
    animation: load1 1s ease-in-out infinite;
    width: 1em;
    height: 4em
}

.loader {
    display: block;
    margin: auto;
    color: #fff;
    text-indent: -9999em;
    font-size: 3px;
    transform: translateZ(0);
    animation-delay: -.16s
}

.loader:after, .loader:before {
    position: absolute;
    top: 0;
    content: ""
}

.loader:before {
    left: -1.5em;
    animation-delay: -.32s
}

.loader:after {
    left: 1.5em
}

@keyframes load1 {
    0%, 80%, to {
        box-shadow: 0 0;
        height: 4em
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em
    }
}

.loader8, .loader8:after {
    border-radius: 50%;
    width: 200px;
    height: 200px
}

.loader8 {
    margin: 0 auto 30px;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border: 1.1em solid hsla(0, 0%, 100%, .2);
    border-left-color: #fff;
    transform: translateZ(0);
    animation: load8 1.1s linear infinite
}

@keyframes load8 {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes ld-flip {
    0%, 25%, 50%, 75%, to {
        animation-timing-function: cubic-bezier(0, .5, .5, 1)
    }
    0% {
        transform: rotateY(0) rotateX(0)
    }
    25% {
        transform: rotateY(180deg) rotateX(0)
    }
    50% {
        transform: rotateY(180deg) rotateX(180deg)
    }
    75% {
        transform: rotateY(0) rotateX(180deg)
    }
    to {
        transform: rotateY(0) rotateX(0)
    }
}

.ld.ld-flip {
    animation: ld-flip 2s infinite
}

.ld-ball {
    width: 1em;
    height: 1em;
    position: relative;
    color: inherit
}

.ld-ball:after {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: inline-block;
    background: 50% no-repeat;
    background-size: cover;
    border-radius: 50%;
    background: currentColor
}

.ld-over-inverse {
    overflow: hidden
}

.ld-over-inverse:before {
    content: " ";
    display: block;
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    transition-timing-function: ease-in;
    background: rgba(0, 0, 0, .6)
}

.ld-over-inverse.is-running:before {
    opacity: 1;
    z-index: 9;
    display: block
}

.ld-over-inverse > .ld {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.5em;
    opacity: 0;
    z-index: -100;
    transition: all .3s;
    transition-timing-function: ease-in;
    color: hsla(0, 0%, 100%, .8)
}

.ld-over-inverse.is-running > .ld {
    opacity: 1;
    z-index: 9
}

.module {
    width: 100%;
    border-top: 1px solid #e4eaed;
    padding: 30px 30px 30px 35px;
    margin-top: -1px;
    background-image: url(../img/gradient.png);
    background-repeat: repeat-x
}

@media (max-width: 543px) {
    .module {
        padding-left: 25px
    }
}

.module:last-of-type {
    margin-bottom: 30px
}

.module h4 {
    cursor: pointer;
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    color: #697f86;
    color: var(--color-text);
    margin-bottom: 0
}

.module h4:after {
    content: "";
    position: absolute;
    top: 2px;
    left: -25px;
    width: 15px;
    height: 15px;
    background-image: url(../img/ico-plus-minus.png)
}

.module.is-disabled h4 {
    opacity: .5;
    cursor: auto
}

.module h4:after {
    background-position: 0 100%
}

.module.is-closed h4:after {
    background-position: 0 0
}

.is-closed .module__body {
    display: none
}

.module__resources {
    width: 100%
}

.module__resources td {
    vertical-align: top
}

@media (max-width: 543px) {
    .module__resources td {
        display: block
    }

    .module__resources td:last-child {
        margin-left: 25px;
        padding-bottom: 10px
    }

    .module__resources td p {
        margin-bottom: 5px
    }
}

.module__resources td:last-child {
    width: 120px
}

.module__resources a {
    border: 0;
    font-weight: 700;
    display: inline-block;
    margin-left: 22px;
    position: relative;
    padding-left: 2px;
    padding-right: 2px
}

.module__resources a:active, .module__resources a:focus, .module__resources a:hover {
    background: #ecf6f9
}

.module__resources a:before {
    content: "";
    position: absolute;
    left: -22px;
    top: 5px;
    width: 14px;
    height: 16px
}

.module__resources a.icon-file:before {
    background-image: url(../img/ico-file.png)
}

.module__resources a.icon-link:before {
    background-image: url(../img/ico-link.png)
}

.module__resources p {
    margin-left: 25px;
    font-size: .9em
}

.module__date {
    color: #9fd1a8
}

.module__date:after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background-image: url(../img/ico-ok.png)
}

.page {
    margin-bottom: 6rem;
    margin-bottom: var(--spacing)
}

@media (max-width: 543px) {
    .page {
        margin-bottom: 3.5rem;
        margin-bottom: var(--spacing)
    }
}

@media (max-width: 759px) {
    .page {
        margin-bottom: 4rem;
        margin-bottom: var(--spacing)
    }
}

@media (max-width: 959px) {
    .page {
        margin-bottom: 5rem;
        margin-bottom: var(--spacing)
    }
}

.page__head {
    position: relative;
    min-height: 20rem;
    display: flex;
    margin-bottom: 6rem;
    margin-bottom: var(--spacing);
    flex-direction: column;
    justify-content: center;
    padding: 3rem 0;
}

@media (max-width: 543px) {
    .page__head {
        margin-bottom: 3.5rem;
        margin-bottom: var(--spacing)
    }
}

@media (max-width: 759px) {
    .page__head {
        margin-bottom: 4rem;
        margin-bottom: var(--spacing)
    }
}

@media (max-width: 959px) {
    .page__head {
        margin-bottom: 5rem;
        margin-bottom: var(--spacing)
    }
}

.page__head h1 {
    color: #fff;
    font-weight: 400;
    margin: 0
}

.page__head:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: url(../img/home-hero-bkg.jpg) 50%;
    background-size: cover;
    z-index: -1
}

.page__head div {
    font-size: 2.2rem;
    color: #d5eef7;
    text-transform: uppercase
}

@media (min-width: 960px) {
    .page__main {
        display: flex;
        justify-content: space-between
    }
}

.page__content {
    width: 100%
}

@media (min-width: 960px) {
    .page__content {
        max-width: 62rem
    }
}

.page__content > :last-child {
    margin-bottom: 0
}

.page__aside {
    line-height: 1.55;
    display: none
}

@media (min-width: 960px) {
    .page__aside {
        display: block;
        width: 26rem
    }
}

.payment-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    opacity: 0;
    transition: .15s;
    pointer-events: none
}

.payment-loader.is-active {
    opacity: 1;
    pointer-events: all
}

.payment-loader__body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.payment-loader__box {
    width: 260px;
    align-items: center;
    border-radius: 10px;
    background-color: rgba(60, 60, 60, .75);
    color: #fff;
    text-align: center;
    padding: 30px;
    font-weight: 300;
    font-size: 1.4em
}

.quals {
    color: #70b4ca;
    color: var(--blue);
    font-size: 2rem;
    margin-top: -.5em;
    margin-bottom: .75em
}

.section {
    position: relative;
    text-align: center;
    padding: 6rem 0;
    padding: var(--spacing) 0
}

@media (max-width: 543px) {
    .section {
        padding: 3.5rem 0;
        padding: var(--spacing) 0
    }
}

@media (max-width: 759px) {
    .section {
        padding: 4rem 0;
        padding: var(--spacing) 0
    }
}

@media (max-width: 959px) {
    .section {
        padding: 5rem 0;
        padding: var(--spacing) 0
    }
}

@media (max-width: 543px) {
    .section p {
        text-align: justify
    }
}

.\:clear {
    clear: both
}

.\:text-center {
    text-align: center !important
}

.\:text-left {
    text-align: left !important
}

.\:text-right {
    text-align: right !important
}

.\:img-right {
    float: right;
    margin-left: 2rem;
    margin-bottom: 1rem
}

@media (min-width: 0) {
    .\:img-right\@xs {
        float: right;
        margin-left: 2rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 544px) {
    .\:img-right\@sm {
        float: right;
        margin-left: 2rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 760px) {
    .\:img-right\@md {
        float: right;
        margin-left: 2rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 960px) {
    .\:img-right\@lg {
        float: right;
        margin-left: 2rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 1200px) {
    .\:img-right\@xl {
        float: right;
        margin-left: 2rem;
        margin-bottom: 1rem
    }
}

.\:img-left {
    float: left;
    border-radius: 4px;
    border-radius: var(--global-radius);
    margin-right: 2rem;
    margin-bottom: 1rem
}

.\:full-width {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw)
}

.\:ratio, .\:ratio--16\:9 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.\:ratio--16\:9:before, .\:ratio:before {
    content: "";
    display: block
}

.\:ratio--16\:9 > *, .\:ratio > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.\:ratio--16\:9:before {
    padding-top: 56.25%
}

.\:mb1 {
    margin-bottom: 3rem
}

.\:pt1 {
    padding-top: 6rem;
    padding-top: var(--spacing)
}

@media (max-width: 543px) {
    .\:pt1 {
        padding-top: 3.5rem;
        padding-top: var(--spacing)
    }
}

@media (max-width: 759px) {
    .\:pt1 {
        padding-top: 4rem;
        padding-top: var(--spacing)
    }
}

@media (max-width: 959px) {
    .\:pt1 {
        padding-top: 5rem;
        padding-top: var(--spacing)
    }
}

.\:pt2 {
    padding-top: 3rem;
    padding-top: calc(var(--spacing) / 2)
}

@media (max-width: 543px) {
    .\:pt2 {
        padding-top: 1.75rem;
        padding-top: calc(var(--spacing) / 2)
    }
}

@media (max-width: 759px) {
    .\:pt2 {
        padding-top: 2rem;
        padding-top: calc(var(--spacing) / 2)
    }
}

@media (max-width: 959px) {
    .\:pt2 {
        padding-top: 2.5rem;
        padding-top: calc(var(--spacing) / 2)
    }
}

.svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible
}

.svg-inline--fa {
    display: inline-block;
    height: 1em;
    font-size: inherit;
    vertical-align: -.125em
}

.svg-inline--fa path {
    fill: currentColor
}

.introlinkuline {
    border-bottom: 1px dotted;
}


.form.-payment2 {
    max-width: 300px;
    margin-bottom: 30px;
}

.form.-payment2 .form__control::placeholder {
    opacity: 1
}

.eventitem {
    margin-bottom: 5em;
}

.eventmonth {
    background-color: #71B4C9;
    color: #fff;
    padding: 6px 30px 6px 12px;
    font-size: 0.8em;
    font-weight: 600;
    margin-bottom: 100px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.booking-note {
    background-color: #F2F9F9;
    padding: 15px;
}

.eventdetails ul {
    padding-left: 1.2em;
}

.eventdetails ul li {
    line-height: 1.6em;
}