.h2styling {
    font-family: "Open Sans",sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    border: 0;
    outline: 0;
    position: relative;
    margin: 0;
    background: 0 0;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 5px
}

.h3styling {
    font-family: "Open Sans",sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    border: 0;
    outline: 0;
    position: relative;
    margin: 0;
    background: 0 0;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px
}

.h4iconstyling {
    font-family: "Open Sans",sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-box-direction: normal;
    padding: 0;
    border: 0;
    outline: 0;
    position: relative;
    margin: 0;
    background: 0 0;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 26px
}

.telephonestyling {
    -webkit-font-smoothing: antialiased;
    -webkit-box-direction: normal;
    padding: 0;
    border: 0;
    outline: 0;
    position: relative;
    margin: 0;
    background: 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: red;
    font-family: "Open Sans Condensed",sans-serif;
    text-align: left
}

#col-DGHhMiqTY {
    padding-left: 0!important;
    padding-right: 0!important
}

#custom-code-j3I73g2Dq {
    padding-left: 0!important;
    padding-right: 0!important
}

#row-mhBMZrUz1Y {
    padding-left: 0!important;
    padding-right: 0!important
}

#section-VGQnY7Tz4 {
    padding-left: 0!important;
    padding-right: 0!important
}

html {
    scroll-behavior: smooth
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

button {
    outline: 0
}

button:focus {
    outline: 0
}

button:focus {
    outline: 0
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2);
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.3)
}

body {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.7em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

body.active {
    overflow: hidden
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000
}

h1,h2,h3,h4,h5,h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.6em
}

h1 {
    font-size: 4em
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 34px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

p {
    position: relative;
    line-height: 1.8em
}

.auto__container {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 100px
}

ul,li {
    list-style: none;
    padding: 0;
    margin: 0
}

h1 {
    font-family: "Open Sans Condensed",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 98px;
    text-align: center;
    color: #fff
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    color: #fff
}

h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    color: #fff
}

h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #000
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #000
}

.footer {
    background: #c4c4c4;
    padding: 60px 0
}

.footer__inner p {
    text-align: center
}

.header {
    background: #fff
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__inner-logo {
    width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__inner-logo img {
    width: 100%
}

.header__inner-phone {
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #294385;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer
}

.header__inner-phone-icon {
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px
}

.header__inner-phone-icon img {
    width: 100%
}

.header__inner-phone-text {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: red;
    width: calc(100% - 50px)
}

.header__inner-phone-text span {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #294385;
    display: block;
    margin-top: 5px
}

.intro {
    position: relative
}

.intro__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.intro__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover
}

.intro__image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(41,67,133,.38)
}

.intro__inner {
    padding: 250px 0
}

.intro h1 {
    margin-bottom: 10px
}

.intro h2 {
    margin-bottom: 5px
}

.intro h3 {
    margin-bottom: 5px
}

.feature__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 100px -20px
}

.feature__inner-column {
    width: calc(50% - 40px);
    margin: 0 20px
}

.feature__inner-column-icon {
    width: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    height: 110px
}

.feature__inner-column-icon img {
    width: 100%;
    max-width: 135px;
    max-height: 110px
}

.feature__inner-column:last-child .feature__inner-column-icon {
    width: 135px;
    height: 110px
}

.feature__inner-column:last-child .feature__inner-column-icon img {
    max-width: 100px;
    max-height: 80px
}

.info {
    margin-bottom: 100px
}

.info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.info__inner-table {
    width: calc(50% - 15px);
    margin-right: 15px
}

.info__inner-table-row {
    padding: 28px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #000
}

.info__inner-table-payment {
    margin-top: 80px
}

.info__inner-table-payment h3 {
    font-weight: 700;
    color: #294385;
    font-family: "Open Sans Condensed",sans-serif;
    text-align: left;
    margin-bottom: 20px
}

.info__inner-table-payment p {
    margin-bottom: 20px
}

.info__inner-table-payment p:last-child {
    margin-bottom: 0
}

.info__inner-map {
    width: calc(50% - 15px);
    margin-left: 15px;
    border-radius: 20px;
    border: 1px solid #d5d5d5;
    overflow: hidden
}

.info__inner-map-header {
    padding: 30px 0;
    background: #c4c4c4
}

.info__inner-map-header p {
    font-weight: 700;
    text-align: center;
    color: #fff
}

.info__inner-map-iframe {
    padding: 50px
}

.info__inner-map-iframe iframe {
    width: 100%;
    height: 550px
}

.info__inner-map-footer {
    font-size: 20px;
    line-height: 24px;
    color: #323232;
    font-weight: 700;
    padding: 50px
}

