@import url(https://fonts.googleapis.com/css2?family=Lexend:wght@500&display=swap);@charset "UTF-8";

@font-face {
  font-family: "Panton";
  src: url("/fonts/Panton-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Panton";
  src: url("/fonts/Panton-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Panton";
  src: url("/fonts/Panton-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  color: #536375;
  font-family: "Panton", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.2;
  overflow-x: hidden;
  height: auto;
}

body ::-moz-selection {
  color: #005AA1;
  background: #FC951B;
}

body ::selection {
  color: #005AA1;
  background: #FC951B;
}

main {
  padding-top: 80px;
}

button {
  background-color: transparent;
  border: none;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
}

h2 {
  color: #607286;
  font-weight: 800;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 48px;
}

h3 {
  color: #607286;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 46px;
}

h4 {
  color: #005AA1;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 56px;
  margin-top: 0;
  margin-bottom: 24px;
}

h5 {
  color: #607286;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 20px;
}

p {
  color: #607286;
  font-size: 16px;
  line-height: 32px;
  margin: 30px 0;
}

@media (min-width: 1537px) {
  .container {
    max-width: 1440px;
  }
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-center {
  text-align: center;
}

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

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

.relative {
  position: relative;
}

.bottom-space-0 {
  padding-bottom: 0 !important;
}

.top-space-0 {
  padding-top: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.top-space-2 {
  padding-top: 2px !important;
}

@media (max-width: 767px) {
  .top-space-2 {
    padding-top: 1px !important;
  }
}

.margin-top-2 {
  margin-top: 2px !important;
}

@media (max-width: 767px) {
  .margin-top-2 {
    margin-top: 1px !important;
  }
}

.bottom-space-2 {
  padding-bottom: 2px !important;
}

@media (max-width: 767px) {
  .bottom-space-2 {
    padding-bottom: 1px !important;
  }
}

.margin-bottom-2 {
  margin-bottom: 2px !important;
}

@media (max-width: 767px) {
  .margin-bottom-2 {
    margin-bottom: 1px !important;
  }
}

.top-space-4 {
  padding-top: 4px !important;
}

@media (max-width: 767px) {
  .top-space-4 {
    padding-top: 2px !important;
  }
}

.margin-top-4 {
  margin-top: 4px !important;
}

@media (max-width: 767px) {
  .margin-top-4 {
    margin-top: 2px !important;
  }
}

.bottom-space-4 {
  padding-bottom: 4px !important;
}

@media (max-width: 767px) {
  .bottom-space-4 {
    padding-bottom: 2px !important;
  }
}

.margin-bottom-4 {
  margin-bottom: 4px !important;
}

@media (max-width: 767px) {
  .margin-bottom-4 {
    margin-bottom: 2px !important;
  }
}

.top-space-6 {
  padding-top: 6px !important;
}

@media (max-width: 767px) {
  .top-space-6 {
    padding-top: 3px !important;
  }
}

.margin-top-6 {
  margin-top: 6px !important;
}

@media (max-width: 767px) {
  .margin-top-6 {
    margin-top: 3px !important;
  }
}

.bottom-space-6 {
  padding-bottom: 6px !important;
}

@media (max-width: 767px) {
  .bottom-space-6 {
    padding-bottom: 3px !important;
  }
}

.margin-bottom-6 {
  margin-bottom: 6px !important;
}

@media (max-width: 767px) {
  .margin-bottom-6 {
    margin-bottom: 3px !important;
  }
}

.top-space-8 {
  padding-top: 8px !important;
}

@media (max-width: 767px) {
  .top-space-8 {
    padding-top: 4px !important;
  }
}

.margin-top-8 {
  margin-top: 8px !important;
}

@media (max-width: 767px) {
  .margin-top-8 {
    margin-top: 4px !important;
  }
}

.bottom-space-8 {
  padding-bottom: 8px !important;
}

@media (max-width: 767px) {
  .bottom-space-8 {
    padding-bottom: 4px !important;
  }
}

.margin-bottom-8 {
  margin-bottom: 8px !important;
}

@media (max-width: 767px) {
  .margin-bottom-8 {
    margin-bottom: 4px !important;
  }
}

.top-space-10 {
  padding-top: 10px !important;
}

@media (max-width: 767px) {
  .top-space-10 {
    padding-top: 5px !important;
  }
}

.margin-top-10 {
  margin-top: 10px !important;
}

@media (max-width: 767px) {
  .margin-top-10 {
    margin-top: 5px !important;
  }
}

.bottom-space-10 {
  padding-bottom: 10px !important;
}

@media (max-width: 767px) {
  .bottom-space-10 {
    padding-bottom: 5px !important;
  }
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

@media (max-width: 767px) {
  .margin-bottom-10 {
    margin-bottom: 5px !important;
  }
}

.top-space-12 {
  padding-top: 12px !important;
}

@media (max-width: 767px) {
  .top-space-12 {
    padding-top: 6px !important;
  }
}

.margin-top-12 {
  margin-top: 12px !important;
}

@media (max-width: 767px) {
  .margin-top-12 {
    margin-top: 6px !important;
  }
}

.bottom-space-12 {
  padding-bottom: 12px !important;
}

@media (max-width: 767px) {
  .bottom-space-12 {
    padding-bottom: 6px !important;
  }
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

@media (max-width: 767px) {
  .margin-bottom-12 {
    margin-bottom: 6px !important;
  }
}

.top-space-14 {
  padding-top: 14px !important;
}

@media (max-width: 767px) {
  .top-space-14 {
    padding-top: 7px !important;
  }
}

.margin-top-14 {
  margin-top: 14px !important;
}

@media (max-width: 767px) {
  .margin-top-14 {
    margin-top: 7px !important;
  }
}

.bottom-space-14 {
  padding-bottom: 14px !important;
}

@media (max-width: 767px) {
  .bottom-space-14 {
    padding-bottom: 7px !important;
  }
}

.margin-bottom-14 {
  margin-bottom: 14px !important;
}

@media (max-width: 767px) {
  .margin-bottom-14 {
    margin-bottom: 7px !important;
  }
}

.top-space-16 {
  padding-top: 16px !important;
}

@media (max-width: 767px) {
  .top-space-16 {
    padding-top: 8px !important;
  }
}

.margin-top-16 {
  margin-top: 16px !important;
}

@media (max-width: 767px) {
  .margin-top-16 {
    margin-top: 8px !important;
  }
}

.bottom-space-16 {
  padding-bottom: 16px !important;
}

@media (max-width: 767px) {
  .bottom-space-16 {
    padding-bottom: 8px !important;
  }
}

.margin-bottom-16 {
  margin-bottom: 16px !important;
}

@media (max-width: 767px) {
  .margin-bottom-16 {
    margin-bottom: 8px !important;
  }
}

.top-space-18 {
  padding-top: 18px !important;
}

@media (max-width: 767px) {
  .top-space-18 {
    padding-top: 9px !important;
  }
}

.margin-top-18 {
  margin-top: 18px !important;
}

@media (max-width: 767px) {
  .margin-top-18 {
    margin-top: 9px !important;
  }
}

.bottom-space-18 {
  padding-bottom: 18px !important;
}

@media (max-width: 767px) {
  .bottom-space-18 {
    padding-bottom: 9px !important;
  }
}

.margin-bottom-18 {
  margin-bottom: 18px !important;
}

@media (max-width: 767px) {
  .margin-bottom-18 {
    margin-bottom: 9px !important;
  }
}

.top-space-20 {
  padding-top: 20px !important;
}

@media (max-width: 767px) {
  .top-space-20 {
    padding-top: 10px !important;
  }
}

.margin-top-20 {
  margin-top: 20px !important;
}

@media (max-width: 767px) {
  .margin-top-20 {
    margin-top: 10px !important;
  }
}

.bottom-space-20 {
  padding-bottom: 20px !important;
}

@media (max-width: 767px) {
  .bottom-space-20 {
    padding-bottom: 10px !important;
  }
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .margin-bottom-20 {
    margin-bottom: 10px !important;
  }
}

.top-space-22 {
  padding-top: 22px !important;
}

@media (max-width: 767px) {
  .top-space-22 {
    padding-top: 11px !important;
  }
}

.margin-top-22 {
  margin-top: 22px !important;
}

@media (max-width: 767px) {
  .margin-top-22 {
    margin-top: 11px !important;
  }
}

.bottom-space-22 {
  padding-bottom: 22px !important;
}

@media (max-width: 767px) {
  .bottom-space-22 {
    padding-bottom: 11px !important;
  }
}

.margin-bottom-22 {
  margin-bottom: 22px !important;
}

@media (max-width: 767px) {
  .margin-bottom-22 {
    margin-bottom: 11px !important;
  }
}

.top-space-24 {
  padding-top: 24px !important;
}

@media (max-width: 767px) {
  .top-space-24 {
    padding-top: 12px !important;
  }
}

.margin-top-24 {
  margin-top: 24px !important;
}

@media (max-width: 767px) {
  .margin-top-24 {
    margin-top: 12px !important;
  }
}

.bottom-space-24 {
  padding-bottom: 24px !important;
}

@media (max-width: 767px) {
  .bottom-space-24 {
    padding-bottom: 12px !important;
  }
}

.margin-bottom-24 {
  margin-bottom: 24px !important;
}

@media (max-width: 767px) {
  .margin-bottom-24 {
    margin-bottom: 12px !important;
  }
}

.top-space-26 {
  padding-top: 26px !important;
}

@media (max-width: 767px) {
  .top-space-26 {
    padding-top: 13px !important;
  }
}

.margin-top-26 {
  margin-top: 26px !important;
}

@media (max-width: 767px) {
  .margin-top-26 {
    margin-top: 13px !important;
  }
}

.bottom-space-26 {
  padding-bottom: 26px !important;
}

@media (max-width: 767px) {
  .bottom-space-26 {
    padding-bottom: 13px !important;
  }
}

.margin-bottom-26 {
  margin-bottom: 26px !important;
}

@media (max-width: 767px) {
  .margin-bottom-26 {
    margin-bottom: 13px !important;
  }
}

.top-space-28 {
  padding-top: 28px !important;
}

@media (max-width: 767px) {
  .top-space-28 {
    padding-top: 14px !important;
  }
}

.margin-top-28 {
  margin-top: 28px !important;
}

@media (max-width: 767px) {
  .margin-top-28 {
    margin-top: 14px !important;
  }
}

.bottom-space-28 {
  padding-bottom: 28px !important;
}

@media (max-width: 767px) {
  .bottom-space-28 {
    padding-bottom: 14px !important;
  }
}

.margin-bottom-28 {
  margin-bottom: 28px !important;
}

@media (max-width: 767px) {
  .margin-bottom-28 {
    margin-bottom: 14px !important;
  }
}

.top-space-30 {
  padding-top: 30px !important;
}

@media (max-width: 767px) {
  .top-space-30 {
    padding-top: 15px !important;
  }
}

.margin-top-30 {
  margin-top: 30px !important;
}

@media (max-width: 767px) {
  .margin-top-30 {
    margin-top: 15px !important;
  }
}

.bottom-space-30 {
  padding-bottom: 30px !important;
}

@media (max-width: 767px) {
  .bottom-space-30 {
    padding-bottom: 15px !important;
  }
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

@media (max-width: 767px) {
  .margin-bottom-30 {
    margin-bottom: 15px !important;
  }
}

.top-space-32 {
  padding-top: 32px !important;
}

@media (max-width: 767px) {
  .top-space-32 {
    padding-top: 16px !important;
  }
}

.margin-top-32 {
  margin-top: 32px !important;
}

@media (max-width: 767px) {
  .margin-top-32 {
    margin-top: 16px !important;
  }
}

.bottom-space-32 {
  padding-bottom: 32px !important;
}

@media (max-width: 767px) {
  .bottom-space-32 {
    padding-bottom: 16px !important;
  }
}

.margin-bottom-32 {
  margin-bottom: 32px !important;
}

@media (max-width: 767px) {
  .margin-bottom-32 {
    margin-bottom: 16px !important;
  }
}

.top-space-34 {
  padding-top: 34px !important;
}

@media (max-width: 767px) {
  .top-space-34 {
    padding-top: 17px !important;
  }
}

.margin-top-34 {
  margin-top: 34px !important;
}

@media (max-width: 767px) {
  .margin-top-34 {
    margin-top: 17px !important;
  }
}

.bottom-space-34 {
  padding-bottom: 34px !important;
}

@media (max-width: 767px) {
  .bottom-space-34 {
    padding-bottom: 17px !important;
  }
}

.margin-bottom-34 {
  margin-bottom: 34px !important;
}

@media (max-width: 767px) {
  .margin-bottom-34 {
    margin-bottom: 17px !important;
  }
}

.top-space-36 {
  padding-top: 36px !important;
}

@media (max-width: 767px) {
  .top-space-36 {
    padding-top: 18px !important;
  }
}

.margin-top-36 {
  margin-top: 36px !important;
}

@media (max-width: 767px) {
  .margin-top-36 {
    margin-top: 18px !important;
  }
}

.bottom-space-36 {
  padding-bottom: 36px !important;
}

@media (max-width: 767px) {
  .bottom-space-36 {
    padding-bottom: 18px !important;
  }
}

.margin-bottom-36 {
  margin-bottom: 36px !important;
}

@media (max-width: 767px) {
  .margin-bottom-36 {
    margin-bottom: 18px !important;
  }
}

.top-space-38 {
  padding-top: 38px !important;
}

@media (max-width: 767px) {
  .top-space-38 {
    padding-top: 19px !important;
  }
}

.margin-top-38 {
  margin-top: 38px !important;
}

@media (max-width: 767px) {
  .margin-top-38 {
    margin-top: 19px !important;
  }
}

.bottom-space-38 {
  padding-bottom: 38px !important;
}

@media (max-width: 767px) {
  .bottom-space-38 {
    padding-bottom: 19px !important;
  }
}

.margin-bottom-38 {
  margin-bottom: 38px !important;
}

@media (max-width: 767px) {
  .margin-bottom-38 {
    margin-bottom: 19px !important;
  }
}

.top-space-40 {
  padding-top: 40px !important;
}

@media (max-width: 767px) {
  .top-space-40 {
    padding-top: 20px !important;
  }
}

.margin-top-40 {
  margin-top: 40px !important;
}

@media (max-width: 767px) {
  .margin-top-40 {
    margin-top: 20px !important;
  }
}

.bottom-space-40 {
  padding-bottom: 40px !important;
}

@media (max-width: 767px) {
  .bottom-space-40 {
    padding-bottom: 20px !important;
  }
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

@media (max-width: 767px) {
  .margin-bottom-40 {
    margin-bottom: 20px !important;
  }
}

.top-space-42 {
  padding-top: 42px !important;
}

@media (max-width: 767px) {
  .top-space-42 {
    padding-top: 21px !important;
  }
}

.margin-top-42 {
  margin-top: 42px !important;
}

@media (max-width: 767px) {
  .margin-top-42 {
    margin-top: 21px !important;
  }
}

.bottom-space-42 {
  padding-bottom: 42px !important;
}

@media (max-width: 767px) {
  .bottom-space-42 {
    padding-bottom: 21px !important;
  }
}

.margin-bottom-42 {
  margin-bottom: 42px !important;
}

@media (max-width: 767px) {
  .margin-bottom-42 {
    margin-bottom: 21px !important;
  }
}

.top-space-44 {
  padding-top: 44px !important;
}

@media (max-width: 767px) {
  .top-space-44 {
    padding-top: 22px !important;
  }
}

.margin-top-44 {
  margin-top: 44px !important;
}

@media (max-width: 767px) {
  .margin-top-44 {
    margin-top: 22px !important;
  }
}

.bottom-space-44 {
  padding-bottom: 44px !important;
}

@media (max-width: 767px) {
  .bottom-space-44 {
    padding-bottom: 22px !important;
  }
}

.margin-bottom-44 {
  margin-bottom: 44px !important;
}

@media (max-width: 767px) {
  .margin-bottom-44 {
    margin-bottom: 22px !important;
  }
}

.top-space-46 {
  padding-top: 46px !important;
}

@media (max-width: 767px) {
  .top-space-46 {
    padding-top: 23px !important;
  }
}

.margin-top-46 {
  margin-top: 46px !important;
}

@media (max-width: 767px) {
  .margin-top-46 {
    margin-top: 23px !important;
  }
}

.bottom-space-46 {
  padding-bottom: 46px !important;
}

@media (max-width: 767px) {
  .bottom-space-46 {
    padding-bottom: 23px !important;
  }
}

.margin-bottom-46 {
  margin-bottom: 46px !important;
}

@media (max-width: 767px) {
  .margin-bottom-46 {
    margin-bottom: 23px !important;
  }
}

.top-space-48 {
  padding-top: 48px !important;
}

@media (max-width: 767px) {
  .top-space-48 {
    padding-top: 24px !important;
  }
}

.margin-top-48 {
  margin-top: 48px !important;
}

@media (max-width: 767px) {
  .margin-top-48 {
    margin-top: 24px !important;
  }
}

.bottom-space-48 {
  padding-bottom: 48px !important;
}

@media (max-width: 767px) {
  .bottom-space-48 {
    padding-bottom: 24px !important;
  }
}

.margin-bottom-48 {
  margin-bottom: 48px !important;
}

@media (max-width: 767px) {
  .margin-bottom-48 {
    margin-bottom: 24px !important;
  }
}

.top-space-50 {
  padding-top: 50px !important;
}

@media (max-width: 767px) {
  .top-space-50 {
    padding-top: 25px !important;
  }
}

.margin-top-50 {
  margin-top: 50px !important;
}

@media (max-width: 767px) {
  .margin-top-50 {
    margin-top: 25px !important;
  }
}

.bottom-space-50 {
  padding-bottom: 50px !important;
}

@media (max-width: 767px) {
  .bottom-space-50 {
    padding-bottom: 25px !important;
  }
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

@media (max-width: 767px) {
  .margin-bottom-50 {
    margin-bottom: 25px !important;
  }
}

.top-space-52 {
  padding-top: 52px !important;
}

@media (max-width: 767px) {
  .top-space-52 {
    padding-top: 26px !important;
  }
}

.margin-top-52 {
  margin-top: 52px !important;
}

@media (max-width: 767px) {
  .margin-top-52 {
    margin-top: 26px !important;
  }
}

.bottom-space-52 {
  padding-bottom: 52px !important;
}

@media (max-width: 767px) {
  .bottom-space-52 {
    padding-bottom: 26px !important;
  }
}

.margin-bottom-52 {
  margin-bottom: 52px !important;
}

@media (max-width: 767px) {
  .margin-bottom-52 {
    margin-bottom: 26px !important;
  }
}

.top-space-54 {
  padding-top: 54px !important;
}

@media (max-width: 767px) {
  .top-space-54 {
    padding-top: 27px !important;
  }
}

.margin-top-54 {
  margin-top: 54px !important;
}

@media (max-width: 767px) {
  .margin-top-54 {
    margin-top: 27px !important;
  }
}

.bottom-space-54 {
  padding-bottom: 54px !important;
}

@media (max-width: 767px) {
  .bottom-space-54 {
    padding-bottom: 27px !important;
  }
}

.margin-bottom-54 {
  margin-bottom: 54px !important;
}

@media (max-width: 767px) {
  .margin-bottom-54 {
    margin-bottom: 27px !important;
  }
}

.top-space-56 {
  padding-top: 56px !important;
}

@media (max-width: 767px) {
  .top-space-56 {
    padding-top: 28px !important;
  }
}

.margin-top-56 {
  margin-top: 56px !important;
}

@media (max-width: 767px) {
  .margin-top-56 {
    margin-top: 28px !important;
  }
}

.bottom-space-56 {
  padding-bottom: 56px !important;
}

@media (max-width: 767px) {
  .bottom-space-56 {
    padding-bottom: 28px !important;
  }
}

.margin-bottom-56 {
  margin-bottom: 56px !important;
}

@media (max-width: 767px) {
  .margin-bottom-56 {
    margin-bottom: 28px !important;
  }
}

.top-space-58 {
  padding-top: 58px !important;
}

@media (max-width: 767px) {
  .top-space-58 {
    padding-top: 29px !important;
  }
}

.margin-top-58 {
  margin-top: 58px !important;
}

@media (max-width: 767px) {
  .margin-top-58 {
    margin-top: 29px !important;
  }
}

.bottom-space-58 {
  padding-bottom: 58px !important;
}

@media (max-width: 767px) {
  .bottom-space-58 {
    padding-bottom: 29px !important;
  }
}

.margin-bottom-58 {
  margin-bottom: 58px !important;
}

@media (max-width: 767px) {
  .margin-bottom-58 {
    margin-bottom: 29px !important;
  }
}

.top-space-60 {
  padding-top: 60px !important;
}

@media (max-width: 767px) {
  .top-space-60 {
    padding-top: 30px !important;
  }
}

.margin-top-60 {
  margin-top: 60px !important;
}

@media (max-width: 767px) {
  .margin-top-60 {
    margin-top: 30px !important;
  }
}

.bottom-space-60 {
  padding-bottom: 60px !important;
}

@media (max-width: 767px) {
  .bottom-space-60 {
    padding-bottom: 30px !important;
  }
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

@media (max-width: 767px) {
  .margin-bottom-60 {
    margin-bottom: 30px !important;
  }
}

.top-space-62 {
  padding-top: 62px !important;
}

@media (max-width: 767px) {
  .top-space-62 {
    padding-top: 31px !important;
  }
}

.margin-top-62 {
  margin-top: 62px !important;
}

@media (max-width: 767px) {
  .margin-top-62 {
    margin-top: 31px !important;
  }
}

.bottom-space-62 {
  padding-bottom: 62px !important;
}

@media (max-width: 767px) {
  .bottom-space-62 {
    padding-bottom: 31px !important;
  }
}

.margin-bottom-62 {
  margin-bottom: 62px !important;
}

@media (max-width: 767px) {
  .margin-bottom-62 {
    margin-bottom: 31px !important;
  }
}

.top-space-64 {
  padding-top: 64px !important;
}

@media (max-width: 767px) {
  .top-space-64 {
    padding-top: 32px !important;
  }
}

.margin-top-64 {
  margin-top: 64px !important;
}

@media (max-width: 767px) {
  .margin-top-64 {
    margin-top: 32px !important;
  }
}

.bottom-space-64 {
  padding-bottom: 64px !important;
}

@media (max-width: 767px) {
  .bottom-space-64 {
    padding-bottom: 32px !important;
  }
}

.margin-bottom-64 {
  margin-bottom: 64px !important;
}

@media (max-width: 767px) {
  .margin-bottom-64 {
    margin-bottom: 32px !important;
  }
}

.top-space-66 {
  padding-top: 66px !important;
}

@media (max-width: 767px) {
  .top-space-66 {
    padding-top: 33px !important;
  }
}

.margin-top-66 {
  margin-top: 66px !important;
}

@media (max-width: 767px) {
  .margin-top-66 {
    margin-top: 33px !important;
  }
}

.bottom-space-66 {
  padding-bottom: 66px !important;
}

@media (max-width: 767px) {
  .bottom-space-66 {
    padding-bottom: 33px !important;
  }
}

.margin-bottom-66 {
  margin-bottom: 66px !important;
}

@media (max-width: 767px) {
  .margin-bottom-66 {
    margin-bottom: 33px !important;
  }
}

.top-space-68 {
  padding-top: 68px !important;
}

@media (max-width: 767px) {
  .top-space-68 {
    padding-top: 34px !important;
  }
}

.margin-top-68 {
  margin-top: 68px !important;
}

@media (max-width: 767px) {
  .margin-top-68 {
    margin-top: 34px !important;
  }
}

.bottom-space-68 {
  padding-bottom: 68px !important;
}

@media (max-width: 767px) {
  .bottom-space-68 {
    padding-bottom: 34px !important;
  }
}

.margin-bottom-68 {
  margin-bottom: 68px !important;
}

@media (max-width: 767px) {
  .margin-bottom-68 {
    margin-bottom: 34px !important;
  }
}

.top-space-70 {
  padding-top: 70px !important;
}

@media (max-width: 767px) {
  .top-space-70 {
    padding-top: 35px !important;
  }
}

.margin-top-70 {
  margin-top: 70px !important;
}

@media (max-width: 767px) {
  .margin-top-70 {
    margin-top: 35px !important;
  }
}

.bottom-space-70 {
  padding-bottom: 70px !important;
}

@media (max-width: 767px) {
  .bottom-space-70 {
    padding-bottom: 35px !important;
  }
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

@media (max-width: 767px) {
  .margin-bottom-70 {
    margin-bottom: 35px !important;
  }
}

.top-space-72 {
  padding-top: 72px !important;
}

@media (max-width: 767px) {
  .top-space-72 {
    padding-top: 36px !important;
  }
}

.margin-top-72 {
  margin-top: 72px !important;
}

@media (max-width: 767px) {
  .margin-top-72 {
    margin-top: 36px !important;
  }
}

.bottom-space-72 {
  padding-bottom: 72px !important;
}

@media (max-width: 767px) {
  .bottom-space-72 {
    padding-bottom: 36px !important;
  }
}

.margin-bottom-72 {
  margin-bottom: 72px !important;
}

@media (max-width: 767px) {
  .margin-bottom-72 {
    margin-bottom: 36px !important;
  }
}

.top-space-74 {
  padding-top: 74px !important;
}

@media (max-width: 767px) {
  .top-space-74 {
    padding-top: 37px !important;
  }
}

.margin-top-74 {
  margin-top: 74px !important;
}

@media (max-width: 767px) {
  .margin-top-74 {
    margin-top: 37px !important;
  }
}

.bottom-space-74 {
  padding-bottom: 74px !important;
}

@media (max-width: 767px) {
  .bottom-space-74 {
    padding-bottom: 37px !important;
  }
}

.margin-bottom-74 {
  margin-bottom: 74px !important;
}

@media (max-width: 767px) {
  .margin-bottom-74 {
    margin-bottom: 37px !important;
  }
}

.top-space-76 {
  padding-top: 76px !important;
}

@media (max-width: 767px) {
  .top-space-76 {
    padding-top: 38px !important;
  }
}

.margin-top-76 {
  margin-top: 76px !important;
}

@media (max-width: 767px) {
  .margin-top-76 {
    margin-top: 38px !important;
  }
}

.bottom-space-76 {
  padding-bottom: 76px !important;
}

@media (max-width: 767px) {
  .bottom-space-76 {
    padding-bottom: 38px !important;
  }
}

.margin-bottom-76 {
  margin-bottom: 76px !important;
}

@media (max-width: 767px) {
  .margin-bottom-76 {
    margin-bottom: 38px !important;
  }
}

.top-space-78 {
  padding-top: 78px !important;
}

@media (max-width: 767px) {
  .top-space-78 {
    padding-top: 39px !important;
  }
}

.margin-top-78 {
  margin-top: 78px !important;
}

@media (max-width: 767px) {
  .margin-top-78 {
    margin-top: 39px !important;
  }
}

.bottom-space-78 {
  padding-bottom: 78px !important;
}

@media (max-width: 767px) {
  .bottom-space-78 {
    padding-bottom: 39px !important;
  }
}

.margin-bottom-78 {
  margin-bottom: 78px !important;
}

@media (max-width: 767px) {
  .margin-bottom-78 {
    margin-bottom: 39px !important;
  }
}

.top-space-80 {
  padding-top: 80px !important;
}

@media (max-width: 767px) {
  .top-space-80 {
    padding-top: 40px !important;
  }
}

.margin-top-80 {
  margin-top: 80px !important;
}

@media (max-width: 767px) {
  .margin-top-80 {
    margin-top: 40px !important;
  }
}

.bottom-space-80 {
  padding-bottom: 80px !important;
}

@media (max-width: 767px) {
  .bottom-space-80 {
    padding-bottom: 40px !important;
  }
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

@media (max-width: 767px) {
  .margin-bottom-80 {
    margin-bottom: 40px !important;
  }
}

.top-space-82 {
  padding-top: 82px !important;
}

@media (max-width: 767px) {
  .top-space-82 {
    padding-top: 41px !important;
  }
}

.margin-top-82 {
  margin-top: 82px !important;
}

@media (max-width: 767px) {
  .margin-top-82 {
    margin-top: 41px !important;
  }
}

.bottom-space-82 {
  padding-bottom: 82px !important;
}

@media (max-width: 767px) {
  .bottom-space-82 {
    padding-bottom: 41px !important;
  }
}

.margin-bottom-82 {
  margin-bottom: 82px !important;
}

@media (max-width: 767px) {
  .margin-bottom-82 {
    margin-bottom: 41px !important;
  }
}

.top-space-84 {
  padding-top: 84px !important;
}

@media (max-width: 767px) {
  .top-space-84 {
    padding-top: 42px !important;
  }
}

.margin-top-84 {
  margin-top: 84px !important;
}

@media (max-width: 767px) {
  .margin-top-84 {
    margin-top: 42px !important;
  }
}

.bottom-space-84 {
  padding-bottom: 84px !important;
}

@media (max-width: 767px) {
  .bottom-space-84 {
    padding-bottom: 42px !important;
  }
}

.margin-bottom-84 {
  margin-bottom: 84px !important;
}

@media (max-width: 767px) {
  .margin-bottom-84 {
    margin-bottom: 42px !important;
  }
}

.top-space-86 {
  padding-top: 86px !important;
}

@media (max-width: 767px) {
  .top-space-86 {
    padding-top: 43px !important;
  }
}

.margin-top-86 {
  margin-top: 86px !important;
}

@media (max-width: 767px) {
  .margin-top-86 {
    margin-top: 43px !important;
  }
}

.bottom-space-86 {
  padding-bottom: 86px !important;
}

@media (max-width: 767px) {
  .bottom-space-86 {
    padding-bottom: 43px !important;
  }
}

.margin-bottom-86 {
  margin-bottom: 86px !important;
}

@media (max-width: 767px) {
  .margin-bottom-86 {
    margin-bottom: 43px !important;
  }
}

.top-space-88 {
  padding-top: 88px !important;
}

@media (max-width: 767px) {
  .top-space-88 {
    padding-top: 44px !important;
  }
}

.margin-top-88 {
  margin-top: 88px !important;
}

@media (max-width: 767px) {
  .margin-top-88 {
    margin-top: 44px !important;
  }
}

.bottom-space-88 {
  padding-bottom: 88px !important;
}

@media (max-width: 767px) {
  .bottom-space-88 {
    padding-bottom: 44px !important;
  }
}

.margin-bottom-88 {
  margin-bottom: 88px !important;
}

@media (max-width: 767px) {
  .margin-bottom-88 {
    margin-bottom: 44px !important;
  }
}

.top-space-90 {
  padding-top: 90px !important;
}

@media (max-width: 767px) {
  .top-space-90 {
    padding-top: 45px !important;
  }
}

.margin-top-90 {
  margin-top: 90px !important;
}

@media (max-width: 767px) {
  .margin-top-90 {
    margin-top: 45px !important;
  }
}

.bottom-space-90 {
  padding-bottom: 90px !important;
}

@media (max-width: 767px) {
  .bottom-space-90 {
    padding-bottom: 45px !important;
  }
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

@media (max-width: 767px) {
  .margin-bottom-90 {
    margin-bottom: 45px !important;
  }
}

.top-space-92 {
  padding-top: 92px !important;
}

@media (max-width: 767px) {
  .top-space-92 {
    padding-top: 46px !important;
  }
}

.margin-top-92 {
  margin-top: 92px !important;
}

@media (max-width: 767px) {
  .margin-top-92 {
    margin-top: 46px !important;
  }
}

.bottom-space-92 {
  padding-bottom: 92px !important;
}

@media (max-width: 767px) {
  .bottom-space-92 {
    padding-bottom: 46px !important;
  }
}

.margin-bottom-92 {
  margin-bottom: 92px !important;
}

@media (max-width: 767px) {
  .margin-bottom-92 {
    margin-bottom: 46px !important;
  }
}

.top-space-94 {
  padding-top: 94px !important;
}

@media (max-width: 767px) {
  .top-space-94 {
    padding-top: 47px !important;
  }
}

.margin-top-94 {
  margin-top: 94px !important;
}

@media (max-width: 767px) {
  .margin-top-94 {
    margin-top: 47px !important;
  }
}

.bottom-space-94 {
  padding-bottom: 94px !important;
}

@media (max-width: 767px) {
  .bottom-space-94 {
    padding-bottom: 47px !important;
  }
}

.margin-bottom-94 {
  margin-bottom: 94px !important;
}

@media (max-width: 767px) {
  .margin-bottom-94 {
    margin-bottom: 47px !important;
  }
}

.top-space-96 {
  padding-top: 96px !important;
}

@media (max-width: 767px) {
  .top-space-96 {
    padding-top: 48px !important;
  }
}

.margin-top-96 {
  margin-top: 96px !important;
}

@media (max-width: 767px) {
  .margin-top-96 {
    margin-top: 48px !important;
  }
}

.bottom-space-96 {
  padding-bottom: 96px !important;
}

@media (max-width: 767px) {
  .bottom-space-96 {
    padding-bottom: 48px !important;
  }
}

.margin-bottom-96 {
  margin-bottom: 96px !important;
}

@media (max-width: 767px) {
  .margin-bottom-96 {
    margin-bottom: 48px !important;
  }
}

.top-space-98 {
  padding-top: 98px !important;
}

@media (max-width: 767px) {
  .top-space-98 {
    padding-top: 49px !important;
  }
}

.margin-top-98 {
  margin-top: 98px !important;
}

@media (max-width: 767px) {
  .margin-top-98 {
    margin-top: 49px !important;
  }
}

.bottom-space-98 {
  padding-bottom: 98px !important;
}

@media (max-width: 767px) {
  .bottom-space-98 {
    padding-bottom: 49px !important;
  }
}

.margin-bottom-98 {
  margin-bottom: 98px !important;
}

@media (max-width: 767px) {
  .margin-bottom-98 {
    margin-bottom: 49px !important;
  }
}

.top-space-100 {
  padding-top: 100px !important;
}

@media (max-width: 767px) {
  .top-space-100 {
    padding-top: 50px !important;
  }
}

.margin-top-100 {
  margin-top: 100px !important;
}

@media (max-width: 767px) {
  .margin-top-100 {
    margin-top: 50px !important;
  }
}

.bottom-space-100 {
  padding-bottom: 100px !important;
}

@media (max-width: 767px) {
  .bottom-space-100 {
    padding-bottom: 50px !important;
  }
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 767px) {
  .margin-bottom-100 {
    margin-bottom: 50px !important;
  }
}

.top-space-102 {
  padding-top: 102px !important;
}

@media (max-width: 767px) {
  .top-space-102 {
    padding-top: 51px !important;
  }
}

.margin-top-102 {
  margin-top: 102px !important;
}

@media (max-width: 767px) {
  .margin-top-102 {
    margin-top: 51px !important;
  }
}

.bottom-space-102 {
  padding-bottom: 102px !important;
}

@media (max-width: 767px) {
  .bottom-space-102 {
    padding-bottom: 51px !important;
  }
}

.margin-bottom-102 {
  margin-bottom: 102px !important;
}

@media (max-width: 767px) {
  .margin-bottom-102 {
    margin-bottom: 51px !important;
  }
}

.top-space-104 {
  padding-top: 104px !important;
}

@media (max-width: 767px) {
  .top-space-104 {
    padding-top: 52px !important;
  }
}

.margin-top-104 {
  margin-top: 104px !important;
}

@media (max-width: 767px) {
  .margin-top-104 {
    margin-top: 52px !important;
  }
}

.bottom-space-104 {
  padding-bottom: 104px !important;
}

@media (max-width: 767px) {
  .bottom-space-104 {
    padding-bottom: 52px !important;
  }
}

.margin-bottom-104 {
  margin-bottom: 104px !important;
}

@media (max-width: 767px) {
  .margin-bottom-104 {
    margin-bottom: 52px !important;
  }
}

.top-space-106 {
  padding-top: 106px !important;
}

@media (max-width: 767px) {
  .top-space-106 {
    padding-top: 53px !important;
  }
}

.margin-top-106 {
  margin-top: 106px !important;
}

@media (max-width: 767px) {
  .margin-top-106 {
    margin-top: 53px !important;
  }
}

.bottom-space-106 {
  padding-bottom: 106px !important;
}

@media (max-width: 767px) {
  .bottom-space-106 {
    padding-bottom: 53px !important;
  }
}

.margin-bottom-106 {
  margin-bottom: 106px !important;
}

@media (max-width: 767px) {
  .margin-bottom-106 {
    margin-bottom: 53px !important;
  }
}

.top-space-108 {
  padding-top: 108px !important;
}

@media (max-width: 767px) {
  .top-space-108 {
    padding-top: 54px !important;
  }
}

.margin-top-108 {
  margin-top: 108px !important;
}

@media (max-width: 767px) {
  .margin-top-108 {
    margin-top: 54px !important;
  }
}

.bottom-space-108 {
  padding-bottom: 108px !important;
}

@media (max-width: 767px) {
  .bottom-space-108 {
    padding-bottom: 54px !important;
  }
}

.margin-bottom-108 {
  margin-bottom: 108px !important;
}

@media (max-width: 767px) {
  .margin-bottom-108 {
    margin-bottom: 54px !important;
  }
}

.top-space-110 {
  padding-top: 110px !important;
}

@media (max-width: 767px) {
  .top-space-110 {
    padding-top: 55px !important;
  }
}

.margin-top-110 {
  margin-top: 110px !important;
}

@media (max-width: 767px) {
  .margin-top-110 {
    margin-top: 55px !important;
  }
}

.bottom-space-110 {
  padding-bottom: 110px !important;
}

@media (max-width: 767px) {
  .bottom-space-110 {
    padding-bottom: 55px !important;
  }
}

.margin-bottom-110 {
  margin-bottom: 110px !important;
}

@media (max-width: 767px) {
  .margin-bottom-110 {
    margin-bottom: 55px !important;
  }
}

.top-space-112 {
  padding-top: 112px !important;
}

@media (max-width: 767px) {
  .top-space-112 {
    padding-top: 56px !important;
  }
}

.margin-top-112 {
  margin-top: 112px !important;
}

@media (max-width: 767px) {
  .margin-top-112 {
    margin-top: 56px !important;
  }
}

.bottom-space-112 {
  padding-bottom: 112px !important;
}

@media (max-width: 767px) {
  .bottom-space-112 {
    padding-bottom: 56px !important;
  }
}

.margin-bottom-112 {
  margin-bottom: 112px !important;
}

@media (max-width: 767px) {
  .margin-bottom-112 {
    margin-bottom: 56px !important;
  }
}

.top-space-114 {
  padding-top: 114px !important;
}

@media (max-width: 767px) {
  .top-space-114 {
    padding-top: 57px !important;
  }
}

.margin-top-114 {
  margin-top: 114px !important;
}

@media (max-width: 767px) {
  .margin-top-114 {
    margin-top: 57px !important;
  }
}

.bottom-space-114 {
  padding-bottom: 114px !important;
}

@media (max-width: 767px) {
  .bottom-space-114 {
    padding-bottom: 57px !important;
  }
}

.margin-bottom-114 {
  margin-bottom: 114px !important;
}

@media (max-width: 767px) {
  .margin-bottom-114 {
    margin-bottom: 57px !important;
  }
}

.top-space-116 {
  padding-top: 116px !important;
}

@media (max-width: 767px) {
  .top-space-116 {
    padding-top: 58px !important;
  }
}

.margin-top-116 {
  margin-top: 116px !important;
}

@media (max-width: 767px) {
  .margin-top-116 {
    margin-top: 58px !important;
  }
}

.bottom-space-116 {
  padding-bottom: 116px !important;
}

@media (max-width: 767px) {
  .bottom-space-116 {
    padding-bottom: 58px !important;
  }
}

.margin-bottom-116 {
  margin-bottom: 116px !important;
}

@media (max-width: 767px) {
  .margin-bottom-116 {
    margin-bottom: 58px !important;
  }
}

.top-space-118 {
  padding-top: 118px !important;
}

@media (max-width: 767px) {
  .top-space-118 {
    padding-top: 59px !important;
  }
}

.margin-top-118 {
  margin-top: 118px !important;
}

@media (max-width: 767px) {
  .margin-top-118 {
    margin-top: 59px !important;
  }
}

.bottom-space-118 {
  padding-bottom: 118px !important;
}

@media (max-width: 767px) {
  .bottom-space-118 {
    padding-bottom: 59px !important;
  }
}

.margin-bottom-118 {
  margin-bottom: 118px !important;
}

@media (max-width: 767px) {
  .margin-bottom-118 {
    margin-bottom: 59px !important;
  }
}

.top-space-120 {
  padding-top: 120px !important;
}

@media (max-width: 767px) {
  .top-space-120 {
    padding-top: 60px !important;
  }
}

.margin-top-120 {
  margin-top: 120px !important;
}

@media (max-width: 767px) {
  .margin-top-120 {
    margin-top: 60px !important;
  }
}

.bottom-space-120 {
  padding-bottom: 120px !important;
}

@media (max-width: 767px) {
  .bottom-space-120 {
    padding-bottom: 60px !important;
  }
}

.margin-bottom-120 {
  margin-bottom: 120px !important;
}

@media (max-width: 767px) {
  .margin-bottom-120 {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1199px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 991px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 567px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 567px) {
  .hidden-xs-up {
    display: none !important;
  }
}

header.main-header {
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(101, 119, 140, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

header.main-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 80px;
}

header.main-header a.logo img,
header.main-header a.logo svg {
  width: 88px;
}

header.main-header nav.main-nav {
  display: inline-flex;
  height: 100%;
  align-self: baseline;
}

header.main-header nav.main-nav ul {
  display: flex;
  align-items: center;
}

header.main-header nav.main-nav ul li {
  display: flex;
  align-items: center;
  margin-right: 48px;
  height: 100%;
}

header.main-header nav.main-nav ul li:last-child {
  margin-right: 0;
}

header.main-header nav.main-nav ul li.has-submenu {
  position: relative;
}

header.main-header nav.main-nav ul li.has-submenu a {
  display: inline-flex;
  align-items: center;
}

header.main-header nav.main-nav ul li.has-submenu .arrow {
  will-change: transform;
  transition: transform 0.2s ease-in-out;
}

header.main-header nav.main-nav ul li.has-submenu ul.submenu {
  width: 247px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  z-index: 10;
  padding: 13px 33px 13px 32px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 16px 0 rgba(101, 119, 140, 0.1);
}

header.main-header nav.main-nav ul li.has-submenu ul.submenu li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

header.main-header nav.main-nav ul li.has-submenu ul.submenu li:last-child {
  margin-bottom: 0;
}

header.main-header nav.main-nav ul li.has-submenu ul.submenu li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #FC951B;
  margin-right: 8px;
  flex-shrink: 0;
}

header.main-header nav.main-nav ul li.has-submenu ul.submenu li a {
  font-size: 14px;
  white-space: nowrap;
}

@media (min-width: 991px) {
  header.main-header nav.main-nav ul li.has-submenu:hover a.parent,
  header.main-header nav.main-nav ul li.has-submenu:focus a.parent {
    color: #FC951B;
  }

  header.main-header nav.main-nav ul li.has-submenu:hover .arrow,
  header.main-header nav.main-nav ul li.has-submenu:focus .arrow {
    transform: rotate(-180deg);
  }

  header.main-header nav.main-nav ul li.has-submenu:hover ul.submenu,
  header.main-header nav.main-nav ul li.has-submenu:focus ul.submenu {
    display: flex;
  }

  header.main-header nav.main-nav ul li.has-submenu ul.submenu[aria-hidden=false] {
    display: flex;
  }
}

header.main-header nav.main-nav ul a {
  color: #005AA1;
  font-weight: 700;
  text-decoration: none;
  will-change: color;
  transition: color 0.2s ease-in-out;
}

header.main-header nav.main-nav ul a:hover,
header.main-header nav.main-nav ul a:focus {
  color: #FC951B;
}

header.main-header nav.main-nav ul .arrow {
  color: #FC951B;
  display: inline-block;
  margin-left: 8px;
}

header.main-header .right-bar {
  display: inline-flex;
  align-items: center;
  align-self: baseline;
  height: 100%;
}

header.main-header .right-bar .language-switcher {
  margin-right: 24px;
  position: relative;
}

header.main-header .right-bar .language-switcher span {
  color: #607286;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

header.main-header .right-bar .language-switcher span .arrow {
  display: inline-block;
  margin-left: 8px;
  color: #FC951B;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}

header.main-header .right-bar .language-switcher span.open .arrow {
  transform: rotate(-180deg);
}

header.main-header .right-bar .language-switcher ul {
  display: none;
  width: 100%;
  position: absolute;
  top: 49px;
  left: 0;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 16px 0 rgba(101, 119, 140, 0.1);
  padding: 4px;
  z-index: 100;
}

header.main-header .right-bar .language-switcher ul li {
  text-align: center;
  margin-bottom: 4px;
}

header.main-header .right-bar .language-switcher ul li:last-child {
  margin-bottom: 0;
}

header.main-header .right-bar .language-switcher ul a {
  color: #005AA1;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  will-change: color;
  transition: color 0.3s ease-in-out;
}

header.main-header .right-bar .language-switcher ul a:hover {
  color: #FC951B;
}

.button {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  height: 48px;
  line-height: 48px;
  padding: 0 33px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.button.primary {
  background: linear-gradient(315deg, #005AA1 0%, #008FFF 100%);
  background-size: 100% 100%;
  background-position: 0 0;
}

.button.primary.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 90, 161, 0.3);
}

.button.primary:hover {
  background-size: 300% 100%;
  background-position: 100% 0;
  box-shadow: none;
}

.alert {
  border-radius: 12px;
  padding: 40px 120px;
  margin: 20px 0;
}

.alert p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0 !important;
}

.alert.alert-warning {
  background-color: #FC951B;
}

@media (max-width: 991px) {
  .alert {
    padding: 20px 40px;
  }
}

@media (max-width: 567px) {
  .alert {
    font-size: 14px;
    line-height: 1.2;
    padding: 20px;
  }
}

article.item {
  position: relative;
}

article.item a {
  display: block;
  text-decoration: none;
}

article.item figure {
  margin: 0;
}

article.item figure img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

article.item h3,
article.item h4 {
  color: #005AA1;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1px;
  font-weight: 700;
  margin-top: 29px;
  margin-bottom: 19px;
  padding-left: 24px;
}

article.item .arrow {
  display: block;
  padding-left: 24px;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}

article.item:hover .arrow,
article.item:focus .arrow {
  transform: translateX(15px);
}

article.item .badges {
  display: flex;
  align-items: center;
  position: absolute;
  top: 24px;
  left: 24px;
}

article.item .badges .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: 8px;
  border-radius: 3px;
  height: 26px;
  padding: 0 8px;
}

article.item .badges .badge:last-child {
  margin-right: 0;
}

article.item .badges .badge.info {
  background: linear-gradient(315deg, #FC951B 0%, #FFE600 100%);
}

article.item .badges .badge.new {
  background: linear-gradient(315deg, #005AA1 0%, #008FFF 100%);
}

@media (max-width: 767px) {
  article.item h4 {
    font-size: 18px;
    line-height: 1.2;
  }

  article.item figure img {
    height: auto;
  }
}

.contact-person .contact-profile {
  display: flex;
}

.contact-person .contact-profile figure {
  margin-left: -72px;
  margin-right: 16px;
}

.contact-person .contact-profile figure img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-person .contact-profile p {
  color: #65778C;
  letter-spacing: 0;
  line-height: 28px;
}

.contact-person .contact-profile p:first-of-type {
  margin-top: 0;
  margin-bottom: 5px;
}

.contact-person .contact-profile p:last-of-type {
  color: #607286;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-person a {
  text-decoration: none;
}

.contact-person .phone,
.contact-person .email {
  color: #005AA1;
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.contact-person .phone img,
.contact-person .email img {
  margin-right: 8px;
}

.contact-person .phone a,
.contact-person .email a {
  display: inline-block;
  color: #005AA1;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin-right: 4px;
}

.contact-person .phone a:last-child,
.contact-person .email a:last-child {
  margin-right: 0;
}

.contact-person .phone a:hover,
.contact-person .email a:hover {
  text-decoration: underline;
}

.contact-person .email {
  margin-top: 0;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .contact-person .contact-profile {
    flex-direction: column;
  }

  .contact-person .contact-profile figure {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 567px) {
  .contact-person .phone a,
  .contact-person .email a {
    font-size: 14px;
  }
}

.hamburger {
  width: 25px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-bottom: 0;
}

.hamburger:focus {
  outline: none;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #005AA1;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 8px;
}

.hamburger span:nth-child(4) {
  top: 16px;
}

.hamburger.open {
  position: relative;
  z-index: 101;
}

.hamburger.open span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%;
}

.loader {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.progress-wrap {
  position: fixed;
  display: block;
  cursor: pointer;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  bottom: 25px;
  height: 46px;
  width: 46px;
  border-radius: 46px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-right-side {
  right: 25px;
}

.progress-wrap.btn-left-side {
  left: 50px;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  transition: all 200ms linear;
  stroke: #f9aa1c;
  stroke-width: 4px;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap:after {
  width: 28px;
  height: 28px;
  color: #0c83c6;
  font-size: 24px;
  content: "";
  background-image: url(/img/arrow-up.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 9px;
  top: 9px;
}

.progress-wrap:hover::after {
  color: #0c83c6;
}

/* ==========================================================================
   Accessibility Styles for EU Accessibility Act Compliance
   ========================================================================== */

/* Skip Navigation Links */

.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 9999;
  border-radius: 0 0 4px 4px;
  font-weight: bold;
}

.skip-link:focus {
  top: 6px;
  outline: 3px solid #ffbf47;
  outline-offset: 2px;
}

/* Screen Reader Only Content */

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Enhanced Focus Styles */

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus,
[tabindex]:focus {
  outline: none;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(255, 191, 71, 0.3);
}

/* High Contrast Support */

@media screen and (-ms-high-contrast: active) {
  body {
    background: #fff;
    color: #000;
  }

  a {
    color: #0000ff;
    text-decoration: underline;
  }

  a:visited {
    color: #800080;
  }

  a:hover,
  a:focus {
    color: #ff0000;
    background: #ffff00;
  }

  button {
    background: #fff;
    color: #000;
    border: 2px solid #000;
  }

  button:hover,
  button:focus {
    background: #000;
    color: #fff;
  }
}

/* Reduced Motion Support */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Large Text Support */

@media (min-resolution: 2dppx) {
  body {
    font-size: 18px;
    line-height: 1.6;
  }
}

/* Color Blind Friendly Focus Indicators */

.hamburger:focus,
.cookies-button:focus {
  outline: none;
}

.hamburger:focus-visible,
.cookies-button:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
  background: #ffff00;
}

@media (prefers-color-scheme: dark) {
  .hamburger:focus-visible,
  .cookies-button:focus-visible {
    outline-color: #0066cc;
    background: #fff;
    color: #0066cc;
  }
}

/* Language Switcher Keyboard Focus Only */

.js-lang-switch:focus {
  outline: none;
}

.js-lang-switch:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
  background: #ffff00;
}

@media (prefers-color-scheme: dark) {
  .js-lang-switch:focus-visible {
    outline-color: #0066cc;
    background: #fff;
    color: #0066cc;
  }
}

/* Language Switcher Accessibility */

.language-switcher ul[aria-hidden=true] {
  display: none;
}

.language-switcher ul[aria-hidden=false] {
  display: block;
}

.language-switcher [role=menuitem]:focus {
  outline: none;
}

.language-switcher [role=menuitem]:focus-visible {
  background: #f0f0f0;
  outline: 2px solid #0066cc;
  outline-offset: -2px;
}

/* Form Accessibility Enhancements */

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[required],
textarea[required],
select[required] {
  border-left: 4px solid #d63638;
}

.error {
  color: #d63638;
  font-weight: bold;
  margin-top: 5px;
}

.error::before {
  content: "\26A0   ";
}

/* Loading States */

[aria-busy=true] {
  cursor: wait;
  opacity: 0.6;
}

/* Focus Management for Modals */

.modal[aria-hidden=false] [tabindex="-1"] {
  outline: none;
}

/* Print Styles for Accessibility */

@media print {
  .skip-link,
  .hamburger,
  .language-switcher {
    display: none !important;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

section.main-slider {
  background: #F4F4FD;
  padding-bottom: 200px;
  overflow: hidden;
}

section.main-slider .slick-track {
  display: flex !important;
}

section.main-slider .slick-slide {
  height: inherit !important;
}

section.main-slider .slide {
  padding-top: 140px;
  padding-bottom: 167px;
  position: relative;
  height: 100%;
}

section.main-slider .slide.has-bg {
  background-repeat: no-repeat;
  background-position: center center;
}

section.main-slider .slide.single-image {
  background-size: cover;
}

section.main-slider .slide img.cover {
  position: absolute;
  right: 140px;
  top: 0;
}

section.main-slider .slide img.cover-2 {
  position: absolute;
  right: 0;
  top: -60px;
}

section.main-slider .slide img.cover-3 {
  position: absolute;
  top: 0;
  right: 15px;
}

section.main-slider .slide p.title {
  color: #005AA1;
  font-size: 64px;
  line-height: 72px;
  margin-top: 0;
  margin-bottom: 15px;
}

section.main-slider .slide p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 33px;
}

section.main-slider .slide .content {
  position: relative;
  z-index: 2;
}

section.main-slider .slide .video-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

section.main-slider .slide .video-wrap video {
  width: 125%;
  height: 100%;
}

section.main-slider .slider-nav {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 75px;
  position: absolute;
  left: 15px;
  bottom: 24px;
}

section.main-slider .slider-nav .js-slider-arrows {
  display: flex;
  align-items: center;
}

section.main-slider .slider-nav .slick-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 8px 32px 0 rgba(101, 119, 140, 0.27);
  cursor: pointer;
  position: relative;
  z-index: 10;
}

section.main-slider .slider-nav .slick-arrow:hover,
section.main-slider .slider-nav .slick-arrow:focus {
  box-shadow: none;
}

section.main-slider .slider-nav .slick-arrow.left {
  margin-right: 16px;
}

section.main-slider .slider-nav .js-slider-dots {
  width: 100%;
}

section.main-slider .slider-nav .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

section.main-slider .slider-nav .slick-dots li {
  width: 8px;
  height: 8px;
  background: #607286;
  opacity: 0.5;
  border-radius: 50%;
  margin-right: 8px;
  cursor: pointer;
}

section.main-slider .slider-nav .slick-dots li:last-child {
  margin-right: 0;
}

section.main-slider .slider-nav .slick-dots li.slick-active {
  background-color: #FC951B;
  opacity: 1;
}

section.three-box {
  margin-top: -200px;
}

section.three-box .wrap {
  display: flex;
  border-radius: 12px;
  box-shadow: 0 64px 64px rgba(0, 90, 161, 0.206988);
}

section.three-box .wrap .box {
  width: 33.3333333333%;
  height: 400px;
  position: relative;
  text-decoration: none;
  padding: 48px 56px 59px;
  overflow: hidden;
}

section.three-box .wrap .box figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

section.three-box .wrap .box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30% 100%;
     object-position: 30% 100%;
  will-change: transform;
}

section.three-box .wrap .box .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  height: 100%;
}

section.three-box .wrap .box .content .logo img {
  max-width: 120px;
}

section.three-box .wrap .box .content .title {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.three-box .wrap .box .content .title p {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

section.three-box .wrap .box .content .title .link {
  display: none;
}

section.three-box .wrap .box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 90, 161, 0.9);
  will-change: opacity;
  transition: opacity 0.3s ease-in-out;
}

section.three-box .wrap .box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000000 100%);
  display: none;
}

section.three-box .wrap .box:nth-child(1) {
  border-radius: 12px 0 0 12px;
}

section.three-box .wrap .box:nth-child(1):after,
section.three-box .wrap .box:nth-child(1) img.cover {
  border-radius: 12px 0 0 12px;
}

section.three-box .wrap .box:nth-child(1):before {
  border-bottom-left-radius: 12px;
}

section.three-box .wrap .box:nth-child(3) {
  border-radius: 0 12px 12px 0;
}

section.three-box .wrap .box:nth-child(3):after {
  border-radius: 0 12px 12px 0;
}

section.three-box .wrap .box:hover figure img,
section.three-box .wrap .box:focus figure img {
  transform: scale(1.15);
}

section.three-box .wrap .box:hover:after,
section.three-box .wrap .box:focus:after {
  opacity: 0;
}

section.three-box .wrap .box:hover:before,
section.three-box .wrap .box:focus:before {
  display: block;
}

section.three-box .wrap .box:hover .title,
section.three-box .wrap .box:focus .title {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

section.three-box .wrap .box:hover .title .link,
section.three-box .wrap .box:focus .title .link {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-top: 17px;
}

section.three-box .wrap .box:hover .title .link img,
section.three-box .wrap .box:hover .title .link svg,
section.three-box .wrap .box:focus .title .link img,
section.three-box .wrap .box:focus .title .link svg {
  margin-left: 27px;
}

section.three-box .wrap .box:hover .title .arrow,
section.three-box .wrap .box:focus .title .arrow {
  display: none;
}

section.brand-product-slider {
  padding-bottom: 40px;
}

section.brand-product-slider .container {
  padding-top: 74px;
  overflow-x: hidden;
}

section.brand-product-slider h2 {
  color: #607286;
  font-size: 48px;
  font-weight: 800;
  line-height: 72px;
  letter-spacing: -2px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}

section.brand-product-slider .brand-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 31px;
}

section.brand-product-slider .brand-toggle .brand {
  background-color: #F2F7FA;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 105px;
  padding: 10px 13px;
  margin-right: 8px;
  cursor: pointer;
  border-radius: 8px;
}

section.brand-product-slider .brand-toggle .brand img {
  filter: grayscale(1);
  opacity: 0.4;
}

section.brand-product-slider .brand-toggle .brand:last-child {
  margin-right: 0;
}

section.brand-product-slider .brand-toggle .brand.active {
  background-color: #fff;
  box-shadow: 0 16px 64px rgba(101, 119, 140, 0.271108);
}

section.brand-product-slider .brand-toggle .brand.active img {
  filter: none;
  opacity: 1;
}

section.brand-product-slider .brand-toggle .brand:hover {
  background-color: #fff;
  box-shadow: 0 16px 64px rgba(101, 119, 140, 0.271108);
}

section.brand-product-slider .brand-toggle .brand:hover img {
  filter: none;
  opacity: 1;
}

section.brand-product-slider .slider-wrap {
  width: 100%;
  padding: 50px 0;
}

section.brand-product-slider .slider-wrap .slick-list {
  overflow: visible;
}

section.brand-product-slider .slider-wrap .slide {
  display: flex;
  align-items: flex-end;
  will-change: width, height;
  height: 360px;
}

section.brand-product-slider .slider-wrap .slide figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}

section.brand-product-slider .slider-wrap .slide figure img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.brand-product-slider .slider-wrap .slide figure .tooltip {
  position: absolute;
  right: 40px;
  top: 25px;
}

section.brand-product-slider .slider-wrap .slide figure .tooltip span.toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #FC951B;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

section.brand-product-slider .slider-wrap .slide figure .tooltip span.toggle img,
section.brand-product-slider .slider-wrap .slide figure .tooltip span.toggle svg {
  width: 24px;
  height: 24px;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}

section.brand-product-slider .slider-wrap .slide figure .tooltip span.toggle.open img,
section.brand-product-slider .slider-wrap .slide figure .tooltip span.toggle.open svg {
  transform: rotate(45deg);
}

section.brand-product-slider .slider-wrap .slide figure .tooltip .content {
  display: none;
  position: absolute;
  background: #fff;
  width: 600px;
  left: 0;
  bottom: 0;
  z-index: 4;
  padding: 37px 48px 94px;
  box-shadow: 0 4px 16px 0 rgba(101, 119, 140, 0.1);
  border-radius: 32px;
}

section.brand-product-slider .slider-wrap .slide figure .tooltip .content h6 {
  font-size: 24px;
  font-weight: 700;
  color: #005AA1;
  margin-top: 0;
  margin-bottom: 19px;
  line-height: 32px;
}

section.brand-product-slider .slider-wrap .slide figure .tooltip .content ul li {
  display: flex;
  align-items: baseline;
  color: #607286;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}

section.brand-product-slider .slider-wrap .slide figure .tooltip .content ul li:last-child {
  margin-bottom: 0;
}

section.brand-product-slider .slider-wrap .slide figure .tooltip .content ul li:before {
  color: #FC951B;
  content: "\F164";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin: 8px;
}

section.brand-product-slider .slider-wrap .slide figure .tooltip .content .float-box {
  position: absolute;
  right: 48px;
  top: -45px;
  color: #fff;
  background-color: #FC951B;
  width: 245px;
  text-align: center;
  padding: 18px 30px;
  box-shadow: 0 4px 16px 0 rgba(101, 119, 140, 0.1);
  border-radius: 6px 6px 6px 0;
}

section.brand-product-slider .slider-wrap .slide figure .tooltip .content .float-box span.count {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  position: relative;
  z-index: 2;
}

section.brand-product-slider .slider-wrap .slide figure .tooltip .content .float-box p {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  margin: 1px 0 0;
  position: relative;
  z-index: 2;
}

section.brand-product-slider .slider-wrap .slide figure .tooltip .content .float-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 40px;
  background-color: #FC951B;
  border-radius: 0 0 0 25px;
  transform: skewY(-50deg);
  z-index: 1;
}

section.brand-product-slider .slider-wrap .slide:not(.slick-current) figure {
  height: 192px;
  transform: translateY(-50px);
}

section.brand-product-slider .slider-wrap .slide:not(.slick-current) figure .tooltip {
  display: none;
}

section.brand-product-slider .slider-wrap .slide.slick-current figure {
  height: 360px;
  position: relative;
}

section.info-two-columns {
  margin-top: 60px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

section.info-two-columns img.cover {
  position: absolute;
  right: 0;
  top: 0;
}

section.info-two-columns .title {
  margin-top: 58px;
  margin-bottom: 145px;
}

section.info-two-columns .title h2 {
  color: #607286;
  font-size: 64px;
  line-height: 72px;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: left;
  letter-spacing: -2px;
}

section.info-two-columns .column {
  padding: 0;
}

section.info-two-columns .column:nth-child(2) {
  margin-top: -200px;
}

section.work {
  background-color: #F2F7FA;
  padding-top: 122px;
  padding-bottom: 91px;
  position: relative;
  overflow: hidden;
}

section.work .cover {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 0;
  z-index: 10;
  left: 25%;
}

section.work h6 {
  color: #FC951B;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  margin-top: 37px;
  margin-bottom: 25px;
}

section.work .positions p {
  font-family: "Georgia", sans-serif;
  font-style: italic;
  color: #607286;
  font-size: 16px;
  line-height: 30px;
  background-color: #fff;
  margin: 0;
  padding: 24px 40px;
  border-radius: 6px;
}

section.work .positions ul {
  margin-bottom: 34px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
  z-index: 20;
}

section.work .positions ul li {
  font-size: 16px;
  line-height: 30px;
  color: #005AA1;
  padding-left: 38px;
  text-indent: -38px;
}

section.work .positions ul li:before {
  content: url("/img/slick-right.svg");
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: 3px;
}

section.work p {
  color: #607286;
  font-size: 16px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 26px;
}

section.work .benefits ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 37px;
  position: relative;
  z-index: 20;
}

section.work .benefits ul li {
  display: flex;
  align-items: center;
  color: #FC951B;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 24px;
}

section.work .benefits ul li:last-child {
  margin-bottom: 0;
}

section.work .benefits ul li:before {
  background-image: url("/img/check-alt.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "";
  font-weight: 900;
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 16px;
  box-shadow: 0 8px 24px 0 rgba(101, 119, 140, 0.15);
  flex-shrink: 0;
}

section.work a {
  position: relative;
  z-index: 10;
}

section.work .link {
  color: #005AA1;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-left: 32px;
}

section.work .link:hover,
section.work .link:focus {
  text-decoration: none;
}

section.work .images {
  display: flex;
  align-items: center;
  margin-top: 64px;
  position: relative;
  z-index: 10;
}

section.work .images figure {
  flex-basis: 50%;
  background-color: #fff;
  margin: 0;
  padding: 16px 12px;
  text-align: center;
  height: 105px;
}

section.work .images figure:first-of-type {
  margin-right: 2px;
  border-radius: 8px 0 0 8px;
}

section.work .images figure:last-of-type {
  border-radius: 0 8px 8px 0;
}

section.work .images figure figcaption {
  color: #FC951B;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-top: 16px;
}

section.icons {
  padding-top: 90px;
  padding-bottom: 60px;
}

section.icons .item {
  text-align: center;
}

section.icons .item figure {
  margin: 0 0 15px 0;
}

section.icons .item figure img,
section.icons .item figure svg {
  width: 88px;
  height: 88px;
}

section.icons .item div.number {
  color: #FC951B;
  font-size: 48px;
  font-weight: 800;
  line-height: 64px;
  letter-spacing: -1.33px;
  margin-bottom: 9px;
}

section.icons .item p {
  color: #607286;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.75px;
  margin: 0;
}

section.slider-history {
  padding-top: 54px;
  overflow: hidden;
}

section.slider-history h2 {
  color: #607286;
  font-size: 64px;
  font-weight: 800;
  line-height: 72px;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 72px;
  text-align: center;
}

section.slider-history .slider-history-wrap {
  position: relative;
}

section.slider-history .slider-history-wrap .slick-list {
  overflow: visible;
}

section.slider-history .slider-history-wrap .slide {
  max-width: 1440px;
  margin: auto;
  will-change: opacity;
}

section.slider-history .slider-history-wrap .slide:not(.slick-current) {
  opacity: 0;
}

section.slider-history .slider-history-wrap .slide.slick-current {
  opacity: 1;
}

section.slider-history .slider-history-wrap .slide figure {
  width: 450px;
  margin: 0 auto;
  text-align: center;
  padding: 16px 15px 28px;
  background-color: #fff;
  box-shadow: 0 48px 64px 0 rgba(101, 119, 140, 0.27);
  border-radius: 12px;
  position: relative;
}

section.slider-history .slider-history-wrap .slide figure img {
  display: block;
  margin: auto;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.slider-history .slider-history-wrap .slide figure span.year {
  color: #fff;
  display: block;
  font-size: 114px;
  font-weight: 500;
  letter-spacing: -7.92px;
  opacity: 0.35;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.slider-history .slider-history-wrap .slide figure figcaption {
  color: #005AA1;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  margin: 28px 0 0;
  text-align: center;
}

section.slider-history .slider-history-wrap .slider-history-arrows {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

section.slider-history .slider-history-wrap .slider-history-arrows .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background-color: #FC951B;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  box-shadow: 0 48px 64px 0 rgba(101, 119, 140, 0.27);
}

section.slider-history .slider-history-wrap .slider-history-arrows .slick-arrow.left {
  left: -43px;
}

section.slider-history .slider-history-wrap .slider-history-arrows .slick-arrow.right {
  right: -43px;
}

@media (max-width: 1199px) {
  section.slider-history .slider-history-wrap .slider-history-arrows .slick-arrow {
    width: 50px;
    height: 50px;
  }
}

section.slider-history .timeline {
  width: 100%;
  display: inline-block;
}

section.slider-history .timeline .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}

section.slider-history .timeline .timeline-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0 9px 0;
  overflow: auto;
  margin-top: 34px;
}

section.slider-history .timeline .timeline-wrap::-webkit-scrollbar {
  width: 0;
}

section.slider-history .timeline .timeline-wrap::-webkit-scrollbar {
  display: none;
}

section.slider-history .timeline .timeline-wrap .slick-track {
  padding-top: 45px;
}

section.slider-history .timeline .item {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}

section.slider-history .timeline .item:hover span {
  background-color: #FC951B;
}

section.slider-history .timeline .item span {
  width: 2px;
  height: 16px;
  background-color: #607286;
  margin-right: 8px;
  opacity: 0.5;
  flex-shrink: 0;
  will-change: color, height, opacity;
  transition: all 0.1s ease-in-out;
}

section.slider-history .timeline .item span.year {
  opacity: 1;
  position: relative;
  cursor: pointer;
  height: 32px;
}

section.slider-history .timeline .item span.year:before {
  font-size: 12px;
  content: attr(data-year);
  position: absolute;
  top: -20px;
  left: -50%;
  transform: translateX(-50%);
  opacity: 0.64;
  letter-spacing: -0.83px;
  line-height: 15px;
  will-change: opacity, font-size;
  transition: all 0.1s ease-in-out;
}

section.slider-history .timeline .item.slick-current span:nth-child(4),
section.slider-history .timeline .item.slick-current span:nth-child(8) {
  background-color: #FC951B;
  height: 20px;
  opacity: 1;
}

section.slider-history .timeline .item.slick-current span:nth-child(5),
section.slider-history .timeline .item.slick-current span:nth-child(7) {
  background-color: #FC951B;
  height: 24px;
  opacity: 1;
}

section.slider-history .timeline .item.slick-current span.year {
  background-color: #FC951B;
  opacity: 1;
  height: 32px;
}

section.slider-history .timeline .item.slick-current span.year:before {
  font-family: "Lexend", sans-serif;
  letter-spacing: -1.67px;
  font-size: 24px;
  color: #FC951B;
  opacity: 1;
  top: -25px;
}

section.slider-history .timeline .item.slick-current span.year:after {
  content: url("/img/slick-arrow.svg");
  position: absolute;
  top: -54px;
  left: -50%;
  transform: translateX(-50%);
}

section.positions {
  background-color: #005AA1;
  padding-top: 80px;
  padding-bottom: 88px;
}

section.positions .row {
  margin-left: -12px;
  margin-right: -12px;
}

section.positions .column {
  padding: 0 12px;
}

section.positions h3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 48px;
}

section.positions a {
  display: block;
  text-decoration: none;
}

section.positions .item {
  display: block;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  height: 100%;
}

section.positions .item:hover figure img,
section.positions .item:focus figure img {
  transform: scale(1.05);
}

section.positions figure {
  margin: 0;
  overflow: hidden;
  height: 218px;
}

section.positions figure img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: transform 0.4s ease-in-out;
}

section.positions .text {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  padding: 24px 15px 32px;
  text-align: center;
}

section.positions .text h4,
section.positions .text h5 {
  color: #005AA1;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.71px;
  margin-top: 0;
  margin-bottom: 8px;
}

section.positions .text span {
  color: #607286;
  display: block;
  margin-bottom: 12px;
}

section.positions .text .link {
  color: #005AA1;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}

section.map {
  position: relative;
}

section.map .map-overlay {
  height: 200px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

section.map .map-overlay:after {
  content: "";
  display: block;
  background: rgba(252, 149, 27, 0.9);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

section.map .map-overlay img {
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: transform 0.3s ease;
}

section.map .map-overlay p {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
  z-index: 100;
}

section.map .map-overlay p span {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  display: block;
  margin-top: 15px;
}

section.map .map-overlay:hover img {
  transform: scale(1.1);
}

section.map .map-wrap {
  display: none;
  position: relative;
  height: 480px;
}

section.map #map {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
}

section.map #map .flag {
  max-width: 40px;
  margin: 0 auto 10px;
}

section.map #map .name {
  font-size: 16px;
  font-weight: 500;
}

section.page-header {
  background-color: #F4F4FD;
  padding: 80px 0;
}

section.page-header h1 {
  color: #005AA1;
  font-weight: 400;
  font-size: 64px;
  line-height: 72px;
  margin-top: 0;
  margin-bottom: 24px;
  text-align: center;
}

section.page-header ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

section.page-header ul li {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

section.page-header ul li:last-child {
  margin-right: 0;
}

section.page-header ul li:first-child:before {
  display: none;
}

section.page-header ul li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #FC951B;
  margin-right: 8px;
}

section.page-header ul li.active a {
  color: #FC951B;
}

section.page-header ul li a {
  color: #005AA1;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  will-change: color;
  transition: color 0.3s ease-in-out;
}

section.page-header ul li a:hover {
  color: #FC951B;
}

section.text {
  padding-top: 64px;
  padding-bottom: 44px;
}

section.text p {
  color: #607286;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  margin: 30px 0;
}

section.text p iframe {
  width: 100% !important;
  max-width: 560px !important;
}

section.text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.text ul li {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  padding-left: 16px;
  text-indent: -16px;
}

section.text ul li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #FC951B;
  margin-right: 8px;
  vertical-align: middle;
}

section.text a:not(.button) {
  color: #005AA1;
  font-weight: 700;
  text-decoration: underline;
}

section.text a:not(.button):hover {
  text-decoration: none;
}

section.text a.button {
  display: block;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: 16px auto;
}

section.text img {
  border-radius: 12px;
}

section.image-slider {
  padding-top: 44px;
  padding-bottom: 60px;
  position: relative;
}

section.image-slider .slick-list {
  margin: 0 -12px;
}

section.image-slider .slide {
  display: block;
}

section.image-slider .slide figure {
  margin: 0 12px;
}

section.image-slider .slide figure img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

section.image-slider .image-slider-arrows-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

section.image-slider .image-slider-arrows-wrap .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background-color: #FC951B;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  box-shadow: 0 48px 64px 0 rgba(101, 119, 140, 0.27);
}

section.image-slider .image-slider-arrows-wrap .slick-arrow.left {
  left: 180px;
}

section.image-slider .image-slider-arrows-wrap .slick-arrow.right {
  right: 180px;
}

@media (max-width: 1199px) {
  section.image-slider .image-slider-arrows-wrap .slick-arrow {
    width: 50px;
    height: 50px;
  }
}

section.image-slider .image-slider-arrows-wrap .image-slider-arrows {
  display: flex;
  justify-content: space-between;
}

section.image-slider .image-slider-arrows-wrap .slick-arrow {
  position: relative;
}

section.two-columns-image-text {
  padding-top: 60px;
  padding-bottom: 60px;
}

section.two-columns-image-text figure {
  margin: 0;
}

section.two-columns-image-text figure img {
  filter: drop-shadow(0px 48px 64px rgba(101, 119, 140, 0.271108));
  border-radius: 12px;
}

section.two-columns-image-text p {
  color: #607286;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0 0 24px;
}

section.two-columns-image-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section.two-columns-image-text ul li {
  line-height: 28px;
  margin-bottom: 8px;
  padding-left: 18px;
  text-indent: -14px;
}

section.two-columns-image-text ul li:last-child {
  margin-bottom: 0;
}

section.two-columns-image-text ul li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #FC951B;
  margin-right: 8px;
  vertical-align: middle;
}

section.text-with-box {
  padding-top: 28px;
  padding-bottom: 40px;
}

section.text-with-box .column {
  padding: 0 12px;
}

section.text-with-box .row {
  margin: 0 -12px;
}

section.text-with-box .heading {
  margin-bottom: 28px;
}

section.text-with-box .box {
  margin-bottom: 24px;
}

section.text-with-box .box figure {
  margin: 0;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 32px 0 rgba(101, 119, 140, 0.1);
  padding: 48px 32px;
  text-align: center;
}

section.text-with-box .box figure img {
  display: block;
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

section.text-with-box .box figure figcaption {
  font-size: 24px;
  color: #005AA1;
  letter-spacing: -0.71px;
  line-height: 32px;
}

section.text-with-box .box figure p {
  line-height: 28px;
  margin-top: 12px;
  margin-bottom: 0;
}

section.certificates {
  padding: 60px 0 30px;
}

section.certificates .certificate {
  display: block;
  text-decoration: none;
  text-align: center;
  margin-bottom: 30px;
}

section.certificates .column {
  padding: 0 12px;
}

section.certificates .row {
  margin: 0 -12px;
  justify-content: center;
}

section.certificates figure {
  margin: 0;
}

section.certificates figure img {
  height: 300px;
  border-radius: 12px;
}

section.certificates figure figcaption {
  color: #005AA1;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 10px;
}

section.certificates figure span {
  color: #607286;
  display: block;
}

section.service-slider {
  padding-top: 60px;
}

section.service-slider .slider-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}

section.service-slider .slider-switcher .item {
  color: #005AA1;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  letter-spacing: 0;
  padding: 0 49px;
  cursor: pointer;
  border-radius: 8px;
  background-color: #F2F7FA;
  margin-right: 24px;
}

section.service-slider .slider-switcher .item:last-child {
  margin-right: 0;
}

section.service-slider .slider-switcher .item.active {
  color: #465D77;
  background-color: #fff;
  box-shadow: 0 12px 32px 0 rgba(101, 119, 140, 0.1);
}

section.service-slider .slick-list {
  border-radius: 12px;
}

section.service-slider figure {
  border-radius: 12px;
}

section.service-slider figure img {
  width: 100%;
  border-radius: 12px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.service-slider .service-slider-wrap {
  position: relative;
}

section.service-slider .service-slider-arrows-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

section.service-slider .service-slider-arrows-wrap .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background-color: #FC951B;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  box-shadow: 0 48px 64px 0 rgba(101, 119, 140, 0.27);
}

section.service-slider .service-slider-arrows-wrap .slick-arrow.left {
  left: 80px;
}

section.service-slider .service-slider-arrows-wrap .slick-arrow.right {
  right: 80px;
}

@media (max-width: 1199px) {
  section.service-slider .service-slider-arrows-wrap .slick-arrow {
    width: 50px;
    height: 50px;
  }
}

section.service-slider .service-slider-arrows-wrap .service-slider-arrows {
  display: flex;
  justify-content: space-between;
}

section.service-slider .service-slider-arrows-wrap .slick-arrow {
  position: relative;
}

section.offices {
  padding-top: 60px;
  padding-bottom: 36px;
}

section.offices .row {
  margin: 0 -12px;
}

section.offices .column {
  padding: 0 12px;
}

section.offices .office {
  display: block;
  background-color: #fff;
  box-shadow: 0 12px 32px 0 rgba(101, 119, 140, 0.1);
  border-radius: 12px;
  text-decoration: none;
  padding: 48px 64px;
  margin-bottom: 24px;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}

section.offices .office:hover {
  transform: translateY(-5px);
}

section.offices .office h5 {
  color: #005AA1;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 24px;
}

section.offices .office p {
  margin-bottom: 24px;
  letter-spacing: 0;
  line-height: 32px;
}

section.offices .office span {
  color: #005AA1;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

section.boxes {
  padding-top: 60px;
  padding-bottom: 36px;
}

section.boxes .column {
  padding: 0 12px;
}

section.boxes .box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-decoration: none;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 12px 32px 0 rgba(101, 119, 140, 0.1);
  text-align: center;
  padding: 48px 92px 24px;
  height: 100%;
  margin-bottom: 24px;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
}

section.boxes .box:hover {
  transform: translateY(-5px);
}

section.boxes .box h5 {
  color: #005AA1;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.71px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 48px;
}

section.boxes .box span {
  color: #005AA1;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}

section.boxes.small {
  padding-bottom: 96px;
}

section.boxes.small .box {
  padding-left: 32px;
  padding-right: 32px;
}

section.positions-table {
  padding-top: 88px;
  padding-bottom: 60px;
}

section.positions-table ul {
  background: #fff;
  box-shadow: 0 12px 32px rgba(101, 119, 140, 0.1);
  border-radius: 12px;
}

section.positions-table ul li {
  background-color: #fff;
}

section.positions-table ul li .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 32px 19px;
  cursor: pointer;
}

section.positions-table ul li .title .left h4 {
  font-size: 16px;
  color: #005AA1;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
}

section.positions-table ul li .title .right {
  display: flex;
}

section.positions-table ul li .title .right p {
  color: #607286;
  margin: 0 32px 0 0;
  letter-spacing: 0;
  line-height: 28px;
}

section.positions-table ul li .title .right .toggle {
  cursor: pointer;
}

section.positions-table ul li .title .right img.minus {
  display: none;
}

section.positions-table ul li .content {
  display: none;
  padding: 0 32px 40px;
}

section.positions-table ul li .content img {
  max-width: 300px;
  display: block;
  margin-bottom: 15px;
}

section.positions-table ul li .content h6 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  color: #465D77;
  margin-bottom: 10px;
}

section.positions-table ul li .content ul {
  padding: 0;
  margin: 0 0 24px 0;
  list-style: none;
  box-shadow: none;
  border-radius: 0;
}

section.positions-table ul li .content ul li {
  color: #607286;
  background-color: #fff;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 5px;
  padding-left: 16px;
  text-indent: -16px;
}

section.positions-table ul li .content ul li:last-child {
  margin-bottom: 0;
}

section.positions-table ul li .content ul li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #FC951B;
  margin-right: 12px;
  vertical-align: middle;
}

section.positions-table ul li .content p {
  margin-top: 0;
  margin-bottom: 24px;
}

section.positions-table ul li:nth-child(even) {
  background-color: #F2F7FA;
}

section.positions-table ul li:nth-child(even) .content ul {
  background-color: #F2F7FA;
}

section.positions-table ul li:nth-child(even) .content ul li {
  background-color: #F2F7FA;
}

section.positions-table ul li.open .title .right .toggle img.plus {
  display: none;
}

section.positions-table ul li.open .title .right .toggle img.minus {
  display: block;
}

section.positions-table ul li.open .content {
  display: block;
}

section.benefits {
  padding: 60px 0;
}

section.benefits ul {
  padding: 0;
  margin: 24px 0 24px 0;
  list-style: none;
}

section.benefits ul li {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 8px;
}

section.benefits ul li:last-child {
  margin-bottom: 0;
}

section.benefits ul li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #FC951B;
  margin-right: 12px;
  flex-shrink: 0;
}

section.benefits h5 {
  color: #465D77;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 24px;
}

section.benefits h5 strong {
  font-weight: 700;
}

section.benefits p {
  margin: 24px 0;
}

section.benefits .alert {
  margin-top: 40px;
  margin-bottom: 0;
}

section.contact-block {
  padding-top: 60px;
  padding-bottom: 80px;
}

section.contact-block h4 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 16px;
}

section.contact-block .container {
  padding-top: 80px;
  border-top: 1px solid rgba(101, 119, 140, 0.3);
}

section.shop-cards {
  padding-top: 120px;
  padding-bottom: 60px;
}

section.shop-cards .column {
  padding: 0 12px;
}

section.shop-cards .card-title p {
  color: #005AA1;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 0;
}

section.shop-cards .card {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px 0 rgba(101, 119, 140, 0.1);
}

section.shop-cards .card figure iframe {
  display: block;
  width: 100%;
  height: 240px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

section.shop-cards .card figure a {
  display: block;
}

section.shop-cards .card figure img {
  width: 100%;
}

section.shop-cards .card .content {
  padding: 48px 64px;
}

section.shop-cards .card .content a {
  text-decoration: none;
}

section.shop-cards .card .content a:not(.button) {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  color: #005AA1;
  margin: 8px 0;
}

section.shop-cards .card .content a:not(.button) img,
section.shop-cards .card .content a:not(.button) svg {
  margin-right: 16px;
}

section.shop-cards .card .content a:not(.button):hover {
  text-decoration: underline;
}

section.shop-cards .card .content a.button {
  margin-top: 32px;
}

section.shop-cards .card .content h4 {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 24px;
}

section.shop-cards .card .content h6 {
  color: #005AA1;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

section.shop-cards .card .content p {
  color: #607286;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 16px;
}

section.shop-slider {
  padding: 60px 0 20px;
}

section.shop-slider .shop-main-slider-wrap {
  position: relative;
}

section.shop-slider .shop-main-slider {
  display: flex;
}

section.shop-slider .shop-main-slider .slide {
  height: 580px;
}

section.shop-slider .shop-main-slider .slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 580px;
}

section.shop-slider .shop-nav-slider {
  width: 100%;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

section.shop-slider .shop-nav-slider .slick-list {
  padding: 0 12px;
}

section.shop-slider .shop-nav-slider .slide {
  margin: 24px 12px 40px;
  border-radius: 8px;
  cursor: pointer;
  background: transparent;
}

section.shop-slider .shop-nav-slider .slide img {
  width: 96px;
  height: 64px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.shop-slider .shop-nav-slider .slide.slick-current img {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.271108);
}

section.shop-slider .shop-slider-arrows-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

section.shop-slider .shop-slider-arrows-wrap .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background-color: #FC951B;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  box-shadow: 0 48px 64px 0 rgba(101, 119, 140, 0.27);
}

section.shop-slider .shop-slider-arrows-wrap .slick-arrow.left {
  left: 0;
}

section.shop-slider .shop-slider-arrows-wrap .slick-arrow.right {
  right: 0;
}

@media (max-width: 1199px) {
  section.shop-slider .shop-slider-arrows-wrap .slick-arrow {
    width: 50px;
    height: 50px;
  }
}

section.shop-slider .shop-slider-arrows-wrap .shop-slider-arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.shop-slider .shop-slider-arrows-wrap .shop-slider-arrows .slick-arrow {
  position: static;
}

section.posts .categories,
section.documents .categories {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}

section.posts .categories a,
section.documents .categories a {
  min-width: 216px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #005AA1;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 8px;
  background-color: #F2F7FA;
  text-decoration: none;
  margin-right: 24px;
  min-height: 48px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all 0.3s ease-in-out;
}

section.posts .categories a.back,
section.documents .categories a.back {
  display: inline-flex;
  align-items: center;
}

section.posts .categories a.back i,
section.documents .categories a.back i {
  color: #FC951B;
  margin-right: 6px;
  will-change: transform;
  transition: transform 0.3s ease;
  position: relative;
  top: -1px;
}

section.posts .categories a.back:hover i,
section.posts .categories a.back:focus i,
section.documents .categories a.back:hover i,
section.documents .categories a.back:focus i {
  transform: translateX(-3px);
}

section.posts .categories a:last-child,
section.documents .categories a:last-child {
  margin-right: 0;
}

section.posts .categories a:hover,
section.documents .categories a:hover {
  color: #465D77;
  background-color: #fff;
  box-shadow: 0 12px 32px 0 rgba(101, 119, 140, 0.1);
}

section.posts .categories a.active,
section.documents .categories a.active {
  color: #465D77;
  background-color: #fff;
  box-shadow: 0 12px 32px 0 rgba(101, 119, 140, 0.1);
}

section.posts {
  padding-top: 88px;
  padding-bottom: 120px;
}

section.posts article.item {
  margin-bottom: 40px;
}

section.posts .column:nth-child(even) {
  padding-top: 60px;
}

section.posts .cta {
  margin-top: 24px;
  text-align: center;
}

section.contact-map {
  position: relative;
  margin-bottom: 60px;
}

section.contact-map:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

section.contact-map img.map {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.contact-map .contact-card-wrap {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

section.contact-map .contact-card-wrap .contact-card-content {
  max-width: 696px;
  background: #005AA1;
  box-shadow: 0 48px 64px 0 rgba(101, 119, 140, 0.27);
  border-radius: 12px;
  padding: 64px;
}

section.contact-map .contact-card-wrap h4 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 56px;
  margin-top: 0;
  margin-bottom: 16px;
}

section.contact-map .contact-card-wrap .address {
  margin-bottom: 32px;
}

section.contact-map .contact-card-wrap p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 10px;
}

section.contact-map .contact-card-wrap a {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 16px;
}

section.contact-map .contact-card-wrap a:last-child {
  margin-bottom: 0;
}

section.contact-map .contact-card-wrap a img,
section.contact-map .contact-card-wrap a svg {
  margin-right: 16px;
}

section.contact-persons {
  padding: 60px 0;
}

section.contact-persons h5 {
  color: #005AA1;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 16px;
}

section.contact-persons .contact-person .contact-profile h6 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

section.contact-persons .contact-person .contact-profile p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}

section.office {
  padding: 60px 0;
}

section.office .column {
  padding: 0;
}

section.office figure img {
  box-shadow: 0 48px 64px rgba(101, 119, 140, 0.271108);
  border-radius: 12px;
}

section.office h3 {
  color: #005AA1;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 56px;
  margin-top: 40px;
  margin-bottom: 16px;
}

section.office p.address {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 32px;
}

section.office a:not(.button) {
  color: #005AA1;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 16px;
}

section.office a:not(.button):hover {
  text-decoration: underline;
}

section.office a:not(.button):last-child {
  margin-bottom: 0;
}

section.office a:not(.button) img,
section.office a:not(.button) svg {
  margin-right: 16px;
}

section.office a.button {
  margin-top: 40px;
}

section.office .contact-phone {
  display: flex;
  align-items: center;
}

section.office .contact-phone img {
  margin-right: 16px;
}

section.office .contact-phone .text p.title {
  color: #465D77;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
}

section.office .contact-phone .text .links {
  display: flex;
  align-items: center;
}

section.office .contact-phone .text .links a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 0;
  margin-right: 5px;
}

section.offices-abroad {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 60px;
  border-top: 1px solid rgba(101, 119, 140, 0.3);
}

section.offices-abroad h2 {
  margin-bottom: 80px;
}

section.offices-abroad .row {
  justify-content: center;
}

section.offices-abroad .office figure img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

section.offices-abroad .office h5 {
  color: #005AA1;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

section.offices-abroad .office p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  color: #607286;
  margin: 0;
}

section.offices-abroad .office a {
  color: #005AA1;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
}

section.offices-abroad .office a:hover {
  text-decoration: underline;
}

section.offices-abroad .office .phone {
  margin-top: 32px;
  margin-bottom: 10px;
}

section.offices-abroad .office .phone img,
section.offices-abroad .office .phone svg,
section.offices-abroad .office .email img,
section.offices-abroad .office .email svg {
  margin-right: 8px;
}

section.post {
  padding-top: 88px;
  padding-bottom: 69px;
}

section.post time {
  color: #465D77;
  display: block;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 8px;
}

section.post h1 {
  color: #005AA1;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 56px;
  margin-top: 0;
  margin-bottom: 24px;
}

section.post h2 {
  text-align: left;
}

section.post p {
  color: #465D77;
  margin: 24px 0;
}

section.post img {
  border-radius: 8px;
  margin: 24px 0;
}

section.related-posts {
  padding-bottom: 120px;
}

section.related-posts .column {
  padding: 0 45px;
}

section.related-posts h2 {
  margin-bottom: 64px;
}

section.related-posts .cta {
  margin-top: 48px;
  text-align: center;
}

section.firm-news,
section.documents {
  padding-top: 64px;
  padding-bottom: 120px;
}

section.firm-news .column,
section.documents .column {
  padding: 0 12px;
}

section.firm-news .item,
section.documents .item {
  display: block;
  text-decoration: none;
  text-align: center;
  margin-bottom: 48px;
}

section.firm-news .item figure,
section.documents .item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  height: 150px;
  border-radius: 12px;
  box-shadow: 0 12px 32px 0 rgba(101, 119, 140, 0.1);
}

section.firm-news .item figure img,
section.documents .item figure img {
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

section.firm-news .item h4,
section.documents .item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #005AA1;
  margin-top: 24px;
  margin-bottom: 15px;
  letter-spacing: 0;
  line-height: 1;
}

section.firm-news .item p,
section.documents .item p {
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}

section.firm-news .cta,
section.documents .cta {
  text-align: center;
  margin-top: 16px;
}

section.documents {
  padding-top: 88px;
  padding-bottom: 120px;
}

section.documents .categories {
  margin-bottom: 48px;
}

section.video {
  padding: 60px 0;
}

section.career-detail {
  padding-top: 88px;
  padding-bottom: 120px;
  border-bottom: 1px solid rgba(101, 119, 140, 0.3);
}

section.career-detail header h1 {
  max-width: 80%;
  color: #005AA1;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 56px;
  text-align: center;
  margin: 0 auto 48px;
}

section.career-detail header figure {
  border-radius: 12px;
  text-align: center;
}

section.career-detail header figure img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  max-height: 440px;
}

section.career-detail .details {
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 12px 32px 0 rgba(101, 119, 140, 0.1);
  padding: 32px;
  margin-top: -80px;
}

section.career-detail .details .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.career-detail .details .detail {
  flex-basis: 50%;
  display: flex;
  margin-bottom: 55px;
}

section.career-detail .details .detail figure {
  margin-right: 25px;
  flex-shrink: 0;
}

section.career-detail .details .detail .name span {
  display: block;
  color: #465D77;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 2px;
}

section.career-detail .details .detail .name h5 {
  color: #FC951B;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
}

section.career-detail .details .detail .name .text {
  margin-top: 10px;
}

section.career-detail .details .detail .name .text p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}

section.career-detail .details .cta {
  text-align: center;
  margin-top: 24px;
}

section.career-detail .content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #005AA1;
  margin-bottom: 24px;
}

section.career-detail .content h3 + p {
  margin-top: 0;
  margin-bottom: 0;
}

section.career-detail .content h3 + p + p {
  margin-top: 0;
}

section.career-detail .content p {
  margin: 7px 0;
}

section.career-detail .content a {
  color: #005AA1;
  font-weight: 700;
  text-decoration: none;
}

section.career-detail .content a:hover {
  text-decoration: underline;
}

footer.main-footer {
  padding-top: 99px;
}

footer.main-footer.has-border-top {
  border-top: 1px solid rgba(101, 119, 140, 0.3);
}

footer.main-footer figure {
  margin: 0;
}

footer.main-footer h3 {
  font-size: 16px;
  color: #607286;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 0;
}

footer.main-footer ul li {
  display: flex;
  align-items: center;
}

footer.main-footer ul li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #FC951B;
  margin-right: 8px;
}

footer.main-footer ul a {
  color: #005AA1;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
  margin: 12px 0;
}

footer.main-footer ul a:hover {
  text-decoration: underline;
}

footer.main-footer .social-icons {
  display: flex;
  align-items: center;
  margin-top: 31px;
}

footer.main-footer .social-icons a {
  text-decoration: none;
  margin-right: 23px;
}

footer.main-footer .social-icons a:last-child {
  margin-right: 0;
}

footer.main-footer .copyright {
  margin-top: 90px;
  padding: 15px 0;
  border-top: 1px solid rgba(96, 114, 134, 0.3);
}

footer.main-footer .copyright p {
  color: #607286;
  font-size: 14px;
  line-height: 32px;
  margin: 0;
  text-align: center;
}

footer.main-footer .column:last-of-type ul li:before {
  display: none;
}

@media (min-width: 2000px) {
  section.main-slider {
    height: auto;
  }
}

@media (max-width: 1537px) {
  section.main-slider {
    height: auto;
  }

  section.main-slider .slide p {
    color: #4c5a6a;
  }

  section.main-slider .slide p.title {
    color: #005AA1;
    font-size: 52px;
    line-height: 58px;
  }

  section.slider-history .slider-history-wrap .slider-history-arrows .slick-arrow.left {
    left: 0;
  }

  section.slider-history .slider-history-wrap .slider-history-arrows .slick-arrow.right {
    right: 0;
  }

  section.image-slider .slide figure img {
    height: 400px;
  }

  section.brand-product-slider .slider-wrap .slide figure .tooltip .content {
    width: 550px;
  }
}

@media (max-width: 1199px) {
  section.main-slider .container {
    max-width: 100%;
    padding: 0;
  }

  section.main-slider .slide .content {
    padding: 0 15px;
  }

  section.three-box {
    margin-top: -200px;
  }

  section.three-box .container {
    max-width: 100%;
  }

  section.brand-product-slider .slider-wrap .slide.slick-current figure .tooltip .content {
    padding: 25px 25px 60px;
    width: 420px;
  }

  section.positions figure {
    height: 45%;
  }

  section.positions .text {
    height: 55%;
  }

  section.page-header h1 {
    font-size: 46px;
    line-height: 1.2;
  }

  section.image-slider .image-slider-arrows-wrap .slick-arrow.left {
    left: 40px;
  }

  section.image-slider .image-slider-arrows-wrap .slick-arrow.right {
    right: 40px;
  }

  section.image-slider .slide figure img {
    height: 350px;
  }

  section.certificates figure img {
    height: 240px;
  }

  section.contact-map img.map {
    min-height: 500px;
  }

  section.contact-map .contact-card-wrap .contact-card-content {
    max-width: 450px;
    padding: 30px;
  }

  section.contact-map .contact-card-wrap h4 {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  header.main-header a.logo {
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 11;
  }

  header.main-header .right-bar {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 10;
  }

  header.main-header .right-bar .language-switcher {
    margin-right: 0;
    margin-left: 37px;
    margin-top: 10px;
  }

  header.main-header .right-bar .language-switcher span {
    color: #005AA1;
  }

  header.main-header .right-bar .button {
    margin-left: auto;
  }

  header.main-header nav.main-nav {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 20px 0;
    height: auto;
  }

  header.main-header nav.main-nav ul {
    max-width: 720px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  header.main-header nav.main-nav ul li {
    margin-bottom: 10px;
    margin-right: 0;
  }

  header.main-header nav.main-nav ul li:last-child {
    margin-bottom: 0;
  }

  header.main-header nav.main-nav ul li.has-submenu {
    display: inline-block;
  }

  header.main-header nav.main-nav ul li.has-submenu .arrow {
    display: inline-flex;
    align-items: center;
    width: 19px;
    height: 19px;
  }

  header.main-header nav.main-nav ul li.has-submenu .arrow i {
    will-change: transform;
    transition: transform 0.3s ease-in-out;
  }

  header.main-header nav.main-nav ul li.has-submenu .arrow.open i {
    transform: rotate(-180deg);
  }

  header.main-header nav.main-nav ul li.has-submenu ul.submenu {
    position: static;
    box-shadow: none;
    padding-left: 25px;
  }

  section.main-slider {
    padding-bottom: 0;
  }

  section.main-slider .slick-slide {
    min-height: 500px;
  }

  section.main-slider .slide {
    background-color: #BFD6DF;
    padding: 54px 0;
  }

  section.main-slider .slide.has-bg:not(section.main-slider .slide.single-image) {
    background-image: none !important;
  }

  section.main-slider .slide img {
    display: none;
  }

  section.main-slider .slide .content {
    text-align: center;
  }

  section.main-slider .slide .video-wrap {
    display: none;
  }

  section.main-slider .slider-nav {
    left: 0;
  }

  section.three-box {
    margin-top: 0;
  }

  section.three-box .wrap {
    flex-direction: column;
  }

  section.three-box .wrap .box {
    width: 100%;
    height: 250px;
  }

  section.three-box .wrap .box:nth-child(1) {
    border-radius: 12px 12px 0 0;
  }

  section.three-box .wrap .box:nth-child(1):after,
  section.three-box .wrap .box:nth-child(1):before,
  section.three-box .wrap .box:nth-child(1) img.cover {
    border-radius: 12px 12px 0 0;
  }

  section.three-box .wrap .box:nth-child(3) {
    border-radius: 0 0 12px 12px;
  }

  section.three-box .wrap .box:nth-child(3):after,
  section.three-box .wrap .box:nth-child(3):before,
  section.three-box .wrap .box:nth-child(3) img.cover {
    border-radius: 0 0 12px 12px;
  }

  section.three-box .wrap .box .content .title p {
    font-size: 20px;
  }

  section.icons {
    padding-bottom: 40px;
  }

  section.icons .item {
    margin-bottom: 20px;
  }

  section.brand-product-slider {
    padding-bottom: 0;
  }

  section.brand-product-slider .container {
    max-width: 100%;
    padding: 0;
  }

  section.info-two-columns {
    padding-bottom: 60px;
  }

  section.info-two-columns .title {
    margin-bottom: 40px;
  }

  section.info-two-columns .title h2 {
    font-size: 48px;
  }

  section.info-two-columns .column {
    padding: 0 15px;
  }

  section.info-two-columns .column:nth-child(2) {
    margin-top: 0;
  }

  section.work {
    padding-top: 60px;
  }

  section.work .column:first-of-type {
    margin-bottom: 40px;
  }

  section.work .cover {
    display: none;
  }

  section.positions {
    padding-bottom: 50px;
  }

  section.positions .item {
    height: auto;
    margin-bottom: 30px;
  }

  section.positions .item figure {
    height: auto;
  }

  section.positions .item .text {
    height: auto;
  }

  footer.main-footer {
    padding-top: 60px;
  }

  footer.main-footer .column {
    text-align: center;
  }

  footer.main-footer h6 {
    margin-bottom: 8px;
    margin-top: 30px;
  }

  footer.main-footer ul li {
    justify-content: center;
  }

  footer.main-footer .social-icons {
    justify-content: center;
  }

  footer.main-footer .copyright {
    margin-top: 60px;
  }

  section.two-columns-image-text ul {
    margin-bottom: 40px;
  }

  section.image-slider .slide figure img {
    height: 280px;
  }

  section.boxes .box {
    height: auto;
  }

  section.shop-cards {
    padding: 60px 0 30px;
  }

  section.shop-cards .card {
    margin-bottom: 30px;
  }

  section.posts .categories a,
  section.documents .categories a {
    min-width: auto;
    padding: 0 15px;
  }

  section.posts .column:nth-child(even),
  section.documents .column:nth-child(even) {
    padding-top: 0 !important;
  }

  section.contact-map {
    margin-bottom: 30px;
  }

  section.contact-persons {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  section.contact-persons .contact-person {
    text-align: center;
  }

  section.contact-persons .contact-person .phone,
  section.contact-persons .contact-person .email {
    justify-content: center;
  }

  section.office {
    padding-top: 30px;
  }

  section.office figure,
  section.office iframe {
    margin-top: 30px;
  }

  section.office iframe {
    height: 350px;
  }

  section.office h3 {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
  }

  section.office p {
    text-align: center;
  }

  section.office a {
    justify-content: center;
  }

  section.office a.button {
    display: block;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    margin: 30px auto 0;
  }

  section.office .contact-phone {
    justify-content: center;
    margin-bottom: 10px;
  }

  section.office .contact-phone:last-child {
    margin-bottom: 0;
  }

  section.office .contact-phone .text p.title {
    text-align: left;
  }

  section.office .contact-phone .text .links a {
    font-size: 16px;
  }

  section.offices-abroad {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  section.offices-abroad .office {
    margin-bottom: 30px;
  }

  section.career-detail header h1 {
    font-size: 36px;
    line-height: 1.2;
    max-width: 100%;
  }

  section.career-detail .details {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  h2,
  h3,
  h4 {
    font-size: 40px;
    line-height: 48px;
  }

  h3 {
    font-size: 26px;
    line-height: 1.2;
  }

  header.main-header nav.main-nav ul {
    max-width: 540px;
  }

  section.three-box .wrap .box {
    padding: 20px;
  }

  section.brand-product-slider h2 {
    font-size: 40px;
    line-height: 48px;
  }

  section.brand-product-slider .slider-wrap .slide.slick-current figure .tooltip .content {
    left: -180px;
  }

  section.brand-product-slider .slider-wrap .slide.slick-current figure .tooltip .content h6 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  section.brand-product-slider .slider-wrap .slide.slick-current figure .tooltip .content ul li {
    font-size: 14px;
    line-height: 1.4;
  }

  section.brand-product-slider .slider-wrap .slide.slick-current figure .tooltip .content .float-box {
    display: none;
  }

  section.info-two-columns {
    padding-bottom: 30px;
  }

  section.info-two-columns .title {
    margin-top: 64px;
    margin-bottom: 32px;
  }

  section.info-two-columns .title h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
    text-align: center;
  }

  section.info-two-columns .title a {
    display: none;
  }

  section.info-two-columns article.item {
    margin-bottom: 30px;
  }

  section.work h3 {
    font-size: 34px;
    margin-bottom: 32px;
    line-height: 40px;
    text-align: center;
  }

  section.work p {
    text-align: center;
  }

  section.work .positions .button {
    width: 100%;
    text-align: center;
  }

  section.work .benefits ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  section.work .benefits ul li:before {
    margin-right: 0;
    margin-bottom: 8px;
  }

  section.work .benefits .images {
    flex-direction: column;
  }

  section.work .benefits .images figure {
    width: 100%;
    flex-basis: 100%;
  }

  section.work .benefits .images figure:first-of-type {
    margin-right: 0;
    border-radius: 8px 8px 0 0;
    margin-bottom: 1px;
  }

  section.work .benefits .images figure:last-of-type {
    border-radius: 0 0 8px 8px;
  }

  section.work .benefits a {
    display: block;
    text-align: center;
  }

  section.work .benefits a.button {
    margin-bottom: 22px;
  }

  section.work .benefits a.link {
    margin-left: 0;
  }

  section.page-header h1 {
    font-size: 36px;
  }

  section.page-header ul li a {
    font-size: 14px;
  }

  section.image-slider {
    padding-bottom: 40px;
  }

  section.image-slider .image-slider-arrows-wrap .slick-arrow.left {
    left: -5px;
  }

  section.image-slider .image-slider-arrows-wrap .slick-arrow.right {
    right: -5px;
  }

  section.service-slider .slider-switcher .item {
    padding: 0 15px;
  }

  section.service-slider .service-slider-arrows-wrap .slick-arrow.left {
    left: 10px;
  }

  section.service-slider .service-slider-arrows-wrap .slick-arrow.right {
    right: 10px;
  }

  section.shop-cards .card .content {
    padding: 30px 40px;
  }

  section.shop-cards .card .content h4 {
    font-size: 24px;
    line-height: 1.2;
  }

  section.shop-cards .card .content a:not(.button) {
    font-size: 16px;
  }

  section.text {
    padding-top: 40px;
  }

  section.posts,
  section.documents {
    padding-bottom: 60px;
  }

  section.posts .categories,
  section.documents .categories {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  section.posts .categories a,
  section.documents .categories a {
    width: calc(50% - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
  }

  section.posts .categories a:last-child,
  section.documents .categories a:last-child {
    margin-right: 5px;
  }

  section.post h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  section.related-posts {
    padding-bottom: 30px;
  }

  section.related-posts article.item {
    margin-bottom: 30px;
  }

  section.offices-abroad h2 {
    margin-bottom: 40px;
  }

  section.offices-abroad .office {
    text-align: center;
  }

  section.slider-history h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
  }
}

@media (max-width: 567px) {
  section.main-slider .slick-slide {
    min-height: auto;
  }

  section.main-slider .slide {
    height: 500px !important;
    padding: 0;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  section.main-slider .slide .container {
    position: absolute;
    width: 100%;
    height: calc(100% - 20px);
    left: 50%;
    top: calc(50% - 20px);
    transform: translate(-50%, -50%);
  }

  section.main-slider .slide .container .row {
    height: 100%;
  }

  section.main-slider .slide .container .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  section.main-slider .slide p.title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  section.main-slider .slide p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  section.main-slider .slider-nav {
    bottom: 50px;
  }

  section.three-box {
    margin-top: -20px;
  }

  section.three-box .wrap {
    flex-direction: column;
  }

  section.three-box .wrap .box {
    width: 100%;
  }

  section.three-box .wrap .box .content .title p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  section.icons .row {
    position: relative;
  }

  section.icons .item figure img {
    margin: auto;
  }

  section.icons .item div.number {
    margin-bottom: 4px;
  }

  section.icons .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  section.icons .slick-dots li {
    background-color: #005AA1;
    width: 8px;
    height: 8px;
    opacity: 0.5;
    border-radius: 50%;
    margin-right: 8px;
  }

  section.icons .slick-dots li:last-child {
    margin-right: 0;
  }

  section.icons .slick-dots li.slick-active {
    background-color: #FC951B;
    opacity: 1;
  }

  section.brand-product-slider .brand-toggle {
    padding: 0 15px;
  }

  section.brand-product-slider .brand-toggle .brand {
    height: 90px;
  }

  section.brand-product-slider .slider-wrap {
    padding: 0;
  }

  section.brand-product-slider .slider-wrap .slide {
    align-items: flex-start;
  }

  section.brand-product-slider .slider-wrap .slide.slick-current figure {
    height: 320px;
  }

  section.brand-product-slider .slider-wrap .slide.slick-current figure .tooltip {
    right: 50px;
    top: 35px;
  }

  section.brand-product-slider .slider-wrap .slide.slick-current figure .tooltip span.toggle {
    width: 40px;
    height: 40px;
  }

  section.brand-product-slider .slider-wrap .slide.slick-current figure .tooltip .content {
    width: 320px;
    left: -190px;
    bottom: -238px;
    padding-bottom: 40px;
  }

  section.brand-product-slider .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  section.brand-product-slider .slick-dots li {
    background-color: #005AA1;
    width: 8px;
    height: 8px;
    opacity: 0.5;
    border-radius: 50%;
    margin-right: 8px;
  }

  section.brand-product-slider .slick-dots li:last-child {
    margin-right: 0;
  }

  section.brand-product-slider .slick-dots li.slick-active {
    background-color: #FC951B;
    opacity: 1;
  }

  section.info-two-columns {
    padding-bottom: 64px;
    margin-top: 0;
  }

  section.info-two-columns img.cover {
    display: none;
  }

  section.info-two-columns .cta {
    text-align: center;
    margin-top: 15px;
  }

  section.info-two-columns .cta .button {
    text-align: center;
    display: block;
    width: 100%;
  }

  section.work .positions p.box {
    padding: 20px;
  }

  section.work .positions ul li {
    line-height: 1.2;
    margin-bottom: 15px;
  }

  section.work .positions ul li:before {
    top: 0;
  }

@supports (-webkit-touch-callout: none) {
    section.work .positions ul li:before {
      top: 7px;
    }
}

  section.work .positions ul li:last-child {
    margin-bottom: 0;
  }

  section.work .link {
    margin-left: 0;
  }

  section.positions {
    display: none;
    padding-top: 60px;
  }

  section.positions .item .text {
    padding: 20px;
  }

  section.positions .item .text h5 {
    font-size: 20px;
  }

  section.image-slider {
    padding-top: 0;
  }

  section.image-slider .image-slider-arrows-wrap {
    top: 100%;
    transform: none;
    margin-top: -20px;
  }

  section.image-slider .image-slider-arrows-wrap .image-slider-arrows {
    justify-content: center;
  }

  section.image-slider .image-slider-arrows-wrap .slick-arrow.left {
    left: 0;
    margin-right: 20px;
  }

  section.image-slider .image-slider-arrows-wrap .slick-arrow.right {
    right: 0;
  }

  section.image-slider .slide figure img {
    height: 250px;
  }

  section.service-slider .slider-switcher {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  section.service-slider .slider-switcher .item {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 8px;
  }

  section.service-slider .slider-switcher .item:last-child {
    margin-bottom: 0;
  }

  section.service-slider .slide img {
    height: 350px;
  }

  section.service-slider .service-slider-arrows-wrap {
    position: static;
    top: 100%;
    transform: none;
    margin-top: 15px;
  }

  section.service-slider .service-slider-arrows-wrap .service-slider-arrows {
    justify-content: center;
  }

  section.service-slider .service-slider-arrows-wrap .slick-arrow.left {
    left: 0;
    margin-right: 20px;
  }

  section.service-slider .service-slider-arrows-wrap .slick-arrow.right {
    right: 0;
  }

  section.text-with-box .column {
    padding: 0 15px;
  }

  section.text-with-box .box figure {
    padding: 20px;
  }

  section.offices .column {
    padding: 0 15px;
  }

  section.offices .office {
    padding: 30px;
  }

  section.boxes .column {
    padding: 0 15px;
  }

  section.boxes .box {
    padding: 30px;
  }

  section.positions-table {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  section.positions-table ul li .title {
    padding: 15px;
  }

  section.positions-table ul li .title .left h4 {
    font-size: 14px;
    margin-right: 10px;
    line-height: 1.2;
  }

  section.positions-table ul li .title .right {
    align-items: center;
  }

  section.positions-table ul li .title .right p {
    font-size: 12px;
    margin-right: 5px;
    line-height: 1;
  }

  section.positions-table ul li .content {
    padding-left: 15px;
    padding-right: 15px;
  }

  section.benefits {
    padding-bottom: 0;
  }

  section.benefits h2 {
    margin-bottom: 20px;
  }

  section.two-columns-image-text {
    padding: 40px 0;
  }

  section.contact-block a.button {
    height: auto;
    line-height: 1.2;
    padding: 10px 33px;
    text-align: center;
  }

  section.shop-slider .shop-main-slider .slide {
    height: 250px;
  }

  section.shop-slider .shop-main-slider .slide img {
    min-height: 250px;
  }

  section.contact-map .contact-card-wrap {
    width: auto;
  }

  section.contact-map .contact-card-wrap .contact-card-content {
    padding: 20px;
  }

  section.contact-map .contact-card-wrap h4 {
    font-size: 26px;
  }

  section.contact-map .contact-card-wrap a {
    margin-bottom: 8px;
  }

  section.firm-news {
    padding-bottom: 60px;
  }

  section.firm-news .item figure img {
    width: auto;
    height: auto;
  }

  section.slider-history .slider-history-wrap .slide {
    background-image: none !important;
  }

  section.slider-history .slider-history-wrap .slide figure {
    width: 300px;
    padding-bottom: 15px;
  }

  section.slider-history .slider-history-wrap .slide figure figcaption {
    font-size: 18px;
    margin-top: 20px;
  }

  section.slider-history .slider-history-wrap .slide figure img {
    height: 240px;
  }

  footer.main-footer figure {
    margin-bottom: 48px;
  }

  footer.main-footer ul {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  footer.main-footer ul li {
    justify-content: flex-start;
  }

  footer.main-footer .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px;
    border-top: 1px solid rgba(101, 119, 140, 0.3);
  }

  footer.main-footer .title h6 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
  }

  footer.main-footer .column:nth-child(5) .title {
    border-bottom: 1px solid rgba(101, 119, 140, 0.3);
  }

  footer.main-footer .column.open .title .arrow {
    transform: rotate(-45deg);
  }

  footer.main-footer .column.open:nth-child(5) .title {
    border-bottom: none;
  }

  footer.main-footer .column.open:nth-child(5) ul {
    border-bottom: 1px solid rgba(101, 119, 140, 0.3);
  }

  footer.main-footer .column:last-of-type ul {
    padding-left: 0;
  }

  footer.main-footer .column:last-of-type ul li {
    justify-content: center;
  }

  section.career-detail {
    padding: 60px 0;
  }

  section.career-detail header h1 {
    margin-bottom: 20px;
  }

  section.career-detail header figure img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  section.career-detail .details .wrap .detail {
    flex-basis: 100%;
    margin-bottom: 25px;
  }

  section.career-detail .details .wrap .detail.margin-bottom-0 {
    margin-bottom: 25px !important;
  }

  section.career-detail .details .cta {
    margin-top: 0;
  }

  section.map .map-overlay p {
    width: 100%;
  }
}

@media (max-width: 374px) {
  header.main-header .right-bar .language-switcher {
    margin-left: 15px;
  }

  header.main-header .right-bar .button {
    padding: 0 15px;
  }
}

