@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
	font-family: "Lato", sans-serif;
	padding: 0;
	margin: 0;
    background: #F5F5F5;
}
a {
    color: #23252C;
}
header {
    background: #fff;
    padding: 26px 0px;
    width: 100%;
}
header.mobile {
    display: none;
}
.burger {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.burger div {
    width: 100%;
    height: 5px;
    background: #23252C;
    margin-bottom: 6px;
}
.burger div:last-child {
    margin-bottom: 0px;
}
.mobile-menu {
    display: none;
    position: fixed;
    width: 270px;
    height: 100%;
    z-index: 6;
    right: 0;
    background: #fff;
    top: 0;
    text-align: center;
}
.close {
    cursor: pointer;
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
.mobile-menu ul {
    padding-top: 85px;
    width: 100%;
    text-align: left;
    padding-left: 40px;
}
.mobile-menu ul li {
    margin-bottom: 20px;
}
.mobile-menu a {
    font-size: 18px;
    font-weight: bold;
}
.wrapper {
    max-width: 1281px;
    width: 100%;
    margin: 0 auto;
}
header .wrapper {
    display: flex;
    justify-content: space-between;
}
header .col {
    align-items: center;
    display: flex;
    gap: 54px;
}
header a {
    font-size: 18px;
    font-weight: bold;
}
a.logo {
    font-size: 24px;
}
button.contactUs, a.contactUs {
    display: inline-block;
    border-radius: 4px;
    border: 2px solid #EFC334;
    background: #FFDD35;
    padding: 14px 55px;
    font-weight: bold;
    cursor: pointer;
    font-family: "Lato", sans-serif;
}
button.contactUs:hover, a.contactUs:hover {
    background: #EFC334;
}
button.contactUs {
    font-weight: bold;
    font-size: 18px;
}
.section {
    width: 100%;
    margin-bottom: 130px;
}
.section.intro {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 860px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#bgVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section.intro .content {
    position: relative;
    z-index: 1;
}
.section.intro {
    color: #fff;
}
.intro-title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 55px;
}
.intro-text {
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 32px;
}
.intro-desc {
    font-size: 32px;
    line-height: 39px;
}
.title-underlined {
    color: #23252C;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 72px;
    width: fit-content;
    position: relative;
}
.title-underlined::before {
    content: "";
    background: #EFC334;
    width: auto;
    display: block;
    height: 10px;
    border-radius: 4px;
    position: relative;
    bottom: -50px;
}
.text {
    font-size: 32px;
    line-height: 44px;
    color: #23252C;
}
.text.grey {
    color: #5F6166;
    margin-bottom: 48px;
}
.text.center {
    text-align: center;
}
.text.small {
    color: #5F6166;
    font-size: 18px;
    line-height: 30px;
    margin-top: 24px;
}
.title {
    color: #23252C;
    font-size: 52px;
    line-height: 44px;
    margin-bottom: 70px;
    text-align: center;
}
.imaged-block {
    display: flex;
}
.imaged-block .image,
.imaged-block .content {
    width: 50%;
}
.imaged-block .content {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.pad-left-50 {
    padding-left: 50px;
}
.pad-right-50 {
    padding-right: 50px;
}
.mb-48 {
    margin-bottom: 48px;
}
.btns {
    width: 100%;
    text-align: center;
}
footer {
    background: #5F6166;
    padding: 95px 0px 0;
}
footer .wrapper {
    justify-content: space-between;
    display: flex;
    gap: 181px;
}
footer a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
}
footer .item.padded {
    display: flex;
    gap: 84px;
}
footer .item.padded-less {
    display: flex;
    gap: 30px;
}
a.regular {
    font-weight: normal;
}
body.text-page .section,
body.contactUs .section {
    padding-top: 82px;
}
.form-wrapper {
    width: 100%;
    max-width: 796px;
    margin: 0 auto;
    background: #ECEAEA;
    border-radius: 4px;
    padding: 67px 82px;
}
form {
    width: 100%;
}
.form-wrapper .row {
    width: 100%;
    display: flex;
    margin-bottom: 29px;
    position: relative;
}
.form-wrapper .row.half {
    gap: 24px;
}
.form-wrapper .row .input-row {
    width: 100%;
    display: flex;
    flex-flow: column;
    position: relative;
}
.form-wrapper .row.half .input-row {
    width: 50%
}
.form-wrapper .row:last-child {
    margin-bottom: 0px;
}
label {
    font-size: 14px;
    color: #23252C;
    position: absolute;
    top: -8px;
    background: #ECEAEA;
    left: 10px;
    padding: 0px 5px;
}
input,textarea {
    border-radius: 4px;
    border: 1px solid #23252C;
    background: none;
    width: 100%;
    height: 48px;
    padding-left: 15px;
    font-size: 14px;
}
textarea {
    height: 90px;
    resize: none;
    padding-top: 10px;
}
.row.center {
    justify-content: center;
}
.chekbox-label {
    display: block;
    cursor: pointer;
    margin-top: 0;
    text-align: left;
    width: 100%;
    position: unset;
    padding: 0;
}
.chekbox-label-wrapper {
    position: relative;
    padding-left: 40px;
    padding-top: 5px;
    min-height: 24px;
    font-size: 12px;
}
.chekbox-label-wrapper.error,
.chekbox-label-wrapper.error a {
    color: #f10000;
}
.chekbox-label-wrapper a {
    font-size: 12px;
    text-decoration: underline;
}
.chekbox-label-wrapper::before {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #23252C;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    box-sizing: border-box;
}
.checkbox {
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	border-radius: 6px;
	left: 0;
	top: 0;
	background: transparent;
	background-image: url('../images/check-mark.svg');
	background-size: 12px 9px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
input:checked + .checkbox {
	opacity: 1;
	visibility: visible;
}
.chekbox-container {
	flex: 1;
	text-align: left;
}
.chekbox-label .desc {
	font-size: 14px;
	line-height: 18px;
}
.chekbox-label input {
	display: none;
}
.chekbox-label .desc {
    font-size: 14px;
    line-height: 18px;
}
.text-page p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
}
body .related-capabilities__item--link {
    padding: 24px 56px 45px 32px;
}
body .related-capabilities__item--title {
    font-size: 32px;
    line-height: 42px;
    max-width: 310px;
}
.related-capabilities__item:hover .related-capabilities__item--description {
    transition: visibility 0s, opacity 0.5s linear;
    display: block;
}
#overlay {
	background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#overlay .pop {
	background: #fff;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 50px 50px 50px;
    border-radius: 6px;
    display: none;
}
#overlay .pop .close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
#overlay .pop .close:hover {
    opacity: 1;
}
#overlay .pop .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
#overlay .pop .close:before {
    transform: rotate(45deg);
}
#overlay .pop .close:after {
    transform: rotate(-45deg);
}
#overlay .pop .message {
	text-align: center;
	font-size: 22px;
    line-height: 26px;
}
@media screen and (max-width: 1300px) {
    .wrapper {
        max-width: 100%;
        padding: 0px 30px;
    }
}
@media screen and (max-width: 1245px) {
    footer .wrapper {
        gap: 50px;
    }
}
@media screen and (max-width: 980px) {
    footer .item.padded {
        gap: 50px;
    }
}
@media screen and (max-width: 910px) {
    .imaged-block img {
        height: 100%;
    }
    .imaged-block .content {
        padding-bottom: 30px;
    }
    .imaged-block:last-child .content {
        padding-top: 30px;
    }
    footer .item.padded,
    footer .item.padded-less {
        gap: 10px;
        flex-flow: column;
    }
}
@media screen and (max-width: 760px) {
    .imaged-block {
        flex-flow: column-reverse;
    }
    .imaged-block:last-child {
        flex-flow: column;
    }
    .imaged-block .pad-left-50 {
        padding-left: 0px;
    }
    .imaged-block .image, 
    .imaged-block .content {
        width: 100%;
    }
}
@media screen and (max-width: 660px) {
    header {
        display: none;
    }
    header.mobile {
        display: flex;
    }
}
@media screen and (max-width: 510px) {
    .form-wrapper {
        padding: 40px 35px;
    }
    .title {
        margin-bottom: 42px;
        line-height: 54px;
    }
    .section {
        margin-bottom: 40px;
    }
    .title-underlined {
        margin-bottom: 50px;
    }
    footer {
        padding: 40px 20px;
    }
    footer .wrapper {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    footer .item {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .text {
        font-size: 22px;
        line-height: 34px;
    }
    .pad-right-50 {
        padding-right: 0px;
    }
    body.text-page .section, 
    body.contactUs .section {
        padding-top: 30px;
    }
}
.address {
    text-align: center;
    color: #fff;
    padding-top: 35px;
    line-height: 20px;
}
.heading {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 24px;
}
.version {
    margin-bottom: 30px;
    line-height: 24px;
}
.cookie-modal {
    position: fixed;
    bottom: 30px;
    left: 30px;
    max-width: 500px;
    padding: 30px 25px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 9999;
}
.cookie-modal a {
    color: #fff;
}
.cookie-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "Lato", sans-serif;
}
.cookie-text {
    margin-bottom: 10px;
    line-height: 20px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
}
.actn-btns {
    display: flex;
    width: 100%;
    justify-content: end;
}
.actn-btns button {
    border: 2px solid #EFC334;
    background: #FFDD35;
    padding: 10px 18px;
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 18px;
    border-radius: 4px;
}
.text-page .section a {
    color: blue;
}
@media screen and (max-width: 1600px) {
    footer .wrapper {
        gap: 10%;
    }
}
@media screen and (max-width: 1250px) {
    footer .item.padded-less {
        flex-flow: column;
    }
}
.copyright {
	text-align: center;
	color: #fff;
	padding: 50px 0 30px 0;
}