@import "base.css";
@import "fonts.css";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&display=swap");
:root {
  --content-width: 1260px;
  --font-arial: Arial, Helvetica, sans-serif;
  --color-primary: #e00327;
  --color-secondary: #e00327;
  --color-black: #333333;
  --color-gray: #cccccc;
  --text-line-height: 1.8em;
  --font-family: "Cormorant Infant", serif;
  --font-tc: "SVN-Mightiest";
  --body-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
  font-family: var(--font-family);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea,
select {
  width: 100%;
  border: solid 1px #999999;
  padding: 10px;
}

textarea {
  resize: vertical;
}

::placeholder {
  opacity: 0.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

a {
  color: var(--color-primary);
  font-family: var(--font-family);
  transition: all 0.2s;
}

select {
  visibility: visible !important;
}

[href^="tel:"] {
  word-break: keep-all;
  white-space: nowrap;
}

img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
  object-fit: cover;
}

table {
  width: 100%;
}

p {
  margin-bottom: 1.85em;
  line-height: 1.8em;
}

p:last-child {
  margin-bottom: 0;
}

button {
  cursor: pointer;
  border: solid 1px #333;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

*,
::before,
::after {
  box-sizing: border-box;
  outline: none;
}

/*==========================================================================*/
/*                              G L O B A L                                 */
/*==========================================================================*/
html {
  background: #f4f1ec;
}

body {
  min-width: 320px;
  -webkit-text-size-adjust: none;
  color: var(--body-color);
  font-family: "FatFrank";
}

#wrapper {
  margin: 0 auto;
  overflow: hidden;
}

.inner {
  width: var(--content-width);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*==========================================================================*/
/*             W O R D P R E S S   U S E R   L O G G E D   I N              */
/*==========================================================================*/
.customize-support header {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  .customize-support header {
    margin-top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  .customize-support header {
    margin-top: 0px !important;
  }
}
#wpadminbar .show-template-name,
#wpadminbar .hover .show-template-name {
  text-shadow: none;
}

#wpadminbar #wp-admin-bar-included_files_path .ab-item {
  height: auto;
  padding-bottom: 1rem;
}

#wpadminbar #wp-admin-bar-included_files_path .ab-item div {
  font-family: monospace;
  text-shadow: none;
  color: #fff;
}

#wpadminbar .hover .show-template-name:hover {
  color: #2ea2cc;
}

#wpadminbar #wp-admin-bar-included_files_path .ab-item #included-files-list li {
  line-height: 1.5;
}

#wpadminbar #wp-admin-bar-included_files_path .ab-item #included-files-list li:hover {
  color: #2ea2cc;
}

#wpadminbar #included-files-list {
  margin-left: 20px;
}

#wp-admin-bar-show_template_file_name_on_top-default {
  max-height: 90vh;
  overflow-x: hidden;
}

#included-files-fie-on-wp-footer {
  display: none;
}

#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo {
  display: inline-block !important;
  height: 23px !important;
  transform: translateY(6px);
}

body#tinymce {
  margin: 15px;
}

@font-face {
  font-family: "SVN-Mightiest";
  src: url("/fonts/SVN-Mightiest-Regular.woff2") format("woff2"), url("/fonts/SVN-Mightiest-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*==========================================================================*/
/*                           U T I L I T I E S                              */
/*==========================================================================*/
.mb-0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.w0 {
  width: 0%;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

#menu-toggle {
  width: 40px;
  height: 40px;
  --h-nav: 3px;
  --cl-nav: var(--color-primary);
  position: relative;
  z-index: 100;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
#menu-toggle > span {
  display: block;
  position: relative;
  width: 80%;
  height: var(--h-nav);
  background: var(--cl-nav);
  opacity: 1;
  left: 10%;
  top: 50%;
  border-radius: 2px;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
#menu-toggle > span::before, #menu-toggle > span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: var(--h-nav);
  background-color: var(--cl-nav);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  left: 0;
}
#menu-toggle > span::before {
  top: -10px;
}
#menu-toggle > span::after {
  top: 10px;
}
#menu-toggle.open {
  transform: rotate(90deg);
}
#menu-toggle.open > span {
  background-color: transparent !important;
}
#menu-toggle.open > span::before, #menu-toggle.open > span::after {
  top: 0;
}
#menu-toggle.open > span::before {
  transform: translateY(0) rotate(-45deg);
}
#menu-toggle.open > span::after {
  transform: translateY(0) rotate(45deg);
}

