/* layout */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('../fonts/galano_grotesque_alt_bold-webfont.woff2') format('woff2'),
    url('../fonts/galano_grotesque_alt_bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('../fonts/galano_grotesque_alt_medium-webfont.woff2') format('woff2'),
    url('../fonts/galano_grotesque_alt_medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('../fonts/galano_grotesque-webfont.woff2') format('woff2'),
    url('../fonts/galano_grotesque-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'GalanoGrotesque', sans-serif;
    color: #2A2A2A;
    font-size: 17px;
}

body > img {
    bottom: 0;
}

a {
    color: #2D93EE;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
.h8 {
    font-weight: 600;
    color: #1F2044;
}

.h1 {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -2px;
}

.h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
}

.h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
}

.h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.h5 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.h6 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.h7 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.h8 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

@media screen and (min-width: 992px) {
    .h1 {
        font-size: 64px;
        line-height: 68px;
        letter-spacing: -1.4px;
    }

    .h2 {
        font-size: 48px;
        line-height: 54px;
        letter-spacing: -1px;
    }

    .h3 {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -0.5px;
    }

    .h4 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.8px;
    }

    .h5 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.5px;
    }

    .h6 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.3px;
    }

    .h7 {
        font-size: 18px;
        line-height: 22px;
    }

    .h8 {
        font-size: 16px;
        line-height: 20px;
    }
}

.text-primary {
    color: #2D93EE !important;
}

.text-opening {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #1F2044;
}

.text-featured {
    font-size: 16px;
    line-height: 22px;
}

@media screen and (min-width: 992px) {
    .text-opening {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.3px;
    }

    .text-featured {
        font-size: 17px;
        line-height: 23px;
    }
}

@media screen and (max-width: 991px) and (min-width: 375px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

.btn {
    transition: all 0.3s ease;
    padding: 21px 40px;
    font-weight: 600;
    border-radius: 0;
    position: relative;
    font-size: 20px;
    line-height: 1.15;
}

.btn:not(:disabled):not(.disabled):active {
    box-shadow: none !important;
}

.btn svg {
    position: relative;
    bottom: 3px;
    vertical-align: middle;
}

.btn-arrow-right {
    margin-left: 7px;
}

.btn-primary {
    color: #181936;
    background: #FFCF00;
    border-color: #FFCF00;
}

.btn-primary:hover {
    color: #181936;
    background: #FFCF00;
    border-color: #FFCF00;
}

.btn-shadow {
    box-shadow: inset -5px -5px 0px #181936;
    border: 0;
}

.btn-shadow:hover {
    box-shadow: none;
}

.btn-shadow:after, .btn-shadow:before {
    background-color: rgb(31, 32, 68);
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
}

.btn-shadow:before {
    height: 5px;
    left: 0;
    transition: height 0.2s ease 0s;
}

.btn-shadow:after {
    top: 0;
    transition: width 0.2s ease 0s;
    width: 5px;
}

.btn-shadow:hover:after {
    width: 0;
}

.btn-shadow:hover:before {
    height: 0;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #181936;
    background: #FFCF00;
    border-color: #FFCF00;
}

.btn-primary.disabled, .btn.btn-primary:disabled {
    color: #181936;
    background-color: #FFCF00;
    border-color: #FFCF00;
}

.btn-outline-primary {
    color: #2D93EE;
    background: transparent;
    border-color: #D9E2EC;
}

.btn-outline-primary:hover {
    background: #F0F5FF;
    border-color: #F0F5FF;
    color: #2D93EE;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #2D93EE;
    background: #C2D9FF;
    border-color: #C2D9FF;
}

.btn-link {
    padding-left: 0;
    padding-right: 0;
    color: #2D93EE;
}

.btn-link:hover {
    color: #498CFF;
}

.btn-link:active, .btn-link:focus, .btn-link:hover {
    text-decoration: none !important;
}

.btn-link:not(:disabled):not(.disabled).active, .btn-link:not(:disabled):not(.disabled):active, .show > .btn-link.dropdown-toggle {
    color: #0245B9;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: .3;
}

/* form */

input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 10px;
    border: 1px solid #CBD2D9;
    cursor: pointer;
    height: 22px;
    outline: none;
    transition: all 0.15s ease;
    width: 22px;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background-color: #2D93EE;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='%23ffffff'%3E%3Cpath d='M3.9777 9.8237L.1595 5.5522c-.2127-.235-.2127-.6175 0-.855l.7713-.8538c.2128-.235.5586-.235.7713 0l2.6618 2.9902L10.2974.1769c.2127-.235.5586-.235.7713 0l.7713.855c.2127.235.2127.6188 0 .8526L4.749 9.8237c-.2127.235-.5585.235-.7713 0'/%3E%3C/svg%3E");
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]:checked {
    border-color: #2D93EE;
}

