
.header {
    background: #fff;
    color: #1d1d1b;
    border-bottom: 1px solid #e2ebf1;
}
.header .search-btn {
    background-image: url("../../assets/img/search-color.svg");
    border-color: rgba(16, 128, 196, 0.1);
}
.header .logo .logo2 {
    display: block;
}
.header .logo .logo1 {
    display: none;
}
.header ul.menu li a {
    color: black;
}
.header ul.menu li.lang span i {
    color: #1080c4;
}
.header .get-offer-btn {
    color: #1d1d1b;
    border-color: rgba(16, 128, 196, 0.1);
}
.header .get-offer-btn:before {
    filter: initial;
}
.header .online-btn span {
    color: #1d1d1b;
}
.header .online-btn span:before {
    background-image: url("../../assets/img/icon2-color.svg");
}
.alert-info {
    background: #edf6fd;
    border: none;
    color: #1b7dc2;
    font: 16px "Gilroy Medium";
    border-radius: 20px;
    padding: 35px 20px;
    margin-top: 15px;
}
.alert-info strong {
    display: block;
}
strong {

}
@keyframes hov {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.container {
    max-width: 2000px;
    margin: 0 auto;
    padding: 0 200px;
}
@media (max-width: 1450px) {
    .container {
        padding: 0 150px;
    }
}
@media only screen and (max-width: 1200px) {
    .container {
        padding: 0 20px;
    }
}
.section {
    margin: 100px 0 0;
    color: #1d1d1b;
}
@media (max-width: 1450px) {
    .section {
        margin-top: 75px;
    }
}
.section hgroup {
    text-align: center;
    max-width: 985px;
    margin: 0 auto 50px;
}
.section .searchList {
    border-bottom: 1px solid #e2ebf1;
    padding: 30px 0;
}
.section .searchList:last-child {
    border-bottom: none;
}
.section .searchList .btn {
    color: #1d1d1b;
    text-decoration: none;
    font: 16px/47px "Gilroy Medium";
    border: 2px solid #e2ebf1;
    border-radius: 26px;
    height: 50px;
    display: inline-block;
    transition: 0.4s;
    padding: 0 30px;
}
.section .searchList .btn:hover {
    background: #e2ebf1;
}
.section .back a {
    color: #1d1d1b;
    text-decoration: none;
    font: 16px/47px "Gilroy Medium";
    border: 2px solid #e2ebf1;
    border-radius: 26px;
    height: 50px;
    display: inline-block;
    transition: 0.4s;
    padding: 0 30px;
}
.section .back a:hover {
    background: #e2ebf1;
}
.section .back a:before {
    content: "";
    background: url("../../assets/img/back.svg") no-repeat left center;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 15px;
    vertical-align: middle;
}
.section .pdfList {
    border: 1px solid #e4e8ec;
    height: 80px;
    border-radius: 80px;
    background: #fdfdfd;
    padding: 0 30px;
    font: 18px "Gilroy Bold";
    position: relative;
    margin: 12px 0;
    transition: 0.4s;
}
@media (max-width: 1450px) {
    .section .pdfList {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    .section .pdfList {
        font-size: 14px;
    }
}
.section .pdfList.border-r {
    border-radius: 20px;
    height: 120px;
}
.section .pdfList:hover {
    background: #f1f1f1;
}
.section .pdfList:hover a:before {
    transform: rotate(-10deg) scale(0.8);
}
.section .pdfList a {
    height: 100%;
    color: black;
    padding-right: 60px;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
}
@media only screen and (max-width: 992px) {
    .section .pdfList a {
        padding-right: 45px;
    }
}
.section .pdfList a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url("../../assets/img/picture_as_pdf.svg") no-repeat 0 0;
    width: 40px;
    height: 40px;
    background-size: 100%;
    margin: -17px 0;
    transition: 0.4s;
}
@media only screen and (max-width: 992px) {
    .section .pdfList a:before {
        width: 35px;
        height: 35px;
        margin: -14px 0;
        transition: 0.4s;
        background-size: 100%;
    }
}
.section .documentList {
    border: 1px solid #e4e8ec;
    height: 80px;
    border-radius: 80px;
    background: #fdfdfd;
    padding: 0 30px;
    font: 18px "Gilroy Bold";
    position: relative;
    margin: 12px 0;
    transition: 0.4s;
}
@media (max-width: 1450px) {
    .section .documentList {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    .section .documentList {
        font-size: 14px;
    }
}
.section .documentList.border-r {
    border-radius: 20px;
    height: 120px;
}
.section .documentList:hover {
    background: #f1f1f1;
}
.section .documentList:hover a:before {
    transform: rotate(-10deg) scale(0.8);
}
.section .documentList a {
    height: 100%;
    color: black;
    padding-right: 60px;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
}
@media only screen and (max-width: 992px) {
    .section .documentList a {
        padding-right: 45px;
    }
}
.section .documentList a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url("../../assets/img/attach-icon.svg") no-repeat 0 0;
    width: 48px;
    height: 48px;
    margin: -23px 0;
    transition: 0.4s;
}
@media only screen and (max-width: 992px) {
    .section .documentList a:before {
        width: 35px;
        height: 35px;
        margin: -14px 0;
        transition: 0.4s;
        background-size: 100%;
    }
}
.section .docList {
    border: 1px solid #e4e8ec;
    height: 80px;
    border-radius: 80px;
    background: #fdfdfd;
    padding: 0 30px;
    font: 18px "Gilroy Bold";
    position: relative;
    margin: 12px 0;
    transition: 0.4s;
}
@media (max-width: 1450px) {
    .section .docList {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    .section .docList {
        font-size: 14px;
    }
}
.section .docList.border-r {
    border-radius: 20px;
    height: 120px;
}
.section .docList:hover {
    background: #f1f1f1;
}
.section .docList:hover a:before {
    transform: rotate(-10deg) scale(0.8);
}
.section .docList a {
    height: 100%;
    color: black;
    padding-right: 60px;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
}
@media only screen and (max-width: 992px) {
    .section .docList a {
        padding-right: 45px;
    }
}
.section .docList a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url("../../assets/img/doc-icon.svg") no-repeat 0 0;
    width: 48px;
    height: 48px;
    margin: -23px 0;
    transition: 0.4s;
}
@media only screen and (max-width: 992px) {
    .section .docList a:before {
        width: 35px;
        height: 35px;
        margin: -14px 0;
        transition: 0.4s;
        background-size: 100%;
    }
}
.section .pdf-btn {
    margin: 50px 0 40px;
}
.section .pdf-btn a {
    color: #1d1d1b;
    text-decoration: none;
    display: block;
    font: 16px "Gilroy Bold";
    position: relative;
}
.section .pdf-btn a span {
    background: #fff;
    display: inline-block;
    padding-right: 30px;
}
.section .pdf-btn a:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    background: #fff url("../../assets/img/picture_as_pdf.svg") no-repeat right center;
    width: 68px;
    height: 47px;
}
.section .pdf-btn a:after {
    content: "";
    background: #dfdfdf;
    z-index: -1;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 11px;
    right: 0;
}
.section .banner {
    position: relative;
    overflow: hidden;
    max-height: 600px;
    height: 31.25vw;
}
@media only screen and (max-width: 480px) {
    .section .banner {
        height: 160px;
    }
}
.section .banner .bg {
    background: #000000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section .banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(256.05deg, rgba(16, 128, 196, 0) 30.26%, #1080c4 82.92%);
    mix-blend-mode: normal;
    opacity: 0.8;
}
.section .banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(294.17deg, rgba(16, 128, 196, 0) 57.75%, #ffcb0b 95.11%);
    mix-blend-mode: normal;
    opacity: 0.8;
    transform: rotate(-180deg);
}
.section .banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section .banner .page-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.section .banner .page-title h1 {
    font: 3.6458333333vw/3.8541666667vw "Visby CF";
    letter-spacing: -0.02em;
}
@media only screen and (max-width: 480px) {
    .section .banner .page-title h1 {
        font-size: 25px;
        line-height: 30px;
    }
}
.section .banner .page-title p {
    font: 1.0416666667vw "Gilroy Medium";
    max-width: 400px;
}
@media (max-width: 1400px) {
    .section .banner .page-title p {
        font-size: 17px;
    }
}
@media only screen and (max-width: 992px) {
    .section .banner .page-title p {
        display: none;
    }
}
.section .banner .page-title .title {
    margin-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
    .section .banner .page-title .title {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 992px) {
    .section .banner .page-title .title {
        margin-bottom: 20px;
    }
}
.section .banner .breadcrumb {
    margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
    .section .banner .breadcrumb {
        margin-bottom: 20px;
    }
}
.section .banner .breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1200px) {
    .section .banner .breadcrumb ul {
        overflow: auto;
        width: auto;
        display: -webkit-inline-box;
    }
}
.section .banner .breadcrumb ul li {
    font: 13px "Gilroy SemiBold";
}
@media only screen and (max-width: 1200px) {
    .section .banner .breadcrumb ul li {
        display: -webkit-box;
        position: relative;
        width: fit-content;
        float: none;
    }
}
.section .banner .breadcrumb ul li:first-child a:before {
    display: none;
}
.section .banner .breadcrumb ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.section .banner .breadcrumb ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #ffcb0b;
    font-size: 19px;
    display: block;
    margin: 0 7px;
}
.section .slogan {
    font: 1.7708333333vw;
}
@media only screen and (max-width: 992px) {
    .section .slogan {
        font-size: 25px;
    }
}
@media only screen and (max-width: 480px) {
    .section .slogan {
        font-size: 20px;
    }
}
.section .pagePicture {
    overflow: hidden;
    border-radius: 20px;
    max-height: 460px;
    height: 23.958333333333332vw;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .section .pagePicture {
        height: 400px;
    }
}
@media only screen and (max-width: 480px) {
    .section .pagePicture {
        height: 200px;
    }
}
.section .pagePicture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section .bg {
    background: #f3f5f5;
}
.section .article {
    padding: 100px 0 150px;
}
@media only screen and (max-width: 480px) {
    .section .article {
        padding-top: 50px;
    }
}
.section .article p {
    font-size: 0.9375vw;
    line-height: 1.4583333333333333vw;
}
@media (max-width: 1700px) {
    .section .article p {
        font-size: 16px;
        line-height: 24px;
    }
}
.section .article p a {
    color: #1d1d1b;
}
.section .article h2 {
    font-size: 1.7708333333vw;
    font-family: 'Visby CF', sans-serif !important;
    letter-spacing: -0.02em;
}
@media only screen and (max-width: 1200px) {
    .section .article h2 {
        font-size: 25px;
    }
}
.section .article h3 {
    font-size: 24px;
    font-family: 'Visby CF', sans-serif !important;
}
@media (min-width: 2000px) {
    .section .article h3 {
        font-size: 1.25vw;
    }
}
@media (max-width: 1366px) {
    .section .article h3 {
        font-size: 20px;
    }
}
.section .article .applicationSidebar {
    border: 1px solid #dfdfdf;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
}
.section .article .applicationSidebar img {
    display: block;
    margin: 0 auto 20px;
}
.section .article .link-btn {
    color: #fff;
    max-width: 400px;
    margin-top: 20px;
    display: block;
    text-decoration: none;
    font-size: 16px;

    font-family: 'Visby CF', sans-serif !important;
    text-align: center;
    background: #1080c4;
    height: 55px;
    border-radius: 30px;
    transition: 0.4s;
}
.section .article .link-btn:hover {
    background: #ffcb0b;
}
.section .article .link-btn:after {
    content: "";
    background: url("../../assets/img/application.svg") no-repeat 0 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 15px;
    transform: translateY(2px);
}
.section .article blockquote {
    background: url("../../assets/img/tirnak.svg") no-repeat top left;
    padding-top: 80px;
}
@media only screen and (max-width: 767px) {
    .section .article blockquote {
        background-size: 40px;
        padding-top: 50px;
    }
}
.section .article blockquote em {
    font-size:2.5520833333vw;
    font-family: 'Visby CF', sans-serif !important;
    display: block;
    background: linear-gradient(127.23deg, #1080c4 20%, #ffcb0b 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 992px) {
    .section .article blockquote em {
        font-size: 25px;
    }
}
.section .article ul {
    padding: 0 0 0 20px;
}
.section .article ul li {
    font-size: 18px;
    line-height: 28px;
    margin: 7px 0;
}
@media (min-width: 2000px) {
    .section .article ul li {
        font-size: 0.9375vw;
        line-height: 1.4583333333333333vw;
    }
}
@media (max-width: 1366px) {
    .section .article ul li {
        font-size: 16px;
    }
}
.section .article .pageHead {
    text-align: center;
    font: 1.7708333333vw "Visby CF";
    letter-spacing: -0.01em;
    margin-bottom: 25px;
}
@media (max-width: 1450px) {
    .section .article .pageHead {
        font-size: 30px;
    }
}
@media only screen and (max-width: 992px) {
    .section .article .pageHead {
        font-size: 25px;
    }
}
.section .article .sticky-lg-top {
    z-index: initial !important;
    top: 50px;
}
