@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.form {
  --inputsize: 42px;
  --labelbefore: var(--text);
  --labelafter: var(--text);
  --borderbefore: var(--text);
  --borderafter: var(--primary);
  --labelfontbefore: 16px;
  --labelfontafter: 12px;
  --font: 500;
  --color: var(--black);
  --borderwidth: 1px;
  --labelbackground: none;
  --font: normal;
  --textareaheight: 86px;
  --paddingleftright: 0px;
}
.form .form-group {
  position: relative;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  --selectheight: var(--inputsize);
  line-height: 0;
}
.form .form-group.hasCalender {
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M17.5 2H14.5V0.5C14.5 0.367392 14.4473 0.240215 14.3536 0.146447C14.2598 0.0526785 14.1326 0 14 0C13.8674 0 13.7402 0.0526785 13.6464 0.146447C13.5527 0.240215 13.5 0.367392 13.5 0.5V2H6.5V0.5C6.5 0.367392 6.44732 0.240215 6.35355 0.146447C6.25979 0.0526785 6.13261 0 6 0C5.86739 0 5.74021 0.0526785 5.64645 0.146447C5.55268 0.240215 5.5 0.367392 5.5 0.5V2H2.5C1.8372 2.00079 1.20178 2.26444 0.73311 2.73311C0.264441 3.20178 0.000793929 3.8372 0 4.5V17.5C0.000793929 18.1628 0.264441 18.7982 0.73311 19.2669C1.20178 19.7356 1.8372 19.9992 2.5 20H17.5C18.163 20 18.7989 19.7366 19.2678 19.2678C19.7366 18.7989 20 18.163 20 17.5V4.5C20 3.83696 19.7366 3.20107 19.2678 2.73223C18.7989 2.26339 18.163 2 17.5 2ZM19 17.5C19 17.8978 18.842 18.2794 18.5607 18.5607C18.2794 18.842 17.8978 19 17.5 19H2.5C2.10218 19 1.72064 18.842 1.43934 18.5607C1.15804 18.2794 1 17.8978 1 17.5V9H19V17.5ZM19 8H1V4.5C1 3.672 1.67 3 2.5 3H5.5V4.5C5.5 4.63261 5.55268 4.75979 5.64645 4.85355C5.74021 4.94732 5.86739 5 6 5C6.13261 5 6.25979 4.94732 6.35355 4.85355C6.44732 4.75979 6.5 4.63261 6.5 4.5V3H13.5V4.5C13.5 4.63261 13.5527 4.75979 13.6464 4.85355C13.7402 4.94732 13.8674 5 14 5C14.1326 5 14.2598 4.94732 14.3536 4.85355C14.4473 4.75979 14.5 4.63261 14.5 4.5V3H17.5C17.8978 3 18.2794 3.15804 18.5607 3.43934C18.842 3.72064 19 4.10218 19 4.5V8Z" fill="%23666666" fill-opacity="0.7"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.form .form-group.hasCalender.hasCalender-white {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'><path fill='%23ffffff' d='M19 4h-2V3a1 1 0 0 0-2 0v1H9V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3m1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-7h16Zm0-9H4V7a1 1 0 0 1 1-1h2v1a1 1 0 0 0 2 0V6h6v1a1 1 0 0 0 2 0V6h2a1 1 0 0 1 1 1Z'/></svg>");
}
.form .form-group.hasCalender.hasTime {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666666' fill-rule='evenodd' d='m12.6 11.503l3.891 3.891l-.848.849L11.4 12V6h1.2zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-1.2a8.8 8.8 0 1 0 0-17.6a8.8 8.8 0 0 0 0 17.6'/%3E%3C/svg%3E");
  background-size: 22px;
}
.form .form-group.active::after {
  width: 100%;
}
.form .form-group::before, .form .form-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--borderwidth);
  transition: 0.5s ease;
}
.form .form-group::before {
  background: var(--borderbefore);
}
.form .form-group::after {
  width: 0;
  background: var(--borderafter);
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);
  left: var(--paddingleftright);
  color: var(--labelbefore);
  line-height: 1;
  font-size: var(--labelfontbefore);
  background: var(--labelbackground);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input[type=file] {
  position: relative;
  --filename: "Choose File";
  --filenameinitial: var(--filename);
  --color: var(--black);
  --background: #e5e5e5;
  --image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1024 1024'%3E%3Cpath fill='%237E84A3' d='M779.3 196.6c-94.2-94.2-247.6-94.2-341.7 0l-261 260.8c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0 0 12.7 0l261-260.8c32.4-32.4 75.5-50.2 121.3-50.2s88.9 17.8 121.2 50.2c32.4 32.4 50.2 75.5 50.2 121.2c0 45.8-17.8 88.8-50.2 121.2l-266 265.9l-43.1 43.1c-40.3 40.3-105.8 40.3-146.1 0c-19.5-19.5-30.2-45.4-30.2-73s10.7-53.5 30.2-73l263.9-263.8c6.7-6.6 15.5-10.3 24.9-10.3h.1c9.4 0 18.1 3.7 24.7 10.3c6.7 6.7 10.3 15.5 10.3 24.9c0 9.3-3.7 18.1-10.3 24.7L372.4 653c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0 0 12.7 0l215.6-215.6c19.9-19.9 30.8-46.3 30.8-74.4s-11-54.6-30.8-74.4c-41.1-41.1-107.9-41-149 0L463 364L224.8 602.1A172.22 172.22 0 0 0 174 724.8c0 46.3 18.1 89.8 50.8 122.5c33.9 33.8 78.3 50.7 122.7 50.7s88.8-16.9 122.6-50.7l309.2-309C824.8 492.7 850 432 850 367.5c.1-64.6-25.1-125.3-70.7-170.9'/%3E%3C/svg%3E");
  background: var(--background);
}
.form .form-group input[type=file]::before, .form .form-group input[type=file]::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.form .form-group input[type=file]::before {
  content: var(--filenameinitial);
  z-index: 2;
  font-family: inherit;
  font-size: inherit;
  line-height: calc(var(--inputsize) - var(--borderwidth));
  padding-left: 10px;
  color: var(--color);
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form .form-group input[type=file]::after {
  content: "";
  right: 0;
  background: var(--background) var(--image);
  background-repeat: no-repeat;
  z-index: 1;
  background-position: calc(100% - 10px) 50%;
  background-size: auto calc(var(--inputsize) - 35%);
}
.form .form-group input, .form .form-group textarea {
  height: calc(var(--inputsize) - var(--borderwidth));
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
  cursor: initial;
  padding: 0 var(--paddingleftright);
}
.form .form-group input:focus, .form .form-group textarea:focus {
  outline: none;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input.valid ~ label, .form .form-group textarea.valid ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}
.form .form-group input:not(.no-focus):focus, .form .form-group textarea:not(.no-focus):focus {
  outline: none;
}
.form .form-group input:not(.no-focus):focus ~ label, .form .form-group textarea:not(.no-focus):focus ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}
.form .form-group input[readonly], .form .form-group textarea[readonly] {
  caret-color: transparent;
}
.form .form-group textarea {
  height: var(--textareaheight);
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
  line-height: 1.2;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  padding-right: 15px;
}
.form .form-group textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
  height: 2px;
}
.form .form-group textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group textarea::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 15px;
}
.form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
  margin-top: 13px;
  height: calc(var(--textareaheight) - 13px);
}
.form .form-group select:focus {
  outline: none;
}
.form .form-group select ~ label {
  position: absolute;
  top: calc(var(--labelfontafter) / -2);
  left: var(--paddingleftright);
  color: var(--labelafter);
  translate: 0 0;
  font-size: var(--labelfontafter);
  opacity: 0;
  transition: 0.6s ease;
}
.form .form-group select.valid {
  color: var(--color);
}
.form .form-group select.valid ~ label {
  opacity: 1;
}
.form .form-group .error {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
  color: red;
  line-height: normal;
  font-size: 12px;
}
.form .submit-grp:not(.text-left) {
  text-align: center;
  margin-top: 23px;
}

