.contact-us-form,.faq,.page-section,.register-main,.register-new {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 992px) {
    .contact-us-form,.faq,.page-section,.register-main,.register-new {
        padding-top:60px;
        padding-bottom: 60px
    }
}

.contact-us-form h2,.faq h2,.page-section h2,.register-main h2,.register-new h2 {
    font-weight: 900;
    font-size: calc(1.375rem + 1.5vw);
    margin-bottom: 30px;
    text-align: center
}

@media (min-width: 1200px) {
    .contact-us-form h2,.faq h2,.page-section h2,.register-main h2,.register-new h2 {
        font-size:2.5rem
    }
}

@media (min-width: 992px) {
    span.br {
        display:block
    }
}

.fw-normal {
    font-weight: normal
}

.header {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15)
}

.header-scrolled .navbar-brand img {
    height: 60px!important
}
@media (min-width: 992px) and (max-width:1200px) {
    .header-scrolled .navbar-brand img {
        height: 40px!important
    }
}
@media (max-width: 992px) {
    .header-scrolled .navbar-brand img {
        height: 32px!important
    }
}

.header-scrolled .navbar__content {
    margin-bottom: 5px!important
}

.header-scrolled .navbar__content h3 {
    font-size: 20px
}

.header .topbar {
    background: #E91D2C;
    padding-top: 10px;
    padding-bottom: 10px
}

.header .topbar__quote {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold
}

@media (max-width: 992px) {
    .header .topbar__quote {
        font-size:14px;
        margin-bottom: 4px;
        text-align: center
    }
}

.header .topbar__limited {
    margin-top: 4px;
    margin-bottom: 0;
    line-height: 1;
    font-size: 9px;
    color: #FFD3D3
}

.header .navbar {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 992px) {
    .header .navbar {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.header .navbar-brand img {
    height: 50px;
    -webkit-transition: height 0.7s;
    transition: height 0.7s
}

@media (min-width: 992px) and (max-width:1200px) {
    .header .navbar-brand img {
        height:45px
    }
}

@media (max-width: 992px) {
    .header .navbar-brand img {
        height:35px
    }
}

.header .navbar__content {
    margin-left: auto;
    text-align: center
}

@media (max-width: 992px) {
    .header .navbar__content {
        display:none
    }
}

.header .navbar__content h2 {
    color: #000;
    font-weight: bold;
    font-size: calc(1.075rem + 0.3vw);
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .header .navbar__content h2 {
        font-size:1.3rem
    }
}

@media (min-width: 992px) {
    .header .navbar .line-break {
        width:100%
    }
}

.header .navbar-nav {
    margin-left: auto;
    margin-top: 20px
}

@media (min-width: 992px) {
    .header .navbar-nav {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.header .navbar-nav .nav-item {
    margin-right: 10px
}

.header .navbar-nav .nav-item:last-child {
    margin-right: 0
}

.header .navbar-nav .nav-link {
    color: #444;
    font-size: 15px
}

@media (min-width: 992px) and (max-width:1200px) {
    .header .navbar-nav .nav-link {
        font-size:12px;
        padding-left: 0.3rem!important;
        padding-right: 0.3rem!important
    }
}

.header .navbar-nav .nav-link:hover {
    text-decoration: underline
}

@media (min-width: 992px) {
    .header .navbar-collapse {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: -20px
    }
}

.header #hamburger {
    width: 60px;
    display: block;
    border-color: #E91D2C;
    background: transparent;
    cursor: pointer
}

@media (min-width: 992px) {
    .header #hamburger {
        display:none
    }
}

.header #hamburger .line {
    width: 30px;
    height: 3px;
    background-color: #E91D2C;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.header #hamburger.active {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 0
}

.header #hamburger.active .line:first-child,.header #hamburger.active .line:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.header #hamburger.active .line:first-child {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.header #hamburger.active .line:nth-child(2) {
    width: 0px
}

.header #hamburger.active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(90deg);
    transform: translateY(-8px) rotate(90deg)
}

.subscribe {
    background: #333333;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px
}

@media (min-width: 992px) {
    .subscribe {
        padding-top:90px
    }
}