input[type="checkbox"] {
    border-radius: 4px;
}

input[type="checkbox"]:checked {
    border-color: #0044B8;
}

.form-group {
    margin-bottom: 1rem;
    position: relative;
}

.form-group label {
    color: #616E7C;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
}

.form-group label ~ .form-control {
    padding: 15px 14px !important;
}

.form-group.has-error .form-control, .form-control.error {
    border-color: #E12D39;
    box-shadow: 0 0 0 1px #E12D39, 0 0 0 4px #FFE3E3;
}

.form-group.has-error .help-block, .form-group .error-block {
    color: #E12D39;
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
    display: block;
}

.form-control {
    border-color: #CDD8DF;
    font-size: 16px;
    height: 64px;
    line-height: 22px;
    padding: 20px 19px;
    color: #333;
}

textarea.form-control {
    min-height: 170px;
}

.form-control ~ label:not(.error-block) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    font-weight: normal;
    padding-left: 6px;
    padding-right: 6px;
    position: absolute;
    top: 20px;
    transition: all 0.15s ease;
    left: 14px;
}

.form-control:focus {
    border-color: #2D93EE;
    box-shadow: none;
}

select.form-control:not(:-moz-placeholder-shown), .form-control[placeholder]:not(:-moz-placeholder-shown) {
    padding-bottom: 6px;
    padding-top: 24px;
}

select.form-control:not(:-ms-input-placeholder), .form-control[placeholder]:not(:-ms-input-placeholder) {
    padding-bottom: 6px;
    padding-top: 24px;
}

/*select.form-control:focus, select.form-control:not(:placeholder-shown), .form-control[placeholder]:focus, .form-control[placeholder]:not(:placeholder-shown) {*/
    /*padding-bottom: 6px;*/
    /*padding-top: 24px;*/
/*}*/

