@font-face {
  font-family: Emirates;
  src: url('../fonts/Emirates-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --_blur---blur: 0px;
  --white: white;
  --black: #111;
  --blue: #204099;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --alley-component-library--neutral--black: black;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-500: #6b7094;
  --spark-library--black: black;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--light-steel-purple: #a695fb;
  --salmon: #e17263;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--neutral--off-white: #f4f4f6;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero_section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#000c, #0000 47%), url('../images/SKY_8710-1_1.avif');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.nav_bar_section {
  z-index: 999;
  -webkit-backdrop-filter: blur(var(--_blur---blur));
  backdrop-filter: blur(var(--_blur---blur));
  width: 100vw;
  height: 10vh;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  top: 0;
  overflow: visible;
}

.nav_bar_block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.block_left {
  align-items: center;
  display: flex;
}

.block_right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center end;
  padding-left: 60px;
  display: grid;
}

.link {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 15px #000;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s linear;
}

.link:hover {
  color: var(--white);
  transform: scale(1.2);
}

.link.break-words {
  white-space: pre-wrap;
}

.frosted_block_parent {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 10%;
  display: flex;
  position: absolute;
}

.div-block.combo {
  align-items: flex-end;
  max-width: 50px;
  padding-top: 43px;
  padding-bottom: 0;
  padding-left: 0;
  right: 5%;
}

