:root {
    --text-color: #000000;
    --primary-color: #0047af;
    --body-color: #000000;
    --body-background: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    margin: 0;
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    text-decoration: none;
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0;
    color: var(--primary-color) !important;
}

abbr[title] {
    border-bottom: none;
    text-decoration: none
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%;
    display: inline-block
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: bold
}

button,
input,
select {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer
}

[disabled] {
    cursor: default
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    position: relative;
    display: inline-block;
    background-color: transparent;
    font-size: 0.97em;
    letter-spacing: 0.03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    max-width: 100%;
    text-rendering: optimizeLegibility;
    box-sizing: border-box
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #999;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

input[type="radio"]:checked {
    border: none;
    -webkit-box-shadow: 0 0 0 10px #337ab7 inset;
    box-shadow: 0 0 0 10px #337ab7 inset;
}

input[type="radio"]::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(0.2);
    opacity: 0;
    transition: all 0.2s ease-in-out 0.1s;
}

input[type="radio"]:checked::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin: 0 5px 0 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

ul,
form {
    margin: 0;
    padding: 0;
    list-style-type: none
}

ul {
    list-style-type: none
}

*,
*:before,
*:after {
    box-sizing: border-box
}

*::-webkit-scrollbar {
    width: 3px !important;
    height: 3px !important;
    background-color: var(--body-background)
}

*::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 2px rgb(204 204 204 / 70%);
    background-color: var(--primary-color)
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-thumb {
    border-radius: 3px
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgb(204 204 204 / 50%);
    background-color: var(--body-background)
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-thumb {
    border-radius: 3px
}

/* ========================================
   Manrope Font Family
   ======================================== */

@font-face {
    font-family: 'Manrope';
    src: local('Manrope ExtraLight'), local('Manrope-ExtraLight'),
        url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: local('Manrope Light'), local('Manrope-Light'),
        url('../fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: local('Manrope Regular'), local('Manrope-Regular'),
        url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: local('Manrope Medium'), local('Manrope-Medium'),
        url('../fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: local('Manrope SemiBold'), local('Manrope-SemiBold'),
        url('../fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: local('Manrope Bold'), local('Manrope-Bold'),
        url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: local('Manrope ExtraBold'), local('Manrope-ExtraBold'),
        url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: local('Barlow Heavy'), local('Barlow-ExtraBold'),
        url('../fonts/Barlow-ExtraBold.ttf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    color: var(--text-color);
    margin: 0;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Manrope", "Helvetica,Arial,sans-serif", "sans-serif";
    font-weight: 400;
    background-color: #f2f5fa;
    transition: all 0.3s ease;
}

/* .arrow-top,
.arrow-right,
.arrow-bottom,
.arrow-left {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
}

.arrow-top:hover,
.arrow-left:hover,
.arrow-right:hover,
.arrow-bottom:hover {
    border-color: var(--primary-color);
}

.arrow-top {
    transform: rotate(45deg);
}

.arrow-right {
    transform: rotate(135deg);
}

.arrow-bottom {
    transform: rotate(-135deg);
}

.arrow-left {
    transform: rotate(-45deg);
} */
.arrow-right {
    position: relative;
}

.arrow-right::after {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url('../icons/arrow-right.svg') no-repeat 50% 50%;
    background-size: auto;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(0, -50%);
}

.arrow-down-animation-1,
.arrow-down-animation-2 {
    width: 360px;
    height: 148px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.arrow-down-animation-1::after,
.arrow-down-animation-2::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url('../icons/arrow-down-animation.png') no-repeat center;
    background-size: contain !important;
    display: inline-block;
    transform: translate(-50%, 0);
    animation: arrowBounce 1.2s ease-in-out infinite;
    /* animation: arrowFloat 2.4s cubic-bezier(0.42, 0, 0.58, 1) infinite; */
}

.arrow-down-animation-2::after {
    background: url('../icons/arrow-down-animation-2.png') no-repeat center;
}

@keyframes arrowBounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(6px);
    }

    60% {
        transform: translateY(3px);
    }
}


@keyframes arrowFloat {

    0%,
    100% {
        transform: translateY(0);
        opacity: 0.9;
    }

    50% {
        transform: translateY(10px);
        opacity: 0.6;
    }
}

.container {
    width: 100%;
    max-width: 1185px;
    margin: auto;
}

.row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-block {
    display: block !important;
}

.d-inline {
    display: inline !important;
}

.d-none {
    display: none !important;
}

.br-space {
    display: none;
    content: "";
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.w-10 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
}

.w-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.w-30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

.w-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.w-50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.w-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

.w-70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
}

.w-80 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
}

.w-90 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%
}