.to-top {
  position: fixed;
  right: 0;
  bottom: 0;
  transition: all 0.2s;
  transform-origin: 50% 100%;
  opacity: 0;
  visibility: hidden;
}
.to-top > a {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 0px;
  text-decoration: none;
}
.to-top > a:before {
  --size: 14px;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: var(--size);
  height: var(--size);
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotateZ(-45deg);
  left: calc(50% - var(--size) / 2);
  top: calc(56% - var(--size) / 2);
}
.to-top.show {
  opacity: 1;
  visibility: visible;
}

.d-flex {
  display: flex;
}

.d-flex-column {
  display: flex;
  flex-direction: column;
}

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

.flex-center-all {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.text-large {
  font-size: 130%;
}

.text-small {
  font-size: 80%;
}

.text-red {
  color: #f00;
}

img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

[data-tab],
.accordion-button {
  cursor: pointer;
}

/*==========================================================================*/
/*                              H E A D E R                                 */
/*==========================================================================*/
header {
  position: fixed;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  background-color: #edeae5;
  z-index: 99;
  height: auto;
}

.iHeader {
  position: relative;
  background-color: rgba(255, 249, 249, 0.1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}
.iHeader.scroll {
  flex-direction: row;
  height: 70px;
  padding: 10px 40px;
  transition: flex-direction 0.3s ease-in-out;
}
.iHeader.scroll .iHeader--logo {
  height: 100%;
  padding: 0 0;
  justify-content: flex-start;
  width: fit-content;
}
.iHeader.scroll .iHeader--menu {
  height: 100%;
  background-color: transparent;
  padding: 0 0;
  width: fit-content;
}
.iHeader.scroll .iHeader--menu ul li {
  min-width: auto;
}
.iHeader.scroll .iHeader--menu ul li.active a {
  color: #ce1b0d;
}
.iHeader--logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding: 10px 10px 10px;
}
.iHeader--logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: fit-content;
}
.iHeader--logo img {
  height: 100%;
}
.iHeader--menu {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #ce1b0d;
  justify-content: center;
  padding: 10px 20px;
}
.iHeader--menu ul {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.iHeader--menu ul li {
  position: relative;
  min-width: 200px;
  text-align: center;
}
.iHeader--menu ul li.active a {
  color: #fff;
}
.iHeader--menu ul li a {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  font-family: var(--font-kaizen);
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #000;
  width: 100%;
}
.iHeader--menu ul li a:hover {
  color: #e8da5d;
}
.iHeader--hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  display: none;
}

.hamburger {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: 34px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hamburger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.125em;
  border-radius: 0.125em;
  background: #fff;
  transition: inherit;
}
.hamburger-line:nth-child(1) {
  top: 0.125em;
}
.hamburger.is-active .hamburger-line:nth-child(1), .w-nav-button.w--open .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotateZ(-135deg);
}
.hamburger-line:nth-child(2) {
  top: 0.438em;
}
.hamburger.is-active .hamburger-line:nth-child(2), .w-nav-button.w--open .hamburger-line:nth-child(2) {
  right: 50%;
  width: 0;
}
.hamburger-line:nth-child(3) {
  top: 0.75em;
  width: 0.625em;
}
.hamburger.is-active .hamburger-line:nth-child(3), .w-nav-button.w--open .hamburger-line:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotateZ(135deg);
}

/*==========================================================================*/
/*                         M A I N   V I S U A L                            */
/*==========================================================================*/
/*==========================================================================*/
/*                                M A I N                                   */
/*==========================================================================*/
.sp320,
.sp375,
.sp425 {
  display: none;
}

::-webkit-scrollbar {
  display: none;
}

.mainBanner {
  position: relative;
}
.mainBanner--img {
  position: relative;
}
.mainBanner--img img {
  width: 100%;
}
.mainBanner--content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 21.09375vw;
  text-align: center;
}
.mainBanner--content h1,
.mainBanner--content h2 {
  position: relative;
}
.mainBanner--content h1 {
  font-weight: 400;
  font-size: 9.6354166667vw;
  line-height: 1em;
  color: #fff;
  font-family: var(--font-tc);
  display: block;
  white-space: nowrap;
  margin-bottom: 0.4108108108em;
}
.mainBanner--content h2 {
  font-weight: 700;
  font-size: 2.6041666667vw;
  line-height: 0.48em;
  letter-spacing: 2%;
  text-align: center;
  color: #fff;
  font-family: var(--font-family);
}