.custom-select {
  max-width: 100%;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 0 var(--paddingleftright);
  --arrow: 15px;
  --arrowspace: 8px;
  --iconpath: url(../../icon/location-primary.svg);
}
.custom-select.has-icon {
  --iconsize: 12px;
  --iconurl: var(--iconpath);
  --iconspace: 8px;
}
.custom-select.has-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.custom-select.has-icon::after {
  left: var(--paddingleftright, 0px);
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon .current {
  padding-left: calc(var(--iconsize) + var(--iconspace));
  padding-right: calc(var(--arrow) + var(--iconsize) + var(--arrowspace) + var(--iconspace));
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: var(--paddingleftright, 0);
  bottom: 0;
  width: var(--arrow);
  background-image: url(../../icon/arrow-down-gray.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.custom-select .current {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--inputsize);
  color: var(--labelbefore);
  font-size: var(--labelfontbefore);
  font-weight: var(--font);
  padding-right: calc(var(--arrow) + var(--arrowspace));
}
.custom-select .current.selected {
  color: var(--color);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 7;
  max-height: 180px;
  overflow-y: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  pointer-events: none;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
  height: 4px;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  display: block;
  line-height: 1.2;
  padding: 8px 16px;
  white-space: break-spaces;
  font-size: 14px;
}
.custom-select .list li.selected {
  background: var(--primary);
  color: var(--white);
}
.custom-select .list li.selected:hover {
  background: var(--primary);
  color: var(--white);
}
.custom-select .list li:hover {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.daterangepicker {
  font-family: "Poppins" !important;
}
.daterangepicker select {
  display: block;
  border-radius: 5px;
  color: var(--text);
  cursor: pointer !important;
  background: #fff6f6;
  border-color: #ccc;
}
.daterangepicker select:focus {
  outline: none;
}
.daterangepicker thead {
  position: relative;
}
.daterangepicker tr:has(.yearselect, .monthselect) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
}
.daterangepicker tr:has(.yearselect, .monthselect) th:has(.yearselect, .monthselect) {
  display: flex;
  flex: 1;
}
.daterangepicker tr:has(.yearselect, .monthselect) th .yearselect, .daterangepicker tr:has(.yearselect, .monthselect) th .monthselect {
  flex: 1;
}
.daterangepicker tr ~ tr th {
  padding-top: 35px;
}
.daterangepicker option.disabled, .daterangepicker td.disabled {
  text-decoration: none !important;
}
.daterangepicker td.active {
  background-color: var(--primary) !important;
}
.daterangepicker .drp-buttons .btn {
  --height: 30px;
  padding: 0 15px !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}

.hasTime .calendar-table {
  display: none !important;
}
.hasTime .drp-calendar {
  width: 100% !important;
  padding: 8px !important;
}
.hasTime .drp-calendar .calendar-time {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerpadding: 20px;
  --headerheight: 95px;
  --headerfixed: 60px;
  --footerstrip: 38px;
  --bannerstrip: 123px;
  --filterstrip: 42px;
  --primary: #ec2bf5;
  --secondary: #8b1b91;
  --primary-light: #FFF3F3;
  --green: #13bb75;
  --cyan: #47A5AE;
  --orange: #F8961D;
  --gradient-a: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 97.5%);
  --gradient-b: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 97.5%);
  --text: #666666;
  --white: #FFFFFF;
  --black: #000000;
  --gray: #F6F4F2;
  --container: 1280px;
  --containerfluid: 2rem;
}
@media only screen and (max-width: 1152px) {
  :root {
    --containerfluid: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --containerfluid: 15px;
    --headerpadding: 12px;
    --headerheight: 75px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --headerheight: 78px;
  }
}
@media only screen and (max-width: 540px) {
  :root {
    --headerfixed: 65px;
    --headerheight: 65px;
  }
}
@media only screen and (max-width: 320px) {
  :root {
    --containerfluid: 10px;
  }
}

body::-webkit-scrollbar {
  width: 10px;
  background: var(--black);
}
body::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
body.overflow-hidden {
  overflow: hidden;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 10px);
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Poppins";
  font-weight: normal;
}

b {
  font-weight: 500;
}

small {
  font-size: 14px;
  line-height: 22px;
  display: block;
}

select {
  display: none;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}
a[href].logo {
  display: block;
  line-height: 0;
}

svg path {
  transition: 0.5s ease;
}

.position-relative {
  position: relative;
}

.c-primary {
  color: var(--primary);
}

.green-color {
  color: #13bb75 !important;
}

.lh-normal {
  line-height: normal;
}

.cursor-pointer {
  cursor: pointer !important;
}

