@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@200;400;500;700;900&display=block");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500&display=block");

@font-face {
    font-family: "Involve-Regular"; 
    src: url("../fonts/OTF/Involve-Regular.eot"); 
    src: url("../fonts/OTF/Involve-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/WOFF/Involve-Regular.woff") format("woff"), 
    url("../fonts/TTF/Involve-Regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 400; 
}

@font-face {
    font-family: "Involve-SemiBold"; 
    src: url("../fonts/OTF/Involve-SemiBold.eot"); 
    src: url("../fonts/OTF/Involve-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/WOFF/Involve-SemiBold.woff") format("woff"), 
    url("../fonts/TTF/Involve-SemiBold.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 600; 
}

@font-face {
    font-family: "Involve-Medium"; 
    src: url("../fonts/OTF/Involve-Medium.eot"); 
    src: url("../fonts/OTF/Involve-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/WOFF/Involve-Medium.woff") format("woff"), 
    url("../fonts/TTF/Involve-Medium.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 500; 
}

@font-face {
    font-family: "Involve-Bold"; 
    src: url("../fonts/OTF/Involve-Bold.eot"); 
    src: url("../fonts/OTF/Involve-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/WOFF/Involve-Bold.woff") format("woff"), 
    url("../fonts/TTF/Involve-Bold.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 700; 
}


.iti__country-name {
    color: #2c3346
}


.iti {
    position: relative;
    display: inline-block
}

.iti * {
    box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,.iti input[type=tel],.iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid #0000;
    border-right: 3px solid #0000;
    border-top: 4px solid #555
}

[dir=rtl] .iti__arrow {
    margin-right: 6px;
    margin-left: 0
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px #0003;
    background-color: #e9ebf3;
    border: 1px solid #ccc;
    border-radius: 10px;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space:normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    outline: none
}

.iti__dial-code {
    color: #2c3346
}

.iti__country.iti__highlight {
    background-color: #f6f7fa
}

.iti__country-name,.iti__flag-box {
    margin-right: 6px
}

[dir=rtl] .iti__country-name,[dir=rtl] .iti__flag-box {
    margin-right: 0;
    margin-left: 6px
}

.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

[dir=rtl] .iti--allow-dropdown input,[dir=rtl] .iti--allow-dropdown input[type=tel],[dir=rtl] .iti--allow-dropdown input[type=text],[dir=rtl] .iti--separate-dial-code input,[dir=rtl] .iti--separate-dial-code input[type=tel],[dir=rtl] .iti--separate-dial-code input[type=text] {
    padding-right: 52px;
    padding-left: 6px;
    margin-right: 0
}

.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

[dir=rtl] .iti--allow-dropdown .iti__flag-container,[dir=rtl] .iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: auto
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #0000000d
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: initial
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #0000000d
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti__flag {
        background-size:5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: none;
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti__flag {
        background-image:none
    }
}

.iti__flag.iti__np {
    background-color: initial
}

.button {
    font-family: Involve-SemiBold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    height: 56px;
    padding: .5rem 1rem;
    border-radius: 16px;
    transition: background-color .3s,color .3s,border-color .3s
}

@media (max-width: 767px) {
    .button {
        width:100%
    }
}

.button svg path {
    transition: stroke .3s ease
}

.primary-button {
    background-color: #6c66e7;
    color: #f6f7fa
}

.primary-button:hover {
    background-color: #604be0
}

.inverted-primary-button {
    background-color: #f6f7fa;
    color: #6c66e7
}

.inverted-primary-button:hover {
    background-color: #ecebff
}

.secondary-button {
    background-color: initial;
    border: 1.5px solid #6c66e7;
    color: #6c66e7
}

.secondary-button:hover {
    background-color: #6c66e7;
    border-color: #6c66e7;
    color: #ecebff
}

.secondary-button:hover svg path {
    stroke: #ecebff
}

.inverted-secondary-button {
    background-color: initial;
    border: 1.5px solid #ecebff;
    color: #ecebff
}

.inverted-secondary-button:hover {
    background-color: #ecebff;
    border-color: #ecebff;
    color: #6c66e7
}

.inverted-secondary-button:hover svg path {
    stroke: #6c66e7
}

.primary-button.login-button {
    background-color: #242338;
    width: 100%
}

.primary-button.login-button:hover {
    background-color: #604be0
}

.primary-button.login-button:disabled,.primary-button.login-button:disabled:hover {
    background-color: #ccc;
    color: #888;
    cursor: not-allowed
}

.contact-us-button {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 16px;
    gap: 8px;
    max-height: 36px;
    border-radius: 10px;
    flex: none;
    order: 2;
    flex-grow: 0
}

.toggle-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    flex-shrink: 0;
    --icon-color: #242338
}

.toggle-icon:after,.toggle-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1.5px;
    background-color: var(--icon-color);
    transition: transform .3s
}

.toggle-icon:before {
    transform-origin: center;
    transform: translateY(-50%) rotate(0deg)
}

.toggle-icon:after {
    transform-origin: center;
    transform: translateY(-50%) rotate(-90deg)
}

.toggle-icon.minus:after,.toggle-icon.minus:before {
    transform: translateY(-50%) rotate(0deg)
}

.modal input {
    border: 1px solid #999eaa;
    color: #242338!important;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    height: 40px;
    width: 100%;
    padding: 5px;
    background-color: initial
}

.modal input[type=checkbox] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    background-color: transparent;
    border-radius: 4px;
    margin-right: 16px;
    border: 1px solid #5D6374;
    margin-top: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    position: relative;
    transition: border-color 0.3s 0s;
}

.modal label a {
    color: #6C66E7;
}

.phone_number_input {
    display: block
}

.modal textarea {
    border: 1px solid #999eaa;
    color: #242338!important;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    min-height: 120px;
    padding: 5px;
    background-color: initial
}

input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 30px #f6f7fa!important
}

input:active {
    border: 1px solid #6c66e7
}

input.error {
    border: 1px solid #e74c42
}

label.error {
    position: absolute;
    bottom: -17px;
    left: 0;
    display: inline-block;
    color: #e74c42;
    font-size: 12px;
    width: 100%;
}

#animationWrapper {
    will-change: transform
}

.octella-gradient-background {
    background: linear-gradient(125.69deg,#6c66e7 23.34%,#7ac9ee)
}

.landing-background-light {
    background: linear-gradient(180deg,#ebf0f9cc,#ebf0f900)
}

.landing-background-white {
    background: #F6F7FA;
}

.landing-background-dark {
    background: #242338
}

.strong-cyan strong {
    color: #44e2cf
}

.strong-violet strong {
    color: #6c66e7
}

.title-desc {
    font-style: normal;
    font-family: Involve-Medium;
    font-size: 20px;
    line-height: 150%;
    color: #e9ebf3
}

.light-text {
    color: #f6f7fa
}

.dark-text {
    color: #242338
}

.product-panel {
    border-radius: 40px;
    background: #f6f7fa
}

.background-layer-zone-right {
    transform: scaleX(-1) translateX(-15%) translateY(15%)
}

.background-layer-zone-right path {
    stroke: #d5d3ff
}

.homepage-benefit-carousel.swiffy-slider.slider-item-reveal {
    --swiffy-slider-item-reveal:1rem
}

@media (min-width: 1380px) {
    .homepage-benefit-carousel.swiffy-slider.slider-item-reveal {
        --swiffy-slider-item-reveal:24rem
    }
    
}

.homepage-benefit-carousel .slider-indicators>li {
    border-radius: 4px;
    border: 3px solid #d2d8e9;
    width: 36px;
    flex-shrink: 0;
    background-color: #d2d8e9
}

.homepage-benefit-carousel .slider-indicators>li.active {
    border: 3px solid #333350;
    background-color: #333350
}

.homepage-benefit-carousel .slider-indicators.small>li.active {
    border: 2px solid #333350
}

.base-nav-button {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 16px;
    gap: 8px;
    font-size: 14px;
    font-family: Involve-SemiBold;
    border-radius: 10px
}

.nav-primary {
    color: #6c66e7;
    min-width: 100px;
    background: #e9ebf3
}

.nav-primary:hover {
    color: #e9ebf3;
    background: #6c66e7
}

body.page-loaded .nav-primary {
    transition: color .3s ease,background .3s ease
}

.nav-secondary {
    color: #e9ebf3;
    min-width: 100px;
    border: 1.5px solid #e9ebf3
}

@media screen and (min-width: 768px) and (max-width:945px) {
    .base-nav-button {
        font-size:12px;
        padding: 4px 10px
    }

    .nav-primary,.nav-secondary {
        min-width: 80px
    }

    .selected-language {
        padding-right: 5px;
        font-size: 12px
    }

    .lang-dropdown-menu {
        width: 60px
    }
}

.mobile-nav-primary {
    color: #6c66e7;
    background: #e9ebf3;
    width: 100%;
    max-width: 154px
}

.mobile-nav-secondary {
    color: #e9ebf3;
    border: 1.5px solid #e9ebf3;
    width: 100%;
    max-width: 154px
}

body.page-loaded a.nav-secondary {
    transition: color .3s ease,background .3s ease,border-color .3s ease
}

.nav-secondary:hover {
    color: #e9ebf3;
    background: #6c66e7;
    border-color: #6c66e7
}

li .nav-button,li>a {
    color: #f6f7fa;
    text-decoration: none;
    font-family: Involve-Medium
}

.contact-info-header {
    color: #e9ebf3
}

.navbar.short {
    height: 50px
}

.octella-logo {
    transition: opacity .3s ease-in,width .3s ease;
    opacity: 1
}

.octella-logo.hide {
    opacity: 0
}

.navbar-content {
    position: relative;
    width: 100%
}

.nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .3s ease-in-out;
    opacity: 0;
    background: #f6f7fa;
    pointer-events: none;
    padding-bottom: 28px;
    padding-left: 5.5rem;
    padding-right: 5rem;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    box-shadow: 0 57px 62px #1a1e650a,0 17px 19px rgba(26,30,101,.026),0 7px 8px #1a1e6505,0 3px 3px rgba(26,30,101,.014);
    --tw-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
    --tw-shadow-colored: 0 10px 15px -3px,0 4px 6px -4px
}

li:hover .nav-dropdown {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: scaleY(1);
    transition-delay: 0s
}

.coming-soon {
    border-radius: 12px;
    background: #333350;
    min-height: 93px;
    width: 239px;
    padding: 20px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#coming-soon-link path {
    stroke: #b4b0fd
}

#coming-soon-link {
    padding: 0;
    align-self: flex-end;
    margin-top: auto;
    margin-right: 0
}

#coming-soon-link:hover {
    background: #0000
}

#coming-soon-link>span:hover {
    text-decoration: underline
}

.coming-soon .text {
    font-size: 14px;
    color: #b4b0fd
}