.info__inner-map-footer span {
    font-size: 28px;
    line-height: 34px;
    display: block;
    color: #294385;
    font-weight: 400;
    margin-top: 20px
}

.info h2 {
    color: red;
    font-family: "Open Sans Condensed",sans-serif;
    text-align: left
}

.about {
    margin-bottom: 100px
}

.about__inner {
    max-width: 855px;
    margin: 0 auto
}

.about h2 {
    color: red;
    font-family: "Open Sans Condensed",sans-serif;
    margin-bottom: 30px
}

@media (max-width:1340px) {
    .auto__container {
        padding: 0 50px
    }

    h1 {
        font-size: 60px;
        line-height: 80px
    }

    h2 {
        font-size: 40px;
        line-height: 52px
    }

    h3 {
        font-size: 30px;
        line-height: 40px
    }

    h4 {
        font-size: 24px;
        line-height: 32px
    }

    p {
        font-size: 20px;
        line-height: 26px
    }

    .intro__inner {
        padding: 150px 0
    }
}

@media (max-width:1024px) {
    h1 {
        font-size: 72px;
        line-height: 98px
    }

    h2 {
        font-size: 48px;
        line-height: 65px
    }

    h3 {
        font-size: 36px;
        line-height: 49px
    }

    h4 {
        font-size: 28px;
        line-height: 38px
    }

    p {
        font-size: 24px;
        line-height: 33px
    }

    .feature__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .feature__inner-row {
        margin: 30px 0
    }

    .feature__inner-column {
        width: 100%;
        margin: 15px auto;
        max-width: 400px
    }

    .info__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .info__inner-table {
        width: 100%;
        margin: 0 0 40px 0
    }

    .info__inner-map {
        width: 100%;
        margin: 0
    }

    .info h2 br {
        display: none
    }

    .about__inner {
        max-width: unset
    }

    .header__inner-logo {
        width: 200px
    }

    .header__inner-phone {
        padding: 4px 12px
    }

    .header__inner-phone-icon {
        width: 30px;
        margin-right: 10px
    }

    .header__inner-phone-text {
        width: calc(100% - 40px);
        font-size: 20px;
        line-height: 24px
    }

    .header__inner-phone-text span {
        font-size: 16px;
        line-height: 20px;
        margin-top: 0
    }
}

@media (max-width:768px) {
    .auto__container {
        padding: 0 40px
    }

    h1 {
        font-size: 60px;
        line-height: 80px
    }

    h2 {
        font-size: 40px;
        line-height: 52px
    }

    h3 {
        font-size: 30px;
        line-height: 40px
    }

    h4 {
        font-size: 24px;
        line-height: 32px
    }

    p {
        font-size: 20px;
        line-height: 26px
    }

    .feature__inner {
        margin: 50px 0
    }

    .feature__inner-column-icon {
        width: 100px;
        height: 80px
    }

    .feature__inner-column-icon img {
        max-width: 100px;
        max-height: 80px
    }

    .feature__inner-column:last-child .feature__inner-column-icon {
        width: 80px;
        height: 60px
    }

    .feature__inner-column:last-child .feature__inner-column-icon img {
        max-width: 80px;
        max-height: 60px
    }
}

@media (max-width:650px) {
    .auto__container {
        padding: 0 20px
    }

    h1 {
        font-size: 42px;
        line-height: 52px
    }

    h2 {
        font-size: 32px;
        line-height: 42px
    }

    h3 {
        font-size: 24px;
        line-height: 32px
    }

    h4 {
        font-size: 20px;
        line-height: 26px
    }

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

    .header {
        position: relative;
        z-index: 1
    }

    .header__inner-phone {
        position: absolute;
        top: calc(100% + 20px);
        right: 20px
    }

    .info {
        margin-bottom: 40px
    }

    .info__inner-table {
        margin: 0 0 20px 0
    }

    .info__inner-map {
        width: 100%
    }

    .info__inner-map-iframe {
        padding: 20px
    }

    .info__inner-map-iframe iframe {
        height: 400px
    }

    .info__inner-map-footer {
        padding: 20px;
        font-size: 16px;
        line-height: 20px
    }

    .info__inner-map-footer span {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700
    }

    .info h2 br {
        display: none
    }

    .about {
        margin-bottom: 40px
    }

    .footer {
        padding: 20px 0
    }

    .footer p {
        font-size: 12px;
        line-height: 1.2
    }

    .intro__inner {
        padding: 100px 0 50px 0
    }
}

body > header {
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0px 5px 10px #00000045;
}