.container {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 320px) {
  .container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 .heading {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container.container2 .heading {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .container.container2 .heading {
    padding-right: 10px;
  }
}

.container-fluid {
  padding: 0 var(--containerfluid);
  display: block;
  margin: 0 auto;
  width: 100%;
}

.social-icons {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-size: 64px;
  line-height: 1.05;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 54px;
  line-height: 1.2;
}

h3 {
  font-size: 48px;
  line-height: 1.2;
}

.heading:has(h2 ~ h6) h3, .heading:has(h2 ~ h6) h2, .heading:has(h3 ~ h6) h3, .heading:has(h3 ~ h6) h2, .heading:has(h2 ~ p) h3, .heading:has(h2 ~ p) h2, .heading:has(h3 ~ p) h3, .heading:has(h3 ~ p) h2 {
  margin-bottom: 8px;
}
.heading h3, .heading h2 {
  font-size: 48px;
  line-height: 1.25;
  color: var(--black);
  font-family: "Playfair Display";
}
.heading h3 span, .heading h2 span {
  color: var(--primary);
}
.heading h6 {
  font-size: 18px;
  line-height: 1.34;
  font-weight: 500;
}
.heading:not(.c-white) h6, .heading:not(.c-white) p {
  color: var(--text);
}
.heading.lh-1 h3, .heading.lh-1 h2 {
  line-height: 1;
}
.heading.h-medium h2, .heading.h-medium h3 {
  font-size: 36px;
}

h4 {
  font-size: 36px;
  line-height: 1.28;
}

h5 {
  font-size: 24px;
  line-height: 1.167;
}
@media only screen and (max-width: 1152px) {
  h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 675px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

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

.justify-between {
  justify-content: space-between;
}

.inline-flex {
  --gap: 12px;
  display: inline-flex;
  align-items: center;
  gap: 0 var(--gap);
}

img {
  max-width: 100%;
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.item-md {
  position: relative;
  display: block;
  position: relative;
}
.item-md::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.item-md::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.item-md::before, .item-md::after {
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figure, .item-md .figure {
  display: block;
  overflow: hidden;
  line-height: 0;
  height: 100%;
}
.item-md figure img, .item-md figure video, .item-md figure iframe, .item-md .figure img, .item-md .figure video, .item-md .figure iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.item-md.center-item figcaption {
  bottom: auto;
  top: 50%;
  translate: 0 -50%;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(100%);
  transition: 0s ease 0.5s, opacity 0.5s ease;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media only screen and (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  transition: opacity 1s ease;
  opacity: 1;
  transform: translateY(0%);
}

.btn {
  --height: 44px;
  --padding: 28px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: var(--height);
  line-height: var(--height);
  padding: 0 var(--padding);
  overflow: hidden;
  color: var(--white);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.5s ease;
  text-transform: uppercase;
  caret-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--gradient-a);
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--gradient-b);
}
.btn::before, .btn::after {
  transition: 0.6s ease;
  z-index: -1;
}
.btn::after {
  opacity: 0;
}
.btn:not(.disabled-btn):hover::before {
  opacity: 0;
}
.btn:not(.disabled-btn):hover::after {
  opacity: 1;
}
.btn.btn-primary-border {
  color: var(--primary);
  border: 1px solid var(--primary);
}
.btn.btn-primary-border::before {
  background: var(--white);
}
.btn.btn-primary-border:not(.disabled-btn):hover {
  color: var(--white);
  border-color: transparent;
}
.btn.btn-gray-border {
  color: var(--text);
  border: 1px solid var(--text);
}
.btn.btn-gray-border::before {
  background: var(--white);
}
.btn.btn-gray-border path {
  fill: var(--text);
}
.btn.btn-gray-border:hover:not(.disabled-btn) {
  color: var(--white);
  border-color: transparent;
}
.btn.btn-gray-border:hover:not(.disabled-btn) path {
  fill: var(--white);
}
.btn.btn-shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.btn.btn-wide {
  --padding: 40px;
}
.btn.btn-medium {
  --height: 36px;
  --padding: 22px;
}
.btn.btn-small {
  --height: 30px;
  font-size: 14px;
  --padding: 12px;
}
.btn.w-100 {
  width: 100%;
}
.btn.box {
  --padding: 0px;
  width: var(--height);
}
.btn.btn-btn {
  border-radius: 5px;
}
.btn.btn-font-13 {
  font-size: 13px;
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  background: var(--white);
  background-position: 0% 80%;
  background-size: 75%;
  max-width: 435px;
  width: 100%;
}
.model .close {
  cursor: pointer;
}
.model .close:not(.btn, .close-video, .not-ab) {
  position: absolute;
  top: 0;
  right: 0;
  top: 25px;
  right: 25px;
  line-height: 0;
}
@media only screen and (max-width: 520px) {
  .model .close:not(.btn, .close-video, .not-ab) {
    top: 20px;
    right: 20px;
  }
}
.model .close:not(.btn, .close-video, .not-ab) path {
  stroke: var(--black);
}

.form-grid {
  --item: 1;
  --gaplr: 30px;
  --gaptb: 32px;
  display: grid;
  grid-template-columns: repeat(var(--item), calc((100% - var(--gaplr) * (var(--item) - 1)) / var(--item)));
  gap: var(--gaptb) var(--gaplr);
}
.form-grid .full {
  grid-column: span var(--item);
}

.btn-div-btm > *:not(:last-child) {
  margin-right: 14px;
}
@media only screen and (max-width: 675px) {
  .btn-div-btm > *:not(:last-child) {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 675px) {
  .btn-div-btm .btn {
    --padding: 12px;
    font-size: 14px;
  }
}

.swiper-slide {
  height: auto;
}

.swiper-nav {
  line-height: 0;
}
.swiper-nav.hide-btn-no-loop .swiper-prev.swiper-button-disabled, .swiper-nav.hide-btn-no-loop .swiper-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.swiper-nav.swiper-group {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 11px;
}
.swiper-nav.center-full {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper-nav.center-full .swiper-prev, .swiper-nav.center-full .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.swiper-nav.icon-width-auto .swiper-next svg, .swiper-nav.icon-width-auto .swiper-prev svg {
  width: auto;
  height: auto;
}

.swiper-prev svg, .swiper-prev img {
  transform: scaleX(-1);
}

.swiper-prev, .swiper-next {
  --size: 45px;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border: 1px solid var(--primary);
  transition: 0.5s ease;
}
.swiper-prev.swiper-btn-medium, .swiper-next.swiper-btn-medium {
  --size: 35px;
}
.swiper-prev path, .swiper-next path {
  fill: var(--white);
}
.swiper-prev:hover:not(.swiper-button-disabled), .swiper-next:hover:not(.swiper-button-disabled) {
  background: var(--white);
  border-color: var(--white);
}
.swiper-prev:hover:not(.swiper-button-disabled) path, .swiper-next:hover:not(.swiper-button-disabled) path {
  fill: var(--primary);
}
.swiper-prev.no-background, .swiper-next.no-background {
  height: auto;
  width: auto;
  display: block;
  background: none;
  border: none;
  line-height: 0;
}
.swiper-prev.no-background path, .swiper-next.no-background path {
  fill: none;
}
.swiper-prev.no-background:hover, .swiper-next.no-background:hover {
  background: none;
}
.swiper-prev.no-background:hover path, .swiper-next.no-background:hover path {
  fill: none;
}
.swiper-prev.has-shadow, .swiper-next.has-shadow {
  box-shadow: 0px 0px 4.8px 0px rgba(0, 0, 0, 0.2509803922);
}
.swiper-prev.white, .swiper-next.white {
  background: var(--white);
  border-color: var(--white);
}
.swiper-prev.white path, .swiper-next.white path {
  fill: var(--black);
}
.swiper-prev.white:hover:not(.swiper-button-disabled), .swiper-next.white:hover:not(.swiper-button-disabled) {
  background: var(--primary);
  border-color: var(--primary);
}
.swiper-prev.white:hover:not(.swiper-button-disabled) path, .swiper-next.white:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.primary-border, .swiper-next.primary-border {
  border-color: var(--primary);
  background: none;
}
.swiper-prev.primary-border path, .swiper-next.primary-border path {
  fill: var(--primary);
}
.swiper-prev.primary-border:hover:not(.swiper-button-disabled), .swiper-next.primary-border:hover:not(.swiper-button-disabled) {
  background: var(--primary);
}
.swiper-prev.primary-border:hover:not(.swiper-button-disabled) path, .swiper-next.primary-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.white-border, .swiper-next.white-border {
  border-color: var(--white);
  background: none;
}
.swiper-prev.white-border path, .swiper-next.white-border path {
  fill: var(--white);
}
.swiper-prev.white-border:hover:not(.swiper-button-disabled), .swiper-next.white-border:hover:not(.swiper-button-disabled) {
  background: var(--white);
}
.swiper-prev.white-border:hover:not(.swiper-button-disabled) path, .swiper-next.white-border:hover:not(.swiper-button-disabled) path {
  fill: var(--primary);
}
.swiper-prev.gray-border, .swiper-next.gray-border {
  border-color: #828282;
  background: none;
}
.swiper-prev.gray-border path, .swiper-next.gray-border path {
  fill: #828282;
}
.swiper-prev.gray-border:hover:not(.swiper-button-disabled), .swiper-next.gray-border:hover:not(.swiper-button-disabled) {
  background: var(--primary);
}
.swiper-prev.gray-border:hover:not(.swiper-button-disabled) path, .swiper-next.gray-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.black-border, .swiper-next.black-border {
  border-color: var(--black);
  background: none;
}
.swiper-prev.black-border path, .swiper-next.black-border path {
  fill: var(--black);
}
.swiper-prev.black-border:hover:not(.swiper-button-disabled), .swiper-next.black-border:hover:not(.swiper-button-disabled) {
  background: var(--black);
  border-color: var(--black);
}
.swiper-prev.black-border:hover:not(.swiper-button-disabled) path, .swiper-next.black-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.swiper-btn-large, .swiper-next.swiper-btn-large {
  --size: 59px;
}
@media only screen and (max-width: 991px) {
  .swiper-prev.swiper-btn-large, .swiper-next.swiper-btn-large {
    --size: 48px;
  }
}
.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: 0.4;
}
.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock {
  display: none !important;
}

.play-btn {
  --btnsize: 51px;
  --border: 1px;
  --bordercolor: var(--white);
  --playbtncolor: var(--white);
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: none;
}
@media only screen and (max-width: 1024px) {
  .play-btn {
    --btnsize: 50px;
  }
}
@media only screen and (max-width: 675px) {
  .play-btn {
    --btnsize: 45px;
    --border: 1px;
  }
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}

.website-content > :first-child {
  margin-top: 0 !important;
}
.website-content > :last-child {
  margin-bottom: 0 !important;
}
.website-content h1 {
  font-size: 48px;
  margin-bottom: 45px;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
}
@media only screen and (max-width: 675px) {
  .website-content h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 520px) {
  .website-content h1 {
    font-size: 30px;
    font-weight: bold;
  }
}
.website-content h2 {
  font-size: 34px;
  font-weight: 600;
}
@media only screen and (max-width: 675px) {
  .website-content h2 {
    font-size: 24px;
  }
}
.website-content h3 {
  font-size: 28px;
  line-height: 1.21;
  font-weight: 600;
}
@media only screen and (max-width: 675px) {
  .website-content h3 {
    font-size: 22px;
  }
}
.website-content h4 {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .website-content h4 {
    font-size: 20px;
  }
}
.website-content h5 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .website-content h5 {
    font-size: 18px;
  }
}
.website-content h6 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 40px 0 18px;
}
.website-content h5, .website-content h6 {
  margin: 22px 0 18px;
}
.website-content p, .website-content li {
  color: var(--text);
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-spacing: -0.07em;
}
.website-content p b, .website-content li b {
  font-weight: 600;
  color: var(--black);
}
.website-content a {
  color: var(--black);
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 30px;
}
.website-content ul {
  padding-left: 18px;
}
@media only screen and (max-width: 675px) {
  .website-content ul {
    padding-left: 10px;
  }
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
@media only screen and (max-width: 675px) {
  .website-content ul li {
    padding-left: 20px;
  }
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
}
.website-content.website-content-medium h2, .website-content.website-content-medium h3, .website-content.website-content-medium h4 {
  margin: 20px 0 18px;
  font-size: 20px;
  font-weight: 500;
}
.website-content.website-content-medium h5, .website-content.website-content-medium h6 {
  font-size: 18px;
  font-weight: 500;
}
.website-content.website-content-medium p, .website-content.website-content-medium ul {
  margin-bottom: 20px;
}

.kmr-animate {
  transition: 1.2s ease;
}

[data-video], [data-model] {
  cursor: pointer;
}

.banner {
  position: relative;
}
.banner:not(.banner-banner) {
  position: relative;
}
.banner:not(.banner-banner)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner:not(.banner-banner)::before {
  z-index: 2;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.banner.center-banner .banner-wrapper {
  bottom: 45%;
  translate: 0 50%;
}
@media only screen and (max-width: 675px) {
  .banner.center-banner .banner-wrapper {
    bottom: 20%;
    translate: none;
    top: auto;
  }
}
.banner.banner-banner {
  background: var(--primary-light);
  padding-top: var(--headerheight);
}
.banner .bg {
  height: 100vh;
  line-height: 0;
}
@media only screen and (max-width: 1152px) {
  .banner .bg {
    height: 690px;
  }
}
@media only screen and (max-width: 675px) {
  .banner .bg {
    height: 520px;
  }
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  z-index: 3;
}
.banner .content.ttl-m h1 {
  font-size: 36px;
}
.banner .content.f-semibold h1 {
  font-weight: 600;
}
.banner .content h1 {
  font-size: 48px;
  line-height: 1.146;
  font-family: "Playfair Display";
}
.banner .content h6 {
  font-size: 18px;
  line-height: 1.34;
  color: var(--text);
  margin-top: 12px;
  font-weight: 500;
}
.banner .content h5 {
  font-size: 20px;
  line-height: 1.5;
  color: var(--text);
  margin-bottom: 10px;
}

.swiper-pagination-bullets {
  --swiper-pagination-bullet-size: 13px;
  --swiper-pagination-color: var(--primary);
}

.btn-div-wrap > *:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 675px) {
  .btn-div-wrap > *:not(:last-child) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 675px) {
  .btn-div-wrap .btn {
    --padding: 10px;
  }
}

.event-col {
  border: 1px solid var(--primary);
  border-radius: 15px;
  overflow: hidden;
}
.event-col:has(input) {
  position: relative;
}
.event-col:has(input:checked) figure .xuq-chk, .event-col:has(input:checked) .figure .xuq-chk {
  background: var(--primary);
}
.event-col:has(input:checked) figure .xuq-chk::before, .event-col:has(input:checked) .figure .xuq-chk::before {
  opacity: 1;
}
.event-col.border-gray-col {
  border-color: rgba(102, 102, 102, 0.5019607843);
}
.event-col:is(a) figure {
  overflow: hidden;
}
.event-col:is(a) figure img {
  transition: 0.5s ease;
}
.event-col:is(a) figcaption h6 {
  transition: 0.5s ease;
}
.event-col:is(a):hover figure img {
  transform: scale(1.05);
}
.event-col:is(a):hover figcaption h6 {
  color: var(--primary);
}
.event-col figure, .event-col .figure {
  line-height: 0;
}
.event-col figure img, .event-col .figure img {
  width: 100%;
  aspect-ratio: 1.49;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-col figure:has(.xuq-chk), .event-col .figure:has(.xuq-chk) {
  position: relative;
}
.event-col figure .xuq-chk, .event-col .figure .xuq-chk {
  --sizechk: 25px;
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 2;
  height: var(--sizechk);
  width: var(--sizechk);
  border-radius: 5px;
  background-color: var(--white);
  overflow: hidden;
  transition: 0.5s ease;
}
.event-col figure .xuq-chk::before, .event-col .figure .xuq-chk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url(../../icon/tick-white.svg) no-repeat;
  background-size: 50% auto;
  background-position: 50% 50%;
  opacity: 0;
  transition: 0.5s ease;
}
.event-col figcaption {
  padding: 25px;
  text-align: center;
}
.event-col figcaption h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--black);
}
.event-col figcaption p {
  color: var(--text);
}
.event-col input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.event-col.awac-col {
  border-radius: 10px;
}
.event-col.awac-col figcaption h6 {
  font-size: 16px;
  line-height: 1.3;
}
.event-col.awac-col figcaption p {
  font-size: 14px;
  line-height: 21px;
}

.vec-bg {
  --size: 171px;
  position: relative;
}
.vec-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  background: var(--primary);
  filter: blur(105px);
  opacity: 0.6;
}

.plan-even-form {
  background: #FFEAEA;
  --padtop: 85px;
  --paddingbottom: 105px;
  padding: var(--padtop) 0 var(--paddingbottom);
}
.plan-even-form .flex {
  gap: 100px;
}
.plan-even-form .flex .colA {
  flex: 1;
  position: sticky;
  top: calc(var(--headerfixed) + var(--padtop, 0px));
  height: 100%;
}
.plan-even-form .flex .colA::before {
  z-index: 0;
  left: 80%;
}
.plan-even-form .flex .colA figure {
  line-height: 0;
}
.plan-even-form .flex .colA figure img {
  width: 100%;
}
.plan-even-form .flex .colB {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  --padcolBlr: 15px;
}
.plan-even-form .flex .colB .heading {
  margin-bottom: 42px;
  padding: 0 var(--padcolBlr);
}
@media only screen and (max-width: 1366px) {
  .plan-even-form .flex .colB .heading {
    margin-bottom: 30px;
  }
}
.plan-even-form .flex .colB .form-c {
  --padlr: var(--padcolBlr ,15px);
  --padt: 15px;
  --padb: 30px;
}
.plan-even-form .flex .colB .form-c .col-md:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1366px) {
  .plan-even-form .flex .colB .form-c .col-md:not(:last-child) {
    margin-bottom: 5px;
  }
}
.plan-even-form .flex .colB .form-c .col-md h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 0 var(--padlr);
}
@media only screen and (max-width: 1366px) {
  .plan-even-form .flex .colB .form-c .col-md h6 {
    font-size: 14px;
  }
}
.plan-even-form .flex .colB .form-c .col-md .swiper {
  max-width: 100%;
  padding: var(--padt) var(--padlr) var(--padb);
}
.plan-even-form .flex .colB .form-c .col-md .swiper-nav .swiper-prev, .plan-even-form .flex .colB .form-c .col-md .swiper-nav .swiper-next {
  position: absolute;
  top: 34%;
  z-index: 2;
}
.plan-even-form .flex .colB .form-c .col-md .swiper-nav .swiper-prev svg, .plan-even-form .flex .colB .form-c .col-md .swiper-nav .swiper-next svg {
  width: 14px;
  height: auto;
}
.plan-even-form .flex .colB .form-c .col-md .swiper-nav .swiper-prev {
  right: 100%;
}
.plan-even-form .flex .colB .form-c .col-md .swiper-nav .swiper-next {
  left: 100%;
}
.plan-even-form .flex .colB .form-c .col-md .radio-div .type-input {
  border: 1px solid rgba(102, 102, 102, 0.5019607843);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.5s ease;
  padding: 16px;
  text-align: center;
}
@media only screen and (max-width: 1366px) {
  .plan-even-form .flex .colB .form-c .col-md .radio-div .type-input {
    padding: 10px 15px;
  }
}
.plan-even-form .flex .colB .form-c .col-md .radio-div .type-input:has(input:checked) {
  background: var(--white);
  border-color: var(--primary);
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
}
.plan-even-form .flex .colB .form-c .col-md .radio-div .type-input:has(input:checked) span {
  --background: var(--primary);
}
.plan-even-form .flex .colB .form-c .col-md .radio-div .type-input:has(input:checked) span::before {
  transform: scale(1);
  opacity: 1;
}
.plan-even-form .flex .colB .form-c .col-md .radio-div .type-input:has(input:checked) p {
  color: var(--primary);
}
.plan-even-form .flex .colB .form-c .col-md .radio-div .type-input:has(input:checked) .ico img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(96%) saturate(2014%) hue-rotate(280deg) brightness(102%) contrast(108%);
}
.plan-even-form .flex .colB .form-c .col-md .radio-div .type-input input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  z-index: 2;
}
.plan-even-form .flex .colB .form-c .col-md .radio-div span {
  display: block;
  text-align: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  --background: #666666B2;
  border: 2px solid var(--background);
  position: relative;
  transition: 0.3s ease;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.plan-even-form .flex .colB .form-c .col-md .radio-div span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--background);
}
@media only screen and (max-width: 1366px) {
  .plan-even-form .flex .colB .form-c .col-md .radio-div span {
    height: 20px;
    width: 20px;
  }
}
.plan-even-form .flex .colB .form-c .col-md .radio-div span::before {
  bottom: auto;
  right: auto;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  transform: scale(0.7);
  opacity: 0;
  transition: 0.2s ease-out;
}
.plan-even-form .flex .colB .form-c .col-md .radio-div p {
  color: var(--text);
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  transition: 0.5s ease;
}
.plan-even-form .flex .colB .form-c .col-md .radio-div .ico {
  width: 45px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1366px) {
  .plan-even-form .flex .colB .form-c .col-md .radio-div .ico {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
}
.plan-even-form .flex .colB .form-c .col-md .radio-div .ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.1s ease;
}
.plan-even-form .flex .colB .form-c .col-md .form {
  --item: 2;
  --gaptb: 25px;
  --gaplr: 38px;
  margin-top: 0rem;
  padding: 0 var(--padlr);
}
.plan-even-form .flex .colB .form-c .col-md .form .adlt-kid-inpt {
  --item: 2;
  --gaplr: 12px;
}
.plan-even-form .flex .colB .form-c .col-md .form .btn-grp {
  margin-top: 30px;
}

