@font-face {
  font-family: "sofia_pro_vhbold";
  src: url("../fonts/sofiapro-boldvh-webfont.woff2") format("woff2"), url("../fonts/sofiapro-boldvh-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sofia_prosemi_bold";
  src: url("../fonts/sofiapro-semibold-webfont.woff2") format("woff2"), url("../fonts/sofiapro-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sofia_problack";
  src: url("../fonts/sofiapro-black-webfont.woff2") format("woff2"), url("../fonts/sofiapro-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sofia_proregular";
  src: url("../fonts/sofiaproregular-webfont.woff2") format("woff2"), url("../fonts/sofiaproregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot?7esj57");
  src: url("../fonts/icon.eot?7esj57#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?7esj57") format("truetype"), url("../fonts/icon.woff?7esj57") format("woff"), url("../fonts/icon.svg?7esj57#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-display: swap;
}
@font-face {
  font-family: "arial-bold";
  src: url("../fonts/arialbd-webfont.woff2") format("woff2"), url("../fonts/arialbd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arial-regular";
  src: url("../arial-webfont.woff2") format("woff2"), url("../arial-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
! tailwindcss v3.3.0 | 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: 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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: arial-regular, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
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::-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;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::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:  ;
}
::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:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 390px) {
  .\!container {
    max-width: 390px !important;
  }
  .container {
    max-width: 390px;
  }
}
@media (min-width: 480px) {
  .\!container {
    max-width: 480px !important;
  }
  .container {
    max-width: 480px;
  }
}
@media (min-width: 576px) {
  .\!container {
    max-width: 576px !important;
  }
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .\!container {
    max-width: 992px !important;
  }
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .\!container {
    max-width: 1200px !important;
  }
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .\!container {
    max-width: 1400px !important;
  }
  .container {
    max-width: 1400px;
  }
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.z-20 {
  z-index: 20;
}
.\!mt-20 {
  margin-top: 1.25em !important;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 0.625em;
}
.mb-16 {
  margin-bottom: 1em;
}
.mb-24 {
  margin-bottom: 1.5em;
}
.mb-30 {
  margin-bottom: 1.875em;
}
.mb-32 {
  margin-bottom: 2em;
}
.mb-4 {
  margin-bottom: 0.25em;
}
.mb-40 {
  margin-bottom: 2.5em;
}
.mb-48 {
  margin-bottom: 3em;
}
.mb-60 {
  margin-bottom: 3.75em;
}
.mb-8 {
  margin-bottom: 0.5em;
}
.mt-20 {
  margin-top: 1.25em;
}
.mt-24 {
  margin-top: 1.5em;
}
.mt-32 {
  margin-top: 2em;
}
.mt-40 {
  margin-top: 2.5em;
}
.mt-48 {
  margin-top: 3em;
}
.mt-8 {
  margin-top: 0.5em;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.h-auto {
  height: auto;
}
.w-\[100\%\] {
  width: 100%;
}
.w-full {
  width: 100%;
}
.\!max-w-full {
  max-width: 100% !important;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  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));
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.bg-black-default {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\!pt-0 {
  padding-top: 0 !important;
}
.pb-60 {
  padding-bottom: 3.75em;
}
.pt-32 {
  padding-top: 2em;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-heading {
  font-family: arial-bold, serif;
}
.font-sans {
  font-family: arial-regular, sans-serif;
}
.font-sopiaSemi {
  font-family: arial-bold, sans-serif;
}
.text-\[14px\] {
  font-size: 14px;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-900 {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-\[24px\] {
  line-height: 24px;
}
.text-black-default {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(253 44 85 / var(--tw-text-opacity));
}
.text-tael {
  --tw-text-opacity: 1;
  color: rgb(37 244 238 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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;
}
/*!
 * Bootstrap  v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #aaa;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 4px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container-xs, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xxs: 0;
  --bs-breakpoint-xs: 480px;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row, .about__wrp, .welcome__wrp .welcome-heading__location {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > *, .about__wrp > *, .welcome__wrp .welcome-heading__location > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 480px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 480px) {
  .dropdown-menu-xs-start {
    --bs-position: start;
  }
  .dropdown-menu-xs-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-end {
    --bs-position: end;
  }
  .dropdown-menu-xs-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 480px) {
  .navbar-expand-xs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
  .navbar-expand-xs .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xs .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xs .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xs {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 479.98px) {
  .offcanvas-xs {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 479.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xs {
    transition: none;
  }
}
@media (max-width: 479.98px) {
  .offcanvas-xs.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xs.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xs.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xs.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xs.showing, .offcanvas-xs.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xs.showing, .offcanvas-xs.hiding, .offcanvas-xs.show {
    visibility: visible;
  }
}
@media (min-width: 480px) {
  .offcanvas-xs {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xs .offcanvas-header {
    display: none;
  }
  .offcanvas-xs .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 480px) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xs-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 17px 14px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  line-height: 0;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body {
  font-family: arial-regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: arial-bold, serif;
  font-weight: 400;
  letter-spacing: 0px;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration-line: none;
}

h1, .h1,
h2, .h2 {
  font-size: 36px;
  line-height: 46px;
}

h3, .h3 {
  font-size: 32px;
  line-height: 42px;
}

h4, .h4,
h5, .h5 {
  font-size: 30px;
  line-height: 40px;
}

.visually-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  visibility: hidden;
}

p b,
p strong {
  font-weight: 500;
}
p i {
  font-style: italic;
}

@media (min-width: 480px) {
  h1, .h1,
  h2, .h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h3, .h3 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (min-width: 576px) {
  h1, .h1,
  h2, .h2 {
    font-size: 48px;
    line-height: 58px;
  }
  h3, .h3 {
    font-size: 40px;
    line-height: 50px;
  }
  h4, .h4,
  h5, .h5 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (min-width: 768px) {
  h1, .h1,
  h2, .h2 {
    font-size: 56px;
    line-height: 68px;
  }
}
@media (min-width: 1200px) {
  h1, .h1,
  h2, .h2 {
    font-size: 60px;
    line-height: 70px;
  }
  h3, .h3 {
    font-size: 56px;
    line-height: 66px;
  }
  h4, .h4,
  h5, .h5 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1400px) {
  h1, .h1,
  h2, .h2 {
    font-size: 64px;
    line-height: 74px;
  }
}
.container {
  max-width: 100%;
  padding-left: 1em;
  padding-right: 1em;
}
.container-full {
  max-width: 100%;
}
.container--px-0 {
  padding-left: 0;
  padding-right: 0;
}

.container.max-md,
.container.max-lg,
.container.max-xl {
  max-width: 100%;
  padding-left: 1em;
  padding-right: 1em;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: 320px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .container,
  .container.max-lg,
  .container.max-xl {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .container.max-md {
    max-width: 48em;
  }
}
@media (min-width: 992px) {
  .container.max-lg {
    max-width: 62em;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 2em;
    padding-right: 2em;
  }
  .container.max-xl {
    max-width: 75em;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 87.5em;
  }
}
.accordion .accordion-item {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 50%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-radius: 6px;
}
.accordion .accordion-header {
  margin-bottom: 0;
}
.accordion .accordion-header .accordion-button {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 48px;
  text-align: left;
  font-family: arial-bold, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(11 13 15 / var(--tw-text-opacity));
  transition: all 0.3s;
}
.accordion .accordion-header .accordion-button:not(.collapsed) {
  --tw-text-opacity: 1;
  color: rgb(253 44 85 / var(--tw-text-opacity));
}
.accordion .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  --tw-text-opacity: 1;
  color: rgb(253 44 85 / var(--tw-text-opacity));
}
.accordion .accordion-header .accordion-button::after {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  text-align: center;
  font-family: icon;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(11 13 15 / var(--tw-text-opacity));
  transition: 0.3s ease;
  transform: rotate(0deg);
  content: "\f078";
}
.accordion .accordion-header .accordion-button:hover {
  z-index: 2;
  cursor: pointer;
}
.accordion .accordion-header .accordion-button:focus {
  z-index: 3;
  outline-width: 0px;
  box-shadow: none;
}
.accordion .accordion-body {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all 0.3s;
}
.accordion .accordion-body p {
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 1em;
}
.accordion .accordion-body p:last-of-type {
  margin-bottom: 0;
}
.accordion--md .accordion-header .accordion-button {
  font-size: 20px;
  line-height: 25px;
}
.accordion--lg .accordion-header .accordion-button {
  font-size: 26px;
  line-height: 40px;
}
.accordion--xl .accordion-header .accordion-button {
  font-size: 32px;
  line-height: 40px;
}
.accordion--light .accordion-header .accordion-button {
  font-weight: 300;
}
.accordion--medium .accordion-header .accordion-button {
  font-weight: 500;
}
.accordion--bold .accordion-header .accordion-button {
  font-weight: 700;
}

.accordion-sub .accordion-item {
  background-color: transparent;
}
.accordion-sub .accordion-header .accordion-button {
  font-size: 16px;
  line-height: 24px;
}
.accordion-sub .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.accordion-sub--md .accordion-header .accordion-button {
  font-size: 20px;
  line-height: 25px;
}
.accordion-sub--lg .accordion-header .accordion-button {
  font-size: 26px;
  line-height: 40px;
}
.accordion-sub--xl .accordion-header .accordion-button {
  font-size: 32px;
  line-height: 40px;
}
.accordion-sub--light .accordion-header .accordion-button {
  font-weight: 300;
}
.accordion-sub--medium .accordion-header .accordion-button {
  font-weight: 500;
}
.accordion-sub--bold .accordion-header .accordion-button {
  font-weight: 700;
}

.accordion-collapse {
  transition: all 0.3s;
}

.accordion-collapse.show {
  visibility: inherit;
}

@media (min-width: 768px) {
  .accordion .accordion-body p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .accordion .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 30px;
  }
  .accordion .accordion-body p {
    font-size: 22px;
    line-height: 32px;
  }
  .accordion--md .accordion-header .accordion-button {
    font-size: 24px;
    line-height: 30px;
  }
  .accordion--lg .accordion-header .accordion-button {
    font-size: 32px;
    line-height: 40px;
  }
  .accordion--xl .accordion-header .accordion-button {
    font-size: 48px;
    line-height: 60px;
  }
  .accordion-sub .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 30px;
  }
  .accordion-sub--md .accordion-header .accordion-button {
    font-size: 24px;
    line-height: 30px;
  }
  .accordion-sub--lg .accordion-header .accordion-button {
    font-size: 32px;
    line-height: 40px;
  }
  .accordion-sub--xl .accordion-header .accordion-button {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .accordion .accordion-body p {
    font-size: 24px;
    line-height: 34px;
  }
}
.accordion-download {
  margin-bottom: 1em;
}
.accordion-download .accordion-download-wrp {
  position: relative;
  border-radius: 0.25em;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  padding-left: calc(56px + 16px);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  transition: all 0.2s;
}
.accordion-download .accordion-download-wrp.no-border {
  border-width: 0;
}
.accordion-download .icon-pdf {
  position: absolute;
  top: 50%;
  left: 1em;
  display: block;
  margin-top: -28px;
}
.accordion-download .information {
  padding-left: 1em;
}
.accordion-download .information .icon {
  margin-right: 0.5em;
}
.accordion-download .information .icon:before {
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(170 27 23 / var(--tw-text-opacity));
}
.accordion-download .information-body .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(11 13 15 / var(--tw-text-opacity));
}
.accordion-download .information-footer {
  margin-top: 0.75em;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.accordion-download .information-footer .footer-nav {
  position: relative;
  width: 50%;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.accordion-download .information-footer .footer-nav a {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 0.75rem;
  line-height: 20px;
  letter-spacing: 0.031rem;
  --tw-text-opacity: 1;
  color: rgb(194 27 23 / var(--tw-text-opacity));
}
.accordion-download .information-footer .footer-nav a .icon.icon-download-folder:after {
  top: 8px;
  left: 6px;
  height: 11px;
  width: 11px;
  font-size: 11px;
  line-height: 11px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.accordion-download .information-footer .footer-nav:first-of-type {
  padding-right: 1em;
}
.accordion-download .information-footer .footer-nav:first-of-type:after {
  position: absolute;
  top: 1em;
  right: 0;
  height: 19px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
  content: "";
}
.accordion-download .information-footer .footer-nav:last-of-type {
  padding-left: 1em;
}
.accordion-download:last-of-type {
  margin-bottom: 0;
}

.accordion-step .accordion-step-wrp {
  position: relative;
  border-radius: 0.25em;
  border-width: 0;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  padding-left: calc(56px + 16px);
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  transition: all 0.2s;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px -1px 1px rgba(0, 0, 0, 0.02);
}
.accordion-step .information-icon {
  position: absolute;
  left: 1em;
  display: block;
  height: 56px;
  width: 56px;
}
.accordion-step .information-icon .information-icon-wrp {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
}
.accordion-step .information-icon .information-icon-wrp picture,
.accordion-step .information-icon .information-icon-wrp img {
  height: 100%;
  width: 100%;
}
.accordion-step .information {
  padding-left: 1em;
}
.accordion-step .information p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.4px;
}
.accordion-step.icon-step-top .information-icon {
  top: 50%;
  margin-top: -28px;
}
.accordion-step.icon-step-mddle .information-icon {
  top: 1em;
}

@media (min-width: 992px) {
  .accordion-sm .accordion-button,
  .accordion-subs-sm .accordion-button {
    font-size: 20px;
    line-height: 30px;
  }
  .accordion-md .accordion-button,
  .accordion-subs-md .accordion-button {
    font-size: 24px;
    line-height: 30px;
  }
  .accordion-lg .accordion-button,
  .accordion-subs-lg .accordion-button {
    font-size: 32px;
    line-height: 40px;
  }
  .accordion-xl .accordion-button,
  .accordion-subs-xl .accordion-button {
    font-size: 48px;
    line-height: 60px;
  }
}
.btn {
  overflow: hidden;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.438em;
  padding-bottom: 0.438em;
  text-align: center;
  font-family: arial-bold, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  cursor: pointer;
  white-space: normal;
  vertical-align: middle;
  text-decoration-line: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(253 44 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 44 85 / var(--tw-bg-opacity));
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  transition: all 0.3s;
}
.btn:hover, .btn:focus, .btn:focus-visible, .btn:active, .btn.active {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  --tw-text-opacity: 1;
  color: rgb(176 178 179 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(176 178 179 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
  opacity: 1;
}
.btn:disabled:hover, .btn.disabled:hover, fieldset:disabled:hover .btn {
  --tw-text-opacity: 1;
  color: rgb(176 178 179 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(176 178 179 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

.btn-md {
  padding-top: 0.688em;
  padding-bottom: 0.688em;
}

.btn-lg {
  border-width: 2px;
  padding-top: 0.875em;
  padding-bottom: 0.875em;
}

.form-control {
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
  --tw-bg-opacity: 50%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition: 0.2s ease;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-control:focus,
.form-control:focus-within,
.form-control:active,
.form-control.active {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 0;
  box-shadow: none;
}

.form-control:disabled,
.form-control.disbaled {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(176 178 179 / var(--tw-text-opacity));
}

.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder .form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 992px) {
  .form-control {
    border-width: 2px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 8px;
  }
}
textarea {
  min-height: 144px;
  resize: none;
}
textarea:focus, textarea:focus-within, textarea:active, textarea.active {
  --tw-border-opacity: 1;
  border-color: rgb(11 13 15 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(65 76 88 / var(--tw-text-opacity));
  outline-width: 0;
  box-shadow: none;
}
textarea::-webkit-input-placeholder, textarea:-ms-input-placeholder textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(111 112 114 / var(--tw-text-opacity));
}
textarea:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(176 178 179 / var(--tw-text-opacity));
}

.form-label {
  display: inline-block;
  width: auto;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-bottom: 0.5em;
}
.form-label span {
  --tw-text-opacity: 1;
  color: rgb(253 44 85 / var(--tw-text-opacity));
  display: none;
}

.form-label.label-important span {
  display: inline-block;
}

.form-check {
  position: relative;
  display: block;
  min-height: 24px;
  width: 100%;
  margin-bottom: 1em;
  padding-left: 2em;
}
.form-check:last-of-type {
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  padding: 0.188em;
  border-width: 0;
  border-color: transparent;
  background-color: transparent;
  color: transparent;
  outline-width: 0;
  box-shadow: none;
  transition: all 0.3s;
}
.form-check-input:before {
  display: block;
  height: 100%;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 50%;
  transition: all 0.3s;
  content: "";
}
.form-check-input:after {
  transition: all 0.3s;
  content: "";
}
.form-check-input[type=checkbox]:before {
  border-radius: 4px;
}
.form-check-input[type=checkbox]:after {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 18px;
  width: 18px;
  text-align: center;
  font-family: icon;
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  content: "\f00c";
}
.form-check-input[type=radio]:before {
  border-radius: 9999px;
}
.form-check-input[type=radio]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(253 44 85 / var(--tw-bg-opacity));
  opacity: 0;
}

.form-check-input:checked {
  background-image: none;
}
.form-check-input:checked[type=checkbox]:before {
  --tw-bg-opacity: 1;
  background-color: rgb(253 44 85 / var(--tw-bg-opacity));
}
.form-check-input:checked[type=checkbox]:after {
  opacity: 1;
}
.form-check-input:checked[type=radio]:after {
  opacity: 1;
}

.form-check-input:focus,
.form-check-input:active {
  outline-width: 0px;
  box-shadow: none;
}

.form-check-input[type=checkbox]:disabled:before,
.form-check-input[type=checkbox]:disabled:checked:before {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}
.form-check-input[type=checkbox]:disabled:after,
.form-check-input[type=checkbox]:disabled:checked:after {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}

.form-check-input[type=radio]:disabled:before {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}
.form-check-input[type=radio]:disabled:after {
  opacity: 0;
}

.form-check-input[type=radio]:disabled:checked:before {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}
.form-check-input[type=radio]:disabled:checked:after {
  position: absolute;
  height: 18px;
  width: 18px;
  background-color: transparent;
  margin-top: -9px;
  margin-left: -9px;
  text-align: center;
  font-family: icon;
  font-size: 18px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
  opacity: 1;
  content: "\e81f";
}

.form-check label {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.form-check label a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  --tw-text-opacity: 1;
  color: rgb(0 71 255 / var(--tw-text-opacity));
}

.form-selects,
.form-selects-custom {
  display: block;
  width: 100%;
}

.select2-container {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  width: 100% !important;
  transition: 0.2s ease;
}
.select2-container .select2-selection--single {
  position: relative;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
  --tw-bg-opacity: 50%;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 16px;
  padding-right: 48px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-radius: 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.select2-container .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  height: 26px;
  font-weight: 500;
  margin-right: 20px;
  padding: 0px;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  --tw-text-opacity: 1;
  color: rgb(111 112 114 / var(--tw-text-opacity));
}
.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  height: 18px;
  width: 18px;
  margin-top: -10px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: block;
  height: 100%;
  width: 100%;
  transition: 0.3s ease;
}
.select2-container .select2-selection--single .select2-selection__arrow b:after {
  font-family: icon;
  font-size: 18px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
  content: "\f078";
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container.select2-container--disabled .select2-selection--single {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
  cursor: pointer;
}
.select2-container.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.select2-container.select2-container--disabled .select2-selection--single .select2-selection__arrow b:after {
  --tw-text-opacity: 1;
  color: rgb(176 178 179 / var(--tw-text-opacity));
}
.select2-container.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container.select2-container--open .select2-selection--single {
  --tw-border-opacity: 1;
  border-color: rgb(11 13 15 / var(--tw-border-opacity));
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered {
  --tw-text-opacity: 1;
  color: rgb(65 76 88 / var(--tw-text-opacity));
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}
.select2-container .select2-selection--multiple {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(111 112 114 / var(--tw-border-opacity));
  border-radius: 4px;
  padding-bottom: 5px;
  padding-right: 5px;
  cursor: text;
}
.select2-container .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  right: 0;
  margin-right: 10px;
  margin-top: 5px;
  height: 20px;
  cursor: pointer;
  font-weight: 500;
  padding: 1px;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-dropdown {
  position: absolute;
  top: 10px;
  left: -100000px;
  z-index: 1051;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
  --tw-bg-opacity: 100%;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.select2-results {
  display: block;
}

.select2-results__options {
  margin: 0;
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.select2-results__option {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(141 141 141 / var(--tw-border-opacity));
}
.select2-results__option:last-of-type {
  border-bottom-width: 0;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  height: auto;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  margin: 0;
  height: 0;
  z-index: 99;
  border-width: 0;
  opacity: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(141 141 141 / var(--tw-border-opacity));
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition: 0.2s ease;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background-color: transparent;
  outline-width: 0px;
  border-width: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 16px;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -16px;
  padding-left: 32px;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -32px;
  padding-left: 48px;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 64px;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -64px;
  padding-left: 80px;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -80px;
  padding-left: 96px;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  --tw-text-opacity: 1;
  color: rgb(111 112 114 / var(--tw-text-opacity));
}
.select2-container--default .select2-results__option--selected {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.select2-container--default .select2-results__option.select2-results__option--selectable {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.select2-container--default .select2-results__option.select2-results__option--selectable:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 44 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select2-container--default .select2-results__option.select2-results__option--highlighted {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.select2-container--default .select2-results__group {
  cursor: pointer;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(11 13 15 / var(--tw-border-opacity));
  outline-width: 0px;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline-width: 0px;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.select2-container--classic .select2-results__group {
  display: block;
  cursor: default;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (min-width: 992px) {
  .select2-container .select2-selection--single {
    padding-top: 14px;
    padding-bottom: 14px;
    border-width: 2px;
    border-radius: 10px;
  }
  .select2-dropdown {
    border-width: 2px;
  }
}
.icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  position: relative;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  font-family: icon;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  line-height: 24px;
  font-variant: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
  content: "\e900";
}

.icon-check:before {
  content: "\f00c";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-whatsapp:before {
  content: "\f232";
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  height: 100%;
  width: 100%;
}

.modal.fade {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

.modal.show {
  transform: none;
}

.modal.modal-static {
  transform: scale(1.02);
}

.modal-dialog {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(48px + 2em);
  pointer-events: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  height: 100vh;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.5;
}

.modal-content {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 1em;
  padding-top: 3em;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  pointer-events: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 8px;
  outline-width: 0;
}

.btn-close {
  position: absolute;
  top: -16px;
  right: -16px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(253 44 85 / var(--tw-bg-opacity));
}
.btn-close .icon {
  vertical-align: top;
}
.btn-close .icon:before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.modal-header {
  padding: 1em;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.modal-header p {
  font-family: arial-bold, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.modal-title {
  margin-bottom: 0;
}

.modal-body {
  position: relative;
  padding: 1em;
}
.modal-body form {
  position: relative;
  width: 100%;
}
.modal-body form .form-label {
  --tw-text-opacity: 1;
  color: rgb(11 13 15 / var(--tw-text-opacity));
}

.modal-footer {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
  padding: 1em;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.modal.playbook {
  overflow-y: auto;
}
.modal.playbook .modal-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.modal.playbook .modal-heroes {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  overflow: hidden;
}
.modal.playbook .modal-heroes-wrp {
  height: auto;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}
.modal.playbook .modal-heroes picture,
.modal.playbook .modal-heroes img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.modal.playbook .modal-body.text-info {
  padding: 3em;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.modal.playbook .modal-body.text-info p {
  line-height: 1.3;
}
.modal.playbook .modal-body.text-info p br {
  display: none;
}
.modal.playbook .modal-body.text-info a {
  display: inline-block;
  width: auto;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 550px;
  }
  .modal.playbook .modal-dialog {
    max-width: 90%;
  }
  .modal.playbook .modal-header {
    padding-top: 3em;
  }
  .modal.playbook .modal-content {
    padding-left: 50%;
  }
  .modal.playbook .modal-heroes {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.5em;
  }
  .modal.playbook .modal-heroes-wrp {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .modal.playbook .modal-heroes picture,
  .modal.playbook .modal-heroes img {
    max-width: 100%;
  }
  .modal.playbook .modal-heroes .modal-heroes-wrp.mw-auto picture,
  .modal.playbook .modal-heroes .modal-heroes-wrp.mw-auto img {
    height: 100%;
    max-height: 100%;
    width: auto;
    max-width: auto;
  }
  .modal.playbook .modal-body.text-info {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
    min-height: 500px;
  }
  .modal.playbook .modal-body.text-info p br {
    display: block;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 600px;
  }
  .modal.playbook .modal-dialog {
    max-width: 992px;
  }
  .modal.playbook .modal-header {
    padding-top: 3em;
  }
  .modal.playbook .modal-header p {
    font-size: 27px;
    line-height: 1.2;
  }
  .modal.playbook .modal-content {
    padding-left: 50%;
  }
  .modal.playbook .modal-heroes {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.5em;
  }
  .modal.playbook .modal-heroes-wrp {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .modal.playbook .modal-heroes picture,
  .modal.playbook .modal-heroes img {
    max-width: 100%;
  }
  .modal.playbook .modal-body.text-info {
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  .modal.playbook .modal-dialog {
    max-width: 1000px;
  }
  .modal.playbook .modal-body.text-info {
    min-height: 700px;
  }
}
@media (min-width: 1400px) {
  .modal.playbook .modal-dialog {
    max-width: 1200px;
  }
  .modal.playbook .modal-body.text-info {
    min-height: 800px;
  }
}
.swp-carousel .swiper-slide {
  height: auto;
}
.swp-carousel .swiper-slide .swiper-full {
  height: 100%;
  width: 100%;
}
.swp-carousel .swp-btn-prev,
.swp-carousel .swp-btn-next {
  height: 40px;
  width: 40px;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-sizing: border-box;
  transition: 0.3s ease;
}
.swp-carousel .swp-btn-prev .icon,
.swp-carousel .swp-btn-next .icon {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
}
.swp-carousel .swp-btn-prev .icon:before,
.swp-carousel .swp-btn-next .icon:before {
  font-size: 32px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: 0.3s ease;
}
.swp-carousel .swp-btn-prev:hover, .swp-carousel .swp-btn-prev:active, .swp-carousel .swp-btn-prev:focus,
.swp-carousel .swp-btn-next:hover,
.swp-carousel .swp-btn-next:active,
.swp-carousel .swp-btn-next:focus {
  --tw-border-opacity: 1;
  border-color: rgb(170 27 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  cursor: pointer;
}
.swp-carousel .swp-btn-prev:hover .icon:before, .swp-carousel .swp-btn-prev:active .icon:before, .swp-carousel .swp-btn-prev:focus .icon:before,
.swp-carousel .swp-btn-next:hover .icon:before,
.swp-carousel .swp-btn-next:active .icon:before,
.swp-carousel .swp-btn-next:focus .icon:before {
  --tw-text-opacity: 1;
  color: rgb(170 27 23 / var(--tw-text-opacity));
}
.swp-carousel .swp-btn-brand {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(170 27 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(170 27 23 / var(--tw-bg-opacity));
}
.swp-carousel .swp-btn-brand .icon:before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.swp-carousel .swp-btn-brand:hover, .swp-carousel .swp-btn-brand:active, .swp-carousel .swp-btn-brand:focus {
  --tw-border-opacity: 1;
  border-color: rgb(170 27 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.swp-carousel .swp-btn-brand:hover .icon:before, .swp-carousel .swp-btn-brand:active .icon:before, .swp-carousel .swp-btn-brand:focus .icon:before {
  --tw-text-opacity: 1;
  color: rgb(170 27 23 / var(--tw-text-opacity));
}
.swp-carousel .swp-btn-brand.swiper-button-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(170 27 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.swp-carousel .swp-btn-brand.swiper-button-disabled .icon:before {
  --tw-text-opacity: 1;
  color: rgb(170 27 23 / var(--tw-text-opacity));
}
.swp-carousel .swp-btn-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.swp-carousel .swp-btn-white .icon:before {
  --tw-text-opacity: 1;
  color: rgb(170 27 23 / var(--tw-text-opacity));
}
.swp-carousel .swp-btn-white:hover, .swp-carousel .swp-btn-white:active, .swp-carousel .swp-btn-white:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(170 27 23 / var(--tw-bg-opacity));
}
.swp-carousel .swp-btn-white:hover .icon:before, .swp-carousel .swp-btn-white:active .icon:before, .swp-carousel .swp-btn-white:focus .icon:before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.swp-carousel .swp-btn-white.swiper-button-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(170 27 23 / var(--tw-bg-opacity));
}
.swp-carousel .swp-btn-white.swiper-button-disabled .icon:before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.swp-carousel .swp-bullet-pagination {
  position: relative;
  top: 100%;
  display: inline-block;
  height: 24px;
  text-align: center;
  bottom: 0 !important;
}
.swp-carousel .swp-bullet-pagination .swiper-pagination-bullet {
  height: 24px;
  width: 24px;
  position: relative;
  display: inline-block;
  background-color: transparent;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
}
.swp-carousel .swp-bullet-pagination .swiper-pagination-bullet:active,
.swp-carousel .swp-bullet-pagination .swiper-pagination-bullet:focus {
  background-color: transparent;
  box-shadow: none;
}
.swp-carousel .swp-bullet-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-width: 1px;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 9999px;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  content: "";
}
.swp-carousel .swp-bullet-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  height: 14px;
  width: 14px;
}
.swp-carousel .swp-pagination-brand .swiper-pagination-bullet:before {
  --tw-border-opacity: 1;
  border-color: rgb(111 112 114 / var(--tw-border-opacity));
}
.swp-carousel .swp-pagination-brand .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  --tw-border-opacity: 1;
  border-color: rgb(170 27 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(170 27 23 / var(--tw-bg-opacity));
}
.swp-carousel .swp-pagination-white .swiper-pagination-bullet:before {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.swp-carousel .swp-pagination-white .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.swp-carousel .sw-footer {
  margin-top: 1.5em;
  width: 100%;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.swp-carousel .sw-footer .swp-btn-next,
.swp-carousel .sw-footer .swp-btn-prev {
  display: none;
}
.swp-carousel .sw-footer .swp-bullet-pagination.swiper-pagination-lock,
.swp-carousel .sw-footer .swp-btn-next.swiper-button-lock,
.swp-carousel .sw-footer .swp-btn-prev.swiper-button-lock {
  display: none;
}

.s-swiper-side .swp-carousel .swiper {
  padding-left: 10%;
  padding-right: 10%;
}

.s-swiper-full .swp-carousel .swiper {
  padding-left: 10%;
  padding-right: 10%;
}
.s-swiper-full .swp-carousel .swiper.swp-fixed {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 2.5em;
}
.s-swiper-full .swp-carousel .swiper.swp-fixed .sw-footer {
  display: none;
}

@media (min-width: 768px) {
  .swp-carousel .sw-footer {
    margin-top: 2em;
  }
  .swp-carousel .sw-footer.sw-center {
    justify-content: center;
  }
  .swp-carousel .sw-footer.sw-center .swp-btn-next,
  .swp-carousel .sw-footer.sw-center .swp-btn-prev {
    display: inline-block;
  }
  .swp-carousel .sw-footer.sw-center .swp-bullet-pagination {
    margin-left: 2em;
    margin-right: 2em;
    width: auto;
  }
  .s-swiper-full .swp-carousel .swiper.swp-fixed {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (min-width: 992px) {
  .sw-footer.sw-left {
    justify-content: flex-start;
  }
  .sw-footer.sw-left .swp-btn-next,
  .sw-footer.sw-left .swp-btn-prev {
    display: inline-block;
  }
  .sw-footer.sw-left .swp-btn-next {
    margin-left: 1em;
  }
  .sw-footer.sw-left .swp-bullet-pagination {
    margin-left: 2em;
    width: auto;
  }
  .s-swiper-side {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .s-swiper-side .container {
    width: 50%;
    padding-right: 2em;
  }
  .s-swiper-side .swp-carousel {
    width: 50%;
  }
  .s-swiper-side .swp-carousel .swiper {
    padding-right: 15%;
    padding-left: 0;
    padding-top: 2em;
  }
  .s-swiper-full .swp-carousel .swiper {
    padding-left: 8%;
    padding-right: 8%;
  }
  .s-swiper-full .swp-carousel.sw-fixed-width {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 2em;
    padding-right: 2em;
    max-width: 100%;
  }
  .s-swiper-full .swp-carousel.sw-fixed-width .swiper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .s-swiper-side .container {
    padding-right: 3em;
  }
  .s-swiper-full .swp-carousel .swiper.swp-fixed {
    padding-left: 2em;
    padding-right: 2em;
  }
  .s-swiper-full .swp-carousel.sw-fixed-width {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 0;
    padding-right: 0;
    max-width: 75em;
  }
  .s-swiper-full .swp-carousel.sw-fixed-width .swiper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .s-swiper-side .container {
    padding-left: calc((100% - 87.5em) / 2 + 32px);
  }
  .s-swiper-full .swp-carousel .swiper {
    padding-left: 6%;
    padding-right: 6%;
  }
  .s-swiper-full .swp-carousel .swiper.swp-fixed {
    max-width: 87.5em;
  }
  .s-swiper-full .swp-carousel.sw-fixed-width {
    max-width: 87.5em;
  }
  .s-swiper-full .swp-carousel.sw-fixed-width .swiper {
    padding-left: 0;
    padding-right: 0;
  }
}
.sw-btn-prev,
.sw-btn-next,
.swf-btn-prev,
.swf-btn-next {
  height: 40px;
  width: 40px;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-sizing: border-box;
  transition: 0.3s ease;
}
.sw-btn-prev .icon,
.sw-btn-next .icon,
.swf-btn-prev .icon,
.swf-btn-next .icon {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
}
.sw-btn-prev .icon:before,
.sw-btn-next .icon:before,
.swf-btn-prev .icon:before,
.swf-btn-next .icon:before {
  font-size: 32px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: 0.3s ease;
}
.sw-btn-prev:hover, .sw-btn-prev:active, .sw-btn-prev:focus,
.sw-btn-next:hover,
.sw-btn-next:active,
.sw-btn-next:focus,
.swf-btn-prev:hover,
.swf-btn-prev:active,
.swf-btn-prev:focus,
.swf-btn-next:hover,
.swf-btn-next:active,
.swf-btn-next:focus {
  --tw-border-opacity: 1;
  border-color: rgb(170 27 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  cursor: pointer;
}
.sw-btn-prev:hover .icon:before, .sw-btn-prev:active .icon:before, .sw-btn-prev:focus .icon:before,
.sw-btn-next:hover .icon:before,
.sw-btn-next:active .icon:before,
.sw-btn-next:focus .icon:before,
.swf-btn-prev:hover .icon:before,
.swf-btn-prev:active .icon:before,
.swf-btn-prev:focus .icon:before,
.swf-btn-next:hover .icon:before,
.swf-btn-next:active .icon:before,
.swf-btn-next:focus .icon:before {
  --tw-text-opacity: 1;
  color: rgb(170 27 23 / var(--tw-text-opacity));
}

.sw-btn-prev,
.sw-btn-next {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(170 27 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(170 27 23 / var(--tw-bg-opacity));
}
.sw-btn-prev .icon:before,
.sw-btn-next .icon:before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.sw-btn-prev:hover, .sw-btn-prev:active, .sw-btn-prev:focus,
.sw-btn-next:hover,
.sw-btn-next:active,
.sw-btn-next:focus {
  --tw-border-opacity: 1;
  border-color: rgb(170 27 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.sw-btn-prev:hover .icon:before, .sw-btn-prev:active .icon:before, .sw-btn-prev:focus .icon:before,
.sw-btn-next:hover .icon:before,
.sw-btn-next:active .icon:before,
.sw-btn-next:focus .icon:before {
  --tw-text-opacity: 1;
  color: rgb(170 27 23 / var(--tw-text-opacity));
}
.sw-btn-prev.swiper-button-disabled,
.sw-btn-next.swiper-button-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(170 27 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.sw-btn-prev.swiper-button-disabled .icon:before,
.sw-btn-next.swiper-button-disabled .icon:before {
  --tw-text-opacity: 1;
  color: rgb(170 27 23 / var(--tw-text-opacity));
}

.swf-btn-next,
.swf-btn-prev {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.swf-btn-next .icon:before,
.swf-btn-prev .icon:before {
  --tw-text-opacity: 1;
  color: rgb(170 27 23 / var(--tw-text-opacity));
}
.swf-btn-next:hover, .swf-btn-next:active, .swf-btn-next:focus,
.swf-btn-prev:hover,
.swf-btn-prev:active,
.swf-btn-prev:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(170 27 23 / var(--tw-bg-opacity));
}
.swf-btn-next:hover .icon:before, .swf-btn-next:active .icon:before, .swf-btn-next:focus .icon:before,
.swf-btn-prev:hover .icon:before,
.swf-btn-prev:active .icon:before,
.swf-btn-prev:focus .icon:before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.swf-btn-next.swiper-button-disabled,
.swf-btn-prev.swiper-button-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(170 27 23 / var(--tw-bg-opacity));
}
.swf-btn-next.swiper-button-disabled .icon:before,
.swf-btn-prev.swiper-button-disabled .icon:before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sw-bullet-pagination,
.swf-bullet-pagination {
  position: relative;
  top: 100%;
  display: inline-block;
  height: 24px;
  text-align: center;
  bottom: 0 !important;
}
.sw-bullet-pagination .swiper-pagination-bullet,
.swf-bullet-pagination .swiper-pagination-bullet {
  height: 24px;
  width: 24px;
  position: relative;
  display: inline-block;
  background-color: transparent;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
}
.sw-bullet-pagination .swiper-pagination-bullet:active,
.sw-bullet-pagination .swiper-pagination-bullet:focus,
.swf-bullet-pagination .swiper-pagination-bullet:active,
.swf-bullet-pagination .swiper-pagination-bullet:focus {
  background-color: transparent;
  box-shadow: none;
}
.sw-bullet-pagination .swiper-pagination-bullet:before,
.swf-bullet-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-width: 1px;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 9999px;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  content: "";
}
.sw-bullet-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.swf-bullet-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  height: 14px;
  width: 14px;
}

@media (min-width: 768px) {
  .sw-footer {
    margin-top: 2em;
  }
}
.form-box {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.form-box:last-of-type {
  margin-bottom: 0;
}
.form-box--has-error .form-control {
  --tw-border-opacity: 1;
  border-color: rgb(243 49 58 / var(--tw-border-opacity));
  padding-right: 48px;
  --tw-text-opacity: 1;
  color: rgb(243 49 58 / var(--tw-text-opacity));
}
.form-box--has-error .form-control:focus,
.form-box--has-error .form-control:focus-within,
.form-box--has-error .form-control:active,
.form-box--has-error .form-control.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(65 76 88 / var(--tw-text-opacity));
}
.form-box--has-error .message {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(243 49 58 / var(--tw-text-opacity));
}
.form-box--has-success .form-control {
  --tw-border-opacity: 1;
  border-color: rgb(0 215 100 / var(--tw-border-opacity));
}
.form-box--has-success .message {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(0 215 100 / var(--tw-text-opacity));
}
.form-box.disabled:after {
  display: none;
}
.form-box.disabled .icon:before {
  --tw-text-opacity: 1;
  color: rgb(176 178 179 / var(--tw-text-opacity));
}
.form-box.textarea-error textarea {
  --tw-border-opacity: 1;
  border-color: rgb(243 49 58 / var(--tw-border-opacity));
}
.form-box.textarea-error .message {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(243 49 58 / var(--tw-text-opacity));
}
.form-box.textarea-success textarea {
  --tw-border-opacity: 1;
  border-color: rgb(0 215 100 / var(--tw-border-opacity));
}
.form-box.textarea-success .message {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(0 215 100 / var(--tw-text-opacity));
}
.form-box--btn-action {
  align-items: center;
}
.form-box--btn-action .btn {
  width: auto;
  min-width: 250px;
  margin-bottom: 1.5em;
}
.form-box--btn-action .btn:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .form-box--btn-action .btn {
    width: auto;
    min-width: 280px;
  }
}
@media (min-width: 992px) {
  .form-box {
    margin-bottom: 2em;
  }
  .form-box:after {
    top: 52px;
  }
  .form-box--btn-action .btn {
    margin-bottom: 2em;
  }
}
#menu:not(.mm-menu) {
  display: none;
}

#mm-blocker,
.mm-blocker {
  display: none !important;
}

.mm-slideout {
  transform: translate3d(0, 0, 0) !important;
}

.mm-wrapper.mm-wrapper--opened .mm-page {
  min-height: 100vh;
}

body.mm-wrapper.mm-wrapper--opened .header .hamburger-mobile .hamburger {
  z-index: 0;
  opacity: 0;
}
body.mm-wrapper.mm-wrapper--opened .header .hamburger-mobile .hamburger-close {
  opacity: 1;
}

.mm-menu {
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: 0.3s ease;
  z-index: 2;
}
.mm-menu .mm-panels {
  height: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-color: transparent;
}
.mm-menu .mm-panel {
  --mm-panel-parent-offset: 0;
}
.mm-menu .mm-panel .mm-listview li {
  padding-left: 1em;
  padding-right: 1em;
}
.mm-menu .mm-panel .mm-listview li a.mm-listitem__text {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  font-family: arial-bold, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.mm-menu .mm-panel .mm-listview li a.mm-btn.mm-btn--next {
  position: absolute;
  top: 0;
  left: 1em;
  height: 100%;
  width: calc(100% - 2em);
  border-left-width: 0px;
  padding: 0;
}
.mm-menu .mm-panel .mm-listview li a.mm-btn.mm-btn--next:after {
  display: none;
  height: 0;
  width: 0;
}
.mm-menu .mm-panel .mm-listview li a.mm-btn.mm-btn--next:before {
  display: block;
  height: 100%;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: right;
  font-family: icon;
  font-size: 24px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  content: "\e816";
}
.mm-menu .mm-panel .mm-listview li:after {
  inset-inline-start: 1em;
  inset-inline-end: 1em;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.mm-menu .mm-panel::after {
  display: none;
}
.mm-menu #mm-1.mm-panel .mm-navbar {
  display: none;
}

.mm-menu--opened {
  top: 60px;
  height: calc(100% - 60px);
  flex-wrap: nowrap;
}

.ornament {
  position: absolute;
}
.ornament img {
  display: block;
  height: auto;
  width: 100%;
}
.ornament--welcome-love {
  bottom: 0;
  right: -2%;
  width: 6vw;
}
.ornament--welcome-ketupat {
  top: -15%;
  right: -7%;
  width: 10vw;
}
.ornament--welcome-ketupat img {
  transform: rotate(-45deg);
}
.ornament--hero-ketupat {
  top: -5%;
  right: 0;
  width: 10vw;
}
.ornament--hero-ketupat img {
  transform: rotate(-45deg);
}
.ornament--hero-envelope {
  top: 34%;
  left: 2%;
}
@media not all and (min-width: 1200px) {
  .ornament--hero-envelope {
    top: 39%;
  }
}
@media not all and (min-width: 992px) {
  .ornament--hero-envelope {
    top: 30%;
  }
}
.ornament--hero-envelope {
  width: 136px;
}
@media not all and (min-width: 768px) {
  .ornament--hero-envelope {
    width: 44px;
  }
}
.ornament--welcome-cloud-top {
  top: -10%;
  right: -25%;
  width: 43.5vw;
}
.ornament--welcome-flower {
  top: -8%;
  left: 3%;
  width: 5.5vw;
}
.ornament--welcome-beduk {
  left: -8%;
  bottom: -8%;
  width: 11.5vw;
}
.ornament--welcome-cloud-bottom {
  left: -45%;
  bottom: -55%;
  width: 50vw;
}
.ornament--welcome-money {
  bottom: 35%;
  left: 10%;
  width: 8.5vw;
}
.ornament--welcome-my {
  bottom: 25%;
  left: -1em;
  width: 8.5vw;
}
.ornament--about-cloud {
  right: -46%;
  top: -3%;
  width: 100vw;
}
.ornament--about-hand {
  right: 14%;
  top: 0px;
  width: 15vw;
}
.ornament--about-hand img {
  transform: rotate(-25deg);
}
.ornament--about-cloud-bottom {
  left: -50%;
  bottom: 0;
  width: 100vw;
}
.ornament--hero-cloud {
  left: 0;
  bottom: 3%;
  width: 100vw;
}
.ornament--hero-cloud img {
  height: auto;
  width: 100%;
}
.ornament--beduk {
  left: -4%;
  top: -4%;
  width: 22vw;
}
.ornament--attend-love {
  right: 5%;
  bottom: 29%;
  width: 9vw;
}
.ornament--attend-love img {
  transform: rotate(15deg);
}
.ornament--speakers {
  top: 9%;
  right: -5%;
  width: 25vw;
}
.ornament--speakers-cloud {
  top: 5%;
  right: -70%;
  width: 131vw;
}
.ornament--speakers-bottom {
  bottom: 10%;
  left: -22%;
  width: 58vw;
}
.ornament--agenda-flower {
  top: -2.5%;
  left: 3%;
  width: 23vw;
}
.ornament--agenda-love {
  top: -1em;
  right: 5%;
  width: 8vw;
}
.ornament--time {
  top: -7%;
  right: 10%;
  width: 21.2vw;
}
.ornament--phone {
  bottom: -2%;
  right: 2%;
  width: 13vw;
}
.ornament--cloud-left {
  top: 1%;
  left: -18%;
  width: 68vw;
}
.ornament--cloud-right {
  top: 11%;
  right: -34%;
  width: 91vw;
}
.ornament--ticket {
  top: -13%;
  left: 0;
  width: 19.5vw;
}
.ornament--handshake {
  top: -13%;
  right: 2%;
  width: 20.5vw;
}
.ornament--handshake img {
  transform: rotate(-15deg);
}
.ornament--faq-cloud {
  top: 9%;
  left: -18%;
  width: 77vw;
}
.ornament--about-top {
  top: -3%;
  right: 0;
}
.ornament--about-top .cloud {
  position: absolute;
  right: -46%;
  width: 100vw;
}
.ornament--about-top .hand {
  position: absolute;
  right: 14%;
  top: 10px;
  width: 11vw;
}
.ornament--about-top .hand img {
  transform: rotate(-45deg);
}
.ornament--toa-color {
  top: -2em;
  left: 1em;
  width: 70px;
}
.ornament--about-stars {
  top: 0rem;
  right: 1rem;
  width: 40px;
}

@media (min-width: 480px) {
  .ornament--welcome-money {
    bottom: 4em;
    left: -1em;
    width: 48px;
  }
  .ornament--about-cloud {
    top: -3em;
    right: -15em;
    width: 575px;
  }
  .ornament--about-hand {
    top: -10px;
    right: 4em;
    width: 80px;
  }
  .ornament--beduk {
    top: -3em;
    left: -1.2em;
    width: 126px;
  }
  .ornament--speakers {
    top: 1.5em;
    right: -1.5em;
    width: 140px;
  }
  .ornament--speakers-cloud {
    right: -25em;
    top: 0;
    width: 753px;
  }
  .ornament--speakers-bottom {
    left: -7em;
    bottom: 3em;
    width: 333px;
  }
  .ornament--agenda-flower {
    left: 1em;
    top: -6.2em;
    width: 105px;
  }
  .ornament--time {
    top: -6em;
    width: 86px;
  }
  .ornament--ticket {
    top: -6em;
    width: 132px;
  }
  .ornament--handshake {
    top: -5em;
    width: 120px;
  }
  .ornament--toa-color {
    width: 90px;
  }
  .ornament--about-stars {
    width: 50px;
  }
}
@media (min-width: 576px) {
  .ornament--welcome-flower {
    top: -1em;
    left: 0;
    width: 32px;
  }
  .ornament--welcome-beduk {
    left: -4em;
    bottom: -2em;
    width: 90px;
  }
  .ornament--welcome-ketupat {
    top: -1.5em;
    right: -2em;
    width: 60px;
  }
  .ornament--hero-ketupat {
    top: -1.5em;
    right: -2em;
    width: 60px;
  }
  .ornament--welcome-cloud-top {
    right: -17em;
    top: -2em;
    width: 350px;
  }
  .ornament--welcome-love {
    bottom: 0;
    right: -1em;
    width: 32px;
  }
  .ornament--welcome-money {
    bottom: 4em;
    left: -1em;
    width: 48px;
  }
  .ornament--welcome-my {
    bottom: 2em;
    left: -2em;
    width: 48px;
  }
  .ornament--welcome-cloud-bottom {
    left: -15em;
    bottom: -1em;
    width: 300px;
  }
  .ornament--toa-color {
    top: 0;
    width: 100px;
  }
  .ornament--about-stars {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .ornament--welcome-beduk {
    width: 100px;
  }
  .ornament--welcome-cloud-bottom {
    left: -19em;
    bottom: -2.5em;
    width: 400px;
  }
  .ornament--welcome-ketupat {
    width: 70px;
  }
  .ornament--hero-ketupat {
    width: 70px;
  }
  .ornament--welcome-money {
    bottom: 2em;
    left: 0em;
    width: 60px;
  }
  .ornament--about-hand {
    top: -1em;
    right: 3em;
    width: 90px;
  }
  .ornament--attend-love {
    right: 5%;
    bottom: auto;
    width: 45px;
    top: 0;
  }
  .ornament--agenda-flower {
    top: -6.7em;
  }
  .ornament--agenda-love {
    width: 6vw;
  }
  .ornament--handshake {
    top: -6.5em;
    width: 180px;
  }
  .ornament--toa-color {
    top: 1em;
  }
  .ornament--about-stars {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .ornament--welcome-ketupat {
    top: -2em;
    right: -3em;
    width: 85px;
  }
  .ornament--hero-ketupat {
    top: -2em;
    right: 0;
    width: 85px;
  }
  .ornament--welcome-cloud-top {
    right: -21em;
    top: 5em;
    width: 350px;
  }
  .ornament--welcome-beduk {
    left: -6em;
    bottom: -3em;
    width: 120px;
  }
  .ornament--welcome-cloud-bottom {
    bottom: -3.5em;
    width: 500px;
    left: -27em;
  }
  .ornament--welcome-flower {
    width: 40px;
  }
  .ornament--welcome-money {
    left: -2em;
  }
  .ornament--about-cloud {
    right: -19em;
    width: 800px;
  }
  .ornament--about-hand {
    top: 0px;
    right: 7em;
    width: 120px;
  }
  .ornament--beduk {
    top: -4em;
    left: -1.8em;
    width: 170px;
  }
  .ornament--speakers {
    top: -2em;
    right: 15%;
  }
  .ornament--speakers-cloud {
    right: -10em;
    top: 4em;
    width: 500px;
  }
  .ornament--speakers-bottom {
    left: -10em;
    bottom: 5em;
    width: 480px;
  }
  .ornament--agenda-flower {
    top: -8em;
    width: 130px;
  }
  .ornament--agenda-love {
    width: 50px;
    top: -1em;
    right: 5%;
  }
  .ornament--time {
    top: -7em;
    width: 90px;
    right: 4%;
  }
  .ornament--cloud-right {
    top: 10em;
    right: -22em;
    width: 700px;
  }
  .ornament--cloud-left {
    top: 2em;
    left: -10em;
    width: 500px;
  }
  .ornament--phone {
    bottom: -2em;
    right: 2%;
    width: 112px;
  }
  .ornament--ticket {
    top: -3em;
    width: 150px;
  }
  .ornament--handshake {
    top: -7em;
  }
  .ornament--faq-cloud {
    top: 3em;
    left: -12em;
    width: 600px;
  }
  .ornament--toa-color {
    width: 110px;
  }
  .ornament--about-stars {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .ornament--welcome-flower {
    left: -1empx;
    top: -2.2em;
    width: 70px;
  }
  .ornament--welcome-beduk {
    left: -10em;
    width: 160px;
  }
  .ornament--welcome-ketupat {
    right: -8em;
    width: 104px;
  }
  .ornament--hero-ketupat {
    right: 6em;
    width: 104px;
  }
  .ornament--welcome-cloud-top {
    top: 6em;
  }
  .ornament--welcome-cloud-bottom {
    left: -40em;
    width: 738px;
  }
  .ornament--welcome-love {
    right: -10em;
    width: 56px;
  }
  .ornament--welcome-money {
    left: -2em;
    bottom: 3em;
    width: 69px;
  }
  .ornament--about-cloud {
    right: -32em;
    top: -5em;
    width: 1200px;
  }
  .ornament--about-hand {
    top: 1em;
    right: 8em;
    width: 160px;
  }
  .ornament--beduk {
    top: -5em;
    left: -32px;
    width: 182px;
  }
  .ornament--attend-love {
    width: 78px;
  }
  .ornament--speakers {
    top: -3em;
    right: 15em;
    width: 167px;
  }
  .ornament--speakers-cloud {
    top: 3.5em;
    right: -10em;
    width: 700px;
  }
  .ornament--speakers-bottom {
    left: -13em;
    bottom: 7em;
    width: 612px;
  }
  .ornament--agenda-flower {
    top: -11.3em;
    width: 164px;
  }
  .ornament--agenda-love {
    top: -2em;
    right: 8%;
    width: 77px;
  }
  .ornament--time {
    top: -10em;
    right: 0;
    width: 107px;
  }
  .ornament--cloud-left {
    top: 3em;
    left: -12em;
    width: 620px;
  }
  .ornament--cloud-right {
    top: 12em;
    right: -40em;
    width: 1154px;
  }
  .ornament--phone {
    bottom: 1em;
    right: -8%;
    width: 112px;
  }
  .ornament--ticket {
    top: -5em;
    width: 165px;
  }
  .ornament--handshake {
    top: -10em;
    width: 216px;
  }
  .ornament--faq-cloud {
    top: 8em;
    left: -18em;
    width: 800px;
  }
  .ornament--toa-color {
    top: 1.5em;
    width: 128px;
  }
  .ornament--about-stars {
    width: 90px;
  }
}
.video-vertical {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 420px;
}
@media not all and (min-width: 768px) {
  .video-vertical {
    width: 320px;
  }
}
.video-vertical::before, .video-vertical::after {
  position: absolute;
  z-index: 2;
  content: "";
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.video-vertical::before {
  left: -24px;
  top: -24px;
}
@media not all and (min-width: 768px) {
  .video-vertical::before {
    left: -18px;
    top: -20px;
  }
}
.video-vertical::before {
  height: 108px;
  width: 94px;
}
@media not all and (min-width: 768px) {
  .video-vertical::before {
    height: 72px;
    width: 62px;
  }
}
.video-vertical::before {
  background-image: url("../img/icons/ic-bag.png");
}
.video-vertical::after {
  right: -34px;
  bottom: -30px;
}
@media not all and (min-width: 768px) {
  .video-vertical::after {
    right: -20px;
    bottom: -20px;
  }
}
.video-vertical::after {
  height: 97px;
  width: 97px;
}
@media not all and (min-width: 768px) {
  .video-vertical::after {
    height: 72px;
    width: 72px;
  }
}
.video-vertical::after {
  background-image: url("../img/icons/ic-love.gif");
  transform: rotate(20deg);
}
.video-vertical--v2::before {
  left: -24px;
  top: unset;
  bottom: -24px;
}
@media not all and (min-width: 768px) {
  .video-vertical--v2::before {
    top: unset;
    left: -18px;
    bottom: -20px;
  }
}
.video-vertical--v2::after {
  right: -34px;
  bottom: unset;
  top: -30px;
}
@media not all and (min-width: 768px) {
  .video-vertical--v2::after {
    bottom: unset;
    right: -20px;
    top: -20px;
  }
}
.video-vertical__wrp {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 48px;
  padding-top: 177%;
}
.video-vertical__cover, .video-vertical__play {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.video-vertical__cover img, .video-vertical__cover video, .video-vertical__play img, .video-vertical__play video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-vertical__cover::after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 84px;
  width: 84px;
  transform: translate(-50%, -50%);
  content: "";
  background: url("../img/icons/icon-play.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.no-scroll {
  overflow: hidden;
}

.main-wrapper {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  padding-top: 60px;
}

#__next {
  overflow: hidden;
}

.bg-color {
  position: relative;
  width: 100%;
  background: url("../img/bg-color.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

.fs-10 {
  font-size: 10px;
}

.lh-100 {
  line-height: 100%;
}

.lh-150 {
  line-height: 150%;
}

.spancer {
  padding-top: 3em;
  padding-bottom: 3em;
}

.spancer-b-0 {
  padding-top: 3em;
}

.welcome {
  position: relative;
  width: 100%;
  padding-top: 2em;
}
.welcome__wrp .welcome-image {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.welcome__wrp .welcome-image img {
  display: block;
  height: auto;
  width: 100%;
}
.welcome__wrp .welcome-heading {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
}
.welcome__wrp .welcome-heading p {
  margin-bottom: 0;
  padding-left: 7.5%;
  padding-right: 7.5%;
  text-align: center;
  font-family: arial-bold, sans-serif;
  font-size: 5vw;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.welcome__wrp .welcome-heading__location {
  margin-left: -1em;
  margin-right: -1em;
  margin-top: 1em;
}
.welcome__wrp .welcome-heading__location .location {
  width: 100%;
  margin-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}
.welcome__wrp .welcome-heading__location .location:last-of-type {
  margin-bottom: 0;
}
.welcome__wrp .welcome-heading__location .icon,
.welcome__wrp .welcome-heading__location span {
  display: inline-block;
  vertical-align: middle;
}
.welcome__wrp .welcome-heading__location .icon {
  height: 16px;
  width: 16px;
}
.welcome__wrp .welcome-heading__location .icon:before {
  font-size: 16px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-text-opacity: 50%;
}
.welcome__wrp .welcome-heading__location span {
  position: relative;
  margin-left: 0;
  font-family: arial-bold, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.welcome__wrp .welcome-heading__location span.middle {
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.welcome__wrp .welcome-heading__register {
  margin-top: 2em;
  width: 100%;
}
.welcome__wrp .welcome-heading__register a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 220px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 999px;
  --tw-bg-opacity: 1;
  background-color: rgb(253 44 85 / var(--tw-bg-opacity));
  text-align: center;
  font-family: arial-bold, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.about {
  position: relative;
  width: 100%;
  padding-top: 4.5em;
}
.about__wrp {
  margin-left: -1em;
  margin-right: -1em;
}
.about__image, .about__content {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
}
.about__image {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1.5em;
}
.about__image .box-image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.about__image .box-image__wrp {
  position: relative;
  width: 100%;
  padding-top: 160.8695652174%;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  overflow: hidden;
  border-radius: 48px;
}
.about__image .box-image__wrp #click-video,
.about__image .box-image__wrp #play-video,
.about__image .box-image__wrp .img-box-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.about__image .box-image__wrp picture,
.about__image .box-image__wrp img {
  display: block;
  height: 100%;
  width: 100%;
}
.about__image .box-image__wrp img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.about__image .box-image__wrp video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__image .box-image__wrp #click-video:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 84px;
  width: 84px;
  transform: translate(-50%, -50%);
  content: "";
  background: url("../img/icons/icon-play.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.about__image .box-image:before, .about__image .box-image:after {
  position: absolute;
  z-index: 2;
  content: "";
}
.about__image .box-image:before {
  left: -16px;
  top: -21px;
  height: 88px;
  width: 100px;
  background: url("../img/icons/compoent-arrow.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transform: rotate(-20deg);
}
.about__image .box-image:after {
  right: -34px;
  bottom: 0px;
  height: 152px;
  width: 100px;
  background: url("../img/icons/component-bag.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.about__image:after {
  position: absolute;
  left: -16px;
  bottom: 0;
  display: none;
  height: 120px;
  width: calc(100% + 32px);
  content: "";
  background: url("../img/component-cloud-about.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.about__content {
  position: relative;
}
.about__content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 1.5em;
}
.about__content:before {
  position: absolute;
  top: 0;
  right: 16px;
  display: none;
  height: 119px;
  width: 100px;
  content: "";
  background: url("../img/icons/component-hand.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.attend,
.on-demand {
  position: relative;
  width: 100%;
}
.attend .container,
.on-demand .container {
  position: relative;
}
.attend .row, .attend .welcome__wrp .welcome-heading__location, .welcome__wrp .attend .welcome-heading__location, .attend .about__wrp,
.on-demand .row,
.on-demand .welcome__wrp .welcome-heading__location,
.welcome__wrp .on-demand .welcome-heading__location,
.on-demand .about__wrp {
  margin-left: 0;
  margin-right: 0;
}
.attend .card,
.on-demand .card {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 2.5em;
}
.attend .card__wrp,
.on-demand .card__wrp {
  padding-left: 0;
  padding-right: 0;
}
.attend .card__header,
.on-demand .card__header {
  margin-bottom: 1.5em;
}
.attend .card__header p,
.on-demand .card__header p {
  font-family: arial-bold, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-bottom: 0;
}
.attend .card__body p,
.on-demand .card__body p {
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.attend .card:last-of-type,
.on-demand .card:last-of-type {
  margin-bottom: 0;
}
.attend:before, .attend:after,
.on-demand:before,
.on-demand:after {
  position: absolute;
  display: none;
  z-index: 2;
  content: "";
}
.attend:before,
.on-demand:before {
  top: -40px;
  left: -10px;
  height: 113px;
  width: 120px;
  background: url("../img/icons/component-attend-beduk.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.attend:after,
.on-demand:after {
  top: 9%;
  right: 16px;
  height: 35px;
  width: 40px;
  background: url("../img/icons/component-love.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.on-demand .swiper-video {
  margin-left: -1em;
  margin-right: -1em;
  width: calc(100% + 2em);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.on-demand .sw-ondemand {
  width: 100%;
  overflow-x: hidden;
}
.on-demand .sw-ondemand .card-video {
  height: 100%;
  width: 100%;
}
.on-demand .sw-ondemand .card-video__wrp {
  height: 100%;
  width: 100%;
}
.on-demand .sw-ondemand .card-video__thumbs {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 0.25em;
}
.on-demand .sw-ondemand .card-video__thumbs .the-thumbs,
.on-demand .sw-ondemand .card-video__thumbs .the-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.on-demand .sw-ondemand .card-video__thumbs .the-thumbs picture,
.on-demand .sw-ondemand .card-video__thumbs .the-thumbs img,
.on-demand .sw-ondemand .card-video__thumbs .the-video picture,
.on-demand .sw-ondemand .card-video__thumbs .the-video img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.on-demand .sw-ondemand .card-video__thumbs .the-thumbs .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 56px;
  width: 56px;
  opacity: 60%;
  background: url("../img/icons/play-icon.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.on-demand .sw-ondemand .card-video__info {
  width: 100%;
  padding-top: 2em;
}
.on-demand .sw-ondemand .card-video__info .title {
  font-family: arial-bold, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 1em;
}
.on-demand .sw-ondemand .card-video__info .speakers {
  font-family: arial-bold, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(253 44 85 / var(--tw-text-opacity));
  margin-bottom: 0.25em;
}
.on-demand .sw-ondemand .card-video__info .event {
  font-family: arial-regular, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 0;
}
.on-demand .sw-ondemand .swiper-slide {
  height: auto;
}
.on-demand .sw-ondemand .sw-footer {
  width: 100%;
  text-align: center;
}
.on-demand .sw-ondemand-thumbs {
  width: calc(100% + 2em);
  overflow-x: hidden;
  margin-left: -1em;
  margin-right: -1em;
}
.on-demand .sw-ondemand-thumbs .swiper-container {
  padding-left: 15%;
  padding-right: 15%;
}
.on-demand .sw-ondemand-thumbs .swiper-slide {
  height: auto;
}
.on-demand .sw-ondemand-thumbs .swiper-slide.swiper-slide-active .card-video-thumbs__wrp {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.on-demand .sw-ondemand-thumbs .swiper-slide.swiper-slide-active .card-video-thumbs__info .title,
.on-demand .sw-ondemand-thumbs .swiper-slide.swiper-slide-active .card-video-thumbs__info .length {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.on-demand .sw-ondemand-thumbs .card-video-thumbs {
  height: 100%;
  width: 100%;
}
.on-demand .sw-ondemand-thumbs .card-video-thumbs__wrp {
  height: 100%;
  width: 100%;
  padding: 0.5em;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-radius: 0.25em;
  transition: 0.5s ease;
}
.on-demand .sw-ondemand-thumbs .card-video-thumbs__thumbs {
  position: relative;
  width: 100%;
  padding-top: calc((9 / 16) * 100%);
}
.on-demand .sw-ondemand-thumbs .card-video-thumbs__thumbs .thumbs {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25em;
}
.on-demand .sw-ondemand-thumbs .card-video-thumbs__thumbs .thumbs picture,
.on-demand .sw-ondemand-thumbs .card-video-thumbs__thumbs .thumbs img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.on-demand .sw-ondemand-thumbs .card-video-thumbs__info {
  margin-top: 1em;
  width: 100%;
}
.on-demand .sw-ondemand-thumbs .card-video-thumbs__info .title {
  --tw-gradient-to: #000000 var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
  font-family: arial-bold, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  margin-bottom: 0.5em;
}
.on-demand .sw-ondemand-thumbs .card-video-thumbs__info .length {
  text-align: right;
  font-size: 12px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(176 178 179 / var(--tw-text-opacity));
}
.on-demand .sw-ondemand-thumbs .sw-footer {
  width: 100%;
  text-align: center;
  margin-top: 2em;
}
.on-demand .sw-ondemand-thumbs .sw-footer .swp-btn-prev,
.on-demand .sw-ondemand-thumbs .sw-footer .swp-btn-next {
  display: inline-block;
  height: 48px;
  width: 48px;
  border-radius: 0.25em;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: 10px;
  transition: 0.5s ease;
}
.on-demand .sw-ondemand-thumbs .sw-footer .swp-btn-prev .icon,
.on-demand .sw-ondemand-thumbs .sw-footer .swp-btn-next .icon {
  height: 24px;
  width: 24px;
  transition: 0.5s ease;
}
.on-demand .sw-ondemand-thumbs .sw-footer .swp-btn-prev .icon:before,
.on-demand .sw-ondemand-thumbs .sw-footer .swp-btn-next .icon:before {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition: 0.5s ease;
}
.on-demand .sw-ondemand-thumbs .sw-footer .swp-btn-prev {
  margin-right: 0.5em;
}
.on-demand .sw-ondemand-thumbs .sw-footer .swp-btn-next:hover,
.on-demand .sw-ondemand-thumbs .sw-footer .swp-btn-prev:hover {
  border-color: rgb(255 102 241 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  background-color: rgb(255 102 241 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.on-demand .sw-ondemand-thumbs .sw-footer .swp-btn-next:hover .icon:before,
.on-demand .sw-ondemand-thumbs .sw-footer .swp-btn-prev:hover .icon:before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.on-demand .sw-ondemand-thumbs .sw-footer .swp-btn-next.swiper-button-disabled,
.on-demand .sw-ondemand-thumbs .sw-footer .swp-btn-prev.swiper-button-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(176 178 179 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(176 178 179 / var(--tw-bg-opacity));
}
.on-demand .sw-ondemand-thumbs .sw-footer .swp-btn-next.swiper-button-disabled .icon:before,
.on-demand .sw-ondemand-thumbs .sw-footer .swp-btn-prev.swiper-button-disabled .icon:before {
  --tw-text-opacity: 1;
  color: rgb(65 76 88 / var(--tw-text-opacity));
}

.speakers .container {
  position: relative;
}
.speakers .card {
  height: 100%;
  width: 100%;
}
.speakers .card__header {
  padding-left: 1em;
  padding-right: 1em;
}
.speakers .card__foto {
  position: relative;
  padding-top: 100%;
}
.speakers .card__foto .foto {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-width: 6px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(253 44 85 / var(--tw-border-opacity));
  overflow: hidden;
  border-radius: 999px;
}
.speakers .card__foto .foto picture,
.speakers .card__foto .foto img {
  display: block;
  height: 100%;
  width: 100%;
}
.speakers .card__foto .foto img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.speakers .card__information {
  margin-top: 1.5em;
}
.speakers .card__information .name p,
.speakers .card__information .position p,
.speakers .card__information .office p {
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.speakers .card__information .name {
  margin-bottom: 0.75em;
}
.speakers .card__information .name p {
  font-family: arial-bold, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}
.speakers .card__information .position p,
.speakers .card__information .office p {
  font-size: 16px;
  line-height: 24px;
}
.speakers .swp-carousel {
  position: relative;
  margin-top: 10vh;
  width: 100%;
}
.speakers .swp-carousel .swiper-container {
  display: block;
  width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.speakers .swp-carousel .swiper-slide .row, .speakers .swp-carousel .swiper-slide .welcome__wrp .welcome-heading__location, .welcome__wrp .speakers .swp-carousel .swiper-slide .welcome-heading__location, .speakers .swp-carousel .swiper-slide .about__wrp {
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-bottom: -40px;
}
.speakers .swp-carousel .swiper-slide .row .card, .speakers .swp-carousel .swiper-slide .welcome__wrp .welcome-heading__location .card, .welcome__wrp .speakers .swp-carousel .swiper-slide .welcome-heading__location .card, .speakers .swp-carousel .swiper-slide .about__wrp .card {
  margin-bottom: 2.5em;
  width: 50%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.speakers .swp-carousel .swiper-slide .row .card__header, .speakers .swp-carousel .swiper-slide .welcome__wrp .welcome-heading__location .card__header, .welcome__wrp .speakers .swp-carousel .swiper-slide .welcome-heading__location .card__header, .speakers .swp-carousel .swiper-slide .about__wrp .card__header {
  padding-left: 0;
  padding-right: 0;
}
.speakers .swp-carousel .swiper-slide .row .card__information .name p, .speakers .swp-carousel .swiper-slide .welcome__wrp .welcome-heading__location .card__information .name p, .welcome__wrp .speakers .swp-carousel .swiper-slide .welcome-heading__location .card__information .name p, .speakers .swp-carousel .swiper-slide .about__wrp .card__information .name p {
  font-size: 20px;
  line-height: 30px;
}
.speakers .swp-carousel .swiper-slide .row .card__information .position p, .speakers .swp-carousel .swiper-slide .welcome__wrp .welcome-heading__location .card__information .position p, .welcome__wrp .speakers .swp-carousel .swiper-slide .welcome-heading__location .card__information .position p, .speakers .swp-carousel .swiper-slide .about__wrp .card__information .position p,
.speakers .swp-carousel .swiper-slide .row .card__information .office p,
.speakers .swp-carousel .swiper-slide .welcome__wrp .welcome-heading__location .card__information .office p,
.welcome__wrp .speakers .swp-carousel .swiper-slide .welcome-heading__location .card__information .office p,
.speakers .swp-carousel .swiper-slide .about__wrp .card__information .office p {
  font-size: 14px;
  line-height: 24px;
}
.speakers .swp-carousel .swp-btn-prev,
.speakers .swp-carousel .swp-btn-next {
  position: absolute;
  top: 50%;
  height: 24px;
  width: 16px;
  z-index: 3;
  margin-top: -12px;
  border-width: 0px;
  background-color: transparent;
}
.speakers .swp-carousel .swp-btn-prev .icon,
.speakers .swp-carousel .swp-btn-next .icon {
  height: 100%;
  width: 100%;
}
.speakers .swp-carousel .swp-btn-prev .icon:before,
.speakers .swp-carousel .swp-btn-next .icon:before {
  font-size: 24px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.speakers .swp-carousel .swp-btn-prev {
  left: 0;
}
.speakers .swp-carousel .swp-btn-prev .icon:before {
  text-align: left;
}
.speakers .swp-carousel .swp-btn-next {
  right: 0;
}
.speakers .swp-carousel .swp-btn-next .icon:before {
  text-align: right;
}
.speakers .swp-carousel .swp-btn-next.swiper-button-disabled .icon:before,
.speakers .swp-carousel .swp-btn-prev.swiper-button-disabled .icon:before {
  opacity: 0.5;
}
.speakers a,
.speakers .info {
  display: inline-block;
  width: auto;
  border-radius: 100px;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 16px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  vertical-align: middle;
}

.agenda .table-agenda {
  width: 100%;
}
.agenda .table-agenda .table-header {
  width: 100%;
  display: none;
}
.agenda .table-agenda .table-header .time,
.agenda .table-agenda .table-header .segment,
.agenda .table-agenda .table-header .speakers {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding-top: 1em;
  padding-bottom: 1em;
}
.agenda .table-agenda .table-header .time span,
.agenda .table-agenda .table-header .segment span,
.agenda .table-agenda .table-header .speakers span {
  display: inline-block;
  font-family: arial-bold, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.agenda .table-agenda .table-header .time {
  width: 80px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 244 238 / var(--tw-bg-opacity));
}
.agenda .table-agenda .table-header .table-group {
  margin-left: 1em;
  width: calc(100% - 96px);
}
.agenda .table-agenda .table-header .table-group .segment,
.agenda .table-agenda .table-header .table-group .speakers {
  width: 100%;
}
.agenda .table-agenda .table-header .table-group .segment {
  margin-bottom: 0.5em;
  --tw-bg-opacity: 1;
  background-color: rgb(253 44 85 / var(--tw-bg-opacity));
}
.agenda .table-agenda .table-header .table-group .speakers {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 241 / var(--tw-bg-opacity));
}
.agenda .table-agenda .table-body {
  width: 100%;
}
.agenda .table-agenda .table-body .table-line {
  width: 100%;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 20%;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.agenda .table-agenda .table-body .table-line .time p {
  font-family: arial-bold, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.agenda .table-agenda .table-body .table-line .segment p.title,
.agenda .table-agenda .table-body .table-line .speakers p.title {
  font-family: arial-bold, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.4px;
}
.agenda .table-agenda .table-body .table-line .segment p.moderator,
.agenda .table-agenda .table-body .table-line .speakers p.moderator {
  font-family: arial-bold, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.agenda .table-agenda .table-body .table-line .segment p,
.agenda .table-agenda .table-body .table-line .speakers p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.agenda .table-agenda .table-body .table-line .time {
  margin-bottom: 0.5em;
  width: 100%;
}
.agenda .table-agenda .table-body .table-line .time p {
  --tw-text-opacity: 1;
  color: rgb(37 244 238 / var(--tw-text-opacity));
}
.agenda .table-agenda .table-body .table-line .table-group {
  position: relative;
  width: 100%;
}
.agenda .table-agenda .table-body .table-line .table-group .segment,
.agenda .table-agenda .table-body .table-line .table-group .speakers {
  width: 100%;
}
.agenda .table-agenda .table-body .table-line .table-group .segment p.title {
  --tw-text-opacity: 1;
  color: rgb(253 44 85 / var(--tw-text-opacity));
}
.agenda .table-agenda .table-body .table-line .table-group .speakers {
  margin-top: 2em;
}
.agenda .table-agenda .table-body .table-line .table-group .speakers p.title {
  --tw-text-opacity: 1;
  color: rgb(255 102 241 / var(--tw-text-opacity));
}
.agenda .table-agenda .table-body .table-line .table-group .ornament.ornament--agenda-love {
  top: auto;
  bottom: 12%;
  transform: rotate(15deg);
}
.agenda .table-agenda .table-body .table-line .table-group .table-info {
  display: block;
  width: 100%;
  text-align: center;
  font-family: arial-bold, sans-serif;
  font-weight: 400;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.agenda .table-agenda .table-body .table-line .table-group .table-info.table-info--red {
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(253 44 85 / var(--tw-bg-opacity));
  margin-bottom: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 24px;
  line-height: 24px;
}
.agenda .table-agenda .table-body .table-line .table-group .table-info.table-info--black {
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
  --tw-bg-opacity: 20%;
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 20px;
  line-height: 20px;
  display: none;
}
.agenda .table-agenda .table-body .table-line .table-group.table-group--session .table-sesion {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.agenda .table-agenda .table-body .table-line .table-group.table-group--session .table-sesion:last-of-type {
  margin-top: 0;
}
.agenda .table-agenda .table-body .table-line:last-of-type {
  border-bottom-width: 0px;
}
.agenda .table-agenda .table-body .table-line.m-show {
  display: flex !important;
}
.agenda .table-agenda .table-body .table-line.m-hide {
  display: none !important;
}

.getting-there .card {
  width: 100%;
  margin-bottom: 2em;
}
.getting-there .card .by-icon {
  height: 60px;
  width: 60px;
  overflow: hidden;
  border-radius: 6px;
}
.getting-there .card .by-icon picture,
.getting-there .card .by-icon img {
  display: block;
  height: 100%;
  width: 100%;
}
.getting-there .card .by-icon img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.getting-there .card h4 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.getting-there .card__header {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
}
.getting-there .card__header .by-title {
  margin-left: 0.625em;
  width: calc(100% - 70px);
}
.getting-there .card__header .by-title .location .icon {
  height: 24px;
  width: 24px;
}
.getting-there .card__header .by-title .location .icon:before {
  font-size: 24px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.getting-there .card__header .by-title .location span {
  position: relative;
  margin-left: 0.5em;
  font-family: arial-bold, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.getting-there .card__header .by-title h4 {
  text-align: left;
}
.getting-there .card__body {
  position: relative;
  width: 100%;
}
.getting-there .card__body .by-icon {
  position: absolute;
  top: 10px;
  left: 0;
  height: 80px;
  width: 80px;
  border-radius: 10px;
}
.getting-there .card__body .by-information h4 {
  margin-bottom: 0.5em;
}
.getting-there .card__body .by-information ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.getting-there .card__body .by-information ul li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.getting-there .card__body .by-information ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: "";
}
.getting-there .card__body .by-information ul li:last-of-type {
  margin-bottom: 0;
}
.getting-there .card:last-of-type {
  margin-bottom: 0;
}
.getting-there p.location {
  margin-bottom: 3em;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.getting-there p.location .icon {
  height: 32px;
  width: 32px;
}
.getting-there p.location .icon:before {
  font-size: 32px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.getting-there p.location span {
  display: inline-block;
  position: relative;
  margin-left: 0.25em;
  font-family: arial-bold, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.register p.text-info {
  margin-bottom: 3em;
  font-family: arial-bold, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.register p.text-info span {
  display: inline-block;
  vertical-align: top;
  margin-left: 1em;
  margin-right: 1em;
}
.register iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 100%;
  width: 100%;
}
.register .contact-form .row, .register .contact-form .welcome__wrp .welcome-heading__location, .welcome__wrp .register .contact-form .welcome-heading__location, .register .contact-form .about__wrp {
  margin-left: -1em;
  margin-right: -1em;
}
.register .contact-form .row .form-label, .register .contact-form .welcome__wrp .welcome-heading__location .form-label, .welcome__wrp .register .contact-form .welcome-heading__location .form-label, .register .contact-form .about__wrp .form-label {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.register .contact-form .row .form-box, .register .contact-form .welcome__wrp .welcome-heading__location .form-box, .welcome__wrp .register .contact-form .welcome-heading__location .form-box, .register .contact-form .about__wrp .form-box {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
}

.faq {
  position: relative;
}
.faq:before {
  position: absolute;
  top: -34px;
  right: 0;
  display: none;
  height: 80px;
  width: 120px;
  content: "";
  background: url("../img/icons/component-shake-hand.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.faq:after {
  position: absolute;
  top: 10%;
  left: -30%;
  display: none;
  height: 36px;
  width: 300px;
  content: "";
  background: url("../img/componeny-cloud-faq.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.insight-info .row, .insight-info .welcome__wrp .welcome-heading__location, .welcome__wrp .insight-info .welcome-heading__location, .insight-info .about__wrp {
  margin-left: -1em;
  margin-right: -1em;
}
.insight-info .card-insight {
  width: 100%;
  margin-bottom: 3em;
  padding-left: 1em;
  padding-right: 1em;
}
.insight-info .card-insight__body .title {
  text-align: center;
  font-family: arial-bold, serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  --tw-text-opacity: 1;
  color: rgb(253 44 85 / var(--tw-text-opacity));
}
.insight-info .card-insight__body .information {
  text-align: center;
  font-family: arial-bold, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-top: 0.5em;
  padding-left: 10%;
  padding-right: 10%;
}

.insight-action {
  padding-top: 150px;
}
.insight-action .row, .insight-action .welcome__wrp .welcome-heading__location, .welcome__wrp .insight-action .welcome-heading__location, .insight-action .about__wrp {
  margin-left: -1em;
  margin-right: -1em;
}
.insight-action .card-insight {
  height: auto;
  width: 100%;
  margin-bottom: 2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.insight-action .card-insight__wrp {
  height: 100%;
  width: 100%;
  padding: 1em;
  border-radius: 10px;
}
.insight-action .card-insight__header h3 {
  display: block;
  width: 100%;
  text-align: left;
  font-family: arial-bold, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.insight-action .card-insight__header p {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-top: 1em;
  min-height: calc(26px * 3);
}
.insight-action .card-insight__body {
  padding-top: 2em;
  padding-bottom: 2em;
}
.insight-action .card-insight__body .thumbs {
  min-height: 264px;
  width: 100%;
  max-width: 264px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insight-action .card-insight__body picture,
.insight-action .card-insight__body img {
  display: block;
  height: auto;
  max-width: 100%;
}
.insight-action .card-insight__footer {
  text-align: center;
}
.insight-action .card-insight__footer a, .insight-action .card-insight__footer span {
  display: inline-block;
  width: auto;
  min-width: 200px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-family: arial-bold, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  text-decoration-line: none;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  transitions: 0.5s;
}
.insight-action .card-insight__footer a {
  --tw-border-opacity: 1;
  border-color: rgb(253 44 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 44 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.insight-action .card-insight__footer span {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.insight-action .card-insight__footer a:hover,
.insight-action .card-insight__footer span:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transitions: 0.5s;
}

@media (min-width: 480px) {
  .welcome__wrp .welcome-image {
    max-width: 400px;
  }
  .welcome__wrp .welcome-heading {
    max-width: 400px;
  }
  .welcome__wrp .welcome-heading p {
    font-size: 24px;
    line-height: 34px;
  }
  .welcome__wrp .welcome-heading__location span {
    font-size: 18px;
    line-height: 24px;
  }
  .welcome__wrp .welcome-heading__location span:before {
    top: 5px;
    height: 16px;
  }
  .welcome__wrp .welcome-heading__register a {
    max-width: 250px;
  }
  .about {
    padding-top: 5em;
  }
  .about__image {
    padding-bottom: 1.5em;
  }
  .about__image .box-image {
    max-width: 350px;
  }
  .about__image .box-image__wrp #click-video:after {
    height: 90px;
    width: 90px;
  }
  .about__image .box-image:before {
    top: -32px;
    left: -21px;
    height: 117px;
    width: 120px;
  }
  .about__image .box-image:after {
    right: -30px;
    height: 167px;
    width: 110px;
  }
  .about__content {
    padding-left: 2em;
    padding-right: 2em;
  }
  .attend .card {
    padding-left: 2em;
    padding-right: 2em;
  }
  .speakers .card__information {
    margin-top: 1.5em;
  }
  .speakers .card__information .name p {
    font-size: 24px;
    line-height: 34px;
  }
  .speakers .card__information .position p,
  .speakers .card__information .office p {
    font-size: 18px;
    line-height: 30px;
  }
  .speakers .swp-carousel {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .speakers .swp-carousel .swiper-slide .row .card__header, .speakers .swp-carousel .swiper-slide .welcome__wrp .welcome-heading__location .card__header, .welcome__wrp .speakers .swp-carousel .swiper-slide .welcome-heading__location .card__header, .speakers .swp-carousel .swiper-slide .about__wrp .card__header {
    padding-left: 1em;
    padding-right: 1em;
  }
  .speakers a,
  .speakers .info {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    font-size: 18px;
    line-height: 24px;
  }
  .faq:before {
    position: absolute;
    top: -34px;
    right: 0;
    height: 80px;
    width: 120px;
  }
  .faq:after {
    height: 47px;
    width: 350px;
  }
  .on-demand .sw-ondemand-thumbs .swiper-container {
    padding-left: 20%;
    padding-right: 20%;
  }
}
@media (min-width: 576px) {
  .welcome__wrp .welcome-image {
    max-width: 450px;
  }
  .welcome__wrp .welcome-heading {
    max-width: 450px;
  }
  .welcome__wrp .welcome-heading p {
    font-size: 24px;
    line-height: 34px;
  }
  .welcome__wrp .welcome-heading__location {
    align-items: center;
    justify-content: center;
  }
  .welcome__wrp .welcome-heading__location .location {
    margin-bottom: 0;
    width: auto;
  }
  .welcome__wrp .welcome-heading__location span {
    margin-left: 0.25em;
  }
  .welcome__wrp .welcome-heading__register a {
    max-width: 280px;
    font-size: 30px;
  }
  .about {
    padding-top: 5em;
  }
  .about__image {
    padding-bottom: 2em;
  }
  .about__image .box-image {
    max-width: 410px;
  }
  .about__image .box-image__wrp #click-video:after {
    height: 100px;
    width: 100px;
  }
  .about__image .box-image:before {
    top: -36px;
    left: -24px;
    height: 137px;
    width: 140px;
  }
  .about__image .box-image:after {
    right: -30px;
    height: 182px;
    width: 120px;
  }
  .about__image:after {
    height: 140px;
  }
  .speakers .swp-carousel {
    max-width: 550px;
  }
  .speakers .swp-carousel .swiper-container {
    width: calc(100% - 64px);
  }
  .speakers .swp-carousel .swiper-slide .row .card__header, .speakers .swp-carousel .swiper-slide .welcome__wrp .welcome-heading__location .card__header, .welcome__wrp .speakers .swp-carousel .swiper-slide .welcome-heading__location .card__header, .speakers .swp-carousel .swiper-slide .about__wrp .card__header {
    padding-left: 1em;
    padding-right: 1em;
  }
  .speakers .swp-carousel .swp-btn-prev,
  .speakers .swp-carousel .swp-btn-next {
    height: 40px;
    width: 32px;
    margin-top: -20px;
  }
  .speakers .swp-carousel .swp-btn-prev .icon:before,
  .speakers .swp-carousel .swp-btn-next .icon:before {
    font-size: 40px;
    line-height: 40px;
  }
  .faq:before {
    position: absolute;
    top: -34px;
    right: 0;
    height: 80px;
    width: 120px;
  }
  .faq:after {
    height: 51px;
    width: 420px;
  }
  .getting-there p.location {
    margin-bottom: 3.5em;
  }
  .getting-there p.location .icon {
    height: 32px;
    width: 32px;
  }
  .getting-there p.location span {
    font-size: 22px;
    line-height: 32px;
  }
  .register p.text-info {
    margin-bottom: 3.5em;
    font-size: 22px;
    line-height: 32px;
  }
  .insight-info {
    padding-bottom: 2em;
  }
  .insight-info .row, .insight-info .welcome__wrp .welcome-heading__location, .welcome__wrp .insight-info .welcome-heading__location, .insight-info .about__wrp {
    margin-left: -1em;
    margin-right: -1em;
  }
  .insight-info .card-insight {
    width: 33.33%;
    margin-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }
  .insight-info .card-insight__body .title {
    font-size: 56px;
    line-height: 56px;
  }
  .insight-info .card-insight__body .information {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0.5em;
    padding-left: 0;
    padding-right: 0;
  }
  .on-demand .sw-ondemand-thumbs .swiper-container {
    padding-left: 30%;
    padding-right: 30%;
  }
  .insight-action .row, .insight-action .welcome__wrp .welcome-heading__location, .welcome__wrp .insight-action .welcome-heading__location, .insight-action .about__wrp {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .insight-action .card-insight {
    height: auto;
    width: 50%;
    margin-bottom: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media (min-width: 768px) {
  .spancer {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .spancer-b-0 {
    padding-top: 3.5em;
  }
  .welcome__wrp .welcome-image {
    max-width: 600px;
  }
  .welcome__wrp .welcome-heading {
    margin-top: 3.5em;
    max-width: 780px;
  }
  .welcome__wrp .welcome-heading p {
    font-size: 30px;
    line-height: 40px;
  }
  .welcome__wrp .welcome-heading__location .icon {
    height: 30px;
    width: 30px;
  }
  .welcome__wrp .welcome-heading__location .icon:before {
    font-size: 30px;
    line-height: 30px;
  }
  .welcome__wrp .welcome-heading__location span {
    font-size: 18px;
    line-height: 30px;
    margin-left: 0.5em;
  }
  .welcome__wrp .welcome-heading__location span:before {
    margin-top: -6px;
    height: 14px;
  }
  .welcome__wrp .welcome-heading__register {
    margin-top: 3em;
  }
  .welcome__wrp .welcome-heading__register a {
    max-width: 320px;
    font-size: 32px;
  }
  .about__content p {
    margin-bottom: 1.5em;
    font-size: 18px;
    line-height: 30px;
  }
  .speakers .swp-carousel {
    max-width: 720px;
  }
  .speakers a,
  .speakers .info {
    font-size: 20px;
    line-height: 30px;
  }
  .getting-there .card__body .by-information {
    padding-left: 1.5em;
  }
  .getting-there .card__body .by-information ul li {
    font-size: 18px;
    line-height: 30px;
  }
  .getting-there .card__body .by-information ul li:before {
    top: 12px;
    height: 8px;
    width: 8px;
  }
  .agenda .table-agenda .table-body .table-line .time {
    width: 140px;
  }
  .agenda .table-agenda .table-body .table-line .time p {
    font-size: 20px;
    line-height: 30px;
  }
  .agenda .table-agenda .table-body .table-line .table-group,
  .agenda .table-agenda .table-body .table-line .table-group.table-group--session {
    width: calc(100% - 156px);
  }
  .faq:before {
    position: absolute;
    top: -34px;
    right: 0;
    height: 80px;
    width: 120px;
  }
  .faq:after {
    height: 51px;
    width: 420px;
  }
  .register .contact-form .row, .register .contact-form .welcome__wrp .welcome-heading__location, .welcome__wrp .register .contact-form .welcome-heading__location, .register .contact-form .about__wrp {
    margin-left: -1em;
    margin-right: -1em;
  }
  .register .contact-form .row .form-label, .register .contact-form .welcome__wrp .welcome-heading__location .form-label, .welcome__wrp .register .contact-form .welcome-heading__location .form-label, .register .contact-form .about__wrp .form-label {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .register .contact-form .row .form-box, .register .contact-form .welcome__wrp .welcome-heading__location .form-box, .welcome__wrp .register .contact-form .welcome-heading__location .form-box, .register .contact-form .about__wrp .form-box {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }
  .register .contact-form .row .form-box--half, .register .contact-form .welcome__wrp .welcome-heading__location .form-box--half, .welcome__wrp .register .contact-form .welcome-heading__location .form-box--half, .register .contact-form .about__wrp .form-box--half {
    width: 50%;
  }
  .on-demand .swiper-video {
    margin-left: -1.5em;
    margin-right: -1.5em;
    width: calc(100% + 3em);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .on-demand .sw-ondemand-thumbs {
    width: calc(100% + 3em);
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
  .on-demand .sw-ondemand-thumbs .swiper-container {
    padding-left: 37%;
    padding-right: 37%;
  }
  .insight-info .card-insight__body .title {
    font-size: 64px;
    line-height: 64px;
  }
  .insight-info .card-insight__body .information {
    font-size: 18px;
    line-height: 26px;
  }
  .insight-action .row, .insight-action .welcome__wrp .welcome-heading__location, .welcome__wrp .insight-action .welcome-heading__location, .insight-action .about__wrp {
    margin-left: -1em;
    margin-right: -1em;
    justify-content: center;
  }
  .insight-action .card-insight {
    height: auto;
    width: 45%;
    margin-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (min-width: 992px) {
  .main-wrapper {
    padding-top: 80px;
  }
  .spancer {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .spancer-b-0 {
    padding-top: 4em;
  }
  .welcome__wrp .welcome-image {
    max-width: 800px;
  }
  .welcome__wrp .welcome-heading p {
    font-size: 32px;
    line-height: 42px;
  }
  .welcome__wrp .welcome-heading__location .icon {
    height: 32px;
    width: 32px;
  }
  .welcome__wrp .welcome-heading__location .icon:before {
    font-size: 32px;
    line-height: 32px;
  }
  .welcome__wrp .welcome-heading__location span {
    font-size: 22px;
    line-height: 32px;
    margin-left: 0.5em;
  }
  .welcome__wrp .welcome-heading__location span:before {
    margin-top: -6px;
    height: 16px;
  }
  .about__image, .about__content {
    width: 50%;
  }
  .about__image {
    padding-bottom: 0;
  }
  .about__image .box-image {
    max-width: 410px;
  }
  .about__image .box-image__wrp #click-video:after {
    height: 100px;
    width: 100px;
  }
  .about__image .box-image:before {
    left: -24px;
    top: -35px;
    height: 137px;
    width: 140px;
  }
  .about__image .box-image:after {
    right: -30px;
    height: 182px;
    width: 120px;
  }
  .about__image:after {
    display: none;
  }
  .about__content {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding-right: 5%;
  }
  .about__content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2em;
  }
  .attend .card {
    width: 33.33%;
  }
  .speakers .swp-carousel {
    max-width: 62em;
  }
  .speakers a,
  .speakers .info {
    font-size: 22px;
    line-height: 30px;
  }
  .agenda .table-agenda .table-header {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  .agenda .table-agenda .table-header .time {
    width: 140px;
  }
  .agenda .table-agenda .table-header .table-group {
    width: calc(100% - 156px);
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .agenda .table-agenda .table-header .table-group .segment,
  .agenda .table-agenda .table-header .table-group .speakers {
    width: calc(50% - 8px);
  }
  .agenda .table-agenda .table-header .table-group .segment {
    margin-bottom: 0;
    margin-right: 0.5em;
  }
  .agenda .table-agenda .table-header .table-group .speakers {
    margin-left: 0.5em;
  }
  .agenda .table-agenda .table-body .table-line .time {
    width: 140px;
  }
  .agenda .table-agenda .table-body .table-line .table-group,
  .agenda .table-agenda .table-body .table-line .table-group.table-group--session {
    width: calc(100% - 156px);
    margin-left: 1em;
  }
  .agenda .table-agenda .table-body .table-line .table-group {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .agenda .table-agenda .table-body .table-line .table-group .segment,
  .agenda .table-agenda .table-body .table-line .table-group .speakers {
    width: calc(50% - 8px);
  }
  .agenda .table-agenda .table-body .table-line .table-group .segment {
    margin-right: 0.5em;
  }
  .agenda .table-agenda .table-body .table-line .table-group .speakers {
    margin-top: 0;
    margin-left: 0.5em;
  }
  .agenda .table-agenda .table-body .table-line .table-group.table-group--session .table-sesion {
    position: relative;
    width: calc(50% - 24px);
  }
  .agenda .table-agenda .table-body .table-line .table-group.table-group--session .table-sesion .segment,
  .agenda .table-agenda .table-body .table-line .table-group.table-group--session .table-sesion .speakers {
    width: 100%;
  }
  .agenda .table-agenda .table-body .table-line .table-group.table-group--session .table-sesion .segment {
    margin-right: 0;
    margin-bottom: 2em;
  }
  .agenda .table-agenda .table-body .table-line .table-group.table-group--session .table-sesion .speakers {
    margin-left: 0;
  }
  .agenda .table-agenda .table-body .table-line .table-group.table-group--session .table-sesion:first-of-type {
    margin-right: 1.5em;
  }
  .agenda .table-agenda .table-body .table-line .table-group.table-group--session .table-sesion:first-of-type:after {
    position: absolute;
    top: 0;
    right: -25px;
    height: 100%;
    width: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-bg-opacity: 20%;
    content: "";
  }
  .agenda .table-agenda .table-body .table-line .table-group.table-group--session .table-sesion:last-of-type {
    margin-top: 0;
    margin-left: 1.5em;
  }
  .agenda .table-agenda .table-body .table-line .table-group.table-group--session .speakers p.title {
    font-size: 22px;
    line-height: 22px;
  }
  .agenda .table-agenda .table-body .table-line.m-show {
    display: none !important;
  }
  .agenda .table-agenda .table-body .table-line.m-hide {
    display: flex !important;
  }
  .getting-there p.location {
    margin-bottom: 4em;
  }
  .getting-there p.location span {
    font-size: 24px;
    line-height: 34px;
  }
  .getting-there .card__body .by-information {
    padding-left: 2em;
  }
  .register p.text-info {
    margin-bottom: 4em;
    font-size: 24px;
    line-height: 34px;
  }
  .register p.text-info span {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .on-demand .swiper-video {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 1.5em;
  }
  .on-demand .sw-ondemand {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .on-demand .sw-ondemand .swiper-container {
    width: calc(70% - 2em);
    margin-right: 2em;
    overflow-x: hidden;
  }
  .on-demand .sw-ondemand .card-video {
    height: 100%;
    width: 100%;
  }
  .on-demand .sw-ondemand .card-video__wrp {
    height: 100%;
    width: 100%;
  }
  .on-demand .sw-ondemand .card-video__thumbs {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 0.25em;
  }
  .on-demand .sw-ondemand .card-video__thumbs .the-thumbs,
  .on-demand .sw-ondemand .card-video__thumbs .the-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .on-demand .sw-ondemand .card-video__thumbs .the-thumbs picture,
  .on-demand .sw-ondemand .card-video__thumbs .the-thumbs img,
  .on-demand .sw-ondemand .card-video__thumbs .the-video picture,
  .on-demand .sw-ondemand .card-video__thumbs .the-video img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .on-demand .sw-ondemand .card-video__thumbs .the-thumbs .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 56px;
    width: 56px;
    opacity: 60%;
    background: url("../img/icons/play-icon.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
  .on-demand .sw-ondemand .card-video__info {
    width: 100%;
    padding-top: 2em;
  }
  .on-demand .sw-ondemand .card-video__info .title {
    font-family: arial-bold, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    margin-bottom: 1em;
  }
  .on-demand .sw-ondemand .card-video__info .speakers {
    font-family: arial-bold, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    --tw-text-opacity: 1;
    color: rgb(253 44 85 / var(--tw-text-opacity));
    margin-bottom: 0.25em;
  }
  .on-demand .sw-ondemand .card-video__info .event {
    font-family: arial-regular, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    margin-bottom: 0;
  }
  .on-demand .sw-ondemand .swiper-slide {
    height: auto;
  }
  .on-demand .sw-ondemand .swp-pagination {
    width: 30%;
  }
  .on-demand .sw-ondemand .swp-pagination .swiper-pagination-bullet {
    position: relative;
    height: auto;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 238 / var(--tw-bg-opacity));
    display: block;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
    padding-left: 3em;
    opacity: 1;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s ease;
  }
  .on-demand .sw-ondemand .swp-pagination .swiper-pagination-bullet .title {
    --tw-gradient-to: #000000 var(--tw-gradient-to-position);
    --tw-gradient-to-position:  ;
    font-family: arial-bold, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 0;
    width: 75%;
  }
  .on-demand .sw-ondemand .swp-pagination .swiper-pagination-bullet .duration {
    text-align: right;
    font-family: arial-bold, serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    --tw-text-opacity: 1;
    color: rgb(176 178 179 / var(--tw-text-opacity));
    font-style: italic;
    width: 20%;
  }
  .on-demand .sw-ondemand .swp-pagination .swiper-pagination-bullet:before {
    position: absolute;
    top: 50%;
    left: 1em;
    height: 24px;
    width: 24px;
    border-radius: 9999px;
    transform: translateY(-50%);
    background: url("../img/icons/play-icon.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    content: "";
  }
  .on-demand .sw-ondemand .swp-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .on-demand .sw-ondemand .swp-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .title,
  .on-demand .sw-ondemand .swp-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .duration {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .insight-info .row, .insight-info .welcome__wrp .welcome-heading__location, .welcome__wrp .insight-info .welcome-heading__location, .insight-info .about__wrp {
    margin-left: -2em;
    margin-right: -2em;
  }
  .insight-info .card-insight {
    padding-left: 2em;
    padding-right: 2em;
  }
  .insight-info .card-insight__body .title {
    font-size: 72px;
    line-height: 72px;
  }
  .insight-info .card-insight__body .information {
    font-size: 20px;
    line-height: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .insight-action .row, .insight-action .welcome__wrp .welcome-heading__location, .welcome__wrp .insight-action .welcome-heading__location, .insight-action .about__wrp {
    margin-left: -2em;
    margin-right: -2em;
  }
  .insight-action .card-insight {
    padding-left: 2em;
    padding-right: 2em;
  }
  .insight-action .card-insight__wrp {
    padding: 1.5em;
  }
  .insight-action .card-insight__header p {
    font-size: 18px;
    line-height: 28px;
    min-height: calc(28px * 3);
  }
  .insight-action .card-insight__footer a,
  .insight-action .card-insight__footer span {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .spancer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .spancer-b-0 {
    padding-top: 100px;
  }
  .welcome__wrp .welcome-image {
    max-width: 837px;
  }
  .welcome__wrp .welcome-heading {
    max-width: 950px;
  }
  .welcome__wrp .welcome-heading p {
    font-size: 40px;
    line-height: 50px;
  }
  .welcome__wrp .welcome-heading__location .icon {
    height: 37px;
    width: 37px;
  }
  .welcome__wrp .welcome-heading__location .icon:before {
    font-size: 37px;
    line-height: 37px;
  }
  .welcome__wrp .welcome-heading__location span {
    font-size: 24px;
    line-height: 34px;
  }
  .welcome__wrp .welcome-heading__location span:before {
    margin-top: -6px;
    height: 16px;
  }
  .welcome__wrp .welcome-heading__register {
    margin-top: 3em;
  }
  .welcome__wrp .welcome-heading__register a {
    max-width: 350px;
    font-size: 40px;
    line-height: 44px;
  }
  .about__image .box-image {
    max-width: 460px;
  }
  .about__image .box-image__wrp #click-video:after {
    height: 120px;
    width: 120px;
  }
  .about__image .box-image:before {
    top: -41px;
    left: -28px;
    height: 157px;
    width: 160px;
  }
  .about__image .box-image:after {
    right: -30px;
    height: 182px;
    width: 120px;
  }
  .about__content {
    padding-right: 10%;
  }
  .about__content p {
    font-size: 22px;
    line-height: 32px;
  }
  .attend .card__header p {
    font-size: 30px;
    line-height: 40px;
  }
  .attend .card__body p {
    font-size: 24px;
    line-height: 36px;
  }
  .speakers .swp-carousel {
    max-width: 75em;
  }
  .speakers .swp-carousel .swp-btn-prev,
  .speakers .swp-carousel .swp-btn-next {
    top: 30%;
  }
  .speakers a,
  .speakers .info {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 24px;
    line-height: 34px;
  }
  .getting-there .card__body .by-information {
    padding-left: 2em;
  }
  .getting-there .card__body .by-information ul li {
    font-size: 22px;
    line-height: 34px;
  }
  .getting-there .card__body .by-information ul li:before {
    top: 14px;
    height: 10px;
    width: 10px;
  }
  .agenda .table-agenda .table-header .time {
    width: 160px;
  }
  .agenda .table-agenda .table-header .table-group {
    width: calc(100% - 176px);
  }
  .agenda .table-agenda .table-header .time span,
  .agenda .table-agenda .table-header .segment span,
  .agenda .table-agenda .table-header .speakers span {
    font-size: 30px;
    line-height: 30px;
  }
  .agenda .table-agenda .table-body .table-line .time {
    width: 160px;
  }
  .agenda .table-agenda .table-body .table-line .time p {
    font-size: 24px;
    line-height: 34px;
  }
  .agenda .table-agenda .table-body .table-line .segment p.title,
  .agenda .table-agenda .table-body .table-line .speakers p.title {
    font-size: 24px;
    line-height: 34px;
  }
  .agenda .table-agenda .table-body .table-line .segment p.moderator,
  .agenda .table-agenda .table-body .table-line .speakers p.moderator {
    font-size: 18px;
    line-height: 28px;
  }
  .agenda .table-agenda .table-body .table-line .segment p,
  .agenda .table-agenda .table-body .table-line .speakers p {
    font-size: 18px;
    line-height: 28px;
  }
  .agenda .table-agenda .table-body .table-line .table-group,
  .agenda .table-agenda .table-body .table-line .table-group.table-group--session {
    width: calc(100% - 176px);
  }
  .on-demand .swiper-video {
    padding: 2em;
  }
  .on-demand .sw-ondemand .swiper-container {
    width: calc(70% - 2em);
    margin-right: 2em;
  }
  .on-demand .sw-ondemand .card-video__info .title {
    font-size: 32px;
    line-height: 38px;
  }
  .on-demand .sw-ondemand .card-video__info .speakers {
    font-size: 24px;
    line-height: 32px;
  }
  .on-demand .sw-ondemand .card-video__info .event {
    font-size: 24px;
    line-height: 32px;
  }
  .on-demand .sw-ondemand .swp-pagination {
    width: 30%;
  }
  .on-demand .sw-ondemand .swp-pagination .swiper-pagination-bullet {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
    padding-left: 4em;
  }
  .on-demand .sw-ondemand .swp-pagination .swiper-pagination-bullet .title {
    font-size: 20px;
    line-height: 28px;
  }
  .on-demand .sw-ondemand .swp-pagination .swiper-pagination-bullet .duration {
    font-size: 14px;
    line-height: 12px;
  }
  .on-demand .sw-ondemand .swp-pagination .swiper-pagination-bullet:before {
    height: 30px;
    width: 30px;
  }
  .insight-info .card-insight__body .title {
    font-size: 86px;
    line-height: 86px;
  }
  .insight-info .card-insight__body .information {
    font-size: 24px;
    line-height: 34px;
    padding-left: 10%;
    padding-right: 10%;
  }
  .insight-action {
    padding-top: 3em;
  }
  .insight-action .card-insight {
    width: 33.33%;
  }
  .insight-action .card-insight__wrp {
    padding: 2em;
  }
}
@media (min-width: 1400px) {
  .about__content p {
    font-size: 24px;
    line-height: 36px;
  }
  .attend .card__header p {
    font-size: 32px;
    line-height: 42px;
  }
  .speakers .card__information .name p {
    font-size: 30px;
    line-height: 40px;
  }
  .speakers .card__information .position p,
  .speakers .card__information .office p {
    font-size: 24px;
    line-height: 34px;
  }
  .speakers .swp-carousel {
    max-width: 87.5em;
  }
  .speakers .swp-carousel .swp-btn-prev,
  .speakers .swp-carousel .swp-btn-next {
    top: 30%;
  }
  .insight-info .card-insight {
    padding-left: 2em;
    padding-right: 2em;
  }
  .insight-info .card-insight__body .title {
    font-size: 100px;
    line-height: 100px;
  }
  .insight-info .card-insight__body .information {
    font-size: 30px;
    line-height: 40px;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 60%;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-default div {
  --tw-bg-opacity: 1;
  background-color: rgb(253 44 85 / var(--tw-bg-opacity));
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.text-md p {
  font-size: 16px;
  line-height: 26px;
}
.text-md p .links {
  display: inline-block;
  width: auto;
  border-radius: 999px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  padding-right: 2em;
  font-size: inherit;
  line-height: inherit;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
}
.text-md p .links.red {
  --tw-bg-opacity: 1;
  background-color: rgb(253 44 85 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(253 44 85 / var(--tw-border-opacity));
}
.text-md p .links.red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .text-md p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .text-md p {
    font-size: 24px;
    line-height: 34px;
  }
}

body.page-id-869 .welcome__wrp .welcome-heading__location {
  align-items: center;
  justify-content: center;
}
body.page-id-869 .welcome__wrp .welcome-heading__location .location {
  width: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body.page-id-869 .welcome__wrp .welcome-heading__location .icon {
  margin-top: 4px;
  margin-right: 4px;
}
body.page-id-869 .welcome__wrp .welcome-heading__register {
  margin-top: 2em;
  width: 100%;
}
body.page-id-869 .welcome__wrp .welcome-heading__register a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 220px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 999px;
  --tw-bg-opacity: 1;
  background-color: rgb(253 44 85 / var(--tw-bg-opacity));
  text-align: center;
  font-family: arial-bold, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body.page-id-869 .register .container .ornament.ornament--time {
  top: -5%;
  width: 16vw;
}
body.page-id-869 .register .container .ornament.ornament--phone {
  bottom: -3%;
}
body.page-id-869 .getting-there .container .ornament.ornament--ticket {
  top: -8%;
}
body.page-id-869 .speakers .swp-carousel {
  max-width: 100%;
}
body.page-id-869 .ornament--speakers {
  right: 0;
  top: 1em;
  width: 100px;
}
@media (min-width: 480px) {
  body.page-id-869 .register .container .ornament.ornament--time {
    top: -6%;
    width: 13vw;
  }
  body.page-id-869 .register .container .ornament.ornament--phone {
    bottom: -3em;
    right: 0;
    width: 50px;
  }
  body.page-id-869 .getting-there .container .ornament.ornament--ticket {
    top: -4.5em;
    width: 80px;
  }
  body.page-id-869 .ornament--speakers {
    right: 1em;
  }
}
@media (min-width: 576px) {
  body.page-id-869 .register .container .ornament.ornament--time {
    top: -5%;
    width: 10vw;
  }
  body.page-id-869 .getting-there .container .ornament.ornament--ticket {
    width: 100px;
  }
  body.page-id-869 .speakers .swp-carousel {
    max-width: 520px;
  }
  body.page-id-869 .ornament--speakers {
    right: 10%;
    top: 0;
    width: 110px;
  }
}
@media (min-width: 768px) {
  body.page-id-869 .register .container .ornament.ornament--time {
    top: -6%;
    width: 80px;
  }
  body.page-id-869 .register .container .ornament.ornament--phone {
    width: 90px;
  }
  body.page-id-869 .getting-there .container .ornament.ornament--ticket {
    width: 120px;
  }
  body.page-id-869 .speakers .swp-carousel {
    max-width: 600px;
  }
  body.page-id-869 .ornament--speakers {
    width: 120px;
  }
}
@media (min-width: 992px) {
  body.page-id-869 .register .container .ornament.ornament--time {
    top: -7%;
    width: 90px;
  }
  body.page-id-869 .getting-there .container .ornament.ornament--ticket {
    top: -5em;
    width: 130px;
  }
  body.page-id-869 .speakers .swp-carousel {
    max-width: 100%;
  }
  body.page-id-869 .speakers .swp-carousel .swiper-slide .row .card, body.page-id-869 .speakers .swp-carousel .swiper-slide .welcome__wrp .welcome-heading__location .card, .welcome__wrp body.page-id-869 .speakers .swp-carousel .swiper-slide .welcome-heading__location .card, body.page-id-869 .speakers .swp-carousel .swiper-slide .about__wrp .card {
    width: 25%;
  }
  body.page-id-869 .ornament--speakers {
    right: 20%;
    width: 130px;
  }
}
@media (min-width: 1200px) {
  body.page-id-869 .register .container .ornament.ornament--time {
    top: -9%;
  }
  body.page-id-869 .getting-there .container .ornament.ornament--ticket {
    top: -6em;
  }
  body.page-id-869 .ornament--speakers {
    right: 25%;
    width: 140px;
  }
}

body.id-phase-2 .welcome__wrp .welcome-heading,
body.my-phase-2 .welcome__wrp .welcome-heading {
  padding-bottom: 4em;
}
body.id-phase-2 .ornament--welcome-money,
body.my-phase-2 .ornament--welcome-money {
  bottom: 0;
  left: 0;
}
body.id-phase-2 .ornament--welcome-cloud-bottom,
body.my-phase-2 .ornament--welcome-cloud-bottom {
  bottom: -6%;
}
body.id-phase-2 .ornament--attend-love,
body.my-phase-2 .ornament--attend-love {
  bottom: auto;
  top: 0;
}
body.id-phase-2 .ornament--agenda-flower,
body.my-phase-2 .ornament--agenda-flower {
  left: 1em;
  top: -5.5em;
  width: 80px;
}
body.id-phase-2 .ornament--ketupat,
body.my-phase-2 .ornament--ketupat {
  top: 0;
  right: 0;
  width: 70px;
}
body.id-phase-2 .ornament--cloud-right,
body.my-phase-2 .ornament--cloud-right {
  top: 5em;
  right: -26%;
  width: 300px;
  opacity: 0.2;
}
body.id-phase-2 .ornament--cloud-left,
body.my-phase-2 .ornament--cloud-left {
  top: auto;
  bottom: 1em;
  opacity: 0.3;
}
body.id-phase-2 .ornament--handshake,
body.my-phase-2 .ornament--handshake {
  top: auto;
  bottom: 0;
}
@media (min-width: 480px) {
  body.id-phase-2 .ornament--cloud-right,
  body.my-phase-2 .ornament--cloud-right {
    right: -30%;
    width: 400px;
  }
}
@media (min-width: 576px) {
  body.id-phase-2 .ornament--welcome-cloud-bottom,
  body.my-phase-2 .ornament--welcome-cloud-bottom {
    bottom: -2em;
  }
  body.id-phase-2 .ornament--cloud-right,
  body.my-phase-2 .ornament--cloud-right {
    width: 430px;
  }
  body.id-phase-2 .ornament--cloud-left,
  body.my-phase-2 .ornament--cloud-left {
    bottom: 2em;
  }
}
@media (min-width: 768px) {
  body.id-phase-2 .ornament--agenda-flower,
  body.my-phase-2 .ornament--agenda-flower {
    top: -6em;
    left: 0;
    width: 90px;
  }
  body.id-phase-2 .ornament--cloud-right,
  body.my-phase-2 .ornament--cloud-right {
    right: -25%;
    width: 500px;
  }
  body.id-phase-2 .ornament--handshake,
  body.my-phase-2 .ornament--handshake {
    bottom: -2em;
    width: 140px;
  }
}
@media (min-width: 992px) {
  body.id-phase-2 .ornament--agenda-flower,
  body.my-phase-2 .ornament--agenda-flower {
    top: -7em;
  }
  body.id-phase-2 .ornament--cloud-right,
  body.my-phase-2 .ornament--cloud-right {
    right: -23%;
    width: 600px;
  }
  body.id-phase-2 .ornament--handshake,
  body.my-phase-2 .ornament--handshake {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  body.id-phase-2 .ornament--agenda-flower,
  body.my-phase-2 .ornament--agenda-flower {
    top: -9em;
    width: 100px;
  }
  body.id-phase-2 .ornament--ketupat,
  body.my-phase-2 .ornament--ketupat {
    top: -5em;
    width: 90px;
  }
  body.id-phase-2 .ornament--cloud-right,
  body.my-phase-2 .ornament--cloud-right {
    right: -23%;
    top: 7em;
    width: 700px;
  }
  body.id-phase-2 .ornament--cloud-left,
  body.my-phase-2 .ornament--cloud-left {
    bottom: 3em;
  }
  body.id-phase-2 .ornament--handshake,
  body.my-phase-2 .ornament--handshake {
    width: 170px;
  }
}
@media (min-width: 1400px) {
  body.id-phase-2 .ornament--cloud-right,
  body.my-phase-2 .ornament--cloud-right {
    right: -18%;
  }
}

@media not all and (min-width: 992px) {
  .page-detail .hero {
    text-align: center;
  }
}
.page-detail .hero-caption h4 {
  margin-bottom: 0.375em;
  font-size: 2.5rem;
  line-height: 1.3;
}
@media not all and (min-width: 992px) {
  .page-detail .hero-caption h4 {
    font-size: 1.625rem;
  }
}
@media not all and (min-width: 768px) {
  .page-detail .hero-caption h4 {
    font-size: 16px;
  }
}
.page-detail .hero-caption h1 {
  margin-bottom: 0.5em;
  font-size: 60px;
  line-height: 1.3;
}
@media not all and (min-width: 992px) {
  .page-detail .hero-caption h1 {
    font-size: 2.5rem;
  }
}
@media not all and (min-width: 768px) {
  .page-detail .hero-caption h1 {
    font-size: 24px;
  }
  .page-detail .hero-caption h1 br {
    display: none;
  }
}
.page-detail .hero-caption p {
  max-width: 1200px;
  font-size: 1.25rem;
}
@media not all and (min-width: 768px) {
  .page-detail .hero-caption p {
    font-size: 16px;
  }
}
.page-detail .hero-stats {
  display: flex;
  justify-content: center;
  gap: 3.75em;
  padding-top: 3.75em;
}
@media not all and (min-width: 992px) {
  .page-detail .hero-stats {
    gap: 2.5em;
  }
}
@media not all and (min-width: 768px) {
  .page-detail .hero-stats {
    gap: 1em;
    padding-top: 2.5em;
  }
}
.page-detail .hero-stats li {
  display: flex;
  height: 260px;
  width: 260px;
  flex-shrink: 0;
  flex-grow: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 2.5em;
  padding-right: 2.5em;
  text-align: center;
}
@media not all and (min-width: 992px) {
  .page-detail .hero-stats li {
    height: 200px;
    width: 200px;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
@media not all and (min-width: 768px) {
  .page-detail .hero-stats li {
    height: 110px;
    width: 110px;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-detail .hero-stats li {
  background-image: url("../img/content/stats-bg.png");
  background-size: 100%;
}
.page-detail .hero-stats li h3 {
  margin-bottom: 0.25em;
  font-size: 80px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(37 244 238 / var(--tw-text-opacity));
}
@media not all and (min-width: 992px) {
  .page-detail .hero-stats li h3 {
    font-size: 3.5rem;
  }
}
@media not all and (min-width: 768px) {
  .page-detail .hero-stats li h3 {
    margin-bottom: 0;
    font-size: 32px;
  }
}
.page-detail .hero-stats li p {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media not all and (min-width: 992px) {
  .page-detail .hero-stats li p {
    font-size: 1.25rem;
  }
}
@media not all and (min-width: 768px) {
  .page-detail .hero-stats li p {
    font-size: 12px;
  }
}
.page-detail .hero-stats--yellow li {
  background-image: url("../img/content/stats-bg-yellow.png");
}
.page-detail .hero-stats--yellow li h3 {
  --tw-text-opacity: 1;
  color: rgb(248 238 0 / var(--tw-text-opacity));
}
.page-detail .hero-about h4 {
  margin-bottom: 0.625em;
  font-size: 3rem;
  line-height: 1.3;
}
@media not all and (min-width: 992px) {
  .page-detail .hero-about h4 {
    font-size: 2.5rem;
  }
}
@media not all and (min-width: 768px) {
  .page-detail .hero-about h4 {
    font-size: 20px;
  }
  .page-detail .hero-about h4 br {
    display: none;
  }
}
.page-detail .hero-about p {
  margin-bottom: 1.5em;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media not all and (min-width: 992px) {
  .page-detail .hero-about p {
    margin-bottom: 1.25em;
  }
}
@media not all and (min-width: 768px) {
  .page-detail .hero-about p {
    font-size: 16px;
  }
}
.page-detail .featured {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media not all and (min-width: 992px) {
  .page-detail .featured {
    text-align: center;
  }
}
.page-detail .featured::before {
  position: absolute;
  top: -110px;
  left: 1%;
  z-index: 10;
  height: 171px;
  width: 171px;
}
@media not all and (min-width: 992px) {
  .page-detail .featured::before {
    top: -50px;
    height: 80px;
    width: 80px;
  }
}
.page-detail .featured::before {
  content: "";
  background-image: url("../img/icons/ic-flower.gif");
  background-size: 100%;
}
.page-detail .featured .container {
  position: relative;
  z-index: 10;
}
.page-detail .featured-wave {
  position: absolute;
  top: -130px;
  left: 0;
  height: auto;
  width: 100%;
}
@media not all and (min-width: 992px) {
  .page-detail .featured-wave {
    top: -50px;
  }
}
.page-detail .featured-wave img {
  display: block;
  height: auto;
  width: 100%;
}
.page-detail .featured-item h4 {
  margin-bottom: 0.938em;
  font-size: 2.5rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(37 244 238 / var(--tw-text-opacity));
}
@media not all and (min-width: 992px) {
  .page-detail .featured-item h4 {
    font-size: 2rem;
  }
}
@media not all and (min-width: 768px) {
  .page-detail .featured-item h4 {
    font-size: 20px;
  }
}
.page-detail .featured-item p {
  margin-bottom: 1.25em;
  font-size: 1.25rem;
  line-height: 1.5;
}
.page-detail .featured-item p:last-child {
  margin-bottom: 0;
}
@media not all and (min-width: 768px) {
  .page-detail .featured-item p {
    font-size: 16px;
  }
}
.page-detail .featured-item img {
  height: auto;
  max-width: 100%;
}
@media not all and (min-width: 992px) {
  .page-detail .featured-item img {
    margin-bottom: 2em;
  }
}
.page-detail .featured-separator {
  margin-top: 3.75em;
  margin-bottom: 3.75em;
  display: flex;
  align-items: center;
}
@media not all and (min-width: 992px) {
  .page-detail .featured-separator {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}
@media not all and (min-width: 768px) {
  .page-detail .featured-separator {
    margin-top: 0;
    margin-bottom: 0.625em;
  }
}
.page-detail .featured-separator::after {
  height: 108px;
  width: 108px;
}
@media not all and (min-width: 992px) {
  .page-detail .featured-separator::after {
    height: 72px;
    width: 72px;
  }
}
.page-detail .featured-separator::after {
  background-size: 100%;
  background-image: url("../img/icons/ic-separator-1.gif");
  content: "";
  transform: rotate(-20deg);
}
.page-detail .featured-separator::before {
  height: 2px;
  flex-grow: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: "";
}
.page-detail .featured-separator--reverse {
  flex-direction: row-reverse;
}
.page-detail .featured-separator--reverse::after {
  height: 86px;
  width: 86px;
}
@media not all and (min-width: 992px) {
  .page-detail .featured-separator--reverse::after {
    height: 63px;
    width: 63px;
  }
}
.page-detail .featured-separator--reverse::after {
  background-size: 100%;
  background-image: url("../img/icons/ic-separator-2.gif");
  content: "";
  transform: rotate(-20deg);
}

body.ramadan-on-tiktok h1, body.ramadan-on-tiktok .h1,
body.ramadan-on-tiktok h2, body.ramadan-on-tiktok .h2,
body.ramadan-on-tiktok h3, body.ramadan-on-tiktok .h3,
body.ramadan-on-tiktok h4, body.ramadan-on-tiktok .h4,
body.ramadan-on-tiktok h5, body.ramadan-on-tiktok .h5 {
  line-height: 1.1;
}
body.ramadan-on-tiktok h3, body.ramadan-on-tiktok .h3 {
  font-size: 1.625rem;
}
@media (min-width: 390px) {
  body.ramadan-on-tiktok h3, body.ramadan-on-tiktok .h3 {
    font-size: 1.875rem;
  }
}
@media (min-width: 480px) {
  body.ramadan-on-tiktok h3, body.ramadan-on-tiktok .h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok h3, body.ramadan-on-tiktok .h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok h3, body.ramadan-on-tiktok .h3 {
    font-size: 3rem;
  }
}
body.ramadan-on-tiktok .paragraph-inherit p,
body.ramadan-on-tiktok .paragraph-sm p,
body.ramadan-on-tiktok .paragraph p,
body.ramadan-on-tiktok .paragraph-lg p {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  text-align: inherit !important;
  letter-spacing: 0.4px;
  margin-bottom: 1.25rem;
  min-height: unset;
}
body.ramadan-on-tiktok .paragraph-inherit p b,
body.ramadan-on-tiktok .paragraph-sm p b,
body.ramadan-on-tiktok .paragraph p b,
body.ramadan-on-tiktok .paragraph-lg p b {
  font-family: arial-bold, serif;
}
body.ramadan-on-tiktok .paragraph-inherit p:last-of-type,
body.ramadan-on-tiktok .paragraph-sm p:last-of-type,
body.ramadan-on-tiktok .paragraph p:last-of-type,
body.ramadan-on-tiktok .paragraph-lg p:last-of-type {
  margin-bottom: 0;
}
body.ramadan-on-tiktok .paragraph-sm {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media (min-width: 390px) {
  body.ramadan-on-tiktok .paragraph-sm {
    font-size: 1rem;
  }
}
@media (min-width: 480px) {
  body.ramadan-on-tiktok .paragraph-sm {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok .paragraph-sm {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
body.ramadan-on-tiktok .paragraph {
  font-size: 1rem;
  line-height: 1.625rem;
}
@media (min-width: 390px) {
  body.ramadan-on-tiktok .paragraph {
    font-size: 1.125rem;
  }
}
@media (min-width: 480px) {
  body.ramadan-on-tiktok .paragraph {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok .paragraph {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok .paragraph {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
body.ramadan-on-tiktok .paragraph-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 390px) {
  body.ramadan-on-tiktok .paragraph-lg {
    font-size: 1.25rem;
  }
}
@media (min-width: 480px) {
  body.ramadan-on-tiktok .paragraph-lg {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok .paragraph-lg {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok .paragraph-lg {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
body.ramadan-on-tiktok .header {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
body.ramadan-on-tiktok .header .brand {
  width: 184px;
  height: 26px;
}
body.ramadan-on-tiktok .header .brand a {
  background: url("../img/logo/logo-tiktok-for-business.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
body.ramadan-on-tiktok .header .navbar .navbar-nav .nav-item .nav-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body.ramadan-on-tiktok .header .nav-mobile .hamburger-mobile .hamburger .hamburger-inner,
body.ramadan-on-tiktok .header .nav-mobile .hamburger-mobile .hamburger .hamburger-inner:before,
body.ramadan-on-tiktok .header .nav-mobile .hamburger-mobile .hamburger .hamburger-inner:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
body.ramadan-on-tiktok .header .nav-mobile .hamburger-mobile .hamburger-close .icon:before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body.ramadan-on-tiktok .header #navlang {
  --tw-bg-opacity: 0.3;
}
body.ramadan-on-tiktok .heroes {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
body.ramadan-on-tiktok .heroes__black {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
body.ramadan-on-tiktok .heroes__black img {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100%;
  max-width: 100%;
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament {
  position: absolute;
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament img {
  max-width: 100px;
  height: auto;
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament--mandala-red {
  top: 16%;
  left: 11%;
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament--mandala-red img {
  width: 18vw;
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament--lanteran {
  top: 4%;
  left: 40%;
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament--lanteran img {
  width: 26vw;
  max-width: 150px;
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament--mandala-tael {
  top: 16%;
  right: 10%;
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament--mandala-tael img {
  width: 18vw;
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament--ketupat {
  top: 36%;
  left: 0%;
  transform: rotate(-10deg);
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament--ketupat img {
  width: 24vw;
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament--clock {
  top: 37%;
  right: 3%;
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament--clock img {
  width: 20vw;
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament--pray {
  bottom: 27%;
  left: 11%;
  transform: rotate(-10deg);
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament--pray img {
  width: 20vw;
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament--hands {
  bottom: 26%;
  right: 7%;
  transform: rotate(10deg);
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament--hands img {
  width: 20vw;
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament--bedug {
  bottom: 13%;
  left: 42%;
}
body.ramadan-on-tiktok .heroes__black .heroes-ornament--bedug img {
  width: 23vw;
}
body.ramadan-on-tiktok .heroes .banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.ramadan-on-tiktok .heroes .banner-mask img {
  height: 100%;
  width: 100%;
}
body.ramadan-on-tiktok .about__image {
  padding-bottom: 0;
}
body.ramadan-on-tiktok .about__image .box-image {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body.ramadan-on-tiktok .about__image .box-image__wrp {
  border-radius: 0rem;
  overflow: unset;
}
body.ramadan-on-tiktok .about__image .box-image__wrp:after {
  position: absolute;
  top: 50%;
  right: -1.5625rem;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  content: "";
  background: url("../img/icons/mandala-2.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
body.ramadan-on-tiktok .about__image .box-image__wrp #click-video,
body.ramadan-on-tiktok .about__image .box-image__wrp #play-video {
  border-radius: 1.5rem;
  overflow: hidden;
}
body.ramadan-on-tiktok .about__image .box-image__wrp #click-video:after {
  width: 60px;
  height: 60px;
}
body.ramadan-on-tiktok .about__image .box-image:before {
  width: 100px;
  height: 100px;
  left: -2.8125rem;
  top: -2.1875rem;
  background: url("../img/icons/about-ornament-ketupat.gif") no-repeat;
  background-size: cover;
  background-position: center;
  transform: rotate(1deg);
}
body.ramadan-on-tiktok .about__image .box-image:after {
  display: none;
  right: auto;
  left: -1.875rem;
  width: 130px;
  height: 130px;
  background: url("../img/icons/about-ornament-kado.gif") no-repeat;
  background-size: 100% 100%;
  background-position: top;
}
body.ramadan-on-tiktok .about__content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 80%;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}
body.ramadan-on-tiktok .about__content .h2,
body.ramadan-on-tiktok .about__content .h3,
body.ramadan-on-tiktok .about__content .h4 {
  --tw-text-opacity: 1;
  color: rgb(37 244 238 / var(--tw-text-opacity));
}
body.ramadan-on-tiktok .about__content p {
  font-family: arial-regular, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 1.5rem;
}
body.ramadan-on-tiktok .about__content h2 {
  position: relative;
}
body.ramadan-on-tiktok .about__content h2:before {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 40px;
  height: 40px;
  content: "";
  background: url("../img/icons/mandala-1.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
body.ramadan-on-tiktok .about__content P:last-of-type {
  position: relative;
}
body.ramadan-on-tiktok .about__content P:last-of-type:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  width: 150px;
  height: 150px;
  background: url("../img/icons/hands-mandala.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  content: "";
}
body.ramadan-on-tiktok .about__content:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background: url("../img/icons/hands-mandala.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  content: "";
  transform: rotate(-15.043deg);
}
body.ramadan-on-tiktok .about:before {
  position: absolute;
  display: block;
  top: 60%;
  left: -32px;
  width: 60px;
  height: 60px;
  content: "";
  background: url("../img/icons/mandala-1.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
@media (min-width: 390px) {
  body.ramadan-on-tiktok .about .about__content {
    padding-bottom: 120px;
  }
  body.ramadan-on-tiktok .about .about__content:after {
    width: 120px;
    height: 120px;
  }
  body.ramadan-on-tiktok .about:before {
    top: 61%;
  }
}
@media (min-width: 480px) {
  body.ramadan-on-tiktok .about .about__image .box-image {
    max-width: 350px;
  }
  body.ramadan-on-tiktok .about .about__image .box-image__wrp:after {
    height: 90px;
    width: 90px;
    right: -2.8125rem;
  }
  body.ramadan-on-tiktok .about .about__image .box-image__wrp #click-video:after {
    height: 80px;
    width: 80px;
  }
  body.ramadan-on-tiktok .about .about__image .box-image:before {
    top: -70px;
    left: -70px;
    height: 150px;
    width: 150px;
  }
  body.ramadan-on-tiktok .about .about__content {
    max-width: 80%;
    padding-bottom: 140px;
  }
  body.ramadan-on-tiktok .about .about__content:after {
    height: 150px;
    width: 150px;
  }
  body.ramadan-on-tiktok .about:before {
    top: 67%;
    left: -40px;
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 576px) {
  body.ramadan-on-tiktok .about .about__image .box-image__wrp:after {
    right: -50px;
    height: 100px;
    width: 100px;
  }
  body.ramadan-on-tiktok .about .about__image .box-image__wrp #click-video:after {
    height: 90px;
    width: 90px;
  }
  body.ramadan-on-tiktok .about .about__content {
    max-width: 75%;
    padding-bottom: 180px;
  }
  body.ramadan-on-tiktok .about .about__content:after {
    height: 180px;
    width: 180px;
  }
  body.ramadan-on-tiktok .about:before {
    top: 57%;
    left: -60px;
    height: 120px;
    width: 120px;
  }
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok .about {
    padding-top: 3rem !important;
  }
  body.ramadan-on-tiktok .about .about__image .box-image {
    padding-bottom: 100px;
  }
  body.ramadan-on-tiktok .about .about__image .box-image:before {
    top: -70px;
    left: -70px;
    height: 180px;
    width: 180px;
  }
  body.ramadan-on-tiktok .about .about__image .box-image:after {
    left: -90px;
    display: block;
    height: 150px;
    width: 150px;
    transform: rotate(29deg);
  }
  body.ramadan-on-tiktok .about .about__content {
    max-width: 80%;
    padding-bottom: 0;
  }
  body.ramadan-on-tiktok .about .about__content h2:before {
    height: 90px;
    width: 90px;
  }
  body.ramadan-on-tiktok .about .about__content:after {
    display: none;
  }
  body.ramadan-on-tiktok .about .about__content p:last-of-type {
    padding-bottom: 180px;
  }
  body.ramadan-on-tiktok .about .about__content p:last-of-type:after {
    display: block;
    height: 180px;
    width: 180px;
  }
  body.ramadan-on-tiktok .about:before {
    display: none;
  }
}
@media (min-width: 992px) {
  body.ramadan-on-tiktok .about {
    padding-top: 4rem !important;
  }
  body.ramadan-on-tiktok .about__image {
    margin-bottom: 0;
  }
  body.ramadan-on-tiktok .about__content {
    padding-right: 2em;
    max-width: 100%;
  }
  body.ramadan-on-tiktok .about__content h2 {
    padding-top: 5rem;
  }
  body.ramadan-on-tiktok .about__content h2:before {
    display: block;
    width: 80px;
    height: 80px;
  }
  body.ramadan-on-tiktok .about__content p:last-of-type:after {
    width: 180px;
    height: 180px;
  }
  body.ramadan-on-tiktok .about__content:after {
    display: none;
  }
  body.ramadan-on-tiktok .about:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok .about .about__content .h3:before {
    top: -1rem;
  }
  body.ramadan-on-tiktok .about .about__content p:last-of-type {
    padding-bottom: 200px;
  }
  body.ramadan-on-tiktok .about .about__content p:last-of-type:after {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1400px) {
  body.ramadan-on-tiktok .about .about__content p:last-of-type {
    padding-bottom: 220px;
  }
  body.ramadan-on-tiktok .about .about__content p:last-of-type:after {
    width: 220px;
    height: 220px;
  }
}
body.ramadan-on-tiktok #section-insight .container {
  padding-bottom: 90px;
}
body.ramadan-on-tiktok #section-insight .container .h3 {
  position: relative;
  display: block;
}
body.ramadan-on-tiktok #section-insight .container .h3:before, body.ramadan-on-tiktok #section-insight .container .h3:after {
  position: absolute;
  top: -100%;
  width: 90px;
  height: 90px;
  content: "";
}
body.ramadan-on-tiktok #section-insight .container .h3:before {
  left: 0;
  display: none;
  background: url("../img/icons/about-ornament-ketupat.gif") no-repeat;
  background-size: cover;
  background-position: center;
  transform: rotate(1deg);
}
body.ramadan-on-tiktok #section-insight .container .h3:after {
  right: 0;
  display: none;
  background: url("../img/icons/hands-mandala.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
body.ramadan-on-tiktok #section-insight .container .text-md {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body.ramadan-on-tiktok #section-insight .container:after {
  position: absolute;
  display: block;
  top: 55%;
  right: -22%;
  width: 136px;
  height: 136px;
  content: "";
  background: url("../img/icons/shopping-bag.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
body.ramadan-on-tiktok #section-insight .container:before {
  position: absolute;
  display: block;
  bottom: 0;
  left: -2%;
  width: 99px;
  height: 99px;
  content: "";
  background: url("../img/icons/amplop-buka.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transform: rotate(-15deg);
}
body.ramadan-on-tiktok #section-insight .insight-info {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 0;
  max-width: 90%;
}
body.ramadan-on-tiktok #section-insight .insight-info .row, body.ramadan-on-tiktok #section-insight .insight-info .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-on-tiktok #section-insight .insight-info .welcome-heading__location, body.ramadan-on-tiktok #section-insight .insight-info .about__wrp {
  display: grid;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 1.25em;
  margin: 0;
  padding: 0;
}
body.ramadan-on-tiktok #section-insight .insight-info .card-insight {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
body.ramadan-on-tiktok #section-insight .insight-info .card-insight__wrp {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding-left: 12%;
  padding-right: 12%;
  padding-top: 2em;
  padding-bottom: 2em;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-radius: 1.25rem;
}
body.ramadan-on-tiktok #section-insight .insight-info .card-insight__body .title {
  font-size: 5rem;
  line-height: 5rem;
}
body.ramadan-on-tiktok #section-insight .insight-info .card-insight__body .title span {
  display: inline-block;
  vertical-align: top;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
body.ramadan-on-tiktok #section-insight .insight-info .card-insight__body .information {
  padding-left: 0;
  padding-right: 0;
  font-family: arial-regular, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
body.ramadan-on-tiktok #section-insight .insight-info:before {
  position: absolute;
  display: block;
  top: 26%;
  left: -27%;
  width: 100px;
  height: 100px;
  content: "";
  background: url("../img/icons/about-ornament-kado.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transform: rotate(15deg);
}
@media (min-width: 390px) {
  body.ramadan-on-tiktok #section-insight .container .h3 {
    font-size: 1.875rem;
  }
  body.ramadan-on-tiktok #section-insight .container:before {
    height: 14vh;
    width: 25vw;
  }
  body.ramadan-on-tiktok #section-insight .container:after {
    right: -15%;
    height: 21vh;
    width: 30vw;
  }
  body.ramadan-on-tiktok #section-insight .insight-info {
    max-width: 80%;
  }
  body.ramadan-on-tiktok #section-insight .insight-info .card-insight__wrp {
    padding-left: 15%;
    padding-right: 15%;
  }
  body.ramadan-on-tiktok #section-insight .insight-info .card-insight__body .information {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  body.ramadan-on-tiktok #section-insight .insight-info .card-insight:before {
    height: 120px;
    width: 120px;
  }
  body.ramadan-on-tiktok #section-insight .insight-info:before {
    left: -30%;
    height: 15vh;
    width: 30vw;
    max-width: 120px;
  }
}
@media (min-width: 480px) {
  body.ramadan-on-tiktok #section-insight .container .h3:after {
    height: 100px;
    width: 100px;
  }
  body.ramadan-on-tiktok #section-insight .insight-info {
    max-width: 80%;
  }
  body.ramadan-on-tiktok #section-insight .insight-info .card-insight__body p.title {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
  body.ramadan-on-tiktok #section-insight .insight-info .card-insight__body p.title span {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
  body.ramadan-on-tiktok #section-insight .insight-info .card-insight__body p.information {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 576px) {
  body.ramadan-on-tiktok #section-insight .container .h3:after {
    height: 120px;
    width: 120px;
  }
  body.ramadan-on-tiktok #section-insight .container:before {
    height: 15vh;
    max-width: 160px;
  }
  body.ramadan-on-tiktok #section-insight .insight-info .card-insight {
    width: 100%;
  }
  body.ramadan-on-tiktok #section-insight .insight-info:before {
    height: 17vh;
    max-width: 160px;
  }
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok #section-insight .container {
    padding-bottom: 0;
  }
  body.ramadan-on-tiktok #section-insight .container .h3:after {
    width: 120px;
    height: 120px;
  }
  body.ramadan-on-tiktok #section-insight .container:before, body.ramadan-on-tiktok #section-insight .container:after {
    display: none;
  }
  body.ramadan-on-tiktok #section-insight .insight-info {
    max-width: 100%;
  }
  body.ramadan-on-tiktok #section-insight .insight-info .row, body.ramadan-on-tiktok #section-insight .insight-info .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-on-tiktok #section-insight .insight-info .welcome-heading__location, body.ramadan-on-tiktok #section-insight .insight-info .about__wrp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 0;
    -moz-column-gap: 1.25em;
         column-gap: 1.25em;
  }
  body.ramadan-on-tiktok #section-insight .insight-info .card-insight__wrp {
    align-items: flex-start;
    padding-left: 10%;
    padding-right: 10%;
  }
  body.ramadan-on-tiktok #section-insight .insight-info:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok #section-insight {
    padding-top: 2em;
  }
  body.ramadan-on-tiktok #section-insight .container .h3:before {
    display: none;
  }
  body.ramadan-on-tiktok #section-insight .insight-info .card-insight__wrp {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 15%;
    padding-bottom: 15%;
  }
  body.ramadan-on-tiktok #section-insight .insight-info .card-insight__body p.information {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media (min-width: 1400px) {
  body.ramadan-on-tiktok #section-insight {
    padding-top: 2em;
  }
  body.ramadan-on-tiktok #section-insight .container .h3:before {
    display: none;
  }
  body.ramadan-on-tiktok #section-insight .insight-info .card-insight__body p.information {
    font-size: 1.375rem;
  }
}
body.ramadan-on-tiktok #ramadan-guide .container {
  position: relative;
}
body.ramadan-on-tiktok #ramadan-guide .container:before {
  position: absolute;
  top: -20px;
  right: 2rem;
  display: none;
  height: 100px;
  width: 100px;
  content: "";
  background: url("../img/icons/hands-2.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transform: rotate(-15deg);
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok #ramadan-guide .container {
    padding-top: 2em;
  }
  body.ramadan-on-tiktok #ramadan-guide .container:before {
    display: block;
  }
}
@media (min-width: 992px) {
  body.ramadan-on-tiktok #ramadan-guide .container:before {
    height: 120px;
    width: 120px;
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok #ramadan-guide .container:before {
    height: 140px;
    width: 140px;
  }
}
@media (min-width: 1400px) {
  body.ramadan-on-tiktok #ramadan-guide .container:before {
    height: 160px;
    width: 160px;
  }
}
body.ramadan-on-tiktok .insight-action {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  padding-top: 0;
}
body.ramadan-on-tiktok .insight-action .card-insight__wrp {
  position: relative;
  border-radius: 20px;
  border-width: 2px;
  border-style: solid;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
body.ramadan-on-tiktok .insight-action .card-insight__header h3 {
  font-size: 1.5625rem;
}
body.ramadan-on-tiktok .insight-action .card-insight__header .paragraph-inherit {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
body.ramadan-on-tiktok .insight-action .card-insight__body {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
body.ramadan-on-tiktok .insight-action .card-insight__footer a {
  padding-top: 11px;
  padding-bottom: 11px;
  text-transform: none;
  transition: all 0.3s ease;
}
body.ramadan-on-tiktok .insight-action .card-insight .card-insight__wrp {
  border-color: #FC2D5A;
}
body.ramadan-on-tiktok .insight-action .card-insight .card-insight__footer a {
  --tw-bg-opacity: 1;
  background-color: rgb(252 45 90 / var(--tw-bg-opacity));
  border-color: #FC2D5A;
  color: #000000;
}
body.ramadan-on-tiktok .insight-action .card-insight .card-insight__footer a:hover, body.ramadan-on-tiktok .insight-action .card-insight .card-insight__footer a:focus {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body.ramadan-on-tiktok .insight-action .card-insight.middle .card-insight__wrp {
  --tw-border-opacity: 1;
  border-color: rgb(37 244 238 / var(--tw-border-opacity));
}
body.ramadan-on-tiktok .insight-action .card-insight.middle .card-insight__footer a {
  --tw-border-opacity: 1;
  border-color: rgb(37 244 238 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 244 238 / var(--tw-bg-opacity));
}
body.ramadan-on-tiktok .insight-action .row, body.ramadan-on-tiktok .insight-action .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-on-tiktok .insight-action .welcome-heading__location, body.ramadan-on-tiktok .insight-action .about__wrp {
  margin: 0;
  padding: 0;
  display: grid;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 1.25em;
}
body.ramadan-on-tiktok .insight-action .row .card-insight, body.ramadan-on-tiktok .insight-action .welcome__wrp .welcome-heading__location .card-insight, .welcome__wrp body.ramadan-on-tiktok .insight-action .welcome-heading__location .card-insight, body.ramadan-on-tiktok .insight-action .about__wrp .card-insight {
  margin: 0;
  padding: 0;
}
@media (min-width: 390px) {
  body.ramadan-on-tiktok .insight-action {
    max-width: 90%;
  }
  body.ramadan-on-tiktok .insight-action .card-insight__header h3 {
    font-size: 1.875rem;
  }
  body.ramadan-on-tiktok .insight-action .card-insight__header .paragraph-inherit {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 480px) {
  body.ramadan-on-tiktok .insight-action .card-insight__wrp {
    padding-left: 10%;
    padding-right: 10%;
  }
  body.ramadan-on-tiktok .insight-action .card-insight__header h3 {
    font-size: 2rem;
  }
  body.ramadan-on-tiktok .insight-action .card-insight__header .paragraph-inherit {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 576px) {
  body.ramadan-on-tiktok .insight-action .card-insight {
    width: 100%;
  }
  body.ramadan-on-tiktok .insight-action .card-insight__wrp {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok .insight-action {
    max-width: 60%;
  }
  body.ramadan-on-tiktok .insight-action .row, body.ramadan-on-tiktok .insight-action .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-on-tiktok .insight-action .welcome-heading__location, body.ramadan-on-tiktok .insight-action .about__wrp {
    row-gap: 2em;
  }
}
@media (min-width: 992px) {
  body.ramadan-on-tiktok .insight-action {
    max-width: 100%;
  }
  body.ramadan-on-tiktok .insight-action .card-insight__wrp {
    padding-top: 3rem;
    padding-bottom: 6.25rem;
  }
  body.ramadan-on-tiktok .insight-action .card-insight__header .h3, body.ramadan-on-tiktok .insight-action .card-insight__header h3 {
    min-height: 80px;
  }
  body.ramadan-on-tiktok .insight-action .card-insight__header .paragraph-inherit p {
    min-height: 128px;
  }
  body.ramadan-on-tiktok .insight-action .card-insight__footer {
    position: absolute;
    left: 10%;
    bottom: 48px;
    width: 80%;
  }
  body.ramadan-on-tiktok .insight-action .row, body.ramadan-on-tiktok .insight-action .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-on-tiktok .insight-action .welcome-heading__location, body.ramadan-on-tiktok .insight-action .about__wrp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 0;
    -moz-column-gap: 1.25em;
         column-gap: 1.25em;
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok .insight-action .card-insight__wrp {
    padding-left: 8%;
    padding-right: 8%;
  }
  body.ramadan-on-tiktok .insight-action .card-insight__header .h3, body.ramadan-on-tiktok .insight-action .card-insight__header h3 {
    min-height: unset;
  }
  body.ramadan-on-tiktok .insight-action .card-insight__header .paragraph-inherit p {
    min-height: 96px;
  }
  body.ramadan-on-tiktok .insight-action .card-insight__wrp {
    padding-left: 10%;
    padding-right: 10%;
  }
}
body.ramadan-on-tiktok #section-stories .container {
  position: relative;
  padding-top: 80px;
}
body.ramadan-on-tiktok #section-stories .container:before {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -40px;
  display: block;
  height: 80px;
  width: 80px;
  content: "";
  background: url("../img/icons/hands-2.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transform: rotate(-15deg);
}
body.ramadan-on-tiktok #section-stories .success-stories {
  display: grid;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 1.875em;
}
body.ramadan-on-tiktok #section-stories .success-stories .card-stories {
  display: block;
}
body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 2em;
  padding-bottom: 2em;
  border-radius: 20px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-body {
  display: block;
}
body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-body .paragraph-inherit {
  margin-top: 1.25em;
  margin-bottom: 1.875em;
  font-size: 0.75rem;
  line-height: 1.375rem;
}
body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-body .card-logo img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  width: 100%;
  max-width: 90%;
}
body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-footer {
  padding-top: 2.5em;
  text-align: center;
}
body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-footer a {
  display: inline-block;
  width: auto;
  min-width: 180px;
  --tw-bg-opacity: 1;
  background-color: rgb(252 45 90 / var(--tw-bg-opacity));
  border-radius: 99999px;
  text-align: center;
  font-family: arial-bold, serif;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1em;
  padding-right: 1em;
  transition: all 0.3s ease;
}
body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-footer a:hover,
body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-footer a:focus {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 390px) {
  body.ramadan-on-tiktok #section-stories .container {
    padding-top: 100px;
  }
  body.ramadan-on-tiktok #section-stories .container:before {
    margin-left: -60px;
    height: 120px;
    width: 120px;
  }
  body.ramadan-on-tiktok #section-stories .success-stories {
    padding-left: 5%;
    padding-right: 5%;
  }
  body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-body {
    display: block;
  }
  body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-body .paragraph-inherit {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 480px) {
  body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-wrp {
    padding-left: 10%;
    padding-right: 10%;
  }
  body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-body {
    display: block;
  }
  body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-body .paragraph-inherit {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 576px) {
  body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-wrp {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok #section-stories .container {
    position: relative;
    padding-top: 2em;
  }
  body.ramadan-on-tiktok #section-stories .container:before {
    left: 0.125rem;
    margin-left: 0;
    width: 120px;
    height: 120px;
    background: url(../img/icons/about-ornament-ketupat.gif) no-repeat;
    background-size: cover;
    background-position: center;
    transform: rotate(1deg);
  }
  body.ramadan-on-tiktok #section-stories .success-stories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0;
    -moz-column-gap: 2em;
         column-gap: 2em;
    padding-left: 0;
    padding-right: 0;
  }
  body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-wrp {
    height: 100%;
    padding: 10%;
  }
  body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-body .paragraph-inherit {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-body .card-logo img {
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok #section-stories .container {
    position: relative;
    padding-top: 2em;
  }
  body.ramadan-on-tiktok #section-stories .container:before {
    width: 150px;
    height: 150px;
  }
  body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-body .paragraph-inherit {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-body .card-logo img {
    max-width: 65%;
  }
  body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-footer a {
    font-size: 1.125rem;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 1400px) {
  body.ramadan-on-tiktok #section-stories .container {
    position: relative;
    padding-top: 3em;
  }
  body.ramadan-on-tiktok #section-stories .container:before {
    width: 170px;
    height: 170px;
  }
  body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-body .paragraph-inherit {
    font-size: 1.375rem;
  }
  body.ramadan-on-tiktok #section-stories .success-stories .card-stories .card-body .card-logo img {
    max-width: 60%;
  }
}
body.ramadan-on-tiktok .register h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  display: block;
  max-width: 100%;
}
body.ramadan-on-tiktok .register .contact-form .row .form-label, body.ramadan-on-tiktok .register .contact-form .welcome__wrp .welcome-heading__location .form-label, .welcome__wrp body.ramadan-on-tiktok .register .contact-form .welcome-heading__location .form-label, body.ramadan-on-tiktok .register .contact-form .about__wrp .form-label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body.ramadan-on-tiktok .register .contact-form .row .form-control, body.ramadan-on-tiktok .register .contact-form .welcome__wrp .welcome-heading__location .form-control, .welcome__wrp body.ramadan-on-tiktok .register .contact-form .welcome-heading__location .form-control, body.ramadan-on-tiktok .register .contact-form .about__wrp .form-control {
  --tw-bg-opacity: 1;
}
body.ramadan-on-tiktok .register .contact-form .row .form-control::-webkit-input-placeholder, body.ramadan-on-tiktok .register .contact-form .welcome__wrp .welcome-heading__location .form-control::-webkit-input-placeholder, .welcome__wrp body.ramadan-on-tiktok .register .contact-form .welcome-heading__location .form-control::-webkit-input-placeholder, body.ramadan-on-tiktok .register .contact-form .about__wrp .form-control::-webkit-input-placeholder,
body.ramadan-on-tiktok .register .contact-form .row .form-control:-ms-input-placeholder .form-control::placeholder,
body.ramadan-on-tiktok .register .contact-form .welcome__wrp .welcome-heading__location .form-control:-ms-input-placeholder .form-control::placeholder,
.welcome__wrp body.ramadan-on-tiktok .register .contact-form .welcome-heading__location .form-control:-ms-input-placeholder .form-control::placeholder,
body.ramadan-on-tiktok .register .contact-form .about__wrp .form-control:-ms-input-placeholder .form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body.ramadan-on-tiktok .register .contact-form .row .select2-container .select2-selection--single, body.ramadan-on-tiktok .register .contact-form .welcome__wrp .welcome-heading__location .select2-container .select2-selection--single, .welcome__wrp body.ramadan-on-tiktok .register .contact-form .welcome-heading__location .select2-container .select2-selection--single, body.ramadan-on-tiktok .register .contact-form .about__wrp .select2-container .select2-selection--single {
  --tw-bg-opacity: 1;
}
body.ramadan-on-tiktok .register .container:before, body.ramadan-on-tiktok .register .container:after {
  position: absolute;
  display: none;
  content: "";
}
body.ramadan-on-tiktok .register .container:before {
  top: -6rem;
  left: 0;
  width: 105px;
  height: 105px;
  background: url("../img/icons/shopping-bag.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
body.ramadan-on-tiktok .register .container:after {
  top: 4.5rem;
  right: 0.5rem;
  width: 50px;
  height: 70px;
  background: url("../img/icons/amplop-buka.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transform: rotate(-10deg);
}
body.ramadan-on-tiktok .register .contact-form {
  position: relative;
  padding-bottom: 130px;
}
body.ramadan-on-tiktok .register .contact-form:before, body.ramadan-on-tiktok .register .contact-form:after {
  position: absolute;
  content: "";
}
body.ramadan-on-tiktok .register .contact-form:before {
  left: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background: url("../img/icons/clock.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
body.ramadan-on-tiktok .register .contact-form:after {
  right: 0;
  bottom: 2rem;
  width: 90px;
  height: 90px;
  background: url("../img/icons/kurma.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
@media (min-width: 480px) {
  body.ramadan-on-tiktok .register .container:after {
    right: 1rem;
    width: 55px;
    height: 78px;
  }
  body.ramadan-on-tiktok .register .contact-form {
    padding-bottom: 130px;
  }
  body.ramadan-on-tiktok .register .contact-form:after {
    bottom: 1.5rem;
    width: 120px;
    height: 120px;
  }
  body.ramadan-on-tiktok .register .contact-form:before {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 576px) {
  body.ramadan-on-tiktok .register .container::before {
    top: -4rem;
    left: 1rem;
    width: 90px;
    height: 115px;
  }
  body.ramadan-on-tiktok .register .container:after {
    top: 3rem;
    right: 1rem;
    width: 70px;
    height: 100px;
  }
  body.ramadan-on-tiktok .register .contact-form {
    padding-bottom: 140px;
  }
  body.ramadan-on-tiktok .register .contact-form:before {
    width: 150px;
    height: 150px;
  }
  body.ramadan-on-tiktok .register .contact-form:after {
    bottom: 3rem;
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok .register h2 {
    max-width: 80%;
  }
  body.ramadan-on-tiktok .register .container::before {
    display: block;
    top: -4rem;
    left: -0.5rem;
    width: 150px;
    height: 150px;
  }
  body.ramadan-on-tiktok .register .container:after {
    display: block;
    top: -2rem;
    right: 4%;
    width: 100px;
    height: 100px;
  }
  body.ramadan-on-tiktok .register .contact-form {
    padding-bottom: 170px;
  }
  body.ramadan-on-tiktok .register .contact-form:before {
    width: 170px;
    height: 170px;
  }
  body.ramadan-on-tiktok .register .contact-form:after {
    bottom: 4rem;
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 992px) {
  body.ramadan-on-tiktok .register h2 {
    max-width: 680px;
  }
  body.ramadan-on-tiktok .register .container::before {
    top: -5rem;
    left: 0;
    width: 160px;
    height: 160px;
  }
  body.ramadan-on-tiktok .register .container:after {
    right: 5%;
    width: 120px;
    height: 120px;
  }
  body.ramadan-on-tiktok .register .contact-form {
    padding-bottom: 190px;
  }
  body.ramadan-on-tiktok .register .contact-form:before {
    width: 190px;
    height: 190px;
  }
  body.ramadan-on-tiktok .register .contact-form:after {
    bottom: 5%;
    width: 170px;
    height: 170px;
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok .register h2 {
    max-width: 992px;
  }
  body.ramadan-on-tiktok .register .contact-form {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (min-width: 1400px) {
  body.ramadan-on-tiktok .register .contact-form:before {
    left: -8%;
  }
  body.ramadan-on-tiktok .register .contact-form:after {
    right: -6%;
  }
}
body.ramadan-on-tiktok .on-demand .swiper-video {
  position: relative;
}
body.ramadan-on-tiktok .on-demand .swiper-video:before {
  position: absolute;
  top: 0;
  left: 1rem;
  height: 100%;
  width: calc(100% - 2rem);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.31) 0%, rgba(0, 0, 0, 0.31) 100%);
  content: "";
}
body.ramadan-on-tiktok .on-demand .sw-ondemand {
  padding-left: 1em;
  padding-right: 1em;
}
body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__thumbs {
  border-radius: 10px;
}
body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info {
  padding-top: 1.25em;
}
body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .title,
body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .event,
body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .position {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .title {
  margin-bottom: 0;
  font-size: 1.625rem;
  line-height: 1.1;
}
body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .position {
  margin-bottom: 0.625em;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .speakers {
  margin-bottom: 0;
  margin-top: 1.25em;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .event {
  font-family: arial-regular, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
body.ramadan-on-tiktok .on-demand .sw-ondemand-thumbs {
  position: relative;
}
body.ramadan-on-tiktok .on-demand .sw-ondemand-thumbs .swiper-container {
  padding-left: 25%;
  padding-right: 25%;
}
body.ramadan-on-tiktok .on-demand .sw-ondemand-thumbs .card-video-thumbs__wrp {
  border-radius: 9px;
  background: #D9D9D9;
  border-width: 0;
  border-color: transparent;
  padding: 0;
}
body.ramadan-on-tiktok .on-demand .sw-ondemand-thumbs .card-video-thumbs__info {
  display: none;
}
body.ramadan-on-tiktok .on-demand .sw-ondemand-thumbs .swp-btn-prev,
body.ramadan-on-tiktok .on-demand .sw-ondemand-thumbs .swp-btn-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  height: 32px;
  width: 32px;
  background: url("../img/icons/play-icon.png") no-repeat;
  background-size: 24px 24px;
  background-position: center;
  content: "";
  z-index: 2;
}
body.ramadan-on-tiktok .on-demand .sw-ondemand-thumbs .swp-btn-prev.swiper-button-disabled,
body.ramadan-on-tiktok .on-demand .sw-ondemand-thumbs .swp-btn-next.swiper-button-disabled {
  opacity: 60%;
}
body.ramadan-on-tiktok .on-demand .sw-ondemand-thumbs .swp-btn-prev {
  left: 0.5rem;
  transform: rotate(-180deg);
}
body.ramadan-on-tiktok .on-demand .sw-ondemand-thumbs .swp-btn-next {
  right: 0.5rem;
}
@media (min-width: 480px) {
  body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .title {
    font-size: 2rem;
  }
  body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .speakers {
    font-size: 1.375rem;
    line-height: 2rem;
  }
  body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .event {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 576px) {
  body.ramadan-on-tiktok .on-demand .sw-ondemand-thumbs .swp-btn-prev,
  body.ramadan-on-tiktok .on-demand .sw-ondemand-thumbs .swp-btn-next {
    background-size: 32px 32px;
  }
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok .on-demand .sw-ondemand {
    padding-left: 1em;
    padding-right: 1em;
  }
  body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .title {
    font-size: 1.75rem;
  }
  body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .speakers {
    font-size: 1.375rem;
    line-height: 2rem;
  }
  body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .event {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  body.ramadan-on-tiktok .on-demand .sw-ondemand-thumbs .swp-btn-prev,
  body.ramadan-on-tiktok .on-demand .sw-ondemand-thumbs .swp-btn-next {
    margin-top: -24px;
    height: 48px;
    width: 48px;
    background-size: 48px 48px;
  }
  body.ramadan-on-tiktok .on-demand .sw-ondemand-thumbs .swp-btn-prev {
    left: 2rem;
  }
  body.ramadan-on-tiktok .on-demand .sw-ondemand-thumbs .swp-btn-next {
    right: 2rem;
  }
}
@media (min-width: 992px) {
  body.ramadan-on-tiktok .on-demand .sw-ondemand .swiper-container {
    width: calc(60% - 2rem);
  }
  body.ramadan-on-tiktok .on-demand .sw-ondemand .swp-pagination {
    width: 40%;
  }
  body.ramadan-on-tiktok .on-demand .sw-ondemand .swp-pagination .swiper-pagination-bullet .title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
  body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .position {
    font-size: 1rem;
  }
  body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .speakers {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  body.ramadan-on-tiktok .on-demand .sw-ondemand .card-video__info .event {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  body.ramadan-on-tiktok .on-demand .sw-ondemand .swp-pagination .swiper-pagination-bullet .title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 480px) {
  body.ramadan-on-tiktok .heroes__black .heroes-ornament img {
    max-width: 150px;
  }
}
@media (min-width: 576px) {
  body.ramadan-on-tiktok .header .brand {
    width: 190px;
    height: 27px;
  }
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok .heroes__black .heroes-ornament img {
    max-width: 120px;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--mandala-red {
    top: 7%;
    left: 23%;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--mandala-red img {
    width: 12vw;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--lanteran {
    top: 0%;
    left: 42%;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--lanteran img {
    width: 26vw;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--mandala-tael {
    top: 7%;
    right: 21%;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--mandala-tael img {
    width: 12vw;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--ketupat {
    top: 33%;
    left: 6%;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--ketupat img {
    width: 24vw;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--clock {
    top: 34%;
    right: 5%;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--clock img {
    width: 12vw;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--pray {
    bottom: 15%;
    left: 25%;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--pray img {
    width: 10vw;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--hands {
    bottom: 17%;
    right: 20%;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--hands img {
    width: 10vw;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--bedug {
    bottom: 5%;
    left: 45%;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--bedug img {
    width: 23vw;
  }
}
@media (min-width: 992px) {
  body.ramadan-on-tiktok .heroes__black .heroes-ornament img {
    max-width: 150px;
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok .heroes__black {
    max-width: 1400px;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament img {
    max-width: 170px;
  }
  body.ramadan-on-tiktok .heroes__black img {
    max-width: calc(1600px - 64px);
  }
}
@media (min-width: 1400px) {
  body.ramadan-on-tiktok .heroes__black {
    max-width: 1600px;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament img {
    max-width: 180px;
  }
  body.ramadan-on-tiktok .heroes__black .heroes-ornament--ketupat img {
    max-width: 200px;
  }
}

body.header-active .header {
  box-shadow: 0 2px 6px 1px rgba(255, 255, 255, 0.3);
}

body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about {
  padding-top: 2rem;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about__image .box-image__wrp:after {
  display: none !important;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about__image .box-image:before, body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about__image .box-image:after {
  display: none !important;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about__content {
  padding-bottom: 0;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about__content .h3 {
  padding: 0 !important;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about__content .h3::before {
  display: none !important;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about__content .paragraph-sm b {
  font-family: arial-bold, serif;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about__content p:last-of-type {
  padding-bottom: 0 !important;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about__content p:last-of-type:after {
  display: none !important;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about__content:after {
  display: none !important;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about__content .ornamnent-top {
  position: absolute;
  display: block;
  top: -3.5rem;
  left: 10%;
  z-index: 2;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about__content .ornamnent-top img {
  display: block;
  width: 54px;
  height: auto;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about__content .ornament-bottom {
  margin-left: auto;
  margin-right: 0;
  position: relative;
  width: 66px;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about__content .ornament-bottom img {
  width: 100%;
  height: auto;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about__content .ornament-love {
  bottom: 0;
  left: 0;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about__content .ornament-love img {
  width: 24px;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about:before {
  display: none !important;
}
@media (min-width: 390px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content {
    padding-bottom: 0;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornamnent-top {
    top: -60px;
    left: 15%;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornamnent-top img {
    width: 60px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornament-bottom {
    width: 80px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornament-love {
    bottom: -32px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornament-love img {
    width: 24px;
  }
}
@media (min-width: 480px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornamnent-top {
    top: -70px;
    left: 10%;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornamnent-top img {
    width: 70px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornament-bottom {
    width: 110px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornament-love img {
    width: 32px;
  }
}
@media (min-width: 576px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornament-bottom {
    width: 130px;
  }
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__image {
    margin-bottom: 3rem;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__image .box-image {
    padding-bottom: 0;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornamnent-top {
    top: -100px;
    left: 25%;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornamnent-top img {
    width: 100px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornament-bottom {
    width: 200px;
  }
}
@media (min-width: 992px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__image {
    margin-bottom: 0;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornamnent-top {
    position: relative;
    top: unset;
    left: unset;
    margin-left: 10%;
    margin-bottom: 32px;
    max-width: 100px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornamnent-top img {
    width: 100%;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornament-bottom {
    width: 250px;
    margin-top: 16px;
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornamnent-top {
    max-width: 130px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .about .about__content .ornament-bottom {
    width: 300px;
  }
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-insight {
  position: relative;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-insight .container {
  padding-bottom: 0;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-insight .container .h3:before, body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-insight .container .h3:after {
  display: none !important;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-insight .container:after, body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-insight .container:before {
  display: none !important;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-insight .insight-info .card-insight .card-insight__body .title {
  font-size: 4.5rem;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-insight .insight-info:before {
  display: none !important;
}
@media (min-width: 390px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-insight .insight-info .card-insight .card-insight__body .title {
    font-size: 4.8rem;
    line-height: 100%;
  }
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-insight .insight-info .card-insight .card-insight__body .title {
    font-size: 3.8rem;
  }
}
@media (min-width: 992px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-insight {
    padding-top: 0;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-insight .insight-info .card-insight .card-insight__body .title {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-insight .insight-info .card-insight .card-insight__body .title {
    font-size: 5rem;
  }
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .ornament-top {
  left: 0;
  top: 0;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .ornament-top img {
  width: 66px;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .container:before {
  display: none;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .h3 {
  margin-top: 1rem;
}
@media (min-width: 390px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .ornament-top img {
    width: 70px;
  }
}
@media (min-width: 576px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .ornament-top {
    left: 5%;
    top: 1rem;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .ornament-top img {
    width: 110px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .container {
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .ornament-top img {
    width: 130px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .insight-action {
    max-width: 100%;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .insight-action .row, body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .insight-action .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .insight-action .welcome-heading__location, body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .insight-action .about__wrp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .insight-action .card-insight__wrp {
    padding: 1rem 1rem 64px 1rem;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .insight-action .card-insight__header h3 {
    font-size: 1.8rem;
    line-height: 150%;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .insight-action .card-insight__body .thumbs {
    min-height: unset;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .insight-action .card-insight__footer {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    width: calc(100% - 2rem);
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .insight-action .card-insight__footer a {
    display: block;
    min-width: unset;
  }
}
@media (min-width: 992px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .ornament-top img {
    width: 150px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .insight-action {
    max-width: 100%;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .insight-action .card-insight__wrp {
    padding: 1.5rem 1.5rem 76px 1.5rem;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .insight-action .card-insight__header h3 {
    font-size: 1.8rem;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .insight-action .card-insight__footer {
    left: 1.5rem;
    bottom: 1.5rem;
    width: calc(100% - 3rem);
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .ornament-top img {
    width: 170px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .insight-action .card-insight__footer a {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .ornament-top {
    left: calc((100vw - 87.5em) / 2);
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #ramadan-guide .ornament-top img {
    width: 182px;
  }
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .container {
  padding-top: 45px;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .container h2 {
  position: relative;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .container h2 span {
  display: inline-block;
  position: relative;
  padding-top: 25px;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .container h2 span:before {
  position: absolute;
  top: 0;
  left: -25px;
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/icons/blink.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  content: "";
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .container .ornament-bag {
  top: 0;
  right: 0;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .container .ornament-bag img {
  width: 70px;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .container:before {
  display: none;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories .card-stories .card-logo img {
  max-width: 100% !important;
  border-radius: 20px;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories .card-stories .card-footer {
  display: block;
  width: 100%;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories .card-stories .card-footer a {
  display: block;
  color: #ffffff;
}
@media (min-width: 576px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .container {
    padding-top: 45px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .container h2 span {
    padding-top: 40px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .container h2 span:before {
    left: -32px;
    width: 32px;
    height: 32px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .container .ornament-bag img {
    width: 110px;
  }
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .container .ornament-bag {
    right: 5%;
    top: -32px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .container .ornament-bag img {
    width: 120px;
  }
}
@media (min-width: 992px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .container .ornament-bag img {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .container .ornament-bag img {
    width: 130px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories .card-stories .card-footer a {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .container .ornament-bag img {
    width: 145px;
  }
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories .card-stories .card-footer a {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories .card-stories .paragraph-inherit {
    margin-top: 0.5rem;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories .card-stories h3 {
    font-size: 2.2rem;
    line-height: 150%;
  }
}
@media (min-width: 992px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories {
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories .card-stories h3 {
    font-size: 2.8rem;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories .card-stories .card-wrp {
    position: relative;
    align-items: flex-start;
    padding: 24px 24px 96px 24px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories .card-stories .card-body .paragraph-inherit p {
    min-height: 140px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories .card-stories .card-footer {
    padding-top: 0;
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: calc(100% - 48px);
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories .card-stories .card-wrp {
    padding: 32px 32px 108px 32px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories .card-stories .card-body .paragraph-inherit p {
    min-height: 160px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories .card-stories .card-footer {
    left: 32px;
    bottom: 32px;
    width: calc(100% - 64px);
  }
}
@media (min-width: 1400px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 #section-stories .success-stories .card-stories .card-body .paragraph-inherit p {
    min-height: 140px;
  }
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .on-demand h2 {
  position: relative;
  padding-top: 50px;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .on-demand h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  background: url("../img/icons/heart.gif") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  content: "";
}
@media (min-width: 992px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .on-demand h2 {
    padding-top: 100px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .on-demand h2::before {
    width: 130px;
    height: 130px;
    left: 20%;
  }
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container {
  padding-top: 81px;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container .ornament-top {
  top: 0;
  right: 0;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container .ornament-top img {
  width: 81px;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container .ornament-bottom {
  margin-left: 0;
  margin-right: auto;
  margin-top: 2em;
  max-width: 58px;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .contact-form {
  padding-bottom: 0;
}
body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .contact-form:before, body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .contact-form:after {
  display: none;
}
@media (min-width: 390px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container .ornament-top {
    top: -16px;
    right: 8px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container .ornament-bottom {
    max-width: 64px;
  }
}
@media (min-width: 576px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container {
    padding-top: 100px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container .ornament-top img {
    width: 100px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container .ornament-bottom {
    max-width: 84px;
  }
}
@media (min-width: 768px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container {
    padding-top: 130px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container .ornament-top img {
    width: 130px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container .ornament-bottom {
    max-width: 120px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container:before, body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container:after {
    display: none;
  }
}
@media (min-width: 992px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container {
    padding-top: 100px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container .ornament-top {
    right: 3%;
    top: -50px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container .ornament-top img {
    width: 150px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container .ornament-bottom {
    max-width: 140px;
  }
}
@media (min-width: 1200px) {
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container .ornament-top {
    top: -60px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container .ornament-top img {
    width: 160px;
  }
  body.ramadan-on-tiktok.ramadan-on-tiktok-2026 .register .container .ornament-bottom {
    max-width: 162px;
  }
}

body.ramadan-landing .about {
  padding-top: 3rem !important;
}
body.ramadan-landing .about .about__wrp {
  margin-left: 0;
  margin-right: 0;
  flex-direction: column-reverse;
}
body.ramadan-landing .about .about__content {
  padding-bottom: 40px !important;
  max-width: 100% !important;
}
body.ramadan-landing .about .about__content .h3:before {
  display: block;
  height: 60px;
  width: 60px;
}
body.ramadan-landing .about .about__content:after {
  display: none;
}
body.ramadan-landing .about .about__image {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
body.ramadan-landing .about .about__image .box-image:before {
  display: none;
}
body.ramadan-landing .about .about__image .box-image .box-image__wrp:after {
  display: none;
}
body.ramadan-landing .about:before {
  display: none;
}
@media (min-width: 390px) {
  body.ramadan-landing .about .about__content .h3:before {
    height: 70px;
    width: 70px;
  }
}
@media (min-width: 768px) {
  body.ramadan-landing .about .about__content .h3:before {
    display: block;
    height: 80px;
    width: 80px;
  }
  body.ramadan-landing .about .about__content .paragraph-sm p {
    padding-bottom: 0;
  }
  body.ramadan-landing .about .about__content .paragraph-sm p:after {
    display: none;
  }
  body.ramadan-landing .about .about__image .box-image {
    padding-bottom: 0;
  }
  body.ramadan-landing .about .about__image .box-image:after {
    display: none;
  }
}
@media (min-width: 992px) {
  body.ramadan-landing .about .about__wrp {
    margin-left: 0;
    margin-right: 0;
    flex-direction: row;
  }
  body.ramadan-landing .about .about__image {
    width: 350px;
    padding-left: 0;
    padding-right: 0;
  }
  body.ramadan-landing .about .about__content {
    width: calc(100% - 350px);
    padding-right: 0;
    padding-left: 5%;
    padding-bottom: 0px !important;
  }
  body.ramadan-landing .about .about__content .h3 {
    padding-top: 0;
    padding-right: 98px;
  }
}
@media (min-width: 1200px) {
  body.ramadan-landing .about .about__content {
    padding-left: 8%;
  }
}
@media (min-width: 1400px) {
  body.ramadan-landing .about .about__content {
    padding-left: 10%;
  }
}
body.ramadan-landing #section-insight .container {
  padding-bottom: 0;
}
body.ramadan-landing #section-insight .container:before {
  display: none;
}
body.ramadan-landing #section-insight .container:after {
  display: none;
}
body.ramadan-landing #section-insight .insight-info {
  padding-bottom: 60px;
}
body.ramadan-landing #section-insight .insight-info .card-insight__wrp {
  --tw-border-opacity: 1;
  border-color: rgb(253 44 85 / var(--tw-border-opacity));
  padding: 15%;
}
body.ramadan-landing #section-insight .insight-info .card-insight__body .title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body.ramadan-landing #section-insight .insight-info .card-insight__body .title span {
  --tw-text-opacity: 1;
  color: rgb(253 44 85 / var(--tw-text-opacity));
}
body.ramadan-landing #section-insight .insight-info:before {
  left: auto;
  right: -2.5rem;
  top: 0;
  height: 90px;
  width: 90px;
  transform: rotate(30deg);
}
body.ramadan-landing #section-insight .insight-info:after {
  position: absolute;
  left: -3rem;
  bottom: 0;
  height: 99px;
  width: 99px;
  content: "";
  background: url(../img/icons/about-ornament-ketupat.gif) no-repeat;
  background-size: cover;
  background-position: center;
  transform: rotate(1deg);
}
@media (min-width: 390px) {
  body.ramadan-landing #section-insight .insight-info:before {
    top: -10px;
    height: 100px;
    width: 100px;
  }
}
@media (min-width: 480px) {
  body.ramadan-landing #section-insight .insight-info:before {
    top: -30px;
    height: 120px;
    width: 120px;
  }
  body.ramadan-landing #section-insight .insight-info:after {
    height: 110px;
    width: 110px;
  }
}
@media (min-width: 768px) {
  body.ramadan-landing #section-insight .insight-info .card-insight__wrp {
    padding-left: 10%;
    padding-right: 10%;
  }
  body.ramadan-landing #section-insight .insight-info .card-insight__body p.title {
    font-size: 4rem;
    line-height: 4rem;
  }
  body.ramadan-landing #section-insight .insight-info .card-insight__body p.title span {
    font-size: 2.5rem;
    line-height: 4rem;
  }
  body.ramadan-landing #section-insight .insight-info:before {
    top: 8px;
    right: -32px;
    display: block;
    height: 80px;
    width: 80px;
  }
  body.ramadan-landing #section-insight .insight-info:after {
    left: -32px;
    bottom: 8px;
    height: 90px;
    width: 90px;
  }
}
@media (min-width: 992px) {
  body.ramadan-landing #section-insight .insight-info:before {
    top: -8px;
    right: -50px;
    height: 120px;
    width: 120px;
  }
  body.ramadan-landing #section-insight .insight-info::after {
    bottom: 0;
    left: -40px;
    height: 110px;
    width: 110px;
  }
}
@media (min-width: 1200px) {
  body.ramadan-landing #section-insight .insight-info .card-insight__wrp {
    padding-left: 15%;
    padding-right: 15%;
  }
  body.ramadan-landing #section-insight .insight-info .card-insight__body p.title {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
  body.ramadan-landing #section-insight .insight-info .card-insight__body p.title span {
    font-size: 3.125rem;
    line-height: 6.25rem;
  }
  body.ramadan-landing #section-insight .insight-info:before {
    top: -16px;
    right: -56px;
    height: 150px;
    width: 150px;
  }
  body.ramadan-landing #section-insight .insight-info::after {
    bottom: -16px;
    left: -48px;
    height: 150px;
    width: 150px;
  }
}
body.ramadan-landing .landing-text {
  padding-bottom: 2em;
}
body.ramadan-landing .landing-text .paragraph {
  line-height: 1.8;
}
body.ramadan-landing .landing-text .paragraph h2,
body.ramadan-landing .landing-text .paragraph h3 {
  position: relative;
  margin-bottom: 1.25em;
  --tw-text-opacity: 1;
  color: rgb(37 244 238 / var(--tw-text-opacity));
}
body.ramadan-landing .landing-text .paragraph.with-icon h2, body.ramadan-landing .landing-text .paragraph.with-icon h3 {
  padding-right: 88px;
}
body.ramadan-landing .landing-text .paragraph.with-icon h2:after, body.ramadan-landing .landing-text .paragraph.with-icon h3:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  width: 80px;
  background: url(../img/icons/hands-2.gif) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transform: rotate(-15deg);
  content: "";
}
body.ramadan-landing .landing-text .paragraph-red {
  display: block;
  padding-top: 1.5em;
}
body.ramadan-landing .landing-text .paragraph-red .paragraph-sm {
  position: relative;
  padding-top: 32px;
  padding-left: 70px;
}
body.ramadan-landing .landing-text .paragraph-red .paragraph-sm:before {
  position: absolute;
  top: 16px;
  left: 40px;
  height: 1px;
  width: calc(100% - 80px);
  --tw-bg-opacity: 1;
  background-color: rgb(253 44 85 / var(--tw-bg-opacity));
  content: "";
}
body.ramadan-landing .landing-text .paragraph-red .paragraph-sm:after {
  position: absolute;
  left: 0;
  top: -24px;
  height: 80px;
  width: 80px;
  content: "";
  background: url(../img/icons/shopping-bag.gif) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
@media (min-width: 390px) {
  body.ramadan-landing .landing-text .paragraph-red {
    padding-top: 2em;
  }
  body.ramadan-landing .landing-text .paragraph-red .paragraph-sm {
    padding-top: 3em;
  }
  body.ramadan-landing .landing-text .paragraph-red .paragraph-sm:before {
    top: 28px;
  }
  body.ramadan-landing .landing-text .paragraph-red .paragraph-sm:after {
    left: -24px;
    height: 110px;
    width: 110px;
  }
}
@media (min-width: 576px) {
  body.ramadan-landing .landing-text .paragraph.with-icon h2, body.ramadan-landing .landing-text .paragraph.with-icon h3 {
    padding-right: 108px;
  }
  body.ramadan-landing .landing-text .paragraph.with-icon h2:after, body.ramadan-landing .landing-text .paragraph.with-icon h3:after {
    top: -24px;
    height: 100px;
    width: 100px;
  }
  body.ramadan-landing .landing-text .paragraph-red {
    padding-top: 3em;
  }
  body.ramadan-landing .landing-text .paragraph-red .paragraph-sm {
    padding-left: 85px;
  }
  body.ramadan-landing .landing-text .paragraph-red .paragraph-sm:after {
    left: -24px;
    top: -32px;
    height: 130px;
    width: 130px;
  }
}
@media (min-width: 992px) {
  body.ramadan-landing .landing-text .paragraph.with-icon h2, body.ramadan-landing .landing-text .paragraph.with-icon h3 {
    padding-right: 128px;
  }
  body.ramadan-landing .landing-text .paragraph.with-icon h2:after, body.ramadan-landing .landing-text .paragraph.with-icon h3:after {
    height: 120px;
    width: 120px;
  }
  body.ramadan-landing .landing-text .paragraph-red {
    padding-top: 4em;
  }
  body.ramadan-landing .landing-text .paragraph-red .paragraph-sm {
    padding-left: 110px;
  }
  body.ramadan-landing .landing-text .paragraph-red .paragraph-sm:after {
    left: -32px;
    top: -56px;
    height: 180px;
    width: 180px;
  }
}
@media (min-width: 1200px) {
  body.ramadan-landing .landing-text .paragraph.with-icon h2, body.ramadan-landing .landing-text .paragraph.with-icon h3 {
    padding-right: 188px;
  }
  body.ramadan-landing .landing-text .paragraph-red {
    padding-top: 6rem;
  }
  body.ramadan-landing .landing-text .paragraph-red .paragraph-sm {
    padding-left: 150px;
  }
  body.ramadan-landing .landing-text .paragraph-red .paragraph-sm:after {
    left: -32px;
    top: -64px;
    height: 200px;
    width: 200px;
  }
}

body.ramadan-landing.ramadan-landing--telkomsel .about__content .h3 {
  padding-right: 68px;
}
body.ramadan-landing.ramadan-landing--telkomsel .about__content .h3:before {
  top: auto;
  bottom: -20%;
  display: block;
}
@media (min-width: 390px) {
  body.ramadan-landing.ramadan-landing--telkomsel .about .about__content .h3 {
    padding-right: 78px;
  }
}
@media (min-width: 480px) {
  body.ramadan-landing.ramadan-landing--telkomsel .about .about__content .h3 {
    padding-right: 88px;
  }
  body.ramadan-landing.ramadan-landing--telkomsel .about .about__content .h3:before {
    bottom: -30%;
  }
}
@media (min-width: 576px) {
  body.ramadan-landing.ramadan-landing--telkomsel .about .about__content .h3:before {
    bottom: -35%;
  }
}
@media (min-width: 768px) {
  body.ramadan-landing.ramadan-landing--telkomsel .about .about__content .h3 {
    padding-right: 15%;
  }
}
@media (min-width: 992px) {
  body.ramadan-landing.ramadan-landing--telkomsel .about .about__content .h3:before {
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  body.ramadan-landing.ramadan-landing--telkomsel .about .about__content .h3 {
    padding-right: 20%;
  }
}

body.ramadan-landing.ramadan-landing--nuface .about__content .h3:before {
  top: -1.875em;
  height: 1.875em;
  width: 1.875em;
}
@media (min-width: 768px) {
  body.ramadan-landing.ramadan-landing--nuface .about .about__content .h3:before {
    top: -2em;
    height: 2em;
    width: 2em;
  }
  body.ramadan-landing.ramadan-landing--nuface #section-insight .row, body.ramadan-landing.ramadan-landing--nuface #section-insight .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-landing.ramadan-landing--nuface #section-insight .welcome-heading__location, body.ramadan-landing.ramadan-landing--nuface #section-insight .about__wrp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2.5em;
    -moz-column-gap: 1.25em;
         column-gap: 1.25em;
  }
}
@media (min-width: 992px) {
  body.ramadan-landing.ramadan-landing--nuface #section-insight .row, body.ramadan-landing.ramadan-landing--nuface #section-insight .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-landing.ramadan-landing--nuface #section-insight .welcome-heading__location, body.ramadan-landing.ramadan-landing--nuface #section-insight .about__wrp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2.5em;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
@media (min-width: 1200px) {
  body.ramadan-landing.ramadan-landing--nuface #section-insight .insight-info .card-insight__body p.title {
    font-size: 4rem;
    line-height: 4rem;
  }
  body.ramadan-landing.ramadan-landing--nuface #section-insight .insight-info .card-insight__body p.title span {
    font-size: 2.5rem;
    line-height: 4rem;
  }
  body.ramadan-landing.ramadan-landing--nuface #section-insight .row, body.ramadan-landing.ramadan-landing--nuface #section-insight .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-landing.ramadan-landing--nuface #section-insight .welcome-heading__location, body.ramadan-landing.ramadan-landing--nuface #section-insight .about__wrp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 0;
    -moz-column-gap: 1.25em;
         column-gap: 1.25em;
  }
}

body.ramadan-landing.bank-jago .about .container,
body.ramadan-landing.dana .about .container,
body.ramadan-landing.wardah .about .container {
  position: relative;
}
body.ramadan-landing.bank-jago .about .container .ornament,
body.ramadan-landing.dana .about .container .ornament,
body.ramadan-landing.wardah .about .container .ornament {
  position: absolute;
  right: 16px;
  top: 0;
}
body.ramadan-landing.bank-jago .about .container .ornament img,
body.ramadan-landing.dana .about .container .ornament img,
body.ramadan-landing.wardah .about .container .ornament img {
  width: 60px;
}
body.ramadan-landing.bank-jago .about .about__content .h3,
body.ramadan-landing.dana .about .about__content .h3,
body.ramadan-landing.wardah .about .about__content .h3 {
  padding-right: 5%;
}
body.ramadan-landing.bank-jago .about .about__content .h3:before,
body.ramadan-landing.dana .about .about__content .h3:before,
body.ramadan-landing.wardah .about .about__content .h3:before {
  display: none;
}
@media (min-width: 576px) {
  body.ramadan-landing.bank-jago .about .container .ornament,
  body.ramadan-landing.dana .about .container .ornament,
  body.ramadan-landing.wardah .about .container .ornament {
    top: -16px;
  }
  body.ramadan-landing.bank-jago .about .container .ornament img,
  body.ramadan-landing.dana .about .container .ornament img,
  body.ramadan-landing.wardah .about .container .ornament img {
    width: 80px;
  }
}
@media (min-width: 768px) {
  body.ramadan-landing.bank-jago .about .container .ornament img,
  body.ramadan-landing.dana .about .container .ornament img,
  body.ramadan-landing.wardah .about .container .ornament img {
    width: 100px;
  }
  body.ramadan-landing.bank-jago .about .about__content .h3:before,
  body.ramadan-landing.dana .about .about__content .h3:before,
  body.ramadan-landing.wardah .about .about__content .h3:before {
    display: none;
  }
}
@media (min-width: 992px) {
  body.ramadan-landing.bank-jago .about .container .ornament img,
  body.ramadan-landing.dana .about .container .ornament img,
  body.ramadan-landing.wardah .about .container .ornament img {
    width: 120px;
  }
  body.ramadan-landing.bank-jago .about .about__content,
  body.ramadan-landing.dana .about .about__content,
  body.ramadan-landing.wardah .about .about__content {
    padding-left: 5%;
  }
}
@media (min-width: 1200px) {
  body.ramadan-landing.bank-jago .about .container .ornament img,
  body.ramadan-landing.dana .about .container .ornament img,
  body.ramadan-landing.wardah .about .container .ornament img {
    width: 140px;
  }
}
body.ramadan-landing.bank-jago #section-insight,
body.ramadan-landing.dana #section-insight,
body.ramadan-landing.wardah #section-insight {
  padding-bottom: 16px;
}
body.ramadan-landing.bank-jago #section-insight .container,
body.ramadan-landing.dana #section-insight .container,
body.ramadan-landing.wardah #section-insight .container {
  padding-top: 72px;
}
body.ramadan-landing.bank-jago #section-insight .container .ornament,
body.ramadan-landing.dana #section-insight .container .ornament,
body.ramadan-landing.wardah #section-insight .container .ornament {
  top: 0;
  left: 20%;
}
body.ramadan-landing.bank-jago #section-insight .container .ornament img,
body.ramadan-landing.dana #section-insight .container .ornament img,
body.ramadan-landing.wardah #section-insight .container .ornament img {
  width: 42px;
}
body.ramadan-landing.bank-jago #section-insight .container .h3,
body.ramadan-landing.dana #section-insight .container .h3,
body.ramadan-landing.wardah #section-insight .container .h3 {
  padding-left: 5%;
  padding-right: 5%;
}
body.ramadan-landing.bank-jago #section-insight .insight-info,
body.ramadan-landing.dana #section-insight .insight-info,
body.ramadan-landing.wardah #section-insight .insight-info {
  padding-top: 0;
  padding-bottom: 0;
}
body.ramadan-landing.bank-jago #section-insight .insight-info .card-insight .card-insight__wrp,
body.ramadan-landing.dana #section-insight .insight-info .card-insight .card-insight__wrp,
body.ramadan-landing.wardah #section-insight .insight-info .card-insight .card-insight__wrp {
  padding-left: 16px;
  padding-right: 16px;
  border-color: #ffffff;
}
body.ramadan-landing.bank-jago #section-insight .insight-info .card-insight .card-insight__body .title,
body.ramadan-landing.dana #section-insight .insight-info .card-insight .card-insight__body .title,
body.ramadan-landing.wardah #section-insight .insight-info .card-insight .card-insight__body .title {
  color: #F1204A;
  font-size: 60px;
  line-height: 100%;
}
body.ramadan-landing.bank-jago #section-insight .insight-info .card-insight .card-insight__body .title span,
body.ramadan-landing.dana #section-insight .insight-info .card-insight .card-insight__body .title span,
body.ramadan-landing.wardah #section-insight .insight-info .card-insight .card-insight__body .title span {
  font-size: 30px;
  line-height: 100%;
}
body.ramadan-landing.bank-jago #section-insight .insight-info .card-insight .card-insight__body .information,
body.ramadan-landing.dana #section-insight .insight-info .card-insight .card-insight__body .information,
body.ramadan-landing.wardah #section-insight .insight-info .card-insight .card-insight__body .information {
  margin-top: 0;
  font-size: 20px;
  line-height: 150%;
}
body.ramadan-landing.bank-jago #section-insight .insight-info:before, body.ramadan-landing.bank-jago #section-insight .insight-info:after,
body.ramadan-landing.dana #section-insight .insight-info:before,
body.ramadan-landing.dana #section-insight .insight-info:after,
body.ramadan-landing.wardah #section-insight .insight-info:before,
body.ramadan-landing.wardah #section-insight .insight-info:after {
  display: none;
}
@media (min-width: 480px) {
  body.ramadan-landing.bank-jago #section-insight .container .h3,
  body.ramadan-landing.dana #section-insight .container .h3,
  body.ramadan-landing.wardah #section-insight .container .h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  body.ramadan-landing.bank-jago #section-insight .container .ornament,
  body.ramadan-landing.dana #section-insight .container .ornament,
  body.ramadan-landing.wardah #section-insight .container .ornament {
    left: 5%;
  }
  body.ramadan-landing.bank-jago #section-insight .container .ornament img,
  body.ramadan-landing.dana #section-insight .container .ornament img,
  body.ramadan-landing.wardah #section-insight .container .ornament img {
    width: 50px;
  }
  body.ramadan-landing.bank-jago #section-insight .container .h3,
  body.ramadan-landing.dana #section-insight .container .h3,
  body.ramadan-landing.wardah #section-insight .container .h3 {
    font-size: 2.5rem;
  }
  body.ramadan-landing.bank-jago #section-insight .insight-info,
  body.ramadan-landing.dana #section-insight .insight-info,
  body.ramadan-landing.wardah #section-insight .insight-info {
    max-width: 100%;
  }
  body.ramadan-landing.bank-jago #section-insight .insight-info .row, body.ramadan-landing.bank-jago #section-insight .insight-info .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-landing.bank-jago #section-insight .insight-info .welcome-heading__location, body.ramadan-landing.bank-jago #section-insight .insight-info .about__wrp,
  body.ramadan-landing.dana #section-insight .insight-info .row,
  body.ramadan-landing.dana #section-insight .insight-info .welcome__wrp .welcome-heading__location,
  .welcome__wrp body.ramadan-landing.dana #section-insight .insight-info .welcome-heading__location,
  body.ramadan-landing.dana #section-insight .insight-info .about__wrp,
  body.ramadan-landing.wardah #section-insight .insight-info .row,
  body.ramadan-landing.wardah #section-insight .insight-info .welcome__wrp .welcome-heading__location,
  .welcome__wrp body.ramadan-landing.wardah #section-insight .insight-info .welcome-heading__location,
  body.ramadan-landing.wardah #section-insight .insight-info .about__wrp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1em;
  }
  body.ramadan-landing.bank-jago #section-insight .insight-info .card-insight .card-insight__body .information,
  body.ramadan-landing.dana #section-insight .insight-info .card-insight .card-insight__body .information,
  body.ramadan-landing.wardah #section-insight .insight-info .card-insight .card-insight__body .information {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  body.ramadan-landing.bank-jago #section-insight .container .ornament,
  body.ramadan-landing.dana #section-insight .container .ornament,
  body.ramadan-landing.wardah #section-insight .container .ornament {
    left: 10%;
  }
  body.ramadan-landing.bank-jago #section-insight .insight-info .row, body.ramadan-landing.bank-jago #section-insight .insight-info .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-landing.bank-jago #section-insight .insight-info .welcome-heading__location, body.ramadan-landing.bank-jago #section-insight .insight-info .about__wrp,
  body.ramadan-landing.dana #section-insight .insight-info .row,
  body.ramadan-landing.dana #section-insight .insight-info .welcome__wrp .welcome-heading__location,
  .welcome__wrp body.ramadan-landing.dana #section-insight .insight-info .welcome-heading__location,
  body.ramadan-landing.dana #section-insight .insight-info .about__wrp,
  body.ramadan-landing.wardah #section-insight .insight-info .row,
  body.ramadan-landing.wardah #section-insight .insight-info .welcome__wrp .welcome-heading__location,
  .welcome__wrp body.ramadan-landing.wardah #section-insight .insight-info .welcome-heading__location,
  body.ramadan-landing.wardah #section-insight .insight-info .about__wrp {
    gap: 1.5em;
  }
  body.ramadan-landing.bank-jago #section-insight .insight-info .card-insight .card-insight__body .title,
  body.ramadan-landing.dana #section-insight .insight-info .card-insight .card-insight__body .title,
  body.ramadan-landing.wardah #section-insight .insight-info .card-insight .card-insight__body .title {
    font-size: 80px;
  }
  body.ramadan-landing.bank-jago #section-insight .insight-info .card-insight .card-insight__body .title span,
  body.ramadan-landing.dana #section-insight .insight-info .card-insight .card-insight__body .title span,
  body.ramadan-landing.wardah #section-insight .insight-info .card-insight .card-insight__body .title span {
    font-size: 40px;
  }
  body.ramadan-landing.bank-jago #section-insight .insight-info .card-insight .card-insight__body .information,
  body.ramadan-landing.dana #section-insight .insight-info .card-insight .card-insight__body .information,
  body.ramadan-landing.wardah #section-insight .insight-info .card-insight .card-insight__body .information {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body.ramadan-landing.bank-jago #section-insight .container .ornament,
  body.ramadan-landing.dana #section-insight .container .ornament,
  body.ramadan-landing.wardah #section-insight .container .ornament {
    left: 10%;
  }
  body.ramadan-landing.bank-jago #section-insight .container .ornament img,
  body.ramadan-landing.dana #section-insight .container .ornament img,
  body.ramadan-landing.wardah #section-insight .container .ornament img {
    width: 64px;
  }
  body.ramadan-landing.bank-jago #section-insight .container .h3,
  body.ramadan-landing.dana #section-insight .container .h3,
  body.ramadan-landing.wardah #section-insight .container .h3 {
    font-size: 3rem;
  }
  body.ramadan-landing.bank-jago #section-insight .insight-info .row, body.ramadan-landing.bank-jago #section-insight .insight-info .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-landing.bank-jago #section-insight .insight-info .welcome-heading__location, body.ramadan-landing.bank-jago #section-insight .insight-info .about__wrp,
  body.ramadan-landing.dana #section-insight .insight-info .row,
  body.ramadan-landing.dana #section-insight .insight-info .welcome__wrp .welcome-heading__location,
  .welcome__wrp body.ramadan-landing.dana #section-insight .insight-info .welcome-heading__location,
  body.ramadan-landing.dana #section-insight .insight-info .about__wrp,
  body.ramadan-landing.wardah #section-insight .insight-info .row,
  body.ramadan-landing.wardah #section-insight .insight-info .welcome__wrp .welcome-heading__location,
  .welcome__wrp body.ramadan-landing.wardah #section-insight .insight-info .welcome-heading__location,
  body.ramadan-landing.wardah #section-insight .insight-info .about__wrp {
    gap: 2em;
  }
  body.ramadan-landing.bank-jago #section-insight .insight-info .card-insight .card-insight__body .title,
  body.ramadan-landing.dana #section-insight .insight-info .card-insight .card-insight__body .title,
  body.ramadan-landing.wardah #section-insight .insight-info .card-insight .card-insight__body .title {
    font-size: 100px;
  }
  body.ramadan-landing.bank-jago #section-insight .insight-info .card-insight .card-insight__body .title span,
  body.ramadan-landing.dana #section-insight .insight-info .card-insight .card-insight__body .title span,
  body.ramadan-landing.wardah #section-insight .insight-info .card-insight .card-insight__body .title span {
    font-size: 50px;
  }
  body.ramadan-landing.bank-jago #section-insight .insight-info .card-insight .card-insight__body .information,
  body.ramadan-landing.dana #section-insight .insight-info .card-insight .card-insight__body .information,
  body.ramadan-landing.wardah #section-insight .insight-info .card-insight .card-insight__body .information {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  body.ramadan-landing.bank-jago #section-insight .insight-info .row, body.ramadan-landing.bank-jago #section-insight .insight-info .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-landing.bank-jago #section-insight .insight-info .welcome-heading__location, body.ramadan-landing.bank-jago #section-insight .insight-info .about__wrp,
  body.ramadan-landing.dana #section-insight .insight-info .row,
  body.ramadan-landing.dana #section-insight .insight-info .welcome__wrp .welcome-heading__location,
  .welcome__wrp body.ramadan-landing.dana #section-insight .insight-info .welcome-heading__location,
  body.ramadan-landing.dana #section-insight .insight-info .about__wrp,
  body.ramadan-landing.wardah #section-insight .insight-info .row,
  body.ramadan-landing.wardah #section-insight .insight-info .welcome__wrp .welcome-heading__location,
  .welcome__wrp body.ramadan-landing.wardah #section-insight .insight-info .welcome-heading__location,
  body.ramadan-landing.wardah #section-insight .insight-info .about__wrp {
    gap: 3em;
  }
  body.ramadan-landing.bank-jago #section-insight .insight-info .card-insight .card-insight__body .title,
  body.ramadan-landing.dana #section-insight .insight-info .card-insight .card-insight__body .title,
  body.ramadan-landing.wardah #section-insight .insight-info .card-insight .card-insight__body .title {
    font-size: 120px;
  }
  body.ramadan-landing.bank-jago #section-insight .insight-info .card-insight .card-insight__body .title span,
  body.ramadan-landing.dana #section-insight .insight-info .card-insight .card-insight__body .title span,
  body.ramadan-landing.wardah #section-insight .insight-info .card-insight .card-insight__body .title span {
    font-size: 60px;
  }
  body.ramadan-landing.bank-jago #section-insight .insight-info .card-insight .card-insight__body .information,
  body.ramadan-landing.dana #section-insight .insight-info .card-insight .card-insight__body .information,
  body.ramadan-landing.wardah #section-insight .insight-info .card-insight .card-insight__body .information {
    font-size: 24px;
  }
}
body.ramadan-landing.bank-jago .landing-text,
body.ramadan-landing.dana .landing-text,
body.ramadan-landing.wardah .landing-text {
  padding-top: 60px;
  padding-bottom: 0;
}
body.ramadan-landing.bank-jago .landing-text .container,
body.ramadan-landing.dana .landing-text .container,
body.ramadan-landing.wardah .landing-text .container {
  position: relative;
}
body.ramadan-landing.bank-jago .landing-text .paragraph-red,
body.ramadan-landing.dana .landing-text .paragraph-red,
body.ramadan-landing.wardah .landing-text .paragraph-red {
  padding-top: 0;
}
body.ramadan-landing.bank-jago .landing-text .paragraph-red .paragraph-sm,
body.ramadan-landing.dana .landing-text .paragraph-red .paragraph-sm,
body.ramadan-landing.wardah .landing-text .paragraph-red .paragraph-sm {
  padding-left: 58px;
}
body.ramadan-landing.bank-jago .landing-text .paragraph-red .paragraph-sm:before,
body.ramadan-landing.dana .landing-text .paragraph-red .paragraph-sm:before,
body.ramadan-landing.wardah .landing-text .paragraph-red .paragraph-sm:before {
  left: 0;
  width: 100%;
}
body.ramadan-landing.bank-jago .landing-text .paragraph-red .paragraph-sm::after,
body.ramadan-landing.dana .landing-text .paragraph-red .paragraph-sm::after,
body.ramadan-landing.wardah .landing-text .paragraph-red .paragraph-sm::after {
  display: none;
}
body.ramadan-landing.bank-jago .landing-text .paragraph-red .ornament-love,
body.ramadan-landing.dana .landing-text .paragraph-red .ornament-love,
body.ramadan-landing.wardah .landing-text .paragraph-red .ornament-love {
  left: 16px;
  top: 32px;
}
body.ramadan-landing.bank-jago .landing-text .paragraph-red .ornament-love img,
body.ramadan-landing.dana .landing-text .paragraph-red .ornament-love img,
body.ramadan-landing.wardah .landing-text .paragraph-red .ornament-love img {
  width: 53px;
}
body.ramadan-landing.bank-jago .landing-text .ornament-ketupat,
body.ramadan-landing.dana .landing-text .ornament-ketupat,
body.ramadan-landing.wardah .landing-text .ornament-ketupat {
  top: -120px;
  right: 5%;
}
body.ramadan-landing.bank-jago .landing-text .ornament-ketupat img,
body.ramadan-landing.dana .landing-text .ornament-ketupat img,
body.ramadan-landing.wardah .landing-text .ornament-ketupat img {
  width: 120px;
}
body.ramadan-landing.bank-jago .landing-text .ornament-kacamata,
body.ramadan-landing.dana .landing-text .ornament-kacamata,
body.ramadan-landing.wardah .landing-text .ornament-kacamata {
  top: -50px;
  right: 5%;
}
body.ramadan-landing.bank-jago .landing-text .ornament-kacamata img,
body.ramadan-landing.dana .landing-text .ornament-kacamata img,
body.ramadan-landing.wardah .landing-text .ornament-kacamata img {
  width: 93px;
}
body.ramadan-landing.bank-jago .landing-text:first-of-type,
body.ramadan-landing.dana .landing-text:first-of-type,
body.ramadan-landing.wardah .landing-text:first-of-type {
  padding-top: 120px;
}
body.ramadan-landing.bank-jago .landing-text:last-of-type,
body.ramadan-landing.dana .landing-text:last-of-type,
body.ramadan-landing.wardah .landing-text:last-of-type {
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  body.ramadan-landing.bank-jago .landing-text .ornament-ketupat,
  body.ramadan-landing.dana .landing-text .ornament-ketupat,
  body.ramadan-landing.wardah .landing-text .ornament-ketupat {
    top: -180px;
  }
  body.ramadan-landing.bank-jago .landing-text .ornament-ketupat img,
  body.ramadan-landing.dana .landing-text .ornament-ketupat img,
  body.ramadan-landing.wardah .landing-text .ornament-ketupat img {
    width: 180px;
  }
  body.ramadan-landing.bank-jago .landing-text .ornament-kacamata,
  body.ramadan-landing.dana .landing-text .ornament-kacamata,
  body.ramadan-landing.wardah .landing-text .ornament-kacamata {
    top: -70px;
  }
  body.ramadan-landing.bank-jago .landing-text .ornament-kacamata img,
  body.ramadan-landing.dana .landing-text .ornament-kacamata img,
  body.ramadan-landing.wardah .landing-text .ornament-kacamata img {
    width: 110px;
  }
  body.ramadan-landing.bank-jago .landing-text:first-of-type,
  body.ramadan-landing.dana .landing-text:first-of-type,
  body.ramadan-landing.wardah .landing-text:first-of-type {
    padding-top: 180px;
  }
}
@media (min-width: 768px) {
  body.ramadan-landing.bank-jago .landing-text,
  body.ramadan-landing.dana .landing-text,
  body.ramadan-landing.wardah .landing-text {
    padding-top: 80x;
  }
  body.ramadan-landing.bank-jago .landing-text:first-of-type,
  body.ramadan-landing.dana .landing-text:first-of-type,
  body.ramadan-landing.wardah .landing-text:first-of-type {
    padding-top: 180px;
  }
}
@media (min-width: 992px) {
  body.ramadan-landing.bank-jago .landing-text,
  body.ramadan-landing.dana .landing-text,
  body.ramadan-landing.wardah .landing-text {
    padding-top: 100x;
  }
  body.ramadan-landing.bank-jago .landing-text h3,
  body.ramadan-landing.dana .landing-text h3,
  body.ramadan-landing.wardah .landing-text h3 {
    max-width: 80%;
  }
  body.ramadan-landing.bank-jago .landing-text h3 br,
  body.ramadan-landing.dana .landing-text h3 br,
  body.ramadan-landing.wardah .landing-text h3 br {
    display: none;
  }
  body.ramadan-landing.bank-jago .landing-text .paragraph-red .paragraph-sm,
  body.ramadan-landing.dana .landing-text .paragraph-red .paragraph-sm,
  body.ramadan-landing.wardah .landing-text .paragraph-red .paragraph-sm {
    padding-left: 100px;
  }
  body.ramadan-landing.bank-jago .landing-text .paragraph-red .paragraph-sm:before,
  body.ramadan-landing.dana .landing-text .paragraph-red .paragraph-sm:before,
  body.ramadan-landing.wardah .landing-text .paragraph-red .paragraph-sm:before {
    left: 100px;
    width: calc(100% - 100px);
  }
  body.ramadan-landing.bank-jago .landing-text .paragraph-red .ornament-love,
  body.ramadan-landing.dana .landing-text .paragraph-red .ornament-love,
  body.ramadan-landing.wardah .landing-text .paragraph-red .ornament-love {
    left: 16px;
    top: 0px;
  }
  body.ramadan-landing.bank-jago .landing-text .paragraph-red .ornament-love img,
  body.ramadan-landing.dana .landing-text .paragraph-red .ornament-love img,
  body.ramadan-landing.wardah .landing-text .paragraph-red .ornament-love img {
    width: 100px;
  }
  body.ramadan-landing.bank-jago .landing-text .ornament-ketupat,
  body.ramadan-landing.dana .landing-text .ornament-ketupat,
  body.ramadan-landing.wardah .landing-text .ornament-ketupat {
    top: -100px;
  }
  body.ramadan-landing.bank-jago .landing-text .ornament-ketupat img,
  body.ramadan-landing.dana .landing-text .ornament-ketupat img,
  body.ramadan-landing.wardah .landing-text .ornament-ketupat img {
    width: 200px;
  }
  body.ramadan-landing.bank-jago .landing-text .ornament-kacamata,
  body.ramadan-landing.dana .landing-text .ornament-kacamata,
  body.ramadan-landing.wardah .landing-text .ornament-kacamata {
    top: -32px;
  }
  body.ramadan-landing.bank-jago .landing-text .ornament-kacamata img,
  body.ramadan-landing.dana .landing-text .ornament-kacamata img,
  body.ramadan-landing.wardah .landing-text .ornament-kacamata img {
    width: 130px;
  }
  body.ramadan-landing.bank-jago .landing-text:first-of-type,
  body.ramadan-landing.dana .landing-text:first-of-type,
  body.ramadan-landing.wardah .landing-text:first-of-type {
    padding-top: 100px;
  }
}

@media (min-width: 576px) {
  body.ramadan-landing.bank-jago #section-insight .insight-info {
    max-width: 100%;
  }
  body.ramadan-landing.bank-jago #section-insight .insight-info .row, body.ramadan-landing.bank-jago #section-insight .insight-info .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-landing.bank-jago #section-insight .insight-info .welcome-heading__location, body.ramadan-landing.bank-jago #section-insight .insight-info .about__wrp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2em;
  }
}
@media (min-width: 768px) {
  body.ramadan-landing.bank-jago #section-insight .insight-info {
    max-width: 100%;
  }
  body.ramadan-landing.bank-jago #section-insight .insight-info .row, body.ramadan-landing.bank-jago #section-insight .insight-info .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-landing.bank-jago #section-insight .insight-info .welcome-heading__location, body.ramadan-landing.bank-jago #section-insight .insight-info .about__wrp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1em;
  }
}
@media (min-width: 992px) {
  body.ramadan-landing.bank-jago #section-insight .insight-info .row, body.ramadan-landing.bank-jago #section-insight .insight-info .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-landing.bank-jago #section-insight .insight-info .welcome-heading__location, body.ramadan-landing.bank-jago #section-insight .insight-info .about__wrp {
    gap: 1.5em;
  }
}
@media (min-width: 1200px) {
  body.ramadan-landing.bank-jago #section-insight .insight-info .row, body.ramadan-landing.bank-jago #section-insight .insight-info .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-landing.bank-jago #section-insight .insight-info .welcome-heading__location, body.ramadan-landing.bank-jago #section-insight .insight-info .about__wrp {
    gap: 2em;
  }
}
@media (min-width: 1400px) {
  body.ramadan-landing.bank-jago #section-insight .insight-info .row, body.ramadan-landing.bank-jago #section-insight .insight-info .welcome__wrp .welcome-heading__location, .welcome__wrp body.ramadan-landing.bank-jago #section-insight .insight-info .welcome-heading__location, body.ramadan-landing.bank-jago #section-insight .insight-info .about__wrp {
    gap: 3em;
  }
}

body.ramadan-landing.dana .about .about__content,
body.ramadan-landing.wardah .about .about__content {
  width: 100% !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  body.ramadan-landing.dana .about .container,
  body.ramadan-landing.wardah .about .container {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  body.ramadan-landing.dana .about .container,
  body.ramadan-landing.wardah .about .container {
    max-width: 80%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 90;
  z-index: 999;
  transition: all 0.5s;
}
.header .container {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  z-index: 2;
}
.header .brand {
  display: block;
  height: 19px;
  width: 180px;
}
.header .brand a {
  display: block;
  height: 100%;
  width: 100%;
  color: transparent;
  border-width: 0;
  outline-width: 0px;
  background: url("../img/logo/logo.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.header .nav-lang {
  position: relative;
  height: 48px;
  width: 48px;
}
.header .nav-lang .lang {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
}
.header .nav-lang .lang img {
  display: block;
  height: auto;
  width: 32px;
  margin-left: auto;
  margin-right: auto;
}
.header .nav-lang .lang:hover {
  cursor: pointer;
}
.header .nav-mobile {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s;
}
.header .nav-mobile .hamburger-mobile {
  position: relative;
  height: 48px;
  width: 48px;
  overflow: hidden;
}
.header .nav-mobile .hamburger-mobile .hamburger {
  z-index: 1;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 12px;
  transition: 0.2s ease;
}
.header .nav-mobile .hamburger-mobile .hamburger .hamburger-box {
  height: 24px;
  width: 24px;
}
.header .nav-mobile .hamburger-mobile .hamburger .hamburger-inner,
.header .nav-mobile .hamburger-mobile .hamburger .hamburger-inner:before,
.header .nav-mobile .hamburger-mobile .hamburger .hamburger-inner:after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  height: 3px;
  width: 24px;
  border-radius: 8px;
}
.header .nav-mobile .hamburger-mobile .hamburger-close {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 12px;
  transition: 0.2s ease;
}
.header .nav-mobile .hamburger-mobile .hamburger-close .icon:before {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 24px;
  line-height: 24px;
}
.header .nav-mobile .nav-lang {
  height: 48px;
  width: 48px;
}
.header .nav-mobile .nav-lang .lang {
  height: 40px;
  width: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
}
.header .nav-mobile .nav-lang .lang img {
  width: 32px;
}
.header .navbar {
  display: none;
  padding: 0;
}
.header .navbar .navbar-nav {
  flex-direction: row;
}
.header .navbar .navbar-nav .nav-item {
  margin-left: 1em;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  font-family: arial-bold, sans-serif;
  font-weight: 400;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition: all 0.3s;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(253 44 85 / var(--tw-text-opacity));
}
.header .navbar .navbar-nav .nav-item:first-of-type {
  margin-left: 0;
}
.header .navbar .nav-lang {
  margin-left: 1em;
}
.header .navbar .nav-lang .lang img {
  width: 40px;
}
.header #navlang {
  position: absolute;
  top: 100%;
  right: 1em;
  width: 48px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 50%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.header #navlang ul {
  display: block;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header #navlang ul li {
  display: block;
  width: 100%;
}
.header #navlang ul li a {
  display: block;
  width: 32px;
  text-decoration-line: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: transparent;
  border: 0;
}
.header #navlang ul li a img {
  display: block;
  height: auto;
  width: 100%;
}
.header #navlang ul li:last-of-type a {
  margin-top: 1em;
}
.header #navlang.collapse {
  visibility: inherit;
}

@media (min-width: 480px) {
  .header .brand {
    display: block;
    height: 23px;
    width: 220px;
  }
}
@media (min-width: 576px) {
  .header .brand {
    display: block;
    height: 27px;
    width: 256px;
  }
}
@media (min-width: 768px) {
  .header #navlang {
    right: 1.5em;
  }
}
@media (min-width: 992px) {
  .header .container {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .header .nav-mobile {
    display: none;
  }
  .header .navbar {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .header #navlang ul li a {
    width: 32px;
  }
}
@media (min-width: 1200px) {
  .header .navbar .navbar-nav .nav-item {
    margin-left: 1.5em;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
  .header #navlang {
    right: 2em;
  }
}
@media (min-width: 1400px) {
  .header .navbar .navbar-nav .nav-item {
    margin-left: 1.875em;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
}
.main-footer {
  padding-top: 2em;
  padding-bottom: 2em;
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 36 / var(--tw-bg-opacity));
}
.main-footer .container .row, .main-footer .container .welcome__wrp .welcome-heading__location, .welcome__wrp .main-footer .container .welcome-heading__location, .main-footer .container .about__wrp {
  margin-left: -1em;
  margin-right: -1em;
}
.main-footer .container .footer-wrp {
  width: 100%;
  margin-bottom: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
}
.main-footer .container .footer-wrp .brand {
  width: 184px;
  height: 26px;
  margin-left: auto;
  margin-right: auto;
}
.main-footer .container .footer-wrp .brand a {
  display: block;
  height: 100%;
  width: 100%;
  color: transparent;
  border-width: 0;
  outline-width: 0px;
  background: url("../img/logo/logo-tiktok-for-business.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.main-footer .container .footer-wrp .social-media {
  margin: 0;
  list-style-type: none;
  padding: 0;
  width: 100%;
  text-align: center;
}
.main-footer .container .footer-wrp .social-media .sm {
  display: block;
  height: 35px;
  width: 35px;
  border-width: 0;
  color: transparent;
  text-decoration-line: none;
  outline-width: 0;
  border-radius: 999px;
}
.main-footer .container .footer-wrp .social-media .sm--facebook {
  background: url("../img/icons/facebook.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.main-footer .container .footer-wrp .social-media .sm--tiktok {
  background: url("../img/icons/tiktok.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.main-footer .container .footer-wrp .social-media .sm--twitter {
  background: url("../img/icons/twitter-x.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.main-footer .container .footer-wrp .social-media .sm--instagram {
  background: url("../img/icons/instagram.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.main-footer .container .footer-wrp .social-media .sm--linked {
  background: url("../img/icons/linkedin.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.main-footer .container .footer-wrp .social-media .sm--youtube {
  background: url("../img/icons/youtube.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.main-footer .container .footer-wrp .social-media li {
  display: inline-block;
  margin-right: 0.5em;
}
.main-footer .container .footer-wrp .social-media li:last-of-type {
  margin-right: 0;
}
.main-footer .container .footer-wrp .link-text {
  margin: 0;
  list-style-type: none;
  padding: 0;
  width: 100%;
  text-align: center;
}
.main-footer .container .footer-wrp .link-text a {
  font-size: 12px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  outline-width: 0px;
}
.main-footer .container .footer-wrp .link-text li {
  display: inline-block;
  margin-right: 14px;
}
.main-footer .container .footer-wrp .link-text li:last-of-type {
  margin-right: 0;
}
.main-footer .container .footer-wrp:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .main-footer .container .row, .main-footer .container .welcome__wrp .welcome-heading__location, .welcome__wrp .main-footer .container .welcome-heading__location, .main-footer .container .about__wrp {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .main-footer .container .row .footer-wrp, .main-footer .container .welcome__wrp .welcome-heading__location .footer-wrp, .welcome__wrp .main-footer .container .welcome-heading__location .footer-wrp, .main-footer .container .about__wrp .footer-wrp {
    margin-bottom: 0;
    width: 33.33%;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .main-footer .container .row .footer-wrp .brand, .main-footer .container .welcome__wrp .welcome-heading__location .footer-wrp .brand, .welcome__wrp .main-footer .container .welcome-heading__location .footer-wrp .brand, .main-footer .container .about__wrp .footer-wrp .brand {
    margin-left: 0;
  }
  .main-footer .container .row .footer-wrp .social-media li, .main-footer .container .welcome__wrp .welcome-heading__location .footer-wrp .social-media li, .welcome__wrp .main-footer .container .welcome-heading__location .footer-wrp .social-media li, .main-footer .container .about__wrp .footer-wrp .social-media li {
    margin-right: 0.5em;
  }
  .main-footer .container .row .footer-wrp .link-text, .main-footer .container .welcome__wrp .welcome-heading__location .footer-wrp .link-text, .welcome__wrp .main-footer .container .welcome-heading__location .footer-wrp .link-text, .main-footer .container .about__wrp .footer-wrp .link-text {
    text-align: right;
  }
}

@media (min-width: 576px) {
  .sm\:mb-48 {
    margin-bottom: 3em;
  }
  .sm\:block {
    display: block;
  }
  .sm\:hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .md\:mb-24 {
    margin-bottom: 1.5em;
  }
  .md\:mb-32 {
    margin-bottom: 2em;
  }
  .md\:mb-56 {
    margin-bottom: 3.5em;
  }
  .md\:mb-60 {
    margin-bottom: 3.75em;
  }
  .md\:mt-48 {
    margin-top: 3em;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:pt-24 {
    padding-top: 1.5em;
  }
}

@media (min-width: 992px) {
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mb-48 {
    margin-bottom: 3em;
  }
  .lg\:mb-56 {
    margin-bottom: 3.5em;
  }
  .lg\:mb-64 {
    margin-bottom: 4em;
  }
  .lg\:mt-32 {
    margin-top: 2em;
  }
  .lg\:mt-56 {
    margin-top: 3.5em;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:rounded-\[20px\] {
    border-radius: 20px;
  }
  .lg\:pr-64 {
    padding-right: 4em;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-\[16px\] {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .xl\:text-\[18px\] {
    font-size: 18px;
  }
}