@import url('https://fonts.googleapis.com/css2?family=Inter&family=Sora:wght@400;500;600;700&display=swap');
body{
    font-family: 'Inter', sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.btn-flat__alter{
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #D3D9DC;
    line-height: 14px;
    border-bottom-width:0;
    -o-transition:.2s;
    transition:.2s;-moz-transition:.2s;-webkit-transition:.2s;
}
.btn-flat__alter:hover{color: #D3D9DC;}
.pWrap .p-menu {
    background-color: #A2C1C4;
    padding: 0 30px;
    display: flex;
    box-shadow: 9px 7px 50px rgba(0, 0, 0, 0.3);
    transition: 100ms;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 1;
    width: 100%;
    z-index: 90;
  }
  .pWrap .p-menu__tab {
    color: #012A38;
    font-size: 16px;
    line-height: 24px;
    padding: 28px 12px;
    transition: 350ms;
    position: relative;
  }
  .pWrap .p-menu__tab--active {
    color: #012A38;
    font-weight: bold;
  }
  .pWrap .p-menu__tab--active:after {
    content: "";
    height: 3px;
    background: #012A38;
    width: 40px;
    height: 4px;
    display: block;
    position: absolute;
    bottom: 0px;
  }
  .pWrap .p-menu__tab:hover,
  .pWrap .p-menu__tab:focus {
    text-decoration: none;
  }
.flag-icon{
    width: 42.5px;
    height: 30px;            
}
#ch-js-header-cloned{
    display: none;
}
.pWrap .p-carousel__content{
    height: 410px;
}
.pWrap .p-carousel__label {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-family: 'Sora', sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: normal;
    font-size: 12px;
    color: #D3D9DC;

    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 8px;
}
.pWrap .p-carousel__title {
    font-family: 'Sora', sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 32px;
    letter-spacing: -0.25px;
    line-height: 40px;
    color: #D3D9DC;
    margin-bottom: 20px;
    text-transform: none;
    min-height: 100px;
    margin-top: 10px;
}
.pWrap .p-carousel__signup-button {
    border: 0;
    font-family: inherit;
    min-width: inherit;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    background-color: #BFF90B;
    color: #012A38;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 9px 21px;
    display: inline-block;
    border-radius: 2px;
}
/* .pWrap .p-menu__tab {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 24px 12px;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    position: relative;
} */
.pWrap .main-content__title {
    font-family: 'Sora', sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 18px;
    color: #012A38;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: none;
}
.pWrap .main-content__feature__block--margin{
    font-size: 15px;
}
@media screen and (min-width:1200px) {
    .pWrap .main-content{
        padding: 60px 100px 0 100px;
    }
    .pWrap .main-content__title {
        font-size: 18px;
        color: #212128;
        line-height: 24px;
        text-transform: none;
        margin-bottom: 5px;
        padding-top: 0px;
        margin-top: 0px;
    }
}
@media screen and (max-width: 767px) {
    .pWrap .main-content{
        margin-top: 0;
    }
    .pWrap .p-carousel__title {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: -0.5px;
        min-height: inherit;
    }
}