.linkfull {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  cursor: pointer;
  left: 0;
}

.--wrap {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.--padding {
  padding: 80px 0;
}

.countDown {
  position: relative;
  padding: 70px 0 73px;
}
.countDown--title {
  position: relative;
  font-family: var(--font-tc);
  font-weight: 400;
  font-size: 4.0625vw;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #8f775b;
  text-align: center;
}
.countDown--time {
  position: relative;
  display: flex;
  gap: 3.125vw;
  justify-content: center;
}
.countDown--time dl {
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: var(--font-family);
  gap: 20px;
  min-width: 100px;
  text-align: center;
}
.countDown--time dl dt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 3.75vw;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #2b241b;
}
.countDown--time dl dd {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.875vw;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8f775b;
}

.monthTime {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 60px;
}
.monthTime .countDown--title {
  margin-bottom: 0.358974359em;
}
.monthTime--calendar {
  position: relative;
  display: flex;
  flex-direction: column;
}
.monthTime--calendar .rows {
  position: relative;
  display: flex;
}
.monthTime--calendar .rows span {
  position: relative;
  width: 4em;
  height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: max(1.5625vw, 20px);
  text-align: center;
  vertical-align: middle;
  color: #2b241b;
  z-index: 1;
}
.monthTime--calendar .rows span.heart {
  color: #fff !important;
}
.monthTime--calendar .rows span i {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3em;
  height: 3.2em;
}
.monthTime--calendar .rows span i img {
  width: 100%;
  height: 100%;
}
.monthTime--calendar .rows.monthTime--week span {
  color: #8f775b !important;
}