.has-kids-dropdown {
  position: relative;
}
.has-kids-dropdown .kids-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--white);
  z-index: 2;
}
.has-kids-dropdown .kids-dropdown ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px 18px;
  padding: 20px 15px 10px;
}
.has-kids-dropdown .kids-dropdown ul li:not(:last-child) {
  margin-bottom: 5px;
}
.has-kids-dropdown .kids-dropdown ul li p {
  line-height: 1;
  font-size: 11px;
  color: #959595;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.has-kids-dropdown .kids-dropdown ul li input {
  --inputsize: 30px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px !important;
  overflow: hidden;
  font-weight: 500;
  border: 1px solid #d8d8d8;
}
.has-kids-dropdown .kids-dropdown .ttl-kids {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f5f5f5;
  padding: 10px 15px;
}
.has-kids-dropdown .kids-dropdown .ttl-kids p {
  flex: 1;
  line-height: 1;
  font-size: 14px;
  color: var(--text);
  padding-right: 10px;
}
.has-kids-dropdown .kids-dropdown .ttl-kids p span {
  color: var(--black);
  font-weight: 500;
}
.has-kids-dropdown .kids-dropdown .ttl-kids .btn {
  flex: 0 1 auto;
  --height: 30px;
  font-size: 12px;
  --padding: 14px;
}

