/**
 * Settings.
 */
/**
 * Settings.
 */
/**
 * Font family map.
 */
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
* Mobile.
**/
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
 * Color Map (https://convertacolor.com/).
 */
/**
 * Colors Variables.
 */
/**
 * Grid.
 */
/**
 * Assets.
 */
/**
 * Body.
 */
/**
 * Other.
 */
*::selection {
  background-color: hsl(231, 53%, 34%);
  color: hsl(0, 0%, 100%);
}

/**
 * Responsive.
 */
/**
 * Vendor.
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Tools.
 */
/**
 * Tools.
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Container
 * 
 * Center aligns element with given maximum width, padding, and margins top and bottom.
 * @param {String} $width - Pixel unit value.
 * @param {String} $gap - Pixel unit value.
 * @example @include container(1024px, 20px);
 */
/**
 * Section
 *
 * Add top and bottom spacing to element using paddings.
 * @param {String} $top - Pixel unit value.
 * @param {String} $bottom - Pixel unit value.
 * @example @include section(100px, 100px);
 */
/**
 * Media.
 *
 * Media queries according to "The 100% Correct Way To Do CSS Breakpoints" (https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862).
 * @param {String} $breakpoint - Breakpoint pixel unit value.
 * @example @include media('phone') {}
 */
/**
 * Elements.
 */
/**
 * General.
 */
/**
 * Remove margin and padding from every selector including their
 * psuedo selectors.
 *
 * 1. More sensible default box sizing.
 *    (css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice).
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; /* 1 */
}

/**
 * Set height of the document to maxium viewport height.
 *
 * 1. Set root font size to 10.
 */
html {
  height: 100vh;
  font-size: 62.5%; /* 1 */
  box-sizing: border-box;
}

/**
 * Set minimal height of the body to maximum viewport height to
 * match the document's height.
 *
 * 1. Firefox 25+.
 * 2. Chrome 5+.
 */
body {
  min-height: 100vh;
  background-color: hsl(230, 37.5%, 96.9%);
  color: hsl(231, 66%, 26%);
  font-family: "Source Sans 3";
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; /* 1 */
  -webkit-font-smoothing: antialiased; /* 2 */
}

/**
 * Custom user agent resets and overrides that are not present in
 * Normalize 8.0.0. This mostly removes some annoying margin and padding
 * defaults, border radius, and outlines.
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove border radius on Chrome 62.0+ on macOS.
 */
button {
  border: 0;
  border-radius: 0; /* 1 */
  outline: none;
  background: none;
  cursor: pointer;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
}

/**
 * 1. Remove white space.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* 1 */
}

/**
 * 1. Remove inherited user agent appearance.
 */
input,
select,
textarea {
  max-width: 100%;
  border: 0;
  border-radius: 0;
  outline: none;
  appearance: none; /* 1 */
}

/**
 * 1. Only allow vertical resizing to prevent the textarea
 *    from overflowing the container.
 */
textarea {
  resize: vertical;
}

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

p {
  margin: 0;
}

/**
 * 1. Collapse borders to prevent double sided borders.
 */
table {
  max-width: 100%;
  border-collapse: collapse; /* 1 */
}

strong {
  font-weight: 700;
}

/**
 * Objects.
 */
/**
 * Button.
 */
.button {
  font-size: 18px;
  line-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  font-weight: 400;
}

/**
 * Button (primary).
 */
.button--primary {
  background-color: hsl(339.2, 84.6%, 51.8%);
  color: hsl(0, 0%, 100%);
  box-shadow: 0px 0px 19px 0px rgba(236, 28, 100, 0.45);
}
@media only screen and (min-width: 900px) {
  .button--primary:hover {
    background-color: hsl(339, 86.7%, 41.4%);
  }
}

/**
* Button (secondary blue).
*/
.button--secondary-blue {
  background-color: hsl(0, 0%, 100%);
  color: hsl(231, 53%, 34%);
}
@media only screen and (min-width: 900px) {
  .button--secondary-blue:hover {
    background-color: hsla(231.7, 66.4%, 25.7%, 0.2);
  }
}

/**
* Button (secondary dark-blue).
*/
.button--secondary-dark-blue {
  background-color: hsl(0, 0%, 100%);
  color: hsl(231, 53%, 34%);
}
@media only screen and (min-width: 900px) {
  .button--secondary-dark-blue:hover {
    background-color: hsla(231.7, 66.4%, 25.7%, 0.7);
    color: hsl(0, 0%, 100%);
  }
}

/**
* Button (secondary orange).
*/
.button--secondary-orange {
  background-color: hsl(0, 0%, 100%);
  color: hsl(19.1, 91.5%, 62.9%);
}
@media only screen and (min-width: 900px) {
  .button--secondary-orange:hover {
    background-color: hsl(19.1, 91.5%, 62.9%);
    color: hsl(0, 0%, 100%);
  }
}

/**
* Button (secondary green).
*/
.button--secondary-green {
  background-color: hsl(0, 0%, 100%);
  color: hsl(159, 100%, 37%);
}
@media only screen and (min-width: 900px) {
  .button--secondary-green:hover {
    background-color: hsl(159, 100%, 37%);
    color: hsl(0, 0%, 100%);
  }
}

/**
* Button (secondary magenta).
*/
.button--secondary-magenta {
  background-color: hsl(0, 0%, 100%);
  color: hsl(339.2, 84.6%, 51.8%);
}
@media only screen and (min-width: 900px) {
  .button--secondary-magenta:hover {
    background-color: hsl(337.1, 84%, 95.1%);
  }
}

/**
* Button (tertiary blue).
*/
.button--tertiary-blue {
  background-color: transparent;
  color: hsl(231, 53%, 34%);
  border: 3px solid hsl(231, 53%, 34%);
}
@media only screen and (min-width: 900px) {
  .button--tertiary-blue:hover {
    background-color: hsl(231, 53%, 34%);
    color: hsl(0, 0%, 100%);
  }
}

/**
* Button (secondary magenta).
*/
.button--tertiary-white {
  background-color: transparent;
  border: 3px solid hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
@media only screen and (min-width: 900px) {
  .button--tertiary-white:hover {
    color: hsl(231, 53%, 34%);
  }
}

/**
* Links wrap.
*/
.links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/**
 * Every conceivable HTML element within a `.cms-output` wrapper.
 *
 * 1. Exclude last childs.
 */
.cms-output p:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 899px) {
  .cms-output p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.cms-output h2,
.cms-output h3,
.cms-output h4 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 899px) {
  .cms-output h2,
  .cms-output h3,
  .cms-output h4 {
    margin-bottom: 15px;
  }
}
.cms-output h5 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 899px) {
  .cms-output h5 {
    margin-bottom: 10px;
  }
}
.cms-output .is-intro {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 899px) {
  .cms-output .is-intro {
    font-size: 18px;
    line-height: 24px;
  }
}
.cms-output img.aligncenter {
  display: block;
  margin: 0 auto;
}
.cms-output img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.cms-output table {
  word-break: break-word;
}
.cms-output table td {
  vertical-align: top;
}
.cms-output ul,
.cms-output ol {
  list-style-type: none;
  margin-left: 50px;
  margin-bottom: 30px;
}
.cms-output ul li,
.cms-output ol li {
  position: relative;
  margin-bottom: 15px;
}
.cms-output ul li::before,
.cms-output ol li::before {
  content: "";
  position: absolute;
  left: -50px;
  top: calc(50% - 12.5px);
  background: url(./../images/check-solid.svg) no-repeat;
  background-size: 25px 25px;
  height: 25px;
  width: 25px;
}
.cms-output ol {
  list-style-type: decimal;
}
.cms-output strong {
  font-weight: bold;
}
.cms-output a {
  text-decoration: underline;
  transition: all 250ms ease-in-out;
  font-weight: bold;
}
@media only screen and (min-width: 900px) {
  .cms-output a:hover {
    opacity: 0.7;
  }
}
.cms-output blockquote {
  position: relative;
  padding: 40px 45px 20px 45px;
  color: hsl(231, 53%, 34%);
}
.cms-output .wp-caption {
  margin-bottom: 20px;
}
.cms-output .wp-caption img {
  border-radius: 10px;
}
.cms-output .wp-caption .wp-caption-text {
  font-size: 16px;
  line-height: 20px;
  color: hsl(231, 53%, 34%);
  letter-spacing: 0.44px;
  margin-top: 10px;
}

/**
 * The content constraint is a constraint for all the content within
 * the document. It can be manipulated by CSS or JavaScript without
 * influencing the body.
 */
.content-constraint {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  margin-top: -110px;
}

/**
 * Example of a flex based column grid layout in practice:
 *
 * <div class="row">
 *   <div class="col col-xs-6 col-sm-12"></div>
 *   <div class="col col-xs-6 col-sm-12"></div>
 * </div>
 *
 * This example will create a row with two columns each filling half the width
 * of the row on all media, but will convert to a full width column on the
 * small `-sm` breakpoint alias, which is mobile only. Refer to
 * `settings/_definitions.scss` for all breakpoint alias.
 */
/**
 * Flex object.
 *
 * Tip: Use flex on a column to make the box the same height as the column.
 */
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

/**
 * Flex object with a column based layout system.
 */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin: 0 -10px;
}

/**
 * Box, the inside of a column.
 */
.box {
  flex: 1;
}

/**
 * Align `stretch` for the xs breakpoint.
 */
.align-xs-stretch {
  align-items: stretch;
}

/**
 * Align `center` for the xs breakpoint.
 */
.align-xs-center {
  align-items: center;
}

/**
 * Align `flex-start` for the xs breakpoint.
 */
.align-xs-flex-start {
  align-items: flex-start;
}

/**
 * Align `flex-end` for the xs breakpoint.
 */
.align-xs-flex-end {
  align-items: flex-end;
}

/**
 * Align `baseline` for the xs breakpoint.
 */
.align-xs-baseline {
  align-items: baseline;
}

