@charset "UTF-8";
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Medium.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-SemiBold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Special Gothic";
  src: url("../fonts/SpecialGothic-Regular.woff2") format("woff2"), url("../fonts/SpecialGothic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .mt-50, .mt-55, .mt-60, .mt-65, .mt-70, .mt-75, .mt-80, .mt-85, .mt-90, .mt-95, .mt-100 {
    margin-top: 40px;
  }
  .mb-50, .mb-55, .mb-60, .mb-65, .mb-70, .mb-75, .mb-80, .mb-85, .mb-90, .mb-95, .mb-100 {
    margin-bottom: 40px;
  }
  .pt-50, .pt-55, .pt-60, .pt-65, .pt-70, .pt-75, .pt-80, .pt-85, .pt-90, .pt-95, .pt-100 {
    padding-top: 40px;
  }
  .pb-50, .pb-55, .pb-60, .pb-65, .pb-70, .pb-75, .pb-80, .pb-85, .pb-90, .pb-95, .pb-100 {
    padding-bottom: 40px;
  }
}
body {
  font-family: "Special Gothic", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", sans-serif;
  margin-top: 0px;
  margin-bottom: 25px;
}

h1, .h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #000000;
}
h1 span, .h1 span {
  color: #C8B276;
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

h2, .h2 {
  position: relative;
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  color: #000000;
}
h2 span, .h2 span {
  color: #5C1A2A;
  font-style: italic;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

h3, .h3 {
  font-size: 36px;
  line-height: 41px;
  font-weight: 500;
  color: #000000;
}
h3 span, .h3 span {
  color: #5C1A2A;
  font-style: italic;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #000000;
}
h4 span, .h4 span {
  color: #5C1A2A;
}
@media only screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
}
h5 span, .h5 span {
  color: #5C1A2A;
}
@media only screen and (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
  color: #5C1A2A;
}
a:hover {
  text-decoration: underline;
}

p {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: #000000;
  margin: 0 0 25px 0;
}
p:last-child {
  margin-bottom: 0px;
}

ul {
  padding-left: 15px;
  margin: 15px 0;
}

.btn {
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  padding: 14px 25px;
  border-radius: 0px;
  text-align: center;
  min-width: 125px;
  text-transform: uppercase;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-primary {
  background-color: transparent;
  color: #5C1A2A;
  outline: none;
  border: solid 2px #5C1A2A;
}
.btn.btn-primary:hover {
  background-color: #5C1A2A;
  color: #ffffff;
}
.btn.btn-secondary {
  background-color: #C8B276;
  color: #5C1A2A;
  outline: none;
  border: solid 2px #C8B276;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  color: #C8B276;
}
.btn.btn-blank {
  background-color: #ffffff;
  color: #000000;
  outline: none;
  border: solid 2px #000000;
}
.btn.btn-blank:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-white {
  background-color: transparent;
  color: #ffffff;
  outline: none;
  border: solid 2px #ffffff;
}
.btn.btn-white:hover {
  background-color: #ffffff;
  color: #000000;
}
.btn.btn-black {
  background-color: #000000;
  color: #C8B276;
  outline: none;
  border: solid 2px #000000;
}
.btn.btn-black:hover {
  background-color: #C8B276;
  color: #000000;
  border-color: #C8B276;
}

:root {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}

body {
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}

.container-fluid {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 70px;
}
@media only screen and (max-width: 1025px) {
  .container-fluid {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding: 0 20px;
  }
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 70px;
}
@media only screen and (max-width: 1025px) {
  .container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.nav-shortcuts a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100000;
  padding: 10px 20px;
  font-weight: bold;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  transform: translate3d(-50%, -200%, 0);
}

.wpcf7-response-output {
  margin: 0;
  border: none !important;
  color: #ff0000;
  text-align: center;
  padding: 21px 24px;
  border-radius: 10px;
  font-size: 18px;
}

.screen-reader-response {
  display: none;
}

span .wpcf7-not-valid {
  border-bottom: 3px solid #ff0000 !important;
}

span.wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 14px;
  font-weight: 500;
  display: none !important;
}

div.wpcf7-validation-errors {
  border: 1px solid #f7e700 !important;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450 !important;
  text-align: center !important;
}

.invalid div.wpcf7-response-output {
  margin-top: 10px;
  text-align: center;
  padding: 10px !important;
  color: #ff0000;
  background: #ffffff;
  font-weight: 700;
  border-radius: 0px;
  border-color: #ff0000 !important;
}

.failed div.wpcf7-response-output {
  margin-top: 110px;
  text-align: center;
  padding: 10px !important;
  color: #ff0000;
  background: #ffffff;
  font-weight: 700;
  border-radius: 0.25rem;
}

.reveal-bottom {
  opacity: 0;
  transition: 1s;
  transform: translateY(200px);
}
.reveal-bottom.active {
  opacity: 1;
  transform: translateY(0);
}

.single-post .wrapper {
  padding-top: 70px;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 70px;
  align-items: start;
}
@media only screen and (max-width: 991px) {
  .single-post .wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.single-post .wrapper .meta-info {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #5C1A2A;
}
.single-post .wrapper .meta-info span, .single-post .wrapper .meta-info a, .single-post .wrapper .meta-info time, .single-post .wrapper .meta-info address {
  font-family: "Special Gothic", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #C8B276;
  display: block;
  margin-bottom: 0px;
}
.single-post .wrapper h1 {
  font-size: 45px;
  line-height: 51px;
}
@media only screen and (max-width: 767px) {
  .single-post .wrapper h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.single-post .wrapper .sidebar {
  background-color: #F2F2F2;
  padding: 40px 25px;
}
.single-post .wrapper .sidebar h2 {
  margin-bottom: 25px;
}
.single-post .wrapper .sidebar ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.single-post .wrapper .sidebar ul li a {
  font-size: 20px;
  line-height: 24px;
  display: block;
  color: #000000;
}
.single-post .wrapper .sidebar ul li a:hover {
  text-decoration: underline;
}

.tag-header h1, .category-header h1 {
  text-transform: capitalize;
}

.header {
  background: transparent;
  z-index: 9999;
  position: sticky;
  top: 0;
  transition: all 0.3s;
  width: 100%;
}
.header.dark {
  background: #000000;
}
.header .navigation .inner {
  display: grid;
  grid-template-columns: 290px 1fr 235px;
  gap: 40px;
  align-items: center;
  max-width: 1920px;
  margin: auto;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}
@media only screen and (max-width: 1299px) {
  .header .navigation .inner {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header .navigation .inner .logo {
  margin-right: 20px;
  max-width: 230px;
  transition: all 0.7s;
}
.header .navigation .inner .hamburger {
  border: transparent;
  display: none;
  align-items: center;
  padding: 0;
  background: transparent;
}
@media only screen and (max-width: 1299px) {
  .header .navigation .inner .hamburger {
    display: flex;
    order: 3;
    justify-content: flex-end;
  }
}
.header .navigation .inner .hamburger svg {
  width: 50px;
  height: auto;
  margin: 0;
  fill: #C8B276;
}
.header .navigation .inner .hamburger .line {
  -webkit-transition: -webkit-transform 0.15s ease-in 0.15s, opacity 0ms 0.15s, fill 0.3s, -webkit-transform 0.3s;
  transition: transform 0.15s ease-in 0.15s, opacity 0ms 0.15s, fill 0.3s, transform 0.3s;
  -webkit-transform-origin: center;
  transform-origin: center;
  height: 6px;
}
.header .navigation .inner .hamburger[aria-expanded=true] .line {
  -webkit-transition: -webkit-transform 0.15s ease-in, opacity 0ms 0.15s, fill 0.3s, -webkit-transform 0.3s;
  transition: transform 0.15s ease-in, opacity 0ms 0.15s, fill 0.3s, transform 0.3s;
}
.header .navigation .inner .hamburger[aria-expanded=true] :is(.top, .bottom) {
  -webkit-transform: translateY(48px);
  transform: translateY(48px);
}
.header .navigation .inner .hamburger[aria-expanded=true] .top {
  -webkit-transform: rotate(45deg) translateY(20px);
  transform: rotate(45deg) translateY(20px);
}
.header .navigation .inner .hamburger[aria-expanded=true] .middle {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.header .navigation .inner .hamburger[aria-expanded=true] .bottom {
  -webkit-transform: rotate(-45deg) translateY(-20px);
  transform: rotate(-45deg) translateY(-20px);
}
@media only screen and (max-width: 1299px) {
  .header .navigation .inner .custom-button .btn {
    display: none;
  }
}
.header .navigation .inner .custom-button .mobile-btn {
  width: 50px;
  height: 50px;
  background-color: #C8B276;
  border: none;
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 1299px) {
  .header .navigation .inner .custom-button .mobile-btn {
    display: none;
  }
}
.header .navigation .inner .custom-button .mobile-btn svg {
  margin: 0 auto;
  padding-top: 7px;
}
.header .navigation .inner .custom-button .mobile-btn svg path {
  fill: #ffffff;
}
.header .navigation .inner .header-right .main-nav #main-menu {
  display: flex;
  list-style: none;
  justify-content: end;
  padding: 0;
  margin: 0;
  gap: 40px;
  align-items: center;
}
.header .navigation .inner .header-right .main-nav #main-menu > li {
  position: relative;
  padding: 0 5px;
}
.header .navigation .inner .header-right .main-nav #main-menu > li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 45px 0;
  transition: all 0.7s;
}
@media only screen and (min-width: 1299px) and (max-width: 1499px) {
  .header .navigation .inner .header-right .main-nav #main-menu > li a {
    font-sizE: 12px;
  }
}
.header .navigation .inner .header-right .main-nav #main-menu > li a:hover {
  color: #C8B276;
}
.header .navigation .inner .header-right .main-nav #main-menu > li a:hover:after {
  position: absolute;
  content: "";
  bottom: 40px;
  left: 0;
  right: 0;
  width: 37px;
  height: 2px;
  margin: 0 auto;
  background-color: #C8B276;
}
@media only screen and (max-width: 1299px) {
  .header .navigation .inner .header-right .main-nav #main-menu > li a:hover:after {
    display: none;
  }
}
.header .navigation .inner .header-right .main-nav #main-menu > li a:hover svg path {
  fill: #C8B276;
}
.header .navigation .inner .header-right .main-nav #main-menu > li.current_page_item a {
  color: #C8B276;
  font-weight: bold;
}
.header .navigation .inner .header-right .main-nav #main-menu > li.current_page_item a:after {
  position: absolute;
  content: "";
  bottom: 40px;
  left: 0;
  right: 0;
  width: 37px;
  height: 2px;
  margin: 0 auto;
  background-color: #C8B276;
}
@media only screen and (max-width: 1299px) {
  .header .navigation .inner .header-right .main-nav #main-menu > li.current_page_item a:after {
    display: none;
  }
}
@media only screen and (max-width: 1299px) {
  .header .navigation .inner .header-right .main-nav #main-menu > li.icon a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 20px;
  }
}
.header .navigation .inner .header-right .main-nav #main-menu > li.icon a:hover:after {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .header .navigation .inner .header-right .main-nav #main-menu {
    gap: 25px;
  }
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children {
  cursor: pointer;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children > a {
  padding-right: 20px;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .nav-icon-container {
  position: relative;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .nav-icon-container svg {
  position: absolute;
  cursor: pointer;
  width: 25px;
  right: -24px;
  top: -11px;
  transition: 0.2s;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .nav-icon-container svg path {
  fill: #ffffff;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .menu-item-has-children .nav-icon-container svg {
  transform: rotate(-90deg);
  right: -5px;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu {
  visibility: hidden;
  opacity: 0;
  padding-inline-start: 0;
  transition: visibility 0s, opacity 0.3s;
  position: absolute;
  top: auto;
  background: #5C1A2A;
  padding: 0;
  width: 290px;
  left: 150px;
  transform: translateX(-50%);
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
  display: none;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
  margin: 0;
}
@keyframes growDown {
  0% {
    transform: scaleY(0) translateX(-50%);
  }
  80% {
    transform: scaleY(1.1) translateX(-50%);
  }
  100% {
    transform: scaleY(1) translateX(-50%);
  }
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu .sub-menu {
  left: calc(100% + 144px);
  top: 0;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li {
  list-style: none;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li {
    border-bottom: solid 1px #5C1A2A;
  }
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: left;
  padding: 12px 20px;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li a:hover {
  background-color: #C8B276;
  color: #5C1A2A;
  opacity: 1;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li a:hover:after {
  display: none;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li a svg path {
  fill: #ffffff;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li.current_page_item > a {
  background-color: #5C1A2A;
  color: #ffffff;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children.open > .sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children.open > .nav-icon-container svg {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1299px) {
  .header .navigation .inner .header-right {
    display: block;
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    transform-origin: top center;
    padding: 0;
    display: none;
    background-color: #5C1A2A;
    height: calc(100vh - 91px);
    overflow-y: scroll;
  }
  .header .navigation .inner .header-right.show {
    z-index: 999;
    display: block;
    animation: growDown 300ms ease-in-out;
  }
  @keyframes growDown {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
  }
  .header .navigation .inner .header-right .main-nav #main-menu {
    display: block;
    margin: 0;
    padding: 0;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li {
    padding: 0;
    height: auto;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li a {
    font-size: 18px;
    line-height: 54px;
    color: #ffffff;
    padding: 5px 20px;
    border-bottom: solid 1px #ffffff;
    height: auto;
    display: block;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children a:after {
    display: none;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children .nav-icon-container svg {
    width: 28px;
    right: 0;
    top: -40px;
    transform: rotate(-90deg);
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children .menu-item-has-children .nav-icon-container svg {
    width: 20px;
    top: -22px;
    right: 0px;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children.open > a .nav-icon-container svg {
    transform: rotate(-180deg);
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children.open .sub-menu {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: none;
    z-index: 99;
  }
}
.header.sticky {
  background-color: #000000;
  top: 0;
}
.header.sticky .navigation .inner .logo {
  max-width: 150px;
}
@media only screen and (max-width: 767px) {
  .header.sticky .navigation .inner .header-right.show {
    top: 70px;
    height: calc(100vh - 90px);
  }
}
.header.sticky .navigation .inner .header-right .main-nav #main-menu > li a {
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .header.sticky .navigation .inner .header-right .main-nav #main-menu > li a {
    padding: 5px 20px;
  }
}
.header.sticky .navigation .inner .header-right .main-nav #main-menu > li a:hover:after {
  bottom: 25px;
}
.header.sticky .navigation .inner .header-right .main-nav #main-menu > li.current_page_item > a:after {
  bottom: 25px;
}
.header.sticky .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children > a {
  padding-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .header.sticky .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children > a {
    padding: 5px 20px;
  }
}
.header.sticky.has-topbar {
  transform: translateY(-70px);
}
@media only screen and (max-width: 767px) {
  .header.sticky.has-topbar {
    transform: translateY(-85px);
  }
}

.medical-disclaimer {
  background-color: #F2F2F2;
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .medical-disclaimer {
    padding: 50px 0;
  }
}
.medical-disclaimer .inner {
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
}

.footer {
  position: relative;
  background-color: #5C1A2A;
  border-top: solid 10px #C8B276;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.footer:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.68);
}
.footer .upper-footer {
  position: relative;
  padding: 150px 0 90px;
}
@media only screen and (max-width: 767px) {
  .footer .upper-footer {
    padding: 70px 0;
  }
}
.footer .upper-footer .footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: 540px 1fr 1fr 1fr;
  gap: 90px;
}
@media only screen and (max-width: 1299px) {
  .footer .upper-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .upper-footer .footer-grid {
    grid-template-columns: 1fr;
  }
}
.footer .upper-footer .footer-grid .footer-logo {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .footer .upper-footer .footer-grid .footer-logo {
    margin: 0 auto;
  }
}
.footer .upper-footer .footer-grid .footer-menu strong {
  font-family: "Playfair Display", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .footer .upper-footer .footer-grid .footer-menu strong {
    text-align: center;
  }
}
.footer .upper-footer .footer-grid .footer-menu ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .footer .upper-footer .footer-grid .footer-menu ul {
    text-align: center;
  }
}
.footer .upper-footer .footer-grid .footer-menu ul li {
  list-style: none;
}
.footer .upper-footer .footer-grid .footer-menu ul li a {
  color: #C8B276;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
}
.footer .upper-footer .footer-grid .info strong {
  font-family: "Playfair Display", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .footer .upper-footer .footer-grid .info strong {
    text-align: center;
  }
}
.footer .upper-footer .footer-grid .info .block {
  display: flex;
  gap: 10px;
  align-items: start;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .footer .upper-footer .footer-grid .info .block {
    justify-content: center;
  }
}
.footer .upper-footer .footer-grid .info .block a {
  color: #ffffff;
  font-size: 16px;
}
.footer .upper-footer .footer-grid .info .block svg {
  padding-top: 5px;
  min-width: 17px;
}
.footer .upper-footer .footer-grid .info .block svg path {
  fill: #C8B276;
}
.footer .upper-footer .footer-grid .socials {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: start;
}
@media only screen and (max-width: 767px) {
  .footer .upper-footer .footer-grid .socials {
    justify-content: center;
  }
}
.footer .upper-footer .footer-grid .socials a svg {
  max-width: 45px;
}
.footer .upper-footer .footer-grid .socials a:hover svg path {
  fill: #ffffff;
}
.footer .lower-footer {
  position: relative;
  padding-bottom: 30px;
}
.footer .lower-footer .lower-footer-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
  padding-top: 30px;
}
.footer .lower-footer .lower-footer-grid .menu {
  width: 100%;
}
.footer .lower-footer .lower-footer-grid .menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}
.footer .lower-footer .lower-footer-grid .menu ul li {
  list-style: none;
  position: relative;
}
.footer .lower-footer .lower-footer-grid .menu ul li:not(:last-child):after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
}
.footer .lower-footer .lower-footer-grid .menu ul li a {
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
}
.footer .lower-footer .lower-footer-grid .menu ul li a:hover {
  text-decoration: underline;
}
.footer .lower-footer .lower-footer-grid .copyrights {
  width: 100%;
  text-align: center;
}
.footer .lower-footer .lower-footer-grid .copyrights span {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  margin: 0;
}
.footer .lower-footer .lower-footer-grid .designed-by {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.footer .lower-footer .lower-footer-grid .designed-by span {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .footer .lower-footer .lower-footer-grid {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .footer .lower-footer .lower-footer-grid .menu ul {
    justify-content: center;
  }
  .footer .lower-footer .lower-footer-grid .copyrights {
    text-align: center;
  }
  .footer .lower-footer .lower-footer-grid .designed-by {
    justify-content: center;
  }
}

.hero-section {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  height: 812px;
  margin-top: -120px;
  border-bottom: solid 10px #5C1A2A;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hero-section {
    height: 700px;
  }
}
.hero-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 372px;
  z-index: 1;
}
.hero-section .hero-image {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.hero-section .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-section .container-fluid {
  position: relative;
  height: 100%;
}
.hero-section .hero-wrapper {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  z-index: 2;
  height: calc(100% + 115px);
  display: flex;
  align-items: center;
}
.hero-section .hero-wrapper .hero-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 622px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 120px 90px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-wrapper .hero-caption {
    padding: 90px 25px;
  }
}
.hero-section .hero-wrapper .hero-caption h1, .hero-section .hero-wrapper .hero-caption p {
  color: #ffffff;
}
.hero-section .hero-wrapper .hero-caption .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.hero-section.short {
  height: 617px;
  border-bottom: none;
}
.hero-section.short:before {
  display: none;
}
.hero-section.short .hero-wrapper .hero-caption {
  background-color: transparent;
}

.grid-section.bg {
  background-color: #F2F2F2;
}
.grid-section .grid-wrapper {
  display: grid;
  gap: 20px;
}
.grid-section .grid-wrapper.col-1 {
  grid-template-columns: 1fr;
}
.grid-section .grid-wrapper.col-2 {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 90px;
}
.grid-section .grid-wrapper.col-5-7 {
  grid-template-columns: 5fr 7fr;
  align-items: center;
  gap: 90px;
}
.grid-section .grid-wrapper.col-7-5 {
  grid-template-columns: 7fr 5fr;
  align-items: center;
  gap: 90px;
}
.grid-section .grid-wrapper.col-4-8 {
  grid-template-columns: 4fr 8fr;
  align-items: center;
  gap: 70px;
}
.grid-section .grid-wrapper.col-8-4 {
  grid-template-columns: 8fr 4fr;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1299px) {
  .grid-section .grid-wrapper.col-2, .grid-section .grid-wrapper.col-5-7, .grid-section .grid-wrapper.col-7-5, .grid-section .grid-wrapper.col-4-8, .grid-section .grid-wrapper.col-8-4 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .grid-section .grid-wrapper.col-2 .grid-item:nth-child(2).image-item, .grid-section .grid-wrapper.col-5-7 .grid-item:nth-child(2).image-item, .grid-section .grid-wrapper.col-7-5 .grid-item:nth-child(2).image-item, .grid-section .grid-wrapper.col-4-8 .grid-item:nth-child(2).image-item, .grid-section .grid-wrapper.col-8-4 .grid-item:nth-child(2).image-item {
    order: 1;
  }
  .grid-section .grid-wrapper.col-2 .grid-item:nth-child(1).content-item, .grid-section .grid-wrapper.col-5-7 .grid-item:nth-child(1).content-item, .grid-section .grid-wrapper.col-7-5 .grid-item:nth-child(1).content-item, .grid-section .grid-wrapper.col-4-8 .grid-item:nth-child(1).content-item, .grid-section .grid-wrapper.col-8-4 .grid-item:nth-child(1).content-item {
    order: 2;
  }
}
.grid-section .grid-wrapper .grid-item.short-width {
  max-width: 1150px;
}
.grid-section .grid-wrapper .grid-item.center {
  text-align: center;
  margin: 0 auto;
}
.grid-section .grid-wrapper .grid-item.center .grid-buttons {
  justify-content: center;
}
.grid-section .grid-wrapper .grid-item img {
  max-width: 100%;
  height: auto;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.grid-section .grid-wrapper .grid-item hr {
  border: none;
  border-top: solid 1px rgba(92, 26, 42, 0.23);
  margin: 20px 0 25px;
}
.grid-section .grid-wrapper .grid-item .grid-content p a {
  font-weight: 600;
  text-decoration: underline;
}
.grid-section .grid-wrapper .grid-item .grid-content ul {
  margin: 15px 0 25px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .grid-section .grid-wrapper .grid-item .grid-content ul {
    text-align: left;
  }
}
.grid-section .grid-wrapper .grid-item .grid-content ul.col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px 120px;
}
@media only screen and (max-width: 1199px) {
  .grid-section .grid-wrapper .grid-item .grid-content ul.col-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.grid-section .grid-wrapper .grid-item .grid-content ul li {
  list-style: none;
  position: relative;
}
.grid-section .grid-wrapper .grid-item .grid-content ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: -40px;
  width: 27px;
  height: 27px;
  background-image: url("../assets/images/check-list.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.grid-section .grid-wrapper .grid-item .grid-content ul li h3 {
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .grid-section .grid-wrapper .grid-item .grid-content iframe {
    width: 100%;
    height: 300px;
  }
}
.grid-section .grid-wrapper .grid-item .grid-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .grid-section .grid-wrapper .grid-item.content-item {
    text-align: center;
  }
  .grid-section .grid-wrapper .grid-item.content-item .grid-buttons {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .grid-section .grid-wrapper .grid-item.image-item img {
    margin: 0 auto;
  }
}

.accordion {
  position: relative;
}
.accordion:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background-color: #5C1A2A;
  width: 100%;
  height: 1250px;
  z-index: -2;
}
.accordion:after {
  position: absolute;
  content: "";
  top: 590px;
  left: 0;
  right: 0;
  background-image: url("../assets/images/bg.png");
  width: 100%;
  height: 661px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -1;
}
.accordion .pre {
  position: relative;
  max-width: 1120px;
  margin: 0 auto 70px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .accordion .pre {
    margin-bottom: 30px;
  }
}
.accordion .pre h2 {
  color: #ffffff;
}
.accordion .pre h2 span {
  color: #C8B276;
}
.accordion .pre p {
  color: #ffffff;
}
.accordion .accordion-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media only screen and (max-width: 991px) {
  .accordion .accordion-container {
    grid-template-columns: 1fr;
  }
}
.accordion .accordion-container .accordion-loop {
  position: relative;
  background-color: #F2F2F2;
  padding: 90px 70px 70px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
}
.accordion .accordion-container .accordion-loop:before {
  position: absolute;
  content: "Q";
  top: 10px;
  left: 25px;
  font-family: "Playfair Display", sans-serif;
  font-size: 118px;
  line-height: 135px;
  font-weight: 600;
  letter-spacing: -0.96px;
  color: rgba(200, 178, 118, 0.2);
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-container .accordion-loop:before {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-container .accordion-loop {
    padding: 40px 25px;
  }
}
.accordion .accordion-container .accordion-loop .question {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion .accordion-container .accordion-loop .question:after {
  position: absolute;
  content: "";
  bottom: -45px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(92, 26, 42, 0.25);
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-container .accordion-loop .question:after {
    bottom: -30px;
  }
}
.accordion .accordion-container .accordion-loop .question strong {
  position: relative;
  font-family: "Playfair Display", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #161C25;
  display: flex;
  gap: 20px;
  align-items: center;
}
.accordion .accordion-container .accordion-loop .question .plus {
  font-size: 28px;
  font-weight: 700;
  color: #5C1A2A;
  border: solid 2px #5C1A2A;
  border-radius: 50%;
  width: 32px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 2px;
}
.accordion .accordion-container .accordion-loop .question .minus {
  font-size: 28px;
  font-weight: 700;
  color: #5C1A2A;
  border: solid 2px #5C1A2A;
  border-radius: 50%;
  width: 32px;
  height: 30px;
  text-align: center;
  display: none;
  justify-content: center;
  padding-top: 2px;
}
.accordion .accordion-container .accordion-loop .answer {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s;
  padding-top: 0px;
}
.accordion .accordion-container .accordion-loop .answer p:last-child {
  margin-bottom: 0;
}
.accordion .accordion-container .accordion-loop.expand .question .plus {
  display: none;
}
.accordion .accordion-container .accordion-loop.expand .question .minus {
  display: flex;
}
.accordion .accordion-container .accordion-loop.expand .answer {
  height: 100%;
  overflow: auto;
  visibility: visible;
  padding-top: 75px;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-container .accordion-loop.expand .answer {
    padding-top: 50px;
  }
}

.cta-section {
  position: relative;
  background-color: #ffffff;
}
.cta-section .inner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 90px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cta-section .inner {
    padding: 60px 25px;
  }
}
.cta-section .inner h2, .cta-section .inner h3, .cta-section .inner h4, .cta-section .inner h5, .cta-section .inner p {
  color: #ffffff;
}
.cta-section .inner h2 span {
  color: #C8B276;
}
.cta-section .inner h2 {
  position: relative;
  max-width: 960px;
  margin: 0 auto 40px;
}
.cta-section .inner p {
  position: relative;
  max-width: 960px;
  margin: 0 auto 25px;
}
.cta-section .inner p:last-child {
  margin-bottom: 0;
}
.cta-section .inner p a {
  color: #ffffff;
  text-decoration: underline;
}
.cta-section .inner .cta-buttons {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.cta-section.bg {
  background-color: #5C1A2A;
}

.cpt-section {
  position: relative;
}
.cpt-section.cards-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background-color: #5C1A2A;
  height: 580px;
}
@media only screen and (max-width: 767px) {
  .cpt-section.cards-section:before {
    height: 530px;
  }
}
.cpt-section.cards-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background-image: url("../assets/images/bg.png");
  width: 100%;
  height: 580px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 1;
}
.cpt-section.list-section {
  position: relative;
  background-color: #5C1A2A;
}
.cpt-section.list-section:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../assets/images/bg.png");
  width: 100%;
  height: 661px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 1;
}
.cpt-section.list-section .pre {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 9fr 3fr;
  gap: 30px;
  align-items: start;
  text-align: left;
  max-width: 100%;
}
.cpt-section.list-section .pre .buttons {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .cpt-section.list-section .pre {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  .cpt-section.list-section .pre .buttons {
    text-align: center;
  }
}
.cpt-section .pre {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 767px) {
  .cpt-section .pre {
    margin-bottom: 40px;
  }
}
.cpt-section .pre h2 {
  color: #ffffff;
}
.cpt-section .pre h2 span {
  color: #C8B276;
}
.cpt-section .pre p {
  color: #ffffff;
}
.cpt-section .cards-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.cpt-section .cards-wrapper .card {
  position: relative;
  background-color: #F2F2F2;
  padding: 40px 30px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 335px;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .cpt-section .cards-wrapper .card {
    width: 280px;
    min-height: 260px;
  }
}
.cpt-section .cards-wrapper .card .icon {
  width: 64px;
  height: 64px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .cpt-section .cards-wrapper .card .icon {
    margin-bottom: 40px;
  }
}
.cpt-section .cards-wrapper .card .icon img {
  max-width: 46px;
  height: auto;
  object-fit: cover;
}
.cpt-section .cards-wrapper .card h3 {
  position: relative;
  margin-bottom: 25px;
  color: #5C1A2A;
  font-style: italic;
}
.cpt-section .cards-wrapper .card h3 a {
  font-weight: 500;
}
.cpt-section .cards-wrapper .card p {
  position: relative;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
}
.cpt-section .cards-wrapper .card a {
  display: block;
  margin-top: 20px;
  font-weight: 600;
  text-decoration: underline;
}
.cpt-section .listing-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 90px;
  background-color: rgba(242, 242, 242, 0.25);
  backdrop-filter: blur(7.5px);
  padding: 80px 70px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.cpt-section .listing-wrapper:before {
  position: absolute;
  content: "";
  top: 80px;
  left: 34%;
  bottom: 80px;
  width: 1px;
  height: calc(100% - 160px);
  background-color: rgba(255, 255, 255, 0.6);
}
.cpt-section .listing-wrapper:after {
  position: absolute;
  content: "";
  top: 80px;
  left: 66%;
  bottom: 80px;
  width: 1px;
  height: calc(100% - 160px);
  background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1299px) {
  .cpt-section .listing-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .cpt-section .listing-wrapper:before {
    left: 50%;
  }
  .cpt-section .listing-wrapper:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cpt-section .listing-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .cpt-section .listing-wrapper:before {
    display: none;
  }
  .cpt-section .listing-wrapper {
    padding: 60px 30px;
  }
}
.cpt-section .listing-wrapper.col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 767px) {
  .cpt-section .listing-wrapper.col-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.cpt-section .listing-wrapper.col-2:before {
  left: 50%;
}
.cpt-section .listing-wrapper.col-2:after {
  display: none;
}
.cpt-section .listing-wrapper .list {
  position: relative;
  display: flex;
  gap: 20px;
}
.cpt-section .listing-wrapper .list svg {
  padding-top: 8px;
  min-width: 27px;
  max-width: 27px;
}
.cpt-section .listing-wrapper .list .head {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 30px;
}
.cpt-section .listing-wrapper .list .head .icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #C8B276;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpt-section .listing-wrapper .list .head .icon img {
  max-width: 20px;
  height: auto;
  object-fit: cover;
}
.cpt-section .listing-wrapper .list .head h3 {
  position: relative;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
}
.cpt-section .listing-wrapper .list .text {
  margin-top: 25px;
}
.cpt-section .listing-wrapper .list p {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
}
.cpt-section .listing-wrapper .list h4 {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0px;
  font-style: italic;
}
.cpt-section .listing-wrapper .list h4 a:hover {
  color: #C8B276;
}
.cpt-section .listing-wrapper .list a {
  position: relative;
  color: #ffffff;
  font-weight: bold;
}
.cpt-section .listing-wrapper .list a svg {
  margin-left: 6px;
}
.cpt-section .listing-wrapper .list a svg path {
  fill: #ffffff;
}
.cpt-section .listing-wrapper .list a:hover {
  color: #C8B276;
  text-decoration: none;
}
.cpt-section .listing-wrapper .list a:hover svg {
  animation: move-arrow 2s infinite;
}
@keyframes move-arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
.cpt-section .listing-wrapper.category .list {
  display: block;
}
.cpt-section .listing-wrapper.category .list h3 {
  color: #ffffff;
  margin-bottom: 40px;
}
.cpt-section .listing-wrapper.category .list .cat-listing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.cpt-section .listing-wrapper.category .list .cat-listing .cat-list {
  display: flex;
  gap: 20px;
}

.process {
  position: relative;
  background-color: #5C1A2A;
}
.process:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../assets/images/bg.png");
  width: 100%;
  height: 661px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 1;
}
.process .container-fluid {
  position: relative;
  z-index: 2;
}
.process .pre {
  position: relative;
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 20px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .process .pre {
    grid-template-columns: 1fr;
    margin-bottom: 15px;
    text-align: center;
  }
}
.process .pre h2 {
  color: #ffffff;
}
.process .pre h2 span {
  color: #C8B276;
}
.process .pre p {
  margin-top: 25px;
  color: #ffffff;
  margin-bottom: 0;
}
.process .pre .right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .process .pre .right {
    text-align: center;
  }
}
.process .tabs {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 991px) {
  .process .tabs {
    flex-wrap: wrap;
  }
}
.process .tabs li {
  list-style: none;
  width: 100%;
}
.process .tabs li a {
  background-color: #ffffff;
  width: calc(100% - 40px);
  padding: 32px 20px;
  font-family: "Playfair Display", sans-serif;
  font-size: 26px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .process .tabs li a {
    padding: 15px 20px;
  }
}
.process .tabs li.active a {
  background-color: #C8B276;
  color: #5C1A2A;
}
.process .tabs li:first-child a {
  border-top-left-radius: 38px;
}
@media only screen and (max-width: 767px) {
  .process .tabs li:first-child a {
    border-top-right-radius: 38px;
  }
}
.process .tabs li:last-child a {
  border-top-right-radius: 38px;
}
@media only screen and (max-width: 767px) {
  .process .tabs li:last-child a {
    border-top-right-radius: 0;
    border-bottom-left-radius: 38px;
    border-bottom-right-radius: 38px;
  }
}
.process .tab-content {
  position: relative;
  z-index: 2;
  background-color: rgba(242, 242, 242, 0.25);
  backdrop-filter: blur(7.5px);
  padding: 60px 70px;
  margin-bottom: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .process .tab-content {
    padding: 40px 25px;
  }
}
.process .tab-content h3 {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .process .tab-content h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.process .tab-content h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #F2F2F2;
  opacity: 0.25;
  z-index: 3;
}
.process .tab-content .content {
  display: none;
}
.process .tab-content .content.active {
  display: block;
}
.process .tab-content .content p {
  color: #ffffff;
}
.process .tab-content .content p a {
  color: #ffffff;
  text-decoration: underline;
}
.process .tab-content .content p a:hover {
  color: #C8B276;
}
.process .tab-content .content p ul li a {
  color: #ffffff;
}

.team {
  position: relative;
}
.team .pre {
  position: relative;
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 20px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .team .pre {
    grid-template-columns: 1fr;
    margin-bottom: 15px;
    text-align: center;
  }
}
.team .pre h2 {
  margin-bottom: 0;
}
.team .pre .right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .team .pre .right {
    text-align: center;
  }
}
.team .swiper-slider {
  position: relative;
}
.team .swiper-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}
.team .swiper-slider .swiper-slide img {
  width: 100%;
  height: 501px;
  object-fit: cover;
  border-top-left-radius: 50px;
}
@media only screen and (max-width: 991px) {
  .team .swiper-slider .swiper-slide img {
    height: 450px;
  }
}
.team .swiper-slider .swiper-slide .caption {
  padding: 30px 20px;
  text-align: center;
  background-color: #5C1A2A;
  min-height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team .swiper-slider .swiper-slide .caption h3 {
  color: #ffffff;
  margin: 0 0 10px;
}
.team .swiper-slider .swiper-slide .caption span {
  font-family: "Playfair Display", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  font-style: italic;
  color: #C8B276;
}
.team .slider-arrows {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}
.team .slider-arrows .swiper-button-next, .team .slider-arrows .swiper-button-prev {
  position: relative;
  margin: 0;
  left: 0;
  right: 0;
  width: 36px;
  height: 35px;
  min-width: 36px;
  min-height: 36px;
  opacity: 1;
}
.team .slider-arrows .swiper-button-next:after, .team .slider-arrows .swiper-button-prev:after {
  display: none;
}

.contact-section .contact-area {
  position: relative;
}
.contact-section .contact-area .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 90px;
}
.contact-section .contact-area .wrapper.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 991px) {
  .contact-section .contact-area .wrapper.col-2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.contact-section .contact-area .wrapper.col-1 .contact-form {
  margin: 0 auto;
}
.contact-section .contact-area .wrapper .contact-form {
  background-color: #ffffff;
  padding: 70px 50px;
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  max-width: 700px;
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-area .wrapper .contact-form {
    padding: 50px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-area .wrapper .contact-form h2 {
    text-align: center;
  }
}
.contact-section .contact-area .wrapper .contact-form p {
  margin-bottom: 0px;
}
.contact-section .contact-area .wrapper .contact-form label {
  color: #C8B276;
}
.contact-section .contact-area .wrapper .contact-form label.hide {
  position: absolute;
  content: "";
  opacity: 0;
  z-index: -999;
}
.contact-section .contact-area .wrapper .contact-form input:not([type=submit]), .contact-section .contact-area .wrapper .contact-form select {
  width: calc(100% - 30px);
  height: auto;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #C8B276;
  background-color: transparent;
  border: none;
  outline: none;
  margin-bottom: 40px;
  border: none;
  border-bottom: solid 1px rgba(141, 178, 148, 0.46);
}
.contact-section .contact-area .wrapper .contact-form textarea {
  max-width: calc(100% - 30px);
  min-width: calc(100% - 30px);
  width: calc(100% - 30px);
  height: 200px;
  padding: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #C8B276;
  background-color: transparent;
  border: solid 1px rgba(141, 178, 148, 0.46);
  outline: none;
}
.contact-section .contact-area .wrapper .contact-form ::placeholder {
  color: #C8B276;
}
.contact-section .contact-area .wrapper .contact-form input[type=submit] {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-area .wrapper .contact-form input[type=submit] {
    display: flex;
    width: 170px;
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section .contact-area .wrapper .contact-content {
    text-align: center;
  }
}
.contact-section .contact-area .wrapper .contact-content ul {
  margin: 0 0 25px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 60px;
}
.contact-section .contact-area .wrapper .contact-content ul li {
  list-style: none;
}
.contact-section .contact-area .wrapper .contact-content p {
  margin-bottom: 25px;
}

.reviews {
  position: relative;
}
.reviews .pre {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 767px) {
  .reviews .pre {
    margin-bottom: 30px;
  }
}

.sitemap-section ul {
  margin: 15px 0 25px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sitemap-section ul li {
  list-style: none;
  position: relative;
}
.sitemap-section ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: -40px;
  width: 27px;
  height: 27px;
  background-image: url("../assets/images/check-list.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.lastreview .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 1199px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lastreview .wrapper {
    gap: 15px;
  }
}
.lastreview .wrapper .icon {
  width: 43px;
  height: 43px;
  border: solid 1px #5C1A2A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lastreview .wrapper .icon svg {
  width: 21px;
  height: 16px;
}
.lastreview .wrapper .icon svg path {
  fill: #5C1A2A;
}
.lastreview .wrapper .content {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .lastreview .wrapper .content {
    text-align: center;
  }
}
.lastreview .wrapper .content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #858585;
}
.lastreview .wrapper .content p a {
  color: #5C1A2A;
  text-decoration: underline;
}

.blog-posts-block .pre {
  max-width: 1250px;
  margin: 0 auto 40px;
  text-align: center;
}
.blog-posts-block .posts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .blog-posts-block .posts-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .blog-posts-block .posts-grid {
    grid-template-columns: 1fr;
  }
}
.blog-posts-block .posts-grid .block {
  background-color: #F2F2F2;
  position: relative;
}
.blog-posts-block .posts-grid .block img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  object-position: top;
}
.blog-posts-block .posts-grid .block .caption {
  padding: 20px 20px 80px;
}
.blog-posts-block .posts-grid .block .caption .meta {
  margin-bottom: 10px;
}
.blog-posts-block .posts-grid .block .caption .meta strong {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  margin: 0 5px 0 0;
}
.blog-posts-block .posts-grid .block .caption .meta span {
  position: relative;
  color: #5C1A2A;
  display: inline-block;
}
.blog-posts-block .posts-grid .block .caption .meta span a {
  color: #5C1A2A;
  font-weight: 500;
}
.blog-posts-block .posts-grid .block .caption strong {
  margin: 15px 0;
  font-size: 24px;
  line-height: 28px;
  display: block;
}
.blog-posts-block .posts-grid .block .caption p {
  font-size: 18px;
  line-height: 28px;
}
.blog-posts-block .posts-grid .block .caption .btn {
  padding: 10px 20px;
  min-width: 100px;
  position: absolute;
  bottom: 20px;
}
.blog-posts-block .blog-pagination {
  margin-top: 70px;
  text-align: center;
}
.blog-posts-block .blog-pagination .page-numbers {
  width: 30px;
  height: 30px;
  border: solid 1px #5C1A2A;
  color: #5C1A2A;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
}
.blog-posts-block .blog-pagination .page-numbers.current {
  background-color: #5C1A2A;
  color: #ffffff;
}
.blog-posts-block .blog-pagination .page-numbers.dots {
  border: none;
}

.grid-blocks {
  position: relative;
}
.grid-blocks .pre {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 70px;
}
.grid-blocks .grid-blocks-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .grid-blocks .grid-blocks-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .grid-blocks .grid-blocks-wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.grid-blocks .grid-blocks-wrapper .block {
  background-color: #F2F2F2;
  padding: 40px 25px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.grid-blocks .grid-blocks-wrapper .block iframe, .grid-blocks .grid-blocks-wrapper .block img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .grid-blocks .grid-blocks-wrapper .block iframe, .grid-blocks .grid-blocks-wrapper .block img {
    height: 230px;
  }
}

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