

.logo
{
    /* width: 175px; */
    height: 76px;
    max-width: unset !important;
}
.logo-2
{
    width: 146px;
    height: 127px;
}

.overlay-1
{
    background: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.overlay-2
{
    background: rgba(174, 233, 226, 0.82);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.overlay-fixed-1
{
    background: rgba(174, 233, 226, 0.82);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.z-index-1000
{
    z-index: 1000;
}
.z-index-6
{
    z-index: 6;
}
.z-index-5
{
    z-index: 5;
}
.z-index-4
{
    z-index: 4;
}
.z-index-3
{
    z-index: 3;
}
.z-index-2
{
    z-index: 2;
}
.z-index-1
{
    z-index: 1;
}
.z-index-0
{
    z-index: 0;
}

.line-height-48px
{
    line-height: 48px !important;
}
.line-height-35px
{
    line-height: 35px !important;
}
.line-height-32px
{
    line-height: 32px !important;
}

.line-height-1
{
    line-height: 1.8;
}

.mt-7
{
    margin-top: 4em !important;
}
.mt-6
{
    margin-top: 3.5em !important;
}
.mt-5
{
    margin-top: 3em !important;
}
.mt-4
{
    margin-top: 2.5em !important;
}
.mt-3
{
    margin-top: 2em !important;
}
.mt-2
{
    margin-top: 1.5em !important;
}
.mt-1
{
    margin-top: .5em !important;
}
.mt-0-35
{
    margin-top: .35em !important;
}
.mb-10
{
    margin-bottom: 7em !important;
}
.mb-9
{
    margin-bottom: 6em !important;
}
.mb-8
{
    margin-bottom: 5em !important;
}
.mb-7
{
    margin-bottom: 4em !important;
}
.mb-6
{
    margin-bottom: 1em !important;
}
.py-7
{
    padding-top: 4em !important;
    padding-bottom: 4em !important;
}
.py-5
{
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}
.py-4
{
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
}
.py-3
{
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}
.py-2
{
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
}
.py-1
{
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}
.py-0-35
{
    padding-top: .35em !important;
    padding-bottom: .35em !important;
}
.py-0-05
{
    padding-top: .05em !important;
    padding-bottom: .05em !important;
}
.pt-5
{
    padding-top: 3em !important;
}
.px-10
{
    padding-left: 5.5em !important;
    padding-right: 5.5em !important;
}
.px-9
{
    padding-left: 5em !important;
    padding-right: 5em !important;
}
.px-8
{
    padding-left: 4.5em !important;
    padding-right: 4.5em !important;
}
.px-7
{
    padding-left: 4em !important;
    padding-right: 4em !important;
}
.px-6
{
    padding-left: 3.5em !important;
    padding-right: 3.5em !important;
}
.px-5
{
    padding-left: 3em !important;
    padding-right: 3em !important;
}
.px-4
{
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
}
.px-3
{
    padding-left: 2em !important;
    padding-right: 2em !important;
}
.px-2
{
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
}
.px-1
{
    padding-left: 1em !important;
    padding-right: 1em !important;
}
.px-0-5
{
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}
.pr-6
{
    padding-right: 3.5em !important;
}
.pl-2
{
    padding-left: 1.5em !important;
}

.button-1
{
    background: -o-linear-gradient(180.07deg, var(--color-7) -20.31%, var(--color-8) 99.99%);
    background: linear-gradient(269.93deg, var(--color-7) -20.31%, var(--color-8) 99.99%);
    border-radius: 42px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid transparent;
    padding: .3em 1em;
    color: #ffffff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.button-1:hover
{
    /* border-color: var(--color-4); */
    background: -o-linear-gradient(180.07deg, var(--color-7) -20.31%, var(--color-8) 80%);
    background: linear-gradient(269.93deg, var(--color-7) -20.31%, var(--color-8) 80%);
}

.button-2
{
    background: var(--color-3);
    border-radius: 18px;
    border: none;
    padding: .35em 1em;
}

.button-3
{
    border: 2px solid var(--color-6);
    border-radius: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: transparent;
    color: var(--color-6);
    padding: .35em 1.3em;
}

.list-h .list-item
{
    display: inline-block;
}

.list .list-item
{
    margin-bottom: .8em;
}

.list-style-inside
{
    list-style: inside !important;
}
.list-style-position-inside
{
    list-style-position: inside !important;
}
.list-style-position-outside
{
    list-style-position: outside !important;
}
.list-style-type-disc
{
    list-style-type: disc !important;
}
.list-style-type-decimal
{
    list-style-type: decimal !important;
}

.circular-list
{
    position: relative;
    border-radius: 50%;
    width: 374px;
    height: 374px;
}
.circular-list .circular-list-main-item
{
    width: 100%;
    height: 100%;
}
.circular-list .circular-list-curved-line
{
    position: absolute;
    top: 0;
    left: 0;
    /* border: 3px dashed var(--color-15); */
    -webkit-transform: translate(-75px, 0);
        -ms-transform: translate(-75px, 0);
            transform: translate(-75px, 0);
}
.circular-list .circular-list-items
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
}
.circular-list .list-item-rotator
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.circular-list .list-item 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 106px;
    height: 107px;
    -webkit-transform: translate(-105px, 0);
        -ms-transform: translate(-105px, 0);
            transform: translate(-105px, 0);
}
.circular-list .list-item-rotator:nth-child(1)
{
    -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
            transform: rotate(22deg);
}
.circular-list .list-item-rotator:nth-child(2)
{
    -webkit-transform: rotate(348deg);
        -ms-transform: rotate(348deg);
            transform: rotate(348deg);
}
.circular-list .list-item-rotator:nth-child(3)
{
    -webkit-transform: rotate(314deg);
        -ms-transform: rotate(314deg);
            transform: rotate(314deg);
}
.circular-list .list-item-rotator:nth-child(4)
{
    -webkit-transform: rotate(281deg);
        -ms-transform: rotate(281deg);
            transform: rotate(281deg);
}
.circular-list .list-item-rotator:nth-child(1) .list-item
{
    -webkit-transform: translate(-105px, 0) rotate(338deg);
        -ms-transform: translate(-105px, 0) rotate(338deg);
            transform: translate(-105px, 0) rotate(338deg);
}
.circular-list .list-item-rotator:nth-child(2) .list-item
{
    -webkit-transform: translate(-105px, 0) rotate(14deg);
        -ms-transform: translate(-105px, 0) rotate(14deg);
            transform: translate(-105px, 0) rotate(14deg);
}
.circular-list .list-item-rotator:nth-child(3) .list-item
{
    -webkit-transform: translate(-105px, 0) rotate(44deg);
        -ms-transform: translate(-105px, 0) rotate(44deg);
            transform: translate(-105px, 0) rotate(44deg);
}
.circular-list .list-item-rotator:nth-child(4) .list-item
{
    -webkit-transform: translate(-105px, 0) rotate(83deg);
        -ms-transform: translate(-105px, 0) rotate(83deg);
            transform: translate(-105px, 0) rotate(83deg);
}

.rounded-44px
{
    border-radius: 44px !important;
}
.rounded-29px
{
    border-radius: 29px !important;
}
.rounded-27px
{
    border-radius: 27px !important;
}
.rounded-27px
{
    border-radius: 27px !important;
}
.rounded-21px
{
    border-radius: 21px !important;
}
.rounded-16px
{
    border-radius: 16px !important;
}
.rounded-15px
{
    border-radius: 15px !important;
}
.rounded-13px
{
    border-radius: 13px !important;
}

.max-height-700px
{
    max-height: 700px !important;
}
.max-height-200px
{
    max-height: 200px !important;
}
.max-height-100vh
{
    max-height: 100vh !important;
}
.min-height-100vh
{
    min-height: 100vh !important;
}
.min-height-500px
{
    min-height: 500px !important;
}
.height-500px
{
    height: 500px !important;
}
.height-200px
{
    height: 200px !important;
}
.height-60px
{
    height: 60px !important;
}
.height-50px
{
    height: 50px !important;
}
.height-30px
{
    height: 30px !important;
}
.max-width-1500px
{
    max-width: 1500px !important;
}
.max-width-1200px
{
    max-width: 1200px !important;
}
.max-width-1000px
{
    max-width: 1000px !important;
}
.max-width-992px
{
    max-width: 992px !important;
}
.max-width-844px
{
    max-width: 844px !important;
}
.max-width-784px
{
    max-width: 784px !important;
}
.max-width-755px
{
    max-width: 755px !important;
}
.max-width-496px
{
    max-width: 496px !important;
}
.max-width-485px
{
    max-width: 485px !important;
}
.max-width-432px
{
    max-width: 432px !important;
}
.max-width-354px
{
    max-width: 354px !important;
}
.max-width-310px
{
    max-width: 310px !important;
}
.max-width-250px
{
    max-width: 250px !important;
}
.max-width-155px
{
    max-width: 155px !important;
}

.width-30px
{
    width: 30px !important;
}
.width-10px
{
    width: 10px !important;
}
.width-5px
{
    width: 5px !important;
}

.subscribe-box
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid var(--color-6);
    border-radius: 42px;
    overflow: hidden;
    height: 40px;
}
.subscribe-box .subscribe-input
{
    color: rgba(0, 27, 113, 0.63);
    font-size: 16px;
    width: 100%;
    outline: 0;
    border: none;
    padding: .35em .7em;
}
.subscribe-box .subscribe-input::-webkit-input-placeholder
{
    font-size: 14px;
    opacity: .8;
    color: rgba(0, 27, 113, 0.63);
}
.subscribe-box .subscribe-input::-moz-placeholder
{
    font-size: 14px;
    opacity: .8;
    color: rgba(0, 27, 113, 0.63);
}
.subscribe-box .subscribe-input:-ms-input-placeholder
{
    font-size: 14px;
    opacity: .8;
    color: rgba(0, 27, 113, 0.63);
}
.subscribe-box .subscribe-input::-ms-input-placeholder
{
    font-size: 14px;
    opacity: .8;
    color: rgba(0, 27, 113, 0.63);
}
.subscribe-box .subscribe-input::placeholder
{
    font-size: 14px;
    opacity: .8;
    color: rgba(0, 27, 113, 0.63);
}
.subscribe-box .subscribe-button
{
    background: var(--color-6);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-radius: 31px;
    width: 118px;
    height: 100%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -1px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.subscribe-box .subscribe-button:hover
{
    background: var(--color-3);
    width: 100%;
    letter-spacing: 5px;
}

.speech-bubble
{
    min-width: 83px;
    min-height: 50px;
    border-radius: 8px 30px;
    background-color: var(--color-9);
    padding: 1em 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.speech-bubble-2
{
    min-width: 83px;
    min-height: 50px;
    border-radius: 13px 52px 14px;
    background-color: var(--color-9);
    padding: 1em 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.circle
{
    width: 60px;
    height: 60px;
    background: var(--color-11);
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
}
.circle > img
{
    border-radius: 50%;
}
.rectangle
{
    padding: 4em 0;
    border-radius: 26px;
}

.angle
{
    position: relative;
    min-width: 35px;
}
.angle::before
{
    content: '';
    min-width: 20px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg) translate(0, -10px);
        -ms-transform: rotate(45deg) translate(0, -10px);
            transform: rotate(45deg) translate(0, -10px);
}
.angle::after
{
    content: '';
    min-width: 20px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg) translate(0, 10px);
        -ms-transform: rotate(-45deg) translate(0, 10px);
            transform: rotate(-45deg) translate(0, 10px);
}
.angle.angle-right
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.angle.angle-left
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

.letter-spacing-4px
{
    letter-spacing: 4px;
}

.underline-hover:hover
{
    text-decoration: underline;
}

.vertical-align-middle
{
    vertical-align: middle;
}
.vertical-align-top
{
    vertical-align: top;
}

.outline-none
{
    outline: none !important;
}
.outline-focus-none:focus
{
    outline: none !important;
}
.border-none
{
    border: none !important;
}

.input-1::-webkit-input-placeholder
{
    font-size: 14px;
    color: var(--color-17);
}

.input-1::-moz-placeholder
{
    font-size: 14px;
    color: var(--color-17);
}

.input-1:-ms-input-placeholder
{
    font-size: 14px;
    color: var(--color-17);
}

.input-1::-ms-input-placeholder
{
    font-size: 14px;
    color: var(--color-17);
}

.input-1::placeholder
{
    font-size: 14px;
    color: var(--color-17);
}

select.no-arrow
{
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-1
{
    position: relative;
}
.select-1::before,
.select-1::after
{
    content: '';
    height: 1px;
    width: 12px;
    background: var(--color-18);
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.select-1::before
{
    -webkit-transform: translate(7px, -50%) rotate(-236deg);
        -ms-transform: translate(7px, -50%) rotate(-236deg);
            transform: translate(7px, -50%) rotate(-236deg);
}
.select-1::after
{
    -webkit-transform: translate(0, -50%) rotate(236deg);
        -ms-transform: translate(0, -50%) rotate(236deg);
            transform: translate(0, -50%) rotate(236deg);
}

textarea.no-resize
{
    resize: none !important;
}

.box-sizing-border-box
{
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
}

.box-shadow-none
{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.disabled
{
    opacity: .7 !important;
    pointer-events: none !important;
}

.background-clip-text
{
    -webkit-background-clip: text;
            background-clip: text;
}

.text-fill-color-transparent
{
    -webkit-text-fill-color: transparent;
}

.rotate-left
{
    -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
}

.button-close
{
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.button-close::before
{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    pointer-events: none !important;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.button-close::after
{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    pointer-events: none !important;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.button-close::before,
.button-close::after
{
    background-color: var(--color-4);
}
.button-close:active
{
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
}

.is-divider
{
    display: inline-block !important;
}
.is-divider::before 
{
    content: '';
    height: 2px;
    width: 71px;
    background-color: var(--color-20);
    display: inline-block;
    bottom: 15px;
    margin-bottom: 3px;
    margin-left: 12px;
}
.is-divider::after 
{
    content: '';
    height: 2px;
    width: 71px;
    background-color: var(--color-20);
    display: inline-block;
    bottom: 15px;
    margin-bottom: 3px;
    margin-right: 12px;
}

.no-img-fluid
{
    max-width: unset !important;
    height: unset !important;
}

.float-right
{
    float: right !important;
}
.float-left
{
    float: left !important;
}
.clearfix::after
{
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
.background-image
{
    background-image: url(../img/shapes/shape-10.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.wave-top
{
    background-image: url(../img/shapes/shape-11.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 3%;
    left: 0;
    width: 100%;
    height: 50%;
}
.wave-bottom
{
    background-image: url(../img/shapes/shape-12.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 3%;
    left: 0;
    width: 100%;
    height: 50%;
}
.no-pointer
{
    pointer-events: none !important;
}

.mobile-block
{
    display: none;
}

@media screen and (max-width: 900px)
{
    .mobile-block
    {
        display: block;
    }

    .mobile-hidden
    {
        display: none;
    }
}

.bg-transparent
{
    background-color: transparent !important;
}

.bg-hover-0063d5:hover
{
    background-color: #0063d5 !important;
}
.bg-hover-f1f1f1:hover
{
    background-color: #f1f1f1 !important;
}
.text-color-hover-000000:hover
{
    color: #000000 !important;
}
.text-color-hover-ffffff:hover
{
    color: #ffffff !important;
}
.bg-hover-none:hover
{
    background-color: transparent !important;
}

.border-radius-4
{
    border-radius: 4px !important;
}
.border-radius-5
{
    border-radius: 5px !important;
}
.border-radius-6
{
    border-radius: 6px !important;
}
.border-radius-7
{
    border-radius: 7px !important;
}
.border-radius-8
{
    border-radius: 8px !important;
}
.border-radius-9
{
    border-radius: 9px !important;
}
.border-radius-10
{
    border-radius: 10px !important;
}
.border-radius-11
{
    border-radius: 11px !important;
}
.border-radius-12
{
    border-radius: 12px !important;
}
.border-radius-13
{
    border-radius: 13px !important;
}
.border-radius-14
{
    border-radius: 14px !important;
}
.border-radius-15
{
    border-radius: 15px !important;
}
.border-radius-16
{
    border-radius: 16px !important;
}
.border-radius-17
{
    border-radius: 17px !important;
}
.border-radius-18
{
    border-radius: 18px !important;
}
.border-radius-19
{
    border-radius: 19px !important;
}
.border-radius-20
{
    border-radius: 20px !important;
}
.box-shadow-1
{
    box-shadow: inset 0 0 19px #efefef;
}

.opacity-0
{
    opacity: 0 !important;
}
.opacity-1-hover:hover
{
    opacity: 1 !important;
}


.cursor-pointer
{
    cursor: pointer !important;
}

.overflow-x-hidden
{
    overflow-x: hidden !important;
}
.overflow-y-auto
{
    overflow-y: auto !important;
}