/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Akkurat";
  src: url("../assets/fonts/Akkurat-Bold.woff2") format("woff2"), url("../assets/fonts/Akkurat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat";
  src: url("../assets/fonts/Akkurat-Light.woff2") format("woff2"), url("../assets/fonts/Akkurat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #005072;
  font-family: "Akkurat", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.41;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body {
    font-size: 1.4rem;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.41em / 2);
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 5.6rem;
}
@media (max-width: 1023px) {
  .h1,
  h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
  h1 {
    font-size: 2.8rem;
  }
}
.h2,
h2 {
  font-size: 3.6rem;
}
@media (max-width: 1023px) {
  .h2,
  h2 {
    font-size: 3rem;
  }
}
.h3,
h3 {
  font-size: 2.6rem;
}
.h6,
h6 {
  font-size: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h6,
  h6 {
    font-size: 1.2rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.41em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none !important;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  background: linear-gradient(137.72deg, #1EB0D2 23.81%, #0097BA 93.85%);
  border-radius: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -0.5%;
  padding: 1.3rem 4rem;
  min-width: 26.3rem;
  outline: none;
  border: none;
  transition: background 0.4s, color 0.4s, opacity 0.4s;
}
.btn:hover {
  opacity: 0.6;
}
.btn.disabled {
  background: #E0F1F4;
  pointer-events: none;
  color: #AAC8CD;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  background-color: transparent;
  box-shadow: 0px 16px 23px rgba(0, 0, 0, 0.02);
  height: 26.6rem;
  perspective: 1000px;
  font-size: 1.4rem;
  color: #00526F;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card {
    height: 15rem;
  }
}
@media (min-width: 1023.02px) {
  .card:hover .card__inner, .card:focus-visible .card__inner {
    transform: rotateY(180deg);
  }
}
@media (max-width: 1023px) {
  .card.is-selected .card__front {
    opacity: 0.9;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.79) 100%);
  }
}
@media (max-width: 1023px) {
  .card.is-selected .card__front:before {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .card.is-selected .card__btn {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 1023px) {
  .card.is-selected .card__add {
    opacity: 0;
    pointer-events: none;
  }
}
.card .card__btn {
  transition: opacity 0.4s;
  border: none;
  outline: none;
  display: inline-block;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: #00526F;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: -0.7rem;
  right: -0.8rem;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .card .card__btn {
    background-color: #3F839D;
    width: 3.3rem;
    height: 3.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__btn {
    width: 2.7rem;
    height: 2.7rem;
    top: -0.9rem;
  }
}
@media (min-width: 1023.02px) {
  .card .card__btn:hover {
    opacity: 0.6 !important;
  }
}
.card .card__btn:hover + .card__inner {
  transform: rotateY(0);
}
.card .card__add {
  display: none;
}
@media (max-width: 1023px) {
  .card .card__add {
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 0.6rem;
    width: 3.1rem;
    height: 2.1rem;
    transition: opacity 0.4s;
    z-index: 2;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__add {
    width: 2.1rem;
    height: 2.1rem;
  }
}
.card .card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.card .card__front,
.card .card__back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 0.9rem;
}
@media (max-width: 1023px) {
  .card .card__front,
  .card .card__back {
    border-radius: 0.8rem;
  }
}
.card .card__front {
  color: black;
  padding: 1.2rem 1.4rem;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__front {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.card .card__front:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  box-shadow: 0px 13.3168px 19.1429px rgba(0, 0, 0, 0.02);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.card .card__back {
  transform: rotateY(180deg);
  overflow-y: auto;
  padding: 3.9rem 1.4rem;
}
.card .card__image {
  position: relative;
  padding-bottom: 103.2%;
  width: 100%;
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__image {
    padding-bottom: 75.5%;
    margin-bottom: 1.4rem;
  }
}
.card .card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.card h6 {
  color: #00526F;
}
a.card {
  display: block;
}
.card--small {
  transition: opacity 0.4s;
  border-radius: 0.7rem;
  background-color: #fff;
  height: auto;
  padding: 0 2.6rem 0 1rem;
}
.card--small:hover .card__inner, .card--small:focus-visible .card__inner {
  transform: unset;
}
.card--small .card__download a:hover {
  text-decoration: none;
  opacity: 0.4;
}
.card--small .card__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card--small .card__back {
  transform: rotateY(0);
  position: relative;
  border-radius: 0;
  background-color: transparent;
  padding: 0 2rem;
  display: none;
}
.card--small .card__entry {
  display: none;
}
.card--small .card__front {
  position: relative;
  top: auto;
  left: auto;
  border-radius: 0;
  background-color: transparent;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  flex-direction: unset;
  justify-content: unset;
}
.card--small .card__image {
  padding-bottom: 12%;
  flex: 0 0 11%;
  margin-right: 1.4rem;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .card--small .card__image {
    padding-bottom: 22%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--small .card__image {
    padding-bottom: 12%;
    min-height: 5.3rem;
  }
}
.card--small .card__image img {
  width: auto;
  height: 100%;
}
.card--small h6 {
  font-size-adjust: 1.6rem;
  letter-spacing: -0.2%;
}
.card--small h6 br {
  display: none;
}
.card--small .card__download {
  transition: opacity 0.4s;
  min-width: 14rem;
  text-align: right;
  flex: 0 0 14rem;
}
.card--small .card__download img {
  width: 2.3rem;
}
/* ------------------------------------------------------------ *\
  draggable
\* ------------------------------------------------------------ */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.is-dragging .card {
  pointer-events: none;
}
/* ------------------------------------------------------------ *\
	Field
\* ------------------------------------------------------------ */
.field {
  border-radius: 0;
  outline: none;
  border: none;
  border: 1px solid rgba(0, 82, 111, 0.2);
  box-shadow: 0px 1.6rem 2.3rem rgba(0, 0, 0, 0.02);
  border-radius: 0.9rem;
  height: 3.6rem;
  width: 100%;
  padding: 0.1rem 1rem;
  color: #000;
  font-size: 1.6rem;
  transition: outline 0.4s;
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  max-width: 64.4rem;
  margin: 0 auto;
}
.form .form__head {
  margin-bottom: 4.2rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .form .form__head {
    margin-bottom: 2.3rem;
  }
}
.form .form__head h2 {
  font-size: 4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .form .form__head h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.form .form__row {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
}
.form .form__row.form__error {
  color: #ff4a3d;
}
.form .form__row.form__error .field {
  outline: 0.2rem solid #ff4a3d;
}
.form .form__row:last-child {
  margin-bottom: 0;
}
.form .form__row .form__label {
  margin-right: 1.6rem;
  flex: 0 0 11.6rem;
  font-size: 1.6rem;
  transition: color 0.4s;
}
.form .form__row .form__controls {
  flex: 1;
}
.form .form__body {
  max-width: 41.4rem;
  margin: 0 auto 8rem;
}
.form .form__actions {
  text-align: center;
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: flex;
  flex-flow: row wrap;
  margin: -0.9rem -1.4rem;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid {
    margin: -0.5rem;
  }
}
.grid .grid__col {
  max-width: 100%;
  flex: 1;
  padding: 0.9rem 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col {
    padding: 0.5rem;
  }
}
.grid .grid__col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of2 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  padding: 5.7rem 0 2rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  .header {
    padding: 1.8rem 0;
  }
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  max-width: 21.8rem;
}
@media (max-width: 1023px) {
  .logo {
    max-width: 16.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logo {
    max-width: 13.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  position: relative;
  padding: 17.9rem 0 12.8rem;
  min-height: 100vh;
}
@media (max-width: 1023px) {
  .section {
    padding: 10rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 7.4rem 0 10rem;
  }
}
.section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55.6rem;
  background: linear-gradient(180deg, #004866 0%, rgba(0, 72, 103, 0) 100%);
  content: "";
  pointer-events: none;
}
.section .section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__background {
    display: none;
  }
}
.section .section__background:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #005072 0%, rgba(0, 72, 103, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.section .section__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section .section__body,
.section .section__head {
  position: relative;
}
.section .section__head {
  text-align: center;
  margin-bottom: 6.5rem;
}
@media (max-width: 1023px) {
  .section .section__head {
    margin-bottom: 3.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head {
    margin-bottom: 2.2rem;
  }
}
.section .section__head h1 {
  margin-bottom: 3.1rem;
}
@media (max-width: 1023px) {
  .section .section__head h1 {
    margin-bottom: 0.5rem;
  }
}
.section .section__head .section__decoration {
  display: none;
}
@media (max-width: 1023px) {
  .section .section__head .section__decoration {
    display: block;
    margin-bottom: 1.9rem;
  }
}
.section .section__entry {
  max-width: 87.8rem;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__entry {
    color: #D4E4E8;
    line-height: 1.46;
  }
}
.section h2 {
  text-align: center;
  color: #1EB0D2;
  max-width: 63.8rem;
  margin: 0 auto 9.5rem;
  letter-spacing: -0.04rem;
}
.section .section__form {
  display: none;
}
@media (max-width: 1023px) {
  .section .section__form {
    padding-top: 3rem;
  }
}
.section .section__listing {
  display: none;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 129.4rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
@media (max-width: 1023px) {
  .shell {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (max-width: 359px) {
  .shell {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Swiper
\* ------------------------------------------------------------ */
.swiper {
  overflow: visible;
}
@media (min-width: 1023.02px) {
  .swiper:after {
    position: absolute;
    top: 0;
    right: 30%;
    height: 100%;
    width: 50%;
    content: "";
    background: linear-gradient(260deg, rgb(27, 100, 132) 0%, transparent 91%);
    z-index: 5;
    transform: translateX(50vw);
    pointer-events: none;
  }
}
.swiper .swiper-slide {
  width: auto !important;
}
.swiper .swiper-scrollbar {
  position: absolute;
  left: 50%;
  top: 100%;
  max-width: 55.3rem;
  margin: 4.9rem auto 0;
  background-color: rgba(152, 228, 255, 0.2);
  border-radius: 1.6rem;
  transform: translateX(-50%);
}
.swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fff;
  border-radius: 1.6rem;
  cursor: pointer;
}
.swiper-slide {
  height: auto !important;
}
.swiper-slide .card {
  z-index: 2;
}
.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  transform: translateY(0);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(137.72deg, #1EB0D2 23.81%, #0097BA 93.85%);
  box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.4s, opacity 0.4s;
}
@media (max-width: 1023px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2.1rem;
  color: #fff;
}
.swiper-button-next {
  right: -2.5rem;
}
@media (max-width: 1360px) {
  .swiper-button-next {
    right: 0;
  }
}
.swiper-button-next:after {
  position: relative;
  left: 0.1rem;
}
.swiper-button-prev {
  left: -2.5rem;
}
@media (max-width: 1360px) {
  .swiper-button-prev {
    left: 0;
  }
}
.swiper-button-prev:after {
  position: relative;
  right: 0.1rem;
}
.swiper-button-lock {
  display: flex;
  opacity: 0 !important;
  pointer-events: none;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
/* ------------------------------------------------------------ *\
	Tools
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .tools h2 {
    display: none;
  }
}
.tools .tools__container {
  margin-left: 8.3rem;
  position: relative;
  min-height: 18.8rem;
  border: 0.2rem dashed #fff;
  background-color: rgba(0, 12, 23, 0.5);
  border-radius: 0.3rem;
  margin-bottom: 4.6rem;
  display: flex;
  align-items: stretch;
  padding: 2.5rem 3.2rem 3.1rem;
  max-width: 107.6rem;
  margin: 0 auto 4.6rem;
}
@media (max-width: 1023px) {
  .tools .tools__container {
    display: none;
  }
}
.tools .tools__container.has-tools h3 {
  opacity: 0;
}
.tools .tools__container.has-tools .card:hover .card__btn {
  opacity: 1;
  pointer-events: auto;
}
.tools .tools__container .is-dragging .card {
  pointer-events: auto !important;
}
.tools .tools__container .tools__image {
  position: absolute;
  top: -5.6rem;
  left: -11rem;
  max-width: 27.1rem;
}
@media (max-width: 1330px) {
  .tools .tools__container .tools__image {
    max-width: 19rem;
    top: -4rem;
    left: -0.9rem;
  }
}
.tools .tools__container h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  letter-spacing: -0.031rem;
  transition: opacity 0.4s;
}
.tools .tools__container h3 img {
  margin-right: 1.1rem;
  position: relative;
  left: -0.5rem;
  top: -0.2rem;
}
@media (min-width: 1023.02px) {
  .tools .tools__container .card:hover .card__inner,
  .tools .tools__container .card:focus-visible .card__inner {
    transform: unset;
  }
}
.tools .tools__list {
  margin-bottom: 11.2rem;
}
@media (max-width: 1023px) {
  .tools .tools__list {
    max-width: 65.5rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tools .tools__list {
    max-width: 42.5rem;
  }
}
@media (max-width: 495px) {
  .tools .tools__list {
    max-width: 28rem;
  }
}
.tools .tools__list ul {
  list-style: none;
  display: flex;
  align-items: center;
  min-height: 100px;
  margin: 0 -1rem;
}
@media (max-width: 1023px) {
  .tools .tools__list ul {
    flex-wrap: wrap;
    width: unset;
  }
}
.tools .tools__list li {
  padding: 1rem;
}
@media (max-width: 1023px) {
  .tools .tools__list li {
    flex: 0 0 25%;
  }
}
@media (max-width: 910px) {
  .tools .tools__list li {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 495px) {
  .tools .tools__list li {
    flex: 0 0 50%;
  }
}
.tools .tools__list .card {
  width: 20.5rem;
}
@media (max-width: 1199px) {
  .tools .tools__list .card {
    width: 19.4rem;
  }
}
@media (max-width: 1023px) {
  .tools .tools__list .card {
    margin: 0 auto;
    width: 20.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tools .tools__list .card {
    width: 12.7rem;
  }
}
.tools .tools__droppable {
  width: 100%;
  flex: 0 0 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -0.7rem -0.9rem;
}
.tools .tools__droppable .card {
  height: 100%;
}
.tools .tools__droppable .card .card__image {
  margin-bottom: 0;
}
.tools .tools__droppable .card .card__image img {
  height: 100%;
  width: auto;
}
.tools .tools__droppable .card .card__front {
  position: relative;
  height: 100%;
  padding: 0.4rem 1.4rem 2rem;
}
.tools .tools__droppable .card h6 {
  font-size: 1.2rem;
  font-weight: 700;
}
.tools .tools__droppable li {
  padding: 0.7rem 0.9rem;
  flex: 0 0 16.6%;
  max-width: 16.6%;
}
.tools .tools__droppable li:first-child {
  margin-left: 16.66%;
}
@media (max-width: 1199px) {
  .tools .tools__droppable li:first-child {
    margin-left: 20%;
  }
}
@media (max-width: 1199px) {
  .tools .tools__droppable li {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
.tools .is-dragging .card {
  pointer-events: none;
}
.tools .js-draggable {
  cursor: pointer;
}
@media (max-width: 1023px) {
  .tools .tools__actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 3rem;
    z-index: 5;
  }
  .tools .tools__actions:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(360deg, #005072 0%, #005072 55.99%, rgba(0, 80, 114, 0) 94.72%);
  }
}
.tools .tools__actions ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -0.7rem;
  position: relative;
  z-index: 2;
}
.tools .tools__actions ul li {
  padding: 0.7rem;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */