@font-face {
  font-family: "Rockwell";
  src: url("../fonts/MRockwell.woff2") format("woff2"),
    url("../fonts/MRockwell.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT Super Display";
  src: url("../fonts/GT-Super-Display-Light.woff2") format("woff2"),
    url("../fonts/GT-Super-Display-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;

  &::before,
  &::after {
    box-sizing: border-box;
  }
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button {
  -webkit-appearance: none;
}

html {
  position: relative;
  height: 100%;
}

body {
  font-family: "Rockwell", sans-serif;
  font-size: 19px;
  line-height: 15px;
  color: #0c3859;
  background-color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100vw;
}

.ab_grid {
  display: grid;
  grid-template-columns: 600px 1fr;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.ab_aside {
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  padding: 0 40px;
}

.ab_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 42px 0 60px;
  position: relative;
}

.ab_logo {
  width: 182px;
  height: 42px;
  display: block;
}

.ab_languages {
  position: absolute;
  top: 40px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #0c3859;
  border-radius: 20px;
  height: 41px;
  overflow: hidden;
  width: 85px;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
}

.ab_languages.active {
  height: 80px;
}

.ab_languages button {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 20px;
  width: 11px;
  height: 6px;
  cursor: pointer;
  background: transparent url(../images/arrow.svg) no-repeat center / contain;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
}

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

.ab_languages a,
.ab_languages span {
  display: block;
  color: #0c3859;
  font-family: "Rockwell", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 39px;
  text-decoration: none;
  text-transform: uppercase;
}

.ab_languages a:hover {
  text-decoration: underline;
}

.ab_title {
  font-family: "GT Super Display", serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 82px;
  text-transform: uppercase;
  padding-bottom: 100px;
}

.ab_chip {
  margin: 0 0 30px;
  border: 1px solid #0c3859;
  padding: 0 20px;
  border-radius: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}

.ab_chip span {
  font-family: "Rockwell", serif;
  font-weight: 400;
  font-size: 18px;
}

.ab_content {
  padding-bottom: 60px;
  border-bottom: 1px solid #0c3859;
  margin-bottom: 60px;
}

.ab_content p {
  font-family: "Rockwell", serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  color: #0c3859;
  padding-bottom: 25px;
}

.ab_footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 60px;
}

.ab_footer a {
  display: flex;
  gap: 6px;
  align-items: center;
  font-family: "Rockwell", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #0c3859;
  text-decoration: underline;
}

.ab_swiper {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.ab_mailto {
  position: absolute;
  bottom: 50px;
  left: 40px;
  z-index: 10;
  display: block;
}

.ab_mailto img {
  width: 140px;
  height: 140px;
}

.swiper {
  width: 100%;
  height: 100vh;
}

.swiper img {
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ab_pagination {
  position: absolute;
  bottom: 50px !important;
  top: auto !important;
  right: 40px;
  left: auto !important;
  z-index: 1;
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}

.ab_pagination_bullet {
  width: 13px !important;
  height: 13px !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 100% !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.ab_pagination_bullet-active {
  border: 4px solid #fff !important;
}

.ab_footer--mobile,
.ab_content--mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .ab_grid {
    grid-template-columns: 400px 1fr;
  }

  .ab_title {
    font-size: 48px;
    line-height: 64px;
    padding-bottom: 64px;
  }

  .ab_footer {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 60px;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ab_content--mobile {
    display: block;
    padding: 0 20px;
  }

  .ab_footer--mobile {
    display: grid;
    padding: 0 20px 60px;
  }

  .ab_footer--desktop,
  .ab_content--desktop {
    display: none;
  }

  .ab_chip {
    margin: 32px 0 28px;
  }

  .ab_grid {
    grid-template-columns: 1fr;
  }

  .ab_aside {
    height: auto;
    padding: 0 20px;
  }

  .ab_title {
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 48px;
  }

  .ab_content p {
    font-size: 17px;
    line-height: 23px;
    padding-bottom: 23px;
  }

  .ab_swiper {
    height: 350px;
    position: relative;
  }

  .swiper {
    width: 100%;
    height: 350px;
  }

  .ab_mailto {
    display: none;
  }

  .ab_pagination {
    bottom: 16px !important;
    right: 0;
    justify-content: center;
  }
}
