/* -- PRIMARY COLORS -- */
/* -- TYPOGRAPHY :: FONT SIZE -- */
/* -- TYPOGRAPHY :: LINE HEIGHT -- */
/* -- TYPOGRAPHY :: FONT FAMILY -- */
/* -- LAYOUT :: BREAKPOINTS -- */
/* -- LAYOUTS -- */
/* -- TYPOGRAPHY -- */
/* -- RESET BUTTON -- */
/* -- HIDE SCROLLBAR -- */
/* -- RESET UNORDERED LIST -- */
.ito-animation--is-fade-in {
  position: relative;
  top: 1.5rem;
  opacity: 0;
  transition: 1s;
}
.ito-animation--is-fade-in-visible {
  top: 0;
  opacity: 1;
}

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-size: 100%;
}

body {
  font-weight: 400;
  background-color: #fafafa;
  color: #1f2323;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.4;
  }
}

strong {
  font-weight: 600;
}

address {
  font-style: normal;
}

mark {
  background: transparent;
}

a {
  text-decoration: none;
  color: #1f2323;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
select {
  font-weight: 400;
}

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,
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,
input,
button,
select,
textarea {
  font-family: "Rubik", sans-serif;
}

h1 {
  font-size: 2.2222222222rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}

h2 {
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

h3 {
  font-size: 1.3333333333rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

h4 {
  font-size: 1.2222222222rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}

h5 {
  font-size: 0.8888888889rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h5 {
    font-size: 1rem;
    line-height: 1.4;
  }
}

@media (min-width: 2000px) {
  .ito-is-lyt-content {
    max-width: 1800px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) and (max-width: 2000px) {
  .ito-is-lyt-content {
    padding-right: 4rem;
    padding-left: 4rem;
    width: calc(100% - 8rem);
  }
}
@media (max-width: 1200px) {
  .ito-is-lyt-content {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    width: calc(100% - 2.5rem);
  }
}

@media (min-width: 2200px) {
  .ito-is-lyt-wide {
    max-width: 2100px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) and (max-width: 2200px) {
  .ito-is-lyt-wide {
    padding-right: 4rem;
    padding-left: 4rem;
    width: calc(100% - 8rem);
  }
}
@media (max-width: 1200px) {
  .ito-is-lyt-wide {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    width: calc(100% - 2.5rem);
  }
}

.ito-about {
  background-color: #1f2323;
}
@media (min-width: 767px) {
  .ito-about {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .ito-about {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.ito-about * {
  color: #fafafa;
  text-align: center;
}
.ito-about__inner > * {
  max-width: 80rem;
  margin: 0 auto;
}
.ito-about__inner p + p {
  margin-top: 0.5rem;
}
.ito-about__inner img {
  border-radius: 50%;
  object-fit: cover;
  margin: 4rem auto;
}
@media (min-width: 767px) {
  .ito-about__inner img {
    height: 12rem;
    width: 12rem;
  }
}
@media (max-width: 767px) {
  .ito-about__inner img {
    height: 8rem;
    width: 8rem;
  }
}
.ito-about__headline {
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .ito-about__headline {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .ito-about__headline {
    margin-bottom: 1.5rem;
  }
}
.ito-about__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ito-about__image-wrapper img {
  position: relative;
  z-index: 1;
}
.ito-about__image-dots {
  display: flex;
  position: absolute;
  z-index: 0;
  width: 4rem;
  transition: 4s;
  background-image: url(../images/dashed-line.svg);
  background-position: center;
  background-repeat: repeat-x;
}
.ito-about__image-dots div {
  border-radius: 50%;
  background-color: #d9dede;
}
@media (min-width: 767px) {
  .ito-about__image-dots div {
    height: 3rem;
    width: 3rem;
    margin: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .ito-about__image-dots div {
    height: 1.6rem;
    width: 1.6rem;
    margin: 0 0.8rem;
  }
}
.ito-about__image-dots div:first-child, .ito-about__image-dots div:last-child {
  background-color: #077777;
}
.ito-about__image-dots div:first-child {
  margin-left: 0;
}
.ito-about__image-dots div:last-child {
  margin-right: 0;
}
.ito-about__image-dots div:nth-child(2) {
  margin-right: auto;
}
.ito-about .ito-animation--is-fade-in-visible .ito-about__image-dots {
  width: 40rem;
  max-width: calc(100% - 2rem);
}

@media (min-width: 767px) {
  .ito-awards {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .ito-awards {
    padding-bottom: 4rem;
  }
}
.ito-awards__headline {
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 767px) {
  .ito-awards__headline {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .ito-awards__headline {
    margin-bottom: 2.5rem;
  }
}
.ito-awards__marquee-wrapper {
  display: flex;
  overflow: hidden;
}
.ito-awards__marquee-wrapper::before, .ito-awards__marquee-wrapper::after {
  position: absolute;
  z-index: 4;
  content: "";
  height: 5rem;
  width: 10rem;
  min-width: 10rem;
  pointer-events: none;
}
.ito-awards__marquee-wrapper::before {
  background: transparent;
  background: -webkit-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgba(250, 250, 250, 0.14) 75%, rgba(250, 250, 250, 0) 100%);
  background: -moz-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgba(250, 250, 250, 0.14) 75%, rgba(250, 250, 250, 0) 100%);
  background: linear-gradient(90deg, rgb(250, 250, 250) 0%, rgba(250, 250, 250, 0.14) 75%, rgba(250, 250, 250, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);
}
.ito-awards__marquee-wrapper::after {
  right: 0;
  background: transparent;
  background: -webkit-linear-gradient(-90deg, rgb(250, 250, 250) 0%, rgba(250, 250, 250, 0.14) 75%, rgba(250, 250, 250, 0) 100%);
  background: -moz-linear-gradient(-90deg, rgb(250, 250, 250) 0%, rgba(250, 250, 250, 0.14) 75%, rgba(250, 250, 250, 0) 100%);
  background: linear-gradient(-90deg, rgb(250, 250, 250) 0%, rgba(250, 250, 250, 0.14) 75%, rgba(250, 250, 250, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
}
.ito-awards__marquee {
  display: flex;
}
.ito-awards__marquee-content {
  display: flex;
  animation: logoCarouselMarquee 30s linear infinite;
}
.ito-awards__marquee img {
  object-fit: contain;
}
@media (min-width: 1000px) {
  .ito-awards__marquee img {
    height: 5rem;
    width: 14rem;
  }
}
@media (max-width: 1000px) {
  .ito-awards__marquee img {
    height: 4rem;
    width: 7rem;
  }
}

@keyframes logoCarouselMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ito-clients {
  background-color: #d9dede;
}
@media (min-width: 767px) {
  .ito-clients {
    padding-top: 8rem;
    padding-bottom: 8rem;
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .ito-clients {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.ito-clients__headline {
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .ito-clients__headline {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .ito-clients__headline {
    margin-bottom: 2.5rem;
  }
}
.ito-clients__categories {
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  overflow: scroll;
}
.ito-clients__categories::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .ito-clients__categories {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (min-width: 767px) {
  .ito-clients__category {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .ito-clients__category {
    min-width: 100%;
  }
}
.ito-clients__category-headline {
  text-align: center;
  margin-bottom: 1rem;
}
.ito-clients__category-clients {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ito-clients__category img {
  display: inline-block;
  object-fit: contain;
  object-position: center;
  margin: 2rem auto;
}
@media (min-width: 1000px) {
  .ito-clients__category img {
    height: 5rem;
    width: 14rem;
  }
}
@media (max-width: 1000px) {
  .ito-clients__category img {
    height: 4rem;
    width: 11rem;
  }
}

.ito-contact-form-modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(9px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ito-contact-form-modal[aria-hidden=true] {
  display: none;
}
.ito-contact-form-modal__inner {
  max-height: calc(100vh - 10rem);
  overflow-y: auto;
  scrollbar-color: #1f2323 #fafafa;
  scrollbar-width: thin;
  background-color: white;
}
@media (min-width: 767px) {
  .ito-contact-form-modal__inner {
    width: 30rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .ito-contact-form-modal__inner {
    width: calc(100% - 6rem);
    padding: 2rem;
    margin: 1rem;
  }
}
.ito-contact-form-modal__close-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.ito-contact-form-modal__close svg {
  height: 1.4rem;
  width: auto;
}

.ito-inquiry-form abbr {
  text-decoration: none;
}
.ito-inquiry-form input,
.ito-inquiry-form textarea {
  font-size: 0.8rem;
}
.ito-inquiry-form__field--is-message label, .ito-inquiry-form__field--is-name label, .ito-inquiry-form__field--is-email label, .ito-inquiry-form__field--is-security label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.ito-inquiry-form__field--is-message input,
.ito-inquiry-form__field--is-message textarea, .ito-inquiry-form__field--is-name input,
.ito-inquiry-form__field--is-name textarea, .ito-inquiry-form__field--is-email input,
.ito-inquiry-form__field--is-email textarea, .ito-inquiry-form__field--is-security input,
.ito-inquiry-form__field--is-security textarea {
  width: calc(100% - 1.6rem);
  border-radius: 0;
  padding: 0.8rem;
  border: solid 1px #1f2323;
  resize: vertical;
}
.ito-inquiry-form__field--is-data-policy label {
  font-size: 0.8888888889rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .ito-inquiry-form__field--is-data-policy label {
    font-size: 0.7777777778rem;
    line-height: 1.4;
  }
}
.ito-inquiry-form__field--is-security {
  display: none;
}
.ito-inquiry-form__field--is-security svg {
  display: block;
  margin-bottom: 1rem;
  height: 2.4rem;
}
.ito-inquiry-form__field--is-submit button {
  font-size: 1rem;
  color: #fafafa;
  padding: 0.8rem 1rem;
  border: solid 1px #1f2323;
  border-radius: 0;
  background-color: #1f2323;
  cursor: pointer;
  margin-bottom: 1rem;
}
.ito-inquiry-form--has-visible-security .ito-inquiry-form__field--is-security {
  display: block;
}
.ito-inquiry-form__field + .ito-inquiry-form__field {
  margin-top: 1rem;
}
.ito-inquiry-form__message {
  display: flex;
  font-size: 0.9rem;
}
.ito-inquiry-form--is-success .ito-inquiry-form__message::before {
  content: "";
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  background-image: url("../images/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5rem;
}

.ito-entry-content {
  padding-top: 8rem;
  padding-bottom: 8rem;
  min-height: calc(100vh - 20rem);
}
.ito-entry-content h1 {
  margin-bottom: 2rem;
}
.ito-entry-content p + * {
  margin-top: 1rem;
}
.ito-entry-content ul {
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.ito-entry-content h3 {
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.ito-footer {
  position: relative;
  z-index: 1;
  background-color: #1f2323;
}
.ito-footer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .ito-footer__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .ito-footer__inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .ito-footer__inner > *:first-child {
    margin-bottom: 1rem;
  }
}
.ito-footer * {
  font-size: 0.8888888889rem;
  line-height: 1.4;
  color: #fafafa;
}
@media (max-width: 767px) {
  .ito-footer * {
    font-size: 0.7777777778rem;
    line-height: 1.4;
  }
}
.ito-footer svg {
  height: 1rem;
  width: auto;
  position: absolute;
  left: calc(50% - 25px);
}
@media (max-width: 767px) {
  .ito-footer svg {
    display: none;
  }
}
.ito-footer ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.ito-footer ul li {
  display: block;
}
@media (min-width: 767px) {
  .ito-footer ul li + li {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .ito-footer ul li + li {
    margin-left: 1rem;
  }
}

.ito-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  backdrop-filter: blur(4px);
}
.ito-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .ito-header__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .ito-header__inner {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.ito-header__logo svg {
  height: 1.75rem;
  width: auto;
}
.ito-header__navigation-trigger {
  width: 2.25rem;
  height: 1.5rem;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .ito-header__navigation-trigger {
    transform: scale(0.9);
    left: 0.3rem;
  }
}
.ito-header__navigation-trigger div {
  width: 100%;
  height: 0.167rem;
  background-color: #345858;
  display: block;
  transition: 0.6s;
  border-radius: 0.55rem;
  position: absolute;
}
.ito-header__navigation-trigger div:nth-child(1) {
  top: 0;
  transform-origin: top left;
}
.ito-header__navigation-trigger div:nth-child(2) {
  top: 50%;
  width: 100%;
}
.ito-header__navigation-trigger div:nth-child(3) {
  top: 100%;
  transform-origin: bottom left;
}
.ito-header__navigation-trigger:hover div:nth-child(2) {
  width: 60%;
}
.ito-header__navigation-trigger[aria-expanded=true] div {
  width: 100% !important;
}
.ito-header__navigation-trigger[aria-expanded=true] div:nth-child(1) {
  margin-top: -2.6px;
  transform: rotate(45deg);
}
.ito-header__navigation-trigger[aria-expanded=true] div:nth-child(2) {
  opacity: 0;
  width: 0% !important;
}
.ito-header__navigation-trigger[aria-expanded=true] div:nth-child(3) {
  margin-top: -2.4px;
  transform: rotate(-45deg);
}

.ito-body--has-navigation-open .ito-header {
  backdrop-filter: blur(0px);
}
@media (min-width: 767px) {
  .ito-body--has-navigation-open .ito-header__logo .ito-path {
    fill: #fafafa;
  }
}
@media (max-width: 767px) {
  .ito-body--has-navigation-open .ito-header__logo .ito-path {
    fill: #064040 !important;
  }
}
.ito-body--has-navigation-open .ito-header__navigation-trigger div {
  background-color: #1f2323 !important;
}

.ito-body--has-negative-header .ito-header__logo .ito-path {
  fill: #fafafa;
}
.ito-body--has-negative-header .ito-header__navigation-trigger div {
  background-color: #fafafa;
}

.ito-navigation-modal {
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  top: 0;
  z-index: 90;
  height: 100%;
  transition: 1s;
  background-color: #fafafa;
  overflow: scroll;
}
.ito-navigation-modal::-webkit-scrollbar {
  display: none;
}
@media (min-width: 2000px) {
  .ito-navigation-modal {
    right: -40%;
    width: 40%;
  }
}
@media (min-width: 767px) and (max-width: 2000px) {
  .ito-navigation-modal {
    right: -32rem;
    width: 32rem;
  }
}
@media (max-width: 767px) {
  .ito-navigation-modal {
    right: -100%;
    width: 100%;
  }
}
.ito-navigation-modal[aria-hidden=false] {
  right: 0;
}
.ito-navigation-modal ul.menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.ito-navigation-modal ul.menu li {
  display: block;
}
@media (min-width: 767px) {
  .ito-navigation-modal ul.menu {
    padding: 8rem 3.5rem 3.5rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .ito-navigation-modal ul.menu {
    padding: 8rem 1.25rem 1.25rem 1.25rem;
  }
}
.ito-navigation-modal ul.menu .pll-parent-menu-item > a {
  display: none;
}
.ito-navigation-modal ul.menu .pll-parent-menu-item .sub-menu {
  padding-top: 0;
  padding-bottom: 1rem;
}
.ito-navigation-modal ul.menu .pll-parent-menu-item .sub-menu > li {
  margin-right: 0.25rem;
}
.ito-navigation-modal ul.menu .pll-parent-menu-item .sub-menu > li:first-child::after {
  content: "/";
  font-size: 0.875rem;
}
.ito-navigation-modal ul.menu .pll-parent-menu-item .sub-menu > li a {
  font-size: 1rem;
  padding-right: 0.25rem;
}
.ito-navigation-modal ul.menu .pll-parent-menu-item .sub-menu > li.current-lang a {
  font-weight: bold;
}
.ito-navigation-modal ul.menu > li {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .ito-navigation-modal ul.menu > li {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .ito-navigation-modal ul.menu > li {
    margin-bottom: 1rem;
  }
}
.ito-navigation-modal ul.menu > li:last-child {
  flex: 1;
  margin-bottom: 0;
}
.ito-navigation-modal ul.menu > li > a {
  font-size: 1.2222222222rem;
  line-height: 1.4;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .ito-navigation-modal ul.menu > li > a {
    font-size: 1.3125rem;
    line-height: 1.4;
  }
}
.ito-navigation-modal ul.menu > li > .sub-menu {
  display: flex;
  padding-top: 2rem;
  margin-top: auto;
}
.ito-navigation-modal ul.menu > li > .sub-menu > li {
  margin-right: 2rem;
}
.ito-navigation-modal ul.menu > li > .sub-menu a {
  font-size: 0.8888888889rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .ito-navigation-modal ul.menu > li > .sub-menu a {
    font-size: 0.7777777778rem;
    line-height: 1.4;
  }
}

.ito-navigation-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -2;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(1rem);
  transition: 0.4s;
}
.ito-navigation-modal-background[aria-hidden=false] {
  pointer-events: auto;
  z-index: 80;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.ito-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100vh;
  width: 100%;
  opacity: 1;
  background-color: #fafafa;
  transition: 0.6s;
}
.ito-hero--is-hidden {
  opacity: 0;
  pointer-events: none;
}
.ito-hero h1 {
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .ito-hero h1 br {
    display: none;
  }
}

.ito-scrollytelling {
  height: 800vh;
  background-color: #d9dede;
}
.ito-scrollytelling img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  position: fixed;
  top: 0;
  will-change: transform;
}
.ito-scrollytelling__callouts {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 2000px) {
  .ito-scrollytelling__callouts {
    max-width: 1800px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) and (max-width: 2000px) {
  .ito-scrollytelling__callouts {
    padding-right: 4rem;
    padding-left: 4rem;
    width: calc(100% - 8rem);
  }
}
@media (max-width: 1200px) {
  .ito-scrollytelling__callouts {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    width: calc(100% - 2.5rem);
  }
}
.ito-scrollytelling__callout-wrapper {
  position: fixed;
  top: calc(90% - 4rem);
}
@media (min-width: 767px) {
  .ito-scrollytelling__callout-wrapper:nth-child(even) {
    display: flex;
    justify-content: flex-end;
  }
}
.ito-scrollytelling__callout {
  opacity: 0;
  transition: opacity 0.4s, margin 0.2s;
}
@media (min-width: 767px) {
  .ito-scrollytelling__callout {
    max-width: 32rem;
    margin-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .ito-scrollytelling__callout {
    max-width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}
.ito-scrollytelling__callout p {
  font-size: 2rem;
  line-height: 1.4;
  color: #064040;
  text-align: center;
}
@media (max-width: 767px) {
  .ito-scrollytelling__callout p {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .ito-scrollytelling__callout p br {
    display: none;
  }
}

.ito-body-without-scrollytelling {
  position: relative;
  z-index: 1;
  background-color: #fafafa;
}

@media (min-width: 767px) {
  .ito-services {
    display: flex;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .ito-services {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 767px) {
  .ito-services .glider {
    pointer-events: none;
  }
}
.ito-services__controls {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}
.ito-services__controls > * {
  margin-right: 1rem;
}
.ito-services__controls > *:last-child {
  margin-right: 0;
}
.ito-services__control {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #d9dede;
  backdrop-filter: blur(1rem);
  border-radius: 0.2rem;
  opacity: 1;
  transition: 0.4s;
}
.ito-services__control.disabled {
  opacity: 0;
  pointer-events: none;
}
.ito-services--has-all-slides .ito-services__control--is-next {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 2000px) {
  .ito-services__progress {
    width: calc(50vw - 900px);
    justify-content: flex-end;
  }
}
@media (min-width: 767px) and (max-width: 2000px) {
  .ito-services__progress {
    width: 10rem;
    justify-content: flex-end;
  }
}
@media (min-width: 767px) {
  .ito-services__progress {
    position: absolute;
    z-index: 10;
    display: flex;
    height: calc(70vh + 10rem);
    padding-top: 3.5rem;
  }
}
@media (max-width: 767px) {
  .ito-services__progress {
    margin: 0 1.25rem 1.25rem 1.25rem;
  }
}
.ito-services__progress-bar {
  background-color: #d9dede;
}
@media (min-width: 767px) {
  .ito-services__progress-bar {
    height: 70vh;
    width: 0.25rem;
  }
}
@media (min-width: 2000px) {
  .ito-services__progress-bar {
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .ito-services__progress-bar {
    width: 100%;
    height: 0.25rem;
  }
}
.ito-services__progress-bar div {
  background-color: #1f2323;
  transition: 0.6s;
}
@media (min-width: 767px) {
  .ito-services__progress-bar div {
    width: 100% !important;
    height: 0;
  }
}
@media (max-width: 767px) {
  .ito-services__progress-bar div {
    width: 0;
    height: 100% !important;
  }
}
@media (min-width: 2000px) {
  .ito-services__slider {
    margin-left: calc(50vw - 900px);
    width: calc(100% - (50vw - 900px));
  }
}
@media (min-width: 767px) and (max-width: 2000px) {
  .ito-services__slider {
    width: calc(100% - 10rem);
    margin-left: 10rem;
  }
}
@media (max-width: 767px) {
  .ito-services__slider {
    width: 100%;
  }
}
.ito-services__slider .glider-track {
  align-items: flex-start;
}
@media (min-width: 767px) {
  .ito-services__slide {
    margin-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .ito-services__slide {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .ito-services__slide:last-child {
    margin-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .ito-services__slide > * {
    margin-left: 1.25rem;
    order: 2;
  }
}
.ito-services__slide-headline {
  text-transform: uppercase;
  opacity: 0;
  transition: 0.4s;
}
@media (min-width: 767px) {
  .ito-services__slide-headline {
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .ito-services__slide-headline {
    margin-bottom: 0.5rem;
  }
}
.ito-services__slide.visible .ito-services__slide-headline, .ito-services__slide.active .ito-services__slide-headline {
  opacity: 1;
}
.ito-services__slide-image {
  object-fit: cover;
}
@media (min-width: 767px) {
  .ito-services__slide-image {
    height: 70vh;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ito-services__slide-image {
    height: 30vh;
    width: calc(100% - 1.25rem);
    order: 1;
    margin-bottom: 1rem;
  }
}
.ito-services__slide-content {
  opacity: 0;
  transition: 0.4s;
}
@media (min-width: 767px) {
  .ito-services__slide-content {
    margin: 1.25rem;
  }
}
.ito-services__slide.visible .ito-services__slide-content, .ito-services__slide.active .ito-services__slide-content {
  opacity: 1;
}
@media (max-width: 767px) {
  .ito-services__slider-placeholder {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .ito-testimonials {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .ito-testimonials {
    padding-bottom: 4rem;
  }
}
@media (min-width: 767px) {
  .ito-testimonials .glider {
    pointer-events: none;
  }
}
.ito-testimonials__headline {
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 767px) {
  .ito-testimonials__headline {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .ito-testimonials__headline {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 2000px) {
  .ito-testimonials__slider {
    margin-left: calc(50vw - 900px);
    width: calc(100% - (50vw - 900px));
  }
}
@media (min-width: 767px) and (max-width: 2000px) {
  .ito-testimonials__slider {
    margin-left: 10rem;
    width: calc(100% - 10rem);
  }
}
@media (max-width: 767px) {
  .ito-testimonials__slider {
    width: 100%;
  }
}
@media (min-width: 2000px) {
  .ito-testimonials__progress {
    width: calc(50vw - 900px);
    justify-content: flex-end;
  }
}
@media (min-width: 767px) and (max-width: 2000px) {
  .ito-testimonials__progress {
    width: 10rem;
    justify-content: flex-end;
  }
}
@media (min-width: 767px) {
  .ito-testimonials__progress {
    position: absolute;
    z-index: 10;
    display: flex;
    height: calc(70vh + 10rem);
  }
}
@media (max-width: 767px) {
  .ito-testimonials__progress {
    margin: 0 1.25rem 1.25rem 1.25rem;
  }
}
.ito-testimonials__progress-bar {
  background-color: #d9dede;
}
@media (min-width: 767px) {
  .ito-testimonials__progress-bar {
    height: 70vh;
    width: 0.25rem;
  }
}
@media (min-width: 2000px) {
  .ito-testimonials__progress-bar {
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .ito-testimonials__progress-bar {
    width: 100%;
    height: 0.25rem;
  }
}
.ito-testimonials__progress-bar div {
  background-color: #1f2323;
  transition: 0.6s;
}
@media (min-width: 767px) {
  .ito-testimonials__progress-bar div {
    width: 100% !important;
    height: 0;
  }
}
@media (max-width: 767px) {
  .ito-testimonials__progress-bar div {
    width: 0;
    height: 100% !important;
  }
}
.ito-testimonials__slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/ocean.jpg");
  background-position: center;
  background-size: cover;
  animation: moveBg 20s ease-in-out infinite alternate;
}
.ito-testimonials__slide:nth-child(even) {
  animation: moveBgReverse 20s ease-in-out infinite alternate;
}
@media (min-width: 767px) {
  .ito-testimonials__slide {
    margin-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .ito-testimonials__slide {
    margin-left: 1rem;
    width: calc(100% - 1rem);
  }
}
@media (max-width: 767px) {
  .ito-testimonials__slide:last-child {
    margin-right: 1.25rem;
  }
}
.ito-testimonials__slide-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0.4rem);
  background-color: rgba(0, 0, 0, 0.4);
  transition: 1s;
}
@media (min-width: 767px) {
  .ito-testimonials__slide-content-wrapper {
    min-height: 70vh;
  }
}
.ito-testimonials__slide.active .ito-testimonials__slide-content-wrapper {
  backdrop-filter: blur(5rem);
}
.ito-testimonials__slide-content {
  max-width: 70rem;
  margin: 0 auto;
  color: #fafafa;
}
@media (min-width: 767px) {
  .ito-testimonials__slide-content {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .ito-testimonials__slide-content {
    padding: 2rem;
  }
}
.ito-testimonials__slide-quote {
  font-weight: 400;
  font-style: italic;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 767px) {
  .ito-testimonials__slide-quote {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .ito-testimonials__slide-quote {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.ito-testimonials__slide-quote::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icons/quote-white.svg");
  opacity: 0.3;
}
@media (min-width: 767px) {
  .ito-testimonials__slide-quote::before {
    height: 4rem;
    width: 4rem;
  }
}
@media (max-width: 767px) {
  .ito-testimonials__slide-quote::before {
    height: 2rem;
    width: 2rem;
  }
}
.ito-testimonials__slide-author {
  text-align: center;
}
@media (max-width: 767px) {
  .ito-testimonials__slide-author {
    font-size: 0.7777777778rem;
    line-height: 1.4;
  }
}
.ito-testimonials__controls {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}
.ito-testimonials__controls > * {
  margin-right: 1rem;
}
.ito-testimonials__controls > *:last-child {
  margin-right: 0;
}
.ito-testimonials__control {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #d9dede;
  backdrop-filter: blur(1rem);
  border-radius: 0.2rem;
  opacity: 1;
  transition: 0.4s;
}
.ito-testimonials__control.disabled {
  opacity: 0;
  pointer-events: none;
}
.ito-testimonials--has-all-slides .ito-testimonials__control--is-next {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .ito-testimonials__slider-placeholder {
    display: none !important;
  }
}

@keyframes moveBg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 100%;
  }
}
@keyframes moveBgReverse {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 0 0;
  }
}
.glider, .glider-contain {
  margin: 0 auto;
  position: relative;
}

.glider, .glider-track {
  transform: translateZ(0);
}

.glider-dot, .glider-next, .glider-prev {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
}

.glider-contain {
  width: 100%;
}

.glider {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-next, .glider-prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.glider-next:focus, .glider-next:hover, .glider-prev:focus, .glider-prev:hover {
  color: #ccc;
}

.glider-next {
  right: -23px;
  left: auto;
}

.glider-next.disabled, .glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.glider-hide {
  opacity: 0;
}

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.glider-dot {
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}

.glider-dot:focus, .glider-dot:hover {
  background: #ddd;
}

.glider-dot.active {
  background: black;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
.glider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.glider::-webkit-scrollbar {
  display: none;
}

.glider-track {
  max-width: none !important;
}

/*# sourceMappingURL=main.css.map */