@media (min-width: 768px) {
    .subscribe {
        padding-top:60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.subscribe h2 {
    color: #ffffff;
    margin-bottom: 0;
    margin-right: 30px;
    font-size: calc(1.3125rem + 0.75vw)
}

@media (min-width: 1200px) {
    .subscribe h2 {
        font-size:1.875rem
    }
}

@media (max-width: 768px) {
    .subscribe h2 {
        margin-bottom:20px
    }
}

.subscribe .gform_wrapper,.subscribe .ginput_container,.subscribe ul li {
    margin-top: 0!important
}

@media (min-width: 768px) {
    .subscribe input {
        width:300px!important
    }
}

.subscribe input:not([type=submit]) {
    height: 43px;
    border: 1px solid #ffffff;
    color: #000!important;
    font-size: 16px!important;
    margin-top: 0!important;
    outline: none!important
}

.subscribe input:not([type=submit])::-webkit-input-placeholder {
    color: #838383
}

.subscribe input:not([type=submit])::-moz-placeholder {
    color: #838383
}

.subscribe input:not([type=submit]):-ms-input-placeholder {
    color: #838383
}

.subscribe input:not([type=submit])::-ms-input-placeholder {
    color: #838383
}

.subscribe input:not([type=submit])::placeholder {
    color: #838383
}

.subscribe .gform-footer {
    margin-top: 0!important
}

.subscribe .gform-footer .gform_button {
    background: #E91D2C;
    color: #ffffff!important;
    border: none!important;
    line-height: 1!important;
    height: 43px!important;
    font-weight: bold!important
}

.subscribe .gform_wrapper #gform_fields_5 .validation_message {
    color: #ffffff
}

.subscribe .gform_wrapper div.validation_error {
    display: none!important
}

.subscribe .gfield_error {
    background: none!important;
    border: 0!important;
    padding-top: 0!important
}

.modal-contacts-us .close {
    font-size: 2.5rem
}

.modal-contacts-us .modal-wrapper {
    padding: 50px 30px 30px 30px
}

.modal-contacts-us .modal-wrapper h3 {
    font-weight: bold;
    margin-bottom: 24px;
    text-align: center
}

.modal-contacts-us .modal-wrapper a {
    color: #000000
}

#contacts-us-modal .modal-dialog.modal-contacts-us-wide {
    max-width: 1100px
}

.gform_wrapper li.gchoice input.gfield-choice-input {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    position: relative
}

.gform_wrapper li.gchoice input.gfield-choice-input:hover {
    border-color: #E91D2C
}

.gform_wrapper li.gchoice input.gfield-choice-input:checked:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: 3px auto;
    background-color: #E91D2C;
    border-color: #E91D2C;
    border-radius: 2px
}

.register-main {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    text-align: center
}

.register-main p {
    font-size: 22px;
    margin-bottom: 30px
}

.register-main a.btn {
    font-size: 20px
}

.contact-us-form .gfield_checkbox .gchoice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
    cursor: pointer
}

.contact-us-form .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: 1px solid #807F80;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    margin-right: 10px
}

.contact-us-form .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]:hover {
    border-color: #E91D2C
}

.contact-us-form .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]:checked {
    background-color: #E91D2C;
    border-color: #E91D2C
}

.contact-us-form .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]:checked:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.contact-us-form .gfield_checkbox .gchoice .gform-field-label {
    font-size: 16px
}

.contact-us-form .gform_button {
    background: #E91D2C;
    color: #ffffff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 50px;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: background 0.7s;
    transition: background 0.7s;
    cursor: pointer
}

.contact-us-form .gform_button:active,.contact-us-form .gform_button:focus,.contact-us-form .gform_button:hover {
    background: #d71523
}

.faq h2 {
    text-transform: uppercase
}

.register-new .price {
    position: relative;
    height: 100%;
    padding: 30px;
    background: #F4F4F4;
    border: 2px solid #EAEAEA;
    border-radius: 5px;
    color: #000000
}

.register-new .price:after {
    content: "";
    width: calc(100% + 4px);
    height: 15px;
    background: #333;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.register-new .price.active {
    background: #ffffff
}

.register-new .price.active:after {
    background: #E91D2C
}

.register-new .price.active .text-right {
    display: block
}