.w-100 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.w-10,
.w-20,
.w-30,
.w-40,
.w-50,
.w-60,
.w-70,
.w-80,
.w-90,
.w-100,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 992px) {
    .col-lg-1 {
        -ms-flex: 0 0 8.333333% !important;
        flex: 0 0 8.333333% !important;
        max-width: 8.333333% !important;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667% !important;
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333% !important;
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667% !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667% !important;
        flex: 0 0 91.666667% !important;
        max-width: 91.666667% !important;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .br-lg-space {
        display: none;
        content: "";
    }
}

@media (max-width: 1200px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333% !important;
        flex: 0 0 8.333333% !important;
        max-width: 8.333333% !important;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }

    .col-md-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667% !important;
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }

    .col-md-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333% !important;
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667% !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }

    .col-md-9 {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667% !important;
        flex: 0 0 91.666667% !important;
        max-width: 91.666667% !important;
    }

    .col-md-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-none {
        display: none !important;
    }

    .br-md-space {
        display: inline;
        content: "\00a0";
    }
}

@media (max-width: 767px) {
    .col-sm-1 {
        -ms-flex: 0 0 8.333333% !important;
        flex: 0 0 8.333333% !important;
        max-width: 8.333333% !important;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667% !important;
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333% !important;
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667% !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667% !important;
        flex: 0 0 91.666667% !important;
        max-width: 91.666667% !important;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .br-sm-space {
        display: none;
        content: "";
    }
}

@media (max-width: 576px) {
    .col-xs-1 {
        -ms-flex: 0 0 8.333333% !important;
        flex: 0 0 8.333333% !important;
        max-width: 8.333333% !important;
    }

    .col-xs-2 {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }

    .col-xs-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .col-xs-4 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .col-xs-5 {
        -ms-flex: 0 0 41.666667% !important;
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }

    .col-xs-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .col-xs-7 {
        -ms-flex: 0 0 58.333333% !important;
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }

    .col-xs-8 {
        -ms-flex: 0 0 66.666667% !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }

    .col-xs-9 {
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    .col-xs-10 {
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }

    .col-xs-11 {
        -ms-flex: 0 0 91.666667% !important;
        flex: 0 0 91.666667% !important;
        max-width: 91.666667% !important;
    }

    .col-xs-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .d-xs-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xs-block {
        display: block !important;
    }

    .d-xs-inline {
        display: inline !important;
    }

    .d-xs-none {
        display: none !important;
    }

    .br-xs-space {
        display: none;
        content: "";
    }
}

body {
    background-color: #f5f5fa;
}

input[type="radio"]:checked {
    border: none;
    -webkit-box-shadow: 0 0 0 10px var(--primary-color) inset;
    box-shadow: 0 0 0 10px var(--primary-color) inset;
}

.scrollbar-none::-webkit-scrollbar {
    display: none;
}

.bg-body {
    background-color: var(--body-background) !important;
}

.bg-white {
    background-color: #FFF !important;
}

.border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.btn-link {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #fb2a0b;
    transition: all .3s ease-out;
}

.btn-link:hover {
    color: #FFF !important;
    opacity: 0.8;
}

.editor * {
    all: revert;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    image-rendering: auto;
    font-size: revert;
    font-family: revert;
    line-height: revert;
    color: revert;
}

.editor table {
    width: 100%;
    border-collapse: collapse;
}

.editor img {
    max-width: 100%;
    height: auto;
}

.editor blockquote {
    margin: 1em 0;
    padding-left: 1em;
    border-left: 3px solid #ccc;
}

/* ================================================================ */
/* ============================ MODAL ============================ */
/* ================================================================ */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, .3);
}

.modal.show {
    display: block;
}

.modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none;
    top: 30% !important;
    transform: translateY(-50%) !important;
    max-width: 991px;
    margin: 1.75rem auto;
    padding: 0 15px;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
    animation: fadein .5s;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    max-width: 500px;
    margin: auto;
    padding: 15px 20px;
}

.modal-header {
    color: #2eb346;
    background: #eff8f0;
    padding: 13px 20px;
    margin-top: -15px;
    margin-left: -20px;
    margin-right: -20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    display: inline-block;
}

