@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600&display=swap);
@import url(https://use.typekit.net/bms8qvq.css);

/* -------------------------------------------------------------------------- */
/*                                 base start                                 */
/* -------------------------------------------------------------------------- */
/* ! tailwindcss v3.1.2 | 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 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.
*/
html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #DDDDDD; /* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #DDDDDD; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #DDDDDD; /* 2 */
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #DDDDDD; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #DDDDDD; /* 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;
}
*, ::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-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:  ;
}
::-webkit-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-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:  ;
}
::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-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:  ;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.bottom-0{
  bottom: 0;
}
.left-0{
  left: 0;
}
.top-0{
  top: 0;
}
.right-0{
  right: 0;
}
.top-\[30\%\]{
  top: 30%;
}
.z-10{
  z-index: 10;
}
.z-0{
  z-index: 0;
}
.z-\[999\]{
  z-index: 999;
}
.z-90{
  z-index: 90;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.m-0{
  margin: 0;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mb-\[-20vh\]{
  margin-bottom: -20vh;
}
.mr-10{
  margin-right: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-auto{
  height: auto;
}
.h-60{
  height: 15rem;
}
.h-30{
  height: 7.5rem;
}
.h-10{
  height: 2.5rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[40\%\]{
  height: 40%;
}
.h-full{
  height: 100%;
}
.h-20{
  height: 5rem;
}
.h-\[320px\]{
  height: 320px;
}
.max-h-\[80vh\]{
  max-height: 80vh;
}
.min-h-\[50vh\]{
  min-height: 50vh;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.w-full{
  width: 100%;
}
.w-60{
  width: 15rem;
}
.w-30{
  width: 7.5rem;
}
.w-10{
  width: 2.5rem;
}
.w-6{
  width: 1.5rem;
}
.w-1\/3{
  width: 33.333333%;
}
.w-\[150px\]{
  width: 150px;
}
.w-20{
  width: 5rem;
}
.w-\[120px\]{
  width: 120px;
}
.flex-none{
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.translate-y-\[-20vh\]{
  --tw-translate-y: -20vh;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
       -o-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
       -o-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-center{
  -ms-flex-line-pack: center;
      align-content: center;
}
.items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gap-20{
  gap: 5rem;
}
.gap-10{
  gap: 2.5rem;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border-2{
  border-width: 2px;
}
.border-1{
  border-width: 1px;
}
.border-b-1{
  border-bottom-width: 1px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-solid{
  border-style: solid;
}
.border-primary{
  border-color: var(--primary-color);
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgb(240 255 244 / var(--tw-border-opacity));
}
.bg-secondary{
  background-color: var(--secondary-color);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}
.bg-primary{
  background-color: var(--primary-color);
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-cover{
  background-size: cover;
}
.bg-left{
  background-position: left;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-right{
  -o-object-position: right;
     object-position: right;
}
.p-6{
  padding: 1.5rem;
}
.p-20{
  padding: 5rem;
}
.p-10{
  padding: 2.5rem;
}
.p-8{
  padding: 2rem;
}
.p-0{
  padding: 0;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-40{
  padding-top: 10rem;
}
.pb-0{
  padding-bottom: 0;
}
.pt-\[20vh\]{
  padding-top: 20vh;
}
.pt-20{
  padding-top: 5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pt-0{
  padding-top: 0;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-center{
  text-align: center;
}
.font-secondary{
  font-family: 'citrus-gothic',sans-serif;
}
.text-xl{
  font-size: 20px;
}
.text-3xl{
  font-size: 30px;
}
.text-2xl{
  font-size: 25px;
}
.text-base{
  font-size: 16px;
}
.text-4xl{
  font-size: 40px;
}
.text-lg{
  font-size: 18px;
}
.text-sm{
  font-size: 15px;
}
.text-md{
  font-size: 18px;
}
.font-light{
  font-weight: 300;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.text-primary{
  color: var(--primary-color);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-colortext{
  color: var(--text-color);
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.placeholder-dark::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(29 29 27 / var(--tw-placeholder-opacity));
}
.placeholder-dark::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(29 29 27 / var(--tw-placeholder-opacity));
}
.placeholder-dark:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(29 29 27 / var(--tw-placeholder-opacity));
}
.placeholder-dark::-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(29 29 27 / var(--tw-placeholder-opacity));
}
.placeholder-dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(29 29 27 / var(--tw-placeholder-opacity));
}
.duration-300{
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}
.duration-400{
  -webkit-transition-duration: 400ms;
       -o-transition-duration: 400ms;
          transition-duration: 400ms;
}
.duration-250{
  -webkit-transition-duration: 250ms;
       -o-transition-duration: 250ms;
          transition-duration: 250ms;
}
.ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1670px){
  .container{
    max-width: 1670px;
  }
}
button, hr, input {
  overflow: visible; }
audio, canvas, progress, video {
  display: inline-block; }
progress, sub, sup {
  vertical-align: baseline; }
[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
body {
  margin: 0; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block; }
h1 {
  font-size: 2em;
  margin: .67em 0; }
figure {
  margin: 0; }
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }
a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  outline: none; }
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }
b, strong {
  font-weight: 600; }
dfn {
  font-style: italic; }
mark {
  background-color: #ff0;
  color: #000; }
small {
  font-size: 80%; }
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }
sub {
  bottom: -.25em; }
sup {
  top: -.5em; }
audio:not([controls]) {
  display: none;
  height: 0; }
img {
  border-style: none;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
svg:not(:root) {
  overflow: hidden; }
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }
button, select {
  text-transform: none; }
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }
fieldset {
  padding: .35em .75em .625em; }
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }
textarea {
  overflow: auto; }
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }
summary {
  display: list-item; }
[hidden], template {
  display: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
input[type="submit"] {
  cursor: pointer; }
:root {
  font-size: 62.5%;
  line-height: 1.45;
  scroll-behavior: smooth; }
html {
  scroll-behavior: smooth; }
body{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}
main {
  width: 100%; }
/* -------------------------------- selection -------------------------------- */
*::-moz-selection {
  color: #fff;
  background-color: var(--primary-color); }
*::selection {
  color: #fff;
  background-color: var(--primary-color); }
/* -------------------------------- scrollbar -------------------------------- */
::-webkit-scrollbar {
  width: 15px; }
::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity)); }
::-webkit-scrollbar-thumb{
  background-color: var(--primary-color);
}
::-webkit-scrollbar-thumb:hover{
  background-color: var(--primary-color);
}
*:focus {
  outline: none; }
/* -------------------------------------------------------------------------- */
/*                                  base end                                  */
/* -------------------------------------------------------------------------- */
/* -------------------------------- fonts -------------------------------- */
.hyphens-none {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }
.hyphens-manual {
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual; }
.hyphens-auto {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
/* -------------------------------- Custom ------------------------------- */
.text-base ul {
  margin: 20px 0;
  list-style: disc;
  list-style-position: inside; }
.text-base ol {
  margin: 20px 0;
  list-style: numeric;
  list-style-position: inside; }
.description h1,  .description h2,  .description h3,  .description h4,  .description h5,  .description h6{
  font-family: 'citrus-gothic',sans-serif;
  font-weight: 700;
  margin: 10px 0;
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}
.description h1{
  font-size: 30px;
}
.description h2{
  font-size: 25px;
}
.description h3{
  font-size: 20px;
}
.description h4{
  font-size: 18px;
}
.description h5{
  font-size: 18px;
}
.description strong,  .description b{
  color: var(--primary-color);
}
.description p {
  margin: 5px 0; }
.description ul {
  padding: 20px 0;
  list-style: none; }
.description ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5px 0; }
.description ul li:before {
      content: '';
      display: inline-block;
      width: 7px;
      height: 7px;
      margin-right: 10px;
      background-color: var(--primary-color); }
.bg-gradient {
  background: #232323; }
@media (min-width: 992px) {
    .bg-gradient {
      background: -webkit-gradient(linear, left top, right top, color-stop(25%, #232323), to(rgba(35, 35, 35, 0)));
      background: -webkit-linear-gradient(left, #232323 25%, rgba(35, 35, 35, 0) 100%);
      background: -o-linear-gradient(left, #232323 25%, rgba(35, 35, 35, 0) 100%);
      background: linear-gradient(90deg, #232323 25%, rgba(35, 35, 35, 0) 100%); }
  .bg-gradient-subpage {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #232323), to(rgba(35, 35, 35, 0)));
    background: -webkit-linear-gradient(left, #232323 25%, rgba(35, 35, 35, 0) 100%);
    background: -o-linear-gradient(left, #232323 25%, rgba(35, 35, 35, 0) 100%);
    background: linear-gradient(90deg, #232323 25%, rgba(35, 35, 35, 0) 100%); } }
.navbutton {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50px;
  height: 40px;
  margin: 5px 10px;
  line-height: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: none;
  z-index: 99; }
@media (min-width: 1280px) {
    .navbutton {
      display: none; } }
.navbutton-item {
    display: inline-block;
    width: 45px;
    height: 2px;
    margin: 3px 0;
    --tw-bg-opacity: 1;
    background-color: rgb(29 29 27 / var(--tw-bg-opacity));
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear; }
.navbutton.is-active .navbutton-item {
    opacity: 0; }
.navbutton.is-active .navbutton-item:last-of-type,
  .navbutton.is-active .navbutton-item:first-of-type {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 17px;
    opacity: 1; }
.navbutton.is-active .navbutton-item:first-of-type {
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }
.navbutton.is-active .navbutton-item:last-of-type {
    -webkit-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }
.menu-nav {
  width: 100%;
  height: 100vh;
  text-align: center;
  position: absolute;
  left: 0;
  background: #fff;
  -webkit-transform: translateX(-1200px);
       -o-transform: translateX(-1200px);
          transform: translateX(-1200px);
  -webkit-transition: .5s all ease-in-out;
  -o-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out; }
.menu-nav::-webkit-scrollbar {
    width: 0; }
.menu-nav-container {
    text-align: center; }
.menu-nav-ul {
    margin: 0;
    padding: 0; }
.menu-nav .menu-item {
    display: block;
    position: relative;
    color: var(--text-color); }
.menu-nav .menu-item a {
      display: block;
      padding: 20px 10px 15px;
      line-height: 1;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      color: var(--text-color);
      -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: 300ms cubic-bezier(0.4, 0, 0.2, 1); }
.menu-nav .menu-item a:hover{
  color: var(--primary-color);
}
.menu-nav .menu-item-has-children > a {
      display: inline-block;
      padding-right: 2vw; }
.menu-nav .menu-item-has-children .dropdown-icon {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 15px;
      height: 50px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      top: 0;
      right: 5px;
      cursor: pointer; }
.menu-nav .menu-item-has-children .dropdown-icon svg {
        width: 10px; }
.menu-nav .menu-item-has-children.is-active > .sub-menu {
      display: block; }
.menu-nav .menu-item-has-children.is-active > .sub-menu a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.menu-nav.is-active {
    -webkit-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px); }
.menu-nav.is-active .menu-nav-container {
      max-height: 75vh;
      overflow-y: scroll; }
.menu-nav.is-active .menu-nav-container::-webkit-scrollbar {
        width: 0; }
.menu-nav .sub-menu {
    display: none;
    position: static;
    margin: 0;
    padding: 0;
    text-align: center; }
.menu-nav .sub-menu .menu-item {
      display: block; }
.menu-nav .sub-menu .menu-item a {
        font-size: 1.6rem;
        color: var(--text-color);
        padding: 12px 1vw;
        border-bottom: 1px solid #eee; }
.menu-nav .sub-menu .menu-item-has-children a {
      display: block; }
.menu-nav .sub-menu .menu-item-has-children > .sub-menu {
      top: 0;
      left: 100%; }
@media (min-width: 1280px) {
  .navbutton {
    display: none; }
  .menu-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: -webkit-fit-content;
    min-height: fit-content;
    min-height: -moz-fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: transparent;
    -webkit-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px); }
    .menu-nav-container {
      text-align: right; }
    .menu-nav .menu-item {
      display: inline-block;
      color: var(--text-color); }
      .menu-nav .menu-item a {
        position: relative;
        font-weight: 600;
        color: var(--text-color);
        padding: 30px 8px; }
      .menu-nav .menu-item-has-children:hover > .sub-menu {
        display: block; }
    .menu-nav .sub-menu {
      position: absolute;
      min-width: 250px;
      background: #fff;
      border-top: none;
      z-index: 99; }
      .menu-nav .sub-menu .menu-item{
    color: var(--text-color);
        text-align: left;
  }
        .menu-nav .sub-menu .menu-item a{
    color: var(--text-color);
  }
          .menu-nav .sub-menu .menu-item a:hover{
    color: var(--primary-color);
  } }
.pagination {
  margin: 2rem 0;
  padding: 2rem 1rem;
  text-align: right;
  border-top: 1px solid #eee; }
.pagination ul {
    padding: 0;
    margin: 0; }
.pagination ul li {
      display: inline-block;
      margin: 0;
      color: var(--text-color); }
.pagination ul li a,
      .pagination ul li span {
        display: block;
        padding: 0 .5rem; }
.pagination .current{
  color: var(--primary-color);
}
.pagination .next svg,
  .pagination .prev svg {
    width: 12px;
    height: auto; }
.pagination .next:hover, 
  .pagination .prev:hover{
  color: var(--primary-color);
}
.pagination:empty {
    display: none; }
.slide-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 10px !important;
  height: 100%;
  margin: 0;
  text-align: left;
  position: absolute;
  top: 0;
  left: 5px !important; }
.slide-bullet {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 12px;
  height: 12px;
  margin: 5px 0;
  background: transparent;
  border-radius: 100%;
  border: 2px solid;
  --tw-border-opacity: 1;
  border-color: rgb(29 29 27 / var(--tw-border-opacity));
  cursor: pointer; }
.slide-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
}
.faq-item svg {
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out; }
.faq-item[open] svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg); }
table {
  width: 100%;
  table-layout: fixed;
  font-size: 15px; }
@media (min-width: 1024px){
  table{
    font-size: 16px;
  }
}
table td, 
  table th{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  padding: 1rem;
}
@media (min-width: 640px){
  table td, 
  table th{
    padding: 1.5rem;
  }
}
table td:first-child, 
    table th:first-child{
  color: var(--primary-color);
}
table th{
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: var(--primary-color);
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  table th{
    font-size: 16px;
  }
}
@media (min-width: 1024px){
  table th{
    font-size: 18px;
  }
}
table th:first-of-type {
    color: white !important; }
.footer-menu a:hover {
  text-decoration: underline; }
/*! purgecss end ignore */
.hover\:-translate-y-5:hover{
  --tw-translate-y: -1.25rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
       -o-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
       -o-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:-translate-x-1:hover{
  --tw-translate-x: -0.25rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
       -o-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-primary:hover{
  background-color: var(--primary-color);
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover{
  background-color: var(--secondary-color);
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-primary:hover{
  color: var(--primary-color);
}
.hover\:no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.group:hover .group-hover\:inline-flex{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.group:hover .group-hover\:h-full{
  height: 100%;
}
.group:hover .group-hover\:bg-primary{
  background-color: var(--primary-color);
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .md\:h-\[350px\]{
    height: 350px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:top-0{
    top: 0;
  }
  .lg\:left-0{
    left: 0;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-nowrap{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }
  .lg\:p-20{
    padding: 5rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-\[10vw\]{
    padding-left: 10vw;
    padding-right: 10vw;
  }
  .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .lg\:px-\[5vw\]{
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-5xl{
    font-size: 50px;
  }
}
@media (min-width: 1280px){
  .xl\:w-1\/2{
    width: 50%;
  }
  .xl\:w-fit-content{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:flex-nowrap{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xl\:justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .xl\:justify-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .xl\:text-left{
    text-align: left;
  }
}

