@charset "UTF-8";
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 20, 2022 */
@font-face {
  font-family: "Source Sans Pro";
  src: url("./../../fonts/webfontkit-SourceSans/SourceSansPro-Italic.woff2") format("woff2"), url("./../../fonts/webfontkit-SourceSans/SourceSansPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("./../../fonts/webfontkit-SourceSans/SourceSansPro-LightItalic.woff2") format("woff2"), url("./../../fonts/webfontkit-SourceSans/SourceSansPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("./../../fonts/webfontkit-SourceSans/SourceSansPro-Bold.woff2") format("woff2"), url("./../../fonts/webfontkit-SourceSans/SourceSansPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("./../../fonts/webfontkit-SourceSans/SourceSansPro-Light.woff2") format("woff2"), url("./../../fonts/webfontkit-SourceSans/SourceSansPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("./../../fonts/webfontkit-SourceSans/SourceSansPro-Regular.woff2") format("woff2"), url("./../../fonts/webfontkit-SourceSans/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("./../../fonts/webfontkit-SourceSans/SourceSansPro-SemiBold.woff2") format("woff2"), url("./../../fonts/webfontkit-SourceSans/SourceSansPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./../../fonts/webfontkit-PlayfairDisplay/PlayfairDisplay-Italic.woff2") format("woff2"), url("./../../fonts/webfontkit-PlayfairDisplay/PlayfairDisplay-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./../../fonts/webfontkit-PlayfairDisplay/PlayfairDisplay-Regular.woff2") format("woff2"), url("./../../fonts/webfontkit-PlayfairDisplay/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./../../fonts/webfontkit-PlayfairDisplay/PlayfairDisplay-Bold.woff2") format("woff2"), url("./../../fonts/webfontkit-PlayfairDisplay/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("./../../fonts/webfontkit-PlayfairDisplay/PlayfairDisplay-SemiBold.woff2") format("woff2"), url("./../../fonts/webfontkit-PlayfairDisplay/PlayfairDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@keyframes waitDown {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes expandDown {
  0% {
    height: 97vh;
  }
  50% {
    height: 100vh;
  }
  0% {
    height: 97vh;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0rem);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-10rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(10rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes upAndDown {
  0% {
    transform: translateY(-0.6rem) rotate(90deg) translateY(50%) translateX(-0.3rem);
  }
  50% {
    transform: translateY(0rem) rotate(90deg) translateY(50%) translateX(-0.3rem);
  }
  100% {
    transform: translateY(-0.6rem) rotate(90deg) translateY(50%) translateX(-0.3rem);
  }
}
@keyframes rightAndLeft {
  0% {
    transform: translateX(0rem);
  }
  50% {
    transform: translateX(0.5rem);
  }
  100% {
    transform: translateX(0rem);
  }
}
:root {
  margin: 0;
  padding: 0;
  font-weight: 400;
  --light-shadow: -0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  --theme-background-white: #ffffff;
  --theme-gradient-white: rgba(255, 255, 255, 0.7);
  --theme-background: #fafafa;
  --theme-background-dark: #f5f5f5;
  --theme-background-darker: #eeeeee;
  --theme-color: #333333;
  /* 
  #000000
  #050505
  #0a0a0a
  #111111
  #ffffff
  */
}

/* Body */
body {
  transition: background-color 0.2s;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background-color: var(--theme-background-white);
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

*.animate-multiple,
*.animate-section {
  opacity: 0;
}
*.animate-multiple.animated,
*.animate-section.animated {
  animation: fadeIn 1s ease-in-out forwards;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 62.5%;
}
@media (max-width: 300px) {
  html {
    font-size: 40% !important;
  }
}
@media (min-width: 300px) and (max-width: 600px) {
  html {
    font-size: 50%;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  html {
    font-size: 40%;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  html {
    font-size: 70%;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 75%;
  }
}

.book-cta {
  padding: 0.5rem;
  text-align: center;
  width: 100%;
  background-color: #0844ac;
  transform: translateX(-100%);
  position: relative;
  animation: waitDown 0.8s 1s linear forwards;
  animation-timing-function: ease-in-out;
  z-index: 6;
}
.book-cta-bg {
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: var(--theme-background);
}
.book-cta a {
  color: #ffac2e;
}

.container {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.home {
  box-sizing: border-box !important;
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: 100vh;
  max-height: 100rem;
  width: 100%;
  display: flex;
  position: relative;
  border-bottom: var(--theme-background-darker);
  background-color: var(--theme-background);
  flex-direction: row;
}
@media (orientation: landscape) and (max-height: 600px) and (max-width: 900px) {
  .home {
    height: 100vh;
  }
}
@media (max-width: 600px) {
  .home {
    height: auto;
    flex-direction: column;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.home__text {
  box-sizing: border-box;
  flex-basis: 60%;
  flex-grow: 1;
  width: 100%;
  padding-top: 20vh;
  margin-left: 7vw;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .home__text {
    padding-top: 10vh;
  }
}
@media (max-width: 1200px) {
  .home__text {
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 5rem;
    margin-left: 8vw;
  }
}
@media (max-width: 900px) {
  .home__text {
    margin-left: 10vw;
    margin-right: 5rem;
  }
}
@media (max-width: 600px) {
  .home__text {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2rem;
  }
}
.home__preup {
  color: var(--theme-color);
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  animation: fadeInTop 2.5s cubic-bezier(0, 0.58, 0.19, 0.87);
  animation-fill-mode: backwards;
}
.home__preup span {
  color: #0844ac;
}
@media (max-width: 900px) {
  .home__preup {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 600px) {
  .home__preup {
    width: 100%;
    font-size: 2rem;
  }
}
.home__name {
  color: var(--theme-color);
  font-size: 5.5rem;
  line-height: 1.1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 1880px) and (max-width: 1980px) {
  .home__name {
    height: 145px;
  }
}
@media (min-width: 1500px) and (max-width: 1700px) {
  .home__name {
    height: 121px;
  }
}
@media (min-width: 1100px) and (max-width: 1500px) {
  .home__name {
    height: 110px;
    font-size: 5rem;
  }
}
@media (min-width: 1000px) and (max-width: 1100px) {
  .home__name {
    height: 147.825px;
    font-size: 4rem;
  }
}
@media (max-width: 1200px) {
  .home__name {
    margin-bottom: 1rem;
  }
}
@media (max-width: 900px) {
  .home__name {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 600px) {
  .home__name {
    width: 100%;
    height: 105.5px;
    font-size: 4rem;
  }
}
.home__name span {
  color: #0844ac;
}
.home__headline {
  color: var(--theme-color);
  font-size: 1.8rem;
  font-weight: 400;
  width: 85%;
  max-width: 60rem;
  transition: all 0.2s;
  animation: fadeIn 2.5s cubic-bezier(0, 0.58, 0.19, 0.87);
  animation-fill-mode: backwards;
}
@media (max-width: 1200px) {
  .home__headline {
    width: 95%;
  }
}
@media (max-width: 600px) {
  .home__headline {
    font-size: 1.6rem;
  }
}
.home__button-container {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 5rem;
  height: 5rem;
  margin-left: 3rem;
}
@media (max-width: 1200px) {
  .home__button-container {
    margin-top: 2rem;
  }
}
@media (max-width: 1200px) {
  .home__button-container {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}
.home__image {
  flex-basis: 40%;
  flex-grow: 1;
  margin-top: auto;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .home__image {
    right: 0vw;
  }
}
@media (max-width: 600px) {
  .home__image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.home__image img {
  display: block;
  padding-top: 0;
  height: auto;
  margin-right: 10rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .home__image img {
    max-height: 35rem;
  }
}
@media (max-width: 600px) {
  .home__image img {
    margin: 0;
  }
}
.home__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  .home__arrow {
    display: none;
  }
  .home__arrow svg {
    height: 5rem;
  }
}
.home__arrow div,
.home__arrow svg {
  animation: fadeIn 2.5s cubic-bezier(0, 0.58, 0.19, 0.87);
}
.home__arrow--text {
  color: var(--theme-color);
  font-size: 3rem;
}

.about {
  background-color: var(--theme-background-dark);
}
.about__container {
  max-width: 135rem;
  margin: 0 auto;
  padding-top: 9rem;
  color: var(--theme-color);
  padding-bottom: 7rem;
  font-size: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(30rem, 1fr));
  grid-template-rows: min-content max-content;
  grid-column-gap: 10rem;
  grid-row-gap: 5rem;
}
@media screen and (max-width: 1300px) {
  .about__container {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
@media (max-width: 600px) {
  .about__container {
    margin-inline: 5rem;
  }
}
.about__container p {
  margin-bottom: 2rem;
}
.about__hello {
  font-size: 4.5rem;
  font-family: "Source Sans Pro";
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 1300px) {
  .about__hello {
    grid-row: auto;
    grid-column: auto;
  }
}
@media (max-width: 900px) {
  .about__hello {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .about__hello {
    font-size: 4rem;
  }
}
.about__name {
  font-weight: 600;
  grid-column: 1/2;
  grid-row: 2/-1;
}
@media screen and (max-width: 1300px) {
  .about__name {
    grid-row: auto;
    grid-column: auto;
    max-width: 70rem;
  }
}
@media (max-width: 600px) {
  .about__name {
    font-size: 1.6rem;
  }
}
.about__info {
  grid-column: 2/-1;
  grid-row: 2/-1;
}
@media screen and (max-width: 1300px) {
  .about__info {
    grid-row: auto;
    grid-column: auto;
    max-width: 80rem;
  }
}
@media (max-width: 600px) {
  .about__info {
    font-size: 1.6rem;
  }
}

.services {
  background-color: var(--theme-background-white);
  padding: 15rem 0 10rem 0;
  color: #000;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.services__attention {
  font-size: 6rem;
  font-family: "Source Sans Pro";
  display: block;
  text-align: center;
  margin-bottom: 7rem;
  margin-top: -3rem;
  color: var(--theme-color);
  z-index: 10;
}
@media (max-width: 600px) {
  .services__attention {
    margin-inline: 4rem;
    font-size: 4rem;
  }
}
.services__container {
  margin: 0 auto;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  max-width: 90vw;
  align-self: center;
  grid-auto-rows: 29rem;
  grid-gap: 6rem;
  z-index: 10;
}
@media (max-width: 1440px) {
  .services__container {
    grid-template-columns: repeat(2, minmax(37rem, 1fr));
  }
}
@media (max-width: 1200px) {
  .services__container {
    max-width: 60rem;
    width: 95%;
  }
}
@media (max-width: 900px) {
  .services__container {
    display: flex;
    grid-template-columns: none;
    grid-template-rows: none;
    grid-auto-rows: unset;
    grid-gap: 0;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .services__container {
    display: flex;
    grid-template-columns: none;
    max-width: 60rem;
    width: 95%;
    grid-template-rows: none;
    grid-auto-rows: unset;
    grid-gap: 0;
    flex-direction: column;
  }
}

.card {
  --gap-1: 3rem;
  transition: all 0.8s ease;
  color: var(--theme-color);
  perspective: 120rem;
  position: relative;
}
@media (max-width: 330px) {
  .card {
    --gap-1: 2rem;
  }
}
@media (max-width: 900px) {
  .card {
    perspective: unset;
    border: 1px solid #333;
    margin-bottom: 5rem;
    box-shadow: -0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 600px) {
  .card {
    perspective: unset;
    border: 1px solid #333;
    margin-bottom: 5rem;
    box-shadow: -0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  }
}
.card__side {
  background-color: var(--theme-background);
  transition: all 0.8s;
  color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  backface-visibility: hidden;
  box-shadow: -0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  border: 1px solid #333;
}
@media (max-width: 900px) {
  .card__side {
    position: relative;
    top: unset;
    left: unset;
    border: none;
    box-shadow: none;
    backface-visibility: unset;
  }
}
@media (max-width: 600px) {
  .card__side {
    position: relative;
    top: unset;
    left: unset;
    border: none;
    box-shadow: none;
    backface-visibility: unset;
  }
}
.card__side--front {
  background-color: inherit;
  font-size: 5rem;
  line-height: 1.5;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media (max-width: 900px) {
  .card__side--front {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 3rem;
  }
}
@media (max-width: 600px) {
  .card__side--front {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 3rem;
    font-size: 3.5rem;
  }
}
.card__side--front p {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0 5rem;
}
@media (max-width: 900px) {
  .card__side--front p {
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 600px) {
  .card__side--front p {
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.card__side--img {
  height: 7rem;
  width: 7rem;
}
.card__side--img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__side--back {
  height: 100%;
  background-color: inherit;
  transform: rotateY(-180deg);
  font-size: 1.8rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .card__side--back {
    transform: none;
  }
}
@media (max-width: 600px) {
  .card__side--back {
    transform: none;
  }
}
.card__side--back p {
  padding: var(--gap-1) var(--gap-1) 0 var(--gap-1);
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .card__side--back p {
    font-size: 1.6rem;
  }
}
.card:hover .card__side--front {
  transform: rotateY(180deg);
}
@media (max-width: 900px) {
  .card:hover .card__side--front {
    transform: none;
  }
}
@media (max-width: 600px) {
  .card:hover .card__side--front {
    transform: none;
  }
}
.card:hover .card__side--back {
  transform: rotateY(0deg);
}
@media (max-width: 900px) {
  .card:hover .card__side--back {
    transform: none;
  }
}
@media (max-width: 600px) {
  .card:hover .card__side--back {
    transform: none;
  }
}
.card__btn {
  color: inherit;
  margin-left: var(--gap-1);
  margin-bottom: 3rem;
  border: 1px solid #0844ac;
  padding: 1rem;
  transition: all 0.2s;
  font-weight: 600;
}
.card__btn:hover {
  background-color: #0844ac;
  color: #fff;
}
@media (max-width: 1440px) {
  .card__last {
    left: calc(3rem + 50%);
  }
}
@media (max-width: 900px) {
  .card__last {
    left: unset;
  }
}
@media (max-width: 600px) {
  .card {
    font-size: 2rem !important;
  }
  .card__last {
    left: unset;
  }
}

.partners {
  color: var(--theme-color);
  padding: 10rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.partners__attention {
  font-size: 6rem;
  font-family: "Source Sans Pro";
  display: block;
  text-align: center;
  margin-bottom: 7rem;
  margin-top: -3rem;
  font-weight: 400;
}
.partners__grid {
  max-width: 135rem;
  margin: 0 3rem;
  display: grid;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, minmax(auto, 20rem));
  grid-auto-rows: 1fr;
  grid-auto-flow: row;
  gap: 4rem;
}
.partners__grid--item {
  display: flex;
  align-items: center;
  max-height: 10rem;
  padding: 1rem;
  background-color: #fff;
  box-shadow: var(--light-shadow);
}
.partners__grid--item img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.benefits {
  background-color: var(--theme-background);
  -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
          clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
  padding-top: 15rem;
  padding-bottom: 10rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .benefits {
    -webkit-clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
            clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
  }
}
@media (max-width: 600px) {
  .benefits {
    -webkit-clip-path: polygon(0% 2%, 100% 0%, 100% 98%, 0% 100%);
            clip-path: polygon(0% 2%, 100% 0%, 100% 98%, 0% 100%);
  }
}
.benefits__container {
  max-width: 135rem;
  margin: 0 3rem;
  display: block;
  color: var(--theme-color);
  display: grid;
  grid-template-columns: repeat(2, minmax(40rem, 1fr));
  grid-gap: 3rem;
}
@media (max-width: 900px) {
  .benefits__container {
    grid-template-columns: repeat(1, minmax(40rem, 1fr));
    grid-auto-rows: max-content;
    margin: 0 10rem;
  }
}
@media (max-width: 600px) {
  .benefits__container {
    grid-template-columns: 1fr;
    margin-inline: 2.5rem;
  }
}
@media (max-width: 350px) {
  .benefits__container {
    grid-template-columns: 1fr;
    margin-inline: 3rem;
  }
}
.benefits__container--left {
  display: grid;
  grid-template-rows: repeat(2, minmax(fit-content, 1fr));
  grid-row-gap: 2rem;
  opacity: 0;
}
@media (max-width: 900px) {
  .benefits__container--left {
    grid-row: 2;
  }
}
.benefits__container--left.animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.benefits__container--right {
  display: grid;
  justify-content: center;
  justify-items: center;
  opacity: 0;
}
@media (max-width: 900px) {
  .benefits__container--right {
    margin-bottom: 10rem;
  }
}
.benefits__container--right.animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.benefits__heading {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 4rem;
}
.benefits__heading p {
  font-size: 1.8rem;
}
@media (max-width: 600px) {
  .benefits__heading p {
    font-size: 1.6rem;
  }
}
.benefits__heading--text p {
  line-height: 1.4;
  margin: 1rem 0 2rem 0;
  font-family: "Source Sans Pro";
  font-size: 3rem;
}
@media (max-width: 600px) {
  .benefits__heading--text p {
    font-size: 3.5rem !important;
  }
}
.benefits__points {
  display: grid;
  grid-template-rows: repeat(3, minmax(fit-content, 1fr));
  grid-row-gap: 2rem;
  font-size: 1.8rem;
}
.benefits__point {
  display: grid;
  grid-column-gap: 2rem;
  grid-template-columns: 5rem 1fr;
  align-items: center;
  opacity: 0;
}
@media (max-width: 600px) {
  .benefits__point {
    grid-column-gap: 1.5rem;
  }
}
.benefits__point.animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.benefits__point--icon {
  height: 5rem;
  width: 5rem;
}
.benefits__point--icon svg {
  width: 100%;
  height: 100%;
}
.benefits__point--text p {
  display: grid;
  grid-template-rows: repeat(2, minmax(fit-content, 1fr));
}
.benefits__point--text p span {
  font-size: 2.5rem;
  font-weight: 600;
  color: #0844ac;
}
@media (max-width: 600px) {
  .benefits__point--text p {
    font-size: 1.8rem;
  }
}
.benefits__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.benefits__image img {
  width: 100%;
  max-height: 35rem;
}

.blog-section {
  padding-block: 8rem 5rem;
  width: -moz-fit-content;
  width: fit-content;
  width: 95vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  row-gap: 5rem;
}
.blog-section .blog__heading h2 {
  color: var(--theme-color);
  text-align: center;
  font-size: 6rem;
  font-weight: 600;
  font-family: "Source Sans Pro";
}
@media (max-width: 600px) {
  .blog-section .blog__heading h2 {
    font-size: 4rem;
  }
}
.blog-section .blog__grid {
  box-sizing: border-box;
  display: grid;
  max-width: 110rem;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 40rem));
  gap: 2.5rem;
  justify-content: center;
}
@media (max-width: 600px) {
  .blog-section .blog__grid {
    width: 80%;
  }
}
.blog-section .blog__post {
  color: var(--theme-color);
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  box-shadow: var(--light-shadow);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transition: all 0.4s;
}
.blog-section .blog__post:hover {
  transform: translateY(-5px);
}
.blog-section .blog__post img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 30rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 600px) {
  .blog-section .blog__post img {
    height: 20rem;
  }
}
.blog-section .blog__post .blog__text {
  margin-top: -1rem;
  padding: 1rem;
  height: -moz-max-content;
  height: max-content;
  background-color: var(--theme-background);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.blog-section .blog__post .blog__text h3 {
  font-size: 2.5rem;
}

.quote-section {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid var(--theme-background-darker);
}

.quote {
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 0;
  margin: 8rem 0;
  color: var(--theme-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60%;
  position: relative;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}
@media (max-width: 600px) {
  .quote {
    width: 80%;
  }
}
.quote__headline {
  font-size: 6rem;
  font-family: "Source Sans Pro";
  color: var(--theme-color);
  display: block;
  text-align: center;
  margin: 6rem 1rem 3rem 1rem;
}
@media (max-width: 600px) {
  .quote__headline {
    font-size: 4rem;
  }
}
.quote__text {
  color: inherit;
  font-size: 2.5rem;
  line-height: 1.5;
}
.quote__text::before {
  left: 50%;
  top: -3rem;
  transform: translateX(-50%);
  position: absolute;
  font-family: "Secular One", sans-serif;
  content: "''";
  font-size: 6rem;
  width: 7rem;
  height: 4rem;
  z-index: 10;
  background-color: var(--theme-background-white);
}
.quote__link {
  display: block;
  color: inherit;
  font-size: 1.6rem;
  text-decoration: none;
}

.cta {
  display: flex;
  justify-content: center;
  padding: 3rem 0 5rem 0;
}

.container-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--theme-color);
}

.about-hero {
  height: 100vh;
  position: relative;
  background-color: var(--theme-background-darker);
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-hero__text {
  display: flex;
  line-height: 1.3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 8rem;
  color: inherit;
  font-family: "Playfair Display";
  opacity: 0;
}
.about-hero__text.animated {
  animation: fadeIn 1s ease-in-out forwards;
}
@media (max-width: 600px) {
  .about-hero__text {
    font-size: 4rem;
  }
}
@media (max-width: 300px) {
  .about-hero__text {
    font-size: 3.5rem;
  }
}
.about-hero__pointer {
  position: absolute;
  text-align: center;
  bottom: 4.5rem;
}
.about-hero__pointer--text {
  color: #0844ac;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  margin-top: auto;
  justify-self: end;
  text-align: center;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.1);
}
.about-hero__pointer--icon {
  overflow: visible;
  z-index: 2;
  width: 4rem;
  height: 4rem;
  fill: #0844ac;
  transform: rotate(90deg) translateY(50%) translateX(-0.3rem);
  position: absolute;
  left: 50%;
  bottom: -4rem;
  animation-name: upAndDown;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.about-heading {
  display: flex;
  margin: 15rem 0 7rem 0;
  max-width: 135rem;
  -moz-column-gap: 15rem;
       column-gap: 15rem;
  align-items: center;
  opacity: 0;
}
.about-heading.animated {
  animation: fadeIn 1s ease-in-out forwards;
}
@media (max-width: 1440px) {
  .about-heading {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    margin-inline: 7rem;
  }
}
@media (max-width: 1000px) {
  .about-heading {
    flex-direction: column;
    row-gap: 7rem;
  }
}
@media (max-width: 900px) {
  .about-heading {
    flex-direction: row;
  }
}
@media (max-width: 600px) {
  .about-heading {
    margin-inline: 3rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    flex-direction: column;
    row-gap: 7rem;
  }
}
.about-heading__img {
  width: auto;
  height: 100rem;
  position: relative;
  z-index: 10;
}
.about-heading__img::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: -3rem;
  width: 100%;
  height: 100%;
  border: 1rem solid #ddd;
  z-index: -1;
}
.about-heading__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: -800px;
     object-position: -800px;
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  .about-heading__img img {
    -o-object-position: -500px;
       object-position: -500px;
  }
}
@media (max-width: 600px) {
  .about-heading__img img {
    -o-object-position: -730px;
       object-position: -730px;
  }
}
.about-heading__text {
  display: flex;
  flex-direction: column;
  color: inherit;
  font-size: 1.8rem;
}
@media (max-width: 1440px) {
  .about-heading__text {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 1440px) {
  .about-heading__text {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.about-heading__text--headline {
  font-size: 6rem;
  font-family: "Playfair Display";
  margin-bottom: 4rem;
}
@media (max-width: 1440px) {
  .about-heading__text--headline {
    margin-bottom: 3rem;
  }
}
@media (max-width: 600px) {
  .about-heading__text--headline {
    font-size: 4rem;
  }
}
.about-heading__text--paragraph {
  font-size: 2.2rem;
}
@media (max-width: 600px) {
  .about-heading__text--paragraph {
    font-size: 1.8rem;
  }
}

.about-nutshell {
  margin: 17rem 0;
  opacity: 0;
}
.about-nutshell.animated {
  animation: fadeIn 1s ease-in-out forwards;
}
@media (max-width: 1000px) {
  .about-nutshell {
    margin-inline: 7rem;
  }
}
@media (max-width: 600px) {
  .about-nutshell {
    margin-inline: 3rem;
  }
}

.about-story {
  max-width: 135rem;
  position: relative;
  padding: 7rem 0 5rem 0;
  font-size: 2.2rem;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20rem;
       column-gap: 20rem;
  justify-content: space-between;
  opacity: 0;
}
.about-story.animated {
  animation: fadeIn 1s ease-in-out forwards;
}
@media (max-width: 1440px) {
  .about-story {
    flex-direction: column;
    margin-inline: 20rem;
  }
}
@media (max-width: 900px) {
  .about-story {
    margin-inline: 10rem;
  }
}
@media (max-width: 600px) {
  .about-story {
    margin-inline: 5rem;
  }
}
.about-story__container {
  background-color: var(--theme-background-dark);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-story__headline {
  flex-basis: max-content;
  font-size: 4.5rem;
  font-family: "Playfair Display";
  font-weight: 400;
}
@media (max-width: 1440px) {
  .about-story__headline {
    font-size: 5.5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 600px) {
  .about-story__headline {
    font-size: 4.5rem;
  }
}
.about-story__text {
  flex-basis: 65%;
  line-height: 1.5;
  font-size: 2rem;
}
.about-story__text p:not(:last-child) {
  margin-bottom: 2rem;
}

.ig {
  margin: 10rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ig__headline {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 7rem;
  color: #0844ac;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.ig__headline.animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.ig__pictures {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (max-width: 1200px) {
  .ig__pictures {
    text-align: center;
    display: grid;
    justify-items: center;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    row-gap: 3rem;
    width: 90vw;
    grid-template-columns: repeat(auto-fit, minmax(36rem, 1fr));
  }
}
@media (max-width: 600px) {
  .ig__pictures {
    height: auto;
    width: 90%;
    overflow: hidden;
    row-gap: 0rem;
  }
}
.ig__img {
  height: 40rem;
  width: 40rem;
  position: relative;
  box-shadow: -0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.ig__img.animated {
  animation: fadeIn 1s ease-in-out forwards;
}
@media (max-width: 600px) {
  .ig__img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 300px) {
  .ig__img {
    width: 90vw;
  }
}
.ig__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 300px) {
  .ig__img img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.ig__img img:hover {
  transform: scale(1.05);
}

.about-cta {
  margin: 5rem 0 10rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.about-cta h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}
.about-cta a {
  margin-inline: auto;
}

.container-websites {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--theme-color);
  position: relative;
}
.container-websites a {
  margin-bottom: 10rem;
}

.websites-hero {
  position: relative;
  height: 97vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-background-darker);
  flex-direction: column;
}
.websites-hero__bg {
  height: 97vh;
  width: 100%;
  animation: expandDown 2.5s ease-in-out infinite;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
  background-color: var(--theme-background-darker);
  content: "";
  position: absolute;
  top: 0;
}
.websites-hero__container {
  height: 97vh;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.websites-hero__text {
  line-height: 1.3;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 8rem;
  color: inherit;
  font-family: "Playfair Display";
  opacity: 0;
}
@media (max-width: 1200px) {
  .websites-hero__text {
    font-size: 7rem;
  }
}
@media (max-width: 600px) {
  .websites-hero__text {
    font-size: 4rem;
    margin-inline: 1.3rem;
    line-height: 1.2;
    row-gap: 2rem;
  }
}
@media (max-width: 300px) {
  .websites-hero__text {
    font-size: 3.5rem;
  }
}
.websites-hero__text p {
  margin-top: 5rem;
  font-size: 2rem;
  font-family: "Source Sans Pro";
}
@media (max-width: 600px) {
  .websites-hero__text p {
    font-size: 2rem;
  }
}
.websites-hero__text.animated {
  animation: fadeIn 1s ease-in-out forwards;
}

.websites-heading.nutshell {
  display: block;
  max-width: 130rem;
  margin: 7rem 4rem 15rem 4rem;
  opacity: 0;
}
@media (max-width: 900px) {
  .websites-heading.nutshell {
    margin-inline: 7rem;
  }
}
@media (max-width: 600px) {
  .websites-heading.nutshell {
    margin-inline: 3rem;
  }
}
.websites-heading.nutshell.animated {
  animation: fadeIn 1s ease-in-out forwards;
}

.websites-image {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.websites-image::after {
  content: "";
  position: absolute;
  background-color: var(--theme-background-darker);
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 0% 85%, 100% 100%, 100% 15%);
          clip-path: polygon(0% 0%, 0% 85%, 100% 100%, 100% 15%);
  z-index: 1;
}
.websites-image__container {
  max-width: 160rem;
  background-image: linear-gradient(rgba(75, 114, 206, 0.2196078431), rgba(75, 114, 206, 0.2196078431)), url(./../../img/own/omakuva-1.jpg);
  background-position: center center, center center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  z-index: 2;
  -webkit-clip-path: polygon(0% 15%, 0% 100%, 100% 85%, 100% 0%);
          clip-path: polygon(0% 15%, 0% 100%, 100% 85%, 100% 0%);
  opacity: 0;
}
.websites-image__container.animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.websites-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.websites-process {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 10rem;
}
.websites-process__container {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.websites-process__heading, .websites-process__heading h2 {
  font-size: 7rem;
  line-height: 1.4;
  font-family: "Playfair Display";
  margin-bottom: 3rem;
  font-weight: 400;
}
@media (max-width: 600px) {
  .websites-process__heading, .websites-process__heading h2 {
    font-size: 4rem;
  }
}
.websites-process__text--1 {
  font-size: 2rem;
  margin-bottom: 2rem;
  opacity: 0;
}
.websites-process__text--1.animated {
  animation: fadeIn 1s ease-in-out forwards;
}
@media (max-width: 600px) {
  .websites-process__text--1 {
    font-size: 1.8rem;
  }
}
.websites-process__text--2 {
  font-size: 1.8rem;
  margin-bottom: 13rem;
  opacity: 0;
}
.websites-process__text--2.animated {
  animation: fadeIn 1s ease-in-out forwards;
}
@media (max-width: 600px) {
  .websites-process__text--2 {
    font-size: 1.7rem;
  }
}
.websites-process__grid {
  width: 92vw;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(37rem, 1fr));
}
@media (max-width: 600px) {
  .websites-process__grid {
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
  }
}
.websites-process__grid--item {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  padding: 3rem;
  border: solid 1px #eee;
  border-left: solid 3px #eee;
  transition: all 0.3s;
  opacity: 0;
}
.websites-process__grid--item:hover {
  border-left: solid 3px #ddd;
}
.websites-process__grid--item h5 {
  font-size: 3.4rem;
  font-family: "Playfair Display";
}
@media (max-width: 600px) {
  .websites-process__grid--item h5 {
    font-size: 3rem;
  }
}
.websites-process__grid--item p {
  font-size: 1.8rem;
}
@media (max-width: 600px) {
  .websites-process__grid--item p {
    font-size: 1.6rem;
  }
}
.websites-process__grid--item.animated {
  animation: fadeIn 1s ease-in-out forwards;
}

.websites-info {
  margin: 10rem 0;
  opacity: 0;
}
.websites-info.animated {
  animation: fadeIn 1s ease-in-out forwards;
}

.websites-prices {
  padding: 15rem 2rem;
  -webkit-clip-path: polygon(0% 0%, 0% 93%, 100% 100%, 100% 7%);
          clip-path: polygon(0% 0%, 0% 93%, 100% 100%, 100% 7%);
  margin-top: 7rem;
  background-color: var(--theme-background-dark);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .websites-prices {
    -webkit-clip-path: polygon(0% 0%, 0% 95%, 100% 100%, 100% 5%);
            clip-path: polygon(0% 0%, 0% 95%, 100% 100%, 100% 5%);
  }
}
@media (max-width: 600px) {
  .websites-prices {
    -webkit-clip-path: polygon(0% 0%, 0% 98%, 100% 100%, 100% 2%);
            clip-path: polygon(0% 0%, 0% 98%, 100% 100%, 100% 2%);
  }
}
.websites-prices__heading {
  margin-bottom: 6rem;
  text-align: center;
  font-size: 7rem;
  font-family: "Playfair Display";
  font-weight: 400;
}
@media (max-width: 600px) {
  .websites-prices__heading {
    font-size: 4rem;
  }
}
.websites-prices__container {
  max-width: 140rem;
  display: grid;
  grid-column-gap: 7rem;
  grid-row-gap: 5rem;
  grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
  justify-items: center;
  align-items: start;
}
@media (max-width: 900px) {
  .websites-prices__container {
    width: 95vw;
  }
}
.websites-prices__price {
  padding: 3rem;
  border: solid 1px;
  border-radius: 3px;
  box-shadow: -0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
}
.websites-prices__price.animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.websites-prices__price--1 {
  border-color: #cd7f32;
}
.websites-prices__price--1 h5 {
  color: #cd7f32;
}
.websites-prices__price--2 {
  border-color: #c0c0c0;
}
.websites-prices__price--2 h5 {
  color: #b4b4b4;
}
.websites-prices__price--3 {
  border-color: #ffd700;
}
.websites-prices__price--3 h5 {
  color: #d1b200;
}
.websites-prices__price h4 {
  text-align: center;
  font-size: 3rem;
  font-family: "Playfair Display";
  margin-bottom: 2rem;
}
.websites-prices__price p {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 600px) {
  .websites-prices__price p {
    font-size: 1.8rem;
  }
}
.websites-prices__price strong {
  align-self: flex-start;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .websites-prices__price strong {
    align-self: center;
  }
}
.websites-prices__price ul {
  list-style: none;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
@media (max-width: 600px) {
  .websites-prices__price ul {
    align-self: center;
  }
}
.websites-prices__price ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
  margin-bottom: 3px;
}
.websites-prices__price ul li svg {
  fill: #0844ac;
}
.websites-prices__bottom {
  margin-top: 2rem;
  text-align: center;
}
.websites-prices__bottom h5 {
  text-shadow: -1rem 1rem 1.5rem rgba(0, 0, 0, 0.151);
  font-size: 4rem;
  font-weight: 600;
  font-family: "Playfair Display";
}
.websites-prices__bottom p {
  font-size: 1.8rem;
}

.websites-info {
  margin-inline: 2rem;
}

.not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55vh;
  color: var(--theme-color);
}
.not-found__heading {
  text-align: center;
}
.not-found__heading h1 {
  font-size: 6rem;
  font-family: "Playfair Display";
}
.not-found__heading a {
  color: #0844ac;
}

.container-marketing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--theme-color);
}

.marketing-hero {
  position: relative;
  height: 97vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-background-darker);
  flex-direction: column;
}
.marketing-hero__bg {
  height: 97vh;
  width: 100%;
  animation: expandDown 2.5s ease-in-out infinite;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
  background-color: var(--theme-background-darker);
  content: "";
  position: absolute;
  top: 0;
}
.marketing-hero__container {
  height: 97vh;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.marketing-hero__text {
  line-height: 1.3;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 8rem;
  color: inherit;
  font-family: "Playfair Display";
  opacity: 0;
}
@media (max-width: 1200px) {
  .marketing-hero__text {
    font-size: 7rem;
  }
}
@media (max-width: 600px) {
  .marketing-hero__text {
    text-align: center;
    font-size: 4rem;
    margin-inline: 1.3rem;
    line-height: 1.2;
    row-gap: 2rem;
  }
}
@media (max-width: 300px) {
  .marketing-hero__text {
    font-size: 3.5rem;
  }
}
.marketing-hero__text p {
  margin-top: 5rem;
  font-size: 2rem;
  font-family: "Source Sans Pro";
}
@media (max-width: 600px) {
  .marketing-hero__text p {
    font-size: 1.8rem;
  }
}
.marketing-hero__text.animated {
  animation: fadeIn 1s ease-in-out forwards;
}

.marketing-heading {
  display: flex;
  margin: 15rem 0 7rem 0;
  max-width: 135rem;
  -moz-column-gap: 15rem;
       column-gap: 15rem;
  align-items: center;
  opacity: 0;
}
.marketing-heading.animated {
  animation: fadeIn 1s ease-in-out forwards;
}
@media (max-width: 1440px) {
  .marketing-heading {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    margin-inline: 7rem;
  }
}
@media (max-width: 1000px) {
  .marketing-heading {
    flex-direction: column;
    row-gap: 7rem;
  }
}
@media (max-width: 900px) {
  .marketing-heading {
    flex-direction: row;
  }
}
@media (max-width: 600px) {
  .marketing-heading {
    margin-inline: 3rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    flex-direction: column;
    row-gap: 7rem;
  }
}
.marketing-heading__img {
  width: auto;
  height: 100rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 600px) {
  .marketing-heading__img {
    height: 50rem;
  }
}
.marketing-heading__img::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: -3rem;
  width: 100%;
  height: 100%;
  border: 1rem solid #ddd;
  z-index: -1;
}
.marketing-heading__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: -370px;
     object-position: -370px;
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  .marketing-heading__img img {
    -o-object-position: -350px;
       object-position: -350px;
  }
}
@media (max-width: 600px) {
  .marketing-heading__img img {
    -o-object-position: -70px;
       object-position: -70px;
  }
}
.marketing-heading__text {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  color: inherit;
  font-size: 1.8rem;
}
@media (max-width: 1440px) {
  .marketing-heading__text {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.marketing-heading__text--headline {
  font-size: 6rem;
  font-family: "Playfair Display";
  margin-bottom: 4rem;
}
@media (max-width: 1440px) {
  .marketing-heading__text--headline {
    margin-bottom: 3rem;
  }
}
@media (max-width: 600px) {
  .marketing-heading__text--headline {
    font-size: 4rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
}
.marketing-heading__text--paragraph {
  font-size: 2rem;
}
@media (max-width: 600px) {
  .marketing-heading__text--paragraph {
    font-size: 1.8rem;
  }
}
.marketing-heading__text--paragraph + p {
  font-size: 1.8rem;
}
@media (max-width: 600px) {
  .marketing-heading__text--paragraph + p {
    font-size: 1.6rem;
  }
}

.marketing-solutions {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-inline: 10rem;
  margin-block: 18rem 13rem;
}
.marketing-solutions__container {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.marketing-solutions__heading, .marketing-solutions__heading h2 {
  font-size: 7rem;
  line-height: 1.4;
  font-family: "Playfair Display";
  margin-bottom: 3rem;
  font-weight: 400;
}
@media (max-width: 600px) {
  .marketing-solutions__heading, .marketing-solutions__heading h2 {
    text-align: center;
    margin-inline: 1rem;
  }
}
@media (max-width: 600px) {
  .marketing-solutions__heading, .marketing-solutions__heading h2 {
    font-size: 4rem;
  }
}
.marketing-solutions__grid {
  width: 90vw;
  display: grid;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
}
@media (max-width: 600px) {
  .marketing-solutions__grid {
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
  }
}
.marketing-solutions__grid--item {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  padding: 3rem;
  border: solid 1px #eee;
  border-left: solid 3px #eee;
  transition: all 0.3s;
  opacity: 0;
}
.marketing-solutions__grid--item:hover {
  border-left: solid 3px #ddd;
}
.marketing-solutions__grid--item h5 {
  font-size: 3.4rem;
  font-family: "Playfair Display";
}
@media (max-width: 600px) {
  .marketing-solutions__grid--item h5 {
    font-size: 3rem;
  }
}
.marketing-solutions__grid--item p {
  font-size: 1.8rem;
}
@media (max-width: 600px) {
  .marketing-solutions__grid--item p {
    font-size: 1.6rem;
  }
}
.marketing-solutions__grid--item.animated {
  animation: fadeIn 1s ease-in-out forwards;
}

.container-marketing .nutshell {
  display: block;
  max-width: 130rem;
  margin: 7rem 4rem 0rem 4rem;
  opacity: 0;
}
@media (max-width: 900px) {
  .container-marketing .nutshell {
    margin-inline: 7rem;
  }
}
@media (max-width: 600px) {
  .container-marketing .nutshell {
    margin-inline: 3rem;
  }
}
.container-marketing .nutshell.animated {
  animation: fadeIn 1s ease-in-out forwards;
}

.marketing-cta {
  display: flex;
  align-self: flex-start;
  max-width: 140rem;
  margin-left: 30vw;
  justify-content: flex-start;
  margin-block: 7rem 10rem;
}
@media (max-width: 1440px) {
  .marketing-cta {
    margin-left: 15%;
  }
}

.work {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--theme-color);
}
.work__hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.work__heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 8rem;
}
.work__heading h1 {
  font-family: "Playfair Display";
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 600px) {
  .work__heading h1 {
    font-size: 6rem;
    margin-inline: 1.3rem;
    line-height: 1.2;
    row-gap: 2rem;
  }
}
@media (max-width: 300px) {
  .work__heading h1 {
    font-size: 3.5rem;
  }
}
.work__heading h2 {
  font-size: 1.6rem;
}

.work-info {
  margin-block: 5rem;
  margin-inline: 5rem;
  opacity: 0;
}
@media (max-width: 600px) {
  .work-info {
    margin-inline: 2rem;
  }
}
.work-info.animated {
  animation: fadeIn 1s ease-in-out forwards;
}

.work-projects {
  margin-block: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 92vw;
}
.work-projects__heading {
  font-family: "Playfair Display";
  font-size: 5rem;
  margin-bottom: 2rem;
}
.work-projects__container {
  width: 100%;
  height: 100%;
  margin-inline: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fit, 1fr);
  justify-content: center;
}
.work-projects__container.single {
  display: block;
}
@media (max-width: 1440px) {
  .work-projects__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 750px) {
  .work-projects__container {
    grid-template-columns: 1fr;
  }
}
.work-projects__project {
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 30%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.work-projects__project.single {
  padding: 0.1rem;
  margin: 0 auto;
  background-color: var(--theme-background-white);
}
.work-projects__project.single::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: -3rem;
  width: 100%;
  height: 100%;
  border: 1rem solid var(--theme-background-darker);
  z-index: -1;
  transition: all 0.5s;
}
.work-projects__project.single:hover + .work-projects__project.single::before {
  z-index: 999;
}
.work-projects__project img {
  box-shadow: -1rem 1rem 1.5rem rgba(0, 0, 0, 0.151);
}
.work-projects__project img.single {
  transition: all 0.5s;
  z-index: 3;
  background-color: transparent !important;
}
.work-projects__project:nth-child(1) {
  background-color: #ddd;
}
.work-projects__project:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: none;
}
.work-projects__project:nth-child(2) {
  background-color: rgba(181, 23, 105, 0.5568627451);
}
.work-projects__project:nth-child(2) img {
  width: 90%;
  height: 140%;
  -o-object-position: left;
     object-position: left;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-projects__project:nth-child(3) {
  background-color: rgba(6, 163, 202, 0.575);
}
.work-projects__project:nth-child(3) img {
  width: 94%;
  height: 122%;
  -o-object-position: right;
     object-position: right;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-projects__project:nth-child(4) {
  background-color: #ffc000;
}
.work-projects__project:nth-child(4) img {
  width: 90%;
  height: 140%;
  -o-object-position: left;
     object-position: left;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-projects__project:nth-child(5) {
  background-color: rgba(0, 14, 214, 0.137254902);
}
.work-projects__project:nth-child(5) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: none;
}
.work-projects__project:nth-child(6) {
  background-color: rgba(0, 14, 214, 0.6862745098);
}
.work-projects__project:nth-child(6) img {
  width: 94%;
  height: 122%;
  -o-object-position: right;
     object-position: right;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-projects__project figcaption {
  padding-top: 37%;
  text-align: center;
  position: absolute;
  z-index: 3;
  color: var(--theme-color);
  font-size: 3.5rem;
  font-weight: 600;
  background-color: var(--theme-background-white);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.work-projects__project figcaption:hover {
  opacity: 1;
}
.work-projects__project figcaption:hover + img {
  opacity: 0.08;
}
.work-projects__project figcaption.single {
  padding: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.85) !important;
  z-index: 5;
}
.work-projects__project figcaption span,
.work-projects__project figcaption a {
  font-size: 2rem;
  color: var(--theme-color);
}
.work-projects h3 {
  margin-block: 10rem;
  font-size: 4rem;
}

.container-contact {
  color: var(--theme-color);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-hero {
  height: 100%;
  background-color: var(--theme-background-darker);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: solid 1px #0844ac;
}
.contact-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100vh;
  width: 100%;
}
.contact-hero__text {
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 8rem;
  color: inherit;
  font-family: "Playfair Display";
  text-align: center;
  opacity: 0;
}
@media (max-width: 600px) {
  .contact-hero__text {
    font-size: 4rem;
    margin-inline: 1.3rem;
    line-height: 1.2;
    row-gap: 2rem;
  }
}
@media (max-width: 300px) {
  .contact-hero__text {
    font-size: 3.5rem;
  }
}
.contact-hero__text p {
  margin-top: 5rem;
  font-size: 2rem;
  font-family: "Source Sans Pro";
}
@media (max-width: 600px) {
  .contact-hero__text p {
    font-size: 2rem;
  }
}
.contact-hero__text.animated {
  animation: fadeIn 1s ease-in-out forwards;
}

.contact {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-block: 7rem 12rem;
}
.contact__grid {
  width: 85vw;
  display: grid;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
}
@media (max-width: 600px) {
  .contact__grid {
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
  }
}
.contact__grid--item {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  padding: 3rem;
  border: solid 1px #eee;
  border-left: solid 3px #eee;
  transition: all 0.3s;
  cursor: default;
  opacity: 0;
}
.contact__grid--item:hover {
  border-left: solid 3px #0952cf;
}
.contact__grid--item h5 {
  font-size: 3.4rem;
  font-family: "Playfair Display";
}
@media (max-width: 600px) {
  .contact__grid--item h5 {
    font-size: 3rem;
  }
}
.contact__grid--item p {
  font-size: 1.9rem;
}
@media (max-width: 600px) {
  .contact__grid--item p {
    font-size: 1.8rem;
  }
}
.contact__grid--item.animated {
  animation: fadeIn 1s ease-in-out forwards;
}

.contact-form {
  border-top: solid 1px #eee;
  padding-top: 4rem;
  width: 100%;
  margin-bottom: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-form h2 {
  font-size: 4rem;
  font-family: "Playfair Display";
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (max-width: 600px) {
  .contact-form h2 {
    font-size: 3.5rem;
  }
}
.contact-form__container {
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, min-content);
  margin-inline: 2rem;
}
@media (max-width: 600px) {
  .contact-form__container {
    font-size: 1.8rem;
  }
}
.contact-form__container input {
  border: 2px solid #555;
  font-family: inherit;
  width: 100%;
  height: 5rem;
  padding: 0rem 1.5rem;
  margin: 0rem 0 1.5rem 0;
  font-size: inherit;
  border-radius: 0.2rem;
}
.contact-form__container select {
  width: 100%;
  height: 5rem;
  padding: 0rem 1.5rem;
  margin: 0rem 0 1.5rem 0;
  font-size: inherit;
  border-radius: 0.2rem;
}
.contact-form__container textarea {
  grid-column: 1/span 2;
  border: 2px solid #555;
  font-family: inherit;
  overflow: auto;
  resize: vertical;
  height: 10rem;
  width: 100%;
  padding: 1.5rem;
  margin: 0rem 0 1.5rem 0;
  font-size: inherit;
}
.contact-form .btn-send {
  margin: 3rem;
  cursor: pointer;
}

.contact-info {
  width: 100%;
  border-top: solid 1px #eee;
  padding-top: 3rem;
  text-align: center;
  color: var(--theme-color);
  margin-bottom: 10rem;
  opacity: 0;
}
.contact-info__heading {
  font-weight: 500;
  font-size: 3.5rem;
  font-family: "Playfair Display";
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .contact-info__heading {
    font-size: 3rem;
  }
}
.contact-info__links {
  display: flex;
  flex-direction: column;
}
.contact-info__links a {
  color: #0844ac;
  font-size: 2.5rem;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .contact-info__links a {
    font-size: 2.2rem;
  }
}
.contact-info.animated {
  animation: fadeIn 1s ease-in-out forwards;
}

.blog-banner {
  height: 45rem;
  color: var(--theme-color);
  width: 100%;
  background-image: linear-gradient(var(--theme-gradient-white), var(--theme-gradient-white)), url("../../img/own/color-theory-bread.jpg");
  background-size: cover;
  background-position-y: -500px;
}
@media (max-width: 600px) {
  .blog-banner {
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 3rem;
    background-position-y: 0px;
  }
}
.blog-banner .text-block {
  padding-top: 15rem;
  text-align: center;
  margin-inline: 2rem;
}
.blog-banner .text-block h1 {
  font-size: 5rem;
  font-family: "Playfair Display";
  margin-bottom: 3rem;
}
@media (max-width: 600px) {
  .blog-banner .text-block h1 {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}

.blog-post {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.blog-post__container {
  max-width: 100rem;
  width: 92vw;
}
.blog-post__container h2,
.blog-post__container h3,
.blog-post__container img,
.blog-post__container ul,
.blog-post__container li,
.blog-post__container p {
  color: var(--theme-color);
}
.blog-post__container h2 {
  margin-top: 3rem;
  align-self: start;
  font-size: 2.2rem;
}
.blog-post__container .heads {
  font-size: 3rem;
}
.blog-post ul.cleanlist {
  list-style: none;
}
.blog-post ul.cleanlist li {
  margin-bottom: 1rem;
}
.blog-post__header {
  margin-block: 10rem 3rem;
  font-size: 2.5rem;
}
.blog-post__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  row-gap: 1rem;
}
.blog-post__content h3 {
  margin-top: 1rem;
  align-self: start;
  font-size: 2rem;
}
.blog-post__content figcaption {
  color: var(--theme-color);
  font-size: 1rem;
}
.blog-post__content .image-set {
  width: 100%;
  margin-block: 2rem;
}
.blog-post__content .image-set img {
  border-radius: 5px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-post .double-img {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 600px) {
  .blog-post .double-img {
    flex-direction: column;
  }
}
.blog-post__two {
  margin-block: 3rem;
  padding: 2rem;
  background-color: var(--theme-background-darker);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 700px) {
  .blog-post__two {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.blog-post__two li {
  text-shadow: 1px 1px 3px #555;
}
.blog-post__two .image-set {
  width: 30%;
}
.blog-post__two .image-set img {
  border-radius: 5px;
}
@media (max-width: 700px) {
  .blog-post__two .image-set {
    width: 60%;
  }
}
.blog-post__equal {
  margin-block: 3rem;
  padding: 2rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  height: -moz-fit-content;
  height: fit-content;
}
.blog-post__equal .image-set {
  width: 50%;
}
.blog-post__equal .image-set img {
  border-radius: 5px;
}
.blog-post__tag {
  width: 100%;
  margin-block: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 5px;
  justify-items: center;
}
.blog-post__tag a {
  padding: 1rem;
  background-color: #0952cf;
  color: #fff;
}

.nettisivut {
  color: var(--theme-color);
  overflow-x: hidden;
}
.nettisivut__hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../../Ebook/jarkko-cover-min.webp");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: fadeInLeft 1.5s ease-in-out forwards 0.5s;
  background-color: var(--theme-background);
  margin-bottom: 7rem;
  opacity: 0;
  position: relative;
}
.nettisivut__hero::after {
  content: "Oletko valmis tekemään vaikutuksen asiakkaisiisi?";
  color: inherit;
  bottom: 8vh;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  display: block;
  text-align: center;
  font-size: 4rem;
  font-family: "Playfair Display";
  animation: fadeInBottom 1s ease-in-out forwards 1.7s;
  opacity: 0;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .nettisivut__hero::after {
    font-size: 3.5rem;
  }
}
.nettisivut .copytext {
  margin: 0 auto;
  padding-inline: 2vw;
  text-align: center;
  max-width: 100rem;
  font-size: 2rem;
}
@media (max-width: 600px) {
  .nettisivut .copytext {
    font-size: 1.8rem;
  }
}
.nettisivut .copytext p {
  margin-bottom: 1.5rem;
}
.nettisivut .copytext h1 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 3rem;
  line-height: 1.4;
}
.nettisivut .copytext h2 {
  font-size: 3rem;
  font-weight: 600;
}
.nettisivut .copytext ol {
  text-align: left;
  margin-inline: 2vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 3rem;
  counter-reset: my-counter;
}
.nettisivut .copytext ol :first-child {
  margin-top: 1rem;
}
.nettisivut .copytext ol :not(:first-child) {
  margin-top: 0.3rem;
}
.nettisivut .copytext ol :nth-child(6) {
  font-weight: bold;
}
@media (min-width: 900px) {
  .nettisivut .copytext ol {
    transform: translatex(10rem);
  }
}
.nettisivut .copytext ol li {
  counter-increment: my-counter;
  gap: 0.5rem;
  display: grid;
  grid-template-columns: min-content 1fr;
}
@media (max-width: 600px) {
  .nettisivut .copytext ol li {
    font-size: 1.6rem;
  }
}
.nettisivut .copytext ol li::before {
  content: counter(my-counter);
  background-color: #333;
  color: #efefef;
  font-weight: 900;
  font-size: 0.8em;
  place-items: center;
  display: inline-grid;
  width: 3rem;
  aspect-ratio: 1;
  border: 3px solid #0952cf;
  border-radius: 50%;
}
.nettisivut .book-form {
  margin-inline: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.nettisivut .book-form form {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--theme-color);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nettisivut .book-form form input {
  width: 20rem;
  height: 3rem;
  padding: 0rem 0.5rem;
  margin: 0rem 0 0.5rem 0;
  font-size: 1.6rem;
  border-radius: 0.2rem;
  outline: none;
  border: none;
  border-bottom: 2px solid var(--theme-color);
  background-color: var(--theme-background-white);
  color: var(--theme-color);
}
.nettisivut .book-form form button {
  margin-top: 1.5rem;
  border: 1px solid #0844ac;
  border-radius: 0;
  font-weight: 600;
  color: inherit;
}
.nettisivut .book-form form button:hover {
  color: #fff;
}

.nav {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 12vw 0.7rem 12vw;
  position: absolute;
  z-index: 999;
  width: 100%;
  box-sizing: inherit;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .nav {
    padding: 1.2rem 9.2vw 0.7rem 9.2vw;
  }
}
@media (max-width: 900px) {
  .nav {
    padding: 1.2rem 9rem 1.2rem 4rem;
  }
}
@media (max-width: 600px) {
  .nav {
    padding: 1rem 2rem 1rem 2rem;
    height: -moz-min-content;
    height: min-content;
  }
}
@media (orientation: landscape) and (max-height: 600px) and (max-width: 900px) {
  .nav {
    padding: 1rem 2rem 1rem 2rem;
    height: -moz-min-content;
    height: min-content;
  }
}
.nav__logo {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-self: center;
  width: auto;
  height: 6rem;
  position: relative;
}
@media (max-width: 600px) {
  .nav__logo {
    height: 5rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) and (max-width: 900px) {
  .nav__logo {
    height: 5rem;
  }
}
.nav__logo--img {
  height: 100%;
}
.nav__menu {
  list-style: none;
  display: flex;
  align-items: center;
  height: -moz-min-content;
  height: min-content;
  align-self: center;
  z-index: 10;
}
@media (max-width: 600px) {
  .nav__menu {
    display: none;
  }
}
@media (orientation: landscape) and (max-height: 600px) and (max-width: 900px) {
  .nav__menu {
    display: none;
  }
}
.nav__item {
  margin-left: 3rem;
  display: block;
  color: var(--theme-color);
  position: relative;
}
.nav__item--active {
  color: #0844ac;
}
.nav__link {
  font-size: 2rem;
  text-decoration: none;
  color: currentColor;
  font-weight: 600;
  transition: all 0.2s;
}
.nav__link:hover {
  color: #0844ac;
}
.nav__dropdown {
  cursor: default;
}
.nav__socials {
  position: absolute;
  right: 3rem;
  top: 10rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.nav__socials li {
  list-style: none;
}
.nav__socials img {
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 600px) {
  .nav__socials {
    display: none;
  }
}
@media (orientation: landscape) and (max-height: 600px) and (max-width: 900px) {
  .nav__socials {
    display: none;
  }
}

/* nav and stickly class at the same time */
.nav.sticky {
  padding: 0.7rem 12vw 0.7rem 12vw;
  position: fixed;
  top: 0;
  background-color: var(--theme-background-white);
  box-shadow: var(--light-shadow);
  width: 100vw;
}
@media (max-width: 900px) {
  .nav.sticky {
    padding: 0.7rem 9rem 0.7rem 4rem;
  }
}
@media (max-width: 600px) {
  .nav.sticky {
    height: -moz-max-content;
    height: max-content;
    padding: 1rem 2rem 1rem 2rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) and (max-width: 900px) {
  .nav.sticky {
    height: -moz-max-content;
    height: max-content;
    padding: 1rem 2rem 1rem 2rem;
  }
}

.down-icon {
  z-index: 10;
  width: 2.5rem;
  height: 2.5rem;
  fill: #0844ac;
  transform: rotate(90deg) translateY(50%) translateX(-0.3rem);
  position: absolute;
  left: 50%;
  top: -0.7rem;
  animation-name: upAndDown;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.dropdown {
  position: relative;
  display: block;
}
.dropdown__start {
  display: block;
  font-weight: 600;
  font-family: "Source Sans Pro";
  transition: all 0.2s;
  color: var(--theme-color);
  background: none;
  font-size: 2rem;
  border: none;
}
.dropdown__menu {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 100%;
  background-color: var(--theme-background-white);
  box-shadow: var(--light-shadow);
  padding: 0.7rem;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
  overflow-y: hidden;
  transform: translateY(-1rem);
}
.dropdown__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
}
.dropdown__link {
  font-weight: 600;
  transition: all 0.2s;
  color: inherit;
  font-size: 2rem;
}
.dropdown__link:hover {
  color: #0844ac;
}
.dropdown > .dropdown__start:hover + .dropdown__menu, .dropdown__menu:hover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0rem);
}
.dropdown__icon {
  fill: #0844ac;
}

.mnav {
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: auto;
  margin-right: 1rem;
  display: none;
  height: 5rem;
}
@media (max-width: 600px) {
  .mnav {
    display: unset;
  }
}
@media (orientation: landscape) and (max-height: 600px) and (max-width: 900px) {
  .mnav {
    display: unset;
  }
}
.mnav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 2.5rem;
  transition: all 0.2s;
  z-index: 1009;
  height: 5rem;
}
.mnav__btn div {
  border-bottom: 2px solid var(--theme-color);
  width: 2.5rem;
  transition: all 0.2s;
}
.mnav__btn::before {
  content: "";
  width: 2.5rem;
  border-bottom: 2px solid var(--theme-color);
  position: absolute;
  top: 28%;
  transition: all 0.2s;
}
.mnav__btn::after {
  content: "";
  width: 2.5rem;
  border-bottom: 2px solid var(--theme-color);
  position: absolute;
  bottom: 27%;
  transition: all 0.2s;
}
.mnav__btn.close {
  position: fixed;
  right: 3rem;
}
.mnav__btn.close div {
  opacity: 0;
}
.mnav__btn.close::before {
  top: 50%;
  right: 0;
  transform: rotate(45deg);
}
.mnav__btn.close::after {
  bottom: 50%;
  right: 0;
  transform: rotate(-45deg);
}
.mnav__bg {
  background-color: var(--theme-background);
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 300px) {
  .mnav__bg {
    width: 100vw;
    left: 0;
  }
}
.mnav__btn.close + .mnav__bg {
  transform: translateX(0);
}
.mnav__menu {
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: repeat(5, 1fr);
  row-gap: 0.5rem;
  justify-items: center;
}
.mnav__menu li {
  margin: auto 0;
}
.mnav__menu li a {
  font-size: 3rem;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 300px) {
  .mnav__menu li a {
    padding: 0.2rem;
    font-size: 2.7rem;
  }
}
@media (max-height: 300px) {
  .mnav__menu > * {
    margin-bottom: 0rem;
    padding: 0;
  }
}
.mnav__menu .dropdown > * {
  z-index: 1009;
  font-size: 3rem;
}
@media (max-width: 300px) {
  .mnav__menu .dropdown > * {
    padding: 0.2rem;
    font-size: 2.7rem;
  }
}
.mnav__menu .dropdown__menu {
  overflow: visible;
  left: 100%;
  top: 0;
  background-color: transparent;
  box-shadow: none;
  transform: translateX(-1rem) translateY(0);
}
@media (max-width: 380px) {
  .mnav__menu .dropdown__menu span {
    position: absolute;
    top: 80%;
    left: 60%;
  }
}
.mnav__menu .dropdown > .mnav__menu .dropdown__start:hover + .mnav__menu .dropdown__menu, .mnav__menu .dropdown__menu:hover {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(1rem);
}
.mnav__menu .down-icon {
  width: 2.2rem;
  height: 2.2rem;
}
.mnav__socials {
  align-self: center;
  display: block;
  margin-top: 5rem;
  color: var(--theme-color);
  display: flex;
  gap: 2rem;
}
@media (max-height: 300px) {
  .mnav__socials {
    margin-top: 1rem;
  }
}
.mnav__socials--icon {
  transition: all 0.2s;
}
.mnav__socials li {
  list-style: none;
}

.btn {
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--theme-color);
  font-size: 2.5rem;
  font-weight: 600;
  padding: 0.5rem;
  height: auto;
}
.btn-hero {
  position: relative;
  color: var(--theme-color);
  transition: all 0.2s;
}
.btn-hero::before {
  content: "";
  display: block;
  position: absolute;
  left: 0rem;
  bottom: 0.9rem;
  height: 3.5rem;
  background-color: #0844ac;
  width: 2px;
  transition: all 0.3s;
}
.btn-hero:hover::before {
  transform: rotate(-45deg) translateY(-1rem) translateX(1rem);
  transform-origin: bottom;
  height: 1.5rem;
}
.btn-hero::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.5rem;
  height: 2px;
  background-color: #0844ac;
  width: calc(100% + 0.5rem);
  transform: translateX(-0.5rem) translateY(-0.3rem);
  transition: all 0.3s;
}
.btn-hero:hover::after {
  transform: rotate(-45deg) translateY(-2rem) translateX(-0.3rem);
  transform-origin: bottom;
  width: 1.5rem;
}
.btn-cta {
  width: -moz-max-content;
  width: max-content;
  font-size: 2.5rem;
  border: solid 1px #0844ac;
  padding: 1.7rem 3rem;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}
.btn-cta:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0844ac;
  position: absolute;
  z-index: -1;
  transition: all ease-in-out 0.2s;
  transform: scaleX(0);
  transform-origin: left;
}
.btn-cta:hover::before, .btn-cta:active::before {
  transform: scaleX(1);
  color: #fff;
}
.btn-cta:hover, .btn-cta:active {
  color: #fff;
}
.btn-send {
  font-size: 2.5rem;
  border: solid 1px #0844ac;
  padding: 1.7rem 3rem;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
  background-color: inherit;
}
.btn-send:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0844ac;
  position: absolute;
  z-index: -1;
  transition: all ease-in-out 0.2s;
  transform: scaleX(0);
  transform-origin: left;
}
.btn-send:hover::before, .btn-send:active::before {
  transform: scaleX(1);
  color: #fff;
}
.btn-send:hover, .btn-send:active {
  color: #fff;
}

a {
  text-decoration: none;
}

.button {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 2.2rem;
  border: none;
  padding: 1rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  font-weight: 400;
}
.button-form {
  border-radius: 0;
  color: #fff;
  background-color: #0844ac;
  padding: 0.5rem;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  text-align: center;
}
.button-cta {
  position: relative;
  font-size: 3rem;
  padding: 0;
  padding-right: 1rem;
  color: #f5f5f5;
  cursor: pointer;
  box-shadow: -0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.205);
  transition: all 0.2s;
}
.button-cta:hover {
  box-shadow: -0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.305);
  transform: translateY(-0.2rem);
}
.button .cta-icon {
  animation: rightAndLeft 2s ease-in-out infinite;
  transition: all 0.2s;
}

.effect {
  background-color: #0844ac;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
  padding: 1.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  padding-right: 4rem;
}

.popup {
  width: minmax(12rem, -moz-max-content);
  width: minmax(12rem, max-content);
  height: 7rem;
  position: fixed;
  background-color: #0844ac;
  padding: 2rem;
  color: #fff;
  top: 20%;
  right: 0;
  transition: all 0.5s;
  border: 1px solid #555;
  z-index: 999;
  opacity: 0;
  transform: translateX(100%);
}
.popup.popping {
  opacity: 1;
  transform: translateX(0%);
}

.footer {
  position: relative;
  margin: 4rem 8rem;
  line-height: 1.3;
  display: grid;
  grid-template-columns: repeat(auto-fit, min-content);
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  grid-gap: 5rem;
  align-content: space-around;
  font-size: 2rem;
}
@media (max-width: 900px) {
  .footer {
    grid-template-columns: repeat(3, max-content);
    grid-auto-flow: row;
    grid-column-gap: 3rem;
    grid-row-gap: 6rem;
    justify-content: space-around;
  }
}
@media (max-width: 600px) {
  .footer {
    grid-template-columns: repeat(4, max-content);
    grid-template-rows: repeat(3, max-content);
    grid-row-gap: 4rem;
    justify-items: center;
  }
}
@media (max-width: 300px) {
  .footer {
    grid-template-columns: max-content;
    grid-template-rows: repeat(4, max-content);
  }
}
.footer svg {
  fill: #0844ac;
}
.footer__details {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (max-width: 600px) {
  .footer__details {
    grid-column: 1/span 4;
    justify-self: center;
    text-align: center;
  }
}
@media (max-width: 300px) {
  .footer__details {
    grid-column: 1;
  }
}
.footer__details--name {
  font-weight: 400;
  font-size: 3rem;
}
.footer__details--location {
  font-family: "Source Sans Pro";
}
.footer__details--contact {
  display: flex;
  flex-direction: column;
}
.footer__details--contact :first-child {
  margin-bottom: 1rem;
}
.footer__details a {
  color: inherit;
}
.footer__links {
  font-family: "Source Sans Pro";
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (max-width: 600px) {
  .footer__links {
    grid-column: 1/span 2;
    grid-row: 2;
  }
}
@media (max-width: 300px) {
  .footer__links {
    grid-column: 1;
  }
}
.footer__links ul {
  font-family: "Source Sans Pro";
  list-style: none;
}
.footer__links li {
  display: flex;
  align-items: center;
  margin-bottom: 0.7rem;
}
.footer__links li svg {
  transition: all 0.2s;
}
.footer__links li:hover > svg {
  transform: translateX(5px);
}
.footer__links--link {
  font-weight: 400;
  color: inherit;
  text-decoration: none;
  margin-left: 0.5rem;
}
.footer__services {
  font-family: "Source Sans Pro";
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (max-width: 600px) {
  .footer__services {
    grid-column: 3/span 2;
    grid-row: 2;
  }
}
@media (max-width: 300px) {
  .footer__services {
    grid-column: 1;
    grid-row: 3;
  }
}
.footer__services ul {
  list-style: none;
  font-family: "Source Sans Pro";
}
.footer__services li {
  display: flex;
  align-items: center;
  margin-bottom: 0.7rem;
}
.footer__services li svg {
  transition: all 0.2s;
}
.footer__services li:hover > svg {
  transform: translateX(5px);
}
.footer__services--link {
  color: inherit;
  text-decoration: none;
  margin-left: 0.5rem;
}
.footer__letter {
  font-family: "Source Sans Pro";
}
@media (max-width: 600px) {
  .footer__letter {
    grid-column: 2/span 2;
    grid-row: 3;
    margin-bottom: 5rem;
  }
}
@media (max-width: 300px) {
  .footer__letter {
    grid-column: 1;
    grid-row: 4;
  }
}
.footer__letter form {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  padding-right: 20%;
}
.footer__letter form .button-form {
  height: 3rem;
}
.footer__letter form #email {
  flex-grow: 1;
  height: 3rem;
  outline: none;
  font-size: 1.5rem;
}
.footer__socials {
  margin: 0 8rem;
}
.footer__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #333;
}
.footer__copyright {
  background-color: #222;
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem;
}
.footer__copyright span {
  color: #fff;
}

.fill {
  fill: #0844ac;
}

.nutshell {
  max-width: 100rem;
  font-weight: 400;
  color: inherit;
}
.nutshell h3 {
  color: inherit;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
.nutshell p {
  font-size: 4.5rem;
  line-height: 1.4;
  font-family: inherit;
}
@media (max-width: 600px) {
  .nutshell p {
    font-size: 2.5rem;
  }
}

/* Customize the label (the theme) */
.theme {
  display: block;
  position: absolute;
  top: 3rem;
  right: 5rem;
  width: 5.5rem;
  height: 2.5rem;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: rgba(51, 51, 51, 0.5019607843);
  border-radius: 2rem;
  box-shadow: -0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 1200px) {
  .theme {
    right: 1.5rem;
  }
}
@media (max-width: 600px) {
  .theme {
    right: 10rem;
    top: 2.5rem;
  }
}
@media (orientation: landscape) and (max-height: 600px) and (max-width: 900px) {
  .theme {
    right: 10rem;
    top: 2.5rem;
  }
}
.theme input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.theme .checkmark {
  position: absolute;
  top: 0;
  right: calc(100% - 2.5rem);
  height: 2.5rem;
  width: 2.5rem;
  background-color: #555;
  border-radius: 2rem;
  transition: all 0.2s;
}
.theme .checkmark :after {
  content: "";
  position: absolute;
  display: none;
}
.theme .checkmark .svg1 {
  position: absolute;
  left: 2.9rem;
  top: 0.15rem;
  height: 2.2rem;
  width: 2.2rem;
}
.theme .checkmark .svg2 {
  position: absolute;
  right: 2.9rem;
  top: 0.15rem;
  height: 2.2rem;
  width: 2.2rem;
}
.theme input:checked ~ .checkmark {
  transform: translateX(3rem);
}
.theme input:checked ~ .checkmark:after {
  display: block;
}
.theme .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.nav.sticky .theme {
  top: 2.5rem;
}/*# sourceMappingURL=main.css.map */