select.form-control:not(:-moz-placeholder-shown) ~ label:not(.error-block), .form-control[placeholder]:not(:-moz-placeholder-shown) ~ label:not(.error-block) {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

select.form-control:not(:-ms-input-placeholder) ~ label:not(.error-block), .form-control[placeholder]:not(:-ms-input-placeholder) ~ label:not(.error-block) {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

select.form-control:focus ~ label:not(.error-block), select.form-control:not(:placeholder-shown) ~ label:not(.error-block), .form-control[placeholder]:focus ~ label:not(.error-block), .form-control[placeholder]:not(:placeholder-shown) ~ label:not(.error-block) {
    color: #1F2044;
    font-size: 12px;
    top: -9px;
    background: #fff;
}

select.form-control:-webkit-autofill, .form-control[placeholder]:-webkit-autofill {
    padding-bottom: 6px;
    padding-top: 24px;
}

select.form-control:-webkit-autofill ~ label:not(.error-block), .form-control[placeholder]:-webkit-autofill ~ label:not(.error-block) {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

.form-control[placeholder]:focus ~ label:not(.error-block) {
    color: #2E93EE;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/sprite.svg#g-select);
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: right 18px center;
}

.select2-container .select2-selection {
    border-color: #CBD2D9;
    height: 64px;
    padding-bottom: 13px;
    padding-top: 17px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container.select2-container--focus .select2-selection,
.select2-container.select2-container--open .select2-selection {
    border-color: #2D93EE;
    box-shadow: 0 0 0 1px #0059f1, 0 0 0 4px #ebf2ff;
}

.select2-container .select2-selection .select2-selection__rendered {
    color: #242931;
    font-size: 15px;
    padding-left: 14px;
    padding-right: 14px;
}

.select2-container .select2-selection .select2-selection__placeholder {
    color: #616E7C;
}

.select2-container .select2-selection .select2-selection__arrow {
    background-image: url(../images/sprite.svg#g-select);
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: left center;
    height: 64px;
    width: 32px;
}

.select2-container .select2-selection .select2-selection__arrow b {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #CBD2D9;
    border-radius: 4px;
    box-shadow: 0 4px 8px 2px rgba(17, 17, 17, 0.08);
    font-size: 14px;
    line-height: 20px;
    margin-top: 9px;
    overflow: hidden;
}

.select2-search--dropdown {
    padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    outline: none;
    padding: 12px 14px;
}

.select2-results__option {
    color: #616E7C;
    padding: 7px 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ebf2ff;
    color: #616E7C;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F5F7FA;
    color: #616E7C;
}

.form-check {
    line-height: 22px;
    padding-left: 28px;
}

.form-check-input {
    margin-left: -28px;
    margin-top: 0;
}

.form-check .error-block {
    position: absolute;
    bottom: -6px;
    left: 0px;
}

.form-check label {
    font-size: 15px;
}

.spin {
    -webkit-animation: spin-rotate 2s linear infinite;
    animation: spin-rotate 2s linear infinite;
    transform-origin: center;
    width: 60px;
}

.spin circle {
    fill: none;
    stroke-width: 4;
}

.spin .dash {
    stroke: #2D93EE;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: spin-dash 1.5s ease-in-out infinite;
    animation: spin-dash 1.5s ease-in-out infinite;
}

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

@keyframes spin-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dashoffset: -124px;
    }
}

@keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dashoffset: -124px;
    }
}

.btn .spin {
    width: 16px;
    margin-right: 10px;
}

.btn-primary .spin .dash {
    stroke: #fff;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 26px;
    z-index: 9;
}

.hero {
    background: #181936;
}

.hero .container {
    padding-top: 120px;
    padding-bottom: 60px;
    position: relative;
}

.hero-opening {
    font-size: 20px;
    line-height: 30px;
    color: #C2D9FF;
}

.hero .h1 {
    margin-bottom: 22px;
}

@media (min-width: 992px) {
    .hero {
        background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1680 828'%3E%3Cpath fill='%23181936' d='M0-3h1680v831H0z'/%3E%3Cpath d='M1680-3h-622L636 828h742l302-594.697V-3Z' fill='%231F2044'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .hero .container {
        padding-top: 205px;
        padding-bottom: 84px;
    }

    .hero .h1 {
        margin-top: 52px;
    }

    .hero-mascot {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

.hero-reviews {
    text-align: center;
    margin-top: 28px;
    font-size: 16px;
    line-height: 20px;
    color: #F0F5FF;
}

.hero-reviews a {
    color: #323F4B;
    text-decoration: none;
}

.hero-reviews svg {
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .hero-reviews {
        text-align: left;
        margin-top: 53px;
    }
}

.box-form {
    background: #FFFFFF;
    box-shadow: 0 24px 32px rgba(16, 42, 67, 0.04), 0px 16px 24px rgba(16, 42, 67, 0.11), 0px 4px 8px rgba(16, 42, 67, 0.15), 0px 0px 1px rgba(16, 42, 67, 0.19);
    padding: 32px 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    position: relative;
}

.box-form .h4 {
    margin-bottom: 8px;
}

.box-form-footer {
    margin-top: 24px;
}

.box-form-description {
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .box-form {
        padding: 50px 41px;
        margin-right: 0;
    }

    .box-form .h4 {
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.3px;
    }

    .box-form-description {
        margin-bottom: 32px;
    }
}

.billing-methods {
    margin-top: 60px;
    margin-bottom: 60px;
}

.billing-methods a {
    text-decoration: none;
}

.billing-methods .h2 {
    margin-bottom: 44px;
}

.billing-methods-item {
    position: relative;
    background: #F5F6F8;
    padding: 48px 40px;
    -webkit-transition: ease-in-out 0.15s;
    -moz-transition: ease-in-out 0.15s;
    -ms-transition: ease-in-out 0.15s;
    -o-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
}

.billing-methods-item:hover {
    background: #F1F4F8;
}

.billing-methods-item p {
    font-size: 17px;
    line-height: 24px;
    color: #2A2A2A;
}

.billing-methods-item .h6 {
    margin-bottom: 13px;
}

.billing-methods-icon {
    margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
    .billing-methods {
        margin-top: 154px;
        margin-bottom: 82px;
    }

    .billing-methods .h2 {
        margin-bottom: 84px;
    }

    .billing-methods-item {
        height: 397px;
    }
}

@media screen and (max-width: 991px) {
    .billing-methods-item {
        margin-bottom: 22px;
    }
}

.content-page-text {
    font-size: 17px;
    line-height: 24px;
}

.content-page-opening {
    font-size: 18px;
    line-height: 22px;
    color: #111B25;
    margin-top: 32px;
    font-weight: 500;
}

.content-page-name {
    font-size: 17px;
    line-height: 21px;
    color: #2D93EE;
    margin-bottom: 16px;
    font-weight: 500;
}

.content-page-name .badge {
    margin-left: 7px;
}

.content-page .h3, .content-page .h2 {
    margin-bottom: 24px;
}

.content-page .check-list {
    margin-top: 30px;
}

.content-page-opening + .check-list {
    margin-top: 21px;
}

.content-page-btn {
    margin-top: 40px;
}

.content-page-img {
    margin: 26px auto 0;
    display: block;
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .content-page-img {
        margin: 0 0 0 auto;
    }

    .content-page .h3 {
        font-size: 48px;
        line-height: 51px;
        letter-spacing: -0.4px;
    }

    .content-page .flex-lg-row-reverse .content-page-img {
        margin: 0;
    }

    .check-list + .content-page-btn {
        margin-top: 49px;
    }
}

.check-list {
    padding: 0;
    list-style: none;
}

.check-list li {
    font-size: 17px;
    line-height: 24px;
    color: #1F2044;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.check-list li svg {
    color: #2D93EE;
    margin-right: 6px;
}

.check-list li + li {
    margin-top: 16px;
}

.check-list.dark li {
    color: #FFFFFF;
}

.check-list.dark li svg {
    color: #00CA75;
}

@media screen and (min-width: 992px) {
    .check-list li svg {
        margin-right: 8px;
    }

    .check-list li + li {
        margin-top: 10px;
    }
}

@media screen and (max-width: 991px) {
    .check-list li span {
        width: calc(100% - 21px);
    }
}

.check-list-inline {
    padding: 0;
    list-style: none;
}

.check-list-inline li {
    font-size: 17px;
    line-height: 21px;
    color: #2A2A2A;
}

.check-list-inline li svg {
    color: #2D93EE;
    margin-right: 6px;
}

.check-list-inline.dark li {
    color: #FFFFFF;
}

.check-list-inline.dark li svg {
    color: #2D93EE;
}

@media screen and (min-width: 992px) {
    .check-list-inline {
        display: flex;
    }

    .check-list-inline li {
        display: flex;
        align-items: center;
    }

    .check-list-inline li svg {
        margin-right: 8px;
    }

    .check-list-inline li + li {
        margin-left: 19px;
    }
}

@media screen and (max-width: 991px) {
    .check-list-inline li + li {
        margin-top: 16px;
    }
}

.list-icon-inline {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #111B25;
    padding: 0;
    display: flex;
    align-items: center;
}

.list-icon-inline svg {
    color: white;
    margin-right: 10px;
}

.list-icon-inline li {
    display: flex;
    align-items: center;
}

.list-icon-inline li + li {
    margin-left: 35px;
}

@media screen and (min-width: 992px) {
    .list-icon-inline {
        font-size: 16px;
    }
}

.content-page {
    margin-top: 60px;
    margin-bottom: 60px;
}

.content-page-social img + img {
    margin-left: 12px;
}

.content-page-text-2 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 32px;
}

@media screen and (min-width: 992px) {
    .content-page {
        margin-top: 148px;
        margin-bottom: 148px;
    }

    .content-page-2 .content-page-text {
        margin-bottom: 37px;
    }

    .content-page-2 .content-page-btn {
        margin-top: 38px;
    }
}

@media screen and (min-width: 1200px) {
    .content-page-1 .content-page-img {
        position: relative;
        top: 8px;
        left: 12px;
    }

    .content-page-2 .content-page-img {
        position: relative;
        top: -2px;
        right: 13px;
    }
}

.we-are-complete {
    overflow: hidden;
    background: #181936;
    padding: 70px 0 72px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1680 540'%3E%3Cpath fill='%23181936' d='M0 0h1680v540H0z'/%3E%3Cpath d='M825.336 141.505 856.831 173l.169-32.34-31.661.166.001-.166-.166.001.166-31.661-32.34.169 31.495 31.495-31.495.165L825.171 173l.165-31.495ZM1141 0h517l-301 540H840L1141 0Z' fill='%231F2044'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.we-are-complete .h2 {
    color: #fff;
    margin-bottom: 23px;
}

.we-are-complete .btn {
    margin-top: 57px;
}

@media screen and (min-width: 992px) {
    .we-are-complete {
        padding: 106px 0 101px;
        background-position: center;
    }

    .we-are-complete .h2 {
        margin-bottom: 40px;
        line-height: 52px;
        letter-spacing: -0.4px;
    }

    .we-are-complete .row > [class*='col-']:last-child {
        text-align: right;
    }
}

@media screen and (max-width: 991px) {
    .we-are-complete .we-are-complete-image {
        height: auto;
        max-width: 100%;
        margin-bottom: 32px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 480px) {
    .we-are-complete .btn {
        width: 100%;
    }
}

.card {
    border-radius: 0;
    border: 0;
    box-shadow: 0 4px 8px -2px rgba(17, 27, 37, 0.25);
}

.card-header:first-child {
    border-radius: 0;
}

.plan-cards {
    padding-top: 30px;
    padding-bottom: 60px;
    background: #F5F7FA;
}

.plan-cards .h2 {
    margin-bottom: 32px;
}

.plan-cards-type {
    font-size: 24px;
    line-height: 30px;
    color: #00CA75;
    margin-bottom: 32px;
}

.plan-cards-type-pro {
    color: #FF9300;
}

.plan-cards-price-old {
    font-size: 15px;
    line-height: 100%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #616E7C;
    margin-bottom: 4px;
}

.plan-cards-price {
    font-weight: normal;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.5px;
    color: #111B25;
    margin-bottom: 54px;
    font-weight: 500;
}

.plan-cards-description {
    font-size: 15px;
    line-height: 22px;
    color: #111B25;
    margin-bottom: 28px;
}

.plan-cards-list {
    font-size: 16px;
    line-height: 30px;
    padding-left: 14px;
    color: #111B25;
}

.plan-cards-list span {
    font-weight: 500;
}

.plan-cards .btn {
    margin-top: 33px;
}

.plan-cards .card-plan-promotional .plan-cards-type {
    margin-bottom: 13px;
}

.plan-cards .card-plan-promotional .plan-cards-price {
    margin-bottom: 4px;
}

@media screen and (min-width: 992px) {
    .plan-cards {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .plan-cards .h2 {
        margin-bottom: 62px;
    }

    .plan-cards .card {
        width: 370px;
    }

    .plan-cards .card + .card {
        margin-left: 30px;
    }

    .plan-cards .card-body {
        padding-bottom: 64px;
    }
}

@media screen and (max-width: 991px) {
    .plan-cards .card + .card {
        margin-top: 22px;
    }
}

.plan-cards-basic {
    padding-top: 112px;
}

.plan-cards-basic .plan-cards-type {
    color: #171717;
}

.plan-cards-basic .plan-cards-type-pro {
    color: #2D93EE;
    text-transform: uppercase;
}

.plan-cards-basic .card {
    margin-bottom: 56px;
}

.plan-cards-basic .card:not(.card-plan-promotional) .plan-cards-price-old {
    text-decoration-line: none;
}

.plan-cards-basic .plan-cards-type, .plan-cards-basic .card-plan-promotional .plan-cards-type {
    margin-bottom: 28px;
}

.plan-cards-basic .plan-cards-price, .plan-cards-basic .card-plan-promotional .plan-cards-price {
    margin-bottom: 0;
}

.plan-cards-basic .plan-cards-price-old, .plan-cards-basic .plan-cards-description, .plan-cards-basic .plan-cards-list {
    color: #2A2A2A;
}

.plan-cards-basic .plan-cards-price-old {
    margin-bottom: 0;
}

.plan-cards-basic .plan-cards-price > span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin-right: 2px;
    vertical-align: super;
}

.plan-cards-basic .card-plan-promotional .plan-cards-price {
    color: #1F2044;
    font-weight: 600;
}

.plan-cards-basic .plan-cards-list {
    list-style: none;
    padding-left: 0;
}

.plan-cards-basic .plan-cards-list .icon {
    color: #9AA5B1;
    position: relative;
    top: -2px;
}

.plan-cards-basic .plan-cards-list .icon-check {
    color: #2D93EE;
}

.plan-cards-basic .btn {
    margin-top: 46px;
}

.plan-cards-basic .card {
    margin-top: 39px;
}

.plan-cards-basic .card-plan-promotional {
    position: relative;
    z-index: 0;
}

.plan-cards-basic .card-plan-promotional .card-header {
    background-color: #2D93EE;
    bottom: calc(100% - 8px);
    color: #fff;
    font-size: 15px;
    left: 0;
    padding-bottom: 16px;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: -1;
}

.plan-cards-basic .card-plan-promotional .card-body {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .plan-cards-basic .card-body {
        padding-bottom: 40px;
    }
}

.testimonials {
    padding-top: 67px;
    padding-bottom: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2A2A2A;
}

.testimonials .h2 {
    margin-bottom: 44px;
    text-align: center;
}

.testimonials-carousel > .testimonial:not(:first-child) {
    display: none;
}

.testimonials .testimonial-content .icon-quote-l {
    margin-bottom: 18px;
}

.testimonials .testimonial-author {
    margin-top: 34px;
}

.testimonials .testimonial-author-content span {
    display: block;
}
.testimonials .testimonial-author-content span:first-child {
    color: #1F2044;
}

.testimonials .testimonial-author-content span:last-child {
    font-size: 16px;
    line-height: 24px;
}

.testimonials .testimonial-author-image {
    margin-right: 4px;
}

.testimonials-logo {
    width: 1075px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 62px;
}

.testimonials-logo:not(.slick-initialized) {
    align-items: center;
    display: flex;
    justify-content: center;
}

.testimonials-logo:not(.slick-initialized) > div:nth-child(n+7) {
    display: none;
}

.testimonials-logo-item {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 37px;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .testimonials-logo .slick-slide:not(.slick-current) .testimonials-logo-item {
        opacity: 0.5;
    }
}

@media screen and (max-width: 991px) {
    .testimonials-logo-group {
        position: relative;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 992px) {
    .testimonials {
        padding-top: 120px;
        padding-bottom: 94px;
    }

    .testimonials .h2 {
        margin-bottom: 64px;
    }

    .testimonials .testimonial-content {
        width: 570px;
    }

    .testimonials .testimonial-content .icon-quote-l, .testimonials .testimonial-content .icon-quote-r {
        width: 31px;
        height: 26px;
    }

    .testimonials .testimonial-content .icon-quote-l {
        margin-bottom: 22px;
    }

    .testimonials .testimonial-content .icon-quote-r {
        margin-bottom: 0px;
        margin-right: 163px;
        margin-top: 9px;
    }

    .testimonials .testimonial-content p {
        font-weight: normal;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.2px;
    }

    .testimonials .slick-dots {
        margin-top: 23px;
    }
}

.carousel-arrow > * {
    margin-top: -5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.carousel-arrow-prev {
    left: 0;
}

.carousel-arrow-next {
    right: 0;
}

.slick-custom .slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-custom .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}

.slick-custom .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-custom .slick-dots li button:before {
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    background: #CBD2D9;
    border-radius: 100%;
}

.slick-custom .slick-dots li.slick-active button:before {
    background: #2D93EE;
}

.plan-cards-basic .card-plan-promotional:before,
.billing-methods-item:before,
.box-form:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32.336 32.505 63.83 64 64 31.66l-31.66.166v-.166h-.166L32.34 0 0 .17l31.495 31.495L0 31.829 32.17 64l.166-31.495Z' fill='%23FFCF00'/%3E%3C/svg%3E");
    width: 64px;
    height: 64px;
    position: absolute;
    top: 8px;
    right: 8px;
    background-size: contain;
    z-index: 9;
}

.register-bottom {
    background: #F5F6F8;
    padding-top: 60px;
    padding-bottom: 60px;
}

.register-bottom .box-form {
    margin-top: 24px;
}

@media (min-width: 992px) {
    .register-bottom {
        padding-top: 144px;
        padding-bottom: 144px;
    }

    .register-bottom .row {
        align-items: center;
    }

    .register-bottom .box-form {
        margin-top: 0;
    }
}

.toggle-password {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.toggle-password:before {
    background: url(../images/hostgator/sprite.svg#g-closed-eye) no-repeat left center;
    background-size: cover;
    content: '';
    width: 20px;
    height: 20px;
    display: block;
}

.toggle-password.visible:before {
    background: url(../images/hostgator/sprite.svg#g-open-eye) no-repeat left center;
}

.footer {
    background: #1F2044;
    padding: 32px 0;
    text-align: center;
}

.footer-copy {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.43;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 992px) {
    .footer .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-copy {
        margin-bottom: 0;
    }
}