.chapter {
  position: relative;
  padding: 0 0;
}
.chapter::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/flowers001.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 25vw;
  top: -10%;
  left: 0;
}
.chapter--wrap {
  position: relative;
  display: flex;
  gap: 50px;
  max-width: 87.7604166667vw;
  margin: 0 auto;
  align-items: center;
}
.chapter--content {
  position: relative;
  width: 550px;
}
.chapter--content h4 {
  position: relative;
  font-family: var(--font-tc);
  font-weight: 400;
  font-size: 4.0625vw;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #8f775b;
}
.chapter--content p {
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.5625vw;
  line-height: 1.2em;
  letter-spacing: 2%;
}
.chapter--imgs {
  position: relative;
  width: 68.75%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.chapter--imgs > div {
  position: relative;
  display: flex;
  gap: 20px;
}
.chapter--imgs-top {
  max-height: 654px;
}
.chapter--imgs-top .img1 {
  max-height: 100%;
  width: 25.8333333333vw;
  text-align: right;
}
.chapter--imgs-top img {
  max-height: 100%;
  width: 100%;
}
.chapter--imgs-bot {
  max-height: 34.0625vw;
  flex-direction: row;
  justify-content: flex-end;
}
.chapter--imgs-bot .img1 {
  display: block;
  position: relative;
  width: auto;
  max-height: 100%;
  width: 25.8333333333vw;
  text-align: right;
}
.chapter--imgs-bot .img1.squad {
  max-height: 29.8958333333vw;
  overflow: hidden;
}
.chapter--imgs-bot .img1.squad img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.chapter--imgs-bot img {
  max-height: 100%;
  width: 100%;
}

.timeline {
  position: relative;
  padding: 70px 0;
}
.timeline .countDown--title {
  margin-bottom: 0.7948717949em;
}
.timeline--list {
  display: flex;
  justify-content: space-between;
  max-width: 76.5625vw;
  margin: 0 auto;
  align-items: center;
}
.timeline--list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.timeline--list li:empty {
  position: relative;
  width: 9.375vw;
  height: 1px;
  background-color: #ae9674;
}
.timeline--list li .icon {
  --sicon: calc(94px / 1920px * 100vw);
  width: var(--sicon);
  height: var(--sicon);
}
.timeline--list li .icon img {
  width: 100%;
}
.timeline--list li .time {
  position: relative;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.5625vw;
  line-height: 1.2em;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #2b241b;
  margin-bottom: 0.3333333333em;
}
.timeline--list li .event {
  position: relative;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.5625vw;
  line-height: 1.2em;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #8f775b;
}

.dresscode {
  position: relative;
  padding: 6px 0 70px;
}
.dresscode .countDown--title {
  margin-bottom: 0.7948717949em;
}

.colorList {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 58.3333333333vw;
  margin: 0 auto;
  align-items: center;
}
.colorList li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.colorList li .color {
  position: relative;
  display: block;
  width: 4.0625vw;
  height: 4.0625vw;
  border-radius: 100%;
  background-color: var(--clr);
}
.colorList li .name {
  position: relative;
  display: block;
  line-height: 1em;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.5625vw;
  line-height: 1.2em;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #8f775b;
}
.colorList li:nth-child(1) {
  --clr: #f0eada;
}
.colorList li:nth-child(2) {
  --clr: #ddd2c1;
}
.colorList li:nth-child(3) {
  --clr: #c9bfb1;
}
.colorList li:nth-child(4) {
  --clr: #ae9674;
}
.colorList li:nth-child(5) {
  --clr: #8f775b;
}

.radio-group {
  display: flex;
  gap: 2.8125vw;
  align-items: center;
}
.radio-group .radio-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #f4f1ec;
  font-family: var(--font-family);
  font-size: max(1.875vw, 14px);
  position: relative;
}
.radio-group .radio-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.radio-group .radio-option input:checked + .circle {
  border-color: #f4f1ec;
  transform: scale(1.05);
}
.radio-group .radio-option input:checked + .circle .dot {
  transform: scale(1);
}
.radio-group .radio-option .circle {
  display: inline-grid;
  place-items: center;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 2px solid #f4f1ec;
  box-sizing: border-box;
  transition: transform 150ms ease, border-color 150ms ease;
}
.radio-group .radio-option .circle .dot {
  width: 0.5555555556em;
  height: 0.5555555556em;
  border-radius: 50%;
  background: #f4f1ec;
  transform: scale(0);
  transition: transform 150ms ease;
}
.radio-group .radio-option .number {
  position: relative;
  font-weight: 600;
  font-family: var(--font-family);
  font-size: 1.375em;
  line-height: 100%;
  text-align: center;
}

