/*!
Theme Name: Tada
Author: Tada
Author URI: 
Version: 1.0.0
*/
:root {
  --color-primary: #0d1240;
  --color-secondary: #4fa9ff;
  --color-tertiary: #76e4de;
  --color-white: #fff;
  --color-text-light: #fdfdfd;
  --color-text-dark: #040b45;
  --border-radius: 10px;
}

.overflow-hidden,
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.visually-hidden {
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
.container--big {
  max-width: 1600px;
}
.container--small {
  max-width: 1200px;
}
.container--footer {
  max-width: 1100px;
}
@media (max-width: 37.5em) {
  .container {
    padding: 0 20px;
  }
}

a {
  color: var(--color-primary);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

img {
  max-width: 100%;
  border-style: none;
  height: auto;
}

table {
  border-collapse: collapse;
}

.user-is-clicking input,
.user-is-clicking textarea,
.user-is-clicking button {
  outline: none;
}

svg {
  max-width: 100%;
}

img {
  display: block;
}

body {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.core-paragraph {
  max-width: 75ch;
}

h5, h4, h3, h2, h1,
.h1 {
  font-family: "gopher", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1;
  text-rendering: optimizeSpeed !important;
  -webkit-font-smoothing: initial !important;
  -moz-osx-font-smoothing: initial !important;
}

h1,
.h1 {
  font-size: 88px;
}

h2 {
  font-size: 36px;
  margin-bottom: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 24px;
}

@media (max-width: 100em) {
  h1,
.h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 40px;
  }
}
@media (max-width: 75em) {
  body {
    font-size: 18px;
  }

  h1,
.h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }
}
@media (max-width: 75em) {
  body {
    font-size: 18px;
  }

  h1,
.h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }
}
@media (max-width: 37.5em) {
  body {
    font-size: 16px;
  }

  h1,
.h1 {
    font-size: 40px;
  }
}
.wp-block-video {
  margin: 160px 0;
}

.core-image img {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  border-radius: var(--border-radius) !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  cursor: pointer;
  display: inline-block;
  border: solid 2px var(--color-primary);
  border-radius: var(--border-radius);
  padding: 20px 33px;
  color: var(--color-primary);
  text-decoration: none;
}
.btn:hover {
  text-decoration: underline;
}
.btn--white {
  color: var(--color-white);
  border: solid 2px var(--color-white);
}

html:not(.search-open) .search-form {
  display: none;
}

.preloader {
  display: grid;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  place-items: center;
  background: var(--color-primary);
  color: white;
  text-align: center;
  z-index: 2;
}

.preloader__text {
  font-size: 0;
  max-width: 66rem;
}
.preloader__text span {
  display: inline-block;
  overflow: hidden;
}
.preloader .loader {
  display: block;
  height: 4px;
  width: 100%;
  background-color: white;
}

.preloader__number {
  bottom: 7.3rem;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
}

.preloader__number__text {
  display: inline-block;
}

.boxes {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: 120px 1fr 120px;
}
.boxes + .btn {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
}
@media (max-width: 1300px) {
  .boxes {
    row-gap: 32px;
  }
}
@media (max-width: 850px) {
  .boxes {
    grid-template-rows: 1fr 1fr;
  }
}
.boxes__box {
  padding: 3.5rem;
  border-radius: var(--border-radius);
}
.boxes__content {
  max-width: 60%;
}
@media (max-width: 850px) {
  .boxes__content {
    max-width: 90%;
  }
}
.boxes .box__left {
  grid-column: 1/span 6;
  grid-row: 1/span 2;
  background-color: var(--color-tertiary);
}
@media (max-width: 850px) {
  .boxes .box__left {
    grid-column: 1/-1;
    grid-row: 1/span 1;
  }
}
.boxes .box__right {
  grid-column: 5/span 6;
  grid-row: 2/span 2;
}
@media (max-width: 1300px) {
  .boxes .box__right {
    transform: translateY(0%);
  }
}
@media (max-width: 850px) {
  .boxes .box__right {
    grid-column: 1/-1;
  }
}

.card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 50px;
  border-radius: var(--border-radius);
}
@media (max-width: 56.25em) {
  .card {
    grid-template-columns: 1fr;
  }
}
.card--stacked {
  grid-template-columns: 1fr;
}
.card--blog {
  gap: 80px;
  padding: 32px;
  grid-template-columns: 1fr 3fr;
}
.card--blog__link {
  display: block;
  margin-top: 80px;
  color: inherit;
}
@media (max-width: 56.25em) {
  .card--blog {
    grid-template-columns: 1fr;
  }
}
.card h2 {
  margin-bottom: 0;
}
.card__link {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  gap: 4px;
  margin-top: 24px;
}
.card__link a {
  color: inherit;
}
.card__image {
  border-radius: var(--border-radius);
  width: 280px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 56.25em) {
  .card__image {
    width: 100%;
  }
}
.card--white {
  background-color: var(--color-white);
  color: var(--color-primary);
}
.card--outline {
  background-color: transparent;
  border: solid 2px var(--color-white);
  color: var(--color-white);
}
.card--orange {
  background: var(--color-secondary);
  color: var(--color-primary);
}
.card--light-blue {
  background: var(--color-tertiary);
  color: var(--color-primary);
}
.card--dark-blue {
  background: var(--color-primary);
  color: var(--color-text-light);
}

