@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-ExtraBold.woff2") format("woff2"), url("../fonts/Inter18pt-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Bold.woff2") format("woff2"), url("../fonts/Inter18pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-SemiBold.woff2") format("woff2"), url("../fonts/Inter18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Medium.woff2") format("woff2"), url("../fonts/Inter18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraBold.woff2") format("woff2"), url("../fonts/Raleway-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #000;
  position: relative;
}

.page-width {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .page-width {
    max-width: 90%;
  }
}

.page-padding {
  padding: 70px 0;
}
@media screen and (max-width: 575px) {
  .page-padding {
    padding: 50px 0;
  }
}

.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

.image {
  width: 100%;
  height: 0;
  position: relative;
  display: block;
  padding-top: 100%;
}

.image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.mb {
  margin-bottom: 50px;
}

.mt {
  margin-top: 50px;
}

.mtb {
  margin: 50px 0;
}

p, .ul-text li {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 2px;
  color: #0C2D51;
}
.ul-text ol {
  list-style-position: inside;
}
@media only screen and (max-width: 1600px) {
  p, .ul-text li {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 575px) {
  p, .ul-text li {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1px;
  }
}

.ul-text ul:not(.page-nav) {
  list-style: none;
  margin: 20px 0;
}
.ul-text ul:not(.page-nav) li {
  padding-left: 20px;
  position: relative;
}
.ul-text ul:not(.page-nav) li::before {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #0C2D51;
  content: "";
  left: 7.5px;
  top: 12px;
  display: block;
}
@media only screen and (max-width: 1600px) {
  .ul-text ul:not(.page-nav) li::before {
    top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .ul-text ul:not(.page-nav) li::before {
    top: 9px;
  }
}
@media screen and (max-width: 575px) {
  .ul-text ul:not(.page-nav) {
    margin: 10px 0;
  }
}

.text p + p {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .text p + p {
    margin-top: 10px;
  }
}

h1, h2, h3 {
  font-family: "Raleway";
}

h1 {
  font-weight: 600;
  color: #1C274C;
}

h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: 7px;
  color: #0C2D51;
}
@media only screen and (max-width: 1600px) {
  h2 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1399px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 6px;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 3px;
  }
}

h1, .big-h2 h2 {
  font-size: 64px;
  line-height: 75px;
  letter-spacing: 12px;
}
@media only screen and (max-width: 1600px) {
  h1, .big-h2 h2 {
    font-size: 58px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1399px) {
  h1, .big-h2 h2 {
    font-size: 54px;
    line-height: 66px;
    letter-spacing: 10px;
  }
}
@media screen and (max-width: 575px) {
  h1, .big-h2 h2 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 4px;
  }
}

.small-h1 h1, .small-h2 h2, .small-h3 h3 {
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1600px) {
  .small-h1 h1, .small-h2 h2, .small-h3 h3 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1399px) {
  .small-h1 h1, .small-h2 h2, .small-h3 h3 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 575px) {
  .small-h1 h1, .small-h2 h2, .small-h3 h3 {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 2px;
  }
}

