/* ==================
 * Classes
 * ================== */
body .wrapper .desktop {
    display: block;
    margin: 0 auto;
}
.wpa-test-msg,
body .wrapper .mobile {
    display: none;
}
.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.text-center {
    text-align: center;
}

.align-start {
    align-items: flex-start;
}
.align-center {
    align-items: center;
}
.align-end {
    align-items: flex-end;
}

.wrap {
    flex-wrap: wrap;
}

.justify-start {
    justify-content: flex-start;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}

.column {
    flex-direction: column;
}
.row {
    flex-direction: row;
}

.uppercase {
    text-transform: uppercase;
}
.hide {
    display: none !important;
}

.half {
    width: 50%;
    flex: 1 1 50%;
}
.third {
    width: 33.33%;
    flex: 1 1 33.33%;
}
.disabled-grow {
    flex-grow: 0;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.absolute {
    position: absolute;
}
.relative {
    position: relative;
}

.grow {
    flex-grow: 1;
}

.overflow-hidden {
    overflow: hidden;
}

.index-1 {
    z-index: 1;
}
.index-2 {
    z-index: 2;
}
.index-3 {
    z-index: 3;
}
.index-100 {
    z-index: 100;
}
.index-200 {
    z-index: 200;
}

.arrow path.stroke {
    fill: none;
    stroke: rgba(255, 255, 255, 0.6);
    stroke-width: 2;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.container {
    width: 1347px;
    max-width: 100%;
    padding-left: 31px;
    padding-right: 31px;
    margin: 0 auto;
}
.container-small {
    width: 1202px;
    padding-left: 16px;
    padding-right: 16px;
}

.btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    height: 57px;
    margin-bottom: 0;
    font-family: "Inter Light", Sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: normal;
    text-align: center;
    color: #8c8c8c;
    background: #fff;
    cursor: pointer;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:hover {
    font-family: "Inter Bold", Sans-serif;
}
.btn:active {
    font-family: "Inter Light", Sans-serif;
}
.btn.btn-large {
    width: 252px;
    height: 72px;
}
body .btn:active:after,
body .btn:active::after,
.btn:after,
.btn::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';

    -webkit-filter: blur(20px);
    -filter: blur(20px);

    background: rgba(224, 224, 224, 0.5);
    background: -webkit-linear-gradient(143deg, rgba(224, 224, 224, 0.5) 0%, rgba(170, 170, 170, 0.5) 100%);
    background: -moz-linear-gradient(143deg, rgba(224, 224, 224, 0.5) 0%, rgba(170, 170, 170, 0.5) 100%);
    background: -o-linear-gradient(143deg, rgba(224, 224, 224, 0.5) 0%, rgba(170, 170, 170, 0.5) 100%);
    background: linear-gradient(143deg, rgba(224, 224, 224, 0.5) 0%, rgba(170, 170, 170, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(224, 224, 224, 0.5)', endColorstr='rgba(170, 170, 170, 0.5)', GradientType=1);

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.btn:hover:after,
.btn:hover::after {
    background: rgba(224, 224, 224, 0.8);
    background: -webkit-linear-gradient(143deg, rgba(224, 224, 224, 0.8) 0%, rgba(170, 170, 170, 0.8) 100%);
    background: -moz-linear-gradient(143deg, rgba(224, 224, 224, 0.8) 0%, rgba(170, 170, 170, 0.8) 100%);
    background: -o-linear-gradient(143deg, rgba(224, 224, 224, 0.8) 0%, rgba(170, 170, 170, 0.8) 100%);
    background: linear-gradient(143deg, rgba(224, 224, 224, 0.8) 0%, rgba(170, 170, 170, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(224, 224, 224, 0.8)', endColorstr='rgba(170, 170, 170, 0.8)', GradientType=1);
}

.full-width {
    width: 100%;
    flex: 1 1 100%;
}
.full-height {
    height: 100%;
}

body .page-title {
    position: relative;
    padding-bottom: 31px;
    margin-bottom: 54px;
    font-family: "Inter Ultralight", Sans-serif;
    font-size: 40px;
    letter-spacing: 0.05em;
    color: #414141;
    font-weight: normal;
}
body .page-title:after,
body .page-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 4px;
    background: #48dbfb;
    content: '';
}
body .page-title span {
    font-family: "Inter Bold", Sans-serif;
    color: #1669da;
}

.page-desc {
    font-family: "Inter Light", Sans-serif;
    font-size: 18px;
    line-height: 187%;
    letter-spacing: 0.1em;
    color: #4d4d4d;
}
.page-desc p {
    margin-bottom: 30px;
}
.page-desc > *:last-child {
    margin-bottom: 0;
}