.card-colors .card:nth-child(4n+1) {
  background: var(--color-secondary);
  color: var(--color-primary);
}
.card-colors .card:nth-child(4n+2) {
  background: var(--color-tertiary);
  color: var(--color-primary);
}
.card-colors .card:nth-child(4n+3) {
  background: var(--color-primary);
  color: var(--color-text-light);
}
.card-colors .card:nth-child(4n+4) {
  background-color: transparent;
  border: solid 2px var(--color-primary);
  color: var(--color-primary);
}

.fullwidth-image {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 799px) {
  .fullwidth-image {
    height: 0;
    width: 100%;
    padding-top: 56% !important;
    padding-bottom: 0 !important;
  }
}
.fullwidth-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  border-radius: var(--border-radius);
  -o-object-fit: cover;
     object-fit: cover;
}

.hamburger {
  position: relative;
  outline: none;
  border: none;
  background-color: transparent;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  cursor: pointer;
  z-index: 5;
}
.hamburger .line {
  display: block;
  height: 4px;
  width: 64px;
  background: var(--color-primary);
  transition: 0.1s ease transform;
}
.hamburger--open .line--one {
  transform: rotate(45deg) translateY(8px);
}
.hamburger--open .line--two {
  transform: rotate(-45deg) translateY(-8px);
}

.employee-card {
  padding: 32px;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: var(--border-radius);
  display: inline-block;
  max-width: 400px;
}
.employee-card__image {
  margin-bottom: 40px;
  border-radius: var(--border-radius);
  -o-object-fit: cover;
     object-fit: cover;
  height: 330px;
  width: 330px;
}
.employee-card__name {
  max-width: 70%;
}
.employee-card__position {
  margin-bottom: 80px;
  color: var(--color-tertiary);
}
.employee-card__phone, .employee-card__email {
  color: inherit;
  display: block;
  text-decoration: none;
}

.frontpage-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(90vh - 177px);
}
.frontpage-hero__wrapper {
  position: relative;
}
.frontpage-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100vw;
}
.frontpage-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.frontpage-hero__title {
  max-width: 800px;
  text-align: center;
  color: var(--color-text-light);
  opacity: 0;
}
.frontpage-hero .button {
  width: 50px;
  height: 50px;
  padding: 0;
  transform: scale(0);
}
.frontpage-hero .button .hero__button__wrapper {
  position: relative;
  height: 20px;
  overflow: hidden;
}
.frontpage-hero .button .hero__button__wrapper span {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  white-space: nowrap;
}

.hero {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}
.hero__image {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.hero--no-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
.header__logo img {
  width: 170px;
}
.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background-color: var(--color-white);
  z-index: 3;
  display: none;
}

.footer__social {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24px, 24px));
  gap: 16px;
  justify-content: center;
  margin-bottom: 16px;
}
.footer__social a {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.footer__logo {
  display: block;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}
.footer__logo img {
  width: 180px;
  margin: 0 auto;
}
.footer__copyright {
  text-align: center;
  margin-bottom: 64px;
}
.footer__copyright a {
  color: inherit;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  margin: 64px 0;
}
.footer__contact {
  text-align: right;
}
.footer__contact a {
  display: block;
  color: inherit;
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__nav li {
  display: inline-block;
  -moz-columns: inherit;
       columns: inherit;
  border: solid 2px var(--color-primary);
  border-radius: var(--border-radius);
  padding: 20px 40px;
  font-size: 40px;
  margin-right: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .footer__nav li {
    font-size: 20px;
    padding: 12px 24px;
  }
}
.footer__nav a {
  color: inherit;
  text-decoration: none;
  font-family: "gopher", sans-serif;
}
.footer__nav a:hover {
  text-decoration: underline;
}

:root {
  --section-small: 64px;
  --section-big: 144px;
}
@media (max-width: 56.25em) {
  :root {
    --section-small: 10rem;
    --section-big: 10rem;
  }
}
@media (max-width: 37.5em) {
  :root {
    --section-small: 4rem;
    --section-big: 4rem;
  }
}

.section--small--padding {
  padding: var(--section-small) 0;
}
.section--small--margin {
  margin: var(--section-small) 0;
}
.section--big--padding {
  padding: var(--section-big) 0;
}
.section--big--margin {
  margin: var(--section-big) 0;
}
.section--dark {
  background-color: var(--color-primary);
  color: var(--color-text-light);
}
.section--relative {
  position: relative;
}

.stacked-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.other-end h2 {
  margin-bottom: 0;
}
.other-end__text {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
  gap: 30px;
  place-items: center;
}
@media screen and (max-width: 1200px) {
  .other-end__text {
    gap: 5px;
  }
}

.fish-thought span {
  position: relative;
}
.fish-thought span .line {
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--color-tertiary);
  transform-origin: center left;
}

.thought {
  display: inline-block;
}

.frontpage-numbers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 64px;
  font-family: "gopher", sans-serif;
}
@media (max-width: 37.5em) {
  .frontpage-numbers {
    grid-template-columns: 1fr;
    margin: 120px 0;
  }
}
.frontpage-numbers__percentage {
  font-size: 5vw;
}
.frontpage-numbers__left {
  height: 100vh;
  display: grid;
  place-items: center;
  color: var(--color-secondary);
}
@media (max-width: 37.5em) {
  .frontpage-numbers__left {
    height: auto;
  }
}
.frontpage-numbers__content {
  height: 100vh;
  display: grid;
  place-items: center;
  max-width: 15ch;
  text-align: center;
  font-size: 4vw;
}
@media (max-width: 37.5em) {
  .frontpage-numbers__content {
    height: auto;
    margin-inline: auto;
    font-size: 6vw;
  }
}