.title span {
  display: block;
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 7px;
  color: #0C2D51;
  text-transform: uppercase;
}
@media only screen and (max-width: 1600px) {
  .title span {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 575px) {
  .title span {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 3.5px;
  }
}

.page-nav, .page-nav li {
  display: flex;
  align-items: center;
  list-style: none;
}
.page-nav li, .page-nav span, .page-nav p {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 2px;
  color: #1C274C;
}
@media only screen and (max-width: 1600px) {
  .page-nav li, .page-nav span, .page-nav p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 575px) {
  .page-nav li, .page-nav span, .page-nav p {
    font-size: 14px;
    line-height: 20px;
  }
}
.page-nav li + li::before {
  content: "/";
  margin: 0 5px;
}

.light-bg {
  background-color: #F3F5F6;
}

.read-more {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: 4px;
  color: #0C2D51;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border-bottom: 4px solid #7D1432;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .read-more {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.read-more.arrow {
  padding-right: 20px;
  background-image: url("../images/top-right-blue.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 15px;
}
@media screen and (max-width: 575px) {
  .read-more.arrow {
    padding-right: 15px;
    background-size: 12px;
  }
}

.mt {
  margin-top: 100px;
}
@media screen and (max-width: 1299px) {
  .mt {
    margin-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .mt {
    margin-top: 60px;
  }
}

.center-text * {
  text-align: center;
}
.center-text .page-nav {
  justify-content: center;
}

.m0 {
  margin: 0 !important;
}

.iti {
  width: 100%;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #0C2D51;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(12, 45, 81, 0.8);
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.ham2 .top {
  stroke-dasharray: 40 121;
}

.ham2 .bottom {
  stroke-dasharray: 40 121;
}

.ham2.active .top {
  stroke-dashoffset: -102px;
}

.ham2.active .bottom {
  stroke-dashoffset: -102px;
}

.ham3 .top {
  stroke-dasharray: 40 130;
}

.ham3 .middle {
  stroke-dasharray: 40 140;
}

.ham3 .bottom {
  stroke-dasharray: 40 205;
}

.ham3.active .top {
  stroke-dasharray: 75 130;
  stroke-dashoffset: -63px;
}

.ham3.active .middle {
  stroke-dashoffset: -102px;
}

.ham3.active .bottom {
  stroke-dasharray: 110 205;
  stroke-dashoffset: -86px;
}

.ham4 .top {
  stroke-dasharray: 40 121;
}

.ham4 .bottom {
  stroke-dasharray: 40 121;
}

.ham4.active .top {
  stroke-dashoffset: -68px;
}

.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

.ham5 .top {
  stroke-dasharray: 40 82;
}

.ham5 .bottom {
  stroke-dasharray: 40 82;
}

.ham5.active .top {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham5.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

.ham7 .top {
  stroke-dasharray: 40 82;
}

.ham7 .middle {
  stroke-dasharray: 40 111;
}

.ham7 .bottom {
  stroke-dasharray: 40 161;
}

.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}

.ham7.active .middle {
  stroke-dashoffset: 23px;
}

.ham7.active .bottom {
  stroke-dashoffset: -83px;
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
  stroke-dashoffset: -64px;
}

.ham8.active .middle {
  transform: rotate(90deg);
}

.ham8.active .bottom {
  stroke-dashoffset: -64px;
}

header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background-color: #fff;
  transition: all 0.5s;
  height: 100px;
}
header .page-width {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  position: relative;
  display: block;
  width: 260px;
  height: 75%;
}
.logo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  transition: all 0.5s;
}
.logo .dark-logo {
  opacity: 1;
}
.logo .white-logo {
  opacity: 0;
}

.head {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav {
  display: flex;
  align-items: center;
  list-style: none;
  height: 100%;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 2px solid rgba(12, 45, 81, 0.1);
}
.nav li {
  margin-left: 50px;
}
.nav li, .nav li a {
  height: 100%;
  display: flex;
}
.nav li a, .nav li summary {
  font-family: "Lato";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  color: #0C2D51;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.nav li details {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.nav li details summary {
  list-style: none;
  cursor: pointer;
  padding-right: 13px;
  background-image: url("../images/chevron-down-blue.svg");
  background-position: 100% 75%;
  background-repeat: no-repeat;
  background-size: 8px;
}
.nav li details ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  list-style: none;
  width: -moz-max-content;
  width: max-content;
}
.nav li details ul li {
  margin-left: 0;
}
.nav li details ul li a {
  padding: 10px 20px;
  width: 100%;
  text-transform: none;
  letter-spacing: 1.5px;
}
.nav li details ul li a:hover {
  background-color: #0C2D51;
  color: #fff;
}
.nav > li > a, .nav > li details {
  position: relative;
  text-align: center;
}
.nav > li > a::before, .nav > li details::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: 3px;
  border-radius: 3px;
  background-color: transparent;
  transition: all 0.5s;
  content: "";
}
.nav > li .active, .nav > li .active summary {
  color: #7D1432;
  font-weight: 900;
}
.nav > li .active::before, .nav > li .active summary::before {
  background-color: #7D1432;
}
.nav > li .active summary {
  background-image: url("../images/chevron-down-red.svg");
}

.head-contact {
  display: flex;
  align-items: center;
  height: 100%;
}
.head-contact > a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.head-contact > a span {
  display: none;
}
.head-contact > a svg path {
  transition: all 0.5s;
}
.head-contact .languages {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.head-contact .languages summary {
  list-style: none;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  font-family: "Lato";
  font-weight: 700;
  color: #0C2D51;
  letter-spacing: 2px;
  padding-right: 11px;
  background-image: url("../images/chevron-down-blue.svg");
  background-position: 100% 65%;
  background-repeat: no-repeat;
  background-size: 8px;
  transition: all 0.5s;
}
.head-contact .languages summary::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url("../images/world.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.head-contact .languages ul {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  list-style: none;
}
.head-contact .languages ul li a {
  transition: all 0.5s;
  font-weight: 500;
  color: #0C2D51;
  font-size: 18px;
  letter-spacing: 4px;
  padding: 15px 20px;
  display: block;
}
.head-contact .languages ul li a:hover, .head-contact .languages ul li .active {
  background-color: #0C2D51;
  color: #fff;
}

@media screen and (min-width: 1299px) {
  .blue-header, .small-header {
    background-color: #0C2D51;
  }
  .blue-header .logo .dark-logo, .small-header .logo .dark-logo {
    opacity: 0;
  }
  .blue-header .logo .white-logo, .small-header .logo .white-logo {
    opacity: 1;
  }
  .blue-header .nav, .small-header .nav {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .blue-header .nav li a, .blue-header .nav li summary, .small-header .nav li a, .small-header .nav li summary {
    color: #fff;
  }
  .blue-header .nav li ul li a, .small-header .nav li ul li a {
    color: #0C2D51;
  }
  .blue-header .nav li summary, .small-header .nav li summary {
    background-image: url("../images/chevron-down-white.svg");
  }
  .blue-header .nav li .active::before, .small-header .nav li .active::before {
    background-color: #fff;
  }
  .blue-header .head-contact > a svg path, .small-header .head-contact > a svg path {
    stroke: #fff;
  }
  .blue-header .head-contact .languages summary, .small-header .head-contact .languages summary {
    background-image: url("../images/chevron-down-white.svg");
    color: #fff;
  }
  .blue-header .head-contact .languages summary::before, .small-header .head-contact .languages summary::before {
    background-image: url("../images/world-white.svg");
  }
}
.lang-mobile, .hamburger, .social-mobile {
  display: none;
}

.small-header {
  height: 80px;
}

@media only screen and (max-width: 1600px) {
  .nav {
    padding-right: 35px;
    margin-right: 35px;
  }
  .nav li {
    margin-left: 35px;
  }
}
@media screen and (max-width: 1399px) {
  .logo {
    width: 200px;
  }
  .nav li {
    margin-left: 20px;
  }
  .head-contact > a {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1299px) {
  .social-mobile {
    display: block;
    margin-top: 50px;
  }
  header {
    height: 80px;
    background-color: #0C2D51;
  }
  .logo .dark-logo {
    opacity: 0;
  }
  .logo .white-logo {
    opacity: 1;
  }
  .head {
    position: fixed;
    top: 80px;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: calc(100% - 80px);
    overflow-y: scroll;
    flex-direction: column;
    transition: all 0.4s;
    transform: translateX(100%);
  }
  .open {
    transform: translateX(0);
  }
  .nav {
    margin-top: 30px;
    margin-right: 0;
    padding-right: 0;
    border: none;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
  .nav > li {
    margin-top: 20px;
  }
  .nav > li > a::before, .nav > li details::before {
    display: none;
  }
  .nav > li > a, .nav > li summary {
    font-size: 22px;
  }
  .nav li {
    margin-left: 0;
  }
  .nav li details {
    flex-direction: column;
  }
  .nav li details summary {
    background-size: 15px;
    padding-right: 20px;
    background-position: 100% 60%;
  }
  .nav li details ul {
    position: static;
  }
  .nav li details ul li {
    margin-top: 10px;
  }
  .nav li details ul li a {
    text-align: center;
    padding: 0;
    justify-content: center;
    font-size: 18px;
  }
  .nav li details ul li a:hover {
    background-color: transparent;
    color: #0C2D51;
  }
  .head-contact {
    height: -moz-fit-content;
    height: fit-content;
    margin: 50px 0 25px;
    flex-direction: column;
  }
  .head-contact a {
    margin-right: 0;
  }
  .head-contact a + a {
    margin-left: 0;
    margin-top: 20px;
  }
  .head-contact .languages {
    display: none;
  }
  .head-contact > a span {
    display: block;
    color: #0C2D51;
    font-weight: 600;
    margin-left: 10px;  
  }
  .lang-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    list-style: none;
    margin-bottom: 50px;
  }
  .lang-mobile li a {
    color: #0C2D51;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
  }
  .lang-mobile li a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    object-position: center;
    margin-right: 5px;
  }
  .lang-mobile li .active {
    color: #7D1432;
  }
  .lang-mobile li + li {
    margin-left: 20px;
    /* margin-top: 10px; */
  }
  .hamburger {
    display: block;
    margin-right: -20px;
  }
}
@media screen and (max-width: 575px) {
  header {
    height: 60px;
  }
  .logo {
    width: 150px;
    height: 70%;
  }
  .head {
    top: 60px;
    height: calc(100% - 60px);
  }
  .nav > li > a, .nav > li summary {
    font-size: 18px;
  }
  .nav li details summary {
    background-size: 10px;
    padding-right: 15px;
  }
  .nav li details ul li a {
    font-size: 16px;
  }
  .hamburger {
    transform: scale(0.7);
    margin-right: -25px;
  }
}
footer {
  background-color: #0C2D51;
}

.foot1 {
  padding: 70px 0;
}
.foot1 .page-width {
  display: flex;
  align-items: center;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials a + a {
  margin-left: 20px;
}
.socials a svg circle, .socials a svg path {
  transition: all 0.5s;
}
.socials a svg circle {
  fill: #fff;
}
.socials a svg path {
  fill: #0C2D51;
}
.socials a:hover svg circle {
  fill: #7D1432;
}
.socials a:hover svg path {
  fill: #fff;
}

.foot-left {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot-left .footer-logo {
  width: 135px;
  height: 135px;
  margin-bottom: 30px;
}
.foot-left .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.foot-left a[href^=mailto], .foot-left a[href^=tel] {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 4px;
  margin: 10px 0;
  transition: all 0.5s;
  text-align: center;
}
.foot-left a[href^=mailto]:hover, .foot-left a[href^=tel]:hover {
  color: #7D1432;
}
.foot-left .socials {
  margin-top: 30px;
}

.foot-left2 {
  width: 100%;
  max-width: 310px;
}

.foot-right {
  display: flex;
  align-items: stretch;
  margin-left: 80px;
}
.foot-right ul {
  list-style: none;
}
.foot-right ul li a {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 4px;
  color: #fff;
  transition: all 0.5s;
}
.foot-right div p {
  font-family: "Raleway";
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 35px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
}
.foot-right div p::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 60px;
  height: 1px;
}
.foot-right .f-navigation {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 80px;
}
.foot-right .f-navigation ul li a {
  font-weight: 600;
  padding-bottom: 4px;
  position: relative;
}
.foot-right .f-navigation ul li a:hover {
  font-weight: 700;
}
.foot-right .f-navigation ul li a::after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.foot-right .f-navigation ul li .active {
  font-weight: 800;
}
.foot-right .f-navigation ul li .active::after {
  background-color: #7D1432;
}
.foot-right .f-services {
  padding-left: 80px;
}
.foot-right .f-services ul li a {
  font-weight: 500;
}
.foot-right .f-services ul li a:hover {
  font-weight: 600;
}

.foot-right2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.foot2 {
  background-color: #fff;
  padding: 10px 0;
}
.foot2 p, .foot2 a {
  text-align: center;
  color: #0C2D51;
  font-family: "Raleway";
  font-size: 14px;
  font-weight: 800;
  line-height: 17px;
  letter-spacing: 2px;
}

.footer-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 140px;
}

@media only screen and (max-width: 1600px) {
  .foot-right {
    margin-left: 50px;
  }
  .foot-right ul li a, .foot-right div p {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .foot-right ul li a {
    line-height: 36px;
  }
  .foot-right .f-navigation {
    padding: 0 50px;
  }
  .foot-right .f-services {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1299px) {
  .foot1 {
    padding: 50px 0;
  }
  .foot1 .page-width {
    flex-direction: column;
  }
  .foot-left {
    margin-bottom: 50px;
  }
  .foot-right {
    margin-left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .foot-right .f-navigation {
    padding-left: 0;
    border-left: none;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .foot-right .f-navigation p {
    text-align: right;
  }
  .foot-right .f-navigation p::after {
    left: unset;
    right: 0;
  }
  .foot-right .f-navigation ul li, .foot-right .f-navigation ul li a {
    text-align: right;
  }
}
@media screen and (max-width: 1199px) {
  .foot-right ul li a {
    font-size: 16px;
    line-height: 32px;
  }
  .foot-right .f-navigation {
    padding-right: 25px;
  }
  .foot-right .f-services {
    padding-left: 25px;
  }
}
@media screen and (max-width: 575px) {
  .foot-left a[href^=mailto], .foot-left a[href^=tel] {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .foot-right {
    grid-template-columns: 1fr;
  }
  .foot-right div p, .foot-right ul li, .foot-right ul li a {
    text-align: center !important;
  }
  .foot-right div p {
    margin-bottom: 20px;
  }
  .foot-right div p::after {
    right: unset !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .foot-right .f-navigation {
    padding-right: 0;
    border-right: none;
    align-items: center;
    margin-bottom: 50px;
  }
  .foot-right .f-services {
    padding-left: 0;
  }
  .foot2 p, .foot2 a {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.slideshow, .page-top {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
@media screen and (max-width: 1299px) {
  .slideshow, .page-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .slideshow, .page-top {
    max-height: 700px;
  }
}
@media only screen and (max-width: 900px) {
  .slideshow, .page-top {
    min-height: -moz-fit-content;
    min-height: fit-content;
    max-height: 600px;
  }
}
@media screen and (max-width: 575px) {
  .slideshow, .page-top {
    max-height: 500px;
    padding-top: 60px;
  }
}
.slideshow *, .page-top * {
  color: #fff;
}
.slideshow .page-width, .page-top .page-width {
  position: relative;
  z-index: 2;
  padding: 150px 0;
}

.slideshow .mainSwiper {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .mainSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.slideshow .title strong {
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 7px;
  text-align: center;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 1600px) {
  .slideshow .title strong {
    font-size: 28px;
    line-height: 33px;
  }
}
@media screen and (max-width: 1399px) {
  .slideshow .title strong {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 6px;
  }
}
@media screen and (max-width: 575px) {
  .slideshow .title strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 3px;
  }
}
.slideshow .main-navigation {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: calc(50% - 700px);
}
.slideshow .main-navigation .main-next, .slideshow .main-navigation .main-prev {
  width: 85px;
  height: 30px;
  background-image: url("../images/long-arrow-right-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.slideshow .main-navigation .main-next {
  margin-left: 50px;
}
.slideshow .main-navigation .main-prev {
  transform: rotate(180deg) translateY(-0.5px);
}
@media only screen and (max-width: 1600px) {
  .slideshow .main-navigation {
    margin-right: 10%;
  }
}
@media screen and (max-width: 1399px) {
  .slideshow .main-navigation .main-next, .slideshow .main-navigation .main-prev {
    width: 70px;
  }
  .slideshow .main-navigation .main-next {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .slideshow .main-navigation {
    display: none;
  }
}

.top-socials {
  position: absolute;
  z-index: 5;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-socials p {
  font-weight: 600;
  letter-spacing: 4px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
}
.top-socials p::before {
  content: "";
  height: 35px;
  width: 1px;
  background-color: #fff;
  margin: 25px 0;
}
.top-socials .socials {
  flex-direction: column;
}
.top-socials .socials a + a {
  margin-left: 0;
  margin-top: 15px;
}
.top-socials .socials a {
  transition: all 0.5s;
}
.top-socials .socials a svg circle {
  fill: transparent;
}
.top-socials .socials a svg path {
  fill: #fff;
}
.top-socials .socials a:hover {
  transform: scale(1.3);
}

@media only screen and (max-width: 900px) {
  .top-socials {
    width: 90%;
    align-items: start;
  }
  .top-socials p {
    display: none;
  }
  .top-socials .socials {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .top-socials .socials a + a {
    margin-left: 15px;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .top-socials {
    align-items: center;
    left: 5%;
  }
}

.page-top > img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.page-top .top-socials {
  bottom: 50%;
  transform: translateY(50%) translateY(50px);
}
@media only screen and (max-width: 900px) {
  .page-top .top-socials {
    bottom: 30px;
    transform: none;
  }
}
.page-top .page-nav {
  justify-content: center;
}
.page-top .page-nav li, .page-top .page-nav span {
  color: #fff;
}

.results-wrap {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.results-wrap * {
  color: #fff !important;
}
.results-wrap .overlay {
  background-color: #0C2D51;
  opacity: 0.7;
}
.results-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.results-wrap h2 {
  position: relative;
}
.results-wrap h2::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 90%;
  max-width: 260px;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: #7D1432;
}
.results-wrap .page-width {
  position: relative;
  z-index: 2;
}
.results-wrap .results {
  max-width: 1100px;
  margin: 70px auto 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.results-wrap .results div {
  width: -moz-min-content;
  width: min-content;
}
.results-wrap .results div span, .results-wrap .results div p {
  font-family: "Lato";
  font-weight: 900;
  letter-spacing: 4px;
}
.results-wrap .results div span {
  font-size: 64px;
}
@media only screen and (max-width: 1600px) {
  .results-wrap .results div span {
    font-size: 58px;
  }
}
@media screen and (max-width: 1399px) {
  .results-wrap .results div span {
    font-size: 54px;
  }
}
@media screen and (max-width: 575px) {
  .results-wrap .results div span {
    font-size: 35px;
    letter-spacing: 2.5px;
  }
  .results-wrap h2::after {
    bottom: -20px;
  }
}
.results-wrap .results div p {
  margin-top: 5px;
}
@media screen and (max-width: 575px) {
  .results-wrap .results div p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .results-wrap .results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .results-wrap .results div {
    margin: 0 auto;
  }
  .results-wrap .results div span, .results-wrap .results div p {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .results-wrap {
    background-attachment: unset;
  }
  .results-wrap .results {
    margin: 50px auto 0;
  }
}

.industry-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 70px 0;
}
.industry-wrap a + a {
  margin-left: 20px;
}
.industry-wrap .industry {
  height: 100%;
  width: 100%;
  max-width: 250px;
  background-color: #F3F5F6;
  transition: all 0.5s;
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.industry-wrap .industry .industry-img {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: end;
}
.industry-wrap .industry .industry-img svg {
  width: 100%;
  height: 100%;
}
.industry-wrap .industry .industry-img svg path {
  transition: all 0.5s;
}
.industry-wrap .industry p {
  font-weight: 700;
  letter-spacing: 4px;
  text-align: center;
  transition: all 0.5s;
  margin-top: 20px;
}
.industry-wrap .industry span {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  color: #0C2D51;
  padding-top: 20px;
  transition: all 0.5s;
  position: relative;
}
.industry-wrap .industry span::before {
  position: absolute;
  bottom: -3px;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.industry-wrap .industry:hover {
  background-color: #0C2D51;
}
.industry-wrap .industry:hover .industry-img svg path {
  fill: #fff;
}
.industry-wrap .industry:hover p, .industry-wrap .industry:hover span {
  color: #fff;
}
.industry-wrap .industry:hover span::before {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .industry-wrap .industry .industry-img {
    height: 80px;
  }
  .industry-wrap .industry p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .industry-wrap .industry span {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 991px) {
  .industry-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .industry-wrap a + a {
    margin-left: 0;
  }
  .industry-wrap .industry {
    margin: 0 auto;
    max-width: unset;
  }
}
@media screen and (max-width: 575px) {
  .industry-wrap {
    gap: 10px;
    margin: 50px 0;
  }
  .industry-wrap .industry {
    padding: 20px 10px 30px;
  }
  .industry-wrap .industry .industry-img {
    height: 60px;
  }
  .industry-wrap .industry p {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .industry-wrap .industry span {
    font-size: 10px;
    letter-spacing: 0.5px;
    padding-top: 20px;
  }
}

.certificatesSwiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.certificatesSwiper .swiper-slide img {
  width: auto;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 640px) {
  .certificatesSwiper .swiper-slide {
    width: 100%;
  }
  .certificatesSwiper .swiper-slide img {
    height: 60px;
    width: 100%;

  }
}

.home-video {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0;
}
.home-video > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.home-video * {
  color: #fff !important;
}
.home-video .page-width {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-video .overlay {
  opacity: 0.3;
}
.home-video .title {
  max-width: 760px;
}
.home-video .play {
  width: 100%;
  max-width: 85px;
  height: 85px;
  background-image: url("../images/play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-right: 50px;
}
.video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.video-wrap.open-video {
  opacity: 1;
  visibility: visible;
}
.videoWindow {
  background-color: transparent;
  padding: 20px;
  width: 90%;
  height: 80%;
  max-width: 800px;
  max-height: 500px;
  position: relative;
  border: 3px solid #fff;
}
.close-video {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  top: -25px;
  right: -25px;
  cursor: pointer;
  background-image: url('../images/Close.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}
@media screen and (max-width: 1399px) {
  .home-video {
    padding: 100px 0;
  }
  .home-video .play {
    margin-right: 0;
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .home-video .page-width {
    flex-direction: column;
    align-items: start;
  }
  .home-video .play {
    margin-top: 50px;
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .home-video .overlay {
    opacity: 0.4;
  }
  .home-video .play {
    max-width: 55px;
    height: 55px;
    margin-left: auto;
    margin-right: 20px;
  }
  .home-video .title h2 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 1px;
  }
  .home-video .title span {
    font-size: 12px;
  }
  .videoWindow {
    height: 40%;
    padding: 10px;
  }
  .close-video {
    width: 36px;
    height: 36px;
    top: -16px;
    right: -16px;
  }
}

.home-text {
  position: relative;
}
.home-text h2 {
  margin-bottom: 50px;
  margin-top: 10px;
  max-width: 50%;
  padding-right: 50px;
  border-right: 1px solid rgba(12, 45, 81, 0.2);
  min-height: 160px;
}
.home-text p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 4px;
}
.home-text .certificate-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 190px;
  width: 50%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.home-text .certificate-img img {
  width: 90%;
  height: 90%;
  max-width: 435px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.home-text .read-more {
  margin: 50px auto 0;
}
@media only screen and (max-width: 1600px) {
  .home-text h2 {
    min-height: 150px;
  }
  .home-text .certificate-img {
    height: 180px;
  }
}
@media screen and (max-width: 1399px) {
  .home-text h2 {
    min-height: 145px;
  }
  .home-text .certificate-img {
    height: 175px;
  }
}
@media screen and (max-width: 1299px) {
  .home-text h2 {
    max-width: 60%;
  }
  .home-text .certificate-img {
    width: 40%;
  }
}
@media screen and (max-width: 1199px) {
  .home-text {
    display: grid;
  }
  .home-text .certificate-img {
    height: 150px;
    width: 100%;
    align-items: center;
    position: static;
    margin-bottom: 20px;
    /* order: 2; */
  }
  .home-text h2 {
    padding-right: 0;
    border-right: none;
    max-width: unset;
    min-height: unset;
    margin-bottom: 10px;
  }
  .home-text .title {
    /* padding-bottom: 200px; */
    /* order: 1; */
  }
  .home-text span, .home-text h2 {
    text-align: center;
  }
  .home-text p {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 575px) {

  .home-text h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
  }
  .home-text p {
    letter-spacing: 1px;
  }
  .home-text .certificate-img {
    height: 100px;
  }
  .home-text .certificate-img img {
    width: 100%;
    height: 100%;
  }
  .home-text .read-more {
    margin-top: 35px;
  }
}

.home-offer-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 50px;
}
.home-offer-wrap .offerimg1 img, .home-offer-wrap .offerimg2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.home-offer-wrap .offerimg1 {
  padding-right: 50px;
}
.home-offer-wrap .offerimg2 {
  padding-left: 50px;
}
.home-offer-wrap .title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .home-offer-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .home-offer-wrap .offerimg1, .home-offer-wrap .offerimg2 {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .home-offer-wrap {
    gap: 10px;
  }
}

.review-wrap {
  position: relative;
  padding-bottom: 20px;
}
.review-wrap > img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.review-wrap .title {
  padding-left: calc(50% + 50px);
  margin-bottom: 50px;
}
.review-wrap .review-next, .review-wrap .review-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 20px;
  background-image: url("../images/long-arrow-right-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.review-wrap .review-next {
  right: -70px;
}
.review-wrap .review-prev {
  left: -70px;
  transform: translateY(-50%) rotate(180deg);
}
.review-wrap .review-pagination {
  display: none;
}
@media screen and (max-width: 1199px) {
  .review-wrap > img {
    display: none;
  }
  .review-wrap .title {
    padding-left: 0;
  }
  .review-wrap .title span, .review-wrap .title h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 900px) {
  .review-wrap .review-next, .review-wrap .review-prev {
    display: none;
  }
  .review-wrap .review-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }
  .review-wrap .review-pagination .swiper-pagination-bullet-active {
    background-color: #0C2D51;
  }
}

.reviewSwiper {
  max-width: 60%;
  background-color: #0C2D51;
  margin-right: 0;
}
.reviewSwiper .review {
  padding: 50px 80px;
}
.reviewSwiper .review * {
  color: #fff;
  text-align: center;
}
.reviewSwiper .review .review-title, .reviewSwiper .review .review-text, .reviewSwiper .review .review-author {
  letter-spacing: 4px;
}
.reviewSwiper .review .review-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}
.reviewSwiper .review .review-text {
  margin: 35px 0 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  position: relative;
}
.reviewSwiper .review .review-text::before, .reviewSwiper .review .review-text::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background-image: url("../images/navodnici.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.reviewSwiper .review .review-text::before {
  top: -17px;
  left: -44px;
}
.reviewSwiper .review .review-text::after {
  bottom: -17px;
  right: -44px;
}
.reviewSwiper .review .review-author {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}
.reviewSwiper .review .review-author::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}
@media screen and (max-width: 1399px) {
  .reviewSwiper .review {
    padding: 50px;
  }
  .reviewSwiper .review .review-text::before, .reviewSwiper .review .review-text::after {
    width: 24px;
    height: 24px;
  }
  .reviewSwiper .review .review-text::before {
    top: -12px;
    left: -34px;
  }
  .reviewSwiper .review .review-text::after {
    bottom: -12px;
    right: -34px;
  }
}
@media screen and (max-width: 1199px) {
  .reviewSwiper {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .reviewSwiper .review {
    padding: 40px 20px;
  }
  .reviewSwiper .review .review-title, .reviewSwiper .review .review-text, .reviewSwiper .review .review-author {
    letter-spacing: 2px;
  }
  .reviewSwiper .review .review-title {
    font-size: 20px;
    line-height: 26px;
  }
  .reviewSwiper .review .review-text {
    margin: 25px 0 30px;
    font-size: 12px;
    line-height: 16px;
  }
  .reviewSwiper .review .review-text::before, .reviewSwiper .review .review-text::after {
    width: 20px;
    height: 20px;
  }
  .reviewSwiper .review .review-text::before {
    top: -15px;
    left: 0;
  }
  .reviewSwiper .review .review-text::after {
    bottom: -15px;
    right: 0;
  }
  .reviewSwiper .review .review-author {
    font-size: 14px;
    line-height: 18px;
  }
  .reviewSwiper .review .review-author::after {
    top: -15px;
  }
}

.about-page h2 {
  font-weight: 800;
  margin-bottom: 20px;
}
.about-page .about1, .about-page .about2 {
  display: grid;
  gap: 50px;
}
.about-page .about-img {
  position: relative;
}
.about-page .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.about-page .about1 {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
}
.about-page .about2 {
  grid-template-columns: 1fr 1.4fr;
}
.about-page .about2 div:has(p) {
  padding: 50px 0;
}
@media screen and (max-width: 1299px) {
  .about-page .about2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1199px) {
  .about-page .about1, .about-page .about2 {
    grid-template-columns: 1fr;
  }
  .about-page .about1 .about-img, .about-page .about2 .about-img {
    height: 350px;
  }
  .about-page .about1 {
    margin-bottom: 20px;
  }
  .about-page .about2 div:has(p) {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .about-page .about1, .about-page .about2 {
    gap: 25px;
  }
  .about-page .about1 .about-img, .about-page .about2 .about-img {
    height: 200px;
  }
  .about-page .about1 {
    margin-bottom: 10px;
  }
}

.about-top .overlay {
  opacity: 0.35;
}
.about-top > img {
  -o-object-position: top;
  object-position: top;
}

.page-top-blog {
  height: -moz-fit-content;
  height: fit-content;
  min-height: unset;
}
.page-top-blog .page-width {
  padding: 85px 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 70px;
  margin-top: 70px;
}
@media screen and (max-width: 1399px) {
  .blog-grid {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .blog-grid {
    margin-top: 50px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 30px;
  }
}

.blog .blog-img {
  position: relative;
  height: 480px;
  overflow: hidden;
  /* background-image: url('../images/og-image2.jpg') !important; */
}
.blog .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.5s;
}
.blog .blog-img .blog-date {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #F3F5F6;
  color: #0C2D51;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px;
}
.blog .blog-title {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 4px;
  font-weight: bold;
  color: #0C2D51;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1600px) {
  .blog .blog-img {
    height: 460px;
  }
}
@media screen and (max-width: 1399px) {
  .blog .blog-img {
    height: 400px;
  }
  .blog .blog-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 1199px) {
  .blog .blog-img {
    height: 300px;
  }
  .blog .blog-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 575px) {
  .blog .blog-img {
    height: 200px;
  }
  .blog .blog-img .blog-date {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px;
  }
  .blog .blog-title {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-top: 10px;
  }
}

.blog:hover .blog-img img {
  transform: scale(1.1);
}
.blog:hover .blog-title {
  text-decoration: underline;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 70px;
}
.pagination li, .pagination a, .pagination span {
  font-family: "Raleway";
  font-size: 24px;
  font-weight: 500;
  color: #0C2D51;
  letter-spacing: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination span {
  border: 1px solid #0C2D51;
  border-radius: 4px;
  padding: 9px 11px 9px 18px;
}
.pagination li + li {
  margin-left: 30px;
}
.pagination .active span {
  background-color: #0C2D51;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .pagination {
    margin-top: 50px;
  }
  .pagination li, .pagination a, .pagination span {
    font-size: 20px;
    letter-spacing: 5px;
  }
  .pagination span {
    padding: 7px 11px 7px 16px;
  }
}
@media screen and (max-width: 991px) {
  .pagination svg {
    max-width: 60px;
  }
}
@media screen and (max-width: 575px) {
  .pagination li, .pagination a, .pagination span {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .pagination span {
    padding: 5px 10px 5px 12px;
  }
  .pagination li + li {
    margin-left: 10px;
  }
  .pagination svg {
    max-width: 40px;
  }
}

.blog-details-cover {
  position: relative;
  padding-left: 80px;
}
.blog-details-cover .blog-details-date {
  color: #0C2D51;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.blog-details-cover .blog-details-img {
  height: 50vh;
  min-height: 600px;
}
.blog-details-cover .blog-details-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-details-cover .top-socials {
  left: 0;
  bottom: 50%;
  transform: translateY(50%) translateY(15px);
}
.blog-details-cover .top-socials p::before {
  background-color: #0C2D51;
}
.blog-details-cover .top-socials .socials a svg path {
  fill: #0C2D51;
}
.blog-details-cover .top-socials .socials a:hover svg path {
  fill: #E22732;
}
@media screen and (max-width: 1399px) {
  .blog-details-cover .blog-details-img {
    height: 500px;
    min-height: unset;
  }
  .blog-details-cover .top-socials {
    transform: translateY(50%);
  }
}
@media screen and (max-width: 1399px) {
  .blog-details-cover .blog-details-img {
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .blog-details-page {
    position: relative;
    padding-bottom: 120px;
  }
  .blog-details-cover {
    padding-left: 0;
    position: static;
  }
  .blog-details-cover .top-socials {
    /* position: static; */
    bottom: 60px;
    transform: none;
    width: 100%;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
  }
  .blog-details-cover .top-socials .socials {
    flex-direction: row;
  }
  .blog-details-cover .top-socials .socials a + a {
    margin-top: 0;
    margin-left: 15px;
  }
  .blog-details-cover .top-socials p {
    display: flex;
    writing-mode: horizontal-tb;
    transform: none;
  }
  .blog-details-cover .top-socials p::before {
    display: none;
  }
  .blog-details-cover .top-socials p::after {
    content: ":";
  }
  .blog-details-cover .top-socials a {
    margin-left: 15px;
  }
}
@media screen and (max-width: 575px) {
  .blog-details-page {
    padding-bottom: 100px;
  }
  .blog-details-cover .top-socials {
    bottom: 50px;
  }
  .blog-details-cover .blog-details-img {
    height: 250px;
  }
  .blog-details-cover .top-socials p {
    letter-spacing: 0.5px;
    font-size: 12px;
  }
  .blog-details-cover .blog-details-date {
    letter-spacing: 1px;
    font-size: 14px;
  }
  .blog-details-cover .top-socials .socials a {
    margin-left: 5px;
  }
}
@media screen and (max-width: 400px) {
  .blog-details-cover .blog-details-img {
    height: 200px;
  }
}

.blog-details-text {
  margin-top: 50px;
}
.blog-details-text h1, .blog-details-text h2 {
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 45px;
  line-height: 53px;
  margin: 35px 0;
}
@media only screen and (max-width: 1600px) {
  .blog-details-text h1, .blog-details-text h2 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .blog-details-text h1, .blog-details-text h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 575px) {
  .blog-details-text h1, .blog-details-text h2 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 20px 0;
  }
}

.blog-gallery {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.blog-gallery img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1399px) {
  .blog-gallery img {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .blog-gallery img {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .blog-gallery {
    margin-top: 35px;
  }
  .blog-gallery img {
    height: 140px;
  }
}
@media screen and (max-width: 400px) {
  .blog-gallery img {
    height: 100px;
  }
}

.service-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 35px;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media screen and (max-width: 1399px) {
  .service-wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .service-wrap {
    gap: 10px;
  }
}

.service-wrap2 {
  -moz-column-gap: 50px;
       column-gap: 50px;
  max-width: 650px;
}
@media screen and (max-width: 1399px) {
  .service-wrap2 {
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .service-wrap2 {
    gap: 10px;
  }
}

.service {
  background-color: #F3F5F6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px 20px;
  height: 100%;
  min-height: 305px;
}
.service * {
  color: #0C2D51;
  text-align: center;
}
.service img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: 95px;
  max-height: 90px;
}
.service h3 {
  font-size: 24px;
  letter-spacing: 5px;
  line-height: 30px;
  margin: 20px 0 !important;
  font-weight: 700 !important;
  overflow-wrap: anywhere;
}
.service .img-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service p, .service span {
  font-family: "Inter";
}
.service .service-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service .service-description, .service .service-description * {
  font-size: 0;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0;
  height: 0;
}
/* .service p {
  font-size: 0;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0;
} */
.service span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 4px;
  border-bottom: 4px solid transparent;
}
@media only screen and (max-width: 1600px) {
  .service h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1399px) {
  .service {
    min-height: 280px;
    padding: 20px;
  }
  .service h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 4px;
  }
  .service span {
    font-size: 14px;
    letter-spacing: 3px;
    border-bottom: 4px solid transparent;
  }
}
@media screen and (max-width: 575px) {
  .service {
    min-height: unset;
    padding: 20px 10px;
  }
  .service img {
    max-width: 60px;
    max-height: 55px;
  }
  .service h3 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    
  }
  .service span {
    font-size: 12px;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
  }
}

.service:hover {
  background-color: rgba(12, 45, 81, 0.1);
}
.service:hover h3 {
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  margin: 0 0 0 20px !important;
}
.service:hover .img-title {
  flex-direction: row;
  margin-bottom: 20px;
}
.service:hover img {
  max-width: 65px;
  max-height: 80px;
}
.service:hover .service-description, .service:hover .service-description * {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 4px;
  height: fit-content;
}
/* .service:hover p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 4px;
} */
.service:hover span {
  border-color: #7D1432;
  margin-top: 25px;
}
@media screen and (max-width: 1399px) {
  .service:hover h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .service:hover .service-description, .service:hover .service-description * {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 575px) {
  .service:hover h3 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: center;
    margin: 20px 0 !important;
  }
  .service:hover .img-title {
    flex-direction: column;
    margin-bottom: 0;
  }
  .service:hover .service-description, .service:hover .service-description * {
    font-size: 0;
    font-weight: 500;
    line-height: 0;
    letter-spacing: 0;
  }
  .service:hover span {
    margin-top: 0;
  }
  .service:hover img {
    max-width: 60px;
    max-height: 55px;
  }
}

.page-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
}
.page-grid .page-left, .page-grid .page-right {
  padding: 70px 0;
}
@media screen and (max-width: 575px) {
  .page-grid .page-left, .page-grid .page-right {
    padding: 50px 0;
  }
}
.page-grid .page-left {
  padding-right: 50px;
}
.page-grid .page-right {
  background-color: #F3F5F6;
  position: relative;
  padding-left: 25px;
}
.page-grid .page-right .right-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.page-grid .page-right .right-nav li {
  text-align: right;
  width: 100%;
}
.page-grid .page-right .right-nav li a {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 2px;
  color: rgba(12, 45, 81, 0.5);
  position: relative;
  display: flex;
  width: 100%;
  text-align: right;
  justify-content: end;
}
.page-grid .page-right .right-nav li a::after {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(50vw - 700px - 5px);
  background-color: rgba(12, 45, 81, 0.5);
  left: calc(100% + 5px);
  top: 10px;
  display: block;
  z-index: 1;
}
.page-grid .page-right .right-nav li a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(100% + 50vw - 700px);
  height: 120%;
  background: transparent;
  display: block;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .page-grid .page-right .right-nav li a::after {
    width: calc(10vw - 5px);
  }
  .page-grid .page-right .right-nav li a::before {
    width: calc(100% + 10vw);
  }
}
@media only screen and (max-width: 900px) {
  .page-grid .page-right .right-nav li a::after {
    width: calc(5vw - 5px);
  }
  .page-grid .page-right .right-nav li a::before {
    width: calc(100% + 5vw);
  }
}
.page-grid .page-right .right-nav li .active {
  font-weight: 800;
  color: #0C2D51;
}
.page-grid .page-right .right-nav li .active::after {
  background-color: #0C2D51;
}
.page-grid .page-right .right-nav li + li {
  margin-top: 50px;
}
.page-grid .page-right::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #F3F5F6;
  height: 100%;
  width: calc(50vw - 700px);
}
@media only screen and (max-width: 1600px) {
  .page-grid .page-right::after {
    width: 10vw;
  }
}
@media only screen and (max-width: 900px) {
  .page-grid .page-right::after {
    width: 5vw;
  }
}
.page-grid h1 {
  margin-bottom: 70px;
}
@media screen and (max-width: 575px) {
  .page-grid h1 {
    margin-bottom: 50px;
  }
}
.page-grid h2 {
  font-weight: 700;
  margin: 50px 0;
}
@media screen and (max-width: 575px) {
  .page-grid h2 {
    margin: 30px 0;
  }
}
.page-grid h3 {
  font-weight: 500;
  color: #0C2D51;
  margin: 35px 0;
}
@media screen and (max-width: 575px) {
  .page-grid h3 {
    margin: 20px 0;
  }
}
@media screen and (max-width: 1399px) {
  .page-grid {
    grid-template-columns: 1fr 280px;
  }
}
@media screen and (max-width: 1199px) {
  .page-grid {
    grid-template-columns: 1fr;
  }
  .page-grid .page-left {
    padding-right: 0;
  }
  .page-grid .page-right {
    padding-left: 0;
  }
  .page-grid .page-right::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #F3F5F6;
    height: 100%;
    width: 10vw;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 900px) {
  .page-grid .page-right::before {
    width: 5vw;
  }
}
@media screen and (max-width: 1199px) {
  .page-grid .page-right .right-nav {
    align-items: start;
  }
  .page-grid .page-right .right-nav li {
    text-align: left;
    width: 100%;
  }
  .page-grid .page-right .right-nav li a {
    font-size: 16px;
    line-height: 25px;
    justify-content: start;
    text-align: left;
  }
  .page-grid .page-right .right-nav li a::after {
    left: unset;
    right: calc(100% + 5px);
    top: 9px;
  }
  .page-grid .page-right .right-nav li + li {
    margin-top: 20px;
  }
}
.page-grid .page-left h1 + h2 {
  margin-top: 0;
}

.small-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 50px 0;
}
.small-gallery a, .blog-gallery a {
  position: relative;
}
.small-gallery a .overlay, .blog-gallery a .overlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 94px;
}
.small-gallery:last-child {
  margin-bottom: 0;
}
.small-gallery img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1399px) {
  .small-gallery img {
    height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .small-gallery {
    margin: 25px 0;
  }
  .small-gallery img {
    height: 150px;
  }
  .small-gallery a .overlay, .blog-gallery a .overlay {
    font-size: 54px;
  }
}

.certificates {
  display: grid;
  gap: 50px;
  margin: 50px 0;
}
.certificates:last-child {
  margin-bottom: 0;
}
.certificates a {
  width: fit-content;
}
.certificates img {
  width: auto;
  max-width: 250px;
  height: auto;
  max-height: 100px;
}
@media screen and (max-width: 575px) {
  .certificates {
    gap: 25px;
  }
  .certificates img {
    max-width: 150px;
    max-height: 60px;
  }
}

/* .project-list {
  padding-bottom: 70px;
} */
.project-list .project-wrap:nth-child(2n+1) {
  background-color: #F3F5F6;
}
/* @media screen and (max-width: 575px) {
  .project-list {
    padding-bottom: 50px;
  }
} */

.project {
  padding: 50px 0;
}
.project * {
  color: #0C2D51;
}
.project .project-firm, .project .project-firm p {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2px;
  padding-left: 170px;
}
.project .project-firm p {
  padding-left: 0;
}
.project .project-title {
  display: flex;
}
.project .project-title p {
  min-width: 170px;
  font-weight: 600;
  padding-top: 10px;
}
.project .project-title h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 4px;
}
.project .project-desc {
  margin: 35px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1399px) {
  .project .project-firm, .project .project-firm p {
    font-size: 16px;
    line-height: 20px;
  }
  .project .project-title h2 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 991px) {
  .project .project-firm {
    padding-left: 0;
  }
  .project .project-title p {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .project .project-firm, .project .project-firm p {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .project .project-title h2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .project .project-desc {
    margin: 20px 0;
  }
}

.project-detail-page h1 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.project-detail-page .page-nav {
  justify-content: center;
}
.project-detail-page .read-more {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .project-detail-page h1 {
    margin-bottom: 35px;
  }
  .project-detail-page .read-more {
    margin-top: 35px;
  }
}

.contact-map {
  height: 60vh;
  max-height: 630px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .contact-map {
    height: 30vh;
  }
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px;
}
@media only screen and (max-width: 1600px) {
  .contact-grid {
    gap: 100px;
  }
}
@media screen and (max-width: 1399px) {
  .contact-grid {
    gap: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
.contact-grid h2 {
  font-weight: 800;
}
.contact-grid .title span {
  font-size: 16px;
}
@media only screen and (max-width: 1600px) {
  .contact-grid .title span {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .contact-grid .title span {
    font-size: 12px;
  }
}
.contact-grid .blue-form {
  margin-top: 50px;
}

.blue-form form {
  display: grid;
  gap: 50px;
}
.blue-form .inputs2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 50px;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.blue-form label, .blue-form input, .blue-form button, .blue-form textarea, .blue-form select {
  font-family: "Raleway";
  font-size: 18px;
}
.blue-form label, .blue-form input, .blue-form textarea, .blue-form select {
  color: #0C2D51;
  font-weight: 400;
  letter-spacing: 2px;
}
.blue-form label {
  display: block;
  margin-bottom: 5px;
}
.blue-form input, .blue-form textarea, .blue-form select {
  width: 100%;
  border-radius: 10px;
  background-color: #F3F5F6;
  border: none;
  outline: none;
}
.blue-form input:focus, .blue-form textarea:focus, .blue-form select:focus {
  outline: 1px solid #0C2D51;
}
.blue-form input, .blue-form select {
  height: 55px;
  padding: 0 10px;
}
.blue-form textarea {
  height: 200px;
  padding: 20px 10px;
  resize: none;
}
.blue-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/chevron-down-blue.svg");
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 10px;
  cursor: pointer;
}
.blue-form input:-webkit-autofill,
.blue-form input:-webkit-autofill:hover,
.blue-form input:-webkit-autofill:focus,
.blue-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F3F5F6 inset !important;
}
.blue-form input:-webkit-autofill {
  -webkit-text-fill-color: #0C2D51 !important;
}
.blue-form button {
  letter-spacing: 4px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-color: #0C2D51;
  border: none;
  border-radius: 4px;
  padding: 17px 55px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media only screen and (max-width: 1600px) {
  .blue-form form {
    gap: 40px;
  }
  .blue-form .inputs2 {
    row-gap: 40px;
  }
}
@media screen and (max-width: 1399px) {
  .blue-form form {
    gap: 30px;
  }
  .blue-form .inputs2 {
    row-gap: 30px;
  }
  .blue-form label, .blue-form input, .blue-form button, .blue-form textarea, .blue-form select {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .blue-form .inputs2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .blue-form form, .blue-form .inputs2 {
    gap: 20px;
  }
  .blue-form label, .blue-form input, .blue-form button, .blue-form textarea, .blue-form select {
    font-size: 14px;
  }
  .blue-form input, .blue-form select {
    height: 45px;
  }
  .blue-form textarea {
    height: 100px;
  }
  .blue-form button {
    width: 100%;
  }
}

.contact-info {
  padding-top: 20px;
}
.contact-info a {
  font-family: "Inter";
  color: #0C2D51;
  font-weight: 500;
  letter-spacing: 4px;
  font-size: 24px;
  display: flex;
}
.contact-info a span {
  font-weight: 800;
  margin-right: 10px;
}
.contact-info a:hover {
  text-decoration: underline;
}
.contact-info a + a {
  margin-top: 20px;
}
.contact-info h2, .contact-info h3, .contact-info div {
  margin: 40px 0;
}
.contact-info h3 {
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  color: #0C2D51;
}
.contact-info *:first-child {
  margin-top: 0;
}
.contact-info *:last-child {
  margin-bottom: 0;
}
.contact-info h2 {
  margin: 50px 0;
}
.contact-info .phonesvg, .contact-info .mailsvg, .contact-info .locsvg {
  position: relative;
  padding-left: 95px;
}
.contact-info .phonesvg::before, .contact-info .mailsvg::before, .contact-info .locsvg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 40px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  border-right: 1px solid #0C2D51;
}
.contact-info .phonesvg::before {
  background-image: url("../images/phone.svg");
}
.contact-info .mailsvg::before {
  background-image: url("../images/mail.svg");
}
.contact-info .locsvg::before {
  background-image: url("../images/location.svg");
}
@media screen and (max-width: 1399px) {
  .contact-info a {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .contact-info .phonesvg, .contact-info .mailsvg, .contact-info .locsvg {
    padding-left: 70px;
  }
  .contact-info .phonesvg::before, .contact-info .mailsvg::before, .contact-info .locsvg::before {
    width: 50px;
    height: 30px;
  }
  .contact-info h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-info {
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .contact-info a {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .contact-info a + a {
    margin-top: 10px;
  }
  .contact-info .phonesvg, .contact-info .mailsvg, .contact-info .locsvg {
    padding-left: 55px;
  }
  .contact-info .phonesvg::before, .contact-info .mailsvg::before, .contact-info .locsvg::before {
    width: 40px;
    height: 25px;
  }
}

.document-list .document-header {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  margin-bottom: 10px;
}
.document-list .document-header p {
  font-weight: 600;
}
.document-list .document-header p:last-child {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .document-list .document-header {
    display: none;
  }
}
.document-list ul {
  border-top: 1px solid #CED5DC;
  list-style: none;
}
.document-list ul li {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  border-bottom: 1px solid #CED5DC;
}
.document-list ul li p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
}
.document-list ul .file-name, .document-list ul .file-author, .document-list ul .file-download {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.document-list ul .file-author, .document-list ul .file-download {
  border-left: 1px solid #CED5DC;
  align-items: center;
}
.document-list ul .file-author p, .document-list ul .file-author a, .document-list ul .file-download p, .document-list ul .file-download a {
  text-align: center;
}
.document-list ul .file-download a {
  opacity: 0.7;
  transition: all 0.5s;
}
.document-list ul .file-download a:hover {
  opacity: 1;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .document-list ul li {
    grid-template-columns: 1fr;
    padding: 10px 0;
  }
  .document-list ul li .file-name, .document-list ul li .file-author, .document-list ul li .file-download {
    padding: 10px 0;
  }
  .document-list ul li .file-author, .document-list ul li .file-download {
    border-left: none;
    align-items: start;
  }
  .document-list ul li .file-author p, .document-list ul li .file-author a, .document-list ul li .file-download p, .document-list ul li .file-download a {
    text-align: left;
  }
}

.file-pdf a, .file-download a, .back {
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 2px;
  color: #0C2D51;
  position: relative;
}
.file-pdf a::after, .file-download a::after, .back::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.file-pdf a:hover, .file-download a:hover, .back:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1399px) {
  .file-pdf a, .file-download a, .back {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 575px) {
  .file-pdf a, .file-download a, .back {
    font-size: 16px;
    line-height: 28px;
  }
}

.file-pdf a {
  padding-left: 41px;
}
.file-pdf a::after {
  left: 0;
  width: 31px;
  height: 37px;
  background-image: url("../images/pdf.svg");
}
@media screen and (max-width: 1399px) {
  .file-pdf a {
    padding-left: 35px;
  }
  .file-pdf a::after {
    width: 28px;
    height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .file-pdf a {
    padding-left: 25px;
  }
  .file-pdf a::after {
    width: 20px;
    height: 25px;
  }
}

.file-download a {
  padding-right: 47px;
}
.file-download a::after {
  right: 0;
  width: 37px;
  height: 37px;
  background-image: url("../images/download.svg");
}
@media screen and (max-width: 1399px) {
  .file-download a {
    padding-right: 40px;
  }
  .file-download a::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .file-download a {
    font-size: 16px;
    line-height: 28px;
    padding-right: 25px;
  }
  .file-download a::after {
    width: 20px;
    height: 20px;
  }
}

.back {
  padding-left: 60px;
}
.back::after {
  left: 0;
  width: 50px;
  height: 30px;
  background-image: url("../images/back-arrow.svg");
}
@media screen and (max-width: 1399px) {
  .back {
    padding-left: 50px;
  }
  .back::after {
    width: 40px;
  }
}
@media screen and (max-width: 575px) {
  .back {
    padding-left: 40px;
  }
  .back::after {
    width: 30px;
  }
}

.document-list.download .document-header, .document-list.download ul li {
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 991px) {
  .document-list.download .document-header, .document-list.download ul li {
    grid-template-columns: 1fr;
  }
}
.document-list.download ul li .file-name p {
  font-size: 24px;
  line-height: 36px;
  opacity: 0.7;
  transition: all 0.5s;
}
@media screen and (max-width: 1399px) {
  .document-list.download ul li .file-name p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .document-list.download ul li .file-name p {
    opacity: 1;
  }
}
@media screen and (max-width: 575px) {
  .document-list.download ul li .file-name p {
    font-size: 16px;
    line-height: 28px;
  }
}
.document-list.download ul li .file-author, .document-list.download ul li .file-download {
  border-left: none;
}
.document-list.download ul li:hover .file-name p, .document-list.download ul li:hover .file-download a {
  opacity: 1;
}

.cookies-and-policy h2 {
  font-weight: 600;
  background-color: #F3F5F6;
  padding-top: 70px;
  padding-bottom: 70px;
  margin: 70px 0;
}
.cookies-and-policy h3, .cookies-and-policy h4 {
  font-family: "Raleway";
  color: #0C2D51;
  letter-spacing: 3px;
  margin: 20px 0;
}
.cookies-and-policy *:first-child {
  margin-top: 0;
}
.cookies-and-policy *:last-child {
  margin-bottom: 70px !important;
}
.cookies-and-policy li:last-child {
  margin-bottom: 0 !important;
}
.cookies-and-policy h2, .cookies-and-policy p, .cookies-and-policy h3, .cookies-and-policy h4, .cookies-and-policy ul {
  padding-left: calc(50% - 700px);
  padding-right: calc(50% - 700px);
}
.cookies-and-policy a {
  color: #0C2D51;
  font-weight: 700;
}
@media only screen and (max-width: 1600px) {
  .cookies-and-policy h2, .cookies-and-policy p, .cookies-and-policy h3, .cookies-and-policy h4, .cookies-and-policy ul {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .cookies-and-policy h2, .cookies-and-policy p, .cookies-and-policy h3, .cookies-and-policy h4, .cookies-and-policy ul {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1399px) {
  .cookies-and-policy h2 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 50px 0;
  }
  .cookies-and-policy *:last-child {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .cookies-and-policy h2 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 30px 0;
  }
  .cookies-and-policy *:last-child {
    margin-bottom: 30px;
  }
}

.template h1 {
  margin-bottom: 70px;
}
.template h2 {
  font-weight: 700;
  margin: 50px 0;
}
.template h3 {
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 4px;
  color: #0C2D51;
  margin: 50px 0;
}
@media only screen and (max-width: 1600px) {
  .template h3 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1399px) {
  .template h3 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 575px) {
  .template h3 {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 2px;
  }
}
.template .file-pdf {
  margin: 40px 0;
}
@media screen and (max-width: 575px) {
  .template .file-pdf {
    margin: 20px 0;
  }
}

.careers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.careers-grid h2 {
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .careers-grid {
    grid-template-columns: 1fr;
  }
}

.positions-wrap {
  padding: 70px 50px 70px 0;
  background-color: #F3F5F6;
  position: relative;
}
.positions-wrap::before, .positions-wrap::after {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(50vw - 700px);
  content: "";
  background-color: #F3F5F6;
}
@media only screen and (max-width: 1600px) {
  .positions-wrap::before, .positions-wrap::after {
    width: 10vw;
  }
}
@media only screen and (max-width: 900px) {
  .positions-wrap::before, .positions-wrap::after {
    width: 5vw;
  }
}
.positions-wrap::before {
  right: 100%;
  display: block;
}
.positions-wrap::after {
  left: 100%;
  display: none;
}
.positions-wrap .career-buttons {
  display: grid;
  margin-top: 30px;
}
.positions-wrap .career-buttons .careerBtn {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 2px;
  text-align: left;
  color: #0C2D51;
  padding: 20px;
  transition: all 0.1s;
  width: 100%;
  max-width: 500px;
  background-color: transparent;
  border: none;
}
.positions-wrap .career-buttons .activeBtn {
  color: #fff;
  background-color: #0C2D51;
}
@media screen and (max-width: 1199px) {
  .positions-wrap {
    padding: 50px 0;
  }
  .positions-wrap::after {
    display: block;
  }
  .positions-wrap .career-buttons {
    width: -moz-fit-content;
    width: fit-content;
  }
  .positions-wrap .career-buttons .careerBtn {
    max-width: unset;
  }
}
@media screen and (max-width: 575px) {
  .positions-wrap .career-buttons .careerBtn {
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.career-panels {
  padding: 50px 0 70px 50px;
}
.career-panels * {
  color: #000 !important;
}
.career-panels h2 {
  margin-bottom: 20px;
}
.career-panels h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 2px;
  margin: 20px 0;
}
@media only screen and (max-width: 1600px) {
  .career-panels h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 575px) {
  .career-panels h3 {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1px;
  }
}
.career-panels .blueBtn {
  margin-top: 30px;
}
.career-panels .onsite {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
}
.career-panels .onsite::before {
  position: absolute;
  content: "";
  display: flex;
  width: 13px;
  height: 17px;
  left: 0;
  top: 0;
  background-image: url("../images/location-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1199px) {
  .career-panels {
    padding: 50px 0;
  }
}
@media screen and (max-width: 575px) {
  .career-panels .onsite {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .career-panels .blueBtn {
    width: 100%;
  }
}

.blueBtn {
  color: #fff !important;
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  border: none;
  background-color: #0C2D51;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 80px;
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .blueBtn {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 15px 50px;
  }
}

.application-wrap {
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(12, 45, 81, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.application-wrap .application-container {
  width: 95%;
  max-width: 1320px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  overflow-y: scroll;
}
.application-wrap .application-container .application {
  padding: 70px 50px 100px 50px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.application-wrap .application-container .application h2 {
  font-weight: 800;
  text-align: center;
}
.application-wrap .application-container .application .blue-form {
  margin-top: 50px;
  width: 100%;
  max-width: 1000px;
}
.application-wrap .application-container .application .close {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 20px;
  height: 40px;
  background-image: url("../images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media only screen and (max-width: 1600px) {
  .application-wrap .application-container .application {
    padding: 50px;
  }
}
@media screen and (max-width: 575px) {
  .application-wrap .application-container .application {
    padding: 50px 20px;
    border-radius: 20px;
  }
  .application-wrap .application-container .application .close {
    top: 20px;
    right: 20px;
    width: 15px;
    height: 30px;
  }
}

.application-wrap.open {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=main.css.map */

.non-transform * {
  text-transform: none !important;
}
.hidden-h1 {
  visibility: hidden;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.mar-top {
  margin-top: 100px;
}
@media screen and (max-width: 1299px) {
  .mar-top {
    margin-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .mar-top {
    margin-top: 60px;
  }
}

.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}