.product-col {
  display: flex;
  flex-direction: column;
}
.product-col .dtl-prt {
  border: 1px solid rgba(102, 102, 102, 0.5019607843);
  border-radius: 5px;
  padding: 12px;
  position: relative;
  --icort: 25px;
  flex: 1;
}
.product-col .dtl-prt::before {
  content: "";
  background: var(--primary) url(../../icon/close-ico.svg) no-repeat;
  opacity: 0;
  transform: scale(0.95);
  transition: 0.1s ease-out;
}
.product-col .dtl-prt .qty {
  background: var(--primary);
  color: var(--white);
  text-align: center;
  line-height: var(--icort);
  font-size: 12px;
}
.product-col .dtl-prt::before, .product-col .dtl-prt .qty {
  position: absolute;
  height: var(--icort);
  width: var(--icort);
  border-radius: 50%;
  background-size: 35%;
  background-position: 50% 50%;
  left: calc(100% - var(--icort) * 0.5);
  bottom: calc(100% - var(--icort) * 0.5);
}
.product-col .dtl-prt:has(input:checked) {
  border-color: var(--primary);
}
.product-col .dtl-prt:has(input:checked)::before {
  opacity: 1;
  transform: scale(1);
}
.product-col .dtl-prt .pr-img {
  line-height: 0;
  margin-bottom: 10px;
}
.product-col .dtl-prt .pr-img img {
  height: 60px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-col .dtl-prt .name, .product-col .dtl-prt .prc {
  color: var(--text);
}
.product-col .dtl-prt .name {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-col .dtl-prt .prc {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-top: 3px;
}
.product-col .dtl-prt input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.product-col .val-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.product-col .val-wrap .count-val {
  font-size: 14px;
  width: 50px;
  border: 0;
  background: none;
  text-align: center;
  color: var(--text);
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .product-col .val-wrap .count-val {
    font-size: 20px;
  }
}
.product-col .val-wrap .count-val:focus {
  outline: none;
}
.product-col .val-wrap .minus-val, .product-col .val-wrap .plus-val {
  --size: 26px;
  width: var(--size);
  height: var(--size);
  border: 1px solid var(--text);
  background: none;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: var(--size);
  cursor: pointer;
  color: var(--text);
  font-weight: 600;
}
.product-col .val-wrap .minus-val.disabled, .product-col .val-wrap .plus-val.disabled {
  opacity: 0.4;
  cursor: no-drop;
}

.nt-fnd-wrp {
  text-align: center;
}
.nt-fnd-wrp .ico {
  max-width: 150px;
}
.nt-fnd-wrp p {
  font-size: 20px;
  font-weight: 600;
}

.ham-btn {
  width: 39px;
  height: 22px;
  --border: 2px;
  --background: var(--black);
  border: var(--border) solid var(--background);
  border-left: none;
  border-right: none;
  transition: 0.5s ease;
  position: relative;
}
.ham-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--background);
}
.ham-btn::before {
  height: var(--border);
  bottom: auto;
  top: 50%;
  translate: 0 -50%;
  transition: 0.5s ease;
}
.ham-btn:hover {
  --background: var(--primary);
}

.tfisn-col:not(:last-child) {
  margin-bottom: 40px;
}
.tfisn-col .rvccf {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 20px;
}
.tfisn-col .product-grid-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 22px;
}
.tfisn-col .product-grid-wrap.product-grid-wrap-5 {
  grid-template-columns: repeat(5, 1fr);
}