.modal-header .close {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    position: absolute;
    z-index: 9;
    right: 5px;
    top: 5px;
    margin: 0;
    opacity: .5;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

.modal-header .close:hover {
    opacity: 1;
}

.modal-body {
    padding: 10px 0;
}

.modal-footer {
    padding: 10px 20px;
    border-top: 1px solid #dee2e6;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -15px;
    text-align: right;
}

.modal .btn-back {
    color: #555;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 8px 15px;
}

.modal .btn-success {
    display: inline-block;
    color: #FFF !important;
    text-align: center;
    font-weight: 400;
    padding: 8px 30px;
    border-radius: 0px;
    margin: 0;
    background: var(--primary-color);
}

.modal .btn-back:hover,
.modal .btn-success:hover {
    filter: brightness(85%);
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.alert-modal {
    z-index: 2000;
}

.alert-modal .modal-dialog {
    top: 30% !important;
}

.alert-modal .modal-header {
    color: #d93025;
    background: #fde8e8;
}

/* ================================================================ */
/* ============================ HEADER ============================ */
/* ================================================================ */
.header {
    color: #FFFFFF;
    font-size: 14px;
    background-color: #001b44;
}

.header-logo {
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;
}

/* ================================================================ */
/* ============================ FOOTER ============================ */
/* ================================================================ */
.footer {
    color: #FFFFFF;
    font-size: 14px;
    background-color: #1e232a;
}

.footer-section1 {
    padding: 50px 0 40px;
}

.footer-logo {
    text-align: left;
    vertical-align: top;
}

.footer-logo a {}

.footer-logo img {}

.footer-address {}

.footer-address-label {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    margin: 0 0 13px 0;
}

.footer-address-street,
.footer-address-old {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
    margin: 0;
}

.footer-section2 {}

.footer-section2 .container {
    border-width: 1px 0 1px 0;
    border-color: #FFFFFF;
    border-style: solid;
}

.footer-contacts {
    height: 50px;
    align-items: center;
    justify-content: center;
}

.footer-contact-item {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    padding: 0 21px 0 20px;
}

.footer-contact-item a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.footer-contact-item:first-child {
    padding-left: 0;
}

.footer-contact-item:last-child {
    padding-right: 0;
}

.footer-contact-item:not(:last-child)::after {
    content: "|";
    color: #FFFFFF;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.footer-section3 {
    padding-bottom: 7px;
}

.footer-copyright,
.footer-socials {
    width: 100%;
    height: 43px;
    display: flex;
    align-items: center;
}

.footer-copyright {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.footer-socials {
    gap: 8px;
    justify-content: flex-end;
}

.footer-social-icon {
    width: 28px;
    height: 28px;
    background-color: #0056d2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s ease-out;
}

.footer-social-icon:hover {
    background-color: #01b2de;
}

/* ================================================================ */
/* ============================ BANNER ============================ */
/* ================================================================ */
.banner-section {
    background-color: #002761;
}

.banner-list {}

.banner-item {
    width: 100%;
    height: 770px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 125px;
}

.banner-item>* {
    width: 50%;
    padding: 0 30px;
}

.banner-item-content {
    color: #FFFFFF;
    font-size: 24px;
}

.banner-item-head {
    color: #FFFFFF;
    font-size: 55px;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    margin: 0 0 20px 0;
}

.banner-item-desc,
.banner-item-desc p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    text-align: justify;
}

.banner-item-image {}

.banner-item-image figure {}

.banner-item-image img {}

/* ================================================================ */
/* =========================== PROGRAM ============================ */
/* ================================================================ */
.program-section {
    width: 100%;
    min-height: 460px;
    background-color: #0056d2;
}

.program-section .container {
    position: relative;
}

.program-section>.container>.row {
    margin: auto;
}

.program-section>.container>.row>div {
    padding: 0;
}

.program-box {
    width: 100%;
    border-radius: 20px;
    padding: 28px 0 10px 0;
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: -90px;
}

.program-item {
    width: 100%;
    height: 100%;
    padding: 0 28px;
    position: relative;
}

.program-box>.row>div:not(:last-child)>.program-item {
    border-right: 1px solid #0056d2;
}

.program-item-image {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.program-item-content {
    width: 100%;
    height: 148px;
    position: relative;
}

.program-item-subject,
.program-item-name,
.program-item-desc {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 7px 0;
}

.program-item-subject {
    white-space: nowrap;
}

.program-item-name {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 8px;
}

.program-item-desc {
    font-size: 16px;
    white-space: nowrap;
}

.program-item-link {
    color: #0056d2;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.program-quote {
    position: relative;
    top: -80px;
}

.program-quote-content {
    position: relative;
    z-index: 100;
}

.program-quote-content p {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    text-align: justify;
    line-height: 30px;
}

.program-section .arrow-down-animation-1 {
    bottom: -105px;
}

/* ================================================================ */
/* ============================= AUTH ============================= */
/* ================================================================ */
.auth-section {
    background-color: #ffffff;
}

.auth-box {
    width: 100%;
    padding: 35px 0;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
}

.auth-image {
    -ms-flex: 0 0 38.5% !important;
    flex: 0 0 38.5% !important;
    max-width: 38.5% !important;
}

.auth-content {
    -ms-flex: 0 0 61.5% !important;
    flex: 0 0 61.5% !important;
    max-width: 61.5% !important;
    padding-right: 70px;
}

.auth-content,
.auth-image {
    height: 100%;
}

.auth-subject {
    color: #000000;
    font-size: 42px;
    font-weight: bold;
    margin: 0 0 15px 0;
    white-space: nowrap;
}

.auth-desc * {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
    margin: 0;
}

.auth-desc p {
    margin-bottom: 16px;
}

.auth-image {
    border: 1px solid #0187e3;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 10px;
}

.auth-image img {
    width: 100%;
    height: auto;
}

/* ================================================================ */
/* ============================ RADIO ============================= */
/* ================================================================ */
.book-section {
    padding: 67px 0;
    background: #f6f8fc url(../images/vector-bg.png) no-repeat;
    background-position-y: 196px;
    background-color: #f6f8fc;
}

.comingsoon-book {}

.comingsoon-content {
    width: 100%;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 35px;
    border-radius: 12px;
    background-color: #0a285a;
    position: relative;
}

.comingsoon-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 20px 0;
}

.comingsoon-desc p {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
    margin: 0;
}

.cominsoon-quote {
    padding: 16px 8px;
    border-radius: 12px;
    border: 1px solid #e8f3ff;
    background-color: #e8f3ff;
    margin: 110px -25px 30px;
    width: calc(100% + 50px);
}

.cominsoon-quote p {
    color: #0a285a;
    font-size: 22px;
    text-align: justify;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.comingsoon-details {
    width: 100%;
    height: 520px;
    background-color: #ffffff;
    padding: 8px;
    border: 1px solid #97a5c1;
    border-radius: 12px;
}

.comingsoon-label {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e3eeff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.comingsoon-review {
    padding: 25px;
    margin-top: 40px;
    width: 100%;
}

.comingsoon-book-info {
    width: 100%;
}

.comingsoon-book-image {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e4ea;
    width: 148px;
    height: 217px;
}

.comingsoon-book-image img {}

.comingsoon-book-name,
.comingsoon-book-name a {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 6px 0 25px 0;
}

.comingsoon-book-auth,
.comingsoon-book-publish {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.comingsoon-book-auth span,
.comingsoon-book-publish span {
    font-weight: normal;
}

.comingsoon-thumbs {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    justify-content: space-between;
}

.comingsoon-thumb-item {
    width: 116px;
    height: 116px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e4ea;
    position: relative;
    overflow: hidden;
}

.comingsoon-thumb-item.selected {
    border-color: #97a5c1;
}

.comingsoon-thumb-item a {
    width: 116px;
    height: 116px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comingsoon-thumb-item img {
    height: 100%;
    width: auto;
    max-width: none;
}

.comingsoon-thumb-item.comingsoon::after {
    content: "";
    width: 53px;
    height: 32px;
    display: inline-block;
    background: url('../icons/comingsoon.png') no-repeat;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}

/* ================================================================ */
/* ========================== SLIDER ============================== */
/* ================================================================ */
.slider-section {
    background: linear-gradient(to bottom, #ffffff 50%, #f2f5fa 50%);
}

.slider-section .swiper-slide.swiper-slide-active {
    border-radius: 10px;
    overflow: hidden;
}

.slider-section .swiper-slide img {
    width: 100%;
    height: auto;
    max-width: none;
}

.swiper-pagination {
    display: none;
}

.slider-section .swiper-slide.swiper-slide-active {
    border-radius: 0;
}

/* ================================================================ */
/* ========================== MEDIA =============================== */
/* ================================================================ */
.media-section {
    background-color: #f2f5fa;
}

.media-section .container {
    padding: 60px 0 70px 0;
}

.media-title {
    margin-bottom: 40px;
}

.media-title-head,
.media-title-head * {
    color: #000000;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.media-title-head strong,
.media-title-head span {
    color: #0056d2;
}

.media-list {}

.media-list>div {
    margin-bottom: 25px;
}

.media-item {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.media-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.media-item-image {}

.media-item-image img {}

.media-item-content {
    padding: 20px 23px 32px 23px;
}

.media-item-stats {
    margin-bottom: 10px;
}

.media-item-stats span {
    color: #5b6780;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    position: relative;
    display: inline-block;
}

.media-item-stats span:not(:last-child) {
    padding-right: 10px;
    margin-right: 5px;
}

.media-item-stats span:not(:last-child)::after {
    content: "·";
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.media-item-info {
    width: 100%;
    height: 90px;
    margin-bottom: 25px;
}

.media-item-name,
.media-item-name a {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    text-decoration: none;
}

.media-item-link {
    color: #0056d2;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    margin: 0;
}

/* ================================================================ */
/* ========================== QUESTION ============================ */
/* ================================================================ */
.book-primary {
    padding: 70px 0 0 0;
}

.book-primary>.container {
    max-width: 1024px;
}

.book-primary-box {
    width: 100%;
}

.book-primary-info {
    text-align: center;
    /* margin-bottom: 40px; */
}

.book-primary-question {
    color: #000000;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.book-primary-question span {
    color: #0056d2;
    font-size: 42px;
    font-weight: bold;
}

.book-primary-desc {}

.book-primary-desc p {
    color: #0056d2;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.book-primary-auth {
    font-size: 25px;
    font-weight: bold;
    color: #0a285a;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

.book-primary-image {
    text-align: center;
}

.book-primary-image .container {
    display: block !important;
    padding: 0 15px;
    max-width: 976px;
}

.book-primary-image img {}

.book-primary-image figcaption {
    color: #5b6780;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 20px 0 0 0;
    white-space: nowrap;
}

.book-primary-quote-line {
    width: 100%;
    height: 70px;
    background: url('../images/quote-line.png') no-repeat;
    background-position: center;
    margin: 30px auto;
    background-size: contain;
}

/* ================================================================ */
/* ============================ TRIP ============================== */
/* ================================================================ */
.trip-section {
    background-color: #ffffff;
}

.trip-section .container {
    padding: 75px 0;
}

.trip-title {
    text-align: center;
    margin-bottom: 30px;
}

.trip-title-label {
    color: #000000;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.trip-title-label span {
    color: #0056d2;
}


.trip-image {
    text-align: center;
    margin: auto;
}

.trip-image img {}

.trip-stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #e3eeff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 10px;
    margin-top: 50px;
}

.trip-stats-item {
    text-align: center;
}

.trip-stats-value {
    font-family: Barlow;
    font-size: 60px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 18px;
    line-height: 1;
    animation: popIn 1s ease both;
}

.trip-stats-label {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
}

.trip-stats-label strong {
    font-weight: 700;
}

.trip-stats-item:nth-child(1) .trip-stats-value {
    color: #bc28ab;
    /* -webkit-text-stroke: 1px #bc28ab; */
}

.trip-stats-item:nth-child(2) .trip-stats-value {
    color: #5d28cf;
    /* -webkit-text-stroke: 1px #5d28cf; */
}

.trip-stats-item:nth-child(3) .trip-stats-value {
    color: #0056d2;
    /* -webkit-text-stroke: 1px #0056d2; */
}

@keyframes popIn {
    from {
        transform: translateY(15px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.trip-section .book-primary-box {
    margin-top: 45px;
}

.trip-section .book-primary-quote-line {
    margin-bottom: 0;
}

/* ================================================================ */
/* ============================ QUOTE ============================= */
/* ================================================================ */
.quote-section.quote1 {
    background-color: #0a285a;
}

.quote-section.quote2 {
    background-color: #0056d2;
}

.quote-section>.container {
    padding: 45px 0 60px;
    position: relative;
    z-index: 100;
}


.quote-auth-section {
    background-color: #0056d2;
}

.quote-auth-section .container {
    padding: 35px 0 60px;
}

.quote-desc p {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.quote-name {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}

.quote-section .arrow-down-animation-1,
.quote-section .arrow-down-animation-2 {
    bottom: -40px;
}

/* Back To Top */
.scrollToTop {
    align-items: center;
    background-color: var(--primary-color);
    bottom: 21px;
    color: #fff;
    display: flex;
    height: 50px;
    justify-content: center;
    right: 20px;
    opacity: 1;
    position: fixed;
    transition: background-color .3s, opacity .5s, visibility .5s;
    width: 50px;
    z-index: 999999;
    border-radius: 50%;
}

.scrollToTop:hover {
    background-color: #0056d2;
    cursor: pointer
}

/* ================================================================ */
/* ========================= RESPONSIVE =========================== */
/* ================================================================ */
@media (min-width: 992px) {}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {
    .banner-item {
        height: 600px;
    }

    .banner-item-head {
        font-size: 28px;
    }

    .banner-item-desc,
    .banner-item-desc p {
        font-size: 18px;
    }

    .program-section {
        padding: 0 15px;
    }

    .program-item-name {
        font-size: 18px;
    }

    .program-item-desc,
    .program-item-link {
        font-size: 14px;
    }

    .program-quote-content p {
        font-size: 24px;
    }

    .program-section .arrow-down-animation-1 {
        bottom: -90px !important;
    }

    .book-section {
        padding: 45px 0;
    }

    .cominsoon-quote {
        margin-top: 35px;
    }

    .cominsoon-quote p {
        font-size: 18px;
    }

    .comingsoon-book .container {
        display: flex;
        justify-content: center;
    }

    .comingsoon-content {
        height: 320px;
    }

    .comingsoon-title {
        font-size: 36px;
    }

    .comingsoon-details {
        padding: 0;
    }

    .comingsoon-content,
    .comingsoon-details {
        width: 100%;
        height: 100%;
        min-height: 320px;
    }

    .comingsoon-review {
        margin-top: 0;
    }

    .comingsoon-book-image {
        width: 123px;
        height: 178px;
    }

    .comingsoon-book-name {
        font-size: 20px;
    }

    .comingsoon-thumbs {
        justify-content: center;
    }

    .book-primary-question,
    .book-primary-question * {
        font-size: 36px !important;
    }

    .book-primary-image .container {
        max-width: none;
    }

    .quote-desc,
    .quote-desc p {
        font-size: 24px;
    }

    .quote-name {
        font-size: 20px;
    }

    .trip-section .container {
        padding: 50px 0;
    }

    .trip-title-label,
    .trip-title-label * {
        font-size: 36px !important;
    }

    .trip-stats {
        border-radius: 0;
        padding: 25px 15px;
    }

    .trip-stats-item {
        width: 33.33333333%;
    }

    .trip-stats-value {
        font-size: 44px;
    }

    .trip-stats-label,
    .trip-stats-label strong {
        font-size: 13px;
    }

    .trip-image {
        padding: 0 15px;
    }

    .slider-section .swiper-slide.swiper-slide-active {
        border-radius: 0;
    }

    .media-title-head,
    .media-title-head * {
        font-size: 36px;
    }

    .media-section .container {
        padding: 35px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .media-list {
        margin-left: -5px;
        margin-right: -5px;
        width: calc(100% + 10px);
    }

    .media-list>div {
        padding: 0 5px !important;
        margin-bottom: 15px;
    }

    .auth-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .auth-content {
        /* padding-left: 50px; */
    }

    .auth-subject {
        font-size: 30px;
    }

    .arrow-down-animation-1,
    .arrow-down-animation-2 {
        width: 360px;
        height: 98px;
        bottom: -30px !important;
    }
}

@media (max-width: 992px) {
    .comingsoon-details {
        margin-top: 30px;
    }

    .comingsoon-book-image {
        width: 205px;
        height: 305px;
    }

    .program-item {
        padding: 0 20px;
    }

    .program-item-desc strong {
        display: block;
    }

    .book-primary-desc br {
        display: none
    }

    .auth-subject {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .banner-item {
        height: auto;
        padding: 30px 0;
        flex-direction: column;
    }

    .banner-item>* {
        width: 100%;
        padding: 0 15px;
        display: flex;
        justify-content: center;
    }

    .banner-item-content {
        flex-direction: column;
    }

    .banner-item-head {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .banner-item-desc,
    .banner-item-desc p {
        font-size: 18px;
        margin-top: 0;
    }

    .program-section {
        height: auto;
        padding: 15px 10px;
    }

    .program-box {
        top: 0;
        padding: 0 10px;
        justify-content: center;
    }

    .program-box>.row>div>.program-item {
        margin: 20px 0 0px 0;
        padding: 0;
    }

    .program-item {
        padding: 30px 15px 0 15px;
        margin-bottom: 30px;
    }

    .program-item-image {
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .program-item-content {
        text-align: center;
    }

    .program-item-subject,
    .program-item-name,
    .program-item-desc {
        font-size: 16px;
    }

    .program-item-desc strong {
        display: block;
    }

    .program-item-name {
        font-size: 20px;
        font-size: 16px;
    }

    .program-item-link {
        position: relative;
        bottom: 0;
        font-size: 15px;
        margin-top: 15px;
        display: inline-block;
    }

    .program-quote {
        position: relative;
        top: 0;
    }

    .program-quote-content {}

    .program-quote-content>* {
        font-size: 18px !important;
    }

    .program-quote-content br {
        display: none;
        content: ""
    }

    .program-box>.row>div:not(:last-child)>.program-item {
        border: 0;
        border-bottom: 1px solid #0056d2;
    }

    .book-section {
        padding: 30px 0;
    }

    .book-section .container {
        display: flex;
        justify-content: center;
    }

    .cominsoon-quote {
        margin: 30px 0 20px;
        width: 100%;
        text-align: center;
    }

    .cominsoon-quote p {
        line-height: 1.25;
        text-align: center;
    }

    .comingsoon-content {
        height: auto;
        padding: 15px;
        margin-bottom: 15px;
    }

    .comingsoon-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .comingsoon-label {
        padding: 8px;
        font-size: 14px;
    }

    .comingsoon-book-image {
        width: 363px;
        height: 330px;
    }

    .book-primary-image figcaption {
        font-size: 14px;
    }

    .comingsoon-details {
        height: auto;
    }

    .comingsoon-review {
        margin-top: 15px;
        padding: 0;
    }

    .comingsoon-book-info {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .comingsoon-book-image {
        width: 100%;
        height: 330px;
    }

    .comingsoon-book-image img {
        height: 100%;
        width: auto;
        max-width: none;
    }

    .comingsoon-book-name {
        font-size: 18px;
        margin: 25px 0 15px 0;
    }

    .comingsoon-book-auth,
    .comingsoon-book-publish {
        font-size: 14px;
    }

    .comingsoon-thumbs {
        padding: 10px;
    }

    .book-primary {
        padding-top: 40px;
    }

    .book-primary-box {
        padding: 0 15px;
    }

    .book-primary-question,
    .book-primary-question span {
        font-size: 26px !important;
    }

    .book-primary-question {
        margin-bottom: 10px;
    }

    .book-primary-question span,
    .book-primary-question strong {
        display: block;
    }

    .book-primary-desc,
    .book-primary-desc p {
        font-size: 20px;
        text-align: center;
    }

    .book-primary-auth {
        font-size: 18px;
    }

    .book-primary-quote-line {
        height: 40px;
    }

    .quote-section .container {
        padding: 25px 15px 40px;
    }

    .quote-desc,
    .quote-desc p {
        font-size: 16px;
        text-align: justify;
    }

    .quote-desc br {
        display: none;
        content: ""
    }

    .quote-name {
        font-size: 16px;
        text-align: center;
    }

    .quote-section .arrow-down-animation-2 {
        bottom: -10px !important;
    }

    .trip-section {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .trip-section .container {
        padding: 0 15px;
    }

    .trip-title-label,
    .trip-title-label * {
        font-size: 26px !important;
    }

    .trip-title-label strong,
    .trip-title-label span {
        display: block;
    }

    .trip-stats {
        padding: 25px;
        border-radius: 10px;
    }

    .trip-stats-item {
        width: 100%;
    }

    .trip-stats-item:not(:last-child) {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #FFF;
    }

    .trip-stats-value {
        font-size: 40px;
    }

    .trip-stats-label,
    .trip-stats-label strong {
        font-size: 14px;
    }

    .media-section .container {
        padding: 35px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .media-list {
        margin-left: -5px;
        margin-right: -5px;
        width: calc(100% + 10px);
    }

    .media-list>div {
        padding: 0 5px !important;
        margin-bottom: 15px;
    }

    .media-title {
        margin-bottom: 25px;
    }

    .media-title-head,
    .media-title-head * {
        font-size: 26px !important;
        line-height: 1.2;
        text-align: justify;
    }

    .media-title-head br {
        display: none;
        content: ""
    }

    .media-item {
        position: relative;
    }

    .media-item-content {
        padding: 15px;
    }

    .media-item-stats span {
        font-size: 10px;
    }

    .media-item-stats span:not(:last-child) {
        padding-right: 7px;
        margin-right: 0;
    }

    .media-item-info {
        height: 100%;
        min-height: 50px;
    }

    .media-item-name,
    .media-item-name a {
        font-size: 16px;
    }

    .media-item-link {
        font-size: 13px;
        position: absolute;
        bottom: 10px;
    }

    .quote-section .arrow-down-animation-1,
    .quote-section .arrow-down-animation-2 {
        bottom: -10px !important;
    }

    .auth-box {
        flex-direction: column;
        padding-bottom: 35px;
    }

    .auth-section .container {
        padding: 0 15px;
    }

    .auth-image,
    .auth-content {
        width: 100%;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0;
    }

    .auth-subject {
        font-size: 26px;
        margin-top: 35px;
        margin-bottom: 15px;
    }

    .swiper-pagination {
        display: flex;
        width: auto !important;
        position: absolute;
        bottom: 10px;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
        background: #FFF;
        border-radius: 10px;
        padding: 5px 10px;
    }

    /* FOOTER */
    .footer .container {
        padding: 0 15px;
    }

    .footer-logo {
        padding-bottom: 30px;
    }

    .footer-address {
        margin-bottom: 16px;
    }

    .footer-address-label {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .footer-address-street,
    .footer-address-old {
        font-size: 12px;
    }

    .footer-contact-item {
        font-size: 12px;
        padding: 0 11px 0 10px;
    }

    .footer-section1 {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .footer-section2 .container {
        border-width: 0 0 1px 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .arrow-down-animation-1,
    .arrow-down-animation-2 {
        width: 80px;
        height: 32px;
    }

    .arrow-down-animation-1,
    .arrow-down-animation-2 {
        bottom: -40px !important;
    }

    .program-section .arrow-down-animation-1 {
        bottom: -20px !important;
    }

    .book-primary-image figcaption {
        font-size: 14px;
    }

    .book-primary-box {
        padding: 0;
    }

    .book-primary-desc p {
        text-align: justify;
    }
}

@media (max-width: 576px) {
    .comingsoon-book-image {
        width: 100%;
        height: 330px;
    }

    .book-primary-image figcaption {
        font-size: 8px;
    }

    .trip-stats-value {
        font-size: 30px;
    }

    .program-box>.row>div>.program-item {
        padding: 30px 15px 0 15px;
        margin-bottom: 30px;
    }

    .comingsoon-details {
        margin-top: 15px;
    }

    .footer-contacts {
        height: auto;
        flex-direction: column;
    }

    .footer-contact-item {
        width: 100%;
        padding: 0;
    }

    .footer-contact-item:not(:last-child)::after {
        display: none;
    }

    .footer-copyright,
    .footer-socials {
        height: auto;
        justify-content: flex-start;
    }

    .footer-socials {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .media-title-head,
    .media-title-head * {
        font-size: 22px !important;
        margin-top: 20px !important;
    }

    .auth-subject {
        font-size: 22px;
    }
}

@media (max-width: 525px) {
    .cominsoon-quote span {
        display: none;
    }

    .cominsoon-quote strong {
        display: block;
        text-align: center;
    }
}

@media (max-width:425px) {
    .program-item-content {
        height: auto;
    }

    .program-box>.row>div>.program-item {
        padding: 15px 0 15px;
        margin-bottom: 0;
    }

    .cominsoon-quote p {
        font-size: 14px;
    }

    .book-primary-desc,
    .book-primary-desc p {
        font-size: 16px;
        text-align: justify;
    }

    .book-primary-desc br,
    .quote-desc br {
        display: none
    }

    .quote-desc p {
        text-align: justify;
    }

    .book-primary-auth {
        font-size: 15px;
    }

    .main.error {}

    .main.error .container {
        min-height: 350px;
        margin: 50px auto;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, .15) !important;
    }

    .main.error .container h3 {
        color: #000000;
        font-size: 1.75rem;
        border-bottom: 1px solid #CCC;
        padding-bottom: 15px;
        text-align: left;
    }

    .main.error .container p {
        color: #000000;
        font-size: 16px;
        text-align: left;
    }

    .main.error .container .group-actions {
        margin-top: 30px;
    }

    .main.error .container .btn-back {
        display: inline-block;
        padding: 8px 25px;
        color: #FFFFFF;
        font-size: 16px;
        text-align: center;
        background-color: #0056D2;
        border-radius: 4px;
    }
}