.coming-soon>.page {
    color: #d5d3ff
}

a.all-products {
    margin-left: 1.5rem
}

.lang-dropdown-container {
    width: 79px
}

.language-selector {
    padding: 6px 4px 5px;
    width: 79px;
    border-radius: 10px
}

body.page-loaded .language-selector {
    transition: background-color .3s ease-in
}

.lang-dropdown-container:hover .lang-dropdown-menu,.language-selector:hover {
    background-color: #6c66e7
}

.language-selector:hover {
    border-radius: 10px
}

.lang-dropdown-menu {
    position: absolute;
    width: 79px;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.selected-language {
    padding-right: 15px;
    font-size: 14px;
    color: #e9ebf3
}

.language-selector.dropdown-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.lang-dropdown-menu ul,.lang-dropdown-menu ul li:last-child,.lang-dropdown-menu ul li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.mobile-navbar-menu {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.mobile-nav-button .bar {
    background-color: #f6f7fa;
    transition: all .2s ease-in-out
}

.bar.x:first-of-type {
    transition: all .2s ease-in-out;
    transform: rotate(45deg);
    transform-origin: top left;
    width: 28px
}

.bar.x:nth-of-type(2) {
    transition: all .1s ease-in-out;
    transform-origin: left;
    width: 0
}

.bar.x:nth-of-type(3) {
    transition: all .2s ease-in-out;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    width: 28px
}

.product-card {
    box-shadow: 0 57px 62px #1a1e650a,0 17.1838px 18.6912px rgba(26,30,101,.026),0 7.13728px 7.76336px #1a1e6505,0 2.58142px 2.80786px rgba(26,30,101,.014);
    height: 250px;
    padding: 32px 16px
}

.product-card.small {
    height: 255px;
    min-width: 302px
}

@media only screen and (max-width: 640px) {
    .product-card.small {
        min-width:250px
    }
}
@media only screen and (max-width: 768px) {
    .product-card {
        height: auto;
    }

    .title-desc {
        font-size: 16px;
    }
}


.product-card.small:active {
    height: 255px
}

.product-card.light {
    background: #f6f7fa;
    border: 1px solid #e9ebf3
}

.product-card.light:hover {
    background: #e9ebf3
}

.product-card .title.light {
    color: #242338
}

.product-card .text.light {
    color: #5d6374
}

.product-card .link.light {
    color: #6c66e7
}

.product-card .link.light path {
    stroke: #604be0
}

.product-card.dark {
    background: #333350
}

.product-card.dark:hover {
    background: #414167
}

.product-card .title.dark {
    color: #f6f7fa
}

.product-card .link.dark,.product-card .text.dark {
    color: #b4b0fd
}

.product-card .link.dark path {
    stroke: #b4b0fd
}

.mini-card {
    border: 1px solid #D5DAE2;
    background:  #F6F7FA;
    box-shadow: 0px 12px 62px 0px rgba(26, 30, 101, 0.04), 0px 3.618px 18.691px 0px rgba(26, 30, 101, 0.03), 0px 1.503px 7.763px 0px rgba(26, 30, 101, 0.02), 0px 0.543px 2.808px 0px rgba(26, 30, 101, 0.01);
    border-radius: 20px
}

.mini-card.team-card {
    border: none;
    box-shadow: none;
    background:  #E9EBF3;
    padding: 0;
    overflow: hidden;
}

.mini-card.team-card img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.coming-soon-tag {
    padding: .25rem .75rem .375rem;
    align-items: center;
    gap: .625rem;
    border-radius: .5rem;
    background: #6c66e7;
    color: #f6f7fa
}

.product-mobile-container {
    --swiffy-slider-indicator-outside-size: 0
}

.benefit-card {
    background: #f6f7fa;
    border: 1px solid #e9ebf3;
    box-shadow: 0 57px 62px #1a1e650a,0 17.1838px 18.6912px rgba(26,30,101,.026),0 7.13728px 7.76336px #1a1e6505,0 2.58142px 2.80786px rgba(26,30,101,.014);
    border-radius: 20px;
    padding: 32px
}

.indicator.active-indicator {
    background: #333350
}

.indicator {
    background: #d2d8e9
}

.swiffy-slider.slider-item-reveal2 {
    --swiffy-slider-item-reveal: 12rem
}

.experience-cards {
    border-radius: 20px;
    background-color: #e9ebf3;
    max-width: 411px;
    align-items: center
}

.contact-us-card {
    border-radius: 10px;
    background-color: #e9ebf3;
    padding: 64px 24px
}

.modal {
    background: #f6f7fa;
    box-shadow: 0 57px 62px #1a1e650a,0 17.1838px 18.6912px rgba(26,30,101,.026),0 7.13728px 7.76336px #1a1e6505,0 2.58142px 2.80786px rgba(26,30,101,.014);
    border-radius: 10px;
    padding: 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease,visibility .5s ease
}

.modal.fade-in {
    opacity: 1;
    visibility: visible
}

/*! tailwindcss v3.2.6 | MIT License | https://tailwindcss.com*/
*,:after,:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after,:before {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Involve-Regular;
    font-feature-settings: normal
}

.font-legend {
    font-family: Lexend Deca !important;
    font-weight: 700;
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: initial
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

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

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

*,::backdrop,:after,:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%
}

@media (min-width: 640px) {
    .container {
        max-width:640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width:1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width:1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width:1536px
    }
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.visible {
    visibility: visible
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.left-\[40\%\] {
    left: 40%
}

.right-0 {
    right: 0
}

.right-\[-2\%\] {
    right: -2%
}

.top-0 {
    top: 0
}

.top-1\/2 {
    top: 50%
}

.-z-10 {
    z-index: -10
}

.z-0 {
    z-index: 0
}

.z-2 {
    z-index: 2
}

.z-10 {
    z-index: 10
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.order-first {
    order: -9999
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-3 {
    grid-column: span 3/span 3
}

.col-span-4 {
    grid-column: span 4/span 4
}

.col-span-5 {
    grid-column: span 5/span 5
}

.float-right {
    float: right
}

.m-0 {
    margin: 0
}

.m-2 {
    margin: .5rem
}

.m-3 {
    margin: .75rem
}

.m-4 {
    margin: 1rem
}

.m-auto {
    margin: auto
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.-mb-5 {
    margin-bottom: -1.25rem
}

.-mr-10 {
    margin-right: -2.5rem
}

.-mt-14 {
    margin-top: -3.5rem
}

.-mt-9 {
    margin-top: -2.25rem
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-14 {
    margin-bottom: 3.5rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mb-24 {
    margin-bottom: 6rem
}

.mb-28 {
    margin-bottom: 7rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-32 {
    margin-bottom: 8rem
}

.mb-36 {
    margin-bottom: 9rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-9 {
    margin-bottom: 2.25rem
}

.ml-0 {
    margin-left: 0
}

.ml-1 {
    margin-left: .25rem
}

.ml-1\.5 {
    margin-left: .375rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-7 {
    margin-left: 1.75rem
}

.ml-auto {
    margin-left: auto
}

.mr-1 {
    margin-right: .25rem
}

.mr-1\.5 {
    margin-right: .375rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-\[4rem\] {
    margin-right: 4rem
}

.mr-auto {
    margin-right: auto
}

.mt-0 {
    margin-top: 0
}

.mt-0\.5 {
    margin-top: .125rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-14 {
    margin-top: 3.5rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-24 {
    margin-top: 6rem
}

.mt-32 {
    margin-top: 8rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-7 {
    margin-top: 1.75rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-\[-40px\] {
    margin-top: -40px
}

.mt-auto {
    margin-top: auto
}

.block {
    display: block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-0 {
    height: 0
}

.h-0\.5 {
    height: .125rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.h-2\/5 {
    height: 40%
}

.h-24 {
    height: 6rem
}

.h-32 {
    height: 8rem
}

.h-4 {
    height: 1rem
}

.h-44 {
    height: 11rem
}

.h-5 {
    height: 1.25rem
}

.h-8 {
    height: 2rem
}

.h-96 {
    height: 24rem
}

.h-\[140px\] {
    height: 140px
}

.h-\[170px\] {
    height: 170px
}

.h-\[294px\] {
    height: 294px
}

.h-\[50px\] {
    height: 50px
}

.h-\[50vh\] {
    height: 50vh
}

.h-\[64px\] {
    height: 64px
}

.h-\[65px\] {
    height: 65px
}

.h-\[84px\] {
    height: 84px
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.max-h-80 {
    max-height: 20rem
}

.max-h-\[294px\] {
    max-height: 294px
}

.min-h-\[449px\] {
    min-height: 449px
}

.w-1\/2 {
    width: 50%
}

.w-2\/3 {
    width: 66.666667%
}

.w-32 {
    width: 8rem
}

.w-4 {
    width: 1rem
}

.w-4\/5 {
    width: 75%
}

.w-4\/6 {
    width: 66.666667%
}

.w-48 {
    width: 12rem
}

.w-5 {
    width: 1.25rem
}

.w-7\/12 {
    width: 58.333333%
}

.w-80 {
    width: 20rem
}

.w-\[140px\] {
    width: 140px
}

.w-\[199px\] {
    width: 199px
}

.w-\[240px\] {
    width: 240px
}

.w-\[85\%\] {
    width: 85%
}

.w-full {
    width: 100%
}

.min-w-\[600px\] {
    min-width: 600px
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-5xl {
    max-width: 60rem
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-7xl {
    max-width: 80rem
}

.max-w-\[199px\] {
    max-width: 199px
}

.max-w-\[277px\] {
    max-width: 277px
}

.max-w-\[302px\] {
    max-width: 302px
}

.max-w-\[548px\] {
    max-width: 548px
}

.max-w-\[400px\] {
    max-width: 400px
}

.max-w-\[80\%\] {
    max-width: 80%
}

.max-w-\[80rem\] {
    max-width: 80rem
}

.max-w-\[85rem\] {
    max-width: 85rem
}

.max-w-\[90\%\] {
    max-width: 90%
}

.max-w-\[95\%\] {
    max-width: 95%
}

.max-w-full {
    max-width: 100%
}

.max-w-screen-2xl {
    max-width: 1536px
}

.max-w-screen-lg {
    max-width: 1024px
}

.max-w-screen-xl {
    max-width: 1280px
}

.max-w-xl {
    max-width: 36rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-initial {
    flex: 0 1 auto
}

.flex-none {
    flex: none
}

.flex-shrink {
    flex-shrink: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-grow {
    flex-grow: 1
}

.origin-top {
    transform-origin: top
}

.origin-top-right {
    transform-origin: top right
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-1\/2,.-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.translate-y-36 {
    --tw-translate-y: 9rem
}

.scale-x-\[-1\],.translate-y-36 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-x-\[-1\] {
    --tw-scale-x: -1
}

.scale-y-0 {
    --tw-scale-y: 0
}

.scale-y-0,.transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

.cursor-pointer {
    cursor: pointer
}

.resize {
    resize: both
}

.list-disc {
    list-style-type: disc
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5,minmax(0,1fr))
}

.grid-cols-\[auto\2c 1fr\] {
    grid-template-columns: auto 1fr
}

.grid-rows-1 {
    grid-template-rows: repeat(1,minmax(0,1fr))
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-items-center {
    justify-items: center
}

.gap-0 {
    gap: 0
}

.gap-12 {
    gap: 3rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.gap-y-10 {
    row-gap: 2.5rem
}

.space-x-10>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem*var(--tw-space-x-reverse));
    margin-left: calc(2.5rem*(1 - var(--tw-space-x-reverse)))
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem*var(--tw-space-x-reverse));
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)))
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)))
}

.self-end {
    align-self: flex-end
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.rounded {
    border-radius: .25rem
}

.rounded-\[10px\] {
    border-radius: 10px
}

.rounded-extra {
    border-radius: 20px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-xl {
    border-radius: .75rem
}

.border,.border-\[1px\] {
    border-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-\[\#41416733\] {
    border-color: #41416733
}

.border-\[\#B4B0FD\] {
    --tw-border-opacity: 1;
    border-color: rgb(180 176 253/var(--tw-border-opacity))
}

.border-\[\#D2D8E9\] {
    --tw-border-opacity: 1;
    border-color: rgb(210 216 233/var(--tw-border-opacity))
}

.border-\[\#E9EBF3\] {
    --tw-border-opacity: 1;
    border-color: rgb(233 235 243/var(--tw-border-opacity))
}

.border-\[\#F9FAFD\] {
    --tw-border-opacity: 1;
    border-color: rgb(249 250 253/var(--tw-border-opacity))
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity))
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175/var(--tw-border-opacity))
}

.border-r-\[\#D2D8E9\] {
    --tw-border-opacity: 1;
    border-right-color: rgb(210 216 233/var(--tw-border-opacity))
}

.bg-\[\#6C66E7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(108 102 231/var(--tw-bg-opacity))
}

.bg-\[\#E9EBF3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 235 243/var(--tw-bg-opacity))
}

.bg-\[\#ECEBFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(236 235 255/var(--tw-bg-opacity))
}

.bg-\[\#F6F7FA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(246 247 250/var(--tw-bg-opacity))
}

.bg-\[\#F9FAFD\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 253/var(--tw-bg-opacity))
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219/var(--tw-bg-opacity))
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39/var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: initial
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-cover {
    background-size: cover
}

.bg-center {
    background-position: 50%
}

.bg-right-bottom {
    background-position: 100% 100%
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.p-10 {
    padding: 2.5rem
}

.p-2 {
    padding: .5rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-\[5px\] {
    padding: 5px
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-0\.5 {
    padding-left: .125rem;
    padding-right: .125rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
   padding-left: 2rem;
    padding-right: 2rem 
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.py-20 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-14 {
    padding-bottom: 3.5rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pb-24 {
    padding-bottom: 6rem
}

.pb-28 {
    padding-bottom: 7rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-3\.5 {
    padding-bottom: .875rem
}

.pb-32 {
    padding-bottom: 8rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pb-\[56\.25\%\] {
    padding-bottom: 56.25%
}

.pl-12 {
    padding-left: 3rem
}

.pl-2 {
    padding-left: .5rem
}

.pl-4 {
    padding-left: 1rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pr-1 {
    padding-right: .25rem
}

.pr-2 {
    padding-right: .5rem
}

.pr-3 {
    padding-right: .75rem
}

.pr-4 {
    padding-right: 1rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-16 {
    padding-top: 4rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-28 {
    padding-top: 7rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pt-8 {
    padding-top: 2rem
}

.pt-\[28rem\] {
    padding-top: 28rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.align-middle {
    vertical-align: middle
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-\[12px\] {
    font-size: 12px
}

.text-base {
    font-size: 16px
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-bold {
    font-family: Involve-Bold;
}

.font-medium {
    font-family: Involve-Medium
}

.font-semibold {
    font-family: Involve-SemiBold
}

.leading-5 {
    line-height: 1.25rem
}

.leading-\[150\%\] {
    line-height: 150%
}

.text-\[\#191C23\] {
    --tw-text-opacity: 1;
    color: rgb(25 28 35/var(--tw-text-opacity))
}

.text-\[\#1F1F31\] {
    --tw-text-opacity: 1;
    color: rgb(31 31 49/var(--tw-text-opacity))
}

.text-\[\#242338\] {
    --tw-text-opacity: 1;
    color: rgb(36 35 56/var(--tw-text-opacity))
}

.text-\[\#2C3346\] {
    --tw-text-opacity: 1;
    color: rgb(44 51 70/var(--tw-text-opacity))
}

.text-\[\#414859\] {
    --tw-text-opacity: 1;
    color: rgb(65 72 89/var(--tw-text-opacity))
}

.text-\[\#5D6374\] {
    --tw-text-opacity: 1;
    color: rgb(93 99 116/var(--tw-text-opacity))
}

footer .text-\[\#5D6374\] {
    font-size: 14px;
}

.text-\[\#6C66E7\] {
    --tw-text-opacity: 1;
    color: rgb(108 102 231/var(--tw-text-opacity))
}

.text-\[\#707687\] {
    --tw-text-opacity: 1;
    color: rgb(112 118 135/var(--tw-text-opacity))
}

.text-\[\#B4B0FD\] {
    --tw-text-opacity: 1;
    color: rgb(180 176 253/var(--tw-text-opacity))
}

.text-\[\#D2D8E9\] {
    --tw-text-opacity: 1;
    color: rgb(210 216 233/var(--tw-text-opacity))
}

.text-\[\#D5D3FF\] {
    --tw-text-opacity: 1;
    color: rgb(213 211 255/var(--tw-text-opacity))
}

.text-\[\#E9EBF3\] {
    --tw-text-opacity: 1;
    color: rgb(233 235 243/var(--tw-text-opacity))
}

.text-\[\#F6F7FA\] {
    --tw-text-opacity: 1;
    color: rgb(246 247 250/var(--tw-text-opacity))
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.no-underline {
    text-decoration-line: none
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.opacity-25 {
    opacity: .25
}

.opacity-50 {
    opacity: .5
}

.opacity-75 {
    opacity: .75
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)
}

.shadow-lg,.shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 #0000000d;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.outline {
    outline-style: solid
}

.grayscale {
    --tw-grayscale: grayscale(100%)
}

.grayscale,.invert {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.invert {
    --tw-invert: invert(100%)
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition {
    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.heading-1 {
    font-size: 58px
}

.heading-1,.heading-2 {
    font-family: Involve-Bold;
    line-height: 100%
}

.heading-2 {
    font-size: 48px
}

.heading-3 {
    font-family: Involve-Bold;
    font-size: 32px;
    line-height: 110%
}

.heading-4 {
    font-size: 24px;
    font-family: Involve-Bold;
    line-height: 120%
}

.heading-5 {
    font-size: 16px;
    font-family: Involve-SemiBold;
    line-height: 150%
}

.pb-safe {
    padding-bottom: env(safe-area-inset-bottom)
}

body.ru {
    font-family: Inter,sans-serif
}

#ru {
    font-family: Inter,serif
}

#header-navigation {
    margin-bottom: 3em
}

body,html {
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.main-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch
}

.main-content,.main-wrapper {
    overflow-y: scroll;
    overflow-x: hidden
}

.text-large {
    font-size: 20px;
    line-height: 150%
}

.stroke-octella-white path {
    stroke: #f6f7fa
}

.stroke-primary path {
    stroke: #6c66e7
}

.background-layer-zone-centered {
    background-image: url(https://ik.imagekit.io/7bh3lokok/background/contact-us-layer.png)
}

.customer-card {
    border-radius: 1.25rem;
    border: 1px solid #d2d8e9;
    background: #ecebff;
    box-shadow: 0 1px 3px 0 #1a1e6503,0 2px 8px 0 #1a1e6505,0 4px 19px 0 #1a1e6508,0 12px 62px 0 #1a1e650a
}

.flipped-arrow {
    transform: scaleX(-1)
}

@media only screen and (max-width: 640px) {
    .slider-indicators>li {
        border-radius:4px;
        border: 3px solid #d2d8e9;
        width: 36px;
        flex-shrink: 0;
        background-color: #d2d8e9
    }

    .slider-indicators.small>li {
        border: 2px solid #d2d8e9;
        width: 18px
    }

    .slider-indicators>li.active {
        border: 3px solid #6c66e7;
        background-color: #6c66e7
    }

    .slider-indicators.small>li.active {
        border: 2px solid #6c66e7
    }

    .slider-indicators.small.dark>li.active {
        border: 2px solid #b4b0fd;
        background-color: #b4b0fd
    }
}

.hover\:rounded-lg:hover {
    border-radius: .5rem
}

.hover\:border-\[\#E9EBF3\]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(233 235 243/var(--tw-border-opacity))
}

.hover\:bg-\[\#414167\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(65 65 103/var(--tw-bg-opacity))
}

.hover\:bg-\[\#E9EBF3\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(233 235 243/var(--tw-bg-opacity))
}

.hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(209 213 219/var(--tw-text-opacity))
}

.hover\:underline:hover {
    text-decoration-line: underline
}

.hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.focus\:outline-none:focus {
    outline: 2px solid #0000;
    outline-offset: 2px
}

.active\:shadow-lg:active {
    --tw-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.group:hover .group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219/var(--tw-text-opacity))
}

.group:hover .group-hover\:underline {
    text-decoration-line: underline
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

@media (min-width: 640px) {
    .sm\:block {
        display:block
    }

    .sm\:flex {
        display: flex
    }

    .sm\:hidden {
        display: none
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .sm\:self-center {
        align-self: center
    }

    .sm\:px-6 {
        padding-right: 1.5rem
    }

    .sm\:pl-6,.sm\:px-6 {
        padding-left: 1.5rem
    }

    .sm\:heading-3 {
        font-weight: 500;
        font-size: 32px;
        line-height: 110%
    }

    .sm\:heading-4 {
        font-size: 24px;
        font-weight: 500;
        line-height: 120%
    }
}

@media (min-width: 768px) {
    .md\:visible {
        display: flex;
    }
    
    .md\:grid {
        display: grid;
    }

    .md\:text-right {
        text-align: right !important;
    }

    .md\:w-4\/5 {
        width: 80%;
    }

    .md\:order-last {
        order:9999
    }

    .md\:col-span-1 {
        grid-column: span 1/span 1
    }

    .md\:col-span-4 {
        grid-column: span 4/span 4
    }

    .md\:m-0 {
        margin: 0
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:mx-2 {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem
    }

    .md\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem
    }

    .md\:mb-12 {
        margin-bottom: 3rem
    }

    .md\:mb-16 {
        margin-bottom: 4rem
    }

    .md\:mb-20 {
        margin-bottom: 5rem
    }

    .md\:mb-14 {
        margin-bottom: 3.5rem
    }

    .md\:mb-1 {
        margin-bottom: .5rem
    }

    .md\:mb-2 {
        margin-bottom: .5rem
    }

    .md\:mb-24 {
        margin-bottom: 6rem
    }

    .md\:mb-28 {
        margin-bottom: 7rem
    }

    .md\:mb-32 {
        margin-bottom: 8rem
    }

    .md\:mb-36 {
        margin-bottom: 9rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:mb-48 {
        margin-bottom: 12rem
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem
    }

    .md\:mb-8 {
        margin-bottom: 2rem
    }

    .md\:ml-28 {
        margin-left: 7rem
    }

    .md\:ml-4 {
        margin-left: 1rem
    }

    .md\:ml-6 {
        margin-left: 1.5rem
    }

    .md\:ml-8 {
        margin-left: 2rem
    }

    .md\:mr-40 {
        margin-right: 10rem
    }

    .md\:mr-\[-15\%\] {
        margin-right: -15%
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mt-10 {
        margin-top: 2.5rem
    }

    .md\:mt-14 {
        margin-top: 3.5rem
    }

    .md\:mt-16 {
        margin-top: 4rem
    }

    .md\:mt-20 {
        margin-top: 5rem
    }

    .md\:mt-24 {
        margin-top: 6rem
    }

    .md\:mt-28 {
        margin-top: 7rem
    }

    .md\:mt-32 {
        margin-top: 8rem
    }

    .md\:mt-48 {
        margin-top: 12rem
    }

    .md\:mt-6 {
        margin-top: 1.5rem
    }

    .md\:mt-7 {
        margin-top: 1.75rem
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:flex {
        display: flex
    }

    .md\:inline-flex {
        display: inline-flex
    }

    .md\:hidden {
        display: none
    }

    .md\:h-\[180px\] {
        height: 180px
    }

    .md\:h-\[230px\] {
        height: 230px
    }

    .md\:h-\[360px\] {
        height: 360px
    }

    .md\:h-\[500px\] {
        height: 500px
    }

    .md\:h-auto {
        height: auto
    }

    .md\:min-h-fit {
        min-height: -moz-fit-content;
        min-height: fit-content
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-1\/5 {
        width: 20%
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .md\:w-72 {
        width: 18rem
    }

    .md\:w-\[180px\] {
        width: 180px
    }

    .md\:w-\[460px\] {
        width: 460px
    }

    .md\:w-\[640px\] {
        width: 640px
    }

    .md\:w-auto {
        width: auto
    }

    .md\:min-w-\[450px\] {
        min-width: 450px
    }

    .md\:max-w-\[80px\] {
        max-width: 80px
    }

    .md\:max-w-\[85rem\] {
        max-width: 85rem
    }

    .md\:max-w-\[900px\] {
        max-width: 900px
    }

    .md\:max-w-\[850px\] {
        max-width: 850px
    }

    .md\:max-w-\[800px\] {
        max-width: 800px
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }

    .md\:grid-cols-5 {
        grid-template-columns: repeat(5,minmax(0,1fr))
    }
    
    .md\:grid-cols-8 {
        grid-template-columns: repeat(8,minmax(0,1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:gap-4 {
        gap: 1rem
    }
    
    .md\:gap-16 {
        gap: 64px
    }

    .md\:gap-y-20 {
        row-gap: 5rem
    }

    .md\:gap-y-16 {
        row-gap: 3rem
    }

    .md\:space-x-4>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem*var(--tw-space-x-reverse));
        margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)))
    }

    .md\:overflow-y-visible {
        overflow-y: visible
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .md\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .md\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    } 

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pb-10 {
        padding-bottom: 2.5rem
    }

    .md\:pb-28 {
        padding-bottom: 7rem
    }

    .md\:pb-32 {
        padding-bottom: 8rem
    }

    .md\:pl-10 {
        padding-left: 2.5rem
    }

    .md\:pl-24 {
        padding-left: 6rem
    }

    .md\:pl-28 {
        padding-left: 7rem
    }

    .md\:pl-8 {
        padding-left: 2rem
    }

    .md\:pt-20 {
        padding-top: 5rem
    }

    .md\:pt-24 {
        padding-top: 6rem
    }

    .md\:pt-28 {
        padding-top: 7rem
    }

    .md\:pt-80 {
        padding-top: 20rem
    }

    .md\:text-base {
        font-size: 16px
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .md\:leading-\[150\%\] {
        line-height: 150%
    }

    .md\:heading-1 {
        font-size: 58px
    }

    .md\:heading-1,.md\:heading-2 {
        font-family: Involve-SemiBold;
        line-height: 100%
    }

    .md\:heading-2 {
        font-size: 48px
    }

    .md\:heading-3 {
        font-family: Involve-SemiBold;
        font-size: 32px;
        line-height: 110%
    }

    .md\:heading-4 {
        font-size: 24px;
        font-family: Involve-Bold;
        line-height: 120%
    }

    .group:hover .md\:group-hover\:opacity-100 {
        opacity: 1
    }
}

@media (min-width: 1024px) {
    .lg\:mx-auto {
        margin-left:auto;
        margin-right: auto
    }

    .lg\:ml-6 {
        margin-left: 1.5rem
    }

    .lg\:w-1\/5 {
        width: 20%
    }

    .lg\:max-w-3xl {
        max-width: 48rem
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .lg\:space-x-6>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem*var(--tw-space-x-reverse));
        margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)))
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:pl-16 {
        padding-left: 4rem
    }

    .lg\:pl-28 {
        padding-left: 7rem
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

@media (min-width: 1280px) {
    .xl\:pl-36 {
        padding-left:9rem
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }
}

@media (min-width: 768px) and (max-width:945px) {
    .custom-md\:ml-0 {
        margin-left:0
    }

    .custom-md\:ml-1 {
        margin-left: .25rem
    }

    .custom-md\:ml-4 {
        margin-left: 1rem
    }

    .custom-md\:max-w-\[65px\] {
        max-width: 65px
    }

    .custom-md\:px-1 {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .custom-md\:text-\[14px\] {
        font-size: 14px
    }

    .custom-md\:text-xs {
        font-size: .75rem;
        line-height: 1rem
    }
}

#integration .logos_block > div img {
    height: 40px;
}

.form-input_inner [type=tel] {
    position: relative;
	width: 100%;
	padding: 5px 5px 5px 36px;
	z-index: 2;
}

.phone_wrapper {
  position: relative;
  z-index: 9;
}

.phone_wrapper.show .form-input_inner:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
    background: #fff;
    border-radius: 8px;
}

.phone_wrapper.show  .form-input_inner [type=tel] {
}


.phone_wrapper .country {
    margin: 0;
	padding: 0 4px;
    position: absolute;
    top: 2px;
    width: 100%;
    height: auto;
    max-height: 250px;
    background: #FFFFFF;
	box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	padding: 40px 0px 4px 4px;
    overflow-y: scroll;
	visibility: hidden;
	opacity: 0;
}

.phone_wrapper .country li {
  border-radius: 8px;
}

.phone_wrapper .country li:hover {
	background: rgba(108, 102, 231, .2);	
}

.phone_wrapper .country li.active {
	background: rgba(108, 102, 231, 1);
	color: #fff;
}

.phone_wrapper .country::-webkit-scrollbar { width: 6px; height: 3px;}
.phone_wrapper .country::-webkit-scrollbar-button {  background-color: transparent; }
.phone_wrapper .country::-webkit-scrollbar-track { margin-top: 45px; background-color: transparent; margin-bottom: 10px;}
.phone_wrapper .country::-webkit-scrollbar-track-piece { background-color: transparent;}
.phone_wrapper .country::-webkit-scrollbar-thumb { height: 57px; background-color: rgba(0,0,0,.1); border-radius: 2px;}
.phone_wrapper .country::-webkit-scrollbar-corner { background-color: transparent;}
.phone_wrapper .country::-webkit-resizer { background-color: transparent;}

.phone_wrapper .flag,
.phone_wrapper.UAE .flag {
  position: absolute;
  display: block;
  bottom: 8px;
  left: 8px;  
  background: url(../images/flags/GB.png) center center no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain !important;  
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.15));
  border-radius: 8px;
  z-index: 8;
  cursor: pointer;
}


.phone_wrapper .country:after,
.phone_wrapper .country:before {
	visibility: hidden;
}

.phone_wrapper.show .country {
  visibility: visible;
  opacity: 1;
}

.search_list li a,
.phone_wrapper .country li {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 6px;
}

.search_rate_wrap .flag,
.search_list li a:before,
.phone_wrapper .country li:before {
  content: '';
  width: 24px;
  height: 24px;
  background-size: contain !important;
  margin-right: 16px;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.15));
	border-radius: 8px;
}


.search_list li a:before {
	width: 24px;
 	height: 24px;
}

.search_rate_wrap .flag {
	display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
	width: 24px;
 	height: 24px;
	z-index: 9;
}

html[lang=ar] .search_rate_wrap .flag {
	left: auto;
	right: 16px;
}

.search_rate_wrap .flag.US,
.search_list li.usa a:before,
.phone_wrapper.usa .flag,
.phone_wrapper .country li.usa:before {
  background: url('../images/flags/US.png') center center no-repeat; 
}

.search_rate_wrap .flag.RU,
.search_list li.russia a:before,
.phone_wrapper.russia .flag,
.phone_wrapper .country li.russia:before {
   background: url(../images/flags/RU.png) center center no-repeat;
}

.search_rate_wrap .flag.AR,
.search_list li.argentina a:before,
.phone_wrapper.argentina .flag,
.phone_wrapper .country li.argentina:before {
   background: url(../images/flags/AR.png) center center no-repeat;
}

.search_list li.austria a:before,
.search_rate_wrap .flag.AT,
.phone_wrapper.austria .flag,
.phone_wrapper .country li.austria:before {
   background: url(../images/flags/AT.png) center center no-repeat;
}

.search_list li.albania a:before,
.search_rate_wrap .flag.AL,
.phone_wrapper.albania .flag,
.phone_wrapper .country li.albania:before {
   background: url(../images/flags/AL.png) center center no-repeat;
}

.search_list li.afganistan a:before,
.search_rate_wrap .flag.AF {
   background: url(../images/flags/AF.png) center center no-repeat;
}

.search_list li.algeria a:before,
.search_rate_wrap .flag.DZ {
   background: url(../images/flags/DZ.png) center center no-repeat;
}

.search_list li.american_samoa a:before,
.search_rate_wrap .flag.AS {
   background: url(../images/flags/AS.png) center center no-repeat;
}

.search_list li.andorra a:before,
.search_rate_wrap .flag.AD {
   background: url(../images/flags/AD.png) center center no-repeat;
}

.search_list li.angola a:before,
.search_rate_wrap .flag.AO {
   background: url(../images/flags/AO.png) center center no-repeat;
}

.search_list li.anguilla a:before,
.search_rate_wrap .flag.AI {
   background: url(../images/flags/AI.png) center center no-repeat;
}

.search_list li.antarctica a:before,
.search_rate_wrap .flag.AQ {
   background: url(../images/flags/AQ.png) center center no-repeat;
}

.search_list li.antigua_and_barbuda a:before,
.search_rate_wrap .flag.AG {
   background: url(../images/flags/AG.png) center center no-repeat;
}

.search_list li.aruba a:before,
.search_rate_wrap .flag.AW {
   background: url(../images/flags/AW.png) center center no-repeat;
}

.search_list li.ascension_island a:before,
.search_rate_wrap .flag.SH {
   background: url(../images/flags/SH.png) center center no-repeat;
}

.search_list li.armenia a:before,
.search_rate_wrap .flag.AM,
.phone_wrapper.armenia .flag,
.phone_wrapper .country li.armenia:before {
   background: url(../images/flags/AM.png) center center no-repeat;
}

.search_list li.azerbaijan a:before,
.search_rate_wrap .flag.AZ,
.phone_wrapper.azerbaijan .flag,
.phone_wrapper .country li.azerbaijan:before {
   background: url(../images/flags/AZ.png) center center no-repeat;
}

.search_list li.bahamas a:before,
.search_rate_wrap .flag.BS {
   background: url(../images/flags/BS.png) center center no-repeat;
}

.search_list li.bahrain a:before,
.search_rate_wrap .flag.BH {
   background: url(../images/flags/BH.png) center center no-repeat;
}

.search_list li.bangladesh a:before,
.search_rate_wrap .flag.BD,
.phone_wrapper.bangladesh .flag,
.phone_wrapper .country li.bangladesh:before {
   background: url(../images/flags/BD.png) center center no-repeat;
}

.search_list li.barbados a:before,
.search_rate_wrap .flag.BB {
   background: url(../images/flags/BB.png) center center no-repeat;
}

.search_list li.bosnia a:before,
.search_rate_wrap .flag.BA,
.phone_wrapper.bosnia .flag,
.phone_wrapper .country li.bosnia:before {
   background: url(../images/flags/BA.png) center center no-repeat;
}

.search_list li.belgium a:before,
.search_rate_wrap .flag.BE,
.phone_wrapper.belgium .flag,
.phone_wrapper .country li.belgium:before {
   background: url(../images/flags/BE.png) center center no-repeat;
}

.search_list li.belarus a:before,
.search_rate_wrap .flag.BY,
.phone_wrapper.belarus .flag,
.phone_wrapper .country li.belarus:before {
   background: url(../images/flags/BY.png) center center no-repeat;
}

.search_list li.belize a:before,
.search_rate_wrap .flag.BZ {
   background: url(../images/flags/BZ.png) center center no-repeat;
}

.search_list li.benin a:before,
.search_rate_wrap .flag.BJ {
   background: url(../images/flags/BJ.png) center center no-repeat;
}

.search_list li.bermuda a:before,
.search_rate_wrap .flag.BM {
   background: url(../images/flags/BM.png) center center no-repeat;
}

.search_list li.bhutan a:before,
.search_rate_wrap .flag.BT {
   background: url(../images/flags/BT.png) center center no-repeat;
}

.search_list li.bolivia a:before,
.search_rate_wrap .flag.BO {
   background: url(../images/flags/BO.png) center center no-repeat;
}

.search_list li.botswana a:before,
.search_rate_wrap .flag.BW,
.phone_wrapper.botswana .flag,
.phone_wrapper .country li.botswana:before {
   background: url(../images/flags/BW.png) center center no-repeat;
}

.search_list li.brunei_darussalam a:before,
.search_rate_wrap .flag.BN {
   background: url(../images/flags/BN.png) center center no-repeat;
}


.search_list li.australia_satellite a:before,
.search_rate_wrap .flag.australia_satellite,
.search_list li.australia_antarctica a:before,
.search_rate_wrap .flag.australia_antarctica,
.search_list li.australia a:before,
.search_rate_wrap .flag.AU,
.phone_wrapper.australia .flag,
.phone_wrapper .country li.australia:before {
   background: url(../images/flags/AU.png) center center no-repeat;
}

.search_list li.brazil a:before,
.search_rate_wrap .flag.BR,
.phone_wrapper.brazil .flag,
.phone_wrapper .country li.brazil:before {
   background: url(../images/flags/BR.png) center center no-repeat;
}

.search_list li.bulgaria a:before,
.search_rate_wrap .flag.BG,
.phone_wrapper.bulgaria .flag,
.phone_wrapper .country li.bulgaria:before {
   background: url(../images/flags/BG.png) center center no-repeat;
}

.search_list li.burkina_faso a:before,
.search_rate_wrap .flag.BF {
   background: url(../images/flags/BF.png) center center no-repeat;
}

.search_list li.burundi a:before,
.search_rate_wrap .flag.BI {
   background: url(../images/flags/BI.png) center center no-repeat;
}

.search_list li.cambodia a:before,
.search_rate_wrap .flag.KH,
.phone_wrapper.cambodia .flag,
.phone_wrapper .country li.cambodia:before {
   background: url(../images/flags/KH.png) center center no-repeat;
}

.search_list li.cameroon a:before,
.search_rate_wrap .flag.CM {
   background: url(../images/flags/CM.png) center center no-repeat;
}

.search_list li.canada a:before,
.search_rate_wrap .flag.CA,
.phone_wrapper.canada .flag,
.phone_wrapper .country li.canada:before {
   background: url(../images/flags/CA.png) center center no-repeat;
}

.search_list li.cape_verde a:before,
.search_rate_wrap .flag.CV {
   background: url(../images/flags/CV.png) center center no-repeat;
}

.search_list li.cayman_islands a:before,
.search_rate_wrap .flag.KY {
   background: url(../images/flags/KY.png) center center no-repeat;
}

.search_list li.central_african_republic a:before,
.search_rate_wrap .flag.CF {
   background: url(../images/flags/CF.png) center center no-repeat;
}

.search_list li.chad a:before,
.search_rate_wrap .flag.TD {
   background: url(../images/flags/TD.png) center center no-repeat;
}

.search_list li.chile a:before,
.search_rate_wrap .flag.CL,
.phone_wrapper.chile .flag,
.phone_wrapper .country li.chile:before {
   background: url(../images/flags/CL.png) center center no-repeat;
}

.search_list li.china a:before,
.search_rate_wrap .flag.CN,
.phone_wrapper.china .flag,
.phone_wrapper .country li.china:before {
   background: url(../images/flags/CN.png) center center no-repeat;
}

.search_list li.christmas_island a:before,
.search_rate_wrap .flag.CX {
   background: url(../images/flags/CX.png) center center no-repeat;
}

.search_list li.colombia a:before,
.search_rate_wrap .flag.CO,
.phone_wrapper.colombia .flag,
.phone_wrapper .country li.colombia:before {
   background: url(../images/flags/CO.png) center center no-repeat;
}

.search_list li.comoros a:before,
.search_rate_wrap .flag.KM {
   background: url(../images/flags/KM.png) center center no-repeat;
}

.search_list li.congo a:before,
.search_rate_wrap .flag.CG {
   background: url(../images/flags/CG.png) center center no-repeat;
}

.search_list li.cook_islands a:before,
.search_rate_wrap .flag.CK {
   background: url(../images/flags/CK.png) center center no-repeat;
}

.search_list li.checz_republic a:before,
.search_rate_wrap .flag.CZ,
.phone_wrapper.checz_republic .flag,
.phone_wrapper .country li.checz_republic:before {
   background: url(../images/flags/CZ.png) center center no-repeat;
}

.search_list li.costa_rica a:before,
.search_rate_wrap .flag.CR,
.phone_wrapper.costa_rica .flag,
.phone_wrapper .country li.costa_rica:before {
   background: url(../images/flags/CR.png) center center no-repeat;
}

.search_list li.cote_divoire a:before,
.search_rate_wrap .flag.CI {
   background: url(../images/flags/CI.png) center center no-repeat;
}

.search_list li.croatia a:before,
.search_rate_wrap .flag.HR,
.phone_wrapper.croatia .flag,
.phone_wrapper .country li.croatia:before {
   background: url(../images/flags/HR.png) center center no-repeat;
}

.search_list li.cuba a:before,
.search_rate_wrap .flag.CU {
   background: url(../images/flags/CU.png) center center no-repeat;
}

.search_list li.curacao a:before,
.search_rate_wrap .flag.CW {
   background: url(../images/flags/CW.png) center center no-repeat;
}

.search_list li.cyprus a:before,
.search_rate_wrap .flag.CY,
.phone_wrapper.cyprus .flag,
.phone_wrapper .country li.cyprus:before {
   background: url(../images/flags/CY.png) center center no-repeat;
}

.search_list li.congo_rep a:before,
.search_rate_wrap .flag.CD {
   background: url(../images/flags/CD.png) center center no-repeat;
}

.search_list li.denmark a:before,
.search_rate_wrap .flag.DK,
.phone_wrapper.denmark .flag,
.phone_wrapper .country li.denmark:before {
   background: url(../images/flags/DK.png) center center no-repeat;
}

.search_list li.diego_garcia_island a:before,
.search_rate_wrap .flag.DG {
   background: url(../images/flags/DG.png) center center no-repeat;
}

.search_list li.djibouti a:before,
.search_rate_wrap .flag.DJ {
   background: url(../images/flags/DJ.png) center center no-repeat;
}

.search_list li.dominica a:before,
.search_rate_wrap .flag.DM {
   background: url(../images/flags/DM.png) center center no-repeat;
}

.search_list li.dominican a:before,
.search_rate_wrap .flag.DO,
.phone_wrapper.dominican .flag,
.phone_wrapper .country li.dominican:before {
   background: url(../images/flags/DO.png) center center no-repeat;
}

.search_list li.east_timor a:before,
.search_rate_wrap .flag.TL {
   background: url(../images/flags/TL.png) center center no-repeat;
}

.search_list li.ecuador a:before,
.search_rate_wrap .flag.EC,
.phone_wrapper.ecuador .flag,
.phone_wrapper .country li.ecuador:before {
   background: url(../images/flags/EC.png) center center no-repeat;
}

.search_list li.egypt a:before,
.search_rate_wrap .flag.EG,
.phone_wrapper.egypt .flag,
.phone_wrapper .country li.egypt:before {
   background: url(../images/flags/EG.png) center center no-repeat;
}

.search_list li.el_salvador a:before,
.search_rate_wrap .flag.SV {
   background: url(../images/flags/SV.png) center center no-repeat;
}

.search_list li.equatorial_guinea a:before,
.search_rate_wrap .flag.GQ {
   background: url(../images/flags/GQ.png) center center no-repeat;
}

.search_list li.eritrea a:before,
.search_rate_wrap .flag.ER {
   background: url(../images/flags/ER.png) center center no-repeat;
}

.search_list li.estonia a:before,
.search_rate_wrap .flag.EE,
.phone_wrapper.estonia .flag,
.phone_wrapper .country li.estonia:before {
   background: url(../images/flags/EE.png) center center no-repeat;
}

.search_list li.ethiopia a:before,
.search_rate_wrap .flag.ET,
.phone_wrapper.ethiopia .flag,
.phone_wrapper .country li.ethiopia:before {
   background: url(../images/flags/ET.png) center center no-repeat;
}

.search_list li.falkland_islands a:before,
.search_rate_wrap .flag.FK {
   background: url(../images/flags/FK.png) center center no-repeat;
}

.search_list li.faroe_islands a:before,
.search_rate_wrap .flag.FO {
   background: url(../images/flags/FO.png) center center no-repeat;
}

.search_list li.fiji a:before,
.search_rate_wrap .flag.FJ {
   background: url(../images/flags/FJ.png) center center no-repeat;
}

.search_list li.finland a:before,
.search_rate_wrap .flag.FI,
.phone_wrapper.finland .flag,
.phone_wrapper .country li.finland:before {
   background: url(../images/flags/FI.png) center center no-repeat;
}

.search_list li.france a:before,
.search_rate_wrap .flag.FR,
.phone_wrapper.france .flag,
.phone_wrapper .country li.france:before {
   background: url(../images/flags/FR.png) center center no-repeat;
}

.search_list li.french_guiana a:before,
.search_rate_wrap .flag.GF {
   background: url(../images/flags/GF.png) center center no-repeat;
}

.search_list li.french_polynesia a:before,
.search_rate_wrap .flag.PF {
   background: url(../images/flags/PF.png) center center no-repeat;
}

.search_list li.gabon a:before,
.search_rate_wrap .flag.GA {
   background: url(../images/flags/GA.png) center center no-repeat;
}

.search_list li.gambia a:before,
.search_rate_wrap .flag.GM,
.phone_wrapper.gambia .flag,
.phone_wrapper .country li.gambia:before {
   background: url(../images/flags/GM.png) center center no-repeat;
}

.search_list li.georgia a:before,
.search_rate_wrap .flag.GE,
.phone_wrapper.georgia .flag,
.phone_wrapper .country li.georgia:before {
   background: url(../images/flags/GE.png) center center no-repeat;
}

.search_list li.gibraltar a:before,
.search_rate_wrap .flag.GI {
   background: url(../images/flags/GI.png) center center no-repeat;
}

.search_list li.india a:before,
.search_rate_wrap .flag.IN,
.phone_wrapper.india .flag,
.phone_wrapper .country li.india:before {
   background: url(../images/flags/IN.png) center center no-repeat;
}

.search_list li.germany a:before,
.search_rate_wrap .flag.DE,
.phone_wrapper.germany .flag,
.phone_wrapper .country li.germany:before {
   background: url(../images/flags/DE.png) center center no-repeat;
}

.search_list li.ghana a:before,
.search_rate_wrap .flag.GH,
.phone_wrapper.ghana .flag,
.phone_wrapper .country li.ghana:before {
   background: url(../images/flags/GH.png) center center no-repeat;
}

.search_list li.greenland a:before,
.search_rate_wrap .flag.GL {
   background: url(../images/flags/GL.png) center center no-repeat;
}

.search_list li.greece a:before,
.search_rate_wrap .flag.GR,
.phone_wrapper.greece .flag,
.phone_wrapper .country li.greece:before {
   background: url(../images/flags/GR.png) center center no-repeat;
}

.search_list li.grenada a:before,
.search_rate_wrap .flag.GD {
   background: url(../images/flags/GD.png) center center no-repeat;
}

.search_list li.guadeloupe a:before,
.search_rate_wrap .flag.GP {
   background: url(../images/flags/GP.png) center center no-repeat;
}

.search_list li.guam a:before,
.search_rate_wrap .flag.GU {
   background: url(../images/flags/GU.png) center center no-repeat;
}

.search_list li.guatemala a:before,
.search_rate_wrap .flag.GT,
.phone_wrapper.guatemala .flag,
.phone_wrapper .country li.guatemala:before {
   background: url(../images/flags/GT.png) center center no-repeat;
}

.search_list li.guinea a:before,
.search_rate_wrap .flag.GN {
   background: url(../images/flags/GN.png) center center no-repeat;
}

.search_list li.guinea_bissau a:before,
.search_rate_wrap .flag.GW {
   background: url(../images/flags/GW.png) center center no-repeat;
}

.search_list li.guyana a:before,
.search_rate_wrap .flag.GY,
.phone_wrapper.guyana .flag,
.phone_wrapper .country li.guyana:before {
   background: url(../images/flags/GY.png) center center no-repeat;
}

.search_list li.haiti a:before,
.search_rate_wrap .flag.HT,
.phone_wrapper.haiti .flag,
.phone_wrapper .country li.haiti:before {
   background: url(../images/flags/HT.png) center center no-repeat;
}

.search_list li.honduras a:before,
.search_rate_wrap .flag.HN {
   background: url(../images/flags/HN.png) center center no-repeat;
}

.search_list li.hong_kong a:before,
.search_rate_wrap .flag.HK,
.phone_wrapper.hong_kong .flag,
.phone_wrapper .country li.hong_kong:before {
   background: url(../images/flags/HK.png) center center no-repeat;
}

.search_list li.hungary a:before,
.search_rate_wrap .flag.HU,
.phone_wrapper.hungary .flag,
.phone_wrapper .country li.hungary:before {
   background: url(../images/flags/HU.png) center center no-repeat;
}

.search_list li.indonesia a:before,
.search_rate_wrap .flag.ID,
.phone_wrapper.indonesia .flag,
.phone_wrapper .country li.indonesia:before {
   background: url(../images/flags/ID.png) center center no-repeat;
}

.search_list li.iceland a:before,
.search_rate_wrap .flag.IS {
   background: url(../images/flags/IS.png) center center no-repeat;
}

.search_list li.immarsat a:before,
.search_rate_wrap .flag.immarsat {
   background: url(../images/flags/INM.png) center center no-repeat;
}

.search_list li.iridium_satellite a:before,
.search_rate_wrap .flag.iridium {
   background: url(../images/flags/IRD.png) center center no-repeat;
}

.search_list li.iran a:before,
.search_rate_wrap .flag.IR,
.phone_wrapper.iran .flag,
.phone_wrapper .country li.iran:before {
   background: url(../images/flags/IR.png) center center no-repeat;
}

.search_list li.iraq a:before,
.search_rate_wrap .flag.IQ,
.phone_wrapper.iraq .flag,
.phone_wrapper .country li.iraq:before {
   background: url(../images/flags/IQ.png) center center no-repeat;
}

.search_list li.ireland a:before,
.search_rate_wrap .flag.IE,
.phone_wrapper.ireland .flag,
.phone_wrapper .country li.ireland:before {
   background: url(../images/flags/IE.png) center center no-repeat;
}

.search_list li.israel a:before,
.search_rate_wrap .flag.IL,
.phone_wrapper.israel .flag,
.phone_wrapper .country li.israel:before {
   background: url(../images/flags/IL.png) center center no-repeat;
}

.search_list li.italy a:before,
.search_rate_wrap .flag.IT,
.phone_wrapper.italy .flag,
.phone_wrapper .country li.italy:before {
   background: url(../images/flags/IT.png) center center no-repeat;
}

.search_list li.jamaica a:before,
.search_rate_wrap .flag.JM,
.phone_wrapper.jamaica .flag,
.phone_wrapper .country li.jamaica:before {
   background: url(../images/flags/JM.png) center center no-repeat;
}

.search_list li.japan a:before,
.search_rate_wrap .flag.JP,
.phone_wrapper.japan .flag,
.phone_wrapper .country li.japan:before {
   background: url(../images/flags/JP.png) center center no-repeat;
}

.search_list li.jordan a:before,
.search_rate_wrap .flag.JO,
.phone_wrapper.jordan .flag,
.phone_wrapper .country li.jordan:before {
   background: url(../images/flags/JO.png) center center no-repeat;
}

.search_list li.kazahstan a:before,
.search_rate_wrap .flag.KZ,
.phone_wrapper.kazahstan .flag,
.phone_wrapper .country li.kazahstan:before {
   background: url(../images/flags/KZ.png) center center no-repeat;
}

.search_list li.kenya a:before,
.search_rate_wrap .flag.KE,
.phone_wrapper.kenya .flag,
.phone_wrapper .country li.kenya:before {
   background: url(../images/flags/KE.png) center center no-repeat;
}

.search_list li.kiribati a:before,
.search_rate_wrap .flag.KI {
   background: url(../images/flags/KI.png) center center no-repeat;
}

.search_list li.kosovo a:before,
.search_rate_wrap .flag.XK {
   background: url(../images/flags/XK.png) center center no-repeat;
}

.search_list li.kuwait a:before,
.search_rate_wrap .flag.KW,
.phone_wrapper.kuwait .flag,
.phone_wrapper .country li.kuwait:before {
   background: url(../images/flags/KW.png) center center no-repeat;
}

.search_list li.kyrgyzstan a:before,
.search_rate_wrap .flag.KG {
   background: url(../images/flags/KG.png) center center no-repeat;
}

.search_list li.lao_pepublic a:before,
.search_rate_wrap .flag.LA {
   background: url(../images/flags/LA.png) center center no-repeat;
}

.search_list li.latvia a:before,
.search_rate_wrap .flag.LV,
.phone_wrapper.latvia .flag,
.phone_wrapper .country li.latvia:before {
   background: url(../images/flags/LV.png) center center no-repeat;
}

.search_list li.lebanon a:before,
.search_rate_wrap .flag.LB,
.phone_wrapper.lebanon .flag,
.phone_wrapper .country li.lebanon:before {
   background: url(../images/flags/LB.png) center center no-repeat;
}

.search_list li.lesotho a:before,
.search_rate_wrap .flag.LS {
   background: url(../images/flags/LS.png) center center no-repeat;
}

.search_list li.liberia a:before,
.search_rate_wrap .flag.LR {
   background: url(../images/flags/LR.png) center center no-repeat;
}

.search_list li.Libya a:before,
.search_rate_wrap .flag.LY {
   background: url(../images/flags/LY.png) center center no-repeat;
}

.search_list li.liechtenstein a:before,
.search_rate_wrap .flag.LI {
   background: url(../images/flags/LI.png) center center no-repeat;
}

.search_list li.lithuania a:before,
.search_rate_wrap .flag.LT,
.phone_wrapper.lithuania .flag,
.phone_wrapper .country li.lithuania:before {
   background: url(../images/flags/LT.png) center center no-repeat;
}

.search_list li.luxembourg a:before,
.search_rate_wrap .flag.LU,
.phone_wrapper.luxembourg .flag,
.phone_wrapper .country li.luxembourg:before {
   background: url(../images/flags/LU.png) center center no-repeat;
}

.search_list li.macao a:before,
.search_rate_wrap .flag.MO {
   background: url(../images/flags/MO.png) center center no-repeat;
}

.search_list li.macedonia a:before,
.search_rate_wrap .flag.MK,
.phone_wrapper.macedonia .flag,
.phone_wrapper .country li.macedonia:before {
   background: url(../images/flags/MK.png) center center no-repeat;
}

.search_list li.madagascar a:before,
.search_rate_wrap .flag.MG,
.phone_wrapper.madagascar .flag,
.phone_wrapper .country li.madagascar:before {
   background: url(../images/flags/MG.png) center center no-repeat;
}

.search_list li.malawi a:before,
.search_rate_wrap .flag.MW,
.phone_wrapper.malawi .flag,
.phone_wrapper .country li.malawi:before {
   background: url(../images/flags/MW.png) center center no-repeat;
}

.search_list li.malaysia a:before,
.search_rate_wrap .flag.MY,
.phone_wrapper.malaysia .flag,
.phone_wrapper .country li.malaysia:before {
   background: url(../images/flags/MY.png) center center no-repeat;
}

.search_list li.maldives a:before,
.search_rate_wrap .flag.MV {
   background: url(../images/flags/MV.png) center center no-repeat;
}

.search_list li.mali a:before,
.search_rate_wrap .flag.ML {
   background: url(../images/flags/ML.png) center center no-repeat;
}

.search_list li.malta a:before,
.search_rate_wrap .flag.MT {
   background: url(../images/flags/MT.png) center center no-repeat;
}

.search_list li.marshall_islands a:before,
.search_rate_wrap .flag.MH,
.phone_wrapper.marshall_islands .flag,
.phone_wrapper .country li.marshall_islands:before {
   background: url(../images/flags/MH.png) center center no-repeat;
}

.search_list li.martinique a:before,
.search_rate_wrap .flag.MQ {
   background: url(../images/flags/MQ.png) center center no-repeat;
}

.search_list li.mauritania a:before,
.search_rate_wrap .flag.MR {
   background: url(../images/flags/MR.png) center center no-repeat;
}

.search_list li.mauritius a:before,
.search_rate_wrap .flag.MU,
.phone_wrapper.mauritius .flag,
.phone_wrapper .country li.mauritius:before {
   background: url(../images/flags/MU.png) center center no-repeat;
}

.search_list li.mayotte a:before,
.search_rate_wrap .flag.YT {
   background: url(../images/flags/YT.png) center center no-repeat;
}

.search_list li.mexico a:before,
.search_rate_wrap .flag.MX,
.phone_wrapper.mexico .flag,
.phone_wrapper .country li.mexico:before {
   background: url(../images/flags/MX.png) center center no-repeat;
}

.search_list li.micronesia a:before,
.search_rate_wrap .flag.FM {
   background: url(../images/flags/FM.png) center center no-repeat;
}

.search_list li.moldova a:before,
.search_rate_wrap .flag.MD,
.phone_wrapper.moldova .flag,
.phone_wrapper .country li.moldova:before {
   background: url(../images/flags/MD.png) center center no-repeat;
}

.search_list li.monaco a:before,
.search_rate_wrap .flag.MC {
   background: url(../images/flags/MC.png) center center no-repeat;
}

.search_list li.mongolia a:before,
.search_rate_wrap .flag.MN {
   background: url(../images/flags/MN.png) center center no-repeat;
}

.search_list li.montenegro a:before,
.search_rate_wrap .flag.ME {
   background: url(../images/flags/ME.png) center center no-repeat;
}

.search_list li.montserrat a:before,
.search_rate_wrap .flag.MS {
   background: url(../images/flags/MS.png) center center no-repeat;
}

.search_list li.morocco a:before,
.search_rate_wrap .flag.MA,
.phone_wrapper.morocco .flag,
.phone_wrapper .country li.morocco:before {
   background: url(../images/flags/MA.png) center center no-repeat;
}

.search_list li.mozambique a:before,
.search_rate_wrap .flag.MZ {
   background: url(../images/flags/MZ.png) center center no-repeat;
}

.search_list li.myanmar a:before,
.search_rate_wrap .flag.MM {
   background: url(../images/flags/MM.png) center center no-repeat;
}

.search_list li.namibia a:before,
.search_rate_wrap .flag.NA {
   background: url(../images/flags/NA.png) center center no-repeat;
}

.search_list li.nauru a:before,
.search_rate_wrap .flag.NR {
   background: url(../images/flags/NR.png) center center no-repeat;
}

.search_list li.nepal a:before,
.search_rate_wrap .flag.NP,
.phone_wrapper.nepal .flag,
.phone_wrapper .country li.nepal:before {
   background: url(../images/flags/NP.png) center center no-repeat;
}

.search_list li.netherlands_antilles a:before,
.search_rate_wrap .flag.AN {
	background: url(../images/flags/AN.png) center center no-repeat;
}

.search_list li.netherlands a:before,
.search_rate_wrap .flag.NL,
.phone_wrapper.netherlands .flag,
.phone_wrapper .country li.netherlands:before {
   background: url(../images/flags/NL.png) center center no-repeat;
}

.search_list li.new_caledonia a:before,
.search_rate_wrap .flag.NC {
   background: url(../images/flags/NC.png) center center no-repeat;
}

.search_list li.new_zealand a:before,
.search_rate_wrap .flag.NZ,
.phone_wrapper.new_zealand .flag,
.phone_wrapper .country li.new_zealand:before {
   background: url(../images/flags/NZ.png) center center no-repeat;
}

.search_list li.nicaragua a:before,
.search_rate_wrap .flag.NI {
   background: url(../images/flags/NI.png) center center no-repeat;
}

.search_list li.niger a:before,
.search_rate_wrap .flag.NE {
   background: url(../images/flags/NE.png) center center no-repeat;
}

.search_list li.nigeria a:before,
.search_rate_wrap .flag.NG,
.phone_wrapper.nigeria .flag,
.phone_wrapper .country li.nigeria:before {
   background: url(../images/flags/NG.png) center center no-repeat;
}

.search_list li.niue a:before,
.search_rate_wrap .flag.NU {
   background: url(../images/flags/NU.png) center center no-repeat;
}

.search_list li.norfolk_island a:before,
.search_rate_wrap .flag.NF {
   background: url(../images/flags/NF.png) center center no-repeat;
}

.search_list li.north_korea a:before,
.search_rate_wrap .flag.KP {
   background: url(../images/flags/KP.png) center center no-repeat;
}

.search_list li.northen_mariana_islands a:before,
.search_rate_wrap .flag.MP {
   background: url(../images/flags/MP.png) center center no-repeat;
}

.search_list li.norway a:before,
.search_rate_wrap .flag.NO,
.phone_wrapper.norway .flag,
.phone_wrapper .country li.norway:before {
   background: url(../images/flags/NO.png) center center no-repeat;
}

.search_list li.oman a:before,
.search_rate_wrap .flag.OM,
.phone_wrapper.oman .flag,
.phone_wrapper .country li.oman:before {
   background: url(../images/flags/OM.png) center center no-repeat;
}

.search_list li.pakistan a:before,
.search_rate_wrap .flag.PK,
.phone_wrapper.pakistan .flag,
.phone_wrapper .country li.pakistan:before {
   background: url(../images/flags/PK.png) center center no-repeat;
}

.search_list li.palau a:before,
.search_rate_wrap .flag.PW {
   background: url(../images/flags/PW.png) center center no-repeat;
}

.search_list li.palestine a:before,
.search_rate_wrap .flag.PS,
.phone_wrapper.palestine .flag,
.phone_wrapper .country li.palestine:before {
   background: url(../images/flags/PS.png) center center no-repeat;
}

.search_list li.panama a:before,
.search_rate_wrap .flag.PA,
.phone_wrapper.panama .flag,
.phone_wrapper .country li.panama:before {
   background: url(../images/flags/PA.png) center center no-repeat;
}

.search_list li.papua_new_guinea a:before,
.search_rate_wrap .flag.PG {
   background: url(../images/flags/PG.png) center center no-repeat;
}

.search_list li.paraguay a:before,
.search_rate_wrap .flag.PY {
   background: url(../images/flags/PY.png) center center no-repeat;
}

.search_list li.peru a:before,
.search_rate_wrap .flag.PE,
.phone_wrapper.peru .flag,
.phone_wrapper .country li.peru:before {
   background: url(../images/flags/PE.png) center center no-repeat;
}

.search_list li.philippines a:before,
.search_rate_wrap .flag.PH,
.phone_wrapper.philippines .flag,
.phone_wrapper .country li.philippines:before {
   background: url(../images/flags/PH.png) center center no-repeat;
}

.search_list li.poland a:before,
.search_rate_wrap .flag.PL,
.phone_wrapper.poland .flag,
.phone_wrapper .country li.poland:before {
   background: url(../images/flags/PL.png) center center no-repeat;
}

.search_list li.portugal a:before,
.search_rate_wrap .flag.PT,
.phone_wrapper.portugal .flag,
.phone_wrapper .country li.portugal:before {
   background: url(../images/flags/PT.png) center center no-repeat;
}

.search_list li.puerto_rico a:before,
.search_rate_wrap .flag.PR {
   background: url(../images/flags/PR.png) center center no-repeat;
}

.search_list li.qatar a:before,
.search_rate_wrap .flag.QA,
.phone_wrapper.qatar .flag,
.phone_wrapper .country li.qatar:before {
   background: url(../images/flags/QA.png) center center no-repeat;
}

.search_list li.reunion a:before,
.search_rate_wrap .flag.RE {
   background: url(../images/flags/RE.png) center center no-repeat;
}

.search_list li.romania a:before,
.search_rate_wrap .flag.RO,
.phone_wrapper.romania .flag,
.phone_wrapper .country li.romania:before {
   background: url(../images/flags/RO.png) center center no-repeat;
}

.search_list li.rwanda a:before,
.search_rate_wrap .flag.RW {
   background: url(../images/flags/RW.png) center center no-repeat;
}

.search_list li.saint_helena a:before,
.search_rate_wrap .flag.SH {
   background: url(../images/flags/SH.png) center center no-repeat;
}

.search_list li.saint_kitts_and_nevis a:before,
.search_rate_wrap .flag.KN {
   background: url(../images/flags/KN.png) center center no-repeat;
}

.search_list li.saint_lucia a:before,
.search_rate_wrap .flag.LC {
   background: url(../images/flags/LC.png) center center no-repeat;
}

.search_list li.saint_pierre_and_miquelon a:before,
.search_rate_wrap .flag.PM {
   background: url(../images/flags/PM.png) center center no-repeat;
}

.search_list li.saint_vincent a:before,
.search_rate_wrap .flag.VC {
   background: url(../images/flags/VC.png) center center no-repeat;
}

.search_list li.samoa a:before,
.search_rate_wrap .flag.AS {
   background: url(../images/flags/AS.png) center center no-repeat;
}

.search_list li.san_marino a:before,
.search_rate_wrap .flag.SM {
   background: url(../images/flags/SM.png) center center no-repeat;
}

.search_list li.sao_tome_and_principe a:before,
.search_rate_wrap .flag.ST {
   background: url(../images/flags/ST.png) center center no-repeat;
}

.search_list li.singapore a:before,
.search_rate_wrap .flag.SG,
.phone_wrapper.singapore .flag,
.phone_wrapper .country li.singapore:before {
   background: url(../images/flags/SG.png) center center no-repeat;
}

.search_list li.sita_equant a:before,
.search_rate_wrap .flag.sita_equant {
   background: url(../images/flags/SITA.png) center center no-repeat;
}

.search_list li.saudi_arabia a:before,
.search_rate_wrap .flag.SA,
.phone_wrapper.saudi_arabia .flag,
.phone_wrapper .country li.saudi_arabia:before {
   background: url(../images/flags/SA.png) center center no-repeat;
}

.search_list li.senegal a:before,
.search_rate_wrap .flag.SN {
   background: url(../images/flags/SN.png) center center no-repeat;
}

.search_list li.serbia a:before,
.search_rate_wrap .flag.RS,
.phone_wrapper.serbia .flag,
.phone_wrapper .country li.serbia:before {
   background: url(../images/flags/RS.png) center center no-repeat;
}

.search_list li.seychelles a:before,
.search_rate_wrap .flag.SC {
   background: url(../images/flags/SC.png) center center no-repeat;
}

.search_list li.sierra_leone a:before,
.search_rate_wrap .flag.SL {
   background: url(../images/flags/SL.png) center center no-repeat;
}

.search_list li.sint_maarten a:before,
.search_rate_wrap .flag.SX {
   background: url(../images/flags/SX.png) center center no-repeat;
}

.search_list li.slovakia a:before,
.search_rate_wrap .flag.SK,
.phone_wrapper.slovakia .flag,
.phone_wrapper .country li.slovakia:before {
   background: url(../images/flags/SK.png) center center no-repeat;
}

.search_list li.slovenia a:before,
.search_rate_wrap .flag.SI {
   background: url(../images/flags/SI.png) center center no-repeat;
}

.search_list li.solomon_islands a:before,
.search_rate_wrap .flag.SB {
   background: url(../images/flags/SB.png) center center no-repeat;
}

.search_list li.somalia a:before,
.search_rate_wrap .flag.SO {
   background: url(../images/flags/SO.png) center center no-repeat;
}

.search_list li.south_africa a:before,
.search_rate_wrap .flag.ZA,
.phone_wrapper.south_africa .flag,
.phone_wrapper .country li.south_africa:before {
   background: url(../images/flags/ZA.png) center center no-repeat;
}

.search_list li.south_korea a:before,
.search_rate_wrap .flag.KR,
.phone_wrapper.south_korea .flag,
.phone_wrapper .country li.south_korea:before {
   background: url(../images/flags/KR.png) center center no-repeat;
}

.search_list li.south_sudan a:before,
.search_rate_wrap .flag.SS {
   background: url(../images/flags/SS.png) center center no-repeat;
}

.search_list li.spain a:before,
.search_rate_wrap .flag.ES,
.phone_wrapper.spain .flag,
.phone_wrapper .country li.spain:before {
   background: url(../images/flags/ES.png) center center no-repeat;
}

.search_list li.sri_lanka a:before,
.search_rate_wrap .flag.LK,
.phone_wrapper.sri_lanka .flag,
.phone_wrapper .country li.sri_lanka:before {
   background: url(../images/flags/LK.png) center center no-repeat;
}

.search_list li.sudan a:before,
.search_rate_wrap .flag.SD {
   background: url(../images/flags/SD.png) center center no-repeat;
}

.search_list li.suriname a:before,
.search_rate_wrap .flag.SR {
   background: url(../images/flags/SR.png) center center no-repeat;
}

.search_list li.swaziland a:before,
.search_rate_wrap .flag.SZ {
   background: url(../images/flags/SZ.png) center center no-repeat;
}

.search_list li.switzerland a:before,
.search_rate_wrap .flag.CH,
.phone_wrapper.switzerland .flag,
.phone_wrapper .country li.switzerland:before {
   background: url(../images/flags/CH.png) center center no-repeat;
}

.search_list li.syria a:before,
.search_rate_wrap .flag.SY,
.phone_wrapper.syria .flag,
.phone_wrapper .country li.syria:before {
   background: url(../images/flags/SY.png) center center no-repeat;
}

.search_list li.sweden a:before,
.search_rate_wrap .flag.SE,
.phone_wrapper.sweden .flag,
.phone_wrapper .country li.sweden:before {
   background: url(../images/flags/SE.png) center center no-repeat;
}

.search_list li.taiwan a:before,
.search_rate_wrap .flag.TW,
.phone_wrapper.taiwan .flag,
.phone_wrapper .country li.taiwan:before {
   background: url(../images/flags/TW.png) center center no-repeat;
}

.search_list li.tajikistan a:before,
.search_rate_wrap .flag.TJ {
   background: url(../images/flags/TJ.png) center center no-repeat;
}

.search_list li.tanzania a:before,
.search_rate_wrap .flag.TZ {
   background: url(../images/flags/TZ.png) center center no-repeat;
}

.search_list li.telenor_gsm_network a:before,
.search_rate_wrap .flag.telenor_gsm_network {
   background: url(../images/flags/TLN.png) center center no-repeat;
}

.search_list li.teliasonera_multinational_atm_network a:before,
.search_rate_wrap .flag.teliasonera_multinational_atm_network {
   background: url(../images/flags/TEL.png) center center no-repeat;
}

.search_list li.thuraya_rmss_network a:before,
.search_rate_wrap .flag.thuraya_rmss_network {
   background: url(../images/flags/THU.png) center center no-repeat;
}

.search_list li.thailand a:before,
.search_rate_wrap .flag.TH,
.phone_wrapper.thailand .flag,
.phone_wrapper .country li.thailand:before {
   background: url(../images/flags/TH.png) center center no-repeat;
}

.search_list li.togo a:before,
.search_rate_wrap .flag.TG {
   background: url(../images/flags/TG.png) center center no-repeat;
}

.search_list li.tokelau a:before,
.search_rate_wrap .flag.TK {
   background: url(../images/flags/TK.png) center center no-repeat;
}

.search_list li.tonga a:before,
.search_rate_wrap .flag.TO {
   background: url(../images/flags/TO.png) center center no-repeat;
}

.search_list li.trinidad_and_tobago a:before,
.search_rate_wrap .flag.TT {
   background: url(../images/flags/TT.png) center center no-repeat;
}

.search_list li.tunisia a:before,
.search_rate_wrap .flag.TN,
.phone_wrapper.tunisia .flag,
.phone_wrapper .country li.tunisia:before {
   background: url(../images/flags/TN.png) center center no-repeat;
}

.search_list li.turkey a:before,
.search_rate_wrap .flag.TR,
.phone_wrapper.turkey .flag,
.phone_wrapper .country li.turkey:before {
   background: url(../images/flags/TR.png) center center no-repeat;
}

.search_list li.turkmenistan a:before,
.search_rate_wrap .flag.TM {
   background: url(../images/flags/TM.png) center center no-repeat;
}

.search_list li.turks_and_caicos_islands a:before,
.search_rate_wrap .flag.TC {
   background: url(../images/flags/TC.png) center center no-repeat;
}

.search_list li.tuvalu a:before,
.search_rate_wrap .flag.TV {
   background: url(../images/flags/TV.png) center center no-repeat;
}

.search_list li.uganda a:before,
.search_rate_wrap .flag.UG,
.phone_wrapper.uganda .flag,
.phone_wrapper .country li.uganda:before {
   background: url(../images/flags/UG.png) center center no-repeat;
}

.search_list li.UAE a:before,
.search_rate_wrap .flag.AE,
.phone_wrapper.UAE .flag,
.phone_wrapper .country li.UAE:before {
   background: url(../images/flags/AE.png) center center no-repeat;
}


.search_list li.british_ind_ocean a:before,
.search_rate_wrap .flag.british_ind_ocean,
.search_list li.UK a:before,
.search_rate_wrap .flag.GB,
.phone_wrapper.UK .flag,
.phone_wrapper .country li.UK:before {
   background: url(../images/flags/GB.png) center center no-repeat;
}

.search_list li.ukraine a:before,
.search_rate_wrap .flag.UA,
.phone_wrapper.ukraine .flag,
.phone_wrapper .country li.ukraine:before {
   background: url(../images/flags/UA.png) center center no-repeat;
}

.search_list li.uruguay a:before,
.search_rate_wrap .flag.UY {
   background: url(../images/flags/UY.png) center center no-repeat;
}

.search_list li.uzbekistan a:before,
.search_rate_wrap .flag.UZ {
   background: url(../images/flags/UZ.png) center center no-repeat;
}

.search_list li.vanuatu a:before,
.search_rate_wrap .flag.VU {
   background: url(../images/flags/VU.png) center center no-repeat;
}

.search_list li.venezuela a:before,
.search_rate_wrap .flag.VE {
   background: url(../images/flags/VE.png) center center no-repeat;
}

.search_list li.vietnam a:before,
.search_rate_wrap .flag.VN {
   background: url(../images/flags/VN.png) center center no-repeat;
}

.search_list li.virgin_islands a:before,
.search_rate_wrap .flag.VG {
   background: url(../images/flags/VG.png) center center no-repeat;
}

.search_list li.wallis_and_futuna a:before,
.search_rate_wrap .flag.WF {
   background: url(../images/flags/WF.png) center center no-repeat;
}

.search_list li.yemen a:before,
.search_rate_wrap .flag.YE {
   background: url(../images/flags/YE.png) center center no-repeat;
}

.search_list li.zambia a:before,
.search_rate_wrap .flag.ZM {
   background: url(../images/flags/ZM.png) center center no-repeat;
}

.search_list li.zimbabwe a:before,
.search_rate_wrap .flag.ZW {
   background: url(../images/flags/ZW.png) center center no-repeat;
}
