@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  background-repeat: no-repeat;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -webkit-tap-highlight-color: transparent;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * 1. Fill the viewport block in all browsers (opinionated).
 * 2. Remove the margin in all browsers (opinionated).
 */
:where(body) {
  block-size: -moz-available;
  /* 1 */
  block-size: -webkit-fill-available;
  /* 1 */
  block-size: stretch;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

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

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0;
  /* 1 */
  resize: vertical;
  /* 3 */
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

h1, h2, h3, h4, p {
  margin-block-start: 0;
  margin-block-end: 0;
}

/**************** Container ***************/
/*************** Section *****************/
/******************** Hover, Shadow, andere... *********************/
@font-face {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 1 1000;
  font-display: swap;
  src: url("../font/sofia_sans.woff2") format("woff2");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 1 1000;
  font-display: swap;
  src: url("../font/work_sans.woff2") format("woff2");
}
/************** Schriftgrößen ************/
h1,
.h1 {
  font-size: 4rem;
  line-height: 4.2rem;
}
@media (max-width: 1440px) {
  h1,
.h1 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}

h2,
.h2 {
  font-size: 3rem;
  line-height: 3.2rem;
}
@media (max-width: 1440px) {
  h2,
.h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

h3,
.h3 {
  font-size: 2rem;
  line-height: 2.2rem;
}
@media (max-width: 1440px) {
  h3,
.h3 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
}

h4,
.h4 {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
@media (max-width: 1440px) {
  h4,
.h4 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

html {
  font-family: "Sofia Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #222;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
}

section {
  padding: 4rem 0;
}
section:first-of-type {
  padding-top: calc(77px + 4rem);
}
@media (max-width: 767px) {
  section {
    padding: 3rem 0 !important;
  }
  section:first-of-type {
    padding-top: calc(77px + 3rem) !important;
  }
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 1rem;
  }
}

.tagline {
  color: #141414c7;
  text-transform: uppercase;
}

.tagline-v2 {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(246, 215, 122, 0.32);
  background: rgba(246, 215, 122, 0.1);
  color: rgba(246, 215, 122, 0.95);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.tagline-v3 {
  border-color: rgba(20, 20, 20, 0.16);
  background: rgba(20, 20, 20, 0.04);
  color: rgba(20, 20, 20, 0.78);
}

.star {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: #a97834;
  transform: translateY(-0.5px);
  opacity: 0.98;
}

.star-big {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
}

.tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  color: #141414c7;
  font-size: 1rem;
  margin-top: 6px;
}
.tags span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.05);
  border: 1px solid rgba(20, 20, 20, 0.06);
}

.btn {
  background: transparent;
  border: 1px solid rgba(20, 20, 20, 0.18);
  box-shadow: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: #222;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  position: relative;
  isolation: isolate;
  text-decoration: unset;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #222;
  color: #fff;
}

.btn-gradient {
  position: relative;
  background-image: linear-gradient(135deg, #f6d77a 0%, #d8aa4f 30%, #f6c8ad 68%, #79d7d5 100%);
  border: unset;
}
.btn-gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: linear-gradient(135deg, #79d7d5 0%, #f6c8ad 32%, #d8aa4f 70%, #f6d77a 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.btn-gradient:hover {
  color: #222 !important;
}
.btn-gradient:hover::after {
  opacity: 1;
}

.light-btn {
  margin-top: 10px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 1rem;
  color: rgba(20, 20, 20, 0.7);
  border-bottom: 1px solid rgba(20, 20, 20, 0.18);
  padding-bottom: 2px;
  text-decoration: unset;
}

.fade-in {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.text-block a {
  color: #222;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  top: 0;
  z-index: 40;
  background: rgba(244, 239, 233, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  padding: 1rem 0;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logos {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header__logo {
  display: block;
  height: 34px;
}
.header__logo img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: auto;
}
.header__star svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: #a97834;
  transform: translateY(-0.5px);
  opacity: 0.98;
}
.header__star span {
  color: #a97834;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  position: relative;
}
.header__social {
  display: flex;
  gap: 1.2rem;
}
.header__social a {
  width: 32px;
  height: 32px;
  display: block;
  transition: all 0.3s ease;
}
.header__social a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: all 0.3s ease;
}
.header__social a:hover img {
  transform: scale(1.05);
}
.header__burger {
  width: 40px;
  height: 40px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  flex: 0 0 auto;
}
.header__burger span {
  display: block;
  height: 1px;
  background: #a97834;
  border-radius: 999px;
  transition: transform 0.22s ease, width 0.22s ease, opacity 0.22s ease;
  transform-origin: center;
}
.header__burger span:first-child {
  width: 30px;
}
.header__burger span:last-child {
  width: 25px;
  margin-left: 4px;
}
.header__nav {
  position: absolute;
  right: 0;
  top: 0;
  position: absolute;
  top: calc(100% + 30px);
  right: 0;
  min-width: 210px;
  padding: 0px 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.header__nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 244, 239, 0.98);
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  z-index: -1;
}
.header__nav ul {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.header__nav ul li a {
  color: #222;
  text-decoration: none;
  padding: 6px 12px;
  display: block;
  border-radius: 10px;
}
.header__nav ul li a:hover {
  background: rgba(20, 20, 20, 0.05);
}
.header__nav .header__social {
  display: none;
}
.header__nav .header__star {
  display: none;
}

.nav-active {
  opacity: 1;
  visibility: visible;
}
.nav-active .header__burger {
  gap: 0;
}
.nav-active .header__burger span:first-child {
  transform: translateY(1.5px) rotate(45deg);
}
.nav-active .header__burger span:last-child {
  transform: rotate(-45deg);
  margin-left: 0;
  width: 30px;
}
.nav-active .header__nav {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 980px) {
  .header__logos {
    gap: 1rem;
  }
  .header__menu {
    gap: 0.8rem;
  }
}
@media (max-width: 767px) {
  .header__menu .header__star {
    display: none;
  }
  .header__menu .header__social {
    display: none;
  }

  .nav-active .header__nav .header__star {
    display: block;
    margin-bottom: 0.5rem;
  }
  .nav-active .header__nav .header__social {
    display: flex;
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .header__logo {
    height: 24px;
  }
}
@media (max-width: 325px) {
  .header__logo {
    height: 20px;
  }
}
.hero {
  padding: 4rem 0;
  background: radial-gradient(1200px 600px at 70% 10%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 56%), radial-gradient(900px 520px at 15% 0%, rgba(121, 215, 213, 0.15) 0%, rgba(121, 215, 213, 0) 60%), linear-gradient(180deg, #f4efe9 0%, #efe7df 100%);
}
.hero .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
}
.hero__left {
  height: 100%;
}
.hero__left .card {
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
  height: 100%;
}
.hero__left .card__contetn {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.hero__left .card .tagline {
  margin-bottom: 0.5rem;
}
.hero__left .card h2 {
  margin-bottom: 1rem;
}
.hero__left .card__text {
  margin-bottom: 1rem;
}
.hero__left .card .tags {
  margin-bottom: 1rem;
}
.hero__left .card__btns {
  display: flex;
  gap: 12px;
}
.hero__right .card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
.hero__right .card:hover .card__image img {
  transform: scale(1.05);
}
.hero__right .card__image {
  overflow: hidden;
}
.hero__right .card__image img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__right .card__contetn {
  padding: 2rem 1rem 1rem 1rem;
  position: relative;
  margin-bottom: 1rem;
}
.hero__right .card__contetn::after {
  content: "";
  display: block;
  width: 160px;
  height: 3px;
  border-radius: 999px;
  margin-top: 1rem;
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.1) 0%, rgba(20, 20, 20, 0.18) 45%, rgba(20, 20, 20, 0) 100%);
}
.hero__right .card__contetn h3 {
  margin-bottom: 1rem;
}

@media (max-width: 1200px) {
  .hero .container {
    gap: 1rem;
  }
}
@media (max-width: 980px) {
  .hero .container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .hero__left .card {
    padding: 1.5rem 1rem;
  }
  .hero__left .card__btns {
    flex-wrap: wrap;
  }
  .hero__right .card__contetn {
    padding: 1rem;
  }
}
.threeColCards {
  background-color: #f4efe9;
}
.threeColCards h2 {
  margin-bottom: 2rem;
}
.threeColCards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.threeColCards .card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: unset;
  color: #222;
  cursor: pointer;
}
.threeColCards .card:hover .card__image img {
  transform: scale(1.05);
}
.threeColCards .card__image {
  overflow: hidden;
}
.threeColCards .card__image img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.threeColCards .card__contetn {
  padding: 1rem;
  padding-bottom: 2rem;
}
.threeColCards .card__contetn h4 {
  margin-bottom: 0.2rem;
  margin-top: 0.5rem;
}
.threeColCards .card__contetn p {
  color: #141414c7;
}

@media (max-width: 1200px) {
  .threeColCards__grid {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .threeColCards__grid {
    grid-template-columns: 1fr;
  }
}
.twoCol {
  background: radial-gradient(1200px 600px at 20% 0%, rgba(246, 215, 122, 0.22) 0%, rgba(246, 215, 122, 0) 55%), radial-gradient(1000px 520px at 80% 10%, rgba(121, 215, 213, 0.12) 0%, rgba(121, 215, 213, 0) 60%), linear-gradient(180deg, #0a0b10 0%, #11121a 100%);
  color: #fff;
  overflow-x: hidden;
}
.twoCol .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  align-items: center;
}
.twoCol__left h2 {
  margin-bottom: 1rem;
}
.twoCol__left p {
  color: rgba(255, 255, 255, 0.8);
}
.twoCol__left p strong {
  color: #fff;
}
.twoCol__right .card-basic {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
  padding: 2rem;
  border-radius: 1rem;
}
.twoCol__right .card-basic h3 {
  color: #a97834;
  margin-bottom: 1rem;
}
.twoCol .slider {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 7rem;
  margin-bottom: 3rem;
}
.twoCol .slider__cta a {
  padding: 0.5rem 2rem;
  background-color: #fff;
}
.twoCol .slider__cta a:hover {
  background-color: #a97834;
  color: #fff;
}
.twoCol .slider__row {
  width: 100%;
}
.twoCol .slider__track {
  display: flex;
  width: max-content;
  gap: 6rem;
}
.twoCol .slider__item {
  position: relative;
  font-size: 92px;
  font-weight: 700;
  width: max-content;
  cursor: default;
  opacity: 0.4;
}
.twoCol .slider__item img {
  height: 300px;
  border-radius: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.twoCol .slider__item:hover {
  color: #a97834;
  opacity: 1;
}
.twoCol .slider__item:hover img {
  opacity: 1;
}

.slider__top .slider__track {
  animation: scroll-left 40s linear infinite;
}

.slider__bottom .slider__track {
  animation: scroll-right 40s linear infinite;
}

.slider__row:has(.slider__item:hover) .slider__track {
  animation-play-state: paused;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.twoCol-v2 {
  background: radial-gradient(1000px 560px at 20% 15%, rgba(246, 215, 122, 0.2) 0%, rgba(246, 215, 122, 0) 60%), radial-gradient(900px 560px at 80% 10%, rgba(121, 215, 213, 0.14) 0%, rgba(121, 215, 213, 0) 55%), linear-gradient(180deg, #f4efe9 0%, #efe7df 100%);
  color: #222;
}
.twoCol-v2 .quote {
  border-left: 3px solid rgba(20, 20, 20, 0.22);
  padding-left: 16px;
  margin-bottom: 1.2rem;
  color: #222;
}
.twoCol-v2 .quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #141414c7;
  margin-bottom: 1.2rem;
}
.twoCol-v2 .quote p {
  color: #222;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.twoCol-v2 .btn {
  border: 1px solid rgba(20, 20, 20, 0.18);
  background-color: transparent;
}
.twoCol-v2 .btn:hover {
  background-color: #222;
  color: #fff;
}
.twoCol-v2 .card {
  background-color: transparent;
  border-radius: 1rem;
  background: rgba(244, 239, 233, 0.86);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.twoCol-v2 .card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twoCol-v2 .card__contetn {
  padding: 1rem;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
}
.twoCol-v2 .card__contetn h3 {
  padding-bottom: 0.5rem;
}

.twoCol-v3 {
  background: radial-gradient(1000px 520px at 20% 10%, rgba(246, 215, 122, 0.18) 0%, rgba(246, 215, 122, 0) 55%), radial-gradient(900px 520px at 80% 10%, rgba(121, 215, 213, 0.1) 0%, rgba(121, 215, 213, 0) 60%), linear-gradient(180deg, #07080c 0%, #0e1018 100%);
  color: #fff;
}
.twoCol-v3 .btn {
  margin-top: 1.2rem;
}
.twoCol-v3 .card {
  border: 1px solid rgba(246, 215, 122, 0.22);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}
.twoCol-v3 .card:hover .card__img img {
  transform: scale(1.05);
}
.twoCol-v3 .card__img {
  height: 400px;
  overflow: hidden;
}
.twoCol-v3 .card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

@media (max-width: 1200px) {
  .twoCol .container {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .twoCol .container {
    grid-template-columns: 1fr;
  }
  .twoCol__right .card-basic {
    padding: 1.5rem 1rem;
  }
  .twoCol .slider {
    gap: 4rem;
  }
  .twoCol .slider__item {
    font-size: 50px;
  }
  .twoCol .slider__item img {
    width: 240px;
    height: 170px;
  }
}
.footer {
  background: radial-gradient(1000px 520px at 18% 0%, rgba(246, 215, 122, 0.14) 0%, rgba(246, 215, 122, 0) 58%), radial-gradient(900px 520px at 82% 10%, rgba(121, 215, 213, 0.08) 0%, rgba(121, 215, 213, 0) 62%), linear-gradient(180deg, #07080c 0%, #0b0b10 100%);
  color: rgba(255, 255, 255, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer__top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  align-items: flex-start;
  padding: 3rem 0;
  padding-bottom: 2rem;
}
.footer .tagline {
  color: rgba(255, 255, 255, 0.52);
  margin-bottom: 0.6rem !important;
  display: block;
}
.footer p {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.72);
}
.footer p strong {
  color: #fff;
}
.footer__col h3 {
  margin-bottom: 1rem;
}
.footer__col .footer__location {
  color: rgba(255, 255, 255, 0.58);
  margin-bottom: 0;
}
.footer__btp-info {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.footer__btp-info img {
  width: 58px;
  max-width: 58px;
  height: auto;
  display: block;
  flex: 0 0 58px;
  object-fit: contain;
  opacity: 0.92;
  filter: brightness(0) invert(1);
}
.footer__contact .footer__email {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer__contact .footer__email:hover {
  border-color: #a97834;
  color: #a97834;
}
.footer__contact .footer__email:hover .external-link-icon {
  fill: #a97834;
}
.footer__contact .footer__email .footer-mail-arrow {
  font-size: 0.95em;
  transform: translateY(-1px);
}
.footer__contact .footer__email .external-link-icon {
  width: 25px;
  height: 25px;
  fill: #fff;
  transition: fill 0.3s ease;
}
.footer__contact ul {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}
.footer__contact ul li {
  list-style: none;
}
.footer__contact ul li a {
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 2px;
  transition: all 0.3s ease;
}
.footer__contact ul li a:hover {
  color: #fff;
  border-color: #fff;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.2rem 0;
  display: flex;
  justify-content: flex-end;
}
.footer__bottom a {
  color: #a97834;
  text-decoration: none;
  border-bottom: 1px solid rgba(246, 215, 122, 0.46);
  padding-bottom: 2px;
  transition: all 0.3s ease;
}
.footer__bottom a:hover {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 980px) {
  .footer__top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer__bottom {
    justify-content: flex-start;
  }
}

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