.register-new .price__wrapper {
    margin-bottom: 24px
}

.register-new .price__header {
    text-align: center
}

.register-new .price__header-margin {
    margin-top: 20px;
    margin-bottom: 25px
}

.register-new .price__header .title {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .register-new .price__header .title {
        font-size:1.5rem
    }
}

.register-new .price__header .expires {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px
}

.register-new .price__header .usd {
    font-size: calc(1.3125rem + 0.75vw);
    font-weight: 700
}

@media (min-width: 1200px) {
    .register-new .price__header .usd {
        font-size:1.875rem
    }
}

.register-new .price__header .usd span {
    font-size: 14px
}

.register-new .price__header .usd span:not(.small) {
    font-weight: 400;
    opacity: 0;
    visibility: hidden
}

.register-new .price__header .usd span.small {
    font-weight: 700
}

.register-new .price__header .usd-onsite span {
    opacity: 1!important;
    visibility: visible!important
}

.register-new .price__header .radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left
}

@media (min-width: 575px) {
    .register-new .price__header .radio-group {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.register-new .price__header .radio-group .form-check-input {
    background-color: #ffffff;
    border: 1px solid #807F80;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.register-new .price__header .radio-group .form-check-input:checked {
    background-color: #ffffff;
    border-color: #807F80
}

.register-new .price__header .radio-group .form-check-input:checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #E91D2C;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.register-new .price__header .radio-group .form-check-label {
    font-weight: 700;
    cursor: pointer
}

.register-new .price__body p {
    margin-bottom: 5px;
    font-size: 14px
}

.register-new .price__body ul {
    margin-bottom: 0;
    padding-left: 15px
}

.register-new .price__body ul li {
    font-size: 14px
}

.register-new .price__body .text-right {
    display: none;
    margin-top: 12px
}

.register-new .price__body .text-right .btn {
    border-radius: 5px;
    padding: 12px 30px
}

.register-new .price__body .text-right .btn span {
    position: relative;
    padding-right: 25px
}

.register-new .price__body .text-right .btn span:after {
    content: "";
    width: 20px;
    height: 10px;
    background: url("../img/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.register-form {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (max-width: 992px) {
    .register-form {
        padding-top:40px;
        padding-bottom: 40px
    }
}

.register-form .js-register-form-title {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 700;
    margin-bottom: 48px
}

@media (min-width: 1200px) {
    .register-form .js-register-form-title {
        font-size:2.5rem
    }
}

.register-form .js-register-form-subtitle {
    text-transform: uppercase;
    color: #E91D2C;
    font-weight: 700;
    font-size: calc(1.275rem + 0.3vw);
    margin-top: -40px;
    margin-bottom: 48px
}

@media (min-width: 1200px) {
    .register-form .js-register-form-subtitle {
        font-size:1.5rem
    }
}

.register-form .back-to-registration {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 18px;
    color: #555;
    font-weight: 700
}

@media (max-width: 992px) {
    .register-form .back-to-registration {
        margin-bottom:24px
    }
}

.register-form .back-to-registration:before {
    content: "";
    width: 20px;
    height: 10px;
    background: url("../img/arrow-left-grey.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.register-form .gf-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
    top: 0;
    left: 0
}

.register-form .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.register-form .gform_heading {
    display: none
}

.register-form .gf_page_steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0!important;
    margin-bottom: 48px!important
}

@media (max-width: 768px) {
    .register-form .gf_page_steps {
        margin-bottom:12px!important
    }
}

.register-form .gf_page_steps .gf_step {
    width: 33.3333333333%;
    padding-bottom: 10px;
    border-bottom: 5px solid #D5D4D5
}

@media (max-width: 768px) {
    .register-form .gf_page_steps .gf_step {
        width:100%;
        margin: 8px 12px 8px 0!important
    }
}

.register-form .gf_page_steps .gf_step_active {
    border-bottom-color: #45C2B1
}

.register-form .gf_page_steps .gf_step_active .gf_step_label {
    font-weight: 700!important
}

.register-form .gf_page_steps .gf_step_completed {
    border-bottom-color: #45C2B1
}

.register-form .gf_page_steps .gf_step_number {
    display: none!important
}

.register-form .gf_page_steps .gf_step_label {
    font-size: 21px!important;
    padding-left: 0!important;
    font-weight: 400!important
}

@media (max-width: 768px) {
    .register-form .gf_page_steps .gf_step_label {
        font-size:14px!important
    }
}

@media (max-width: 575px) {
    .register-form .gf_page_steps .gf_step_label {
        font-size:11px!important;
        line-height: 1!important
    }
}

.register-form .gfield input:not([type=submit]) {
    border: 1px solid #767676
}

.register-form .gfield input:not([type=submit])#gf_coupon_button,.register-form .gfield input:not([type=submit]).ginput_product_price,.register-form .gfield input:not([type=submit]).ginput_total {
    border: 0
}

.register-form .gfield input:not([type=submit])#gf_coupon_button {
    position: relative;
    top: 1px
}

