@font-face {
  font-family: "BentonSans";
  src: url(../fonts/bentonsans-regular.woff2) format("woff2"), url(../fonts/bentonsans-regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentonSans";
  src: url(../fonts/bentonsans-bold.woff2) format("woff2"), url(../fonts/bentonsans-bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "BentonSans";
  src: url(../fonts/bentonsans-mediumitalic.woff2) format("woff2"), url(../fonts/bentonsans-mediumitalic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "BentonSans-Medium";
  src: url(../fonts/bentonsans-medium.woff2) format("woff2"), url(../fonts/bentonsans-medium.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 728px) {
  .container {
    max-width: 728px;
  }
}
@media (min-width: 984px) {
  .container {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.relative {
  position: relative;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-auto {
  margin-top: auto;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.font-bold {
  font-weight: 700;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:root {

  }
  html{
    scroll-behavior: smooth;
  }
  body{
    /* font-family: Helvetica Neue, Helvetica, sans-serif;
    color: var(--gary_color); */
    font-family: "BentonSans";
  }
  sup{
    font-family:  Arial, Helvetica, sans-serif;
  }
  @media not all and (min-width: 768px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
  .bold{
    font-weight: bold;
  }
  .banner_header{
    padding-top: 27px;
    padding-bottom: 40px;
    position: relative}
  .banner_header-image {
  position: absolute;
  top: 0px;
  z-index: -10;
  width: 100%;
}
  .banner_header-image img{
    width: 100%;
  }
  .banner_header-tittle {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
  @media not all and (min-width: 768px) {
  .banner_header-tittle {
    font-size: 22px;
  }
}
  .hero-section {
  padding-bottom: 30px;
  text-align: center;
}
  .section__sleeve{
    grid-template-columns: repeat(12, 1fr);
    margin-top: 2rem;
    gap: 24px}
  @media (min-width: 768px) {
  .section__sleeve {
    display: grid;
  }
} 
  .banner_header-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
} 
  @media (min-width: 768px) {
  .banner_header-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
  .banner_location{
    background: rgb(0 0 0 / 50%);
    font-weight: bold;
    position: relative;
    right: 0px;
    margin-left: auto;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0.75rem;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))}
  .banner_location:hover {
  width: -moz-fit-content;
  width: fit-content;
}
  @media not all and (min-width: 768px) {
  .banner_location {
    width: 6rem;
  }
}
  @media (min-width: 768px) {
  .banner_location {
    float: right;
  }
}
  .banner_location::before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9.53' height='12' viewBox='0 0 9.53 12'%3e%3cpath id='location_on_24dp_E8EAED_FILL0_wght300_GRAD0_opsz24' d='M182.846-854.088a1.1,1.1,0,0,0,.805-.336,1.1,1.1,0,0,0,.335-.807,1.1,1.1,0,0,0-.336-.806,1.1,1.1,0,0,0-.807-.334,1.1,1.1,0,0,0-.805.336,1.1,1.1,0,0,0-.335.807,1.1,1.1,0,0,0,.336.805A1.1,1.1,0,0,0,182.846-854.088Zm0,4.828a16.2,16.2,0,0,0,2.835-3.181,5.132,5.132,0,0,0,.983-2.668,3.872,3.872,0,0,0-1.1-2.838,3.669,3.669,0,0,0-2.721-1.112,3.669,3.669,0,0,0-2.721,1.112,3.872,3.872,0,0,0-1.1,2.838,5.132,5.132,0,0,0,.983,2.668A16.2,16.2,0,0,0,182.845-849.26Zm0,1.26a20.208,20.208,0,0,1-3.574-3.843,6,6,0,0,1-1.191-3.266,4.675,4.675,0,0,1,1.414-3.538A4.683,4.683,0,0,1,182.845-860a4.683,4.683,0,0,1,3.351,1.353,4.675,4.675,0,0,1,1.414,3.538,6,6,0,0,1-1.191,3.266A20.209,20.209,0,0,1,182.845-848ZM182.845-855.229Z' transform='translate(-178.08 860)' fill='%23e8eaed'/%3e%3c/svg%3e ");
    content: "";
    background-repeat: no-repeat;
    width: 10px;
    margin-right: 5px;
    height: 12px;
    left: 10px;
    display: inline-block;
    position: absolute;
  }
  .banner_location::after{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10.7' height='10.7' viewBox='0 0 10.7 10.7'%3e%3cpath id='north_east_24dp_E8EAED_FILL0_wght300_GRAD0_opsz24' d='M180.805-729.3l-.805-.805,8.748-8.748h-5.309V-740H190.7v7.261h-1.146v-5.309Z' transform='translate(-180 740)' fill='%23fff' opacity='0.5'/%3e%3c/svg%3e ");
    content: "";
    width: 10px;
    background-repeat: no-repeat;
    margin-left: 5px;
    height: 12px;
    right: 10px;
    display: inline-block;
     position: absolute;
  }
  .flag-label{
    background: linear-gradient(0deg, rgba(90,91,90,1) 0%, rgba(137,139,137,1) 50%, rgba(90,91,90,1) 100%);
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    font-family: "BentonSans-Medium";
    max-height: 24px;
    max-width: 200px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))}
  .flag-label-gold{
    background: linear-gradient(0deg, rgba(133,110,79,1) 0%, rgba(172,143,103,1) 50%, rgba(133,110,79,1) 100%);
  }
  .card_lable{
    font-weight: bold;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -18px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))}
  .brilliant_wrap {
  flex: 1 1 0%;
}
  .bevy_wrap {
  flex: 1 1 0%;
}
  .personal-section_wrap{
    box-shadow: 0px 4px 16px #29272729;
    grid-column-end:span 8;
    position: relative;
    display: flex;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))}
  .business-section_wrap{
    grid-column-end:span 4;
    box-shadow: 0px 4px 16px #29272729;
    position: relative;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))}
  /* .hero-section .personal-section_wrap .brilliant_wrap, .hero-section .personal-section_wrap .bevy_wrap ,.hero-section .business-section_wrap{
  @apply pt-[18px]
  } */
  .brilliant_wrap,.bevy_wrap,.business_wrap {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.5rem;
  padding-top: 2rem;
}
  .flex_colum {
  display: flex;
  height: 100%;
  flex-direction: column;
}

  .brilliant_wrap{
    border-right: 2px solid #ECEDEE}

  @media not all and (min-width: 768px) {
  .brilliant_wrap {
    border-style: none;
  }
}
  .bevy_wrap{
    border-left: 2px solid #ECEDEE}
  @media not all and (min-width: 768px) {
  .bevy_wrap {
    border-style: none;
  }
}
  .hero_heading {
  margin-bottom: 18px;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
  @media not all and (min-width: 768px) {
  .hero_heading {
    margin-top: 1.25rem;
  }
}
  .hero_subheading {
  margin-bottom: 14px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
  .hero_text {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
  .hero_text-fee {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
  .welcome_ribbon{

    color: #d97848;
    font-size: 20px;
    margin-bottom: 1rem;
    display: inline-block;
    border-radius: 1.5rem;
    font-weight: 700;
    text-transform: uppercase}
  .apply_now {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 141 109 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
  .apply_now:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 124 59 / var(--tw-bg-opacity));
}
  .hero_text-confidence {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
  .hero-learnmore{
    border-top: 2px solid #ECEDEE;
    margin-top: 1.25rem;
    padding-top: 1.25rem}
  .card_wrap {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 14rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
  .Links_01 {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  font-size: 13px;
}
  .Links_01 a {
  text-decoration-line: underline;
}
  .Links_01 a::after, .open_new:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M31 0H15v2h13.59L.29 30.29 1.7 31.7 30 3.41V16h2V1a1 1 0 0 0-1-1z' /%3e%3c/svg%3e");
    width: 10px;
    height: 10px;
    background-size: 100%;
    display: inline-block;
}
.open_new{
   white-space:wrap;
   font-weight: bold;
   word-break: break-all;
   text-decoration: underline;
}
.benefits-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.common-head{
  font-weight: bold;
  font-size: 26px}
.common-item {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.common_tittle-h3{
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(217 120 72 / var(--tw-text-opacity))}
.common_tittle-h3-20 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.font-32{
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase}
.benefits-section-text {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.benefits_items {
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
}
.benefits_items li {
  display: flex;
  gap: 0.75rem;
}
.benefits-section-text-16 {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.benefits_icon{
  font-weight: bold;
  display: flex;
  height: 3rem;
  min-width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 106 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))}
.Elite_Status_icon{
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='36.363' height='40.803' viewBox='0 0 36.363 40.803'%3e%3cg id='Group_136' data-name='Group 136' transform='translate(-4.616 -2.01)' opacity='0.5'%3e%3cpath id='Path_586' data-name='Path 586' d='M39.224,10.921,24.551,2.47a3.571,3.571,0,0,0-3.507,0L6.371,10.921a3.513,3.513,0,0,0-1.755,3.035v16.9a3.511,3.511,0,0,0,1.756,3.034l14.672,8.451a3.518,3.518,0,0,0,3.507,0l14.671-8.451a3.51,3.51,0,0,0,1.757-3.034v-16.9a3.512,3.512,0,0,0-1.756-3.034Zm-.8,19.938a.951.951,0,0,1-.479.823L23.278,40.134a.98.98,0,0,1-.961,0L7.645,31.683a.954.954,0,0,1-.478-.824v-16.9a.957.957,0,0,1,.478-.825L22.319,4.68a.962.962,0,0,1,.959,0L37.95,13.131a.956.956,0,0,1,.479.825v16.9Z' transform='translate(0 0)' fill='%23fff'/%3e%3cpath id='Path_587' data-name='Path 587' d='M33.676,19.226l-5.724-.891-2.716-4.517a1.274,1.274,0,0,0-2.185,0l-2.717,4.516-5.753.891a1.275,1.275,0,0,0-.735,2.133l4.04,4.306-1.047,6.109a1.275,1.275,0,0,0,1.851,1.345l5.454-2.868L29.6,33.119a1.275,1.275,0,0,0,1.85-1.345L30.4,25.662l4.013-4.306a1.275,1.275,0,0,0-.737-2.129ZM28.1,24.386a1.275,1.275,0,0,0-.324,1.086l.718,4.187-3.761-1.978a1.284,1.284,0,0,0-1.188,0l-3.761,1.978.718-4.187a1.275,1.275,0,0,0-.327-1.088l-2.82-3.006,3.954-.612a1.276,1.276,0,0,0,.9-.6l1.932-3.21,1.931,3.21a1.274,1.274,0,0,0,.9.6l3.937.612L28.1,24.386Z' transform='translate(-1.33 -1.676)' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e ");
  margin-bottom: 0.5rem;
  height: 72px;
  width: 72px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(90 91 90 / var(--tw-bg-opacity));
  background-position: center;
  background-repeat: no-repeat}
.Elite_Status-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(133 110 79 / var(--tw-bg-opacity));
}
.additional_section-img-wrap {

  width: -moz-fit-content;

  width: fit-content;

  position: relative;

}

.additional_section-img-wrap .flag-label {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #ff8d6d;
  color: #000;
  max-height: 22px;
  max-width: 158px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.additional_section {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
  padding-top: 30px;
  padding-bottom: 30px;
}
.additional_section_sleeve{
  border: 1px solid #ECEDEE;
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))}
.additional_section_wrap{
  border-top: 2px solid #ECEDEE;
  display: flex;
  gap: 3rem}
@media not all and (min-width: 768px) {
  .additional_section_wrap {
    display: block;
  }
}
.additional_section-col {
  flex: 1 1 0%;
}
@media (min-width: 768px) {
  .additional_section-col {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.first-col {
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 248 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 25px;
  padding-right: 25px;
}
@media not all and (min-width: 768px) {
  .first-col {
    padding: 1.25rem;
  }
}
@media (min-width: 768px) {
  .first-col {
    max-width: 20rem;
  }
}
.additional_section-img {
  max-width: 164px;
}
.additional_section_tittle {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.additional_section .Links_01 {
  justify-content: flex-start;
}
.additional_section-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-right: 1.25rem;
}
@media not all and (min-width: 768px) {
  .additional_section-items {
    padding: 1.25rem;
  }
}
.additional_section-item {
  gap: 1rem;
}
@media not all and (min-width: 768px) {
  .additional_section-item {
    display: flex;
  }
}
.additional_section-item-img{
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3e%3cg id='Group_487' data-name='Group 487' transform='translate(-636.41 -4435.114)'%3e%3cpath id='certificate-solid' d='M16.444.533a1.874,1.874,0,0,0-3.164.844L12.046,6.258,7.2,4.891A1.871,1.871,0,0,0,4.891,7.2l1.367,4.843L1.376,13.288A1.885,1.885,0,0,0,.025,14.624a1.837,1.837,0,0,0,.508,1.82l3.609,3.515L.533,23.474a1.874,1.874,0,0,0,.844,3.164l4.882,1.234L4.891,32.715A1.871,1.871,0,0,0,7.2,35.027l4.843-1.367,1.234,4.882a1.88,1.88,0,0,0,3.164.851l3.515-3.609,3.515,3.609a1.869,1.869,0,0,0,1.828.5,1.9,1.9,0,0,0,1.336-1.351l1.234-4.882,4.843,1.367a1.871,1.871,0,0,0,2.312-2.312L33.66,27.872l4.882-1.234A1.885,1.885,0,0,0,39.893,25.3a1.864,1.864,0,0,0-.5-1.828l-3.609-3.515,3.609-3.515a1.869,1.869,0,0,0,.5-1.828,1.9,1.9,0,0,0-1.351-1.336L33.66,12.046,35.027,7.2a1.871,1.871,0,0,0-2.312-2.312L27.872,6.258,26.63,1.376A1.885,1.885,0,0,0,25.294.025a1.837,1.837,0,0,0-1.82.508L19.959,4.141Z' transform='translate(636.451 4435.155)' fill='rgba(255,141,109,1)'/%3e%3cpath id='check-solid' d='M13.748,96.32a1.01,1.01,0,0,1,0,1.427l-8.067,8.067a1.01,1.01,0,0,1-1.427,0L.22,101.781a1.009,1.009,0,0,1,1.427-1.427l3.321,3.318,7.355-7.352a1.01,1.01,0,0,1,1.427,0Z' transform='translate(649.426 4354.046)' fill='%231c1c1c' stroke='%231c1c1c' stroke-linejoin='round' stroke-width='1'/%3e%3c/g%3e%3c/svg%3e ");
margin-bottom: 1rem;
height: 2.5rem;
width: 2.5rem;
min-width: 2.5rem}
.additional_section-item-h4{
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem}
@media not all and (min-width: 768px) {
  .additional_section_wrap .apply_now,.additional_section_wrap .Links_01 {
    display: none;
  }
}

footer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
footer img{
  width: 100%;
}

/***mob***/
@media not all and (min-width: 768px) {
  .additional_section .hero_text-fee {
    margin-bottom: 0px;
  }
}
.top_tab {
  margin-bottom: 1rem;
  display: flex;
  gap: 1.25rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .top_tab {
    display: none;
  }
}
.tab_btn{
  display: block;
  flex: 1;
}
@media not all and (min-width: 768px) {
  [data-cardtype] {
    display: none;
  }
  .active {
    display: block;
  }
}
.hidden{
  display: none;
}
.current{
  flex: 1.2; 
  position: relative;
}
.current::after{
  content: "";
  position: absolute;
  background: #ff8d6d;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  left: 0;
  bottom: -10px;
}
.current::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 10px solid #ff8d6d;
  bottom: -31px;
  left: 0;
  right: 0;
  margin: auto;
}
.mobile_card_head{
  width: calc(100%  +  40px);
  margin-top: -1.5rem;
  margin-left: -1.25rem;
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem}
@media (min-width: 768px) {
  .mobile_card_head {
    display: none;
  }
}

.sticky_wrap{
  box-shadow: 0 8px 9px rgb(0 0 0 / 9%);
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: none}
.sticky_wrap.show {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 768px) {
  .sticky_wrap.show {
    display: block;
  }
}
.sticky_wrap::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 24px;
  background: linear-gradient(90deg, rgba(249,242,222,1) 60%, rgba(243,245,246,1) 60%);
}
.sticky_items {
  display: flex;
}
.sticky_card{
  min-width: 90px; width:90px;
}
.sticky_item{
  flex: 1;
  border-right: 2px solid #ECEDEE;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem}
@media (max-width: 992px) {
  .sticky_item {
    flex-wrap: wrap;
  }
}
.sticky_business .sticky_item{
  border-right: 0px solid #ECEDEE;
}
.sticky_text-head{
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem}
.sticky_text-fee{
 font-size: 15px;
 margin-top: 4px;
}
.sticky_container {
  display: flex;
}
.sticky_business{
  flex: 1;
}
.sticky_Personal{
  flex: 2;
}
.sticky_container .apply_now {
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.sticky_container .Links_01 {
  margin-top: 0.5rem;
  justify-content: flex-start;
  gap: 0.5rem;
  font-size: 11px;
}
.sticky_strip-Personal,.sticky_strip-Business{ font-weight: bold;
  background-color: #F9F2DE;
  display: flex;
  justify-content: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase}
.sticky_strip-Business{
  background-color:#F3F5F6
}
.mobile_sticky-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.mobile_sticky-img{
  top: 55px;
  position: absolute;
  right: 0.5rem;
  width: 64px;
  min-width: 64px}
.mobile_sticky-tittle{
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem}
.mobile_sticky-tittle-fee {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.slick-current{
  border: 1px solid #D4D5D6;
  border-top: 0;
}
.slick-slide .mobile_sticky-content,.slick-slide .Links_01{
 opacity: 0;
  }
.slick-current .Links_01 {
  margin-top: 0.75rem;
  gap: 0.5rem;
  font-size: 11px;
  opacity: 1;
}
.mobile_sticky-wrap .apply_now {
  margin-top: 0.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.mobile_sticky-main {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.slick-current .mobile_sticky-img{
  position: unset;

}
.slick-current + .slick-slide  .mobile_sticky-img{
   left: 8px;
}
.slick-current .mobile_sticky-content{
opacity: 1;
}
.slick-prev,.slick-next{
  left: 29px;
  border: 1px solid #D4D5D6;
  background:#FFFFFF ;
  right: 0;
  height: 35px;
  width: 35px;
  top: 100px;
  border-radius: 100%;
  z-index: 99;
}
.slick-next{
  left: auto;
  right: 29px;
  top: 100px;
}
.slick-next:before, .slick-prev:before{
  opacity: 1;
  content: "";
  height: 30px;
  width: 30px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14.468' height='14.468' viewBox='0 0 14.468 14.468'%3e%3cpath id='Union_7' data-name='Union 7' d='M22.354,25.36V17.688H14.682a.853.853,0,0,1,0-1.705h8.526a.862.862,0,0,1,.087,0,.852.852,0,0,1,.765.848V25.36a.853.853,0,0,1-1.705,0Z' transform='translate(8.756 -21.08) rotate(45)' fill='%23ff9662'/%3e%3c/svg%3e ");
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
 
  left: 0;
  top: 2px;
}
.slick-prev:before{
  transform: rotate(180deg);
  left: 5px;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{
  background: #FFFFFF;
}
.mobile_sticky{
  background:#FFFFFF ;
  box-shadow: 0 0 10px rgb(0 0 0 / 32%);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.mobile_sticky.show{
  opacity: 1;
  height: auto;
  overflow: unset;
 }
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
}

.modal-content {
  background-color: #fff;
  margin:40px auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  border-radius: 8px;
  position: relative;
  max-height: calc(100% - 80px);
  overflow: auto;
}

.close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

/* Accessibility */
.model_btn{
   font-weight: bold;
   display: inline-block;
   text-decoration: underline;
}
.modalTitle{
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem}
.modalSubTitle{
  font-size: 12px;
    margin: 5px 0 0;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modelol{
  list-style: decimal;
  padding-left: 10px;
}
.modelol li{
  margin-top: 15px;
}
.bold del{ 
  font-weight: normal;
  text-decoration-color: #ff8d6d;
  text-decoration-thickness: 3px;
}


.backtotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #F5F7FA;
  border: 1px solid rgb(83 86 90 / 28%);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 0 14px rgb(0 0 0 / 23%);
}
.backtotop svg {
  width: 20px;
  height: 20px;
}



/*****quiz******/
.quiz-section__sleeve{
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))}
.perfect_match_card{
  /* border: 2px dashed #FF8A70; */
  /* border-radius: 10px 0px 0px 10px; */
  outline:2px dashed #FF8A70; /* Set outline width, style, and color */
  outline-offset: -2px; 
  height: 100%;
}

.quiz-section__wrapper {
  position: relative;
  display: flex;
  gap: 1.5rem;
}
.quiz-section-title {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.quiz-section-head {
  margin-bottom: 0.5rem;
  font-size: 26px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.quiz-section-text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.quiz-section__image {
  position: relative;
  z-index: 0;
  display: flex;
  width: 100%;
  max-width: 441px;
  flex: none;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.quiz-section__image:after {
  background: #F3F3F3;
  bottom: -50px;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  content: "";
  height: 190px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
z-index: -1; 
}
@media screen and (min-width: 984px) {
  .quiz-section__image:after{
    bottom: auto;
    clip-path: polygon(0 0,75% 0,92% 49%,75% 100%,0 100%);
    height: 100%;
    left: auto;
    right: -80px;
    top: 0;
    width: 66.666667%;
  }
  
}

.quiz-section_start {
  font-family: "BentonSans-Medium";
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity))}
.quiz-progress-nav {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  max-width: 495px;
  align-items: center;
  gap: 14px;
}
.quiz-progress_line {
  position: relative;
  height: 4px;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 138 112 / var(--tw-bg-opacity));
}
.quiz-section__box-item.d-none{
    opacity: 0;
    transition: opacity .15s ease-out; 
}
.quiz-section__box-item{
   opacity: 1;
  transition: opacity .15s ease-in;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
  gap: 1rem}
/* .quiz-section__box-item.current_question{
  @apply flex opacity-100
} */
.quiz-section__quiz-box {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-right: 30px;
}
.quiz-section__answer {
  position: relative;
}
.quiz-section__answer input[type=radio] {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.quiz-section__answer label {
  border: 2px solid #000;
  transition: all .4s ease-in-out;
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity))}
.quiz-section__answers-wrapper {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.quiz-section__box-item legend{
  line-height: 30px;
  font-size: 22px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity))}
.quiz-section__left-wrapper{
 padding: 48px 20px 48px 48px;
  
}
.quiz-section__back-btn{
  display: none;
  font-family: "BentonSans-Medium";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3e%3cpath d='M7 10.785L5.8224 12L0 6L5.8224 0L7 1.215L2.35885 6L7 10.785Z' fill='black'/%3e%3c/svg%3e");
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-position: left center;
  background-repeat: no-repeat;
}
.quiz-section__results{
  margin-top: 10px;
}
.quiz-section__applynow {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  align-self: baseline;
}
.quiz-section__results .Links_01 {
  align-self: baseline;
}
.quiz-section_text-fee {
  margin-bottom: 0px;
}
.quiz-section-result-head .additional_section-item-img{
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3e%3cg id='Group_487' data-name='Group 487' transform='translate(-636.41 -4435.114)'%3e%3cpath id='certificate-solid' d='M16.444.533a1.874,1.874,0,0,0-3.164.844L12.046,6.258,7.2,4.891A1.871,1.871,0,0,0,4.891,7.2l1.367,4.843L1.376,13.288A1.885,1.885,0,0,0,.025,14.624a1.837,1.837,0,0,0,.508,1.82l3.609,3.515L.533,23.474a1.874,1.874,0,0,0,.844,3.164l4.882,1.234L4.891,32.715A1.871,1.871,0,0,0,7.2,35.027l4.843-1.367,1.234,4.882a1.88,1.88,0,0,0,3.164.851l3.515-3.609,3.515,3.609a1.869,1.869,0,0,0,1.828.5,1.9,1.9,0,0,0,1.336-1.351l1.234-4.882,4.843,1.367a1.871,1.871,0,0,0,2.312-2.312L33.66,27.872l4.882-1.234A1.885,1.885,0,0,0,39.893,25.3a1.864,1.864,0,0,0-.5-1.828l-3.609-3.515,3.609-3.515a1.869,1.869,0,0,0,.5-1.828,1.9,1.9,0,0,0-1.351-1.336L33.66,12.046,35.027,7.2a1.871,1.871,0,0,0-2.312-2.312L27.872,6.258,26.63,1.376A1.885,1.885,0,0,0,25.294.025a1.837,1.837,0,0,0-1.82.508L19.959,4.141Z' transform='translate(636.451 4435.155)' fill='rgba(255,141,109,1)'/%3e%3cpath id='check-solid' d='M13.748,96.32a1.01,1.01,0,0,1,0,1.427l-8.067,8.067a1.01,1.01,0,0,1-1.427,0L.22,101.781a1.009,1.009,0,0,1,1.427-1.427l3.321,3.318,7.355-7.352a1.01,1.01,0,0,1,1.427,0Z' transform='translate(649.426 4354.046)' fill='%231c1c1c' stroke='%231c1c1c' stroke-linejoin='round' stroke-width='1'/%3e%3c/g%3e%3c/svg%3e ");
  margin-bottom: 0;
  height: 32px;
  width: 32px;
  background-size: 100% 100%;
  min-width: auto;
  }
  .quiz-section-result-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
  .quiz-section__results .quiz-section__left-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
  .quiz-section_card-name {
  margin: 0px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
  .quiz-progress-nav__title{
    display: none;
    font-family: "BentonSans-Medium";
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))}
  .quiz-section__start-btn {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' viewBox='0 0 21 18' fill='none'%3e%3cpath d='M16.5 13.5L21 8.37656H17.9016C17.5828 3.64687 13.7344 0 8.9625 0C4.02187 0 0 4.03594 0 9C0 13.9641 4.02187 18 8.9625 18C10.9828 18 12.8906 17.3391 14.4797 16.0922L14.8312 15.8156L12.8063 13.65L12.5156 13.8656C11.4797 14.6297 10.2516 15.0328 8.9625 15.0328C5.65312 15.0328 2.95781 12.3281 2.95781 9C2.95781 5.67188 5.65312 2.96719 8.9625 2.96719C12.075 2.96719 14.6203 5.31094 14.9344 8.37188H11.4609L16.5 13.5Z' fill='black'/%3e%3c/svg%3e");
    border: none;
    background-color: none;
    background-repeat: no-repeat;
    background-position: left center;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-left: 25px;
    min-height: 20px;
    position: absolute;
    right: 30px ;
    bottom: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .quiz-progress-nav_active{
    position: absolute;
    top: 24px;
    max-width: none;
    padding-left: 50px;
    padding-right: 40px;
    left: 0;
  }
  .quiz-progress-nav_active .quiz-section_start{
     display: none;
  } 
  .quiz-progress-nav_active .quiz-section__back-btn, .quiz-progress-nav_active .quiz-progress-nav__title{
    display: block;
 } 
 .Take_Quiz_btn{
  display: inline-flex;
  padding: 11px 34px;
  border-radius: 30px;
   border: 2px solid #000;
   color: #000;
   font-weight: 700;
   font-size: 16px;
 }
 .promo-section_wrap{
  box-shadow: 0px 4px 16px #29272729;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
 }
 .promo-section_wrap img{
  width: 230px;
  align-self: last baseline;
 }
 .promo-section_head{
    color: #000;
    font-size: 20px;
    font-weight: 700;
 }
 .promo-section_text{
  color: #000;
  font-size: 16px;

 }
 .hero-section .quiz-section-result-head {
   visibility: hidden;
   margin-bottom: 10px;
   /* margin-top: 10px; */
   display: none;
 }
 .perfect_match_card .quiz-section-result-head{
  visibility: visible;
 }
 .hero-section  .additional_section-item-img {
  width: 24px;
  height: 24px;
 }
 .quiz-section__quiz-box .apply_now{
   padding: 14px 45px;
   font-size: 16px;
 }
 .card_selected .quiz-section-result-head{
  display: flex;
}
 .explore_card_btn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='16' viewBox='0 0 9 16' fill='none'%3e%3cpath d='M0 13.9813L1.51406 15.5L9 8L1.51406 0.5L0 2.01875L5.96719 8L0 13.9813Z' fill='black'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: 700;
  padding: 10px 15px 10px 0;
 }
 .quiz-section__answer input[type=radio]:hover + label {
    background-color: rgba(243, 243, 243, 0.97);
 }
 .quiz-section__back-btn:hover,.quiz-section__start-btn:hover,.explore_card_btn:hover{
  text-decoration: underline;
  text-underline-offset: 4px;
 }
 @media screen and (max-width: 984px) {
  .promo-section_wrap{
    padding: 18px;
    overflow: hidden;
    flex-direction: column;
    align-items: self-start;
    gap: 0;
  }
  .promo-section_wrap img{
    order: 3;
    position: relative;
    right: -60px;
    bottom: -20px;
    margin-top: -20px;
  }
  .Take_Quiz_btn{
    margin-top: 15px;
  }
  .promo-section_text{
    display: none;
  }
  .promo-section_head{
    font-size: 16px;
  }
  .quiz-section__left-wrapper{
    padding: 0 25px 15px;
    text-align: center;
  }
  .quiz-section-title{
    justify-content: center;
    margin-bottom: 15px;
  }
  .quiz-section__image{
    flex-direction: column-reverse;
    max-width: none;
  }
  .quiz-section__image picture{
   margin: -36px auto 15px;
   width: 135px;
  }
  .quiz-section-head{
    font-size: 24px;
    line-height: normal;
  }
  .quiz-section__image:after {
    bottom: -30px;
    clip-path: polygon(0 0, 100% 0, 100% 84%, 50% 100%, 0 84%);
  }
  .quiz-section__wrapper{
    margin-top: 36px;
    display: block;
  }
  .quiz-progress-nav_active {
    padding-left: 0;
    padding-right: 0;
    position: static;
    width: 100%;
}
  .quiz-section__quiz-box{
    padding:45px 25px 25px;
  }
  .quiz-section__box-item legend{
    font-size: 20px;
  }
  .quiz-section__applynow{
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
  .quiz-section__quiz-box .apply_now{
    width: 100%;
    text-align: center;
  }
  .quiz-section__start-btn {
  
    position: static;
  }
  .quiz-section__start-btn_wrap{
  display: flex;
  background: #F3F3F3;
  justify-content: flex-end;
  padding: 0 25px;
  border-radius: 0 0 12px 12px;
  }
  .result_card{
    max-width: 180px;
    order: -1;
    margin-top: -25px;
    margin-bottom: 10px;
  }
  .quiz-section__result{
    margin-top: 25px;
  }
  .quiz-section__left-wrapper .quiz-section-result-head{
   order: 0;
   font-size: 14px;
  }
  .quiz-section__results .quiz-section__left-wrapper{
    gap: 10px;
  }
  .quiz-section_card-name{
    font-size: 18px;
    line-height: normal;
  }
  .quiz-section__results .Links_01{
    margin-left: auto;
    margin-right: auto;
  }
 }
 @media screen and (min-width: 768px) {
  .brilliant_wrap.perfect_match_card{
    border-radius: 16px 0 0 16px;
  }
  .bevy_wrap.perfect_match_card{
    border-radius:0 16px 16px 0;
  }
  .business_wrap.perfect_match_card{
    border-radius:16px;
  }
  [data-cardtype="brilliant"].additional_section_wrap.perfect_match_card{
    border-radius: 16px 16px 0 0 ;
  }
  [data-cardtype="business"].additional_section_wrap.perfect_match_card{
    border-radius:  0 0 16px 16px ;
  }

 }
 @media screen and (max-width: 768px) {
  .perfect_match_card{
    outline:none
  }
  .hero-section .quiz-section-result-head{
    display: none;
  }
  .perfect_match_card .quiz-section-result-head{
    display: flex;
  }
  .brilliant_wrap, .bevy_wrap, .business_wrap{
    padding-top:40px;
  }
  .visible_quiz-section .mobile_sticky.show {
    opacity: 0;
    height: 0;
    overflow: hidden;
    
   }
 }
 @media not all and (min-width: 768px) {
  .max-md\:hidden {
    display: none;
  }
}
 @media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
}