@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter-VariableFont_wght.ttf");
}
* {
  margin: 0;
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #FFC736;
}

input, a, button {
  transition: all 0.2s linear;
}
input:hover, a:hover, button:hover {
  transition: all 0.2s linear;
}
input:focus, a:focus, button:focus {
  transition: all 0.2s linear;
  outline: none;
}

a {
  color: #FFFFFF;
}
a:hover {
  text-decoration: none;
  color: #FFC736;
}

p {
  font-size: 20px;
  line-height: 32px;
}

h2 {
  font-size: 48px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  line-height: 55px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  h4 {
    line-height: 50px;
  }
}

.main-title {
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 3.25px;
}
@media only screen and (max-width: 768px) {
  .main-title {
    font-size: 40px;
    line-height: 55px;
  }
}

.container {
  max-width: 1428px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 64px;
  padding-right: 64px;
}
@media only screen and (max-width: 968px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.background-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 8, 12, 0.7);
}

.default-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFC736;
  border-radius: 100px;
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.primary-btn {
  gap: 31px;
  padding: 26px 46px;
  color: #000000;
  background-color: #FFC736;
  font-size: 25px;
  letter-spacing: 1.25px;
}
.primary-btn:hover {
  color: #FFC736;
  background-color: #022135;
}
.primary-btn:hover .icon {
  background-color: #FFC736;
  transition: all 0.2s linear;
}
.primary-btn .icon {
  width: 41px;
  height: 41px;
  background-color: #000000;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
@media only screen and (max-width: 768px) {
  .primary-btn {
    gap: 20px;
    padding: 15px 35px;
    font-size: 20px;
  }
}

.secondary-btn {
  padding: 18px 35px;
  border: 2px solid #FFC736;
  color: #FFC736;
  background-color: transparent;
}
.secondary-btn:hover {
  color: #022135;
  background-color: #FFC736;
}

.submit-btn {
  padding: 22px 52px;
  background-color: #FFC736;
}
.submit-btn:hover {
  color: #FFC736;
  background-color: #022135;
}

.button-wrapper {
  display: flex;
}

.wysiwyg-styles * {
  word-wrap: break-word;
}
.wysiwyg-styles *:first-child {
  margin-top: 0;
}
.wysiwyg-styles *:last-child {
  margin-bottom: 0;
}
.wysiwyg-styles h1 {
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 3.25px;
}
@media only screen and (max-width: 768px) {
  .wysiwyg-styles h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
.wysiwyg-styles .wysiwyg-video {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.wysiwyg-styles .wysiwyg-video:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.wysiwyg-styles .wysiwyg-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.wysiwyg-styles .wysiwyg-gallery {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 5;
}
@media screen and (min-width: 1200px) {
  .wysiwyg-styles .wysiwyg-gallery {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 481px) {
  .wysiwyg-styles .wysiwyg-gallery {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .wysiwyg-styles .wysiwyg-gallery {
    margin-bottom: 20px;
  }
}
.wysiwyg-styles .wysiwyg-gallery .gallery-slider {
  display: flex;
  flex-wrap: wrap;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element,
.wysiwyg-styles .wysiwyg-gallery .single-wysiwyg-gallery-element {
  position: relative;
  transition: all 0.2s linear;
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  overflow: hidden;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element a,
.wysiwyg-styles .wysiwyg-gallery .single-wysiwyg-gallery-element a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 65%;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element img,
.wysiwyg-styles .wysiwyg-gallery .single-wysiwyg-gallery-element img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element:hover,
.wysiwyg-styles .wysiwyg-gallery .single-wysiwyg-gallery-element:hover {
  transition: all 0.2s linear;
  transform: scale(0.97);
  -webkit-transform: scale(0.97);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
@media screen and (min-width: 1200px) {
  .wysiwyg-styles .wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 75px) / 4.001);
    margin: 0 25px 25px 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 856px) {
  .wysiwyg-styles .wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 45px) / 3.001);
    margin: 0 15px 15px 0;
  }
}
@media screen and (max-width: 855px) {
  .wysiwyg-styles .wysiwyg-gallery .single-gallery-element {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element:nth-last-of-type(1) {
  margin-right: 0 !important;
}
@media screen and (min-width: 1201px) {
  .wysiwyg-styles .wysiwyg-gallery .single-gallery-element:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 855px) {
  .wysiwyg-styles .wysiwyg-gallery .single-gallery-element:nth-of-type(2n) {
    margin-right: 0;
  }
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element .number-additional {
  bottom: 15px;
  right: 35px;
  color: #fff;
  font-size: 30px;
  font-family: "PoppinsBold", sans-serif;
  font-weight: 700;
  text-align: right;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element .number-additional img {
  width: 30px;
  height: 30px;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element .darkness-effect {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.51);
}

:root {
  --header-size: 120px;
  --header-scroll-size: 100px;
}

@media only screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
body.body-with-admin-bar .header-wrapper, body.body-with-admin-bar .mobile-menu {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  body.body-with-admin-bar .header-wrapper, body.body-with-admin-bar .mobile-menu {
    top: 46px;
  }
}
body.header-scroll .header-wrapper {
  background-color: #011722;
}
body.header-scroll .header-wrapper header {
  height: var(--header-scroll-size);
}
body.header-scroll .header-wrapper header .header-logo-wrapper a {
  height: 60px;
}
body.home:not(.header-scroll) .header-wrapper {
  background-color: transparent;
}
body .header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #022135;
  transition: background-color 0.3s ease-in-out;
  z-index: 999;
}
body .header-wrapper .header {
  display: flex;
  align-items: center;
  height: var(--header-size);
  transition: all 0.1s linear;
}
@media only screen and (max-width: 1440px) {
  body .header-wrapper .header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
body .header-wrapper .header .header-logo-wrapper {
  padding-top: 10px;
  padding-right: 60px;
}
@media only screen and (max-width: 1440px) {
  body .header-wrapper .header .header-logo-wrapper {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 480px) {
  body .header-wrapper .header .header-logo-wrapper {
    padding-top: 0;
    padding-right: 20px;
  }
}
body .header-wrapper .header .header-logo-wrapper a {
  display: flex;
  width: 278px;
  height: 67px;
}
@media only screen and (max-width: 1290px) {
  body .header-wrapper .header .header-logo-wrapper a {
    max-width: 278px;
    width: 100%;
  }
}
body .header-wrapper .header .header-logo-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
  transition: all 0.1s linear;
}
@media only screen and (max-width: 1290px) {
  body .header-wrapper .header .header-menu-wrapper {
    display: none;
  }
}
body .header-wrapper .header .header-menu-wrapper ul {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1440px) {
  body .header-wrapper .header .header-menu-wrapper ul {
    gap: 28.5px;
  }
}
body .header-wrapper .header .header-menu-wrapper ul li {
  list-style: none;
}
body .header-wrapper .header .header-menu-wrapper ul li a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
body .header-wrapper .header .mobile-menu-opener {
  display: none;
  margin-left: auto;
  padding-left: 10px;
}
@media only screen and (max-width: 1290px) {
  body .header-wrapper .header .mobile-menu-opener {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1290px) {
  body .header-wrapper .header .mobile-menu-opener {
    margin-left: 30px;
  }
}
body .header-wrapper .header .mobile-menu-opener .mobile-menu-opener-icon {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  body .header-wrapper .phone {
    display: none;
  }
}

.phone {
  position: relative;
  margin-left: auto;
  color: #FFC736;
  font-weight: 700;
}
.phone:hover::before, .phone:hover::after {
  width: 100%;
}
.phone:after {
  left: 0;
  background-color: #FFC736;
}
.phone::before, .phone::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s ease-in-out;
}
.phone:hover {
  color: #FFC736;
}

.languages {
  display: flex;
  gap: 20px;
  margin-left: auto;
}
@media only screen and (max-width: 1290px) {
  .languages {
    display: none;
  }
}
.languages .single-language {
  font-size: 12px;
  letter-spacing: 0.6px;
}
.languages .single-language.active {
  color: #FFC736;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 36px 20px;
  background-color: #022135;
  border-radius: 20px 0 20px 20px;
  transform: translateX(100%);
  transition: all 0.2s linear;
  overflow-y: auto;
  z-index: 999;
}
.mobile-menu .row {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}
.mobile-menu .row .languages {
  display: flex;
  margin-right: auto;
  margin-left: 0;
}
.mobile-menu .row .languages .single-language {
  font-size: 16px;
}
.mobile-menu .row .mobile-menu-closer {
  position: absolute;
  right: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.mobile-menu .header-menu-wrapper {
  display: flex;
}
.mobile-menu .header-menu-wrapper ul {
  padding: 0;
  text-align: center;
}
.mobile-menu .header-menu-wrapper ul li {
  margin-bottom: 30px;
  list-style: none;
}
.mobile-menu .header-menu-wrapper ul li:last-child {
  margin-bottom: 15px;
}
.mobile-menu .header-menu-wrapper ul li a {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.mobile-menu .phone {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .mobile-menu .phone {
    display: none;
  }
}

.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu-active {
  overflow-y: hidden;
}

.footer {
  position: relative;
  background-color: #022135;
}
.footer .contact-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 102px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .footer .contact-section {
    padding-top: 96px;
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .contact-section {
    padding-top: 64px;
    padding-bottom: 40px;
  }
}
.footer .contact-section .contact-section-left {
  display: flex;
  flex-direction: column;
  max-width: 520px;
  width: 46%;
  padding-top: 30px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .footer .contact-section .contact-section-left {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.footer .contact-section .contact-section-left h2 {
  margin-bottom: 75px;
  color: #FFC736;
  text-shadow: 0px 0px 20px rgba(254, 229, 0, 0.5);
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .footer .contact-section .contact-section-left h2 {
    margin-bottom: 40px;
  }
}
.footer .contact-section .contact-section-left h3 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.footer .contact-section .contact-section-left h3:not(.bottom-text) {
  max-width: 463px;
}
@media only screen and (max-width: 1024px) {
  .footer .contact-section .contact-section-left h3:not(.bottom-text) {
    max-width: 100%;
  }
}
.footer .contact-section .contact-section-left h3.top-text {
  margin-bottom: 10px;
  line-height: 50px;
}
.footer .contact-section .contact-section-left h3.bottom-text {
  color: #14C65B;
  line-height: 50px;
  text-transform: none;
}
.footer .contact-section .contact-section-right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 664px;
  width: 54%;
}
@media only screen and (max-width: 1024px) {
  .footer .contact-section .contact-section-right {
    max-width: 100%;
    width: 100%;
  }
}
.footer .contact-section .contact-section-right .contact-form-wrapper .contact-form .button-row {
  margin-top: 58px;
}
@media only screen and (max-width: 480px) {
  .footer .contact-section .contact-section-right .contact-form-wrapper .contact-form .button-row {
    margin-top: 20px;
  }
}
.footer .footer-bottom {
  position: relative;
  padding-bottom: 289px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .footer .footer-bottom {
    padding-bottom: 128px;
  }
}
@media only screen and (max-width: 480px) {
  .footer .footer-bottom {
    padding-bottom: 20px;
    background-image: none !important;
  }
}
.footer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.footer .footer-bottom .container .privacy-policy {
  position: relative;
  color: #FFC736;
}
.footer .footer-bottom .container .privacy-policy:hover::before, .footer .footer-bottom .container .privacy-policy:hover::after {
  width: 100%;
}
.footer .footer-bottom .container .privacy-policy:after {
  left: 0;
  background-color: #FFC736;
}
.footer .footer-bottom .container .privacy-policy::before, .footer .footer-bottom .container .privacy-policy::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s ease-in-out;
}
.footer .footer-bottom .container .privacy-policy:hover {
  color: #FFC736;
}
.footer .footer-bottom .container .company-address {
  font-size: 16px;
  color: #496D84;
}

.contact-form-wrapper {
  width: 100%;
  border-radius: 20px;
  background-color: #FFFFFF;
  overflow: hidden !important;
  z-index: 5;
}
.contact-form-wrapper .form-wrapper-title {
  margin-bottom: 48px;
  padding: 12px 20px;
  background-color: #FFC736;
}
.contact-form-wrapper .form-wrapper-title h4 {
  margin: 0;
  color: #000;
  font-size: 27px;
  letter-spacing: 1.35px;
  line-height: 40px;
  text-align: center;
}
.contact-form-wrapper .success-submit-wrapper {
  width: 100%;
  padding-top: 50px;
  padding-left: 49px;
  padding-right: 50px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .contact-form-wrapper .success-submit-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-form-wrapper .success-submit-wrapper .success-title {
  margin-bottom: 5px;
}
.contact-form-wrapper .success-submit-wrapper .success-title h3 {
  color: #022135;
}
.contact-form-wrapper .success-submit-wrapper .success-subtext {
  margin-bottom: 35px;
  color: #022135;
}
.contact-form-wrapper .success-submit-wrapper .success-image {
  margin-bottom: 55px;
}
.contact-form-wrapper .success-submit-wrapper .success-image img {
  width: 129px;
  height: 95px;
  object-fit: contain;
}
.contact-form-wrapper .success-submit-wrapper .button-wrapper {
  justify-content: center;
  margin-bottom: 40px;
}
.contact-form-wrapper .success-submit-wrapper .button-wrapper a {
  color: #022135;
  text-transform: uppercase;
}
.contact-form-wrapper .success-submit-wrapper .button-wrapper a:hover {
  color: #FFC736;
}
.contact-form-wrapper .contact-form {
  padding-left: 49px;
  padding-right: 50px;
}
.contact-form-wrapper .contact-form * {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .contact-form-wrapper .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-form-wrapper .contact-form .global-form-message {
  font-size: 14px;
  font-weight: 500;
  color: #ff3333;
  background: #FFF;
}
.contact-form-wrapper .contact-form .global-form-message .form-message-space {
  margin-bottom: 10px;
}
.contact-form-wrapper .contact-form .form-message {
  font-size: 12px;
  font-weight: 500;
  color: #ff3333;
}
.contact-form-wrapper .contact-form .form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.contact-form-wrapper .contact-form .form-group .single-input {
  position: relative;
  margin-bottom: 16px;
}
.contact-form-wrapper .contact-form .form-group .single-input.single-input-default {
  width: calc(50% - 8.5px);
}
@media only screen and (max-width: 480px) {
  .contact-form-wrapper .contact-form .form-group .single-input.single-input-default {
    width: 100%;
  }
}
.contact-form-wrapper .contact-form .form-group .single-input.warning-validation {
  margin-bottom: 16px;
}
.contact-form-wrapper .contact-form .form-group .single-input.warning-validation input {
  border-color: #E13838;
}
.contact-form-wrapper .contact-form .form-group .single-input.warning-validation .form-message {
  display: block;
  color: #ff3333;
}
.contact-form-wrapper .contact-form .form-group .single-input input {
  width: 100%;
  padding: 10px 10px 11px 22px;
  border: 2px solid #022135;
  border-radius: 8px;
  background-color: rgba(255, 199, 54, 0);
  outline: none;
  line-height: 32px;
}
.contact-form-wrapper .contact-form .form-group .single-input input::placeholder {
  color: #022135;
  opacity: 1;
}
.contact-form-wrapper .contact-form .button-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 35px;
}
@media only scree and (max-width: 480px) {
  .contact-form-wrapper .contact-form .button-row {
    margin-top: 30px;
  }
}
.contact-form-wrapper .contact-form .button-row .button-wrapper {
  position: relative;
}
.contact-form-wrapper .contact-form .button-row .privacy-wrapper {
  display: flex;
  max-width: 272px;
}
@media only screen and (max-width: 480px) {
  .contact-form-wrapper .contact-form .button-row .privacy-wrapper {
    max-width: 100%;
  }
}
.contact-form-wrapper .contact-form .button-row .privacy-wrapper p {
  margin: 0;
  color: #395F78;
  font-size: 14px;
  line-height: 18px;
}
.contact-form-wrapper .contact-form .button-row .privacy-wrapper p a {
  color: #395F78;
  text-decoration: underline;
  font-size: 14px;
}
.contact-form-wrapper .contact-form .button-row .privacy-wrapper p a:hover {
  color: #FFC736;
}
.contact-form-wrapper .contact-form img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 246px;
  max-height: 164px;
  width: 100%;
  height: auto;
  z-index: -1;
}
@media only screen and (max-width: 480px) {
  .contact-form-wrapper .contact-form img {
    display: none;
  }
}

.floating-contact-form-section {
  position: relative;
  background-color: #022135;
}
@media only screen and (max-width: 1024px) {
  .floating-contact-form-section {
    padding-top: 0;
  }
}
.floating-contact-form-section .background-image {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 820px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.floating-contact-form-section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 820px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .floating-contact-form-section .container {
    min-height: unset;
  }
}
@media only screen and (max-width: 768px) {
  .floating-contact-form-section .container {
    padding-bottom: 32px;
  }
}
.floating-contact-form-section .text-side {
  position: relative;
  max-width: 472px;
  width: 46%;
  padding-bottom: 110px;
  padding-right: 20px;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .floating-contact-form-section .text-side.text-spacing-top {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 1024px) {
  .floating-contact-form-section .text-side {
    order: 2;
    max-width: 100%;
    width: 100%;
    margin-top: -70px;
    padding: 0;
  }
}
.floating-contact-form-section .text-side h3 {
  margin-bottom: 50px;
  font-size: 35px;
  line-height: 55px;
  letter-spacing: 1.75px;
}
@media only screen and (max-width: 768px) {
  .floating-contact-form-section .text-side h3 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .floating-contact-form-section .text-side h3 {
    margin-bottom: 40px;
  }
}
.floating-contact-form-section .text-side h3 span {
  color: #FFC736;
}
.floating-contact-form-section .text-side p {
  max-width: 326px;
  margin-bottom: 53px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .floating-contact-form-section .text-side p {
    max-width: 100%;
  }
}
.floating-contact-form-section .contact-form-side {
  position: relative;
  max-width: 664px;
  width: 54%;
}
.floating-contact-form-section .contact-form-side.form-side-align-center {
  width: 100%;
  max-width: unset;
}
.floating-contact-form-section .contact-form-side.form-side-align-center .contact-form-wrapper {
  left: 50%;
  right: 50%;
  transform: translate(-50%, -60%);
  max-width: 664px;
}
@media only screen and (max-width: 1024px) {
  .floating-contact-form-section .contact-form-side.form-side-align-center .contact-form-wrapper {
    transform: translate(-50%, -15%);
  }
}
@media only screen and (max-width: 480px) {
  .floating-contact-form-section .contact-form-side.form-side-align-center .contact-form-wrapper {
    transform: translate(-50%, -10%);
  }
}
@media only screen and (max-width: 1024px) {
  .floating-contact-form-section .contact-form-side {
    order: 1;
    max-width: 100%;
    width: 100%;
  }
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.35);
  transform: translateY(-68%);
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper.wrapper-spacing-top {
  transform: translateY(-33%);
}
@media only screen and (max-width: 1024px) {
  .floating-contact-form-section .contact-form-side .contact-form-wrapper.wrapper-spacing-top {
    transform: translateY(90px);
  }
}
@media only screen and (max-width: 1024px) {
  .floating-contact-form-section .contact-form-side .contact-form-wrapper {
    position: relative;
    top: unset;
    right: unset;
    transform: translateY(-100px);
  }
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-message {
  white-space: nowrap;
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-group.form-group-bigger-space {
  margin-bottom: 21px;
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-group.form-group-bigger-space .single-input.single-input-big {
  width: calc(100% - 115px - 15px);
  margin-right: 15px;
}
@media only screen and (max-width: 480px) {
  .floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-group.form-group-bigger-space .single-input.single-input-big {
    width: 100%;
    margin-right: 0;
  }
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-group.form-group-bigger-space .single-input.single-input-small {
  width: 115px;
  margin-right: 0 !important;
}
@media only screen and (max-width: 480px) {
  .floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-group.form-group-bigger-space .single-input.single-input-small {
    width: 100%;
  }
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-group-radio {
  margin-bottom: 7px;
  color: #022135;
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-group-radio .form-group-radio-head {
  margin-bottom: 26px;
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-group-radio .input-radio {
  display: inline-block;
  margin-bottom: 33px;
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-group-radio .input-radio:not(:last-child) {
  margin-right: 33px;
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-group-radio .input-radio input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-group-radio .input-radio input:checked + label::after {
  visibility: visible;
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-group-radio .input-radio label {
  position: relative;
  display: block;
  margin: 0;
  padding-left: 50px;
  padding-top: 1px;
  cursor: pointer;
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-group-radio .input-radio label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 37px;
  height: 37px;
  transform: translateY(-50%);
  border: 10px solid #022135;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
  visibility: hidden;
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-group-radio .input-radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 37px;
  height: 37px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #022135;
  background-color: transparent;
  z-index: 0;
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-group-radio-large .input-radio:first-child {
  margin-bottom: 38px;
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .form-group-radio-large .input-radio:last-child {
  margin-bottom: 50px;
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .button-row .submit-btn {
  font-size: 18px;
}
.floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .button-row img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 246px;
  max-height: 164px;
  width: 100%;
  height: auto;
  z-index: -1;
}
@media only screen and (max-width: 480px) {
  .floating-contact-form-section .contact-form-side .contact-form-wrapper .contact-form .button-row img {
    display: none;
  }
}

.overflow-section-container {
  position: relative;
  overflow: visible;
}

.image-text-split-floating-section {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 711px;
  overflow: visible;
}
@media only screen and (max-width: 1366px) {
  .image-text-split-floating-section {
    min-height: unset;
  }
}
.image-text-split-floating-section .image-side {
  position: absolute;
  bottom: 0;
  left: -60px;
  max-width: 892px;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1366px) {
  .image-text-split-floating-section .image-side {
    display: none;
  }
}
.image-text-split-floating-section .image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text-split-floating-section .text-side {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 620px;
  width: 50%;
  margin-left: auto;
  margin-right: 30px;
  padding-top: 38px;
  padding-bottom: 64px;
  z-index: 2;
}
@media only screen and (max-width: 1366px) {
  .image-text-split-floating-section .text-side {
    max-width: 75%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .image-text-split-floating-section .text-side {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .image-text-split-floating-section .text-side {
    padding-bottom: 38px;
  }
}
.image-text-split-floating-section .text-side .arrow-down {
  width: 112px;
  height: 112px;
  margin-bottom: 52px;
}
@media only screen and (max-width: 768px) {
  .image-text-split-floating-section .text-side .arrow-down {
    margin-bottom: 20px;
  }
}
.image-text-split-floating-section .text-side .arrow-down img {
  width: 100%;
  height: 100%;
}
.image-text-split-floating-section .text-side .text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #022135;
  text-align: center;
}
.image-text-split-floating-section .text-side .text-block .quote-text {
  margin-bottom: 35px;
  font-style: italic;
}
.image-text-split-floating-section .text-side .text-block .small-text {
  max-width: 447px;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .image-text-split-floating-section .text-side .text-block .small-text {
    margin-bottom: 30px;
  }
}
.image-text-split-floating-section .text-side .text-block span {
  color: #FFC736;
}
.image-text-split-floating-section .text-side .text-block .text-side-btn {
  margin: 0 auto;
  padding: 18px 50px;
  border: 2px solid #FFC736;
  color: #022135;
  background-color: transparent;
}
.image-text-split-floating-section .text-side .text-block .text-side-btn:hover {
  color: #FFFFFF;
  background-color: #FFC736;
}

.image-text-split-section {
  position: relative;
  display: flex;
  justify-content: flex-end;
  min-height: 1012px;
  background-color: #022135;
  overflow: hidden;
}
.image-text-split-section .container {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .image-text-split-section .container {
    flex-wrap: wrap;
  }
}
.image-text-split-section .text-side {
  max-width: 694px;
  width: 100%;
  margin-right: 36px;
  padding: 92px 0 99px 0;
}
@media only screen and (max-width: 1024px) {
  .image-text-split-section .text-side {
    order: 2;
    max-width: unset;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .image-text-split-section .text-side {
    padding: 40px 0 40px 0;
  }
}
.image-text-split-section .text-side .text-block {
  margin-bottom: 47px;
}
@media only screen and (max-width: 768px) {
  .image-text-split-section .text-side .text-block {
    margin-bottom: 35px;
  }
}
.image-text-split-section .text-side .text-block h1 {
  max-width: 440px;
  margin-bottom: 40px;
  color: #FFC736;
}
@media only screen and (max-width: 1024px) {
  .image-text-split-section .text-side .text-block h1 {
    max-width: unset;
  }
}
.image-text-split-section .text-side .text-block ul {
  list-style: none;
}
.image-text-split-section .text-side .text-block ul li {
  position: relative;
  margin-bottom: 33px;
  padding-left: 70px;
  font-weight: 500;
  line-height: 32px;
}
@media only screen and (max-width: 480px) {
  .image-text-split-section .text-side .text-block ul li {
    padding-left: 50px;
  }
}
.image-text-split-section .text-side .text-block ul li:last-child {
  margin-bottom: 0;
}
.image-text-split-section .text-side .text-block ul li::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-image: url("../../images/fi_5290058.svg");
  background-color: transparent;
}
@media only screen and (max-width: 480px) {
  .image-text-split-section .text-side .text-block ul li::before {
    width: 35px;
    height: 35px;
    background-size: cover;
  }
}
.image-text-split-section .text-side .secondary-btn {
  padding: 17px 50px;
}
.image-text-split-section .image-side-container {
  width: 44.5%;
}
@media only screen and (max-width: 1024px) {
  .image-text-split-section .image-side-container {
    order: 1;
    width: 100%;
  }
}
.image-text-split-section .image-side-container .image-side-wrapper {
  display: flex;
  width: calc(100% + (100vw - 1300px) / 2);
  height: 100%;
}
@media only screen and (max-width: 1428px) {
  .image-text-split-section .image-side-container .image-side-wrapper {
    width: calc(100% + 128px);
  }
}
@media only screen and (max-width: 1024px) {
  .image-text-split-section .image-side-container .image-side-wrapper {
    margin-left: -64px;
  }
}
.image-text-split-section .image-side-container .image-side-wrapper .image-side {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .image-text-split-section .image-side-container .image-side-wrapper .image-side {
    padding-top: 40%;
  }
}
.image-text-split-section .image-side-container .image-side-wrapper .image-side img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-section {
  position: relative;
  max-width: 100vw;
  width: 100%;
  padding-top: 65px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .info-section {
    padding-top: 40px;
  }
}
.info-section .container {
  position: relative;
}
.info-section .section-head {
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .info-section .section-head {
    max-width: 100%;
  }
}
.info-section .section-head h1 {
  margin-bottom: 53px;
  color: #022135;
}
@media only screen and (max-width: 768px) {
  .info-section .section-head h1 {
    margin-bottom: 40px;
  }
}
.info-section .section-head p {
  margin-bottom: 60px;
  font-style: italic;
  color: #022135;
}
@media only screen and (max-width: 768px) {
  .info-section .section-head p {
    margin-bottom: 30px;
  }
}
.info-section .info-block-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 69px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .info-section .info-block-wrapper {
    justify-content: center;
    margin-bottom: 40px;
  }
}
.info-section .info-block-wrapper .single-info-block-wrapper {
  position: relative;
  margin-right: 24px;
  margin-bottom: 24px;
}
.info-section .info-block-wrapper .single-info-block-wrapper:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1367px) {
  .info-section .info-block-wrapper .single-info-block-wrapper {
    width: calc((100% - 96px) / 5.001);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1201px) {
  .info-section .info-block-wrapper .single-info-block-wrapper {
    width: calc((100% - 72px) / 3.001);
  }
  .info-section .info-block-wrapper .single-info-block-wrapper:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 601px) {
  .info-section .info-block-wrapper .single-info-block-wrapper {
    width: calc((100% - 24px) / 2.001);
  }
  .info-section .info-block-wrapper .single-info-block-wrapper:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .info-section .info-block-wrapper .single-info-block-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.info-section .info-block-wrapper .single-info-block-wrapper .single-info-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 241px;
  margin-bottom: 24px;
  padding-top: 100%;
  background-color: #022135;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .info-section .info-block-wrapper .single-info-block-wrapper .single-info-block {
    min-width: 241px;
    width: 75%;
    margin: 0 auto 10px auto;
    padding-top: 75%;
  }
}
.info-section .info-block-wrapper .single-info-block-wrapper .single-info-block p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 199px;
  max-height: 100%;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.8px;
  overflow: auto;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.info-section .info-block-wrapper .single-info-block-wrapper .single-info-block p::-webkit-scrollbar {
  display: none;
}
.info-section .info-block-wrapper .single-info-block-wrapper .first-block p {
  font-size: 20px;
  letter-spacing: 1px;
}
.info-section .info-block-wrapper .single-info-block-wrapper .yellow-block {
  color: #022135;
  background-color: #FFC736;
}
.info-section .info-block-wrapper .single-info-block-wrapper .green-block {
  background-color: #14C65B;
  z-index: 3;
}
.info-section .info-block-wrapper .single-info-block-wrapper .green-block p {
  color: #022135;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.info-section .info-block-wrapper .single-info-block-wrapper img {
  position: absolute;
  top: -90px;
  right: -40px;
  max-height: 306px;
  width: 316px;
  height: auto;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .info-section .info-block-wrapper .single-info-block-wrapper img {
    top: -55px;
    left: 0;
    right: 0;
    max-width: 316px;
    width: 100%;
  }
}
.info-section .info-block-wrapper .single-info-block-wrapper span {
  position: relative;
  font-style: italic;
  color: #022135;
  z-index: 3;
}

.preloader {
  position: absolute;
  width: 80px;
  height: 15px;
  transition: all 0.1s linear;
  visibility: hidden;
  opacity: 0;
}
.preloader div {
  background-color: #FFC736;
  position: absolute;
  top: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader div:nth-child(1) {
  left: 8px;
  animation: preloader-animation-1 0.6s infinite;
}
.preloader div:nth-child(2) {
  left: 8px;
  animation: preloader-animation-2 0.6s infinite;
}
.preloader div:nth-child(3) {
  left: 32px;
  animation: preloader-animation-2 0.6s infinite;
}
.preloader div:nth-child(4) {
  left: 56px;
  animation: preloader-animation-3 0.6s infinite;
}

.preloader-visible {
  visibility: visible;
  opacity: 1;
}

@keyframes preloader-animation-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes preloader-animation-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes preloader-animation-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.common-form-preloader {
  bottom: -45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.before-fade-in {
  opacity: 0;
}

@keyframes leftSideFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-32px);
    -webkit-transform: translateX(-32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes bottomSideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(32px);
    -webkit-transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
.left-side-fade-in {
  -webkit-animation: leftSideFadeIn 1.25s ease forwards;
  animation: leftSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in {
  -webkit-animation: bottomSideFadeIn 1.25s ease forwards;
  animation: bottomSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in-small-delay {
  -webkit-animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
  animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
}

.home-page .hero-wrapper {
  position: relative;
  min-height: 877px;
}
@media only screen and (max-width: 768px) {
  .home-page .hero-wrapper {
    min-height: 600px;
  }
}
@media only screen and (max-width: 480px) {
  .home-page .hero-wrapper {
    min-height: 440px;
  }
}
.home-page .hero-wrapper .hero-wrapper-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-page .hero-wrapper .hero-wrapper-background .hero-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .hero-wrapper .hero {
  display: flex;
  justify-content: center;
  padding-top: 252px;
  padding-bottom: 275px;
}
@media only screen and (max-width: 1024px) {
  .home-page .hero-wrapper .hero {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .home-page .hero-wrapper .hero {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.home-page .hero-wrapper .hero .hero-text {
  position: relative;
  flex: 1;
  max-width: 741px;
  margin-left: 175px;
  padding-bottom: 24px;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .home-page .hero-wrapper .hero .hero-text {
    max-width: 100%;
    margin-left: auto;
  }
}
.home-page .hero-wrapper .hero .hero-text .hero-title {
  margin-bottom: 45px;
  color: #FFC736;
  text-shadow: 0px 0px 20px rgba(254, 229, 0, 0.5);
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .home-page .hero-wrapper .hero .hero-text .hero-title {
    font-size: 64px;
  }
}
@media only screen and (max-width: 768px) {
  .home-page .hero-wrapper .hero .hero-text .hero-title {
    font-size: 40px;
  }
}
.home-page .hero-wrapper .hero .hero-text h2 {
  margin: 0;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.home-page .floating-button-wrapper {
  position: absolute;
  left: 50%;
  margin-top: -47.5px;
  transform: translateX(-50%);
  z-index: 4;
}

.single-page {
  margin-bottom: 70px;
  padding-top: var(--header-size);
}
.single-page .main-title {
  margin-bottom: 40px;
  color: #022135;
}
.single-page .wysiwyg-styles {
  color: #022135;
}
.single-page .wysiwyg-styles h2 {
  margin-bottom: 40px;
}
.single-page .wysiwyg-styles p {
  margin-bottom: 40px;
}
.single-page .wysiwyg-styles ul {
  margin: 0 0 50px 0;
  list-style: none;
}
.single-page .wysiwyg-styles ul li {
  position: relative;
  padding-left: 70px;
  font-weight: 500;
  line-height: 32px;
}
@media only screen and (max-width: 480px) {
  .single-page .wysiwyg-styles ul li {
    padding-left: 50px;
  }
}
.single-page .wysiwyg-styles ul li:not(:last-child) {
  margin-bottom: 30px;
}
.single-page .wysiwyg-styles ul li:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-image: url("../../images/fi_5290058.svg");
  background-color: transparent;
}
@media only screen and (max-width: 480px) {
  .single-page .wysiwyg-styles ul li:before {
    width: 35px;
    height: 35px;
    background-size: cover;
  }
}

.page-404 {
  padding-top: 120px;
}
.page-404 .page-404-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0;
}
.page-404 .page-404-content .main-title {
  margin-bottom: 20px;
  color: #022135;
}
.page-404 .page-404-content p {
  margin: 0;
  color: #022135;
}

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