/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}
/* Defaults */
a, button, input[type="submit"] { -moz-transition: all .2s ease-in;-o-transition: all .2s ease-in;-webkit-transition: all .2s ease-in;transition: all .2s ease-in}
a,abbr,acronym,address,area,b,bdo,big,blockquote,body,button,caption,cite,code,col,colgroup,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,i,images,ins,kbd,label,legend,li,map,object,ol,p,param,pre,q,samp,small,span,strong,sub,sup,table,tbody,td,textarea,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;vertical-align:baseline}
:focus{outline:0}
a:focus,a{color:#2e008b;text-decoration:underline}
a:hover{text-decoration:none}
abbr,acronym,dfn{border-bottom:1px dotted;cursor:help}
code,pre{font-size:1em}
del{text-decoration:line-through}
dfn{font-style:italic;font-weight:700}
dt{font-weight:700}
dd{margin:0 0 1em 10px}
fieldset{border:0}
fieldset p{margin:0 0 5px}
img{border:0;vertical-align:bottom}
ins{text-decoration:none}
hr{margin:0 0 .5em}
strong{font-weight:400;}
input:focus,textarea:focus,button:focus{outline:none}
input[type=submit],button{cursor:pointer}
input[type=text],input[type=password],input[type=file],input[type=submit],textarea{-webkit-appearance:none;border-radius:0;-webkit-border-radius:0}
ul,li{padding:0;margin:0;list-style: none}
img{max-width:100%;height:auto}
*{box-sizing:border-box}
.left {float: left}
.right {float: right}
.clearer-block:after{display:table;content:'';clear:both}
p {margin-bottom: 20px;}

.animate {
    transition: all .5s ease-out;
}
.fade-in-right {
    opacity: 0;
    transform: translate(-100%, 0);
}
.fade-in-left {
    opacity: 0;
    transform: translate(100%, 0);
}
.slide-in-right {
    transform: translate(-100%, 0);
}
.slide-in-left {
    transform: translate(100%, 0);
}
.fade-in {
    opacity: 0;
}
.fade-in-up {
    opacity: 0;
    transform: translate(0, 100%);
}
.slide-in-up {
    transform: translate(0, 100%);
}
.fade-in-down {
    opacity: 0;
    transform: translate(0, -100%);
}
.animated {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}
h1 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 600;
}
h2 {
    font-size: 38px;
    line-height: 43px;
    font-weight: 650;
    position: relative;
    padding-top: 57px;
    margin-bottom: 25px;
}
h2::before {
    position: absolute;
    content: '';
    width: 100%;
    max-width: 480px;
    height: 10px;
    background: linear-gradient(90deg, #fd683c 0%, #bc17a2 100%);
    top: 0%;
    left: 0;
    z-index: 1;
}

.btn-arrow {
    font-size: 28px;
    line-height: 32px;
    padding-right: 30px;
    font-weight: 650;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
    background: url(../img/arrow-right.svg) no-repeat center right;
    background-size: 20px;
    color: #2e008b;
    text-decoration: none;
}
.btn-arrow.download {
    background: url(../img/download-arrow.svg) no-repeat center right;
    background-size: 20px;
}
.btn-arrow.download-small {
    margin-top: 10px;
    font-size: 22px;
    line-height: 26px;
    padding-right: 25px;
    text-transform: unset;
    background: url(../img/download-arrow.svg) no-repeat top right;
    background-size: 16px;
    border-bottom: 1px solid rgb(247, 248, 249);
    padding-bottom: 10px;
}
.btn-arrow.download-small:last-child {
  border-bottom: none;
}
.image-text .btn-arrow.download-small {
    border-bottom: 1px solid #fff;
    padding-bottom:10px;
    margin-top:10px;
}
.btn-arrow.download-small span {
    font-size: 14px;
    font-weight: 360;
    color: #457ABE;
    position: relative;
    top: -2px;
}
.btn-arrow:hover {
    color: #457ABE;
    text-decoration: none;
}

.btn {
    font-size: 30px;
    line-height: 32px;
    white-space: nowrap;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    color: #2e008b;
    text-decoration: none;
    border: none;
    background: #fff;
    padding: 35px 60px;
    border-radius: 15px;
}
.btn:hover {
    color: white;
    background: #2e008b;
    text-decoration: none;
}
body {
    font-family: "Source Sans 3", sans-serif;
    color: #2e008b;
    font-weight: 360;
    font-size: 22px;
    line-height: 28px;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrapper {
    width: 100%;
    overflow: hidden;
}

#main-content {
    max-width: 1300px;
    margin:0 auto;
}

#main-content .container, .header .container {
        padding: 0 50px;
}

