@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/***
    The new CSS reset - version 1.7.3 (last updated 7.8.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/*
*,
*::before,
*::after {
    box-sizing: border-box;
}


a, button {
    cursor: revert;
}


ol, ul, menu {
    list-style: none;
}


img {
    max-width: 100%;
}


table {
    border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  line-break: after-white-space;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

.gradient-red-angled {
  background: #db195f;
  background: -moz-linear-gradient(24deg, #db195f 0%, #e94e57 100%);
  background: -webkit-linear-gradient(24deg, #db195f 0%, #e94e57 100%);
  background: linear-gradient(24deg, #db195f 0%, #e94e57 100%);
}
.gradient-red-left {
  background: #db195f;
  background: -moz-linear-gradient(left, #db195f 0%, #e94e57 100%);
  background: -webkit-linear-gradient(left, #db195f 0%, #e94e57 100%);
  background: linear-gradient(left, #db195f 0%, #e94e57 100%);
}
.gradient-red-right {
  background: #db195f;
  background: -moz-linear-gradient(right, #db195f 0%, #e94e57 100%);
  background: -webkit-linear-gradient(right, #db195f 0%, #e94e57 100%);
  background: linear-gradient(right, #db195f 0%, #e94e57 100%);
}
.gradient-orange-angled {
  background: #f88d50;
  background: -moz-linear-gradient(24deg, #f88d50 0%, #f8d350 100%);
  background: -webkit-linear-gradient(24deg, #f88d50 0%, #f8d350 100%);
  background: linear-gradient(24deg, #f88d50 0%, #f8d350 100%);
}
.gradient-orange-left {
  background: #f88d50;
  background: -moz-linear-gradient(left, #f88d50 0%, #f8d350 100%);
  background: -webkit-linear-gradient(left, #f88d50 0%, #f8d350 100%);
  background: linear-gradient(left, #f88d50 0%, #f8d350 100%);
}
.gradient-orange-right {
  background: #f88d50;
  background: -moz-linear-gradient(right, #f88d50 0%, #f8d350 100%);
  background: -webkit-linear-gradient(right, #f88d50 0%, #f8d350 100%);
  background: linear-gradient(right, #f88d50 0%, #f8d350 100%);
}
.gradient-green-angled {
  background: #0aaa7a;
  background: -moz-linear-gradient(24deg, #0aaa7a 0%, #50f8ee 100%);
  background: -webkit-linear-gradient(24deg, #0aaa7a 0%, #50f8ee 100%);
  background: linear-gradient(24deg, #0aaa7a 0%, #50f8ee 100%);
}
.gradient-green-left {
  background: #0aaa7a;
  background: -moz-linear-gradient(left, #0aaa7a 0%, #50f8ee 100%);
  background: -webkit-linear-gradient(left, #0aaa7a 0%, #50f8ee 100%);
  background: linear-gradient(left, #0aaa7a 0%, #50f8ee 100%);
}
.gradient-green-right {
  background: #0aaa7a;
  background: -moz-linear-gradient(right, #0aaa7a 0%, #50f8ee 100%);
  background: -webkit-linear-gradient(right, #0aaa7a 0%, #50f8ee 100%);
  background: linear-gradient(right, #0aaa7a 0%, #50f8ee 100%);
}
.gradient-blue-angled {
  background: #50b4e5;
  background: -moz-linear-gradient(24deg, #50b4e5 0%, #50f8ee 100%);
  background: -webkit-linear-gradient(24deg, #50b4e5 0%, #50f8ee 100%);
  background: linear-gradient(24deg, #50b4e5 0%, #50f8ee 100%);
}
.gradient-blue-left {
  background: #50b4e5;
  background: -moz-linear-gradient(left, #50b4e5 0%, #50f8ee 100%);
  background: -webkit-linear-gradient(left, #50b4e5 0%, #50f8ee 100%);
  background: linear-gradient(left, #50b4e5 0%, #50f8ee 100%);
}
.gradient-blue-right {
  background: #50b4e5;
  background: -moz-linear-gradient(right, #50b4e5 0%, #50f8ee 100%);
  background: -webkit-linear-gradient(right, #50b4e5 0%, #50f8ee 100%);
  background: linear-gradient(right, #50b4e5 0%, #50f8ee 100%);
}
.gradient-purple-angled {
  background: #50b4e5;
  background: -moz-linear-gradient(24deg, #50b4e5 0%, #9009d0 100%);
  background: -webkit-linear-gradient(24deg, #50b4e5 0%, #9009d0 100%);
  background: linear-gradient(24deg, #50b4e5 0%, #9009d0 100%);
}
.gradient-purple-left {
  background: #50b4e5;
  background: -moz-linear-gradient(left, #50b4e5 0%, #9009d0 100%);
  background: -webkit-linear-gradient(left, #50b4e5 0%, #9009d0 100%);
  background: linear-gradient(left, #50b4e5 0%, #9009d0 100%);
}
.gradient-purple-right {
  background: #50b4e5;
  background: -moz-linear-gradient(right, #50b4e5 0%, #9009d0 100%);
  background: -webkit-linear-gradient(right, #50b4e5 0%, #9009d0 100%);
  background: linear-gradient(right, #50b4e5 0%, #9009d0 100%);
}
.gradient-magenta-angled {
  background: #ff459e;
  background: -moz-linear-gradient(24deg, #ff459e 0%, transparent 100%);
  background: -webkit-linear-gradient(24deg, #ff459e 0%, transparent 100%);
  background: linear-gradient(24deg, #ff459e 0%, transparent 100%);
}
.gradient-magenta-left {
  background: #ff459e;
  background: -moz-linear-gradient(left, #ff459e 0%, transparent 100%);
  background: -webkit-linear-gradient(left, #ff459e 0%, transparent 100%);
  background: linear-gradient(left, #ff459e 0%, transparent 100%);
}
.gradient-magenta-right {
  background: #ff459e;
  background: -moz-linear-gradient(right, #ff459e 0%, transparent 100%);
  background: -webkit-linear-gradient(right, #ff459e 0%, transparent 100%);
  background: linear-gradient(right, #ff459e 0%, transparent 100%);
}
.gradient-cyan-angled {
  background: #00b9e1;
  background: -moz-linear-gradient(24deg, #00b9e1 0%, transparent 100%);
  background: -webkit-linear-gradient(24deg, #00b9e1 0%, transparent 100%);
  background: linear-gradient(24deg, #00b9e1 0%, transparent 100%);
}
.gradient-cyan-left {
  background: #00b9e1;
  background: -moz-linear-gradient(left, #00b9e1 0%, transparent 100%);
  background: -webkit-linear-gradient(left, #00b9e1 0%, transparent 100%);
  background: linear-gradient(left, #00b9e1 0%, transparent 100%);
}
.gradient-cyan-right {
  background: #00b9e1;
  background: -moz-linear-gradient(right, #00b9e1 0%, transparent 100%);
  background: -webkit-linear-gradient(right, #00b9e1 0%, transparent 100%);
  background: linear-gradient(right, #00b9e1 0%, transparent 100%);
}
.gradient-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bg-color--red {
  background-color: #db195f;
}
.bg-color--red-light {
  background-color: #e94e57;
}
.bg-color--magenta {
  background-color: #ff459e;
}
.bg-color--orange {
  background-color: #f88d50;
}
.bg-color--yellow {
  background-color: #f8d350;
}
.bg-color--green {
  background-color: #0aaa7a;
}
.bg-color--cyan {
  background-color: #00b9e1;
}
.bg-color--blue {
  background-color: #50b4e5;
}
.bg-color--blue-light {
  background-color: #50f8ee;
}
.bg-color--blue-dt {
  background-color: #082b47;
}
.bg-color--purple {
  background-color: #9009d0;
}
.bg-color--primary-black {
  background-color: #232323;
}
.bg-color--mid-grey {
  background-color: #515151;
}
.bg-color--light-grey {
  background-color: #b0b0b0;
}
.bg-color--white {
  background-color: #ffffff;
}

.overlay.overlay-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.opacity-0 {
  opacity: 0.0;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

html,
html body {
  overflow-x: hidden;
}
html body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
html body header {
  width: 100%;
}
html body main,
html body footer {
  width: 100%;
  max-width: 1400px;
}

@media screen and (min-width: 768px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
  }
}
@media screen and (min-width: 992px) {
  .grid-2 {
    grid-column-gap: 64px;
  }
}

@media screen and (min-width: 768px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
  }
}
@media screen and (min-width: 992px) {
  .grid-3 {
    grid-column-gap: 112px;
  }
}

.core-values {
  width: 100%;
}
.core-values h2 {
  text-align: center;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.decorative-xxl {
  font-family: "Montserrat", sans-serif;
}

.subtitle,
.body-large,
.body-normal,
a {
  font-family: "Roboto", sans-serif;
}

.h1 {
  font-weight: 800;
}

.h2,
.h3,
.h4,
.decorative-xxl {
  font-weight: 700;
}

.h5 {
  font-weight: 300;
}

.subtitle,
.h6 {
  font-weight: 500;
}

.body-large,
.body-normal {
  font-weight: 400;
}

.decorative-xxl {
  font-size: 156px;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .decorative-xxl {
    font-size: 208px;
  }
}

.h1 {
  font-size: 48px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .h1 {
    font-size: 72px;
  }
}
@media screen and (min-width: 992px) {
  .h1 {
    font-size: 93px;
  }
}

.h2 {
  font-size: 64px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .h2 {
    font-size: 73px;
  }
}
@media screen and (min-width: 992px) {
  .h2 {
    font-size: 83px;
  }
}

.h3 {
  font-size: 40px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .h3 {
    font-size: 48px;
  }
}
@media screen and (min-width: 992px) {
  .h3 {
    font-size: 64px;
  }
}

.h4,
.h5 {
  font-size: 40px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .h4,
.h5 {
    font-size: 48px;
  }
}
@media screen and (min-width: 992px) {
  .h4,
.h5 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .h4,
.h5 {
    font-size: 48px;
  }
}

h6,
.h6 {
  font-size: 32px;
  line-height: 1.2;
}

.subtitle,
.body-large {
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .subtitle,
.body-large {
    font-size: 24px;
  }
}

.body-normal {
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .body-normal {
    font-size: 20px;
  }
}

.font-color--red {
  color: #db195f;
}
.font-color--red-light {
  color: #e94e57;
}
.font-color--magenta {
  color: #ff459e;
}
.font-color--orange {
  color: #f88d50;
}
.font-color--yellow {
  color: #f8d350;
}
.font-color--green {
  color: #0aaa7a;
}
.font-color--cyan {
  color: #00b9e1;
}
.font-color--blue {
  color: #50b4e5;
}
.font-color--blue-light {
  color: #50f8ee;
}
.font-color--blue-dt {
  color: #082b47;
}
.font-color--purple {
  color: #9009d0;
}
.font-color--primary-black {
  color: #232323;
}
.font-color--mid-grey {
  color: #515151;
}
.font-color--light-grey {
  color: #b0b0b0;
}
.font-color--white {
  color: #ffffff;
}

.weight-100 {
  font-weight: 100;
}

.weight-200 {
  font-weight: 200;
}

.weight-300 {
  font-weight: 300;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.weight-800 {
  font-weight: 800;
}

.weight-900 {
  font-weight: 900;
}

a {
  color: #00b9e1;
  font-size: 20px;
}
a:hover, a:focus {
  cursor: pointer;
}

ul.no-bullets,
ol.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.btn {
  display: inline-block;
  padding: 24px;
  border: 2px solid;
  background: transparent;
  transition: ease-in-out 0.3s;
  border-radius: 4px;
}
.btn-dark {
  color: #00b9e1;
  border-color: #00b9e1;
}
.btn-dark:hover, .btn-dark:focus {
  transition: ease-in-out 0.3s;
  color: #ffffff;
  background-color: #00b9e1;
}
.btn-dark--filled {
  color: #ffffff;
  background-color: #00b9e1;
  border-color: #00b9e1;
}
.btn-dark--filled:hover, .btn-dark--filled:focus {
  transition: ease-in-out 0.3s;
  color: #00b9e1;
  background-color: #ffffff;
}
.btn-light {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-light:hover, .btn-light:focus {
  transition: ease-in-out 0.3s;
  color: #232323;
  background-color: #ffffff;
}
.btn-center {
  text-align: center;
}

@media screen and (min-width: 0px) {
  .home header {
    margin-bottom: -185px;
  }
}
@media screen and (min-width: 576px) {
  .home header {
    margin-bottom: -314px;
  }
}
@media screen and (min-width: 992px) {
  .home header {
    margin-bottom: -498px;
  }
}
@media screen and (min-width: 1400px) {
  .home header {
    margin-bottom: 128px;
  }
}
.home header section.hero {
  position: relative;
  height: 849px;
}
@media screen and (min-width: 1400px) {
  .home header section.hero {
    height: 720px;
  }
}
.home header section.hero .logo-text {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 32%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .home header section.hero .logo-text {
    bottom: 32%;
  }
}
@media screen and (min-width: 1400px) {
  .home header section.hero .logo-text {
    bottom: 10%;
  }
}
.home header section.hero .logo-text .logo-text--icon {
  width: 74px;
  height: 74px;
}
.home header section.hero .logo-text .h1,
.home header section.hero .logo-text .body-large {
  margin: 0;
}
.home header section.hero .logo-text .icon.icon-mouse {
  width: 20px;
  height: auto;
  margin-top: 64px;
}
@media screen and (min-width: 992px) {
  .home header section.hero .logo-text .icon.icon-mouse {
    display: none;
  }
}
.home header section.hero .overlay.overlay-gradient {
  background: linear-gradient(180deg, rgba(8, 43, 71, 0) -13.62%, #082b47 80%);
}
@media screen and (min-width: 1400px) {
  .home header section.hero .overlay.overlay-gradient {
    background: linear-gradient(180deg, rgba(8, 43, 71, 0) -13.62%, #082b47 100%);
  }
}
.home header section.hero .video {
  position: relative;
  z-index: 0;
  width: auto;
  height: 100%;
  display: block;
}
.home header section.hero .video video {
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1400px) {
  .home header section.hero .video video {
    width: 100%;
    height: auto;
  }
}
.home header section.sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 12px;
  text-align: center;
}
@media screen and (min-width: 0px) {
  .home header section.sub {
    height: 504px;
    clip-path: polygon(-200px 162px, 975px -62px, 975px 318px, -200px 542px);
  }
}
@media screen and (min-width: 576px) {
  .home header section.sub {
    height: 598px;
    clip-path: polygon(-200px 194px, 1167px -65px, 1167px 345px, -200px 604px);
  }
}
@media screen and (min-width: 768px) {
  .home header section.sub {
    height: 598px;
    clip-path: polygon(-200px 194px, 1391px -65px, 1391px 345px, -200px 604px);
  }
}
@media screen and (min-width: 992px) {
  .home header section.sub {
    height: 812px;
    clip-path: polygon(-200px 313px, 1799px -75px, 1799px 456px, -200px 844px);
  }
}
@media screen and (min-width: 1400px) {
  .home header section.sub {
    top: 0;
    clip-path: unset;
    height: 740px;
  }
}
.home header section.sub .overlay-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home header section.sub-left {
  background: url("../img/interior-wide-shot.jpg") center/cover #d9d9d9;
  z-index: 99;
}
.home header section.sub-left .overlay-gradient {
  background: linear-gradient(0deg, #00b9e1 3.23%, rgba(0, 185, 225, 0) 176.53%);
}
@media screen and (min-width: 0px) {
  .home header section.sub-left {
    top: -124px;
  }
}
@media screen and (min-width: 576px) {
  .home header section.sub-left {
    top: -158px;
  }
}
@media screen and (min-width: 768px) {
  .home header section.sub-left {
    top: -162px;
  }
}
@media screen and (min-width: 992px) {
  .home header section.sub-left {
    top: -274px;
  }
}
@media screen and (min-width: 1400px) {
  .home header section.sub-left {
    top: 0;
  }
}
.home header section.sub-right {
  background: url("../img/behind-shoulder-threequarter.jpg") center/cover #d9d9d9;
  z-index: 999;
}
.home header section.sub-right .overlay-gradient {
  background: linear-gradient(0deg, #FF459E 13.84%, rgba(255, 69, 158, 0.5) 102.89%);
}
@media screen and (min-width: 0px) {
  .home header section.sub-right {
    top: -248px;
  }
}
@media screen and (min-width: 576px) {
  .home header section.sub-right {
    top: -346px;
  }
}
@media screen and (min-width: 768px) {
  .home header section.sub-right {
    top: -350px;
  }
}
@media screen and (min-width: 992px) {
  .home header section.sub-right {
    top: -556px;
  }
}
@media screen and (min-width: 1400px) {
  .home header section.sub-right {
    top: 0;
    z-index: 999;
  }
}
.home header section.sub-right .text {
  top: 0;
}
@media screen and (min-width: 768px) {
  .home header section.sub-right .text .body-large {
    max-width: 866px;
  }
}
.home header section.sub .text {
  position: relative;
  z-index: 9;
  max-width: 950px;
  width: 100%;
  text-align: center;
}
.home header section.sub .text h2 {
  line-height: 1;
  margin-bottom: 24px;
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  .home header section.sub .text h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .home header section.sub .text h2 {
    font-size: 32px;
  }
}
.home header section.sub .text p {
  line-height: 1.2;
  font-size: 24px;
}
@media screen and (min-width: 576px) {
  .home header section.sub .text p {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .home header section.sub .text p {
    font-size: 40px;
  }
}

@media screen and (min-width: 0px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .hidden-md {
    display: none;
  }
  .visible-md {
    display: block;
  }
}
.home main section {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .home main section {
    margin-bottom: 0;
  }
  .home main section.row-right-img {
    margin-bottom: 80px;
  }
}
.home main section.row a {
  display: flex;
  flex-direction: column;
}
.home main section.row a .col {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home main section.row a .col {
    width: 50%;
  }
}
.home main section.row a .col .decorative-xxl {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .home main section.row a .col .decorative-xxl {
    position: unset;
    z-index: unset;
    top: unset;
  }
}
.home main section.row a .col-left-img .decorative-xxl {
  left: -27px;
  top: 0;
}
@media screen and (min-width: 576px) {
  .home main section.row a .col-left-img .decorative-xxl {
    left: -30px;
    top: -17px;
  }
}
.home main section.row a .col-right-img {
  margin-top: 0px;
}
@media screen and (min-width: 576px) {
  .home main section.row a .col-right-img {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .home main section.row a .col-right-img {
    margin-top: unset;
  }
}
.home main section.row a .col-right-img .decorative-xxl {
  right: -20px;
  top: -16%;
}
@media screen and (min-width: 576px) {
  .home main section.row a .col-right-img .decorative-xxl {
    right: -30px;
    top: -26%;
  }
}
.home main section.row a .col-right-text, .home main section.row a .col-left-text {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 0px) {
  .home main section.row a .col-right-text > *, .home main section.row a .col-left-text > * {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 576px) {
  .home main section.row a .col-right-text, .home main section.row a .col-left-text {
    max-width: 67%;
    align-self: center;
  }
}
@media screen and (min-width: 768px) {
  .home main section.row a .col-right-text, .home main section.row a .col-left-text {
    max-width: unset;
    align-self: unset;
  }
}
@media screen and (min-width: 768px) {
  .home main section.row a .col-left-text {
    margin-top: 58px;
    text-align: right;
    padding: 0 0 0 24px;
    align-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .home main section.row a .col-left-text {
    margin-top: 76px;
  }
}
@media screen and (min-width: 1200px) {
  .home main section.row a .col-left-text {
    margin-top: 94px;
  }
}
@media screen and (min-width: 1200px) {
  .home main section.row a .col-left-text {
    padding: 0 0 0 56px;
  }
}
@media screen and (min-width: 768px) {
  .home main section.row a .col-right-text {
    margin-top: 42px;
    text-align: left;
    padding: 0 24px 0 0;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .home main section.row a .col-right-text {
    padding: 0 56px 0 0;
  }
}
.home main section.row a .col .bg-img {
  position: relative;
  display: flex;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: flex-end;
  justify-content: center;
  transition: cubic-bezier(0.6, 0, 0.4, 1) 0.3s;
}
@media screen and (min-width: 768px) {
  .home main section.row a .col .bg-img {
    background-size: auto 105%;
  }
}
.home main section.row a .col .bg-img .h3 {
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 0px) {
  .home main section.row a .col .bg-img {
    height: 472px;
    clip-path: polygon(-200px 162px, 975px -62px, 975px 472px, -200px 542px);
  }
}
@media screen and (min-width: 576px) {
  .home main section.row a .col .bg-img {
    clip-path: polygon(-200px 187px, 1167px -72px, 1167px 472px, -200px 542px);
  }
}
@media screen and (min-width: 768px) {
  .home main section.row a .col .bg-img {
    height: 932px;
    clip-path: polygon(-223px 113px, 472px 0px, 472px 819px, -223px 932px);
  }
}
@media screen and (min-width: 992px) {
  .home main section.row a .col .bg-img {
    clip-path: polygon(-223px 155px, 575px 0px, 575px 819px, -223px 974px);
  }
}
@media screen and (min-width: 1200px) {
  .home main section.row a .col .bg-img {
    height: 1030px;
    clip-path: polygon(-156px 155px, 644px 0px, 644px 875px, -223px 1030px);
  }
}
.home main section.row a .col .bg-img .case-study--img--hover {
  transition: cubic-bezier(0.6, 0, 0.4, 1) 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home main section.row a .col .bg-img .case-study--img--hover .btn--read-more {
  opacity: 1;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .home main section.row a:hover .bg-img, .home main section.row a:focus .bg-img {
    transition: cubic-bezier(0.6, 0, 0.4, 1) 0.3s;
    background-size: auto 115%;
  }
  .home main section.row a:hover .bg-img .case-study--img--hover, .home main section.row a:focus .bg-img .case-study--img--hover {
    transition: cubic-bezier(0.6, 0, 0.4, 1) 0.3s;
    opacity: 1;
  }
  .home main section.row a:hover .col-left-text .btn,
.home main section.row a:hover .col-right-text .btn, .home main section.row a:focus .col-left-text .btn,
.home main section.row a:focus .col-right-text .btn {
    transition: ease-in-out 0.3s;
    color: #ffffff;
    background-color: #00b9e1;
  }
}
.home main section.row-right-img a {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .home main section.row-left-img a, .home main section.row-right-img a {
    flex-direction: row;
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .home main section.row-left-img a, .home main section.row-right-img a {
    flex-direction: row;
    gap: 56px;
  }
}
.home main section.row.take-ownership .bg-img {
  background-image: url("../img/bg--take-ownership.jpg");
}
.home main section.row.be-curious .bg-img {
  background-image: url("../img/bg--be-curious.jpg");
}
.home main section.row.act-with-integrity .bg-img {
  background-image: url("../img/bg--act-with-integrity.jpg");
}
.home main section.row.value-all .bg-img {
  background-image: url("../img/bg--value-all.jpg");
}
.home main section.row.be-humble .bg-img {
  background-image: url("../img/bg--be-humble.jpg");
}
.home main section.shoutout {
  text-align: center;
  margin-top: 64px;
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .home main section.shoutout {
    margin-top: 128px;
  }
}
.home main section.shoutout h2 {
  margin-bottom: 32px;
  max-width: 992px;
}

.logo-icon {
  width: 48px;
  height: 48px;
  display: block;
  background: url("../img/icons/dt-icon.svg");
}

.arrow {
  width: 16px;
  height: 16px;
  display: block;
  -webkit-mask: url("../img/icons/arrow-left.svg") no-repeat 50% 50%;
  mask: url("../img/icons/arrow-left.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #ffffff;
}
.arrow-left {
  transform: rotate(0deg);
}
.arrow-right {
  transform: rotate(180deg);
}

.btn-back {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.btn-back .arrow-left {
  margin-right: 12px;
}
.btn-back .title:after {
  content: "";
  width: 0%;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s;
  display: block;
}
.btn-back:hover .title:after, .btn-back:focus .title:after {
  width: 100%;
  transition: all 0.3s;
}

.layout-interior header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.layout-interior header section {
  background: center/cover no-repeat;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  clip-path: polygon(-100vmax -100vmax, 100vmax 0vmax, 100vmax 40vmax, -100vmax 60vmax);
}
@media screen and (min-width: 0px) {
  .layout-interior header section {
    height: 462px;
  }
}
@media screen and (min-width: 768px) {
  .layout-interior header section {
    height: 498px;
  }
}
@media screen and (min-width: 992px) {
  .layout-interior header section {
    height: 604px;
  }
}
@media screen and (min-width: 1200px) {
  .layout-interior header section {
    height: 704px;
  }
}
@media screen and (min-width: 1400px) {
  .layout-interior header section {
    height: 685px;
    clip-path: unset;
  }
}
.layout-interior header section .content {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 100%;
  max-width: 1400px;
}
.layout-interior header section .content .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  position: relative;
  z-index: 9999;
}
.layout-interior header section .content .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 24px;
}
@media screen and (min-width: 992px) {
  .layout-interior header section .content .text {
    justify-content: center;
    position: relative;
    top: -110px;
    height: 100%;
  }
}
.layout-interior header section .content .text > * {
  margin: 0;
}
.layout-interior header section .content .text .h1 {
  margin-bottom: 32px;
}
.layout-interior header section .content .text .body-large {
  width: 100%;
  max-width: 800px;
}
.layout-interior header .decorative-number {
  width: 100%;
  max-width: 1400px;
  text-align: right;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 0px) {
  .layout-interior header .decorative-number {
    bottom: 98px;
  }
}
@media screen and (min-width: 576px) {
  .layout-interior header .decorative-number {
    bottom: 132px;
  }
}
@media screen and (min-width: 768px) {
  .layout-interior header .decorative-number {
    bottom: 152px;
  }
}
@media screen and (min-width: 992px) {
  .layout-interior header .decorative-number {
    bottom: 212px;
  }
}
@media screen and (min-width: 1200px) {
  .layout-interior header .decorative-number {
    bottom: 234px;
  }
}
@media screen and (min-width: 1400px) {
  .layout-interior header .decorative-number {
    bottom: 110px;
  }
}
.layout-interior header .decorative-number > * {
  display: inline-block;
  padding-right: 32px;
}
.layout-interior header.take-ownership section {
  background-image: url("../img/bg--take-ownership.jpg");
}
.layout-interior header.be-curious section {
  background-image: url("../img/bg--be-curious.jpg");
}
.layout-interior header.act-with-integrity section {
  background-image: url("../img/bg--act-with-integrity.jpg");
}
.layout-interior header.value-all section {
  background-image: url("../img/bg--value-all.jpg");
}
.layout-interior header.be-humble section {
  background-image: url("../img/bg--be-humble.jpg");
}
.layout-interior header.fourohfour section {
  background-image: url("../img/bg--404.jpg");
}

.layout-interior main section {
  padding: 0 32px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .layout-interior main section {
    margin-bottom: 160px;
  }
}
.layout-interior main section h2 {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .layout-interior main section h2 {
    margin-bottom: 64px;
  }
}
.layout-interior main section.behaviors {
  text-align: center;
  padding: 0 32px;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}
.layout-interior main section.behaviors .behaviors-list {
  display: inline-flex;
  flex-direction: column;
}
.layout-interior main section.behaviors .behaviors-list .behaviors-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}
.layout-interior main section.behaviors .behaviors-list .behaviors-list-item .bullet-wrapper {
  padding: 48px;
  position: relative;
}
.layout-interior main section.behaviors .behaviors-list .behaviors-list-item .bullet-icon {
  position: relative;
  font-size: 22.85px;
  line-height: 0.7;
  width: 16px;
  height: 16px;
  display: block;
  background-color: #ffffff;
  z-index: 9;
}
.layout-interior main section.behaviors .behaviors-list .behaviors-list-item .bullet-vertical {
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 49.5%;
  top: 50%;
  transform: translateX(-49.5%) translateY(-50%);
  z-index: 8;
}
.layout-interior main section.behaviors .behaviors-list .behaviors-list-item:first-child .bullet-vertical {
  top: unset;
  bottom: 0;
  height: 50%;
  transform: translateX(-50%) translateY(0);
}
.layout-interior main section.behaviors .behaviors-list .behaviors-list-item:last-child .bullet-vertical {
  top: 0;
  height: 50%;
  transform: translateX(-50%) translateY(0);
}
.layout-interior main section.behaviors .behaviors-list .behaviors-list-item .icon {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .layout-interior main section.behaviors .behaviors-list .behaviors-list-item .icon {
    margin: 0 32px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .layout-interior main section.behaviors .behaviors-list .behaviors-list-item {
    flex-direction: row;
    margin-bottom: 0;
  }
  .layout-interior main section.behaviors .behaviors-list .behaviors-list-item p {
    text-align: left;
    line-height: 1.2;
  }
}
.layout-interior main section.case-studies .case-studies--single:first-child {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .layout-interior main section.case-studies .case-studies--single:first-child {
    margin-bottom: unset;
  }
}
.layout-interior main section.case-studies .case-studies--single--link > * {
  margin-bottom: 16px;
}
.layout-interior main section.case-studies .case-studies--single--link:hover .case-study--img, .layout-interior main section.case-studies .case-studies--single--link:focus .case-study--img {
  background-size: 180%;
  transition: all 0.3s;
}
.layout-interior main section.case-studies .case-studies--single--link:hover .case-study--img--hover, .layout-interior main section.case-studies .case-studies--single--link:focus .case-study--img--hover {
  opacity: 1;
  transition: all 0.3s;
}
.layout-interior main section.case-studies .case-studies--single--link:hover .btn--read-more .title:after, .layout-interior main section.case-studies .case-studies--single--link:focus .btn--read-more .title:after {
  width: 100%;
  transition: all 0.3s;
}
.layout-interior main section.case-studies .case-studies--single--link .case-study--img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  background: center no-repeat;
  background-size: 170%;
  padding: 70% 0 0 0;
  margin-bottom: 24px;
  transition: all 0.3s;
}
.layout-interior main section.case-studies .case-studies--single--link .case-study--img--hover {
  transition: all 0.3s;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layout-interior main section.case-studies .case-studies--single--link .case-study--img--hover .btn--read-more {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.layout-interior main section.case-studies .case-studies--single--link .case-study--img--osv {
  background-image: url("../img/case-study--osv.jpg");
}
.layout-interior main section.case-studies .case-studies--single--link .case-study--img--republic {
  background-image: url("../img/case-study--republic.jpg");
}
.layout-interior main section.case-studies .case-studies--single--link .case-study--img--bitcoin {
  background-image: url("../img/case-study--bitcoin.jpg");
}
.layout-interior main section.case-studies .case-studies--single--link .case-study--img--iha {
  background-image: url("../img/case-study--iha.jpg");
}
.layout-interior .core-values {
  max-width: 1400px;
  width: 100%;
  margin-bottom: 128px;
}
.layout-interior .core-values h2 {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .layout-interior .core-values h2 {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 576px) {
  .layout-interior .core-values .values-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
@media screen and (min-width: 992px) {
  .layout-interior .core-values .values-list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }
}
.layout-interior .core-values .values-list--single {
  background-size: 100%;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0);
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .layout-interior .core-values .values-list--single {
    height: 402px;
  }
}
@media screen and (min-width: 768px) {
  .layout-interior .core-values .values-list--single {
    height: 542px;
  }
}
@media screen and (min-width: 992px) {
  .layout-interior .core-values .values-list--single {
    height: 351px;
  }
}
@media screen and (min-width: 1200px) {
  .layout-interior .core-values .values-list--single {
    height: 428px;
  }
}
@media screen and (min-width: 1400px) {
  .layout-interior .core-values .values-list--single {
    height: 504px;
  }
}
.layout-interior .core-values .values-list--single:hover, .layout-interior .core-values .values-list--single:focus {
  background-size: 110%;
  transition: all 0.5s;
  -webkit-box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.666);
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.666);
}
.layout-interior .core-values .values-list--single a {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 0px) {
  .layout-interior .core-values .values-list--single a {
    padding: 56% 0 0 0;
  }
}
@media screen and (min-width: 576px) {
  .layout-interior .core-values .values-list--single a {
    padding: unset;
  }
}
.layout-interior .core-values .values-list--single a .text-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 64px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.layout-interior .core-values .values-list--single a .text-icon > * {
  transition: all 0.3s;
}
.layout-interior .core-values .values-list--single a .text-icon--text {
  margin-top: 28px;
  margin-bottom: 24px;
}
.layout-interior .core-values .values-list--single a .text-icon--icon {
  width: 20px;
  opacity: 0;
}
.layout-interior .core-values .values-list--single a:hover .text-icon > *, .layout-interior .core-values .values-list--single a:focus .text-icon > * {
  transition: all 0.3s;
}
.layout-interior .core-values .values-list--single a:hover .text-icon--text, .layout-interior .core-values .values-list--single a:focus .text-icon--text {
  margin-top: 0px;
}
.layout-interior .core-values .values-list--single a:hover .text-icon--icon, .layout-interior .core-values .values-list--single a:focus .text-icon--icon {
  opacity: 1;
}
.layout-interior .core-values .values-list--single--take-ownership {
  background-image: url("../img/inter_values_take-ownership.jpg");
}
.layout-interior .core-values .values-list--single--be-curious {
  background-image: url("../img/inter_values_be-curious.jpg");
}
.layout-interior .core-values .values-list--single--act-with-integrity {
  background-image: url("../img/inter_values_act-with-integrity.jpg");
}
.layout-interior .core-values .values-list--single--value-all {
  background-image: url("../img/inter_values_value-all.jpg");
}
.layout-interior .core-values .values-list--single--be-humble {
  background-image: url("../img/inter_values_be-humble.jpg");
}

.icon {
  width: 74px;
  height: 74px;
  display: block;
  position: relative;
}
.icon-vector {
  background: no-repeat center;
  position: relative;
  z-index: 2;
  display: block;
  width: 74px;
  height: 74px;
}
.icon-vector--eclipse {
  background-image: url("../img/icons/ico-eclipse.svg");
}
.icon-vector--lightbulb {
  background-image: url("../img/icons/ico-lightbulb.svg");
}
.icon-vector--fencing {
  background-image: url("../img/icons/ico-fencing.svg");
}
.icon-vector--book {
  background-image: url("../img/icons/ico-book.svg");
}
.icon-vector--atom {
  background-image: url("../img/icons/ico-atom.svg");
}
.icon-vector--gold-stack {
  background-image: url("../img/icons/ico-gold-stack.svg");
}
.icon-vector--award {
  background-image: url("../img/icons/ico-award.svg");
}
.icon-vector--person {
  background-image: url("../img/icons/ico-person.svg");
}
.icon-vector--venn {
  background-image: url("../img/icons/ico-venn.svg");
}
.icon-vector--users {
  background-image: url("../img/icons/ico-users.svg");
}
.icon-vector--fencing {
  background-image: url("../img/icons/ico-fencing.svg");
}
.icon-vector--puzzle {
  background-image: url("../img/icons/ico-puzzle.svg");
}
.icon-vector--fireworks {
  background-image: url("../img/icons/ico-fireworks.svg");
}
.icon-bg {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15), 3px 2px 16px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15), 3px 2px 16px rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.icon-bg--take-ownership {
  background: linear-gradient(135.88deg, rgba(144, 9, 208, 0.8) 4.41%, rgba(144, 9, 208, 0) 92.27%), rgba(255, 255, 255, 0.1);
}
.icon-bg--be-curious {
  background: linear-gradient(135.88deg, rgba(255, 142, 117, 0.8) 4.41%, rgba(255, 142, 117, 0) 92.27%), rgba(255, 255, 255, 0.1);
}
.icon-bg--act-with-integrity {
  background: linear-gradient(135.88deg, rgba(10, 170, 122, 0.8) 4.41%, rgba(10, 170, 122, 0) 92.27%), rgba(255, 255, 255, 0.1);
}
.icon-bg--value-all {
  background: linear-gradient(135.88deg, rgba(219, 25, 95, 0.8) 4.41%, rgba(219, 25, 95, 0) 92.27%), rgba(255, 255, 255, 0.1);
}
.icon-bg--be-humble {
  background: linear-gradient(135.88deg, rgba(123, 175, 236, 0.8) 4.41%, rgba(123, 175, 236, 0) 92.27%), rgba(255, 255, 255, 0.1);
}

.btn--read-more {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
}
.btn--read-more .title:after {
  content: "";
  width: 0%;
  display: block;
  height: 6px;
  background-color: #00b9e1;
  transition: all 0.3s;
}
.btn--read-more .arrow-right {
  background-color: #00b9e1;
  margin-left: 8px;
}
.btn--read-more .arrow-right--white {
  background-color: #ffffff;
}

.shoutout {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer {
  max-width: 1400px;
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .footer {
    margin: 128px 0;
  }
}
.footer-wrap {
  display: flex;
  flex-direction: column-reverse;
  padding: 32px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .footer-wrap {
    flex-direction: row;
  }
}
.footer-wrap--logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 24px;
}
.footer-wrap--logo .logo {
  display: block;
  width: 100%;
  max-width: 272px;
  height: auto;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .footer-wrap--logo {
    max-width: 33%;
    padding-right: 32px;
  }
}
@media screen and (min-width: 992px) {
  .footer-wrap--logo {
    padding-right: 88px;
  }
}
.footer-wrap--links {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 88px;
}
.footer-wrap--links .list-header {
  text-transform: uppercase;
  font-size: 14px;
}
.footer-wrap--links ul {
  display: flex;
  flex-direction: column;
}
.footer-wrap--links ul li {
  padding: 8px 0;
}
.footer-wrap--links a {
  display: inline-block;
}
.footer-wrap--links a:after {
  transition: all 0.3s;
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #232323;
}
.footer-wrap--links a:hover:after, .footer-wrap--links a:focus:after {
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-wrap--links {
    border-left: 1px solid #b0b0b0;
    padding-left: 32px;
    gap: 32px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .footer-wrap--links {
    padding-left: 88px;
    gap: 88px;
  }
}

.layout-interior header.fourohfour section .text {
  align-items: center;
}
.layout-interior header.fourohfour section .text > * {
  text-align: center;
  margin-bottom: 24px;
}
.layout-interior header.fourohfour section .text .subtitle {
  margin-bottom: 16px;
}
.layout-interior .footer {
  margin-bottom: 0;
}

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