.text-block-2 {
  color: var(--white);
  text-transform: none;
  margin-right: 0%;
  font-size: 50px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-3 {
  color: var(--white);
  width: 75%;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-3._2 {
  color: #ffffffb3;
}

.text-block-3._2._3 {
  width: auto;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
}

.button {
  z-index: 9997;
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .4s linear;
  position: relative;
}

.button:hover {
  background-color: var(--blue);
  color: var(--white);
}

.button._2 {
  text-align: center;
  margin-top: 0;
  padding: 10px 20px;
  font-size: 14px;
}

.button._2:hover {
  background-color: var(--blue);
}

.button._2._3 {
  border: 1px solid var(--white);
}

.button._2._3:hover {
  background-color: var(--black);
  box-shadow: 0 5px 15px #fff3;
}

.button._2._3._4 {
  background-color: var(--blue);
  color: var(--white);
}

.horizontal {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 40px;
  margin-right: -20px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.nav__list-item {
  margin-right: 3vw;
  display: inline-block;
  position: relative;
}

.nav__list-item.last {
  margin-right: 0;
}

.nav-bg {
  background-color: #e17263b5;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.line {
  border: 1px solid var(--white);
  background-color: #1c1e1f;
  width: 100%;
  height: 1px;
}

.nav__content {
  text-align: center;
  width: 100%;
  position: fixed;
  top: 50%;
}

.nav__list {
  z-index: 99;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.nav {
  z-index: 1;
  background-color: var(--white);
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/pexels-aleksandar-pasaric-5686514_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.nav-wrap {
  z-index: 9998;
  background-color: #0000;
  width: 100svw;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.link-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 2.8vw;
  font-weight: 500;
  line-height: 2.8vw;
  text-decoration: none;
  display: block;
}

.line-wrap-2 {
  width: 100%;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.body {
  font-family: Exo, sans-serif;
}

.image-2 {
  margin-left: -20px;
}

.section {
  padding: 50px 5%;
  overflow: hidden;
}

.section._3 {
  padding: 0;
}

.section.prima-de-pe-alta-pag {
  background-image: url('../images/SKY_1880.avif');
  background-position: 50%;
  background-size: cover;
  height: 50vh;
  padding-top: calc(10vh + 50px);
}

.section.prima-de-pe-alta-pag.dr {
  background-image: linear-gradient(#00000080, #00000080), url('../images/SKY_8692.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.prima-de-pe-alta-pag.dr.chirg {
  background-image: url('../images/SKY_1880.avif');
  background-position: 50% 80%;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.section.prima-de-pe-alta-pag.dr._3d {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.section.prima-de-pe-alta-pag.dr._3d.lp {
  background-image: linear-gradient(#00000080, #00000080), url('../images/SKY_2002.avif');
  background-position: 0 0, 50%;
}

.section.prima-de-pe-alta-pag.mai-mare {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Group-207_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 70vh;
}

.section.blueee {
  background-color: var(--blue);
  padding-top: calc(10vh + 50px);
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.container.primu {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container.primu.centru {
  justify-content: center;
  align-items: center;
}

.container.primu.alta-pag {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-margin-bottom-twenty.rt-body-font-color {
  text-align: center;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-button-three-underline-wrap {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.rt-button-three-icon-one {
  position: absolute;
}

.rt-branches-text-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.rt-button-three-text-wrap {
  grid-column-gap: 15px;
  display: flex;
  overflow: hidden;
}

.rt-utton-three-2 {
  flex-direction: column;
  display: flex;
  position: relative;
}

.rt-button-underline {
  background-color: var(--blue);
  width: 100%;
  height: 2px;
}

.rt-button-underline.rt-home-one-button-three-line-two {
  background-color: var(--blue);
  position: absolute;
  bottom: 0;
}

.rt-branches-heading {
  flex: 0 38.52%;
}

.rt-no-margin-2 {
  margin: 0 0 10px;
  font-style: normal;
  font-weight: 400;
}

.rt-button-three-icon-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.rt-branches-description {
  flex-direction: column;
  align-items: flex-start;
  max-width: 390px;
  display: flex;
}

.rt-branches-description.rt-overflow-hidden {
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
}

.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-text-decoration-none {
  text-decoration: none;
}

.rt-position-relative {
  position: relative;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-2.rt-text-white, .rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-autofit-cover {
  object-fit: cover;
}

.rt-autofit-cover.rt-responsive-full-width-image.rt-change-height {
  width: 100%;
  height: 595px;
}

.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-service-three-portfolio-paragraph {
  max-width: 340px;
  overflow: hidden;
}

.rt-service-three-portfolio-text {
  z-index: 11;
  -webkit-backdrop-filter: blur(var(--_blur---blur));
  backdrop-filter: blur(var(--_blur---blur));
  border-radius: 6px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 30px;
  display: flex;
  position: relative;
}

.rt-service-three-portfolio-overlay {
  background-image: linear-gradient(180deg, #1e202400 53%, var(--black));
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.rt-service-three-portfolio-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 478px;
  display: grid;
}

.rt-service-three-portfolio-wrapper.rt-underline-off {
  text-decoration: none;
}

.rt-service-three-portfolio-wrapper.rt-underline-off.rt-background-dark {
  min-width: auto;
  overflow: hidden;
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.text-block-4 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--blue);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 10px 20px;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-footer-v-one {
  padding-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Exo, sans-serif;
}

.rt-testimonial-main-block-one {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 95%;
  position: relative;
}

.rt-number-text-block {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 5.625rem;
  line-height: 100%;
}

.rt-slider-span {
  font-size: 32px;
  line-height: 32px;
}

.rt-slider-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 11rem;
  padding-bottom: 3rem;
  display: flex;
}

.rt-slider-testimimonial {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-left: 10%;
}

.rt-left-arrow-box {
  background-color: var(--blue);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 6rem;
  height: 7rem;
  inset: auto auto 9% 2.5%;
}

.rt-right-arrow-box {
  background-color: var(--blue);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 6rem;
  height: 7rem;
  inset: auto -2% 9% auto;
}

.rt-comment-text-block {
  background-color: #f5f5fb;
  background-image: url('../images/quote-1-1.png');
  background-position: 8% 23%;
  background-repeat: no-repeat;
  background-size: 57px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 2rem;
  margin-right: 10%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.rt-slider-block {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #20409980;
  width: 100%;
  height: 8em;
  margin-top: -2px;
}

.rt-slider-image {
  background-image: url('../images/SKY_8732.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 53%;
  padding-bottom: 3.2rem;
  display: flex;
  position: static;
}

.rt-name-text-block {
  margin-left: 10%;
}

.rt-slide-testimonial {
  width: 100%;
  margin-right: 10px;
}

.rt-name-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.rt-slide-nav-three {
  display: none;
}

.rt-sider-navigation {
  z-index: 1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.rt-slider-main-box {
  display: flex;
}

.rt-comment-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-left: 18%;
  padding-right: 12%;
  font-size: 14px;
  font-weight: 400;
  line-height: 156%;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six.rt-project-text {
  color: #cac7cf;
  text-transform: none;
}

.rt-heading-six.rt-project-text._2 {
  color: #fff;
}

.rt-heading-six.rt-margin-bottom-twenty-2 {
  text-transform: none;
}

.rt-heading-six.rt-margin-bottom-thirty.rt-newsletter-heading {
  text-transform: none;
  max-width: 250px;
}

.rt-hero-button-image {
  filter: invert();
}

.rt-hero-button-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: absolute;
  right: 5px;
}

.rt-hero-button-text {
  z-index: 2;
  margin-right: 10px;
  position: relative;
}

.rt-button-five {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--radiant-ui-components-library-marketplace--color--white);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 8px 50px 8px 25px;
  display: flex;
  position: relative;
}

.rt-button-five.rt-banner-one-button {
  height: 58px;
}

.rt-hero-button-icon-two {
  background-color: var(--blue);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 43px;
  height: 43px;
  margin-left: 10px;
  padding-right: 17px;
  display: flex;
}

.rt-service-one-scroll-bg-wrapper-two {
  background-image: linear-gradient(#191b1dbf, #191b1dbf), url('../images/home-three-section-eight--scroll-banner.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2058px;
  background-attachment: scroll, fixed;
  padding: 150px 15px 128px;
}

.rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  transform-origin: 50% 0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 120px;
}

.rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7.rt-background-dark {
  background-image: linear-gradient(#0000, #0000), url('../images/SKY_1880.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 2058px;
  background-attachment: scroll, fixed;
  border-radius: 0;
}

.rt-service-three-contact-heading {
  color: #fff;
  margin-bottom: 35px;
}

.rt-service-three-connect-block {
  flex: 1;
  max-width: 390px;
}

.rt-divider {
  background-color: #00000026;
  width: 100%;
  height: 1px;
}

.rt-divider.rt-service-three-contact-divider {
  background-color: #fff6;
  margin-top: 30px;
  margin-bottom: 30px;
}

.rt-divider.rt-service-three-contact-divider._1 {
  margin-top: 0;
}

.rt-service-three-contact-details-block {
  flex: 1;
  max-width: 330px;
}

.rt-margin-bottom-twenty-2 {
  margin-bottom: 20px;
}

.rt-body-font-color-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-main-container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.rt-main-container._2 {
  padding-left: 0%;
  padding-right: 0%;
}

.rt-designed-text-block {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.rt-about-option {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-about-option.rt-about-last {
  margin-bottom: 0;
}

.rt-logo {
  margin-top: 10px;
  display: flex;
}

.rt-about-section {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 222px;
}

.rt-social-icons {
  border-left: 1px solid #00000026;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 440px;
  display: grid;
}

.rt-social-icon {
  border-right: 1px solid #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.rt-social-icon._50 {
  width: 100px;
}

.rt-social-icon._50.fara-linie-dreapta {
  border-right-style: none;
}

.rt-social-icon._50.stanga {
  border-left: 1px solid #00000026;
}

.rt-logo-white-image {
  filter: invert();
  margin-left: -22px;
}

.rt-email {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
}

.rt-email:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-email._2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-copyright-and-social-icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
}

.rt-licence-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 230px;
  display: flex;
}

.rt-small-divider {
  background-color: #ffffff26;
  width: 191px;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.rt-footer-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
}

.rt-newsletter-section {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 467px;
}

.rt-member-icon-image.rt-yellow-icon {
  opacity: 0;
  position: absolute;
}

.rt-designed-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.rt-designed-text.rt-body-font-color-2._2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-contact-section {
  color: #d0d0d0;
  letter-spacing: .32px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 222px;
  font-weight: 500;
}

.rt-phone-number {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}

.rt-phone-number:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-phone-number._2 {
  color: var(--white);
}

.image-3 {
  z-index: 10;
  pointer-events: none;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 50%;
  margin-top: 150px;
  display: flex;
}

.div-block-5 {
  z-index: 11;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 25%;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.lightbox-link {
  z-index: 99999;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.div-block-8 {
  background-color: #fff;
  width: 30px;
  height: 1px;
}

.rt-category-cards-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-3.rt-margin-bottom-fifteen-2 {
  text-transform: none;
  margin-bottom: 15px;
}

.rt-margin-bottom-fifteen-2 {
  margin-bottom: 15px;
}

.rt-news-image {
  overflow: hidden;
}

.rt-news-image.rt-with-radius {
  border-radius: 10px;
  height: 500px;
  overflow: hidden;
}

.rt-blog-two-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.rt-blog-two-grid._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.rt-news-details {
  justify-content: space-between;
  padding: 31px 40px 30px 32px;
}

.rt-news-details.rt-no-details-padding {
  padding: 20px 15px 0;
}

.rt-date-and-arrow-block {
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  padding-right: 1px;
  display: flex;
}

.rt-category-type-block {
  color: #fff;
  font-size: 1rem;
  line-height: 1.75rem;
}

.rt-news {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.rt-news.rt-no-radius {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.rt-blog-two-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-blog-date-block {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-image: url('../images/Mask-group-11.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 35px;
}

.rt-news-date {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.rt-category-2 {
  z-index: 2;
  background-color: #3f53d8;
  border-radius: 4px;
  padding: 5px 17px;
  position: absolute;
  inset: 20px 20px auto auto;
  overflow: hidden;
}

.rt-news-picture {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-9 {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-11 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: .5px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #ffffff4d;
}

.text-block-5 {
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  inset: 150px auto auto -50px;
  transform: rotate(-90deg);
}

.div-block-12 {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.heading-2 {
  color: #fff;
}

.heading-2.spatiu {
  font-size: 70px;
  line-height: 150%;
  display: inline-block;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 125%;
}

.text-block-6.italic {
  font-style: italic;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-3.opac {
  opacity: 0;
  pointer-events: none;
}

.heading-3.centru {
  text-align: center;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-7 {
  white-space: nowrap;
  font-size: 18px;
}

.text-block-7.bold {
  font-weight: 700;
}

.text-block-7.line-normal {
  white-space: nowrap;
  margin-top: 5px;
  font-size: 12px;
  line-height: 100%;
}

.text-block-7.line-normal.italic {
  font-style: italic;
}

.div-block-14 {
  border-bottom: 1px dashed var(--blue);
  width: 100%;
  height: 1px;
  margin-bottom: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-15 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
  display: flex;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-icon-regular {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: color .2s;
  display: flex;
}

.a-h3-heading {
  color: var(--blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-section-regular {
  padding: 92px 5%;
  position: relative;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-span-underline {
  border-bottom: 6px solid var(--blue);
  color: var(--blue);
}

.a-feature-icon {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-subheading-regular {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-subheading-regular.spatiu {
  margin-bottom: 20px;
}

.a-subheading-regular.spatiu.negru {
  color: var(--white);
}

.a-paragraph-small {
  color: #ffffffe6;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-content-title-wrapper-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: end;
  margin-bottom: 64px;
}

.a-content-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  margin-bottom: 60px;
}

.a-content-card {
  grid-row-gap: 20px;
  background-color: #f5f5f5;
  background-image: linear-gradient(#00000080, #00000080), url('../images/SKY_8710-1_1.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border: .5px solid #0000001a;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px;
  transition: all .2s;
  display: flex;
}

.a-content-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px #0003;
}

.a-content-card._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/PSY_112.avif');
  background-position: 0 0, 50% 0;
}

.a-content-card._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/PSY_0671-1_1.avif');
  background-position: 0 0, 50% 35%;
}

.a-content-card.no-bg {
  background-color: var(--blue);
  background-image: none;
}

.a-content-card-top {
  color: var(--alley-component-library--neutral--black);
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item {
  color: #fff;
  background-color: #0003;
  border: .5px solid #000;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 0 15px #000;
}

.text-span {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.glass-card {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-20 {
  color: #fff;
}

.paragraph {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}

.list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list.spatiu {
  margin-bottom: 60px;
}

.paragraph-2 {
  text-align: center;
  font-size: 24px;
  line-height: 150%;
}

.paragraph-3 {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.div-block-22 {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-left-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-23 {
  background-color: var(--blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 25px 50px;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.div-block-23:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  background-color: #ffffff80;
  font-size: 18px;
}

.div-block-23._2 {
  border-top-left-radius: 6px;
}

.text-block-8 {
  text-align: center;
  width: 150px;
}

.div-block-24 {
  z-index: 100;
  background-color: #ffffff80;
  width: 1px;
  height: 50px;
  position: absolute;
  inset: auto -.5% auto auto;
}

.text-span-2 {
  font-size: 12px;
}

.text-block-9 {
  color: #ffffffe6;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 150%;
}

.text-block-9._50 {
  margin-top: 50px;
}

.list-item-2 {
  color: #fffc;
  margin-bottom: 10px;
  font-size: 16px;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

.f-h2-heading {
  color: var(--blue);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-h2-heading.spatiu {
  text-align: center;
  margin-bottom: 60px;
}

.f-h2-heading.spatiu.spatiu-sus {
  margin-top: 60px;
}

.f-h2-heading.mai-mic {
  font-size: 28px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-icon-regular {
  color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.sub {
  font-size: 12px;
}

.f-paragraph-regular.spatiere {
  margin-bottom: 10px;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--flowui-component-library--gray-900);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-content-list-item.centru {
  justify-content: flex-start;
  align-items: center;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small._2 {
  text-align: center;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-grid-two-column._2 {
  flex-flow: column;
  display: flex;
}

.f-grid-two-column._1-col {
  grid-template-columns: 1fr;
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.div-block-25 {
  margin-top: -2px;
}

.div-block-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.div-block-26.hidden {
  display: none;
}

.div-block-26.hidden.non-hidden {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.image-5 {
  object-fit: contain;
  width: 100%;
  height: 200px;
}

.image-6 {
  width: 100%;
  height: 100%;
}

.list-item-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 10px;
}

.heading-4 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 400;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section.spark-light-background {
  background-color: var(--spark-library--background--interactive);
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-secondary-button {
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-secondary-button:hover {
  background-color: var(--spark-library--light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--light-steel-purple);
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-rounded-edge-navbar {
  z-index: 99;
  background-color: var(--spark-library--white);
  border-radius: 999px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: sticky;
  top: 32px;
  box-shadow: 2px 0 8px #0000001a;
}

.spark-rounded-edge-navbar.spark-absolute-positioned-navbar {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 32px 0% auto;
}

.spark-rounded-edge-nav-bar-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-hero-section-image {
  object-fit: cover;
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  height: 600px;
  display: block;
}

.spark-hero-section-left-side {
  width: 50%;
}

.spark-hero-sub-paragraph {
  color: #fffc;
  width: 100%;
  margin-bottom: 40px;
  font-size: 16px;
}

.heading-5 {
  color: #fff;
  margin-bottom: 40px;
}

.phase-list {
  color: #0f1c49;
}

.phase-list._2nd-list._2nd {
  padding-left: 80px;
}

.bold-text-14 {
  color: #0f1c49;
  font-size: .75vw;
  font-weight: 600;
}

.bold-text-14.white-text {
  font-size: 1rem;
}

.spark-small-sub-paragraph-2 {
  color: #000000c2;
  margin-top: 2vw;
  margin-bottom: 1.5vw;
  font-size: .75vw;
  line-height: 1.3;
}

.spark-small-sub-paragraph-2.phase-footer {
  color: #0f1c49;
  margin-top: 1vw;
  margin-bottom: 1.5vw;
  font-size: 1rem;
}

.spark-small-sub-paragraph-2.phase-footer.white-text {
  font-size: 1rem;
}

.spark-wrapped-card-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card-2.spark-stacked {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  background-image: url('../images/p2s1_1.avif');
  background-position: 0%;
  background-size: cover;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: border-color .15s;
  display: flex;
  position: relative;
}

.spark-wrapped-card-2.spark-stacked.p2s1 {
  background-image: url('../images/PSY_786.avif');
  background-repeat: no-repeat;
  background-size: 40%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
}

.spark-wrapped-card-2.spark-stacked.p2s1._2 {
  background-image: url('../images/PSY_692.avif');
}

.spark-wrapped-card-2.spark-stacked.p2s2 {
  background-image: url('../images/PSY_803.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 60px;
}

.spark-wrapped-card-2.spark-stacked.p2s2._2 {
  background-image: url('../images/PSY_681.avif');
}

.div-block-28 {
  align-self: auto;
  position: relative;
}

.list-item-4 {
  margin-bottom: 15px;
  font-size: 1rem;
}

.spark-three-column-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 60px;
}

.list-item-5 {
  color: #0f1c49;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
}

.bold-text-15 {
  font-weight: 600;
}

.spark-card-details-2 {
  flex-direction: column;
  align-content: stretch;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 1.6vw;
  padding-left: .4vw;
  padding-right: .4vw;
  display: flex;
  position: relative;
}

.spark-card-details-2.p2left {
  width: 50%;
}

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading-2.spark-card-title {
  color: #0f1c49;
  margin-top: 1vw;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.spark-bold-heading-2.spark-card-title.phase-header {
  color: #0f1c49;
  margin-top: 1vw;
  margin-bottom: 0;
}

.spark-bold-heading-2.spark-card-title.phase-header.white-text {
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.div-block-29 {
  align-self: auto;
  position: relative;
}

.list-item-6 {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 600;
}

.list-item-7 {
  color: #0f1c49;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
}

.bold-text-16 {
  font-weight: 600;
}

.div-block-30 {
  margin-bottom: 50px;
}

.div-block-31 {
  background-color: var(--blue);
  border: .5px solid #20409980;
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 5px 15px #20409980;
}

.div-block-31:hover {
  background-color: var(--salmon);
  transform: scale(1.1);
}

.div-block-31._2 {
  width: 33%;
}

.div-block-32 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-32._2 {
  margin-bottom: 40px;
}

.div-block-32._3 {
  grid-template-columns: 1fr 1fr;
  justify-content: space-around;
  display: flex;
}

.text-block-10 {
  color: #fff;
  text-align: center;
}

.rt-category-cards-text {
  color: var(--white);
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-auto-fit {
  border-radius: 10px;
  height: auto;
}

.rt-font-change {
  letter-spacing: -.03rem;
}

.rt-radius-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-overflow-hidden-3 {
  overflow: hidden;
}

.rt-emoji-love-big {
  background-image: url('../images/Emoji-Big-Love.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 52px;
  padding: 0 15px;
}

.rt-accordion-close {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  opacity: 0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.rt-home-one-support-flex {
  grid-column-gap: 129px;
  align-items: center;
  display: flex;
}

.rt-home-one-support-image-two {
  position: absolute;
  inset: 4% auto auto 4%;
}

.rt-home-one-support-image-two.rt-radius-fifteen {
  border-radius: 15px;
}

.rt-home-one-support-image-two.rt-radius-fifteen.rt-pink-image-shadow {
  box-shadow: 0 10px 20px #1670f899;
}

.rt-accordian-content {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 6px;
}

.rt-accordian-content.rt-padding-bottom-seventeen {
  color: #ffffffbf;
}

.rt-home-one-support-image-block {
  background-color: #f5f5f5;
  flex: 0 35%;
  justify-content: center;
  display: flex;
  position: relative;
}

.rt-home-one-support-image-block.rt-radius-twenty {
  background-color: #0000;
  border-radius: 10px;
}

.rt-accordion-open {
  background-color: #f5f5f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
}

.rt-faq {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
}

.rt-home-one-support-image-three {
  z-index: 1;
  display: none;
  position: absolute;
  inset: auto auto -7% -17%;
  box-shadow: 0 20px 30px #0003;
}

.rt-faq-item-content {
  overflow: hidden;
}

.rt-faq-open-close {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-one-support-content-block {
  flex: 0 49%;
}

.rt-faq-item-trigger {
  cursor: pointer;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.rt-home-one-support-main-image {
  z-index: 1;
  object-fit: cover;
  position: relative;
}

.rt-home-one-support-image-four {
  z-index: 2;
  position: absolute;
  inset: auto 5% 5% auto;
  box-shadow: 0 11px 21px #86868633;
}

.rt-home-one-support-image-four.rt-radius-fifty-four {
  border-radius: 54px;
}

.rt-home-one-support-image-one {
  z-index: 0;
  position: absolute;
  inset: 2% 2% auto auto;
}

.rt-padding-bottom-seventeen {
  padding-bottom: 17px;
}

.rt-padding-bottom-seventeen.rt-max-width-four-fifty {
  color: #fff;
  max-width: 450px;
}

.rt-faq-accordion-wrapper {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  overflow: visible;
}

.list-item-8 {
  color: #ffffffbf;
  margin-bottom: 10px;
}

.list-item-8._2 {
  margin-left: 40px;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-margin-bottom-twenty-3 {
  margin-bottom: 20px;
}

.rt-component-heading-four {
  color: #233050;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.rt-component-heading-four.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: none;
}

.rt-white-text {
  color: #fff;
}

.rt-white-text.rt-margin-bottom-zero {
  font-size: 1rem;
}

.rt-margin-bottom-zero {
  margin-bottom: 0;
}

.rt-margin-bottom-zero.rt-padding-left-right-twenty-one {
  padding-left: 21%;
  padding-right: 21%;
}

.rt-margin-top-zero {
  margin-top: 0;
}

.rt-margin-top-zero.rt-margin-bottom-twenty-3 {
  margin-bottom: 20px;
}

.rt-body-font-color-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-no-underline {
  cursor: pointer;
  text-decoration: none;
}

.rt-footer-address-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
}

.rt-home-one-submit {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: .11rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  width: 285px;
  padding: 17px 5px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.rt-home-one-submit.rt-home-one-submit-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 5px;
}

.rt-image-height-auto-2 {
  object-fit: cover;
  height: auto;
  margin-top: 6px;
}

.rt-image-height-auto-2._2 {
  width: 25px;
  margin-top: 0;
}

.rt-contact-two-flex-one {
  margin: 0;
}

.rt-contact-two-flex-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 45px;
}

.rt-footer-social-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.rt-footer-phone-link {
  color: #fff;
  letter-spacing: .02rem;
  cursor: pointer;
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none;
}

.rt-home-one-form-text-field {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #49392a;
  height: 58px;
  padding-left: 25px;
  padding-right: 25px;
}

.rt-home-one-form-text-field.rt-menu-two-field {
  color: #abaaaa;
  background-color: #f5f3f0;
  border-color: #f5f3f0;
  margin-bottom: 20px;
}

.rt-home-one-form-text-field.rt-menu-two-field::placeholder {
  color: #abaaaa;
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-input {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 10px;
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-input::placeholder {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-textarea {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #f3f3f3;
  border-radius: 5px;
  height: 105px;
}

.rt-home-one-form-text-field.rt-menu-two-field.rt-contact-two-textarea::placeholder {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
}

.rt-form-flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 10px;
}

.rt-form-flex-block.rt-contact-two-form-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.rt-courrse-name-form-block {
  text-align: center;
  align-self: stretch;
  margin-top: 30px;
}

.rt-contact-two-block-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  max-width: 30%;
  padding-top: 40px;
  padding-left: 70px;
  padding-right: 40px;
  display: flex;
}

.rt-contact-two-block-left {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  padding: 38px 70px;
  display: flex;
}

.rt-contact-two-form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: stretch;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.image-7 {
  width: 25px;
}

.div-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -35px;
  display: flex;
}

.text-block-11 {
  color: #fff;
}

.div-block-34 {
  position: relative;
}

.div-block-35 {
  z-index: 1;
  background-color: var(--blue);
  width: 300px;
  height: 20px;
  position: absolute;
  inset: auto 34% 10px auto;
}

.div-block-35._2 {
  top: 37px;
}

.list-2 {
  z-index: 1;
  position: relative;
}

.image-8, .image-9 {
  object-fit: cover;
  object-position: 50% 75%;
  width: 100%;
  height: 400px;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.link-4 {
  color: var(--blue);
  text-decoration: none;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.link-block {
  width: 100%;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-12._2 {
  object-position: 50% 50%;
}

.icon {
  color: var(--white);
}

.dropdown-list {
  background-color: #7a5656;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.link-block-2 {
  text-decoration: none;
}

.div-block-36 {
  z-index: 2;
  width: 850px;
  position: relative;
}

.text-span-3 {
  z-index: 4;
  background-color: var(--blue);
  position: relative;
}

.link-block-3 {
  z-index: 2147483647;
  background-image: url('../images/iconmonstr-whatsapp-3-2_1iconmonstr-whatsapp-3 2.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: fixed;
  inset: auto auto 15px 15px;
}

.hidden-on-desktop, .hidden {
  display: none;
}

@media screen and (min-width: 1440px) {
  .rt-right-arrow-box {
    right: -1.5%;
  }

  .rt-home-one-support-image-three {
    display: block;
    left: -12%;
  }
}

@media screen and (min-width: 1920px) {
  .rt-slider-block {
    height: 23%;
  }

  .rt-slider-image {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: relative;
  }

  .rt-home-one-support-image-three {
    left: -17%;
  }
}

@media screen and (max-width: 991px) {
  .hero_section {
    flex-direction: column;
    display: flex;
  }

  .nav_bar_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .empty_block {
    background-image: url('../images/pexels-aleksandar-pasaric-5686514_1.avif');
    background-position: 50%;
    background-size: cover;
    width: 100vw;
    height: 50vh;
  }

  .frosted_block_parent {
    height: 50vh;
    position: absolute;
    bottom: 0;
  }

  .div-block.combo {
    padding-right: 20px;
    inset: 0% 0% 0% auto;
  }

  .nav-bg, .nav {
    display: none;
  }

  .link-3 {
    font-size: 3.4vw;
    line-height: 3.4vw;
  }

  .rt-branches-text-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .rt-category-cards-text-2.rt-text-white {
    max-width: none;
  }

  .rt-autofit-cover.rt-responsive-full-width-image {
    width: 100%;
    height: 100%;
  }

  .rt-autofit-cover.rt-responsive-full-width-image.rt-change-height {
    height: 495px;
  }

  .rt-padding-top-twenty.rt-portfolio-text-hover.rt-change-height {
    height: 0;
  }

  .rt-service-three-portfolio-paragraph {
    opacity: 0;
    height: 0;
  }

  .rt-service-three-portfolio-wrapper.rt-underline-off {
    height: 495px;
  }

  .rt-number-text-block {
    font-size: 3rem;
  }

  .rt-left-arrow-box, .rt-right-arrow-box {
    bottom: 9%;
  }

  .rt-slider-block {
    height: 22%;
  }

  .rt-comment-text {
    padding-left: 23%;
    font-size: 1rem;
  }

  .rt-service-one-scroll-bg-wrapper-two {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .rt-service-three-contact-heading {
    margin-bottom: 25px;
  }

  .rt-designed-text-block {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-about-section {
    max-width: none;
  }

  .rt-social-icons {
    border: 1px solid #40454a;
    max-width: none;
  }

  .rt-logo-white-image {
    height: auto;
  }

  .rt-copyright-and-social-icons {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
    display: grid;
  }

  .rt-licence-text {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-footer-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 60px;
    display: grid;
  }

  .rt-footer {
    padding-top: 60px;
  }

  .rt-newsletter-section {
    max-width: none;
  }

  .rt-designed-text {
    text-align: center;
  }

  .rt-contact-section {
    max-width: none;
    margin-top: -2px;
  }

  .div-block-3 {
    margin-top: 20px;
  }

  .rt-news-details, .rt-news-details.rt-no-details-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-news-picture {
    height: auto;
  }

  .a-content-title-wrapper-grid {
    grid-template-columns: 1fr;
  }

  .a-content-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .a-content-card {
    min-height: 320px;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-nav-menu.spark-rounded-corners {
    border-radius: 40px;
    margin-top: 1rem;
    box-shadow: 0 0 8px #0000002b;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-rounded-edge-navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .bold-text-14 {
    font-size: 1.25vw;
  }

  .bold-text-14.white-text {
    font-size: .875rem;
  }

  .spark-small-sub-paragraph-2.phase-footer {
    font-size: 1rem;
  }

  .spark-wrapped-card-2 {
    width: 45%;
  }

  .spark-wrapped-card-2.spark-stacked {
    align-items: center;
    width: 100%;
  }

  .spark-wrapped-card-2.spark-stacked.p2s1 {
    background-position: 0%;
  }

  .spark-wrapped-card-2.spark-stacked.p2s2 {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-28 {
    min-width: 40%;
  }

  .list-item-4 {
    font-size: .875rem;
    font-weight: 400;
  }

  .spark-three-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .list-item-5 {
    font-size: .875rem;
  }

  .bold-text-15 {
    font-weight: 600;
  }

  .spark-card-details-2 {
    width: 250px;
  }

  .spark-bold-heading-2.spark-card-title.phase-header {
    font-size: 1.75vw;
  }

  .div-block-29 {
    min-width: 40%;
  }

  .list-item-6 {
    font-size: .875rem;
    font-weight: 400;
  }

  .list-item-7 {
    font-size: .875rem;
  }

  .rt-home-one-support-flex {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rt-home-one-support-image-block {
    width: 100%;
  }

  .rt-home-one-support-image-three {
    left: 0%;
  }

  .rt-home-one-submit {
    width: 200px;
  }

  .rt-contact-two-flex-one {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .rt-contact-two-flex-two {
    margin-bottom: 25px;
  }

  .rt-home-one-form-text-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-form-flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 10px;
  }

  .rt-contact-two-block-right {
    max-width: 100%;
    height: 450px;
    padding-left: 40px;
  }

  .rt-contact-two-block-left {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-contact-two-form-block {
    display: block;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block.combo {
    inset: 0% 0% 0% auto;
  }

  .nav__list-item {
    margin-bottom: 5vh;
  }

  .nav__content {
    top: 35%;
  }

  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10vw;
  }

  .link-3 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .rt-autofit-cover.rt-responsive-full-width-image.rt-change-height, .rt-service-three-portfolio-wrapper.rt-underline-off {
    height: 395px;
  }

  .rt-testimonial-main-block-one {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rt-slider-text {
    padding-top: 2rem;
  }

  .rt-left-arrow-box, .rt-right-arrow-box {
    width: 4rem;
    height: 4rem;
    bottom: 15%;
  }

  .rt-slider-image {
    background-position: 50% 0;
    width: 100%;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .rt-name-text-block {
    margin-left: 0%;
  }

  .rt-number-box {
    display: none;
  }

  .rt-slider-main-box {
    display: block;
  }

  .rt-comment-text {
    padding-left: 24%;
  }

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .rt-service-three-connect-block {
    width: 100%;
    max-width: none;
  }

  .rt-divider.rt-service-three-contact-divider {
    width: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .rt-service-three-contact-details-block {
    width: 100%;
    max-width: none;
  }

  .rt-logo {
    margin-top: 8px;
    padding-left: 0;
  }

  .rt-copyright-and-social-icons {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-small-divider {
    width: 60%;
  }

  .rt-footer-section {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-contact-section {
    margin-top: 0;
  }

  .rt-blog-two-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-content-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .a-content-card {
    min-height: 260px;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section.spark-light-background {
    padding-top: 128px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-rounded-edge-navbar {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .phase-list, .phase-list._2nd-list {
    color: #0f1c49;
  }

  .bold-text-14 {
    color: #0f1c49;
    font-size: 1.25vw;
  }

  .spark-small-sub-paragraph-2 {
    color: #0f1c49;
    font-size: 14px;
    line-height: 1.3;
  }

  .spark-small-sub-paragraph-2.phase-footer {
    color: #0f1c49;
  }

  .spark-small-sub-paragraph-2.phase-footer.white-text {
    font-size: .875rem;
  }

  .spark-wrapped-card-2 {
    width: 100%;
  }

  .spark-wrapped-card-2.spark-stacked {
    grid-row-gap: 16px;
    flex-direction: column;
    width: 100%;
  }

  .spark-wrapped-card-2.spark-stacked.p2s1 {
    background-image: url('../images/p2s2m_1.avif');
    background-position: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: row;
    display: flex;
  }

  .spark-wrapped-card-2.spark-stacked.p2s2 {
    background-image: url('../images/p2s2refacut_1.avif');
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: row;
    display: flex;
  }

  .list-item-4 {
    font-size: 12px;
  }

  .spark-three-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .list-item-5 {
    color: #0f1c49;
    font-size: 1.5vw;
  }

  .bold-text-15 {
    font-size: .875rem;
  }

  .spark-card-details-2 {
    order: -1;
    align-self: flex-start;
    width: 280px;
    padding-top: 1.6vw;
    padding-left: 3vw;
    padding-right: 1.6vw;
    display: block;
  }

  .spark-bold-heading-2.spark-card-title {
    color: #fff;
  }

  .spark-bold-heading-2.spark-card-title.phase-header {
    color: #0f1c49;
  }

  .list-item-6 {
    font-size: 12px;
  }

  .list-item-7 {
    color: #0f1c49;
    font-size: 1.5vw;
  }

  .bold-text-16 {
    font-size: .875rem;
  }

  .rt-margin-bottom-zero.rt-padding-left-right-twenty-one {
    padding-left: 10%;
    padding-right: 10%;
  }

  .rt-home-one-submit {
    width: 100%;
  }

  .rt-contact-two-flex-one, .rt-contact-two-flex-two {
    flex: 1;
  }

  .rt-form-flex-block {
    display: block;
  }

  .rt-contact-two-block-right {
    height: 400px;
  }

  .rt-contact-two-block-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero_section {
    background-position: 0 0, 75%;
    justify-content: flex-end;
    align-items: center;
    height: 100svh;
  }

  .nav_bar_section {
    display: none;
  }

  .block_right {
    flex-direction: row;
    display: flex;
  }

  .link, .empty_block {
    display: none;
  }

  .frosted_block_parent {
    height: 65vh;
  }

  .div-block {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block.combo {
    padding-top: 0;
    display: none;
    top: -88%;
  }

  .text-block-2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .text-block-3 {
    width: 80%;
  }

  .text-block-3._2 {
    width: auto;
    font-size: 12px;
  }

  .text-block-3._2._3 {
    margin-top: 20px;
  }

  .button {
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    padding-left: 55px;
    padding-right: 55px;
    font-size: 18px;
    display: block;
  }

  .button._2 {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 0;
    width: 100%;
  }

  .button._2.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .button._2._3 {
    border-style: solid;
    border-radius: 6px;
  }

  .link-3 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .image-2._2 {
    margin-left: 0;
  }

  .section.prima-de-pe-alta-pag.dr.chirg {
    height: auto;
  }

  .div-block-2 {
    grid-template-columns: 1fr;
  }

  .rt-comment-text-block {
    background-position: 5% 25%;
  }

  .rt-slider-image {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .rt-comment-text {
    padding-left: 26%;
  }

  .rt-service-one-scroll-bg-wrapper-two.rt-service-three-contact-wrapper.rt-call-to-action-v7.rt-background-dark {
    padding-left: 5%;
    padding-right: 5%;
  }

  .rt-logo-white-image {
    margin-left: 0;
  }

  .rt-small-divider {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rt-footer-section {
    grid-template-columns: 1fr;
  }

  .rt-contact-section {
    justify-content: flex-start;
    align-items: center;
  }

  .image-3 {
    display: none;
  }

  .div-block-3 {
    margin-top: 40px;
  }

  .rt-news-image.rt-with-radius {
    height: auto;
  }

  .rt-blog-two-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .rt-blog-two-grid._3 {
    grid-template-columns: 1fr;
  }

  .rt-news-details {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .rt-date-and-arrow-block {
    padding-top: 10px;
    padding-right: 0;
    display: none;
  }

  .rt-news-picture {
    height: 500px;
  }

  .heading-2.spatiu {
    font-size: 50px;
  }

  .div-block-13 {
    margin-bottom: 20px;
  }

  .text-block-7 {
    white-space: normal;
  }

  .text-block-7.bold {
    white-space: nowrap;
  }

  .text-block-7.line-normal {
    white-space: normal;
  }

  .a-paragraph-small {
    text-align: center;
  }

  .a-content-card.no-bg {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
  }

  .div-block-22 {
    grid-template-columns: 1fr;
    position: static;
  }

  .div-block-26.hidden.non-hidden, .div-block-27 {
    grid-template-columns: 1fr;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-rounded-edge-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0 12px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-hero-section-image {
    object-position: 35% 50%;
  }

  .phase-list, .phase-list._2nd-list {
    color: #fff;
  }

  .bold-text-14 {
    font-size: 10px;
  }

  .bold-text-14.white-text {
    color: #fff;
  }

  .spark-small-sub-paragraph-2, .spark-small-sub-paragraph-2.phase-footer {
    font-size: 12px;
  }

  .spark-wrapped-card-2.spark-stacked {
    width: 100%;
  }

  .spark-wrapped-card-2.spark-stacked.p2s1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/PSY_786.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 10px;
  }

  .spark-wrapped-card-2.spark-stacked.p2s1._2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/PSY_692.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .spark-wrapped-card-2.spark-stacked.p2s2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/PSY_803.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 10px;
    flex-direction: column;
    padding-left: 0;
  }

  .spark-wrapped-card-2.spark-stacked.p2s2._2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/PSY_681.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .div-block-28 {
    display: none;
  }

  .list-item-4 {
    font-size: 14px;
  }

  .spark-three-column-grid-2 {
    margin-bottom: 4vh;
  }

  .list-item-5 {
    color: #fff;
    font-size: 14px;
  }

  .bold-text-15 {
    font-size: .875rem;
  }

  .spark-card-details-2 {
    width: 100%;
    padding-top: 3vh;
    padding-left: 10vw;
  }

  .spark-card-details-2.p2left {
    width: 100%;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-bold-heading-2.spark-card-title.phase-header {
    font-size: 18px;
  }

  .spark-bold-heading-2.spark-card-title.phase-header.white-text {
    color: #fff;
  }

  .div-block-29 {
    display: none;
  }

  .list-item-6 {
    font-size: .875rem;
  }

  .list-item-7 {
    color: #fff;
    font-size: 14px;
  }

  .bold-text-16 {
    font-size: .875rem;
  }

  .div-block-31._2 {
    width: 100%;
  }

  .div-block-32._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .div-block-32._3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .rt-font-change {
    display: inline;
  }

  .rt-home-one-support-image-two {
    display: none;
  }

  .rt-accordian-content {
    padding-left: 0;
  }

  .rt-faq-item-trigger {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-home-one-support-image-four {
    display: none;
  }

  .rt-margin-bottom-zero.rt-padding-left-right-twenty-one {
    padding-left: 5%;
    padding-right: 5%;
  }

  .rt-contact-two-block-right {
    height: auto;
    padding-right: 20px;
  }

  .div-block-36 {
    width: auto;
  }

  .link-block-3._2 {
    inset: auto auto 40px 40px;
  }

  .hidden-on-desktop {
    display: block;
  }

  .icon-2 {
    color: #fff;
    font-size: 40px;
  }

  .container-2 {
    background-color: var(--blue);
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
  }

  .dropdown, .dropdown-toggle {
    width: 100%;
  }

  .dropdown-list-2 {
    padding-left: 40px;
  }

  .dropdown-list-2.w--open {
    padding-left: 20px;
  }

  .div-block-37 {
    background-color: var(--blue);
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .link-block-4 {
    color: #333;
    text-decoration: none;
  }
}

#w-node-_2a475589-8aa0-29d5-ddb9-a4201a92b1ca-c49bf0e1, #w-node-_2a475589-8aa0-29d5-ddb9-a4201a92b1cb-c49bf0e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2a475589-8aa0-29d5-ddb9-a4201a92b1cc-c49bf0e1 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

#w-node-_5689fbe0-8b10-a68a-94c3-5f9537e09e16-c49bf0e1, #w-node-_5689fbe0-8b10-a68a-94c3-5f9537e09e17-c49bf0e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5689fbe0-8b10-a68a-94c3-5f9537e09e18-c49bf0e1 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

#w-node-_1838cfe4-78ff-0045-db51-5551e0623355-c49bf0e1, #w-node-_1838cfe4-78ff-0045-db51-5551e0623356-c49bf0e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1838cfe4-78ff-0045-db51-5551e0623357-c49bf0e1 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

#w-node-_6a44b1e0-bfe4-f06f-e077-eb665b7535f2-c49bf0e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9c0d6ed7-8b3f-d43c-d091-ff3ccf03f916-c49bf0e1, #w-node-_40ebe771-ae3c-f9a7-48e5-5f94c81fd618-c49bf0e1, #w-node-_35e3f73a-20f3-6adc-1f8d-b4707a4320c7-c49bf0e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffd0276b-5c72-b36b-05ec-9a0b50296b0b-50296b06, #w-node-ffd0276b-5c72-b36b-05ec-9a0b50296b0f-50296b06, #w-node-ffd0276b-5c72-b36b-05ec-9a0b50296b15-50296b06, #w-node-ffd0276b-5c72-b36b-05ec-9a0b50296b19-50296b06 {
  place-self: center start;
}

#w-node-_37eba7ed-021a-4d43-36fe-24a952d9ebb7-c62cf89b, #w-node-_37eba7ed-021a-4d43-36fe-24a952d9ebc3-c62cf89b, #w-node-_37eba7ed-021a-4d43-36fe-24a952d9ebc8-c62cf89b, #w-node-_37eba7ed-021a-4d43-36fe-24a952d9ebd0-c62cf89b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_020763a8-96cf-5ef4-6a9d-f86108df321b-c62cf89b, #w-node-_020763a8-96cf-5ef4-6a9d-f86108df3227-c62cf89b, #w-node-_020763a8-96cf-5ef4-6a9d-f86108df322c-c62cf89b, #w-node-_020763a8-96cf-5ef4-6a9d-f86108df3234-c62cf89b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f54fc88e-d6f5-1aa3-98d0-52790c441c3e-bfd55501, #w-node-f54fc88e-d6f5-1aa3-98d0-52790c441c47-bfd55501, #w-node-f54fc88e-d6f5-1aa3-98d0-52790c441c4a-bfd55501, #w-node-f54fc88e-d6f5-1aa3-98d0-52790c441c5a-bfd55501, #w-node-f54fc88e-d6f5-1aa3-98d0-52790c441c52-bfd55501 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6efb764-82e8-fef9-4141-f5f7532678f3-7d7845d7 {
  justify-self: end;
}

#w-node-_7ba1e627-b2d9-99bd-edc1-ee6f6275d161-7d7845d7, #w-node-_595b55df-3940-1680-6cf0-7478cf3652e3-7d7845d7, #w-node-d7849f29-9cec-cec1-22be-96276dd23147-7d7845d7, #w-node-_2138627d-b19c-06e9-6945-d8caecf766e6-7d7845d7, #w-node-f43bd1d9-3e00-a8b1-1981-d984173a149e-7d7845d7, #w-node-e9809fd7-8ee1-e201-75a9-67d72c39cc2b-7d7845d7, #w-node-b79de46e-0910-8c72-6400-46e4bf3f2c18-7d7845d7, #w-node-_095d9cd5-975a-62b9-cc83-126ee16b0dbc-7d7845d7, #w-node-cc879eee-a628-147a-7885-6a111bf51c5a-bfd6fde3, #w-node-_62c6d1a8-ee82-e3e3-51fd-7b3af4e10ff8-bfd6fde3, #w-node-ba988164-9d24-aee2-6fdf-ed67eaef3911-bfd6fde3, #w-node-_191712dd-a1fa-9e19-e5ff-3216b5e805a8-bfd6fde3, #w-node-_191712dd-a1fa-9e19-e5ff-3216b5e805b3-bfd6fde3, #w-node-_191712dd-a1fa-9e19-e5ff-3216b5e805be-bfd6fde3, #w-node-_191712dd-a1fa-9e19-e5ff-3216b5e805c9-bfd6fde3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b208f4a4-91dc-e3fe-3255-c88816928beb-7f8a041e {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_9c0d6ed7-8b3f-d43c-d091-ff3ccf03f916-c49bf0e1, #w-node-_40ebe771-ae3c-f9a7-48e5-5f94c81fd618-c49bf0e1, #w-node-_35e3f73a-20f3-6adc-1f8d-b4707a4320c7-c49bf0e1 {
    grid-row-end: 2;
    grid-column-end: 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d7e38a8c-354f-a6ff-5aac-48f2f370117f-f3701155 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9c0d6ed7-8b3f-d43c-d091-ff3ccf03f916-c49bf0e1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_40ebe771-ae3c-f9a7-48e5-5f94c81fd618-c49bf0e1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_35e3f73a-20f3-6adc-1f8d-b4707a4320c7-c49bf0e1 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Emirates';
  src: url('../fonts/Emirates-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}