.top-text .container {
    padding:0 10px;
}
.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.top-text {
    background: #f7f8f9;
    text-align: center;
    padding: 23px 0;
    color: #004593;
    font-size: 15px;
    line-height: 19px;
}
.menu-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
    padding: 20px 0 0;
    font-size: 16px;
    line-height: 19px;
}
.menu-top .menu {
    font-size: 14px;
    gap: 15px;
}
.lang-dropdown {
    color: #204dcf;
    font-size: 16px;
    display: none;
    padding-left: 25px;
    background: url(../img/flag.svg) no-repeat center left;
    background-size: 20px;
}
.lang-dropdown .current{
    padding-right: 40px;
    background: url(../img/dropdown-arrow.svg) no-repeat center right;
    background-size: 15px;
}
.header {
    position: relative;
    z-index: 5;
    border-bottom: 1px solid #d1ccbd;
}
.overflow {
    overflow: hidden;
}
.header .menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13px;
    font-weight: 370;
    line-height: 19px;
}
.header .menu a{
    color: #000;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    transition: none;
}
.header .menu a:hover{
    color: #000;
    text-decoration: none;
    border-color: #bb16a3;
    border-width: 4px;
    font-weight: 700;
}
.main-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 18px;
    gap: 50px;
    padding-bottom: 25px;
}
.main-menu .menu{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 50px;
}
.main-menu .menu a{
    font-size: 16px;
    font-weight: 370;
    transition: none;
}
.menu-button {
    display: none;
}
.banner {
    height: 530px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner:after {
    position: absolute;
    content: '';
    background: linear-gradient(135deg,  #306bd3 0%,#2e038c 100%);
    width: 1400px;
    height: 1400px;
    border-radius: 50%;
    right: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(0%, -50%);
}
.banner:before {
    position: absolute;
    content: '';
    background: linear-gradient(208deg, #fd683c 0%, #bc17a2 100%);
    width: 1300px;
    height: 1400px;
    border-radius: 50%;
    right: 50%;
    margin: 5px;
    top: 50%;
    z-index: 2;
    transform: translate(0%, -50%) rotate(-2deg);
    transform-origin: top right;
}
.banner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 30%;
    position: absolute;
    top: 0;
    max-width: 1467px;
}
.banner .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.banner .text{
    position: relative;
    z-index: 4;
}
.banner .text h1{
    color: white;
    margin-bottom: 0;
}
.banner .text::after{
    position: absolute;
    content: '';
    height: 7px;
    width: 240px;
    background: linear-gradient(90deg, #fd683c 0%, #bc17a2 100%);
    top: 57px;
    left: 0;
}
.image-text {
    background: #f7f8f9;
    padding: 115px 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 360;
}
.image-text .img-h,
.image-text .text-h {
    width: 48%;
    position: relative;
}
.image-text .img-h img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.image-text .text-h {
    padding-right: 4%;
}
.image-text .btn-arrow {
    margin-top: 30px;
}
.image-text.ads .img-h {
    width: 300px;
    height: 250px;
    margin-top: 70px;
    aspect-ratio: layout-reverse;
}
.image-text.ads .img-h img{
    aspect-ratio: unset;
}
.image-text.ads .text-h {
    width: calc(100% - 300px);
    max-width: 770px;
}
.resources {
    padding: 115px 0;
}
.resources .flex-box{
    margin: 0 -15px;
    padding-top: 30px;
}
.resources .item {
    width: 25%;
    padding: 0 30px;
    text-align: center;
}
.resources .item:nth-child(2) {
    transition-delay: 0.2s;
}
.resources .item:nth-child(3) {
    transition-delay: 0.4s;
}
.resources .item:nth-child(4) {
    transition-delay: 0.6s;
}
.resources .img-h {
    margin-bottom: 25px;
}
.resources .item h2{
    padding: 0;
}
.resources .item h2::before{
    display: none;
}
.resources .item li {
    margin-bottom: 10px;
}
.text-box {
    padding: 90px 0;
    background: linear-gradient(90deg, #bc17a2 0%, #fd683c 100%);
    color: white;
    text-align: center;
}
.footer {
    padding: 60px 0 45px;
    background: #201547;
    color: white;
    font-size: 10px;
    line-height: 19px;
}
.footer .menu{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    order: 1;
    font-size: 16px;
    max-width: calc(100% - 200px);
    font-weight: 360;
}
.footer .menu a{
    color: white;
    text-decoration: none;
}
.footer .menu a:hover{
    color: #457ABE;
}
.footer .flex-box{
    align-items: center;
    gap: 30px;
}
.footer .logo-h{
    min-width: 145px;
    order: 2;
}
.footer p{
    margin-bottom: 0;
    width: 100%;
    order: 3;
}
.popup {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #0000009f;
    left: 0;
    top: 0;
    display: none;
}
.popup-h {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.popup-h .container{
    padding: 100px 25px;
    max-width: 1370px;
    width: 100%;
    background: #fff;
    position: relative;
}
.popup-h .flex-box{
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}
.popup-h .item {
    width: 33.332%;
    padding: 0 30px;
    text-align: center;
}
.popup-h .item .img-h{
    margin: 0 auto 10px;
    max-width: 200px;
}
.popup-h .item span{
    display: block;
    font-size: 16px;
}
.popup-h .item h2{
    padding: 0;
}
.popup-h .item h2::before{
    display: none;
}
.popup-h .close {
    text-indent: -9999px;
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    background: url(../img/cross.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
}
@media screen and (max-width: 1250px){
    .resources {
        padding-bottom: 20px;
    }
    .resources .item {
        width: 50%;
        margin-bottom: 80px;
    }
    .resources .item:nth-child(2) {
        transition-delay: 0.2s;
    }
    .resources .item:nth-child(3) {
        transition-delay: 0;
    }
    .resources .item:nth-child(4) {
        transition-delay: 0.2s;
    }
}
@media screen and (max-width: 1024px){
    .top-text br{
        display: none;
    }
    .lang-dropdown,
    .menu-top {
        display: none;
    }
    .header {
        padding-top: 20px;
        text-align: center;
        position: relative;
    }
    .main-menu {
        justify-content: center;
        position: relative;
    }
    .header nav{
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        transform: translate(0, -100%);
        background: #fff;
        width: 100%;
        transition: all 0.3s ease;
        height: 100vh;
        z-index: 4;
    }
    .header .menu-button {
        position: absolute;
        width: 26px;
        height: 25px;
        display: block;
        left: 0;
        top: 23px;
        text-indent:-9999px;
        border:none;
        margin:0;
        background:none;
        padding:0;
        z-index:5;
    }
    .menu-button .humb{display:block;width:26px;height:2px;background:#bc17a2;transform:translateY(0);-webkit-transition:transform 0 300ms;transition:transform 0 300ms;text-indent:-9999px}
    .menu-button .humb::before,.menu-button .humb::after{display:block;position:absolute;content:"";z-index:-1;width:26px;height:2px;background:#bc17a2;right:0}
    .menu-button .humb::before{bottom:10px;transition:bottom 300ms 300ms cubic-bezier(0.23,1,0.32,1),transform 300ms cubic-bezier(0.23,1,0.32,1)}
    .menu-button .humb::after{top:10px;transition:top 300ms 300ms cubic-bezier(0.23,1,0.32,1),transform 300ms cubic-bezier(0.23,1,0.32,1)}
    .open .menu-button .humb{background:none!important}
    .open .menu-button .humb::after{top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);transition:top 300ms cubic-bezier(0.23,1,0.32,1),transform 300ms 300ms cubic-bezier(0.23,1,0.32,1);background:#bc17a2}
    .open .menu-button .humb::before{bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);transition:bottom 300ms cubic-bezier(0.23,1,0.32,1),transform 300ms 300ms cubic-bezier(0.23,1,0.32,1);background:#bc17a2}
    header .open nav {
        transform: translate(0, 0);
    }

    .header .menu{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .image-text .img-h,
    .image-text.ads .text-h,
    .image-text .text-h {
        width: 100%;
        order: 2;
        padding-right: 0;
    }
    .image-text.ads .img-h,
    .image-text .img-h {
        order: 1;
        margin: 0 0 60px;
    }
    h2::before {
        max-width: 80%;
    }
}
@media screen and (max-width: 785px){
    h1 {
        font-size: 48px;
        line-height: 58px;
        margin:50px 0 !important;
    }
    .banner {
        height: auto;
    }
    .banner .text::after {
        height: 6px;
        width: 200px;
        top: 105px;
    }
    .banner .container {
        position: relative;
        z-index: 3;
        padding: 50px 25px 70px;
    }
    .banner .container:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 120%;
        background: url(../img/mobiie-bg.svg) no-repeat center top;
        background-size:cover;
        z-index: -1;
        left: 0;
        bottom: 0;
    }
    .banner img {
        position: relative;
        left: 50%;
        transform: translate(-50%);
        height: 364px;
    }
    .banner::after,
    .banner::before {
        display: none;
    }
    .image-text .img-h img {
        position: relative;
        width: 100%;
        height: auto;
        aspect-ratio: 3/2;
    }
    .image-text,
    .resources {
        padding: 80px 0;
    }
    .resources {
        padding-bottom: 0;
    }
    .resources .item {
        width: 100%;
        transition-delay: 0 !important;
    }
    .footer {
        padding-top: 50px;
    }
    .footer .flex-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer .logo-h {
        order: 3;
    }
    .footer p{
        order: 1;
        width: 100%;
        margin-bottom: 0px;
        max-width: 100%;text-align: center;
    }
    .footer .menu{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
        text-align: center;
        order: 2;
    }
    .popup-h .item {
        width: 100%;
        padding: 0;
    }
    
    .popup-h .item:not(:last-child) {
        margin-bottom: 50px;
    }
    
    .popup-h .btn-arrow {
        margin-top: 10px;
    }
}

@media screen and (max-width: 420px){
    .btn,
    .btn-arrow {
        font-size: 22px;
    }
    .btn {
        padding: 20px 30px;
    }
}


.toolkit-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 25px;
    border-radius: 10px;
    border: none;
    background: #2e008b;
    color: #fff;
    text-decoration: none;
    font-weight: 650;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 6px 20px rgba(46, 0, 139, 0.25);
    width: auto;
    max-width: 100%;
    margin-top:20px;
}

.toolkit-download-btn:hover {
    background: #457ABE;
    box-shadow: 0 8px 26px rgba(46, 0, 139, 0.35);
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

.toolkit-download-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.toolkit-file-size {
    font-size: 14px;
    color: #457ABE;
    font-weight: 360;
    display: block;
    margin-top: 8px;
    text-align: center;
}

@media screen and (max-width: 785px) {
    .toolkit-download-wrapper {
        width: 100%;
    }
    
    .toolkit-download-btn {
        font-size: 14px;
        padding: 10px 20px;
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    
    .toolkit-file-size {
        font-size: 12px;
    }
}

/* Toolkit Download Button */
.toolkit-download-wrapper {
    display: block;
    text-align: center;
    width: 100%;
}