.good-things__section .btn {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  margin-top: 120px;
}
.good-things__grid {
  display: grid;
  place-items: center;
}
.good-things__grid .card {
  max-width: 60%;
  min-width: 60%;
}
.good-things__grid .card:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 56.25em) {
  .good-things__grid .card {
    max-width: 100%;
  }
}
.good-things__grid .card:nth-child(4n+1),
.good-things__grid .card:nth-child(4n+3) {
  transform: translateX(-30%);
}
.good-things__grid .card:nth-child(4n+2),
.good-things__grid .card:nth-child(4n+4) {
  transform: translateX(30%);
}

.image-with-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .image-with-text {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
.image-with-text--image-first {
  direction: rtl;
}
.image-with-text--image-first .image-with-text__text-block {
  text-align: left;
}
.image-with-text__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 1200px) {
  .image-with-text__image img {
    height: 350px;
  }
}
.image-with-text__text-block {
  margin-bottom: 80px;
}
.image-with-text h2 {
  margin-bottom: 40px;
  max-width: 350px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
}

.mobile-menu {
  display: block;
  background-color: var(--color-white);
  position: fixed;
  top: 0;
  right: 0;
  width: 40%;
  min-width: 350px;
  height: 100vh;
  padding: 200px 9vw 0 9vw;
  z-index: 4;
  display: grid;
  place-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow-y: scroll;
  transform: translateX(100%);
}
@media screen and (max-width: 1200px) {
  .mobile-menu {
    padding: 100px 10vw 0 10vw;
    width: 100%;
  }
}
.mobile-menu--open {
  transform: translateX(0);
}
.mobile-menu ul {
  list-style: none;
}
.mobile-menu a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-family: "gopher";
  font-size: 2vw;
  border: solid 2px var(--color-primary);
  border-radius: var(--border-radius);
  padding: 1vw 6vw 1vw 1.5vw;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .mobile-menu a {
    font-size: 6vw;
  }
}
.mobile-menu a:hover {
  text-decoration: underline;
}

.infographic {
  color: white;
}
.infographic__section {
  background-color: var(--color-primary);
}
.infographic__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  margin-bottom: 120px;
}
.infographic__image {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 120px;
}
.infographic__bottom {
  margin: 0 auto;
  max-width: 780px;
}

.tank-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.tank-info__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 56.25em) {
  .tank-info__cards {
    grid-template-columns: 1fr;
  }
}

.text-block p {
  max-width: 800px;
}
.text-block .btn {
  margin-top: 8rem;
}

.page h1 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .page h1 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.page h1 + p {
  margin-top: -4rem;
  margin-bottom: 12rem;
  max-width: 960px;
}

.positions .card {
  margin-bottom: 24px;
}
.positions .card:nth-child(4n+1) {
  background: var(--color-secondary);
  color: var(--color-primary);
}
.positions .card:nth-child(4n+2) {
  background: var(--color-tertiary);
  color: var(--color-primary);
}
.positions .card:nth-child(4n+3) {
  background: var(--color-primary);
  color: var(--color-text-light);
}
.positions .card:nth-child(4n+4) {
  background-color: transparent;
  border: solid 2px var(--color-primary);
  color: var(--color-primary);
}

.blog-grid {
  display: grid;
  gap: 20px;
}
.blog-grid .card:nth-child(4n+1) {
  background: var(--color-primary);
  color: var(--color-text-light);
}
.blog-grid .card:nth-child(4n+2) {
  background: var(--color-tertiary);
  color: var(--color-primary);
}
.blog-grid .card:nth-child(4n+3) {
  background: var(--color-secondary);
  color: var(--color-primary);
}
.blog-grid .card:nth-child(4n+4) {
  background-color: transparent;
  border: solid 2px var(--color-primary);
  color: var(--color-primary);
}

.single h1 {
  margin-bottom: 80px;
}