.optionNumber {
  display: none;
}
.optionNumber.active {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.form {
  position: relative;
  margin-bottom: 0px;
}
.form--wrap {
  position: relative;
  padding: 40px 80px;
  max-width: 87.5vw;
  margin: 0 auto;
  background-image: url(../images/mvs.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.form--wrap #send {
  display: none;
}
.form--wrap.active .optionNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.form--wrap.active .form--btn > span {
  display: none;
}
.form--wrap.active #send {
  display: block;
  width: 31.25vw;
}
.form--content {
  position: relative;
  padding: 48px;
  background: rgba(143, 119, 91, 0.6980392157);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.form--content h5 {
  position: relative;
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 2.1875vw;
  line-height: 1.4em;
  letter-spacing: 2%;
  text-align: center;
  color: #f4f1ec;
  margin-bottom: 0;
}
.form--input {
  position: relative;
  max-width: 11.25em;
  width: fit-content;
  outline: none;
  border: none !important;
  border-bottom: 1px solid #f4f1ec !important;
  background-color: transparent;
  margin: 0 auto;
  padding: 0.5em;
  font-family: var(--font-family);
  font-weight: 400;
  font-style: Bold;
  font-size: 1.5625vw;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  text-align: center;
}
.form--input::placeholder {
  color: rgba(244, 241, 236, 0.6980392157);
}
.form--label {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: max(2.1875vw, 16px);
  line-height: 100%;
  color: #f4f1ec;
  text-align: center;
  margin-bottom: 0px;
}
.form--btn {
  position: relative;
  display: flex;
  gap: 32px;
}
.form--btn > span,
.form--btn button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2.0833333333vw;
  line-height: 1em;
  padding: 0.6em 0.8em;
  outline: none;
  border: 1px solid #f4f1ec;
  color: #8f775b;
  background-color: #fff;
  cursor: pointer;
}
.form--btn > span:hover,
.form--btn button:hover {
  background-color: transparent;
  color: #fff;
}
.form--btn > span.btn-no,
.form--btn button.btn-no {
  background-color: transparent;
  color: #fff;
}
.form--btn > span.btn-no:hover,
.form--btn button.btn-no:hover {
  border: 1px solid #f4f1ec;
  color: #8f775b;
  background-color: #f4f1ec;
}
.form--msg {
  position: fixed;
  max-width: 800px;
  width: calc(100% - 30px);
  background-color: #8f775b;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: max(8.59375vw, 50px) max(2.34375vw, 10px);
}
.form--msg::before {
  position: absolute;
  background-image: url(../images/flowers002.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  bottom: 0;
  right: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
}
.form--msg .title {
  position: relative;
  font-family: var(--font-tc);
  font-weight: 400;
  font-size: max(2.5vw, 16px);
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 0.4em;
  white-space: nowrap;
}
.form--msg .desc {
  font-family: var(--font-family);
  position: relative;
  font-weight: 600;
  font-size: max(2.1875vw, 16px);
  line-height: 100%;
  text-align: center;
  color: #f4f1ec;
  white-space: nowrap;
}
.form--overlay {
  position: fixed;
  z-index: 90;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  display: none;
  padding: 20px;
}
.form--overlay.active {
  opacity: 1;
  display: flex;
}
.form--loading {
  opacity: 0;
  position: fixed;
  z-index: 90;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.form--loading.active {
  display: flex;
  opacity: 1;
}

body.fixed {
  overflow: hidden;
}

.error-message {
  position: relative;
  color: #fff;
  font-family: var(--font-tc);
  font-weight: 400;
  font-size: 2.1875vw;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  display: none;
}
.error-message.active {
  display: block;
}

footer {
  position: relative;
  background-color: #2b241b;
  padding: 4.1666666667vw;
}

.footer--wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4.1666666667vw;
}
.footer--content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  gap: 20px;
}
.footer--content .label {
  position: relative;
  color: #ae9674;
  font-family: var(--font-tc);
  font-weight: 400;
  font-size: 2.1875vw;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.address {
  position: relative;
  padding: 80px 0;
}
.address--wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.address--map {
  position: relative;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #2b241b;
  line-height: 1.3em;
}
.address--img {
  position: relative;
  text-align: center;
  margin-top: 20px;
  padding: 20px;
}

.loader {
  --dur: 2s;
  display: block;
  margin: auto;
  width: 14em;
  height: auto;
}

.loader__glare-top,
.loader__glare-bottom,
.loader__model,
.loader__motion-thick,
.loader__motion-medium,
.loader__motion-thin,
.loader__sand-drop,
.loader__sand-fill,
.loader__sand-grain-left,
.loader__sand-grain-right,
.loader__sand-line-left,
.loader__sand-line-right,
.loader__sand-mound-top,
.loader__sand-mound-bottom {
  animation-duration: var(--dur);
  animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
  animation-iteration-count: infinite;
}

.loader__glare-top {
  animation-name: glare-top;
}

.loader__glare-bottom {
  animation-name: glare-bottom;
}

.loader__model {
  animation-name: loader-flip;
  transform-origin: 12.25px 16.75px;
}

.loader__motion-thick,
.loader__motion-medium,
.loader__motion-thin {
  transform-origin: 26px 26px;
}

.loader__motion-thick {
  animation-name: motion-thick;
}

.loader__motion-medium {
  animation-name: motion-medium;
}

.loader__motion-thin {
  animation-name: motion-thin;
}

.loader__sand-drop {
  animation-name: sand-drop;
}

.loader__sand-fill {
  animation-name: sand-fill;
}

.loader__sand-grain-left {
  animation-name: sand-grain-left;
}

.loader__sand-grain-right {
  animation-name: sand-grain-right;
}

.loader__sand-line-left {
  animation-name: sand-line-left;
}

.loader__sand-line-right {
  animation-name: sand-line-right;
}

.loader__sand-mound-top {
  animation-name: sand-mound-top;
}

.loader__sand-mound-bottom {
  animation-name: sand-mound-bottom;
  transform-origin: 12.25px 31.5px;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: hsl(var(--hue), 90%, 10%);
    --fg: hsl(var(--hue), 90%, 90%);
  }
}
/* Animation */
@keyframes loader-flip {
  from {
    transform: translate(13.75px, 9.25px) rotate(-180deg);
  }
  24%, to {
    transform: translate(13.75px, 9.25px) rotate(0);
  }
}
@keyframes glare-top {
  from {
    stroke: rgba(255, 255, 255, 0);
  }
  24%, to {
    stroke: white;
  }
}
@keyframes glare-bottom {
  from {
    stroke: white;
  }
  24%, to {
    stroke: rgba(255, 255, 255, 0);
  }
}
@keyframes motion-thick {
  from {
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: 153.94;
    transform: rotate(0.67turn);
  }
  20% {
    animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1);
    stroke: rgb(32, 32, 32);
    stroke-dashoffset: 141.11;
    transform: rotate(1turn);
  }
  40%, to {
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: 153.94;
    transform: rotate(1.33turn);
  }
}
@keyframes motion-medium {
  from, 8% {
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: 153.94;
    transform: rotate(0.5turn);
  }
  20% {
    animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1);
    stroke: white;
    stroke-dashoffset: 147.53;
    transform: rotate(0.83turn);
  }
  32%, to {
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: 153.94;
    transform: rotate(1.17turn);
  }
}
@keyframes motion-thin {
  from, 4% {
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: 153.94;
    transform: rotate(0.33turn);
  }
  24% {
    animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1);
    stroke: rgb(53, 53, 53);
    stroke-dashoffset: 134.7;
    transform: rotate(0.67turn);
  }
  44%, to {
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: 153.94;
    transform: rotate(1turn);
  }
}
@keyframes sand-drop {
  from, 10% {
    animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
    stroke-dashoffset: 1;
  }
  70%, to {
    stroke-dashoffset: -107;
  }
}
@keyframes sand-fill {
  from, 10% {
    animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
    stroke-dashoffset: 55;
  }
  70%, to {
    stroke-dashoffset: -54;
  }
}
@keyframes sand-grain-left {
  from, 10% {
    animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
    stroke-dashoffset: 29;
  }
  70%, to {
    stroke-dashoffset: -22;
  }
}
@keyframes sand-grain-right {
  from, 10% {
    animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
    stroke-dashoffset: 27;
  }
  70%, to {
    stroke-dashoffset: -24;
  }
}
@keyframes sand-line-left {
  from, 10% {
    animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
    stroke-dashoffset: 53;
  }
  70%, to {
    stroke-dashoffset: -55;
  }
}
@keyframes sand-line-right {
  from, 10% {
    animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
    stroke-dashoffset: 14;
  }
  70%, to {
    stroke-dashoffset: -24.5;
  }
}
@keyframes sand-mound-top {
  from, 10% {
    animation-timing-function: linear;
    transform: translate(0, 0);
  }
  15% {
    animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
    transform: translate(0, 1.5px);
  }
  51%, to {
    transform: translate(0, 13px);
  }
}
@keyframes sand-mound-bottom {
  from, 31% {
    animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    transform: scale(1, 0);
  }
  56%, to {
    transform: scale(1, 1);
  }
}
/*==========================================================================*/
/*                              F O O T E R                                 */
/*==========================================================================*/
.iFooter {
  position: relative;
  background-color: #000;
  padding: 50px 0;
  border-top: 1px solid #fff;
}
.iFooter--link {
  position: relative;
  display: flex;
  margin: 0 0;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}
.iFooter--link li {
  position: relative;
}
.iFooter--link a {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-family: "FatFrank";
  font-size: 20px;
}
.iFooter--link a:hover {
  color: #e8da5d;
}
.iFooter--logo {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-direction: column;
}
.iFooter--logo .img {
  text-align: center;
}
.iFooter--logo img {
  height: 60px;
}
.iFooter--copyright {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.iFooter--copyright span {
  display: block;
  font-family: var(--font-family);
}
.iFooter--copyright a {
  text-decoration: none;
  position: relative;
  font-size: 18px;
  color: #fff;
}
.iFooter--copyright a:hover {
  color: #e8da5d;
}

/*==========================================================================*/
/*                 F O R   S P E C I F I E D   B R O W S E R                */
/*==========================================================================*/
/* EDGE  */
/* FIREFOX */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
}

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