.register-form .gfield select {
    height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    padding-right: 30px;
    border-radius: 0
}

.register-form #field_30_27 .gfield_radio,.register-form #field_31_27 .gfield_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 768px) {
    .register-form #field_30_27 .gfield_radio,.register-form #field_31_27 .gfield_radio {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.register-form .gfield_radio .gchoice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 200px;
    margin-bottom: 10px
}

.register-form .gfield_radio .gchoice .gfield-choice-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #807F80;
    border-radius: 50%;
    background-color: white;
    position: relative;
    cursor: pointer
}

.register-form .gfield_radio .gchoice .gfield-choice-input:checked {
    border-color: #807F80
}

.register-form .gfield_radio .gchoice .gfield-choice-input:checked:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #E91D2C;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.register-form .gfield_radio .gchoice .gform-field-label {
    font-weight: 700;
    cursor: pointer
}

.register-form .gfield_radio .gchoice .gform-field-label span {
    font-size: 12px
}

.register-form .ginput_complex {
    gap: 10px 0
}

.register-form .gform_next_button,.register-form .gform_previous_button {
    background: #333!important;
    color: #ffffff!important;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding: 14px 50px;
    cursor: pointer
}

.register-form .gform_next_button:active,.register-form .gform_next_button:focus,.register-form .gform_next_button:hover,.register-form .gform_previous_button:active,.register-form .gform_previous_button:focus,.register-form .gform_previous_button:hover {
    background: #343434
}

.register-form .gform_button {
    background: #E91D2C;
    color: #ffffff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 50px;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: background 0.7s;
    transition: background 0.7s;
    cursor: pointer
}

.register-form .gform_button:active,.register-form .gform_button:focus,.register-form .gform_button:hover {
    background: #d71523
}

.register-form #gf_coupon_button {
    padding: 8px 20px
}

.register-form .ginput_total {
    padding: 0!important
}

.register-form .gfield_checkbox .gchoice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
    cursor: pointer
}

.register-form .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: 1px solid #807F80;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    margin-right: 10px
}

.register-form .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]:hover {
    border-color: #E91D2C
}

.register-form .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]:checked {
    background-color: #E91D2C;
    border-color: #E91D2C
}

.register-form .gfield_checkbox .gchoice .gfield-choice-input[type=checkbox]:checked:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.register-form .gfield_checkbox .gchoice .gform-field-label {
    font-size: 16px
}

.register-form .gfield_checkbox .gchoice .gform-field-label .you-can-unsubscribe {
    display: block;
    font-size: 12px;
    padding-left: 13px
}

.register-form .js-show-only-on-second-page {
    display: none;
    margin-top: 24px
}

.thank-you {
    padding-top: 30px;
    padding-bottom: 50px
}

.thank-you h2 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: bold;
    margin-bottom: 24px
}

@media (min-width: 1200px) {
    .thank-you h2 {
        font-size:2.5rem
    }
}

.thank-you p {
    font-size: 18px;
    margin-bottom: 10px
}

.thank-you .gf_page_steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0;
    margin: 48px auto
}

@media (max-width: 768px) {
    .thank-you .gf_page_steps {
        margin-bottom:12px
    }
}

.thank-you .gf_page_steps .gf_step {
    width: 33.3333333333%;
    border-bottom: 5px solid #D5D4D5;
    margin: 8px 32px 8px 0
}

