@charset "UTF-8";
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
: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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.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 {
    -webkit-appearance: button;
    border-radius: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
textarea {
    overflow: auto;
    resize: vertical;
}
input:not([type="checkbox"]):not([type="radio"]),
textarea {
    -webkit-appearance: none;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
:root {
    --color-text: #697f86;
    --blue: #70b4ca;
    --blue2: #b5d4de;
    --blue-lighter: #87abb7;
    --global-radius: 4px;
    --global-transition: 0.3s;
    --spacing: 6rem;
    --spacing-small: 3rem;
    --scale: 1;
}
@media (max-width: 959px) {
    :root {
        --scale: 0.8;
        --spacing: 5rem;
    }
}
@media (max-width: 759px) {
    :root {
        --scale: 0.64;
        --spacing: 4rem;
    }
}
@media (max-width: 543px) {
    :root {
        --scale: 0.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 {
    color: var(--color-text);
    font-family:
        Open Sans,
        sans-serif;
    font-size: 1.6rem;
    line-height: 1.15;
}
@media (min-width: 960px) {
    body {
        font-size: 1.7rem;
    }
}
a {
    text-decoration: none;
    transition: var(--global-transition);
}
h1,
h2,
h3,
h4 {
    margin-bottom: 0.5em;
    margin-top: 0;
}
ol,
p,
ul {
    margin-bottom: 1.5em;
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
blockquote,
figure,
table {
    margin: 0 0 3rem;
}
h1,
h2,
h3,
h4 {
    color: var(--blue);
    font-family: Overlock, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}
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 {
    border-bottom: 1px solid #e4eaed;
    border-top: 1px solid #e4eaed;
    font-size: 1.7rem;
    line-height: 1.55;
    padding: 2.5rem 3.5rem;
}
@media (max-width: 399px) {
    blockquote {
        padding: 1.25rem 1.75rem;
    }
}
blockquote.-icons p {
    position: relative;
}
blockquote.-icons p:before {
    background-image: url(../img/lw-icon.svg);
    background-size: 100%;
    content: "";
    height: 15px;
    left: -25px;
    position: absolute;
    top: 5px;
    width: 15px;
}
blockquote > :last-child {
    margin-bottom: 0;
}
.text {
    line-height: 1.55;
}
.text h5 {
    margin-top: 0;
}
.text .link,
.text a {
    -webkit-text-decoration-skip: auto;
    text-decoration-skip: auto;
    background-color: #ebf9f9;
    border-bottom: 1px dotted;
}
.text .link:hover,
.text a:hover {
    background-color: #e2f4ff;
}
.text img {
    border-radius: var(--global-radius);
    margin-bottom: 2rem;
}
.text ol,
.text p,
.text ul {
    word-wrap: break-word;
    overflow-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 {
    border: 1px solid #ccc;
    font-size: 0.9em;
    padding: 5px;
}
.table-bordered th {
    background-color: #fff;
    font-weight: 700;
}
.table-overflow {
    overflow-x: auto;
    width: 100%;
}
.introlinkuline {
    border-bottom: 1px dotted;
}
.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
}
.slick-list,
.slick-slider {
    display: block;
    position: relative;
}
.slick-list {
    margin: 0;
    overflow: hidden;
    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 {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[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 {
    border: 1px solid transparent;
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.hamburger {
    background-color: initial;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-transform: none;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
    display: inline-block;
    height: 25px;
    position: relative;
    width: 40px;
}
.hamburger-inner {
    display: block;
    margin-top: -2.5px;
    top: 50%;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #fff;
    border-radius: 5px;
    height: 5px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 40px;
}
.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: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner:before {
    transition:
        top 0.1s ease-in 0.25s,
        opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
    transition:
        bottom 0.1s ease-in 0.25s,
        transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner:before {
    opacity: 0;
    top: 0;
    transition:
        top 0.1s ease-out,
        opacity 0.1s ease-out 0.12s;
}
.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition:
        bottom 0.1s ease-out,
        transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.footer {
    padding-bottom: var(--spacing);
    position: relative;
}
.footer:before {
    background-color: #5c767e;
    bottom: 0;
    content: "";
    left: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
@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__nav {
    padding: var(--spacing) 0 5rem;
}
.footer__nav ul {
    column-count: 2;
    column-gap: 2rem;
    margin: 0;
    padding: 0;
}
@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 {
    color: #fff;
    display: inline-block;
    font-family: Overlock, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.45;
    padding: 0 3px;
}
.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 {
    margin-bottom: 1.5rem;
    max-width: 100%;
}
.footer__logos img {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 5px;
    max-height: 76px;
    padding: 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 3rem;
    }
}
.header h1 {
    margin: 0;
}
.header a {
    background-image: url(../img/NEW-HORIZON-TRAINING-ACADEMY-2025-logo-tight-317.png);
    background-size: 100% auto;
    display: block;
    height: 219px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-indent: -999rem;
    white-space: nowrap;
    width: 317px;
}
.mobile-nav {
    -webkit-overflow-scrolling: touch;
    background-color: #5c767e;
    color: #abbcb7;
    height: 100%;
    left: 100%;
    overflow-y: scroll;
    padding: 20px 0;
    position: fixed;
    top: 0;
    transform: translateX(0);
    width: 320px;
}
.mobile-nav.is-pushed {
    transform: translateX(-320px);
}
.mobile-nav.is-back,
.mobile-nav.is-pushed {
    transition: transform 0.5s;
}
.mobile-nav a {
    color: #fff;
    display: block;
    font-size: 2.2rem;
    line-height: 1.63;
    padding: 0 20px;
}
.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 {
    background: #fff;
    margin: 20px auto;
    max-height: 80vh;
    max-width: 960px;
    overflow-y: auto;
    padding: 40px;
    position: relative;
}
.modal h2:first-child,
.modal h3:first-child {
    margin-top: 0;
}
.mfp-fade .mfp-content,
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.15s ease-out;
}
.mfp-fade.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-fade.mfp-removing.mfp-bg {
    opacity: 0;
}
.privacy-link {
    font-size: 11px;
    line-height: 16px;
    margin: 0 0 15px;
    text-align: right;
}
.privacy-link a {
    color: #666;
    font-size: 11px;
    text-transform: uppercase;
}
.privacy-link a:hover {
    color: #000;
}
.nav-bar {
    align-items: center;
    display: flex;
    height: 5rem;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.nav-bar:before {
    background-color: var(--blue);
    bottom: 0;
    box-shadow: 0 3px 3px 0 rgba(46, 79, 85, 0.2);
    content: "";
    left: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
@media (min-width: 760px) {
    .nav-bar {
        display: none;
    }
}
.nav-bar__tel {
    color: #fff;
    font-family: Overlock, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    position: relative;
}
.header__hamburger.is-active {
    left: 26rem;
    position: fixed;
    top: 1.1rem;
    transform: translateX(100vw);
    z-index: 9;
}
@media (max-width: 319px) {
    .header__hamburger.is-active {
        left: 22rem;
    }
}
.nav-mobile {
    -webkit-overflow-scrolling: touch;
    background-color: #5c767e;
    color: #abbcb7;
    height: 100%;
    left: 100%;
    overflow: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transform: translateX(0);
    width: 32rem;
}
@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 0.5s;
}
.nav-mobile ul {
    margin: 0;
    padding: 2rem 0;
}
.nav-mobile li {
    display: block;
}
.nav-mobile a {
    color: #fff;
    display: block;
    font-size: 2.2rem;
    line-height: 1.64;
    padding: 0 2rem;
}
.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;
    margin: 1rem 0;
    padding: 1px 0;
}
.nav-mobile ul ul a {
    color: #cde5ec;
    font-size: 2rem;
    line-height: 1.5;
    margin: 1rem 0;
    padding-left: 4rem;
}
.nav-mobile ul ul a:active,
.nav-mobile ul ul a:focus,
.nav-mobile ul ul a:hover {
    background-color: #6f8d96;
}
.nav__1-wrap {
  background-color: #f8f8f8;
  padding: 15px 0;
}
.nav__1 {
}
.nav__2 {
  padding: 15px 0;
}
@media (max-width: 759px) {
  .nav {
    display: none;
  }
}
.nav {
  box-shadow: 0 6px 6px 0 rgba(46, 79, 85, 0.2);
}
.nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.nav li {
    display: block;
}
.nav__1 a {
  color: var(--blue);
  font-family: Overlock, sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  text-decoration: none;
}
.nav__2 a {
  color: var(--blue);
  font-family: Overlock, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  text-decoration: none;
}
.nav a:active,
.nav a:focus,
.nav a:hover,
.nav li.is-active a {
    color: #b5d4de;
}
.wrap {
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.wrap,
.wrapper {
    position: relative;
}
.wrapper:after {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition:
        opacity 0.5s,
        width 0.1s 0.5s,
        height 0.1s 0.5s;
    width: 0;
}
.wrapper.is-pushed {
    transform: translateX(-32rem);
    transition: transform 0.5s;
    z-index: 7;
}
@media (max-width: 319px) {
    .wrapper.is-pushed {
        transform: translateX(-28rem);
    }
}
.wrapper.is-pushed:after {
    height: 100%;
    opacity: 1;
    transition: opacity 0.5s;
    width: 100%;
}
.wrapper.is-back {
    transform: translateX(0);
    transition: transform 0.5s;
}
.account-bar-wrap {
    background-color: #70b4ca;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
}
.account-bar {
    align-items: center;
    background-color: #70b4ca;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    height: 40px;
}
.account-bar__buttons {
    margin-left: auto;
}
.account-bar__buttons a {
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.account-bar__buttons a:active,
.account-bar__buttons a:focus,
.account-bar__buttons a:hover {
    background-color: #609fb3;
}
.alert {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
}
.alert li {
    list-style: none;
}
.alert-success {
    background-color: #effff2;
    border: 1px solid #e4eaea;
    color: #697f86;
}
.alert-error {
    background-color: #f5dcd6;
    border: 1px solid #e4eaea;
    color: #b84848;
}
.aside {
    color: var(--blue-lighter);
    margin-bottom: 4rem;
    padding: 0 2.8rem;
}
@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: 0.5rem;
}
.aside li {
    font-style: italic;
    line-height: 1.29;
    margin-bottom: 0.8em;
    position: relative;
}
.aside li:before {
    background-image: url(../img/lw-icon.svg);
    background-size: 100%;
    content: "";
    height: 1.5rem;
    left: -2.5rem;
    position: absolute;
    top: 0.4rem;
    width: 1.5rem;
}
.associations {
    border-bottom: 1px solid #e4eaed;
    border-top: 1px solid #e4eaed;
    padding: 0 2em;
}
.associations li {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    position: relative;
}
.associations li:before {
    background-image: url(../img/lw-icon.svg);
    background-size: 100%;
    content: "";
    height: 15px;
    left: -25px;
    position: absolute;
    top: 5px;
    width: 15px;
}
.associations a {
    border: 0;
    color: #697f86;
    font-weight: 700;
}
.associations a:active,
.associations a:focus,
.associations a:hover {
    color: var(--blue);
}
.blog-posts-head {
    margin-top: 50px;
}
.blog-post {
    margin-bottom: 40px;
}
.blog-post p {
    margin: 10px 0 0;
}
.blog-post__date {
    background-color: #70b4ca;
    color: #fff;
    display: inline-block;
    line-height: 35px;
    margin-bottom: 12px;
    padding-left: 10px;
    position: relative;
}
.blog-post__date span {
    padding-right: 15px;
}
.blog-post__date:after {
    background: linear-gradient(to bottom right, #70b4ca, #70b4ca 50%, #fff 0, #fff);
    content: "";
    display: inline-block;
    height: 35px;
    vertical-align: top;
    width: 35px;
}
.blog-posts-load {
    margin-top: 35px;
}
.blog-signup {
    margin-top: 80px;
}
.js-clipboard {
    cursor: pointer;
    position: relative;
}
.js-clipboard:before {
    color: #ccc;
    content: "Link copied.";
    font-size: 12px;
    left: 50%;
    line-height: 20px;
    opacity: 0;
    padding: 0 5px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: -20px;
    transform: translateX(-50%);
    transition: var(--global-transition);
    white-space: nowrap;
}
.js-clipboard.is-copied:before {
    opacity: 1;
    pointer-events: all;
}
.eventmonth {
    background-color: #71b4c9;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 85% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 85% 100%, 0 100%);
    color: #fff;
    font-size: 0.8em;
    font-weight: 600;
    margin-bottom: 100px;
    padding: 6px 30px 6px 12px;
}
figcaption {
    display: block;
    font-style: italic;
    margin-top: 10px;
}
.page__head--blog h1 {
    text-transform: none;
}
.events {
    grid-gap: 30px;
    display: grid;
    margin-top: 40px;
}
@media (min-width: 960px) {
    .events {
        grid-template-columns: 1fr 1fr;
    }
}
.event {
  position: relative;
    background-color: #4b6973;
    height: 100%;
}
.event img {
    border-radius: 0;
    margin: 0;
}
.event__wrap {
    border: 0 !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.event__body {
    color: #f3f9fb;
    padding: 20px;
}
.event__link {
  position: absolute;
  inset: 0;
}
@media (min-width: 960px) {
    .event__body {
        padding: 30px;
    }
}
.event__body h3,
.event__body h4 {
    color: #f3f9fb;
}
.event__note {
    background-color: #b58b61;
    font-style: italic;
    padding: 20px;
}
.event__desc,
.event__note {
    margin-top: 40px;
}
.event__btn {
  display: flex;
  gap:10px;
  margin-top: auto;
  padding: 10px 20px 20px;
}
@media (min-width: 960px) {
    .event__btn {
        padding: 20px 30px 30px;
    }
}
    .event__btn2 {
        padding: 10px 30px;
    }
.event__bio {
    grid-gap: 5px;
    display: grid;
    font-size: 1.1em;
}
.greyscale {
    filter: grayscale(100%);
}
.btn {
    border: 0;
    border-radius: 10px;
    display: inline-block;
    font-family: Overlock, sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.92;
    padding: 0 1em;
    transition: var(--global-transition);
}
@media (max-width: 759px) {
    .btn {
        font-size: 2.2rem;
    }
}
.btn:active,
.btn:focus,
.btn:hover {
    opacity: 0.7;
}
.btn.-primary {
    background-color: var(--blue);
    color: #fff;
}
.btn.-secondary {
    background-color: #fff;
    color: var(--blue);
}
.btn.-disabled {
    background-color: #6a7270;
    color: #fff;
}
.btn.-full,
.button {
    width: 100%;
}
.button {
    background: #6a7270;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Lato, sans-serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: 2.33;
    margin-left: auto;
    margin-right: auto;
    max-width: 12em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: background var(--global-transition) ease-out;
}
.button.-home {
    max-width: 100%;
}
@media (max-width: 879px) {
    .button.-home {
        max-width: 12em;
    }
}
.button.-full {
    width: 100%;
}
.button.-fluid {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    width: auto;
}
.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 {
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.is-loading .button__loader {
    opacity: 1;
}
.contact-lisa {
    color: #fff;
    padding: 120px 0;
    position: relative;
}
.contact-lisa h2 {
    color: #fff;
}
.contact-lisa__bg {
    background: var(--blue);
    background-size: cover;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    z-index: -1;
}
.contact-lisa__bg,
.contact-lisa__bg:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.contact-lisa__bg:after {
    background: url(../img/butterfly.svg) 50% 100% no-repeat;
    content: "";
    opacity: 0.1;
}
.contact-lisa__bg2 {
    background: var(--blue);
    background-size: cover;
    bottom: 0;
    left: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.cookies-bar {
    background-color: #171717;
    bottom: 0;
    color: #e5a05b;
    display: none;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 9999;
}
.cookies-bar.is-active {
    display: block;
}
.cookies-bar span {
    margin-right: 10px;
}
.cookies-bar a {
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    margin: 0 5px;
    vertical-align: middle;
    width: 60px;
}
.cookies-bar__yes {
    background-color: #819b59;
}
.cookies-bar__info {
    background-color: #8c5050;
}
.course {
    border-top: 1px solid #e4eaed;
    margin-top: -1px;
    padding: 30px 30px 30px 35px;
}
@media (max-width: 543px) {
    .course {
        padding-left: 25px;
    }
}
.course:last-of-type {
    margin-bottom: 30px;
}
.course h4 {
    color: var(--color-text);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}
.course h4:before {
    background-image: url(../img/butterfly-ico.png);
    content: "";
    height: 17px;
    left: -25px;
    position: absolute;
    top: 1px;
    width: 17px;
}
.course h4.no-icon:after {
    display: none;
}
.course hr {
    border: 0;
    border-top: 1px solid #e4eaed;
    height: 0;
    margin: 30px -30px;
    padding: 0;
}
.course.-test h4 {
    background-color: #ff0;
}
.course.-test h4:after {
    content: " - course in test mode";
    font-size: 0.7em;
}
.page__content.-test h3 {
    background-color: #ff0;
}
.page__content.-test h3:after {
    content: " - course in test mode";
    font-size: 0.7em;
}
.course + .course {
    border-bottom: 1px solid #e4eaed;
}
.course__info {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}
.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;
        margin-top: 0 !important;
        width: 120px;
    }
}
.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 {
    padding: 0 40px 0 0;
    vertical-align: top;
}
.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-bottom: 1px solid #e4eaed;
    border-top: 1px solid #e4eaed;
    font-style: italic;
    padding: 20px 0;
}
@media (max-width: 449px) {
    .email-fit {
        font-size: 4.7vw;
    }
    .email-fit2 {
        font-size: 3.8vw;
    }
}
.footer-note {
    color: #bbdce7;
    line-height: 1.55;
    padding: 2em 0;
    position: relative;
}
.footer-note:after {
    background-color: #609fb3;
    bottom: 0;
    content: "";
    left: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.body--index .footer-note {
    text-align: center;
}
@media (max-width: 543px) {
    .body--index .footer-note {
        text-align: justify;
    }
}
.form {
    background-color: #fafcfc;
    border: 1px solid #e4eaea;
    border-radius: 10px;
    margin-bottom: 6rem;
    margin-top: 2.5rem;
    padding: 3rem 2rem 2rem;
}
.form__group {
    margin-bottom: 2rem;
    position: relative;
}
.form__group:last-child {
    margin-bottom: 0;
}
.form__group.-h {
    height: 0;
    margin: 0;
    overflow: hidden;
}
.form__control {
    background-color: #fff;
    border: 1px solid #e4eaea;
    font-size: 1.5rem;
    line-height: 1.4;
    outline: none;
    padding: 0.7rem;
    transition:
        border-color 0.2s ease-in-out,
        box-shadow 0.2s ease-in-out;
    width: 100%;
}
.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 {
    background-color: #fff;
    font-size: 1.1rem;
    font-style: italic;
    left: 0.5rem;
    line-height: 1.4;
    max-width: calc(100% - 0.7rem);
    overflow: hidden;
    padding: 0 0.2rem;
    position: absolute;
    text-overflow: ellipsis;
    top: 0;
    transform: translateY(-1rem);
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    z-index: 1;
}
.form__control:placeholder-shown + .form__placeholder {
    background: none;
    cursor: text;
    font-size: 1.5rem;
    transform: translateY(0.9rem);
    transition:
        transform 0.2s ease-in-out,
        font-size 0.2s ease-in-out,
        z-index 0.2s,
        background 0.2s ease-in-out;
    z-index: 0;
}
.form__control:focus + .form__placeholder {
    background-color: #fff;
    font-size: 1.1rem;
    transform: translateY(-1rem);
    z-index: 1;
}
.form__control.valid {
    background-color: #effff2;
}
.form__control.error {
    background-color: #f5dcd6;
    color: #b84848;
}
.form-error {
    color: red;
    display: block;
    font-size: 1.2rem;
    margin-top: 2px;
}
@media (max-width: 399px) {
    .g-recaptcha-wrap {
        overflow: hidden;
        width: 240px;
    }
}
.g-recaptcha {
    margin: 0;
}
@media (max-width: 399px) {
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
}
@media (min-width: 545px) {
    .form.-row .form__group {
        grid-column-gap: 10px;
        align-items: center;
        display: grid;
        grid-template-columns: 180px 1fr;
    }
}
.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 {
    margin: 0;
    padding: 2rem;
}
.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-left: calc(50% - 50vw);
    margin-right: 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 {
    background: url(../img/new-horizon-training-home-hero.png) 50%;
    background-size: cover;
    color: #fff;
    height: 30rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    text-align: center;
}
@media (max-width: 959px) {
    .hero {
        height: 24rem;
    }
}
@media (max-width: 759px) {
    .hero {
        height: 20rem;
        padding: 0 20px;
    }
}
.hero h1 {
    color: #fff;
    font-size: 4rem;
    margin-bottom: 0.5em;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5em;
}
@media (max-width: 959px) {
    .hero h1 {
        font-size: 4rem;
        margin-bottom: 0.25em;
        padding-top: 0.5em;
    }
}
@media (max-width: 1014px) {
    .hero h1 {
        padding-top: 0.5em;
    }
}
@media (max-width: 759px) {
    .hero h1 {
        font-size: 2.6rem;
        padding-top: 0.8em;
    }
}
@media (max-width: 543px) {
    .hero h1 {
        font-size: 2.2rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 30rem;
        padding-top: 1em;
    }
}
.hero h2 {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 0.35em;
}
@media (max-width: 959px) {
    .hero h2 {
        font-size: 2.4rem;
    }
}
@media (max-width: 759px) {
    .hero h2 {
        font-size: 2rem;
    }
}
@media (max-width: 543px) {
    .hero h2 {
        font-size: 1.6rem;
    }
}
.ghp {
    padding: var(--spacing) 0;
    position: relative;
    text-align: center;
}
.ghp:before {
    background-color: #fefbf5;
    border-bottom: 1px solid #e4eaea;
    border-top: 1px solid #e4eaea;
    bottom: 0;
    content: "";
    left: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.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 {
    color: #fff;
    padding: 6rem 0;
    position: relative;
    text-align: center;
}
.home-contact:before {
    background: var(--blue);
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: absolute;
    right: 0;
    top: 0;
    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 {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity 0.3s;
    width: 100%;
    z-index: 999;
}
.img-popup img {
    max-height: 90vh;
}
.img-popup__inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 5%;
    width: 100%;
}
.img-popup.is-active {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s;
}
.intro {
    margin-bottom: var(--spacing);
    position: relative;
    text-align: center;
}
.intro__pic {
    border-radius: 50%;
    height: 18rem;
    margin-bottom: 1em;
    margin-top: -9rem;
    width: auto;
}
@media (max-width: 959px) {
    .intro__pic {
        height: 14rem;
        margin-top: -7rem;
    }
}
@media (max-width: 543px) {
    .intro__pic {
        height: 12rem;
        margin-top: -6rem;
    }
}
.intro__quals {
    color: var(--blue);
    display: inline-block;
    font-family: Overlock, sans-serif;
    font-size: 2rem;
    margin: 0 0 1em;
}
@media (max-width: 499px) {
    .intro__quals {
        font-size: 3.9vw;
    }
}
@media (max-width: 543px) {
    .intro p {
        text-align: justify;
    }
}
.intro__accredited {
    margin: 2rem 0 0;
    text-align: center;
}
.intro__accredited-img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 120px;
}
.training__nch-logo {
    float: right;
    margin-left: 2rem;
    margin-bottom: 0.5rem;
    max-width: 120px;
    height: auto;
}
.training__clear {
    clear: both;
}
.launchers {
    padding: var(--spacing) 0;
    position: relative;
    text-align: center;
}
.launchers:before {
    background-color: #fafcfc;
    background-image: url(../img/butterfly.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e4eaea;
    border-top: 1px solid #e4eaea;
    bottom: 0;
    content: "";
    left: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.launchers__grid {
    margin-left: auto;
    margin-right: auto;
}
.launchers__grid ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    padding: 0;
}
.launchers__grid li {
    display: block;
    margin: 5px;
    min-height: 11rem;
    width: calc(50% - 10px);
}
@media (min-width: 544px) {
    .launchers__grid li {
        width: calc(33.33333% - 20px);
    }
}
@media (min-width: 760px) {
    .launchers__grid li {
        margin: 10px;
        min-height: 13rem;
        width: calc(25% - 20px);
    }
}
.launchers__grid a {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e4eaea;
    border-radius: 10px;
    color: #697f86;
    display: flex;
    font-family: Overlock, sans-serif;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    line-height: 1.3;
    width: 100%;
}
.launchers__grid a:active,
.launchers__grid a:focus,
.launchers__grid a:hover {
    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 {
    margin-bottom: 1.5em;
    padding: 2rem 0;
}
@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 0.3s;
}
.loader,
.loader:after,
.loader:before {
    animation: load1 1s ease-in-out infinite;
    background: #fff;
    height: 4em;
    width: 1em;
}
.loader {
    animation-delay: -0.16s;
    color: #fff;
    display: block;
    font-size: 3px;
    margin: auto;
    text-indent: -9999em;
    transform: translateZ(0);
}
.loader:after,
.loader:before {
    content: "";
    position: absolute;
    top: 0;
}
.loader:before {
    animation-delay: -0.32s;
    left: -1.5em;
}
.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%;
    height: 200px;
    width: 200px;
}
.loader8 {
    animation: load8 1.1s linear infinite;
    border: 1.1em solid hsla(0, 0%, 100%, 0.2);
    border-left-color: #fff;
    font-size: 10px;
    margin: 0 auto 30px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
}
@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes ld-flip {
    0%,
    25%,
    50%,
    75%,
    to {
        animation-timing-function: cubic-bezier(0, 0.5, 0.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 {
    color: inherit;
    height: 1em;
    position: relative;
    width: 1em;
}
.ld-ball:after {
    background: 50% no-repeat;
    background-size: cover;
    background: currentColor;
    border-radius: 50%;
    bottom: 0;
    content: " ";
    display: inline-block;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.ld-over-inverse {
    overflow: hidden;
}
.ld-over-inverse:before {
    background: rgba(0, 0, 0, 0.6);
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    transition-timing-function: ease-in;
    width: 100%;
    z-index: -1;
}
.ld-over-inverse.is-running:before {
    display: block;
    opacity: 1;
    z-index: 9;
}
.ld-over-inverse > .ld {
    color: hsla(0, 0%, 100%, 0.8);
    left: 50%;
    margin: -0.5em;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s;
    transition-timing-function: ease-in;
    z-index: -100;
}
.ld-over-inverse.is-running > .ld {
    opacity: 1;
    z-index: 9;
}
.module {
    background-image: url(../img/gradient.png);
    background-repeat: repeat-x;
    border-top: 1px solid #e4eaed;
    margin-top: -1px;
    padding: 30px 30px 30px 35px;
    width: 100%;
}
@media (max-width: 543px) {
    .module {
        padding-left: 25px;
    }
}
.module:last-of-type {
    margin-bottom: 30px;
}
.module h4 {
    color: var(--color-text);
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}
.module h4:after {
    background-image: url(../img/ico-plus-minus.png);
    content: "";
    height: 15px;
    left: -25px;
    position: absolute;
    top: 2px;
    width: 15px;
}
.module.is-disabled h4 {
    cursor: auto;
    opacity: 0.5;
}
.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;
    display: inline-block;
    font-weight: 700;
    margin-left: 22px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
}
.module__resources a:active,
.module__resources a:focus,
.module__resources a:hover {
    background: #ecf6f9;
}
.module__resources a:before {
    content: "";
    height: 16px;
    left: -22px;
    position: absolute;
    top: 5px;
    width: 14px;
}
.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 {
    font-size: 0.9em;
    margin-left: 25px;
}
.module__date {
    color: #9fd1a8;
}
.module__date:after {
    background-image: url(../img/ico-ok.png);
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: 5px;
    vertical-align: middle;
    width: 14px;
}
.page,
.page__head {
    margin-bottom: var(--spacing);
}
.page__head {
    display: flex;
    flex-direction: column;
    height: 20rem;
    justify-content: center;
    position: relative;
}
.page__head h1 {
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.page__head:before {
    background: url(../img/new-horizon-training-home-hero.png) 50%;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.page__head div {
    font-size: 2.2rem;
}
.page__head div,
.page__head p {
    color: #d5eef7;
    text-transform: uppercase;
}
.page__head p {
    font-size: 1.8rem;
    margin-top: 0.7rem;
}
@media (max-width: 543px) {
    .page__head p {
        font-size: 1.6rem;
    }
}
@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 {
    display: none;
    line-height: 1.55;
}
@media (min-width: 960px) {
    .page__aside {
        display: block;
        width: 26rem;
    }
}
.payment-loader {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.15s;
    z-index: 9999;
}
.payment-loader.is-active {
    opacity: 1;
    pointer-events: all;
}
.payment-loader__body {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
.payment-loader__box {
    align-items: center;
    background-color: rgba(60, 60, 60, 0.75);
    border-radius: 10px;
    color: #fff;
    font-size: 1.4em;
    font-weight: 300;
    padding: 30px;
    text-align: center;
    width: 260px;
}
.quals {
    color: var(--blue);
    font-size: 2rem;
    margin-bottom: 0.75em;
    margin-top: -0.5em;
}
.section {
    padding: var(--spacing) 0;
    position: relative;
    text-align: center;
}
@media (max-width: 543px) {
    .section p {
        text-align: justify;
    }
    .share {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }
}
.share h2 {
    margin: 0;
}
.share a {
    color: var(--blue);
    display: inline-block;
    font-size: 40px;
    margin: 10px 10px 0 0;
}
@media (max-width: 543px) {
    .share a {
        font-size: 30px;
        margin-left: 0.2em;
        margin-right: 0.2em;
    }
}
.testimonials__item {
    background-color: #e5f3f3;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 50px 40px 50px 100px;
    position: relative;
}
.testimonials__item:after {
    background-image: url(../img/nht-talk-bubble-white-2x.png);
    background-size: 100%;
    content: "";
    height: 34px;
    left: 30px;
    position: absolute;
    top: 50px;
    width: 48px;
}
.testimonials__item:last-child {
    margin-bottom: 0;
}
.testimonials__item q {
    display: block;
    font-size: 400;
    font-style: italic;
    text-indent: 0.75em;
}
.testimonials__item q:after,
.testimonials__item q:before {
    font-size: 28px;
    font-weight: 400;
    margin-top: -5px;
    position: absolute;
}
.testimonials__item q:before {
    content: "“";
    margin-left: -1em;
}
.testimonials__item q:after {
    content: "”";
    margin-left: -0.5em;
}
.testimonials__item p {
    margin-bottom: 0;
    margin-top: 20px;
}
.\: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-bottom: 1rem;
    margin-left: 2rem;
}
@media (min-width: 0) {
    .\:img-right\@xs {
        float: right;
        margin-bottom: 1rem;
        margin-left: 2rem;
    }
}
@media (min-width: 544px) {
    .\:img-right\@sm {
        float: right;
        margin-bottom: 1rem;
        margin-left: 2rem;
    }
}
@media (min-width: 760px) {
    .\:img-right\@md {
        float: right;
        margin-bottom: 1rem;
        margin-left: 2rem;
    }
}
@media (min-width: 960px) {
    .\:img-right\@lg {
        float: right;
        margin-bottom: 1rem;
        margin-left: 2rem;
    }
}
@media (min-width: 1200px) {
    .\:img-right\@xl {
        float: right;
        margin-bottom: 1rem;
        margin-left: 2rem;
    }
}
.\:img-left {
    border-radius: var(--global-radius);
    float: left;
    margin-bottom: 1rem;
    margin-right: 2rem;
}
.\:full-width {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
}
.\:ratio,
.\:ratio--16\:9 {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.\:ratio--16\:9:before,
.\:ratio:before {
    content: "";
    display: block;
}
.\:ratio--16\:9 > *,
.\:ratio > * {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.\:ratio--16\:9:before {
    padding-top: 56.25%;
}
.\:mb1 {
    margin-bottom: 3rem;
}
.\:pt1 {
    padding-top: var(--spacing);
}
.\:pt2 {
    padding-top: calc(var(--spacing) / 2);
}
.svg-inline--fa,
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -0.125em;
}
.svg-inline--fa path {
    fill: currentColor;
}


.star-rating {
  display: inline-block;
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.star-rating input {
  display: none;
}
.star-rating label {
  font-size: 25px;
  color: #ccc;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
.star-rating span {
  font-size: 25px;
  color: gold;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: gold;
}