.blog-col {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 10px;
  overflow: hidden;
}
.blog-col .figure {
  line-height: 0;
  display: block;
  overflow: hidden;
}
.blog-col .figure img {
  width: 100%;
  aspect-ratio: 1.32;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease;
}
.blog-col .figure:is(a):hover img {
  transform: scale(1.05);
}
.blog-col .figcaption {
  padding: 24px 22px;
}
.blog-col .figcaption .date {
  font-size: 14px;
  color: var(--primary);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.blog-col .figcaption .ttl {
  font-size: 20px;
  line-height: 1.4;
  color: var(--text);
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.blog-col .figcaption .ttl:is(a):hover {
  color: var(--primary);
}

.contact-form-sec {
  padding: 95px 0 120px;
}
.contact-form-sec .heading {
  margin-bottom: 48px;
}
.contact-form-sec .form {
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
  --item: 2;
  --gaplr: 35px;
  --gaptb: 35px;
}

.btn.disabled-btn {
  opacity: 0.4;
  cursor: no-drop;
}

[data-hidden] {
  display: none !important;
}

.txtotp_cbdhc {
  line-height: 2;
  position: absolute;
  top: 100%;
  font-size: 14px;
  color: red;
}

.checkbox-wrapper-3 {
  caret-color: transparent;
}
.checkbox-wrapper-3:has(input:checked) .toggle:before {
  background: rgba(232, 43, 241, 0.3607843137);
}
.checkbox-wrapper-3:has(input:checked) .toggle span {
  background: var(--gradient-a);
  transform: translateX(20px);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 8px rgba(232, 43, 241, 0.3607843137);
}
.checkbox-wrapper-3:has(input:checked) .toggle span:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.4s ease;
}
.checkbox-wrapper-3 input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.checkbox-wrapper-3 .toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-3 .toggle:before {
  content: "";
  position: relative;
  top: 3px;
  left: 3px;
  width: 34px;
  height: 14px;
  display: block;
  background: #9A9999;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.checkbox-wrapper-3 .toggle span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
  transition: all 0.2s ease;
}
.checkbox-wrapper-3 .toggle span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;
  height: 56px;
  background: rgba(232, 43, 241, 0.3607843137);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  transition: 0.5s ease;
  height: var(--headerheight);
  transition: box-shadow 0s ease, 0.5s ease;
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #FFFFFF;
}
header::after {
  height: 0;
  transition: 0.5s ease;
  z-index: -2;
}
header .header-wrapper {
  padding: 0 var(--containerfluid);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header-wrapper .colA, header .header-wrapper .colB {
  display: flex;
  height: 100%;
}
header .header-wrapper .colA {
  flex: 0 1 auto;
  padding: var(--headerpadding) 0;
  transition: 0.5s ease;
}
header .header-wrapper .colA a, header .header-wrapper .colA img {
  height: 100%;
  transition: 0.5s ease;
}
header .header-wrapper .colB {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}
header .header-wrapper .colB ul li {
  display: inline-block;
  vertical-align: middle;
  color: var(--black);
  line-height: 1;
}
header .header-wrapper .colB ul li:not(:last-child) {
  margin-right: 2.2rem;
}
header .header-wrapper .colB ul li a:not(.btn), header .header-wrapper .colB ul li button:not(.btn) {
  color: inherit;
  font-weight: inherit;
  display: inline-block;
  transition: 0.5s ease;
  font-size: 16px;
  font-weight: 500;
}
header .header-wrapper .colB ul li a:not(.btn):hover, header .header-wrapper .colB ul li button:not(.btn):hover {
  color: var(--primary);
}
header .header-wrapper .colB ul li a:not(.btn) span, header .header-wrapper .colB ul li button:not(.btn) span {
  font-weight: normal;
}
header .header-wrapper .colB ul li .noti {
  --noti: 18px;
  position: absolute;
  top: -5px;
  right: -10px;
  height: var(--noti);
  width: var(--noti);
  border-radius: 50%;
  background: var(--primary);
  text-align: center;
  font-size: 10px;
  line-height: var(--noti);
  color: var(--white);
}
header .header-wrapper .colB ul li .btn {
  --padding: 24px;
}
header .header-wrapper .colB ul .my-acnt {
  position: relative;
  --triangle: 10px;
}
header .header-wrapper .colB ul .my-acnt:hover .my-acnt-dropdown {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
header .header-wrapper .colB ul .my-acnt .my-acnt-dropdown {
  position: absolute;
  top: calc(100% + var(--triangle));
  left: 50%;
  translate: -50% 0;
  transform: perspective(2000px) translate3d(0px, -25px, 50px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
  transform-origin: top;
  transition: 0.4s ease;
  opacity: 0;
}
header .header-wrapper .colB ul .my-acnt .my-acnt-dropdown .arrow {
  display: block;
  position: absolute;
  height: var(--triangle);
  bottom: calc(100% - var(--triangle) / 2);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
header .header-wrapper .colB ul .my-acnt .my-acnt-dropdown .arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  translate: 0 -50%;
  bottom: calc(var(--triangle) / -2);
  width: var(--triangle);
  height: var(--triangle);
  background: var(--white);
  transform: rotate(45deg);
}
header .header-wrapper .colB ul .my-acnt .my-acnt-dropdown ul {
  background: var(--white);
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
}
header .header-wrapper .colB ul .my-acnt .my-acnt-dropdown ul li {
  white-space: nowrap;
}
header .header-wrapper .colB ul .my-acnt .my-acnt-dropdown ul li:not(:last-child) {
  margin-bottom: 8px;
  margin-right: 0;
}
header .header-wrapper .colB ul .my-acnt .my-acnt-dropdown ul li a {
  color: var(--black);
  font-size: 14px;
}
header .header-wrapper .colB ul .my-acnt .my-acnt-dropdown ul li a:hover {
  color: var(--primary);
}

header.header-fill {
  background: #FFF0F0;
}
header.header-fit, header.header-fixed {
  height: var(--headerfixed);
  --headerpadding: 10px;
}
@media only screen and (max-width: 675px) {
  header.header-fit, header.header-fixed {
    --headerpadding: 12px;
  }
}
header.header-fit .header-wrapper .colB ul li a:not(.btn):hover, header.header-fit .header-wrapper .colB ul li button:not(.btn):hover, header.header-fixed .header-wrapper .colB ul li a:not(.btn):hover, header.header-fixed .header-wrapper .colB ul li button:not(.btn):hover {
  color: var(--primary);
}
header.header-fit .header-wrapper .colB ul li .btn, header.header-fixed .header-wrapper .colB ul li .btn {
  --height: 34px;
  font-size: 14px;
  --padding: 20px;
}
header.header-fit .header-wrapper .colB ul li .ham-btn:hover, header.header-fixed .header-wrapper .colB ul li .ham-btn:hover {
  --background: var(--primary);
}
header.header-fixed {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
header.header-fixed::after {
  height: 100%;
}

footer {
  --strip: 6px;
  padding-top: var(--strip);
  position: relative;
  background: url(../../images/vector/vector-4.svg) no-repeat, linear-gradient(360deg, #FFFFFF 0%, #FFEAEA 100%);
  background-size: auto 80%, 100% 100%;
  background-position: 80% 100%, 0 0;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: url(../../icon/line.svg);
}
footer::before {
  bottom: auto;
  height: var(--strip);
  background-repeat: no-repeat;
  background-size: cover;
}
footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 77px 0 45px;
}
footer .footer-wrapper ul li a {
  color: var(--text);
  font-weight: 500;
  display: block;
  padding: 2px 0;
}
footer .footer-wrapper ul li a:hover {
  color: var(--primary);
}
footer .footer-wrapper ul li a:has(svg) {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
footer .footer-wrapper ul li a:has(svg):hover path {
  fill: var(--primary);
}
footer .footer-wrapper ul li:not(:last-child) {
  margin-bottom: 8px;
}
footer .footer-wrapper .colA {
  flex: 0 1 20%;
}
footer .footer-wrapper .colA img {
  width: 100%;
}
footer .footer-wrapper .colA .btn-div {
  margin-top: 40px;
  margin-right: 40px;
}
footer .footer-wrapper .colA .btn-div > *:not(:last-child) {
  margin-bottom: 20px;
}
footer .footer-wrapper .colB {
  flex: 0 1 auto;
  padding-left: 116px;
  padding-right: 130px;
}
footer .footer-wrapper .colC {
  flex: 1;
}
footer .footer-wrapper .colC .upper-col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
footer .footer-wrapper .colC .upper-col .foot-nav {
  flex: 1;
}
footer .footer-wrapper .colC .upper-col .social-icons a {
  display: inline-block;
  vertical-align: middle;
}
footer .footer-wrapper .colC .upper-col .social-icons a:not(:last-child) {
  margin-right: 28px;
}
footer .footer-wrapper .colC .upper-col .social-icons a:hover path {
  fill: var(--primary);
}
footer .footer-wrapper .colC .bottom-col > *:not(:last-child) {
  margin-right: 12px;
}
footer .bottom-footer {
  color: #9C9A9A;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid var(--text);
}
footer .bottom-footer .cprt-msg {
  flex: 1;
  color: inherit;
  font-size: inherit;
}
footer .bottom-footer .cprt-msg span {
  margin-left: 5px;
}
footer .bottom-footer .cprt-msg span a {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-left: 5px;
}
footer .bottom-footer .cprt-msg span img {
  width: 60px;
}
footer .bottom-footer ul {
  flex: 0 1 auto;
  line-height: 1;
}
footer .bottom-footer ul li {
  display: inline-block;
  vertical-align: middle;
}
footer .bottom-footer ul li:not(:last-child) {
  margin-right: 1rem;
}
footer .bottom-footer ul li a {
  color: #9C9A9A;
}
footer .bottom-footer ul li a:hover {
  color: var(--primary);
}

.ham-pop {
  right: 0;
  max-width: 500px;
  transform: translateX(100%);
  transition: 0.5s ease;
  background: url(../../images/vector/vector-4.svg) no-repeat, linear-gradient(180deg, #FFFFFF 0%, #FFEAEA 100%);
  background-size: 60% auto, 100% 100%;
  background-position: 80% 100%, 0 0;
}
.ham-pop.is-open {
  transform: translateX(0%);
}
.ham-pop .close path {
  stroke: var(--text);
  stroke-width: 2;
}
.ham-pop .model-body {
  padding: 22px 40px 30px;
  height: 100%;
  overflow-y: auto;
}
.ham-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
  height: 3px;
}
.ham-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.ham-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}
@media only screen and (max-width: 675px) {
  .ham-pop .model-body {
    padding: 22px 25px 20px;
  }
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body {
    padding: 22px 15px 20px;
  }
}
.ham-pop .model-body .ico {
  max-width: 75px;
  width: 100%;
  margin-bottom: 22px;
  line-height: 0;
}
.ham-pop .model-body .ico img, .ham-pop .model-body .ico svg {
  width: 100%;
  height: auto;
}
.ham-pop .model-body .nav-list > li:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .nav-list > li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.ham-pop .model-body .nav-list > li > a {
  font-size: 28px;
  font-family: "Playfair Display";
  color: var(--black);
  display: inline-block;
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .nav-list > li > a {
    font-size: 25px;
  }
}
.ham-pop .model-body .nav-list > li > a:hover {
  color: var(--primary);
}
.ham-pop .model-body .bottom-list {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ham-pop .model-body .bottom-list .cal-btn-ham {
  color: var(--text);
  font-weight: 600;
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body .bottom-list .cal-btn-ham {
    font-weight: 500;
  }
}
.ham-pop .model-body .bottom-list .cal-btn-ham:hover {
  color: var(--primary);
}
.ham-pop .model-body .bottom-list .social-icons a {
  display: inline-block;
  vertical-align: middle;
}
.ham-pop .model-body .bottom-list .social-icons a:not(:last-child) {
  margin-right: 15px;
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body .bottom-list .social-icons a:not(:last-child) {
    margin-right: 10px;
  }
}
.ham-pop .model-body .bottom-list .social-icons a path {
  transition: 0.5s ease;
}
.ham-pop .model-body .bottom-list .social-icons a:hover path {
  fill: var(--primary);
}

.model.plan-event-pop {
  max-width: 100%;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transform-origin: bottom;
}
.model.plan-event-pop.is-open {
  transform: translateY(0%);
}
.model.plan-event-pop.is-open .model-body .flex .colA {
  transform: scale(1);
  opacity: 1;
}
.model.plan-event-pop.is-open .model-body .flex .colB {
  transform: translateX(0px);
  opacity: 1;
}
.model.plan-event-pop.is-open .model-body .bottom-strip {
  transform: translateY(0%);
  opacity: 1;
}
.model.plan-event-pop .model-body {
  height: 100%;
  padding: 0;
}
.model.plan-event-pop .model-body .plan-sec-tab {
  height: 100%;
}
.model.plan-event-pop .model-body .plan-sec-tab .tabs {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 85px 0 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.model.plan-event-pop .model-body .plan-sec-tab .tabs::-webkit-scrollbar {
  width: 8px;
  background: none;
  height: 8px;
}
.model.plan-event-pop .model-body .plan-sec-tab .tabs::-webkit-scrollbar-track {
  box-shadow: none;
}
.model.plan-event-pop .model-body .plan-sec-tab .tabs::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
@media only screen and (max-width: 1366px) {
  .model.plan-event-pop .model-body .plan-sec-tab .tabs {
    padding: 40px 0 0;
  }
}
.model.plan-event-pop .model-body .plan-sec-tab .tabs:has(.mlcwz) {
  padding: 0;
}
.model.plan-event-pop .model-body .plan-sec-tab .tabs.ryrja.active .wrap-flex .col-Aa {
  transform: translateX(0);
  opacity: 1;
}
.model.plan-event-pop .model-body .plan-sec-tab .tabs.ryrja.active .wrap-flex .col-Bb {
  transform: translateX(0);
  opacity: 1;
}
.model.plan-event-pop .model-body .uppr-col {
  flex: 1;
}
.model.plan-event-pop .model-body .flex {
  align-items: initial;
  padding-bottom: 175px;
}
.model.plan-event-pop .model-body .flex .colA {
  top: 0;
  transform: scale(0.8);
  opacity: 0;
  transition: 1.2s ease;
}
.model.plan-event-pop .model-body .flex .colB {
  transform: translateX(400px);
  opacity: 0;
  transition: 2s ease;
}
@media only screen and (max-width: 1366px) {
  .model.plan-event-pop .model-body .flex .colB .heading h3, .model.plan-event-pop .model-body .flex .colB .heading h2 {
    font-size: 40px;
  }
}
.model.plan-event-pop .model-body .wrap-flex {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  --ico: 50px;
}
.model.plan-event-pop .model-body .wrap-flex:has(.col-Bb[data-hidden])::before, .model.plan-event-pop .model-body .wrap-flex:has(.col-Bb[data-hidden])::after {
  display: none;
}
.model.plan-event-pop .model-body .wrap-flex::before {
  content: "OR";
  position: absolute;
  left: calc(100% - var(--ico) / 2);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: var(--white);
  width: var(--ico);
  height: var(--ico);
  border-radius: 50%;
  text-align: center;
  line-height: var(--ico);
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
}
.model.plan-event-pop .model-body .wrap-flex::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: rgba(102, 102, 102, 0.3019607843);
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa {
  transform: translateX(-100%);
  transition: 1.5s ease;
  opacity: 0;
}
.model.plan-event-pop .model-body .wrap-flex .col-Bb {
  transform: translateX(100%);
  transition: 1.5s ease;
  opacity: 0;
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa, .model.plan-event-pop .model-body .wrap-flex .col-Bb {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa:has(input:checked) .content-c .vdcfz-input, .model.plan-event-pop .model-body .wrap-flex .col-Bb:has(input:checked) .content-c .vdcfz-input {
  background: var(--white);
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa:has(input:checked) .content-c .vdcfz-input span, .model.plan-event-pop .model-body .wrap-flex .col-Bb:has(input:checked) .content-c .vdcfz-input span {
  --background: var(--primary);
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa:has(input:checked) .content-c .vdcfz-input span::before, .model.plan-event-pop .model-body .wrap-flex .col-Bb:has(input:checked) .content-c .vdcfz-input span::before {
  transform: scale(1);
  opacity: 1;
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa:has(input:checked) .content-c .vdcfz-input p, .model.plan-event-pop .model-body .wrap-flex .col-Bb:has(input:checked) .content-c .vdcfz-input p {
  color: var(--primary);
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa input, .model.plan-event-pop .model-body .wrap-flex .col-Bb input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  z-index: 1;
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa .content-c, .model.plan-event-pop .model-body .wrap-flex .col-Bb .content-c {
  max-width: 450px;
  text-align: center;
  padding: 3rem 0;
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa .content-c .ico, .model.plan-event-pop .model-body .wrap-flex .col-Bb .content-c .ico {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa .content-c .ico img, .model.plan-event-pop .model-body .wrap-flex .col-Bb .content-c .ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa .content-c h4, .model.plan-event-pop .model-body .wrap-flex .col-Bb .content-c h4 {
  font-family: "Playfair Display";
  font-size: 36px;
  line-height: 1.2;
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa .content-c > p, .model.plan-event-pop .model-body .wrap-flex .col-Bb .content-c > p {
  color: var(--text);
  margin: 16px 0 25px;
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa .content-c .vdcfz-input, .model.plan-event-pop .model-body .wrap-flex .col-Bb .content-c .vdcfz-input {
  max-width: 213px;
  border: 1px solid rgba(102, 102, 102, 0.5019607843);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.5s ease;
  padding: 12px 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa .content-c .vdcfz-input span, .model.plan-event-pop .model-body .wrap-flex .col-Bb .content-c .vdcfz-input span {
  display: block;
  text-align: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  --background: #666666B2;
  border: 2px solid var(--background);
  position: relative;
  transition: 0.3s ease;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa .content-c .vdcfz-input span::before, .model.plan-event-pop .model-body .wrap-flex .col-Bb .content-c .vdcfz-input span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--background);
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa .content-c .vdcfz-input span::before, .model.plan-event-pop .model-body .wrap-flex .col-Bb .content-c .vdcfz-input span::before {
  bottom: auto;
  right: auto;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  transform: scale(0.7);
  opacity: 0;
  transition: 0.2s ease-out;
}
.model.plan-event-pop .model-body .wrap-flex .col-Aa .content-c .vdcfz-input p, .model.plan-event-pop .model-body .wrap-flex .col-Bb .content-c .vdcfz-input p {
  color: var(--text);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  transition: 0.5s ease;
}
.model.plan-event-pop .model-body .bottom-strip {
  flex: 0 1 auto;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: var(--white);
  box-shadow: -3px -5px 4.7px -3px rgba(0, 0, 0, 0.05);
  color: var(--text);
  transform: translateY(100%);
  opacity: 0;
  transition: 0.8s ease;
}
.model.plan-event-pop .model-body .bottom-strip .wrp-ft {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0;
}
@media only screen and (max-width: 1366px) {
  .model.plan-event-pop .model-body .bottom-strip .wrp-ft {
    padding: 10px 0;
  }
}
.model.plan-event-pop .model-body .bottom-strip .wrp-ft .how-wrk {
  display: flex;
  align-items: center;
  gap: 20px;
}
.model.plan-event-pop .model-body .bottom-strip .wrp-ft .how-wrk .play-btn {
  --bordercolor: var(--primary);
  --playbtncolor: var(--bordercolor);
}
@media only screen and (max-width: 1366px) {
  .model.plan-event-pop .model-body .bottom-strip .wrp-ft .how-wrk .play-btn {
    --btnsize: 45px;
  }
}
.model.plan-event-pop .model-body .bottom-strip .wrp-ft ul li {
  display: inline-block;
  vertical-align: middle;
}
.model.plan-event-pop .model-body .bottom-strip .wrp-ft ul li:not(:last-child) {
  margin-right: 22px;
}
.model.plan-event-pop .model-body .bottom-strip .wrp-ft ul li:not(:has(.btn)) {
  font-size: 14px;
}
@media only screen and (max-width: 1366px) {
  .model.plan-event-pop .model-body .bottom-strip .wrp-ft ul .btn {
    --height: 38px;
    font-size: 14px;
  }
}
.model.add-address-pop {
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  background: none;
  pointer-events: none;
  display: flex;
  align-items: center;
  transform: translateY(100%);
  transition: 0.5s ease;
  overflow: hidden;
}
.model.add-address-pop.is-open {
  transform: translateY(0%);
}
.model.add-address-pop .dialog-wrapper {
  width: 100%;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: all;
}
.model.add-address-pop .close {
  right: 18px;
  top: 28px;
}
.model.add-address-pop .model-body {
  padding: 36px 38px 60px;
  background: var(--white);
  border-radius: 15px;
}
@media only screen and (max-width: 1366px) {
  .model.add-address-pop .model-body {
    max-height: 530px;
    overflow-y: auto;
  }
  .model.add-address-pop .model-body::-webkit-scrollbar {
    width: 6px;
    background: none;
    height: 6px;
  }
  .model.add-address-pop .model-body::-webkit-scrollbar-track {
    box-shadow: none;
  }
  .model.add-address-pop .model-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
}
.model.add-address-pop .model-body .pilce {
  display: flex;
  gap: 1rem;
  margin-bottom: 24px;
}
.model.add-address-pop .model-body .pilce h4 {
  flex: 1;
  font-size: 20px;
  line-height: 25.64px;
  text-transform: capitalize;
  font-weight: 500;
}
.model.add-address-pop .model-body .pilce .close svg {
  width: 18px;
}
.model.add-address-pop .model-body .form {
  --item: 2;
  --borderbefore: var(--text);
  --gaptb: 16px;
  --gaplr: 16px;
  --labelfontbefore: 14px;
  --labelfontafter: 12px;
}
.model.add-address-pop .model-body .form .label-tzooz {
  color: var(--black);
  font-weight: 600;
}
.model.add-address-pop .model-body .form .chckbx-tkfrb {
  margin-top: 12px;
}
.model.add-address-pop .model-body .form .chckbx-tkfrb p {
  font-size: var(--labelfontbefore);
}
.model.add-address-pop .model-body .form .btn-grp {
  margin-top: 20px;
}

.login-pop {
  max-width: 510px;
  background: var(--white);
  right: 0;
  transform: translateX(100%);
  transition: 0.7s ease;
  background: var(--white);
}
.login-pop.is-open {
  transform: translateX(0%);
}
.login-pop .close {
  top: 25px;
  right: 25px;
}
@media only screen and (max-width: 675px) {
  .login-pop .close {
    top: 20px;
    right: 20px;
  }
}
.login-pop .close path {
  stroke: var(--black);
}
.login-pop .model-body {
  padding: 75px 55px 50px;
  height: 100%;
  overflow-y: auto;
}
.login-pop .model-body::-webkit-scrollbar {
  width: 6px;
  background: none;
  height: 6px;
}
.login-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.login-pop .model-body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 25px;
}
@media only screen and (max-width: 675px) {
  .login-pop .model-body {
    padding: 40px 25px 50px;
  }
}
.login-pop .model-body .title {
  margin-bottom: 4.5rem;
}
.login-pop .model-body .title .ico {
  width: 70px;
  line-height: 0;
  margin: 0 auto 30px;
}
.login-pop .model-body .title .ico img {
  width: 100%;
}
.login-pop .model-body .title h4 {
  text-align: center;
  color: var(--black);
  font-family: "Playfair Display";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.282;
  text-transform: uppercase;
}
.login-pop .model-body .form-group-login {
  border-bottom: 1px solid var(--text);
  display: flex;
  gap: 10px;
  position: relative;
  align-items: center;
}
.login-pop .model-body .form-group-login .wefeewf {
  position: absolute;
  left: 0;
  right: 0;
  color: red;
  font-weight: bold;
  font-size: 14px;
  top: calc(100% + 10px);
}
.login-pop .model-body .form-group-login .mobile-input, .login-pop .model-body .form-group-login .dial-code {
  border: none;
  width: 100%;
  height: 42px;
  color: var(--black);
}
.login-pop .model-body .form-group-login .mobile-input:focus, .login-pop .model-body .form-group-login .dial-code:focus {
  outline: none;
}
.login-pop .model-body .form-group-login .dial-code {
  flex: 0;
  min-width: 20px;
  caret-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-pop .model-body .form-group-login .dial-code svg {
  width: 100%;
  height: auto;
}
.login-pop .model-body .form-group-login .mobile-input {
  flex: 1;
}
.login-pop .model-body .sbmt-btn-div {
  margin: 55px 0 70px;
}
.login-pop .model-body .split-sec {
  overflow: hidden;
}
.login-pop .model-body .split-sec p {
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: var(--text);
  font-weight: 500;
}
.login-pop .model-body .split-sec p::before, .login-pop .model-body .split-sec p::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 200px;
  height: 1px;
  background: #ECECEC;
}
.login-pop .model-body .split-sec p::before {
  left: calc(100% + 12px);
}
.login-pop .model-body .split-sec p::after {
  right: calc(100% + 12px);
}
.login-pop .model-body .btm-social-wrp {
  display: flex;
  align-items: center;
  gap: 0 30px;
  margin-top: 40px;
}
.login-pop .model-body .btm-social-wrp > * {
  flex: 1;
}
.login-pop .model-body .btm-social-wrp svg {
  width: auto;
}
.login-pop .model-body .btm-social-wrp .btn {
  font-size: 14px;
}
.login-pop .model-body .register {
  text-align: center;
  color: var(--text);
  font-weight: 500;
  margin-top: 46px;
}
.login-pop .model-body .register .reg-btn {
  color: var(--primary);
  font-weight: bold;
}
.login-pop .model-body.otp-verify .otp-verify-wrap {
  padding-top: 4rem;
}
.login-pop .model-body.otp-verify .back-to-login {
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  color: var(--primary);
  font-weight: 500;
}
.login-pop .model-body.otp-verify .back-to-login:hover {
  color: var(--primary);
}
.login-pop .model-body.otp-verify .back-to-login img {
  width: 13px;
  transform: rotate(90deg);
}
.login-pop .model-body.otp-verify .enter-nm-erww {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.login-pop .model-body.otp-verify .txtVr {
  font-size: 20px;
  color: var(--text);
  text-align: center;
}
.login-pop .model-body.otp-verify .txtVr span {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.login-pop .model-body.otp-verify .cojm-wrap {
  position: relative;
}
.login-pop .model-body.otp-verify .cojm-wrap .otp-error-ozrj {
  color: red;
  position: absolute;
  font-size: 14px;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}
.login-pop .model-body.otp-verify .otpInput {
  padding: 50px 0 60px;
  max-width: 230px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 21px;
}
.login-pop .model-body.otp-verify .otpInput input {
  flex: 1;
  height: 40px;
  width: 100%;
  border: none;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
}
.login-pop .model-body.otp-verify .otpInput input:focus {
  outline: none;
}

.video-pop {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 9;
  max-width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.video-pop.is-open {
  transform: translateY(0%);
}
.video-pop .close-video {
  position: absolute;
  bottom: calc(100% + 20px);
  top: auto;
  right: -40px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 675px) {
  .video-pop .close-video {
    right: 0;
  }
}
.video-pop .close-video:hover {
  background: var(--primary);
}
.video-pop .close-video svg {
  height: 35%;
  width: 35%;
}
.video-pop .close-video path {
  stroke-width: 2;
  stroke: var(--white);
}
.video-pop .model-body {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 675px) {
  .video-pop .model-body {
    max-width: 95%;
  }
}
.video-pop .model-body iframe {
  width: 100%;
  aspect-ratio: 1.9;
  border: 2px solid var(--white);
}

.footer-strip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: var(--primary);
  display: none;
}
@media only screen and (max-width: 675px) {
  .footer-strip {
    display: block;
  }
}
.footer-strip ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-strip ul li {
  flex: 1;
}
.footer-strip ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-strip ul li a {
  display: block;
  text-align: center;
  color: var(--white);
  height: var(--footerstrip);
  line-height: var(--footerstrip);
  font-weight: bold;
  text-transform: uppercase;
}

.message-pop {
  position: fixed;
  top: 40px;
  left: 50%;
  translate: -50% 0;
  z-index: 7;
  background: #ff3d3d;
  color: var(--white);
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  animation: showpop 0.7s ease forwards;
}
@keyframes showpop {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.message-pop.bottom {
  bottom: 40px;
  top: auto;
}
.message-pop.top-right {
  right: 50px;
  left: auto;
  top: 40px;
  translate: 0 0;
}
.message-pop.top-left {
  left: 50px;
  top: 40px;
  translate: 0 0;
}
.message-pop.bottom-left {
  top: auto;
  bottom: 40px;
  left: 50px;
  translate: 0 0;
}
.message-pop.bottom-right {
  top: auto;
  bottom: 40px;
  left: auto;
  right: 50px;
  translate: 0 0;
}/*# sourceMappingURL=header.css.map */