@media (max-width: 768px) {
    .thank-you .gf_page_steps .gf_step {
        width:100%;
        margin-bottom: 12px!important
    }
}

.thank-you .gf_page_steps .gf_step_active {
    border-bottom-color: #45C2B1
}

.thank-you .gf_page_steps .gf_step_active .gf_step_label {
    font-weight: 700!important
}

.thank-you .gf_page_steps .gf_step_completed {
    border-bottom-color: #45C2B1
}

.thank-you .gf_page_steps .gf_step_label {
    font-size: 21px;
    padding-left: 0;
    font-weight: 400
}

@media (max-width: 992px) {
    .thank-you .gf_page_steps .gf_step_label {
        font-size:18px
    }
}

@media (max-width: 768px) {
    .thank-you .gf_page_steps .gf_step_label {
        font-size:14px!important
    }
}

@media (max-width: 575px) {
    .thank-you .gf_page_steps .gf_step_label {
        font-size:11px!important;
        line-height: 1!important
    }
}

.thank-you__gallery {
    margin-bottom: 24px
}

.thank-you__gallery img {
    width: 100%;
    height: 185px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 24px
}

.thank-you__gallery img.h-220 {
    height: 220px
}

.thank-you .btn {
    display: block;
    margin: 12px auto 36px;
    width: 260px;
    border-radius: 5px
}

.prefooter {
    background: #2B2A2B;
    padding-top: 64px;
    padding-bottom: 64px;
    color: #ffffff
}

.prefooter .container {
    max-width: 1140px
}

.prefooter ul {
    text-align: center;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .prefooter ul {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.prefooter ul li {
    position: relative
}

@media (max-width: 768px) {
    .prefooter ul li {
        margin-bottom:10px
    }
}

.prefooter ul li:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: -70%
}

@media (max-width: 1200px) {
    .prefooter ul li:after {
        right:-65%
    }
}
@media (max-width: 1100px) {
    .prefooter ul li:after {
        right:-60%
    }
}
@media (max-width: 1000px) {
    .prefooter ul li:after {
        right:-55%
    }
}
@media (max-width: 950px) {
    .prefooter ul li:after {
        right:-53%
    }
}
@media (max-width: 900px) {
    .prefooter ul li:after {
        right:-45%
    }
}
@media (max-width: 850px) {
    .prefooter ul li:after {
        right:-38%
    }
}
@media (max-width: 800px) {
    .prefooter ul li:after {
        right:-35%
    }
}

@media (max-width: 768px) {
    .prefooter ul li:after {
        display:none
    }
}

.prefooter ul li:last-child:after {
    display: none
}

@media (max-width: 768px) {
    .prefooter ul li:last-child {
        margin-bottom:0
    }
}

.prefooter ul li a {
    font-size: calc(1.1rem + 0.6vw);
    color: #ffffff
}

@media (min-width: 1200px) {
    .prefooter ul li a {
        font-size:1.55rem
    }
}

.prefooter hr {
    background: #ffffff;
    margin: 48px auto
}

.prefooter__subscribe p {
    position: relative;
    top: -6px;
    font-size: calc(1.325rem + 0.9vw);
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .prefooter__subscribe p {
        font-size:2rem
    }
}

@media (min-width: 992px) {
    .prefooter__subscribe p {
        padding-right:20px
    }
}

@media (max-width: 768px) {
    .prefooter__subscribe p {
        margin-bottom:10px
    }
}

.prefooter__subscribe .gform_fields {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    gap: 0!important
}

.prefooter__subscribe .gform_fields #field_5_1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.prefooter__subscribe .gform_fields #field_5_1 input {
    font-size: 16px!important;
    border: 0!important;
    border-radius: 0!important;
    outline: none!important
}

.prefooter__subscribe .gform_heading {
    display: none
}

.prefooter__subscribe .gform-button {
    width: 120px!important;
    height: 100%!important;
    background: #E91D2C!important;
    border: 0!important;
    color: #ffffff!important;
    font-weight: bold!important
}

.page-section a {
    color: #E91D2C
}


.gfield_required {
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-inline-start: 0.125em;
}