/**
 * Justify `start` for the xs breakpoint.
 */
.justify-xs-start {
  justify-content: start;
}

/**
 * Justify `center` for the xs breakpoint.
 */
.justify-xs-center {
  justify-content: center;
}

/**
 * Justify `space-between` for the xs breakpoint.
 */
.justify-xs-space-between {
  justify-content: space-between;
}

/**
 * Justify `space-around` for the xs breakpoint.
 */
.justify-xs-space-around {
  justify-content: space-around;
}

/**
 * Justify `space-evenly` for the xs breakpoint.
 */
.justify-xs-space-evenly {
  justify-content: space-evenly;
}

/**
 * Bleed left for the xs breakpoint.
 */
.bleed-xs-left {
  padding-left: 0;
}

/**
 * Bleed right for the xs breakpoint.
 */
.bleed-xs-right {
  padding-right: 0;
}

/**
 * Order first for the `xs` breakpoint.
 */
.first-xs {
  order: -1;
}

/**
 * Order last for the `xs` breakpoint.
 */
.last-xs {
  order: 1;
}

/**
 * Reverse order for the `xs` breakpoint.
 */
.reverse-xs {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 599px) {
  /**
   * Align `stretch` for the sm breakpoint.
   */
  .align-sm-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the sm breakpoint.
   */
  .align-sm-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the sm breakpoint.
   */
  .align-sm-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the sm breakpoint.
   */
  .align-sm-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the sm breakpoint.
   */
  .align-sm-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the sm breakpoint.
   */
  .justify-sm-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the sm breakpoint.
   */
  .justify-sm-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the sm breakpoint.
   */
  .justify-sm-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the sm breakpoint.
   */
  .justify-sm-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the sm breakpoint.
   */
  .justify-sm-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the sm breakpoint.
   */
  .bleed-sm-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the sm breakpoint.
   */
  .bleed-sm-right {
    padding-right: 0;
  }
  /**
   * Order first for the `sm` breakpoint.
   */
  .first-sm {
    order: -1;
  }
  /**
   * Order last for the `sm` breakpoint.
   */
  .last-sm {
    order: 1;
  }
  /**
   * Reverse order for the `sm` breakpoint.
   */
  .reverse-sm {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 600px) {
  /**
   * Align `stretch` for the md breakpoint.
   */
  .align-md-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the md breakpoint.
   */
  .align-md-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the md breakpoint.
   */
  .align-md-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the md breakpoint.
   */
  .align-md-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the md breakpoint.
   */
  .align-md-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the md breakpoint.
   */
  .justify-md-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the md breakpoint.
   */
  .justify-md-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the md breakpoint.
   */
  .justify-md-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the md breakpoint.
   */
  .justify-md-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the md breakpoint.
   */
  .justify-md-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the md breakpoint.
   */
  .bleed-md-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the md breakpoint.
   */
  .bleed-md-right {
    padding-right: 0;
  }
  /**
   * Order first for the `md` breakpoint.
   */
  .first-md {
    order: -1;
  }
  /**
   * Order last for the `md` breakpoint.
   */
  .last-md {
    order: 1;
  }
  /**
   * Reverse order for the `md` breakpoint.
   */
  .reverse-md {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 900px) {
  /**
   * Align `stretch` for the lg breakpoint.
   */
  .align-lg-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the lg breakpoint.
   */
  .align-lg-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the lg breakpoint.
   */
  .align-lg-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the lg breakpoint.
   */
  .align-lg-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the lg breakpoint.
   */
  .align-lg-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the lg breakpoint.
   */
  .justify-lg-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the lg breakpoint.
   */
  .justify-lg-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the lg breakpoint.
   */
  .justify-lg-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the lg breakpoint.
   */
  .justify-lg-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the lg breakpoint.
   */
  .justify-lg-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the lg breakpoint.
   */
  .bleed-lg-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the lg breakpoint.
   */
  .bleed-lg-right {
    padding-right: 0;
  }
  /**
   * Order first for the `lg` breakpoint.
   */
  .first-lg {
    order: -1;
  }
  /**
   * Order last for the `lg` breakpoint.
   */
  .last-lg {
    order: 1;
  }
  /**
   * Reverse order for the `lg` breakpoint.
   */
  .reverse-lg {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  /**
   * Align `stretch` for the xl breakpoint.
   */
  .align-xl-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the xl breakpoint.
   */
  .align-xl-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the xl breakpoint.
   */
  .align-xl-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the xl breakpoint.
   */
  .align-xl-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the xl breakpoint.
   */
  .align-xl-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the xl breakpoint.
   */
  .justify-xl-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the xl breakpoint.
   */
  .justify-xl-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the xl breakpoint.
   */
  .justify-xl-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the xl breakpoint.
   */
  .justify-xl-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the xl breakpoint.
   */
  .justify-xl-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the xl breakpoint.
   */
  .bleed-xl-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the xl breakpoint.
   */
  .bleed-xl-right {
    padding-right: 0;
  }
  /**
   * Order first for the `xl` breakpoint.
   */
  .first-xl {
    order: -1;
  }
  /**
   * Order last for the `xl` breakpoint.
   */
  .last-xl {
    order: 1;
  }
  /**
   * Reverse order for the `xl` breakpoint.
   */
  .reverse-xl {
    flex-direction: row-reverse;
  }
}
/**
 * Default fields.
 */
label {
  position: absolute;
  display: block;
  left: 20px;
  color: hsla(231.7, 66.4%, 25.7%, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  transition: all 300ms ease;
  top: 11px;
}
label.is-active {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  top: 4px;
}

select,
input,
textarea {
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 11px 20px;
  background-color: transparent;
  font-weight: 400;
  border: 1px solid hsla(231.7, 66.4%, 25.7%, 0.1);
  color: hsl(231, 66%, 26%);
}
select:focus,
input:focus,
textarea:focus {
  box-shadow: 0px 4px 30px 0px rgba(40, 53, 131, 0.1);
}

textarea {
  height: 196px;
  padding-top: 15px;
}

.gfield {
  position: relative;
}

.gfield_required {
  color: hsl(231, 53%, 34%);
}

.ginput_container_select {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid hsl(0, 0%, 0%);
}
.ginput_container_select svg {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 9px;
  height: 13px;
  z-index: 1;
}
.ginput_container_select select {
  position: relative;
  width: calc(100% + 50px);
  max-width: none;
  margin: -2px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}

input[type=radio],
input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 2px solid hsl(0, 0%, 0%);
  border-radius: 2px;
  background-color: hsl(0, 0%, 100%);
  transition: all 250ms ease-in-out;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: hsl(0, 0%, 0%);
}

input[type=radio] {
  border-radius: 20px;
}

/**
 * Gravity Forms.
 */
.gfield {
  margin-bottom: 20px;
}

.gform_validation_container {
  display: none;
}

.hidden_label > label {
  display: none;
}

.validation_message {
  font-size: 14px;
  line-height: 23px;
  margin-top: 20px;
  border-radius: 8px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  width: 100%;
  color: hsl(231, 53%, 34%);
  background-color: hsla(231.7, 66.4%, 25.7%, 0.1);
}
.validation_message > svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.validation_error {
  display: none;
  position: relative;
  margin: 0 0 50px;
  padding: 25px 25px 25px 75px;
  background: hsla(231.7, 66.4%, 25.7%, 0.1);
  color: hsl(231, 53%, 34%);
}
.validation_error > svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 31px;
  height: 30px;
  color: hsl(231, 53%, 34%);
}
.validation_error .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.validation_error .close-button svg {
  width: 16px;
  height: 16px;
  color: hsl(0, 0%, 0%);
}

.gform_confirmation_message {
  width: 100%;
  padding: 50px;
  background: hsl(231, 53%, 34%);
}
.gform_confirmation_message br {
  display: none;
}
.gform_confirmation_message h4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.gform_confirmation_message h4 svg {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: hsl(0, 0%, 100%);
  padding: 5px;
  color: hsl(0, 0%, 0%);
}

/**
 * Heading.
 */
h1,
h2,
h3,
h4 {
  color: hsl(231, 66%, 26%);
  font-family: "Gabarito";
}
h1 em,
h2 em,
h3 em,
h4 em {
  position: relative;
  font-style: normal;
}
h1 em::after,
h2 em::after,
h3 em::after,
h4 em::after {
  content: "";
  height: 25px;
  width: calc(100% + 12px);
  position: absolute;
  bottom: 0;
  left: -6px;
  background-color: hsl(44.1, 100%, 60%);
  transition: 0.3s;
  z-index: -1;
}

/**
 * Heading 1.
*/
h1,
.heading-1 {
  font-family: "Geologica";
  font-weight: bold;
  font-size: 56px;
  line-height: 71px;
}
@media only screen and (max-width: 899px) {
  h1,
  .heading-1 {
    font-size: 40px;
    line-height: 45px;
  }
}

/**
 * Heading 2.
 */
h2,
.heading-2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 43px;
}
@media only screen and (max-width: 899px) {
  h2,
  .heading-2 {
    font-size: 28px;
    line-height: 40px;
  }
}

/**
 * Heading 3.
 */
h3,
.heading-3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (max-width: 899px) {
  h3,
  .heading-3 {
    font-size: 28px;
    line-height: 34px;
  }
}

/**
* Heading 4.
*/
h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (max-width: 899px) {
  h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

/**
* Heading 35.
*/
h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
@media only screen and (max-width: 899px) {
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
}

/**
 * Sub-title text.
 */
.subtitle {
  font-family: "Kalam";
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
}
@media only screen and (max-width: 899px) {
  .subtitle {
    font-size: 23px;
    line-height: 28px;
  }
}

/**
 * Normal text.
 */
p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media only screen and (max-width: 899px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }
}

.has-lazy-load {
  position: relative;
  top: -150px;
  transition: all 750ms ease-in-out;
  transition-delay: 500ms;
  opacity: 0;
}
.has-lazy-load.header {
  transition-delay: 750ms;
  transition: all 500ms ease-in-out;
}

.has-lazy-load[loaded=true] {
  top: 0;
  opacity: 1;
}

.pagination {
  width: 100%;
  margin-bottom: 110px;
  gap: 15px;
}
@media only screen and (max-width: 899px) {
  .pagination {
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
.pagination .wrapper {
  justify-content: center;
}
.pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 28px;
  margin-right: 10px;
  transition: all 300ms ease-in-out;
  color: hsla(231.7, 66.4%, 25.7%, 0.4);
  border-radius: 50%;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: hsl(231, 66%, 26%);
  background-color: hsla(231.7, 66.4%, 25.7%, 0.1);
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 3px solid hsl(231, 53%, 34%);
  transition: all 300ms ease;
  background-color: transparent;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  transition: all 300ms ease;
  fill: hsl(231, 53%, 34%);
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 900px) {
  .pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
    background-color: hsl(231, 53%, 34%);
  }
  .pagination .page-numbers.prev:hover svg, .pagination .page-numbers.next:hover svg {
    fill: hsl(0, 0%, 100%);
  }
}

/**
 * Wrapper (default)
 */
.wrapper {
  max-width: calc(1332px + 120px);
  padding: 0 60px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  .wrapper {
    max-width: calc(1252px + 120px);
    padding: 0 60px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper {
    max-width: calc(1332px + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
* Self hosted google webfonts.
* https://gwfh.mranftl.com/fonts
**/
/* kalam-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kalam";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/kalam-v16-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kalam-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kalam";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/kalam-v16-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kalam-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kalam";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/kalam-v16-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geologica-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geologica";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/geologica-v1-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geologica-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geologica";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/geologica-v1-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geologica-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geologica";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/geologica-v1-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geologica-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geologica";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/geologica-v1-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geologica-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geologica";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/geologica-v1-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geologica-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geologica";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/geologica-v1-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geologica-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geologica";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/geologica-v1-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geologica-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geologica";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/geologica-v1-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* geologica-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Geologica";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/geologica-v1-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/source-sans-3-v15-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/source-sans-3-v15-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-3-v15-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/source-sans-3-v15-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v15-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/source-sans-3-v15-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/source-sans-3-v15-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-3-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/source-sans-3-v15-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-3-v15-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/source-sans-3-v15-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/source-sans-3-v15-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/source-sans-3-v15-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/source-sans-3-v15-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/source-sans-3-v15-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* gabarito-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gabarito-v4-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* gabarito-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/gabarito-v4-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* gabarito-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/gabarito-v4-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* gabarito-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/gabarito-v4-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* gabarito-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/gabarito-v4-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* gabarito-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/gabarito-v4-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * Components.
 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: hsl(0, 0%, 100%);
  z-index: 9999;
  opacity: 0;
  transition: all 400ms ease 200ms;
  height: 80px;
}
.header .header__wrapper {
  height: 100%;
  width: 100%;
  padding: 15px 60px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .header .header__wrapper {
    padding: 20px;
  }
}
.header[loaded=true] {
  opacity: 1;
}
.header.is-active {
  background-color: hsl(231.4, 53.2%, 33.5%);
}
.header.is-active .header__logo {
  opacity: 0;
}

.header__logo {
  height: 45px;
  transition: all 400ms ease-in-out;
}
.header__logo img {
  height: 45px;
  width: 100%;
  object-fit: contain;
  object-position: top left;
}

.header__right {
  align-items: center;
}

.header__menu {
  margin-left: auto;
}
@media only screen and (max-width: 1260px) {
  .header__menu {
    display: none;
  }
}
.header__menu li {
  margin-left: 40px;
}
.header__menu li.current_page_ancestor > a::after, .header__menu li.current-menu-item > a::after {
  opacity: 1;
  width: calc(100% + 6px);
}
@media only screen and (min-width: 900px) {
  .header__menu li:hover a::after {
    opacity: 1;
    width: calc(100% + 6px);
  }
}
.header__menu li a {
  font-size: 18px;
  line-height: 28px;
  position: relative;
}
.header__menu li a::after {
  content: "";
  height: 8px;
  width: 0;
  position: absolute;
  bottom: 2px;
  left: -3px;
  background-color: hsl(44.1, 100%, 60%);
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}

.header__contact-link {
  margin-left: 30px;
}
@media only screen and (max-width: 1260px) {
  .header__contact-link {
    display: none;
  }
}

.header__menu-button {
  display: none;
}
@media only screen and (max-width: 1260px) {
  .header__menu-button {
    display: flex;
    flex-direction: column;
    width: 40px;
    z-index: 100;
    cursor: pointer;
  }
  .header__menu-button span {
    background-color: hsl(231, 53%, 34%);
    border-radius: 10px;
    height: 4px;
    margin: 4px 0;
    transition: 400ms cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .header__menu-button span:nth-child(1) {
    width: 50%;
  }
  .header__menu-button span:nth-child(2) {
    width: 100%;
  }
  .header__menu-button span:nth-child(3) {
    width: 75%;
  }
  .header__menu-button.is-active span {
    background-color: hsl(0, 0%, 100%);
  }
  .header__menu-button.is-active span:nth-child(1) {
    transform-origin: bottom;
    transform: rotateZ(45deg) translate(5px, 0.5px);
  }
  .header__menu-button.is-active span:nth-child(2) {
    transform-origin: top;
    transform: rotateZ(-45deg);
  }
  .header__menu-button.is-active span:nth-child(3) {
    width: 50%;
    transform-origin: bottom;
    transform: translate(17px, -6px) rotateZ(45deg);
  }
}

.footer {
  margin-top: 55px;
  position: relative;
}
.footer .wrapper {
  padding: 100px 20px;
}
@media only screen and (max-width: 899px) {
  .footer .wrapper {
    padding: 50px 20px 20px;
  }
}

.footer__wrapper {
  background-color: hsl(231.4, 53.2%, 33.5%);
  border-radius: 10px;
  margin: 0 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .footer__wrapper {
    margin: 0;
    border-radius: 0;
  }
}
.footer__wrapper::after {
  content: "";
  position: absolute;
  background: url(./../images/circle-orange-magenta.svg) top center/contain no-repeat;
  width: 297px;
  height: 310px;
  bottom: -120px;
  right: -120px;
  z-index: 0;
  pointer-events: none;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: slideUp;
}
@media only screen and (max-width: 899px) {
  .footer__wrapper::after {
    bottom: calc(50% - 150px);
    right: -150px;
  }
}

.footer__bottom {
  align-items: center;
  justify-content: space-between;
  padding: 15px 60px;
}
@media only screen and (max-width: 899px) {
  .footer__bottom {
    padding: 0 20px;
    flex-direction: column-reverse;
  }
}

.footer__copyright {
  font-size: 14px;
  line-height: 25px;
}
@media only screen and (max-width: 899px) {
  .footer__copyright {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}
.footer__copyright a {
  font-weight: bold;
}

.footer__bottom-links {
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .footer__bottom-links {
    width: 100%;
    justify-content: space-between;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .footer__bottom-links {
    width: 100%;
    justify-content: center;
    padding: 10px 0;
  }
}

.footer__bottom-link {
  font-size: 14px;
  line-height: 25px;
  margin-left: 40px;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 599px) {
  .footer__bottom-link {
    margin-left: 0;
  }
}
@media only screen and (min-width: 900px) {
  .footer__bottom-link:hover {
    text-decoration: underline;
  }
}

.footer__column {
  width: 33.3333333333%;
}
@media only screen and (max-width: 1199px) {
  .footer__column {
    width: 50%;
  }
}
@media only screen and (max-width: 899px) {
  .footer__column {
    width: 100%;
  }
}

.footer__content-title {
  color: hsl(230, 37.5%, 96.9%);
  margin-bottom: 30px;
  width: 80%;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .footer__content-title {
    width: 60%;
  }
}
@media only screen and (max-width: 599px) {
  .footer__content-title {
    width: 80%;
  }
}

.footer__content-button {
  margin-bottom: 30px;
}

.footer__socials {
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.footer__socials-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(230.3, 27.8%, 73.9%);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 900px) {
  .footer__socials-item:hover {
    border: 1px solid hsl(230.8, 41.9%, 93.9%);
  }
  .footer__socials-item:hover svg {
    fill: hsl(230.8, 41.9%, 93.9%);
  }
}
.footer__socials-item:first-of-type {
  margin-right: 10px;
}
.footer__socials-item:last-of-type {
  margin-left: 10px;
}
.footer__socials-item svg {
  transition: all 300ms ease-in-out;
  width: 20px;
  height: 20px;
  fill: hsl(230.3, 27.8%, 73.9%);
}

.footer__links {
  justify-content: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .footer__links {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 899px) {
  .footer__links {
    margin-top: 30px;
    padding-left: 0;
  }
}

.footer__links-link {
  width: 100%;
  height: fit-content;
  font-size: 16px;
  line-height: 28px;
  color: hsl(230.8, 41.9%, 93.9%);
  padding: 6px 10px;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .footer__links-link {
    padding-left: 0;
  }
}
@media only screen and (min-width: 900px) {
  .footer__links-link:hover {
    color: hsl(230.3, 27.8%, 73.9%);
  }
}

@media only screen and (max-width: 1199px) {
  .footer__contact {
    width: 100%;
    margin-top: 50px;
  }
}

.footer__contact-title {
  color: hsl(230.8, 41.9%, 93.9%);
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Gabarito";
}

.footer__contact-information {
  margin-bottom: 30px;
  color: hsl(230.8, 41.9%, 93.9%);
  font-size: 16px;
  line-height: 28px;
}

.footer__contact-items {
  justify-content: flex-start;
}

.footer__contact-item {
  align-items: center;
  justify-content: flex-start;
  color: hsl(230.3, 27.8%, 73.9%);
  font-size: 20px;
  line-height: 28px;
  width: 100%;
  transition: all 300ms ease-in-out;
  margin-bottom: 10px;
}
@media only screen and (min-width: 900px) {
  .footer__contact-item:hover {
    color: hsl(230.8, 41.9%, 93.9%);
  }
  .footer__contact-item:hover svg {
    fill: hsl(230.8, 41.9%, 93.9%);
  }
}
.footer__contact-item svg {
  transition: all 300ms ease-in-out;
  width: 18px;
  height: 18px;
  fill: hsl(230.3, 27.8%, 73.9%);
  margin-right: 20px;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.navigation-mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: calc(100% - 80px);
  margin-top: 80px;
  transition: all 500ms ease-in-out;
  background: hsl(231.4, 53.2%, 33.5%);
  opacity: 0;
  z-index: 999;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
  .navigation-mobile {
    height: calc(100% - 80px);
    margin-top: 80px;
  }
}
.navigation-mobile.is-active {
  right: 0;
  opacity: 1;
}
.navigation-mobile::-webkit-scrollbar {
  display: none;
}
.navigation-mobile .wrapper {
  justify-content: center;
}
.navigation-mobile .menu-main-container {
  width: 100%;
}
.navigation-mobile:after {
  content: "";
  position: absolute;
  background: url(./../images/circle-orange-magenta.svg) top center/contain no-repeat;
  width: 297px;
  height: 310px;
  transform: rotate(-45deg);
  bottom: -140px;
  right: -150px;
  z-index: -1;
  pointer-events: none;
  pointer-events: none;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: slideUp;
}

/**
 * Main menu.
 */
.navigation-mobile__main {
  padding: 10px 0;
  width: 100%;
  margin-bottom: 25px;
}
.navigation-mobile__main > li {
  position: relative;
  width: 100%;
}
.navigation-mobile__main > li.current_page_ancestor > a, .navigation-mobile__main > li.current-menu-item > a {
  color: hsl(230.3, 27.8%, 73.9%);
}
.navigation-mobile__main > li.is-active > a {
  color: hsl(0, 0%, 100%);
}
.navigation-mobile__main > li.is-active > a > span svg {
  transform: rotate(-90deg);
}
.navigation-mobile__main > li > a {
  font-size: 20px;
  line-height: 26px;
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  padding: 13px 0;
  color: hsl(230.8, 41.9%, 93.9%);
  text-align: center;
}
.navigation-mobile__main > li > a > span {
  padding: 0 20px 0 5px;
  cursor: pointer;
}
.navigation-mobile__main > li > a > span svg {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  transition: all 500ms ease-in-out;
  color: hsl(230.8, 41.9%, 93.9%);
}
.navigation-mobile__main > li .submenu-container {
  display: none;
  position: relative;
  margin-top: 10px;
  padding-top: 20px;
}
.navigation-mobile__main > li .submenu-container li a {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: hsl(230.8, 41.9%, 93.9%);
}
.navigation-mobile__main > li .submenu-container li.current_page_ancestor > a, .navigation-mobile__main > li .submenu-container li.current-menu-item > a {
  color: hsl(230.8, 41.9%, 93.9%);
}
.navigation-mobile__main > li .submenu-container li.is-active > a {
  color: hsl(230.8, 41.9%, 93.9%);
}

/**
 * Contact links.
 */
.navigation-mobile__contact {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  color: hsl(230.3, 27.8%, 73.9%);
  margin-bottom: 10px;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
}
.navigation-mobile__contact svg {
  fill: hsl(230.3, 27.8%, 73.9%);
  width: 18px;
  height: 18px;
  margin-right: 20px;
}

.navigation-mobile__link {
  margin-bottom: 30px;
}

.navigation-mobile__phone {
  margin-bottom: 30px;
}

.navigation-mobile__socials {
  width: 100%;
  align-items: center;
  justify-content: center;
}

.navigation-mobile__socials-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(230.3, 27.8%, 73.9%);
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.navigation-mobile__socials-item:first-of-type {
  margin-right: 10px;
}
.navigation-mobile__socials-item:last-of-type {
  margin-left: 10px;
}
.navigation-mobile__socials-item svg {
  width: 20px;
  height: 20px;
  fill: hsl(230.3, 27.8%, 73.9%);
}

/**
 * Disable scroll.
 */
body.is-active {
  overflow: hidden;
}
body.is-active .header::before {
  bottom: 0;
}

.content-header {
  position: relative;
  padding: 270px 0 165px 0;
  margin-top: 80px;
  z-index: 0;
}
@media only screen and (max-width: 599px) {
  .content-header {
    padding: 160px 0 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .content-header {
    height: auto;
    padding: 160px 0 0;
  }
}
.content-header.gallery-position-back {
  height: auto;
}
.content-header.gallery-position-back .content-header__body {
  width: 60%;
}
@media only screen and (max-width: 899px) {
  .content-header.gallery-position-back .content-header__body {
    width: 100%;
    margin-bottom: 185px;
  }
}
@media only screen and (max-width: 599px) {
  .content-header.gallery-position-back .content-header__body {
    margin-bottom: 185px;
  }
}
.content-header.gallery-position-back .content-header__gallery-wrapper {
  opacity: 40%;
}
@media screen and (min-width: 1800px) {
  .content-header.gallery-position-back .content-header__gallery-wrapper {
    right: -500px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1800px) {
  .content-header.gallery-position-back .content-header__gallery-wrapper {
    right: -500px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .content-header.gallery-position-back .content-header__gallery-wrapper {
    right: -500px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
  .content-header.gallery-position-back .content-header__gallery-wrapper {
    right: -650px;
  }
}
@media screen and (min-width: 0) and (max-width: 900px) {
  .content-header.gallery-position-back .content-header__gallery-wrapper {
    right: -310px;
    bottom: -230px;
  }
}
.content-header:after {
  content: "";
  position: absolute;
  background: url(./../images/circle-background.svg) top center/contain no-repeat;
  width: 1196px;
  height: 1196px;
  left: -730px;
  bottom: -674px;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .content-header:after {
    left: -730px;
    bottom: -450px;
  }
}
.content-header .links {
  margin-top: 40px;
}
@media only screen and (max-width: 899px) {
  .content-header .links {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 899px) {
  .content-header[loaded=true] .wrapper {
    opacity: 1;
    transform: translateX(0);
    transition: all 900ms ease;
  }
}
@media only screen and (min-width: 900px) {
  .content-header[loaded=true] .content-header__body {
    opacity: 1;
    transform: translateY(0);
    transition: all 900ms ease;
  }
}
@media only screen and (max-width: 899px) {
  .content-header .wrapper {
    opacity: 0;
    transform: translateX(150px);
    transition: all 900ms ease;
  }
}

.content-header__body {
  width: 50%;
}
@media only screen and (min-width: 900px) {
  .content-header__body {
    opacity: 0;
    transform: translateY(150px);
    transition: all 900ms ease;
  }
}
@media only screen and (max-width: 899px) {
  .content-header__body {
    width: 100%;
    margin-bottom: 400px;
  }
}

.content-header__subtitle {
  color: hsl(159, 100%, 37%);
  margin-bottom: 5px;
}

.content-header__title {
  margin-bottom: 15px;
}

@media only screen and (min-width: 900px) {
  .content-header__editor {
    width: 60%;
  }
}
.content-header__editor p {
  font-size: 18px;
  line-height: 28px;
}

.content-header__gallery-wrapper {
  position: absolute;
  right: -500px;
  top: 160px;
  z-index: -1;
}
@media screen and (min-width: 1800px) {
  .content-header__gallery-wrapper {
    right: -100px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1800px) {
  .content-header__gallery-wrapper {
    right: -300px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .content-header__gallery-wrapper {
    right: -400px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
  .content-header__gallery-wrapper {
    right: -550px;
  }
}
@media screen and (min-width: 0) and (max-width: 900px) {
  .content-header__gallery-wrapper {
    right: calc(50% - 287px);
    top: auto;
    bottom: -60px;
  }
}

.content-header__gallery {
  transform: rotate(10deg);
}

.content-header__row {
  align-items: center;
  justify-content: center;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.content-header__row:nth-child(even) {
  animation-name: slideRight;
}
.content-header__row:nth-child(odd) {
  animation-name: slideLeft;
  margin: 15px 0;
}
@media only screen and (max-width: 899px) {
  .content-header__row:nth-child(odd) {
    margin: 8px;
  }
}

.content-header__column {
  border-radius: 200px;
  width: 370px;
  height: 230px;
  margin: 0 7.5px;
}
@media only screen and (max-width: 899px) {
  .content-header__column {
    width: 209px;
    height: 130px;
    margin: 0 4px;
  }
}
.content-header__column img {
  border-radius: 200px;
  width: 370px;
  height: 230px;
  object-fit: cover;
}
@media only screen and (max-width: 899px) {
  .content-header__column img {
    width: 209px;
    height: 130px;
  }
}
.content-header__column.is-circle {
  width: 230px;
}
@media only screen and (max-width: 899px) {
  .content-header__column.is-circle {
    width: 130px;
  }
}
.content-header__column.is-circle img {
  width: 230px;
  height: 230px;
}
@media only screen and (max-width: 899px) {
  .content-header__column.is-circle img {
    width: 130px;
    height: 130px;
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
.content-default {
  position: relative;
  margin: 0 20px;
  padding: 55px 0;
}
@media only screen and (max-width: 899px) {
  .content-default {
    margin: 0 20px;
    padding: 25px 0;
  }
}
.content-default.js-lazy-load {
  opacity: 0;
  transform: translateY(150px);
  transition: all 900ms ease;
}
.content-default.js-lazy-load[loaded=true] {
  opacity: 1;
  transform: translateX(0);
  transition: all 900ms ease;
}
.content-default .wrapper {
  padding: 100px 60px 80px;
  z-index: 2;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .content-default .wrapper {
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 599px) {
  .content-default .wrapper {
    padding: 40px 20px;
  }
}
.content-default .wrapper .links {
  margin-top: 30px;
}
.content-default.background-none {
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .content-default.background-none {
    margin: 0;
  }
}
.content-default.background-none .wrapper {
  padding: 0 60px 0;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .content-default.background-none .wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 599px) {
  .content-default.background-none .wrapper {
    padding: 0 20px;
  }
}
.content-default.background-blue .content-default__wrapper {
  background-color: hsl(231, 53%, 34%);
}
.content-default.background-blue .content-default__wrapper .content-default__subtitle {
  color: hsl(0, 0%, 100%);
}
.content-default.background-blue .content-default__wrapper .content-default__title {
  color: hsl(0, 0%, 100%);
}
.content-default.background-blue .content-default__wrapper .content-default__editor {
  color: hsl(0, 0%, 100%);
}
@media only screen and (min-width: 900px) {
  .content-default.background-blue .button--tertiary-white:hover {
    color: hsl(0, 0%, 100%);
    opacity: 0.7;
  }
}
.content-default.background-orange .content-default__wrapper {
  background-color: hsl(19.1, 91.5%, 62.9%);
}
.content-default.background-orange .content-default__wrapper .content-default__subtitle {
  color: hsl(0, 0%, 100%);
}
.content-default.background-orange .content-default__wrapper .content-default__title {
  color: hsl(0, 0%, 100%);
}
.content-default.background-orange .content-default__wrapper .content-default__editor {
  color: hsl(0, 0%, 100%);
}
.content-default.background-green .content-default__wrapper {
  background-color: hsl(159, 100%, 37%);
}
.content-default.background-green .content-default__wrapper .content-default__subtitle {
  color: hsl(0, 0%, 100%);
}
.content-default.background-green .content-default__wrapper .content-default__title {
  color: hsl(0, 0%, 100%);
}
.content-default.background-green .content-default__wrapper .content-default__editor {
  color: hsl(0, 0%, 100%);
}
.content-default.background-magenta .content-default__wrapper {
  background-color: hsl(339.2, 84.6%, 51.8%);
}
.content-default.background-magenta .content-default__wrapper .content-default__subtitle {
  color: hsl(0, 0%, 100%);
}
.content-default.background-magenta .content-default__wrapper .content-default__title {
  color: hsl(0, 0%, 100%);
}
.content-default.background-magenta .content-default__wrapper .content-default__title .content-default__wrapper {
  color: hsl(0, 0%, 100%);
}
.content-default.background-magenta .content-default__wrapper .content-default__editor {
  color: hsl(0, 0%, 100%);
}
.content-default.background-white .content-default__wrapper {
  background-color: hsl(0, 0%, 100%);
}

.content-default__wrapper {
  border-radius: 10px;
}

.content-default__subtitle {
  color: hsl(159, 100%, 37%);
  margin-bottom: 5px;
  width: 80%;
}
@media only screen and (max-width: 899px) {
  .content-default__subtitle {
    width: 100%;
  }
}

.content-default__title {
  margin-bottom: 15px;
  width: 80%;
}
@media only screen and (max-width: 899px) {
  .content-default__title {
    width: 100%;
  }
}

.content-default__quote {
  margin-top: 30px;
  position: relative;
  gap: 30px;
  align-items: center;
  width: 80%;
}
@media only screen and (max-width: 899px) {
  .content-default__quote {
    flex-wrap: wrap;
    width: 100%;
  }
}

.content-default__quote-image {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 216px;
  min-width: 218px;
}
.content-default__quote-image img {
  width: 160px;
  height: 216px;
  border-radius: 100px;
  transform: rotate(-5deg);
  overflow: hidden;
  object-fit: cover;
  z-index: -1;
}
.content-default__quote-image::before {
  content: "";
  position: absolute;
  background: linear-gradient(178deg, rgba(0, 0, 0, 0) 58.31%, rgba(0, 0, 0, 0.21) 70.37%, rgba(0, 0, 0, 0.8) 91.94%);
  width: 160px;
  height: 216px;
  left: calc(50% - 80px);
  top: 0;
  z-index: 1;
  transform: rotate(-5deg);
  border-radius: 100px;
}
.content-default__quote-image::after {
  content: "";
  position: absolute;
  background: url(./../images/quote.svg) top center/contain no-repeat;
  width: 54px;
  height: 40px;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}

.content-default__quote-text {
  font-family: "Gabarito";
  font-size: 28.072px;
  font-weight: 600;
  line-height: 40.104px;
  margin-bottom: 5px;
}

.content-default__quote-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.content-default__editor {
  width: 80%;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media only screen and (max-width: 899px) {
  .content-default__editor {
    width: 100%;
  }
}

.content-default__gallery {
  gap: 20px;
  margin-top: 110px;
}
@media only screen and (max-width: 899px) {
  .content-default__gallery {
    margin-top: 40px;
  }
}

.content-default__gallery-item {
  width: calc(33.3333% - 13.333333px);
  height: 335px;
  border-radius: 10px;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .content-default__gallery-item {
    width: calc(50% - 13.333333px);
  }
}
@media only screen and (max-width: 599px) {
  .content-default__gallery-item {
    width: 100%;
  }
}
.content-default__gallery-item img {
  width: 100%;
  height: 335px;
  object-fit: cover;
  border-radius: 10px;
}

.content-default__number {
  position: absolute;
  left: 0;
  bottom: 55px;
  font-family: "Gabarito";
  font-size: 600px;
  font-weight: 700;
  line-height: 410px;
  color: hsla(0, 0%, 0%, 0.07);
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .content-default__number {
    bottom: 25px;
  }
}

.usps {
  padding: 55px 0;
  margin: 0 20px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 899px) {
  .usps {
    height: auto;
    padding: 25px 0;
  }
}
.usps.background-white {
  margin: 0 20px;
  border-radius: 10px;
}
.usps.background-white .usps__wrapper {
  box-shadow: 0px 4px 30px 0px rgba(40, 53, 131, 0.1);
  background-color: hsl(0, 0%, 100%);
  border-radius: 10px;
}
@media only screen and (max-width: 599px) {
  .usps.background-white {
    margin: 0;
    border-radius: 0;
  }
}

.usps__wrapper {
  padding: 100px 0 80px;
}
@media only screen and (max-width: 899px) {
  .usps__wrapper {
    padding: 50px 0;
  }
}

.usps__body {
  width: 50%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 899px) {
  .usps__body {
    margin-bottom: 30px;
    width: 100%;
  }
}

.usps__subtitle {
  color: hsl(159, 100%, 37%);
  margin-bottom: 5px;
}

.usps__title {
  margin-bottom: 15px;
}

.usps__usps {
  align-items: flex-start;
  gap: 80px;
}
@media only screen and (max-width: 899px) {
  .usps__usps {
    gap: 15px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .usps__usps {
    gap: 30px;
  }
}

.usps__usp {
  width: calc(33.3333333333% - 53.3333333333px);
}
@media only screen and (max-width: 899px) {
  .usps__usp {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .usps__usp {
    width: calc(33.3333333333% - 30px);
  }
}

.usps__usp-image {
  min-width: 50px;
  min-height: 50px;
  margin-right: 25px;
  border-radius: 50%;
}
.usps__usp-image img {
  object-fit: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.usps__usp-title {
  font-family: "Gabarito";
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: hsl(231, 53%, 34%);
  margin-bottom: 15px;
  height: 50px;
  display: inline-flex;
  align-items: center;
}

.usps__usp-editor {
  color: hsl(231, 53%, 34%);
  font-size: 14px;
  line-height: 25px;
}

.initiatives-supported {
  position: relative;
  padding: 55px 0 95px;
}
@media only screen and (max-width: 899px) {
  .initiatives-supported {
    padding: 25px 0 65px;
  }
}
.initiatives-supported .wrapper {
  padding: 0 60px;
}
@media only screen and (max-width: 599px) {
  .initiatives-supported .wrapper {
    padding: 0 20px;
  }
}

.initiatives-supported__body {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .initiatives-supported__body {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .initiatives-supported__title {
    width: 100%;
    margin-bottom: 10px;
  }
}

.initiatives-supported__initiatives {
  max-width: 1332px;
  width: 100%;
  margin: 0 auto;
  display: flex !important;
  padding: 630px 60px 0;
  height: 40px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (min-width: 1452px) {
  .initiatives-supported__initiatives {
    padding: 630px 0 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .initiatives-supported__initiatives {
    flex-direction: row;
    padding: 430px 60px 0;
  }
}
@media only screen and (max-width: 599px) {
  .initiatives-supported__initiatives {
    flex-direction: row;
    padding: 430px 20px 0;
  }
}
.initiatives-supported__initiatives .owl-stage-outer {
  top: 0;
  overflow: visible;
  width: 200%;
  position: absolute;
  left: 612px;
}
@media only screen and (max-width: 899px) {
  .initiatives-supported__initiatives .owl-stage-outer {
    left: 601px;
  }
}
.initiatives-supported__initiatives .owl-nav {
  display: flex;
  flex-wrap: wrap;
}
.initiatives-supported__initiatives .owl-nav button {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 3px solid hsl(231, 53%, 34%) !important;
  transition: all 300ms ease;
}
.initiatives-supported__initiatives .owl-nav button svg {
  transition: all 300ms ease;
  fill: hsl(231, 53%, 34%);
  width: 16px;
  height: 16px;
}
.initiatives-supported__initiatives .owl-nav button:last-of-type {
  margin-left: 20px;
}
.initiatives-supported__initiatives .owl-nav button:hover {
  background-color: hsl(231, 53%, 34%);
}
.initiatives-supported__initiatives .owl-nav button:hover svg {
  fill: hsl(0, 0%, 100%);
}
.initiatives-supported__initiatives .owl-nav button.disabled {
  border: 3px solid hsla(231.7, 66.4%, 25.7%, 0.2) !important;
}
.initiatives-supported__initiatives .owl-nav button.disabled svg {
  fill: hsla(231.7, 66.4%, 25.7%, 0.2);
}
.initiatives-supported__initiatives .owl-nav button.disabled:hover {
  background-color: transparent;
}
.initiatives-supported__initiatives .owl-dots {
  display: flex;
  width: calc(100% - 125px);
  background-color: hsl(0, 0%, 100%);
  height: 4px;
  margin: 18px 0;
}
.initiatives-supported__initiatives .owl-dots .owl-dot {
  height: 4px;
  background-color: hsl(231, 53%, 34%);
  border-radius: 5px;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.initiatives-supported__initiatives .owl-dots .owl-dot.active {
  opacity: 1;
}

.initiatives-item {
  position: relative;
  width: 384px;
  height: 600px;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .initiatives-item {
    width: 261px;
    height: 400px;
    padding: 15px;
  }
}
.initiatives-item.background-magenta::after {
  background-color: hsl(339.2, 84.6%, 51.8%);
}
.initiatives-item.background-blue::after {
  background-color: hsl(198, 100%, 44.5%);
}
.initiatives-item.background-yellow::after {
  background-color: hsl(44.1, 100%, 60%);
}
@media only screen and (min-width: 900px) {
  .initiatives-item.background-yellow:hover .initiatives-item__button {
    border-top: 1px solid hsl(231, 66%, 26%);
    color: hsl(231, 66%, 26%);
  }
  .initiatives-item.background-yellow:hover .initiatives-item__title {
    color: hsl(231, 66%, 26%);
  }
  .initiatives-item.background-yellow:hover .initiatives-item__teaser {
    color: hsl(231, 66%, 26%);
  }
}
.initiatives-item.background-green::after {
  background-color: hsl(159, 100%, 37%);
}
.initiatives-item.background-dark-blue::after {
  background-color: hsl(231, 53%, 34%);
}
.initiatives-item.background-orange::after {
  background-color: hsl(19.1, 91.5%, 62.9%);
}
@media only screen and (min-width: 900px) {
  .initiatives-item:hover::after {
    opacity: 1;
  }
  .initiatives-item:hover .initiatives-item__tag {
    color: hsl(231, 66%, 26%);
    background-color: hsl(0, 0%, 100%);
  }
  .initiatives-item:hover .initiatives-item__tag.color-transparent {
    background-color: transparent;
    color: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 100%);
  }
  .initiatives-item:hover .initiatives-item__body {
    margin-bottom: 175px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 899px) {
  .initiatives-item:hover .initiatives-item__body {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 900px) {
  .initiatives-item:hover .initiatives-item__detail {
    bottom: 0;
    opacity: 100;
  }
}
.initiatives-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.initiatives-item__content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.initiatives-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}
.initiatives-item__image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 10px;
}
.initiatives-item__image::before {
  position: absolute;
  z-index: 0;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 36.5%, rgba(0, 0, 0, 0.3) 78%);
}

.initiatives-item__author {
  align-items: flex-start;
  z-index: 5;
}

.initiatives-item__author-image {
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.initiatives-item__author-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.initiatives-item__author-body {
  align-items: center;
  justify-content: flex-start;
  color: hsl(0, 0%, 100%);
}

.initiatives-item__author-name {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.initiatives-item__author-organisation {
  font-family: "Gabarito";
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.initiatives-item__body {
  transition: all 300ms ease-in-out;
  justify-content: flex-start;
  z-index: 3;
}
@media only screen and (max-width: 899px) {
  .initiatives-item__body {
    flex-direction: column-reverse;
  }
}

.initiatives-item__tags {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .initiatives-item__tags {
    margin: 0;
  }
}

.initiatives-item__tag {
  font-family: "Kalam";
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  border: 1px solid transparent;
  color: hsl(0, 0%, 100%);
  border-radius: 100px;
  width: fit-content;
  transition: all 300ms ease-in-out;
}
.initiatives-item__tag.color-magenta {
  background-color: hsl(339.2, 84.6%, 51.8%);
}
.initiatives-item__tag.color-yellow {
  background-color: hsl(44.1, 100%, 60%);
}
.initiatives-item__tag.color-blue {
  background-color: hsl(198, 100%, 44.5%);
}
.initiatives-item__tag.color-green {
  background-color: hsl(159, 100%, 37%);
}
.initiatives-item__tag.color-dark-blue {
  background-color: hsl(231, 53%, 34%);
}
.initiatives-item__tag.color-orange {
  background-color: hsl(19.1, 91.5%, 62.9%);
}
.initiatives-item__tag.color-transparent {
  border: 1px solid hsl(0, 0%, 100%);
}

.initiatives-item__title {
  font-family: "Gabarito";
  width: 100%;
  color: hsl(0, 0%, 100%);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .initiatives-item__title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 900px) {
  .initiatives-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.initiatives-item__detail {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -175px;
  opacity: 0;
  z-index: 4;
  border-radius: 10px;
  transition: all 300ms ease-in-out;
  padding: 20px;
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .initiatives-item__detail {
    bottom: -65px;
  }
}

.initiatives-item__teaser {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
  width: 100%;
  height: 82px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .initiatives-item__teaser {
    display: none;
  }
}

.initiatives-item__button {
  padding-top: 20px;
  border-top: 1px solid hsl(0, 0%, 100%);
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .initiatives-item__button {
    padding-top: 15px;
    margin-top: 15px;
  }
}

.initiatives-list {
  position: relative;
  padding: 0 20px;
  z-index: 1;
}
.initiatives-list .initiatives-item {
  width: calc(33.3333% - 15px);
}
@media only screen and (max-width: 899px) {
  .initiatives-list .initiatives-item {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .initiatives-list .initiatives-item {
    width: calc(50% - 15px);
  }
}

.initiatives-list__wrap {
  gap: 20px !important;
  margin-bottom: 30px !important;
  margin-bottom: 70px;
  gap: 30px;
}

.initiatives-single {
  position: relative;
  margin-top: 140px;
  padding: 550px 0 55px 0;
}
@media only screen and (max-width: 899px) {
  .initiatives-single {
    padding: 260px 0 25px 0;
  }
}

.initiatives-single__image {
  width: 100%;
  height: 1058px;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 599px) {
  .initiatives-single__image {
    height: 580px;
  }
}
.initiatives-single__image::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #283583 100%);
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.initiatives-single__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.initiatives-single__head {
  margin-bottom: 40px;
  width: 50%;
}
@media only screen and (max-width: 899px) {
  .initiatives-single__head {
    width: 100%;
  }
  .initiatives-single__head .initiatives-item__tags {
    margin-bottom: 5px;
  }
  .initiatives-single__head .color-transparent {
    display: none;
  }
}
.initiatives-single__head .initiatives-item__tag {
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
}

.initiatives-single__title {
  color: hsl(0, 0%, 100%);
}

.initiatives-single__body {
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0px 4px 30px 0px rgba(40, 53, 131, 0.1);
  border-radius: 10px;
  margin: 0 20px;
  padding: 100px 70px 80px;
}
@media only screen and (max-width: 599px) {
  .initiatives-single__body {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 899px) {
  .initiatives-single__body {
    padding: 40px 0;
  }
}
.initiatives-single__body .wrapper {
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .initiatives-single__body .wrapper {
    padding: 0 20px;
  }
}

.initiatives-single__text {
  width: calc(50% - 75px);
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .initiatives-single__text {
    width: calc(50% - 25px);
  }
}
@media only screen and (max-width: 899px) {
  .initiatives-single__text {
    width: 100%;
  }
}

.initiatives-single__impact {
  width: calc(50% - 75px);
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .initiatives-single__impact {
    width: calc(50% - 25px);
  }
}
@media only screen and (max-width: 899px) {
  .initiatives-single__impact {
    width: 100%;
  }
}

.initiatives-single__subtitle {
  color: hsl(159, 100%, 37%);
  margin-bottom: 5px;
}

.initiatives-single__body-title {
  margin-bottom: 15px;
}

.initiatives-single__impact-item {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid hsla(231.7, 66.4%, 25.7%, 0.2);
}
.initiatives-single__impact-item:last-of-type {
  border-bottom: 1px solid hsla(231.7, 66.4%, 25.7%, 0.2);
}

.initiatives-single__impact-title {
  margin-top: 33px;
  margin-bottom: 30px;
}

.text-gallery {
  position: relative;
  padding: 55px 0;
}
@media only screen and (max-width: 599px) {
  .text-gallery {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .text-gallery {
    padding: 25px 0;
  }
}
.text-gallery .wrapper {
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .text-gallery .wrapper {
    flex-direction: column-reverse;
  }
}
.text-gallery.gallery-position-left .wrapper {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 899px) {
  .text-gallery.gallery-position-left .wrapper {
    flex-direction: column-reverse;
  }
}
.text-gallery.gallery-position-left .text-gallery__body {
  padding-right: 50px;
}
@media only screen and (max-width: 899px) {
  .text-gallery.gallery-position-left .text-gallery__body {
    padding: 0;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .text-gallery.gallery-position-left .text-gallery__body {
    padding-right: 0;
    padding-left: 50px;
  }
}
.text-gallery.gallery-position-left .text-gallery__column img {
  transform: rotate(280deg);
}
.text-gallery.gallery-position-left .text-gallery__gallery-wrap::after {
  top: 117px;
  left: -201px;
}
@media only screen and (max-width: 599px) {
  .text-gallery.gallery-position-left .text-gallery__gallery-wrap::after {
    top: 20px;
    left: -251px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .text-gallery.gallery-position-left .text-gallery__gallery-wrap::after {
    top: 120px;
    left: -251px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .text-gallery.gallery-position-left .text-gallery__gallery-wrap::after {
    top: 60px;
    left: -251px;
  }
}
.text-gallery.gallery-position-left .text-gallery__gallery {
  right: 0;
  left: auto;
  transform: rotate(80deg);
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .text-gallery.gallery-position-left .text-gallery__gallery {
    right: -80px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .text-gallery.gallery-position-left .text-gallery__gallery {
    left: calc(50% - 390px);
  }
}
@media only screen and (max-width: 599px) {
  .text-gallery.gallery-position-left .text-gallery__gallery {
    right: calc(50% - 272px);
    top: 70px;
  }
}

.text-gallery__body {
  padding-left: 50px;
  width: 50%;
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .text-gallery__body {
    padding-left: 0;
  }
}
@media only screen and (max-width: 899px) {
  .text-gallery__body {
    width: 100%;
    padding: 0;
  }
}
.text-gallery__body .links {
  margin-top: 30px;
}
@media only screen and (max-width: 899px) {
  .text-gallery__body .links {
    margin-top: 15px;
  }
}

.text-gallery__gallery-wrap {
  position: relative;
  width: 50%;
  height: 780px;
}
@media only screen and (max-width: 599px) {
  .text-gallery__gallery-wrap {
    width: 100%;
    height: 600px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .text-gallery__gallery-wrap {
    width: 100%;
    height: 800px;
    top: -40px;
  }
}
.text-gallery__gallery-wrap:after {
  content: "";
  position: absolute;
  background: url(./../images/circle-grey.svg) top center/contain no-repeat;
  width: 538px;
  height: 538px;
  top: 117px;
  right: -201px;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 599px) {
  .text-gallery__gallery-wrap:after {
    top: 20px;
    right: -251px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .text-gallery__gallery-wrap:after {
    top: 120px;
    right: -251px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .text-gallery__gallery-wrap:after {
    top: 60px;
    right: -251px;
  }
}

.text-gallery__gallery {
  position: absolute;
  top: calc(50% - 300px);
  left: 0;
  transform: rotate(100deg);
  gap: 15px;
  width: 780px;
  height: 600px;
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .text-gallery__gallery {
    width: 550px;
    height: 400px;
    left: calc(50% - 272px);
    left: -80px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .text-gallery__gallery {
    left: calc(50% - 390px);
  }
}
@media only screen and (max-width: 599px) {
  .text-gallery__gallery {
    width: 550px;
    height: 400px;
    left: calc(50% - 272px);
  }
}

.text-gallery__row {
  gap: 15px;
  justify-content: center;
}

.text-gallery__column {
  position: relative;
  width: 250px;
  height: 190px;
  border-radius: 200px;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .text-gallery__column {
    width: 171px;
    height: 130px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .text-gallery__column {
    width: 171px;
    height: 130px;
  }
}
.text-gallery__column img {
  position: absolute;
  left: 0%;
  top: -50%;
  width: 200%;
  height: 200%;
  object-fit: cover;
  transform: rotate(260deg);
}

.text-gallery__subtitle {
  color: hsl(159, 100%, 37%);
  margin-bottom: 5px;
}

.text-gallery__title {
  margin-bottom: 15px;
}

.text-gallery__editor {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.cta {
  position: relative;
  padding: 55px 0;
}
@media only screen and (max-width: 899px) {
  .cta {
    padding: 25px 0 55px;
    width: 100%;
  }
}

.cta__wrapper {
  padding: 0 20px;
}

.cta__content {
  position: relative;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0px 4px 30px 0px rgba(40, 53, 131, 0.1);
  border-radius: 10px;
  width: 70%;
}
@media only screen and (max-width: 899px) {
  .cta__content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cta__content:after {
  content: "";
  position: absolute;
  background: url(./../images/circle-yellow-green.svg) top center/contain no-repeat;
  width: 139px;
  height: 139px;
  bottom: -53px;
  right: -81px;
  z-index: -1;
  pointer-events: none;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: slideUp;
}
@media only screen and (max-width: 899px) {
  .cta__content:after {
    bottom: -55px;
    right: -36px;
  }
}

.cta__body {
  width: 60%;
  padding: 150px 0 60px 130px;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .cta__body {
    padding: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .cta__body {
    padding: 15px;
    width: 100%;
  }
}

.cta__title {
  margin-bottom: 15px;
}

.cta__infomation {
  padding: 60px 0 100px 130px;
  background-color: hsl(230, 37.5%, 96.9%);
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .cta__infomation {
    padding: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .cta__infomation {
    padding: 15px;
    width: 100%;
  }
}

.cta__information-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 20px;
  align-items: center;
  width: 100%;
}
.cta__information-title svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: hsl(231, 53%, 34%);
}

.cta__information-links {
  gap: 10px;
  width: 100%;
}

.cta__information-link {
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  background-color: hsla(231.7, 66.4%, 25.7%, 0.1);
  transition: all 300ms ease;
}
@media only screen and (min-width: 900px) {
  .cta__information-link:hover {
    background-color: hsl(231, 53%, 34%);
    color: hsl(0, 0%, 100%);
  }
}

.cta__cards {
  position: absolute;
  top: 150px;
  left: 50%;
  width: 50%;
}
@media only screen and (max-width: 899px) {
  .cta__cards {
    position: relative;
    top: auto;
    left: auto;
  }
  .cta__cards .owl-stage-outer {
    overflow: visible;
  }
}
.cta__cards .owl-nav {
  position: absolute;
  bottom: -70px;
  right: 60px;
  z-index: 3;
}
@media only screen and (max-width: 899px) {
  .cta__cards .owl-nav {
    left: 0;
    right: auto;
    bottom: -60px;
  }
}
.cta__cards .owl-nav.disabled {
  display: block !important;
}
.cta__cards .owl-nav button {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 3px solid hsl(231, 53%, 34%) !important;
  transition: all 300ms ease;
}
.cta__cards .owl-nav button svg {
  transition: all 300ms ease;
  fill: hsl(231, 53%, 34%);
  width: 16px;
  height: 16px;
}
.cta__cards .owl-nav button:last-of-type {
  margin-left: 20px;
}
.cta__cards .owl-nav button:hover {
  background-color: hsl(231, 53%, 34%);
}
.cta__cards .owl-nav button:hover svg {
  fill: hsl(0, 0%, 100%);
}
.cta__cards .owl-nav button.disabled {
  border: 3px solid hsla(231.7, 66.4%, 25.7%, 0.2) !important;
}
.cta__cards .owl-nav button.disabled svg {
  fill: hsla(231.7, 66.4%, 25.7%, 0.2);
}
.cta__cards .owl-nav button.disabled:hover {
  background-color: transparent;
}
.cta__cards .owl-stage {
  display: flex;
}
.cta__cards .owl-item {
  height: auto;
}

.cta__card {
  padding: 35px 40px;
  border-radius: 10px;
  width: 460px;
  height: 100%;
}
@media only screen and (max-width: 599px) {
  .cta__card {
    padding: 15px;
    width: 308px;
  }
}
.cta__card.background-magenta {
  background-color: hsl(339.2, 84.6%, 51.8%);
}
.cta__card.background-yellow {
  background-color: hsl(44.1, 100%, 60%);
}
.cta__card.background-yellow .cta__card-title {
  color: hsl(231, 66%, 26%);
}
.cta__card.background-yellow .cta__card-editor {
  color: hsl(231, 66%, 26%);
}
.cta__card.background-dark-blue {
  background-color: hsl(231, 53%, 34%);
}
.cta__card.background-blue {
  background-color: hsl(198, 100%, 44.5%);
}
.cta__card.background-orange {
  background-color: hsl(19.1, 91.5%, 62.9%);
}
.cta__card.background-green {
  background-color: hsl(159, 100%, 37%);
}

.cta__card-title {
  font-family: "Gabarito";
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 15px;
  color: hsl(0, 0%, 100%);
}

.cta__card-editor {
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.cta__card-button {
  margin-bottom: 10px;
}

@keyframes slideDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.faq {
  position: relative;
  padding: 55px 20px;
}
@media only screen and (max-width: 899px) {
  .faq {
    padding: 25px 20px;
  }
}
.faq .wrapper {
  padding: 100px 60px;
  z-index: 2;
}
@media only screen and (max-width: 599px) {
  .faq .wrapper {
    padding: 40px 0 20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .faq .wrapper {
    padding: 40px 0;
  }
}
.faq .wrapper .links {
  margin-top: 40px;
}
@media only screen and (max-width: 899px) {
  .faq .wrapper .links {
    margin-bottom: 40px;
    margin-top: 15px;
  }
}
.faq.background-none {
  margin: 55px 0;
}
@media only screen and (max-width: 899px) {
  .faq.background-none {
    margin: 25px 0;
  }
}
.faq.background-white .faq__wrapper {
  background-color: hsl(0, 0%, 100%);
}

.faq__wrapper {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 30px 0px rgba(40, 53, 131, 0.1);
  border-radius: 10px;
}
.faq__wrapper:after {
  content: "";
  position: absolute;
  background: url(./../images/circle-grey-faq.svg) top center/contain no-repeat;
  width: 506px;
  height: 506px;
  left: -42px;
  bottom: -59px;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .faq__wrapper:after {
    top: -100px;
  }
}

.faq__body {
  width: 40%;
  padding-right: 150px;
}
@media only screen and (max-width: 599px) {
  .faq__body {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .faq__body {
    padding: 0 60px;
    width: 100%;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .faq__body {
    padding-right: 50px;
  }
}

.faq__subtitle {
  color: hsl(159, 100%, 37%);
  margin-bottom: 5px;
}

.faq__title {
  width: 100%;
  margin-bottom: 15px;
}

.faq__editor {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.faq__faq {
  width: 60%;
}
@media only screen and (max-width: 899px) {
  .faq__faq {
    width: 100%;
  }
}

.faq__faq-item {
  border-bottom: 1px solid hsla(231.7, 66.4%, 25.7%, 0.2);
  width: 100%;
}
.faq__faq-item:first-of-type {
  border-top: 1px solid hsla(231.7, 66.4%, 25.7%, 0.2);
}

.faq__faq-head {
  justify-content: space-between;
  padding: 20px 10px;
  color: hsl(231, 53%, 34%);
  width: 100%;
  transition: all 300ms ease;
  cursor: pointer;
}
.faq__faq-head svg {
  transition: all 300ms ease;
  width: 12px;
  height: 12px;
  fill: hsl(231, 53%, 34%);
}
.faq__faq-head.is-active svg {
  transform: rotate(-180deg);
}
.faq__faq-head:hover {
  color: hsla(231.7, 66.4%, 25.7%, 0.7);
}

.faq__faq-title {
  font-family: "Gabarito";
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  width: 90%;
}

.faq__faq-body {
  display: none;
  padding: 0 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: hsl(231, 53%, 34%);
}

.contact-form {
  position: relative;
  margin: 55px 20px;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .contact-form {
    margin: 25px 20px;
  }
}
.contact-form .wrapper {
  padding: 100px 60px;
  z-index: 2;
}
@media only screen and (max-width: 599px) {
  .contact-form .wrapper {
    padding: 40px 0 20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .contact-form .wrapper {
    padding: 40px 0;
  }
}

.contact-form__subtitle {
  margin-bottom: 5px;
  color: hsl(159, 100%, 37%);
}

.contact-form__form {
  padding: 100px 130px;
  width: 55%;
  background-color: hsl(0, 0%, 100%);
  border-radius: 10px;
  box-shadow: 0px 4px 30px 0px rgba(40, 53, 131, 0.1);
}
@media only screen and (max-width: 899px) {
  .contact-form__form {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-form__form {
    width: 100%;
  }
}

.contact-form__title {
  margin-bottom: 15px;
}

.contact-form__form-wrap {
  padding-top: 5px;
  width: 100%;
}

.contact-form__information {
  width: 45%;
  padding: 100px 100px;
  height: fit-content;
}
@media only screen and (max-width: 899px) {
  .contact-form__information {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-form__information {
    width: 100%;
  }
}

.footer__contact-information-editor {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: hsl(231, 66%, 26%);
  margin-bottom: 40px;
}

.contact-form__information-item {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  transition: all 300ms ease-in-out;
  font-family: "Gabarito";
}
.contact-form__information-item:nth-child(3) {
  margin-bottom: 0;
}
.contact-form__information-item p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
@media only screen and (min-width: 900px) {
  .contact-form__information-itema:hover {
    color: hsla(231.7, 66.4%, 25.7%, 0.7);
  }
}

.contact-form__information-icon {
  background-color: hsla(231.7, 66.4%, 25.7%, 0.4);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.contact-form__information-icon svg {
  fill: hsl(231, 53%, 34%);
  width: 16px;
  height: 16px;
}

/**
 * Utilities.
 */
/**
 * Color utility classes.
 *
 * Automatically generated color and background color utility classes based on every color definition in `settings/_color.scss`.
 * Loop through every `$key` and `$map` in the `$colors` variable map defined in `settings/_color.scss`.
 */
/**
 * `color` hsl(0, 0%, 0%)-100 color utility.
 */
.color-black-100 {
  color: hsl(0, 0%, 0%);
}

/**
 * `background-color` hsl(0, 0%, 0%)-100 color utility.
 */
.background-color-black-100 {
  background-color: hsl(0, 0%, 0%);
}

/**
 * `color` hsl(0, 0%, 100%)-100 color utility.
 */
.color-white-100 {
  color: hsl(0, 0%, 100%);
}

/**
 * `background-color` hsl(0, 0%, 100%)-100 color utility.
 */
.background-color-white-100 {
  background-color: hsl(0, 0%, 100%);
}

/**
 * `color` hsl(230, 37.5%, 96.9%)-100 color utility.
 */
.color-light-grey-100 {
  color: hsl(230, 37.5%, 96.9%);
}

/**
 * `background-color` hsl(230, 37.5%, 96.9%)-100 color utility.
 */
.background-color-light-grey-100 {
  background-color: hsl(230, 37.5%, 96.9%);
}

/**
 * `color` hsl(230.8, 41.9%, 93.9%)-50 color utility.
 */
.color-light-grey-50 {
  color: hsl(230.8, 41.9%, 93.9%);
}

/**
 * `background-color` hsl(230.8, 41.9%, 93.9%)-50 color utility.
 */
.background-color-light-grey-50 {
  background-color: hsl(230.8, 41.9%, 93.9%);
}

/**
 * `color` hsl(231, 53%, 34%)-100 color utility.
 */
.color-dark-blue-100 {
  color: hsl(231, 53%, 34%);
}

/**
 * `background-color` hsl(231, 53%, 34%)-100 color utility.
 */
.background-color-dark-blue-100 {
  background-color: hsl(231, 53%, 34%);
}

/**
 * `color` hsla(231.7, 66.4%, 25.7%, 0.7)-70 color utility.
 */
.color-dark-blue-70 {
  color: hsla(231.7, 66.4%, 25.7%, 0.7);
}

/**
 * `background-color` hsla(231.7, 66.4%, 25.7%, 0.7)-70 color utility.
 */
.background-color-dark-blue-70 {
  background-color: hsla(231.7, 66.4%, 25.7%, 0.7);
}

/**
 * `color` hsla(231.7, 66.4%, 25.7%, 0.4)-40 color utility.
 */
.color-dark-blue-40 {
  color: hsla(231.7, 66.4%, 25.7%, 0.4);
}

/**
 * `background-color` hsla(231.7, 66.4%, 25.7%, 0.4)-40 color utility.
 */
.background-color-dark-blue-40 {
  background-color: hsla(231.7, 66.4%, 25.7%, 0.4);
}

/**
 * `color` hsla(231.7, 66.4%, 25.7%, 0.2)-20 color utility.
 */
.color-dark-blue-20 {
  color: hsla(231.7, 66.4%, 25.7%, 0.2);
}

/**
 * `background-color` hsla(231.7, 66.4%, 25.7%, 0.2)-20 color utility.
 */
.background-color-dark-blue-20 {
  background-color: hsla(231.7, 66.4%, 25.7%, 0.2);
}

/**
 * `color` hsla(231.7, 66.4%, 25.7%, 0.1)-10 color utility.
 */
.color-dark-blue-10 {
  color: hsla(231.7, 66.4%, 25.7%, 0.1);
}

/**
 * `background-color` hsla(231.7, 66.4%, 25.7%, 0.1)-10 color utility.
 */
.background-color-dark-blue-10 {
  background-color: hsla(231.7, 66.4%, 25.7%, 0.1);
}

/**
 * `color` hsl(230.3, 27.8%, 73.9%)-100 color utility.
 */
.color-light-blue-100 {
  color: hsl(230.3, 27.8%, 73.9%);
}

/**
 * `background-color` hsl(230.3, 27.8%, 73.9%)-100 color utility.
 */
.background-color-light-blue-100 {
  background-color: hsl(230.3, 27.8%, 73.9%);
}

/**
 * `color` hsl(231, 66%, 26%)-100 color utility.
 */
.color-text-blue-100 {
  color: hsl(231, 66%, 26%);
}

/**
 * `background-color` hsl(231, 66%, 26%)-100 color utility.
 */
.background-color-text-blue-100 {
  background-color: hsl(231, 66%, 26%);
}

/**
 * `color` hsl(339.2, 84.6%, 51.8%)-100 color utility.
 */
.color-magenta-100 {
  color: hsl(339.2, 84.6%, 51.8%);
}

/**
 * `background-color` hsl(339.2, 84.6%, 51.8%)-100 color utility.
 */
.background-color-magenta-100 {
  background-color: hsl(339.2, 84.6%, 51.8%);
}

/**
 * `color` hsl(339, 86.7%, 41.4%)-50 color utility.
 */
.color-magenta-50 {
  color: hsl(339, 86.7%, 41.4%);
}

/**
 * `background-color` hsl(339, 86.7%, 41.4%)-50 color utility.
 */
.background-color-magenta-50 {
  background-color: hsl(339, 86.7%, 41.4%);
}

/**
 * `color` hsl(337.1, 84%, 95.1%)-20 color utility.
 */
.color-magenta-20 {
  color: hsl(337.1, 84%, 95.1%);
}

/**
 * `background-color` hsl(337.1, 84%, 95.1%)-20 color utility.
 */
.background-color-magenta-20 {
  background-color: hsl(337.1, 84%, 95.1%);
}

/**
 * `color` hsl(44.1, 100%, 60%)-100 color utility.
 */
.color-yellow-100 {
  color: hsl(44.1, 100%, 60%);
}

/**
 * `background-color` hsl(44.1, 100%, 60%)-100 color utility.
 */
.background-color-yellow-100 {
  background-color: hsl(44.1, 100%, 60%);
}

/**
 * `color` hsl(159, 100%, 37%)-100 color utility.
 */
.color-green-100 {
  color: hsl(159, 100%, 37%);
}

/**
 * `background-color` hsl(159, 100%, 37%)-100 color utility.
 */
.background-color-green-100 {
  background-color: hsl(159, 100%, 37%);
}

/**
 * `color` hsl(198, 100%, 44.5%)-100 color utility.
 */
.color-blue-100 {
  color: hsl(198, 100%, 44.5%);
}

/**
 * `background-color` hsl(198, 100%, 44.5%)-100 color utility.
 */
.background-color-blue-100 {
  background-color: hsl(198, 100%, 44.5%);
}

/**
 * `color` hsl(19.1, 91.5%, 62.9%)-100 color utility.
 */
.color-orange-100 {
  color: hsl(19.1, 91.5%, 62.9%);
}

/**
 * `background-color` hsl(19.1, 91.5%, 62.9%)-100 color utility.
 */
.background-color-orange-100 {
  background-color: hsl(19.1, 91.5%, 62.9%);
}

/**
 * `color` hsl(231.4, 53.2%, 33.5%)-100 color utility.
 */
.color-background-blue-100 {
  color: hsl(231.4, 53.2%, 33.5%);
}

/**
 * `background-color` hsl(231.4, 53.2%, 33.5%)-100 color utility.
 */
.background-color-background-blue-100 {
  background-color: hsl(231.4, 53.2%, 33.5%);
}