@charset "UTF-8";
:root {
  --max-width: 1280px;
  --DMSans: "DM Sans", sans-serif;
  --primary-900: #233876; /* Base color */
  --primary-800: #1E429F;
  --primary-700: #1A56DB;
  --primary-600: #1C64F2;
  --primary-500: #3F83F8;
  --primary-400: #76A9FA;
  --primary-300: #A4CAFE;
  --primary-200: #C3DDFD;
  --primary-100: #E1EFFE;
  --primary-050: #EBF5FF;
  --secondary-900: #771D1D; /* Base color */
  --secondary-800: #8A2C0D;
  --secondary-700: #B43403;
  --secondary-600: #f9c0ab;
  --secondary-500: #FF5A1F;
  --secondary-400: #FF8A4C;
  --secondary-300: #FDBA8C;
  --secondary-200: #FCD9BD;
  --secondary-100: #FEECDC;
  --secondary-050: #FFF8F1;
  --neutral-900: #111928; /* Base color */
  --neutral-800: #1F2A37;
  --neutral-700: #374151;
  --neutral-600: #4B5563;
  --neutral-500: #6B7280;
  --neutral-400: #9CA3AF;
  --neutral-300: #D1D5DB;
  --neutral-200: #E5E7EB;
  --neutral-100: #F3F4F6;
  --neutral-050: #F9FAFB;
  --Indigo-900: #362F78;
  --Indigo-800: #42389D;
  --Indigo-700: #5145CD;
  --Indigo-600: #5850EC;
  --Indigo-500: #6875F5;
  --Indigo-400: #8DA2FB;
  --Indigo-300: #B4C6FC;
  --Indigo-200: #CDDBFE;
  --Indigo-100: #E5EDFF;
  --Indigo-050: #F0F5FF;
  --purple-900: #4A1D96;
  --purple-800: #5521B5;
  --purple-700: #7E22CE;
  --purple-600: #7E3AF2;
  --purple-500: #9061F9;
  --purple-400: #AC94FA;
  --purple-300: #CABFFD;
  --purple-250: #DCD7FE;
  --purple-200: #E9D5FF;
  --purple-100: #F3E8FF;
  --purple-050: #F6F5FF;
  --teal-900: #014451;
  --teal-200: #AFECEF;
  --pink-900: #751A3D;
  --pink200: #FAD1E8;
  --black3838: #383838;
  --black4054: #344054;
  --gray8c8c: #8C8C8C;
  --grayD5DD: #D0D5DD;
  --gray7085: #667085;
  --gray7878: #787878;
  --gray5467: #475467;
  --indigoF5FF: #EBF5FF;
  --gray828: #101828;
  --black023: #1E2023;
  --black92B: #28292B;
  --black2327: #202327;
  --blackb2e: #292B2E;
  --lt-gray: #393B3C;
  --white: #ffffff;
  --yellow: #E3A914;
  --green: #47B17E;
  --success: #046C4E;
  --warning: #8E4B10;
  --orange7146: #E77146;
  --bg-blacklg: #393B3C;
  --pri-gradient: linear-gradient(180deg, rgba(225, 239, 254, 0) 0%, var(--primary-100) 100%);
  --sec-gradient: linear-gradient(180deg, rgba(255, 248, 241, 0) 0%, var(--secondary-050) 100%);
  --purple-sec-gradient: linear-gradient(180deg, #FAF5FF 0%, #FFFFFF 100%);
  --fnt-medium: 500 !important;
  --fnt-semi: 600 !important;
  --fnt-bold: 700 !important;
  --radius20: 20px;
  --radius16: 16px;
  --radius10: 10px;
  --radius12: 12px;
  --radius8: 8px;
  --label: #AAAAAA;
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 20);
  --duration: 35s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px !important;
    width: 100% !important;
  }
}

.mt-rightsticky {
  position: sticky;
  position: -webkit-sticky;
}

@media (max-width: 767px) {
  section {
    padding: 0 0.5rem;
  }
}

.mt-pado {
  padding: 0 !important;
}

body,
html {
  font-family: var(--DMSans) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  color: var(global);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: var(--DMSans) !important;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5, p {
  margin: 0 !important;
}

strong {
  font-weight: var(--fnt-semi) !important;
}

b {
  font-weight: var(--fnt-bold) !important;
}

li {
  list-style-type: none;
}

.ems-flexvr {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.ems-main-wrapper {
  padding-top: 0px;
}
@media (min-width: 768px) {
  .ems-main-wrapper {
    padding-top: 0px;
  }
}

.ems-subspace {
  padding-top: 0px;
}
@media (min-width: 768px) {
  .ems-subspace {
    padding-top: 0px;
  }
}

@media (max-width: 768px) {
  .ems-mob-extraspace {
    margin-top: 3.6rem;
  }
}

.ems-imgfit {
  width: 100%;
  max-width: 100%;
}

.ems-imgfluid {
  max-width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .ems-mob-w100 {
    width: 100%;
  }
}

.ems-padding100 {
  padding-block: 45px;
}
@media (min-width: 768px) {
  .ems-padding100 {
    padding-block: 90px;
  }
}

@media (min-width: 768px) {
  .emsp-row-gap100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}

.ems-flex-v-center {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .flex-mob-reverse {
    flex-direction: column-reverse;
  }
}

.ems-section-overflow {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .ems-section-mbX-overflow {
    overflow-x: hidden;
  }
}

/*!
 * # Semantic UI 2.5.0 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Dropdown
*******************************/
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: left;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*******************************
            Content
*******************************/
/*--------------
      Menu
---------------*/
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0em;
  padding: 0em 0em;
  background: #FFFFFF;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  transition: opacity 0.1s ease;
  z-index: 11;
  will-change: transform, opacity;
}

.ui.dropdown .menu > * {
  white-space: nowrap;
}

/*--------------
  Hidden Input
---------------*/
.ui.dropdown > input:not(.search):first-child,
.ui.dropdown > select {
  display: none !important;
}

/*--------------
 Dropdown Icon
---------------*/
.ui.dropdown > .dropdown.icon {
  position: relative;
  width: auto;
  font-size: 0.85714286em;
  margin: 0em 0em 0em 1em;
}

.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0em 0em 0em 1em;
}

.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em;
}

/*--------------
      Text
---------------*/
.ui.dropdown > .text {
  display: inline-block;
  transition: none;
}

/*--------------
    Menu Item
---------------*/
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571429rem 1.14285714rem !important;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  box-shadow: none;
  -webkit-touch-callout: none;
}

.ui.dropdown .menu > .item:first-child {
  border-top-width: 0px;
}

/*--------------
  Floated Content
---------------*/
.ui.dropdown > .text > [class*="right floated"],
.ui.dropdown .menu .item > [class*="right floated"] {
  float: right !important;
  margin-right: 0em !important;
  margin-left: 1em !important;
}

.ui.dropdown > .text > [class*="left floated"],
.ui.dropdown .menu .item > [class*="left floated"] {
  float: left !important;
  margin-left: 0em !important;
  margin-right: 1em !important;
}

.ui.dropdown .menu .item > .icon.floated,
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
  margin-top: 0em;
}

/*--------------
  Menu Divider
---------------*/
.ui.dropdown .menu > .header {
  margin: 1rem 0rem 0.75rem;
  padding: 0em 1.14285714rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.78571429em;
  font-weight: bold;
  text-transform: uppercase;
}

.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0em;
  margin: 0.5em 0em;
}

.ui.dropdown.dropdown .menu > .input {
  width: auto;
  display: flex;
  margin: 1.14285714rem 0.78571429rem;
  min-width: 10rem;
}

.ui.dropdown .menu > .header + .input {
  margin-top: 0em;
}

.ui.dropdown .menu > .input:not(.transparent) input {
  padding: 0.5em 1em;
}

.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) .icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/*-----------------
  Item Description
-------------------*/
.ui.dropdown > .text > .description,
.ui.dropdown .menu > .item > .description {
  float: right;
  margin: 0em 0em 0em 1em;
  color: rgba(0, 0, 0, 0.4);
}

/*-----------------
       Message
-------------------*/
.ui.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
  font-weight: normal;
}

.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

/*--------------
    Sub Menu
---------------*/
.ui.dropdown .menu .menu {
  top: 0% !important;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em -0.5em !important;
  border-radius: 0.28571429rem !important;
  z-index: 21 !important;
}

/* Hide Arrow */
.ui.dropdown .menu .menu:after {
  display: none;
}

/*--------------
   Sub Elements
---------------*/
/* Icons / Flags / Labels / Image */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image {
  margin-top: 0em;
}

.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-top: 0em;
}

.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-left: 0em;
  float: none;
  margin-right: 0.78571429rem;
}

/*--------------
     Image
---------------*/
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  max-height: 2em;
}

/*******************************
            Coupling
*******************************/
/*--------------
      Menu
---------------*/
/* Remove Menu Item Divider */
.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
  display: none;
}

/* Prevent Menu Item Border */
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none;
}

/* Automatically float dropdown menu right on last menu item */
.ui.menu .right.menu .dropdown:last-child > .menu,
.ui.menu .right.dropdown.item > .menu,
.ui.buttons > .ui.dropdown:last-child > .menu {
  left: auto;
  right: 0em;
}

/*--------------
      Label
---------------*/
/* Dropdown Menu */
.ui.label.dropdown .menu {
  min-width: 100%;
}

/*--------------
     Button
---------------*/
/* No Margin On Icon Button */
.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0em;
}

.ui.button.dropdown .menu {
  min-width: 100%;
}

/*******************************
              Types
*******************************/
/*--------------
    Selection
---------------*/
/* Displays like a select box */
.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  transform: rotateZ(0deg);
  min-width: 14em;
  min-height: 2.71428571em;
  background: #FFFFFF;
  display: inline-block;
  padding: 0.78571429em 2.1em 0.78571429em 1em;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  transition: box-shadow 0.1s ease, width 0.1s ease;
}

.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
  z-index: 10;
}

select.ui.dropdown {
  height: 38px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible;
}

.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.21428571em;
  top: 0.78571429em;
  right: 1em;
  z-index: 3;
  margin: -0.78571429em;
  padding: 0.91666667em;
  opacity: 0.8;
  transition: opacity 0.1s ease;
}

/* Compact */
.ui.compact.selection.dropdown {
  min-width: 0px;
}

/*  Selection Menu */
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0px !important;
  width: auto;
  outline: none;
  margin: 0px -1px;
  min-width: calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  transition: opacity 0.1s ease;
}

.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
  display: none;
}

/*--------------
    Message
---------------*/
.ui.selection.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
}

@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem;
  }
}
@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem;
  }
}
@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem;
  }
}
/* Menu Item */
.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #FAFAFA;
  padding: 0.78571429rem 1.14285714rem !important;
  white-space: normal;
  word-wrap: normal;
}

/* User Item */
.ui.selection.dropdown .menu > .hidden.addition.item {
  display: none;
}

/* Hover */
.ui.selection.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35);
  box-shadow: none;
}

/* Active */
.ui.selection.active.dropdown {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

.ui.selection.active.dropdown .menu {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Focus */
.ui.selection.dropdown:focus {
  border-color: #96C8DA;
  box-shadow: none;
}

.ui.selection.dropdown:focus .menu {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Visible */
.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
}

/* Visible Hover */
.ui.selection.active.dropdown:hover {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

.ui.selection.active.dropdown:hover .menu {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Dropdown Icon */
.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
  opacity: "";
  z-index: 3;
}

/* Connecting Border */
/* Empty Connecting Border */
.ui.active.empty.selection.dropdown {
  border-radius: 0.28571429rem !important;
  box-shadow: none !important;
}

.ui.active.empty.selection.dropdown .menu {
  border: none !important;
  box-shadow: none !important;
}

/*--------------
   Searchable
---------------*/
/* Search Selection */
.ui.search.dropdown {
  min-width: "";
}

/* Search Dropdown */
.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: text;
  top: 0em;
  left: 1px;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit;
  height: 40px;
}

/* Text Layering */
.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2;
}

.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  left: 1px;
  z-index: 3;
}

/* Search Selection */
.ui.search.selection.dropdown > input.search {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
}

/* Used to size multi select input to character width */
.ui.search.selection.dropdown > span.sizer {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
  display: none;
  white-space: pre;
}

/* Active/Visible Search */
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
  cursor: auto;
}

.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
  pointer-events: none;
}

/* Filtered Text */
.ui.active.search.dropdown input.search:focus + .text .icon,
.ui.active.search.dropdown input.search:focus + .text .flag {
  opacity: 0.45;
}

.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(115, 115, 115, 0.87) !important;
}

/* Search Menu */
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  .ui.search.dropdown .menu {
    max-height: 8.01428571rem;
  }
}
@media only screen and (min-width: 768px) {
  .ui.search.dropdown .menu {
    max-height: 10.68571429rem;
  }
}
@media only screen and (min-width: 992px) {
  .ui.search.dropdown .menu {
    max-height: 16.02857143rem;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.search.dropdown .menu {
    max-height: 21.37142857rem;
  }
}
/*--------------
    Multiple
---------------*/
/* Multiple Selection */
.ui.multiple.dropdown {
  padding: 0.22619048em 2.1em 0.22619048em 0.35714286em;
}

.ui.multiple.dropdown .menu {
  cursor: auto;
}

/* Multiple Search Selection */
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
  cursor: text;
}

/* Selection Label */
.ui.multiple.dropdown > .label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1em;
  padding: 0.35714286em 0.78571429em;
  margin: 0.14285714rem 0.28571429rem 0.14285714rem 0em;
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}

/* Dropdown Icon */
.ui.multiple.dropdown .dropdown.icon {
  margin: "";
  padding: "";
}

/* Text */
.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em;
}

.ui.multiple.dropdown > .label ~ input.search {
  margin-left: 0.14285714em !important;
}

.ui.multiple.dropdown > .label ~ .text {
  display: none;
}

/*-----------------
  Multiple Search
-----------------*/
/* Prompt Text */
.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em;
}

.ui.multiple.search.dropdown > .label ~ .text {
  display: none;
}

/* Search */
.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  width: 2.2em;
  line-height: 1.21428571em;
}

/*--------------
     Inline
---------------*/
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit;
}

.ui.inline.dropdown .dropdown.icon {
  margin: 0em 0.21428571em 0em 0.21428571em;
  vertical-align: baseline;
}

.ui.inline.dropdown > .text {
  font-weight: bold;
}

.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.21428571em;
  border-radius: 0.28571429rem;
}

/*******************************
            States
*******************************/
/*--------------------
        Active
----------------------*/
/* Menu Item Active */
.ui.dropdown .menu .active.item {
  background: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
  box-shadow: none;
  z-index: 12;
}

/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13;
}

/*--------------------
       Loading
---------------------*/
.ui.loading.dropdown > i.icon {
  height: 1em !important;
}

.ui.loading.selection.dropdown > i.icon {
  padding: 1.5em 1.28571429em !important;
}

.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  box-shadow: 0px 0px 0px 1px transparent;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  animation: dropdown-spin 0.6s linear;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
}

/* Coupling */
.ui.loading.dropdown.button > i.icon:before,
.ui.loading.dropdown.button > i.icon:after {
  display: none;
}
@keyframes dropdown-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*--------------------
     Default Text
----------------------*/
.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text {
  color: rgba(191, 191, 191, 0.87);
}

.ui.dropdown:not(.button) > input:focus ~ .default.text,
.ui.default.dropdown:not(.button) > input:focus ~ .text {
  color: rgba(115, 115, 115, 0.87);
}

/*--------------------
        Loading
----------------------*/
.ui.loading.dropdown > .text {
  transition: none;
}

/* Used To Check Position */
.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1;
}

.ui.dropdown > .loading.menu {
  left: 0px !important;
  right: auto !important;
}

.ui.dropdown > .menu .loading.menu {
  left: 100% !important;
  right: auto !important;
}

/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
.ui.dropdown > .filtered.text {
  visibility: hidden;
}

.ui.dropdown .filtered.item {
  display: none !important;
}

/*--------------------
        Error
----------------------*/
.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
  color: #9F3A38;
}

.ui.selection.dropdown.error {
  background: #FFF6F6;
  border-color: #E0B4B4;
}

.ui.selection.dropdown.error:hover {
  border-color: #E0B4B4;
}

.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
  border-color: #E0B4B4;
}

.ui.dropdown.error > .menu > .item {
  color: #9F3A38;
}

.ui.multiple.selection.error.dropdown > .label {
  border-color: #E0B4B4;
}

/* Item Hover */
.ui.dropdown.error > .menu > .item:hover {
  background-color: #FFF2F2;
}

/* Item Active */
.ui.dropdown.error > .menu .active.item {
  background-color: #FDCFCF;
}

/*--------------------
        Clear
----------------------*/
.ui.dropdown > .clear.dropdown.icon {
  opacity: 0.8;
  transition: opacity 0.1s ease;
}

.ui.dropdown > .clear.dropdown.icon:hover {
  opacity: 1;
}

/*--------------------
        Disabled
----------------------*/
/* Disabled */
.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}

/*******************************
           Variations
*******************************/
/*--------------
    Direction
---------------*/
/* Flyout Direction */
.ui.dropdown .menu {
  left: 0px;
}

/* Default Side (Right) */
.ui.dropdown .right.menu > .menu,
.ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571429rem !important;
}

/* Leftward Opening Menu */
.ui.dropdown > .left.menu {
  left: auto !important;
  right: 0px !important;
}

.ui.dropdown > .left.menu .menu,
.ui.dropdown .menu .left.menu {
  left: auto;
  right: 100%;
  margin: 0em -0.5em 0em 0em !important;
  border-radius: 0.28571429rem !important;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0em 0em 0em;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0em 0em 0em;
}

.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em;
  margin-right: 0em;
}

/*--------------
     Upward
---------------*/
/* Upward Main Menu */
.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Upward Sub Menu */
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important;
}

/* Active Upward */
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Selection */
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0px !important;
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

.ui.upward.selection.dropdown:hover {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

/* Active Upward */
.ui.active.upward.selection.dropdown {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

/* Visible Upward */
.ui.upward.selection.dropdown.visible {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

/* Visible Hover Upward */
.ui.upward.active.selection.dropdown:hover {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}

.ui.upward.active.selection.dropdown:hover .menu {
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

/*--------------
     Simple
---------------*/
/*  Selection Menu */
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
  overflow-x: hidden;
  overflow-y: auto;
}

.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important;
}

.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.scrolling.dropdown .menu .item.item.item,
.ui.dropdown .scrolling.menu > .item.item.item {
  border-top: none;
}

.ui.scrolling.dropdown .menu .item:first-child,
.ui.dropdown .scrolling.menu .item:first-child {
  border-top: none;
}

.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
  display: block;
}

/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    min-width: calc(100% - 17px);
  }
}
@media only screen and (max-width: 767px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 10.28571429rem;
  }
}
@media only screen and (min-width: 768px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 15.42857143rem;
  }
}
@media only screen and (min-width: 992px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem;
  }
}
/*--------------
     Simple
---------------*/
/* Displays without javascript */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
  display: none;
}

.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  transition: opacity 0.1s ease;
}

.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}

.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1;
}

.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0% !important;
  left: 100% !important;
  opacity: 1;
}

.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

/* Visible */
.ui.simple.visible.dropdown > .menu {
  display: block;
}

/*--------------
      Fluid
---------------*/
.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0em;
}

.ui.fluid.dropdown > .dropdown.icon {
  float: right;
}

/*--------------
    Floating
---------------*/
.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
  border-radius: 0.28571429rem !important;
}

.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important;
  border-radius: 0.28571429rem !important;
}

/*--------------
     Pointing
---------------*/
.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: 0.78571429rem;
  border-radius: 0.28571429rem;
}

.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  background: #FFFFFF;
  z-index: 2;
}

.ui.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 50%;
  margin: 0em 0em 0em -0.25em;
}

/* Top Left Pointing */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em;
}

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em;
}

.ui.top.left.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0em;
  transform: rotate(45deg);
}

/* Top Right Pointing */
.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0%;
  left: auto;
  margin: 1em 0em 0em;
}

.ui.top.pointing.dropdown > .left.menu:after,
.ui.top.right.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: auto !important;
  right: 1em !important;
  margin: 0em;
  transform: rotate(45deg);
}

/* Left Pointing */
.ui.left.pointing.dropdown > .menu {
  top: 0%;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em 1em;
}

.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0em 0em 0em 0em;
  transform: rotate(-45deg);
}

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
  left: auto !important;
  right: 100% !important;
  margin: 0em 1em 0em 0em;
}

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  transform: rotate(135deg);
}

/* Right Pointing */
.ui.right.pointing.dropdown > .menu {
  top: 0%;
  left: auto;
  right: 100%;
  margin: 0em 1em 0em 0em;
}

.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  transform: rotate(135deg);
}

/* Bottom Pointing */
.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0%;
  right: auto;
  margin: 0em 0em 1em;
}

.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0em;
  transform: rotate(-135deg);
}

/* Reverse Sub-Menu Direction */
.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0px !important;
}

/* Bottom Left */
.ui.bottom.left.pointing.dropdown > .menu {
  left: 0%;
  right: auto;
}

.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto;
}

/* Bottom Right */
.ui.bottom.right.pointing.dropdown > .menu {
  right: 0%;
  left: auto;
}

.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em;
}

/* Upward pointing */
.ui.pointing.upward.dropdown .menu,
.ui.top.pointing.upward.dropdown .menu {
  top: auto !important;
  bottom: 100% !important;
  margin: 0em 0em 0.78571429rem;
  border-radius: 0.28571429rem;
}

.ui.pointing.upward.dropdown .menu:after,
.ui.top.pointing.upward.dropdown .menu:after {
  top: 100% !important;
  bottom: auto !important;
  box-shadow: 1px 1px 0px 0px rgba(34, 36, 38, 0.15);
  margin: -0.25em 0em 0em;
}

/* Right Pointing Upward */
.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 1em 0em 0em;
}

.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 0em 1em 0em;
  box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
}

/* Left Pointing Upward */
.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 0em 0em 1em;
}

.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 0em 1em 0em;
  box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
}

/*******************************
         Theme Overrides
*******************************/
/* Dropdown Carets */
@font-face {
  font-family: "Dropdown";
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAVgAA8AAAAACFAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAchGgaq0dERUYAAAF0AAAAHAAAAB4AJwAPT1MvMgAAAZAAAABDAAAAVnW4TJdjbWFwAAAB1AAAAEsAAAFS8CcaqmN2dCAAAAIgAAAABAAAAAQAEQFEZ2FzcAAAAiQAAAAIAAAACP//AANnbHlmAAACLAAAAQoAAAGkrRHP9WhlYWQAAAM4AAAAMAAAADYPK8YyaGhlYQAAA2gAAAAdAAAAJANCAb1obXR4AAADiAAAACIAAAAiCBkAOGxvY2EAAAOsAAAAFAAAABQBnAIybWF4cAAAA8AAAAAfAAAAIAEVAF5uYW1lAAAD4AAAATAAAAKMFGlj5HBvc3QAAAUQAAAARgAAAHJoedjqd2ViZgAABVgAAAAGAAAABrO7W5UAAAABAAAAANXulPUAAAAA1r4hgAAAAADXu2Q1eNpjYGRgYOABYjEgZmJgBEIOIGYB8xgAA/YAN3jaY2BktGOcwMDKwMI4jTGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHFT/fLjFeOD/AQY9xjMMbkBhRpAcAN48DQYAeNpjYGBgZoBgGQZGBhDwAfIYwXwWBgMgzQGETAwMqn8+8H649f8/lHX9//9b7Pzf+fWgusCAkY0BzmUE6gHpQwGMDMMeAACbxg7SAAARAUQAAAAB//8AAnjadZBPSsNAGMXfS+yMqYgOhpSuSlKadmUhiVEhEMQzFF22m17BbbvzCh5BXCUn6EG8gjeQ4DepwYo4i+/ffL95j4EDA+CFC7jQuKyIeVHrI3wkleq9F7XrSInKteOeHdda8bOoaeepSc00NWPz/LRec9G8GabyGtEdF7h19z033GAMTK7zbM42xNEZpzYof0RtQ5CUHAQJ73OtVyutc+3b7Ou//b8XNlsPx3jgjUifABdhEohKJJL5iM5p39uqc7X1+sRQSqmGrUVhlsJ4lpmEUVwyT8SUYtg0P9DyNzPADDs+tjrGV6KRCRfsui3eHcL4/p8ZXvfMlcnEU+CLv7hDykOP+AKTPTxbAAB42mNgZGBgAGKuf5KP4vltvjLIMzGAwLV9ig0g+vruFFMQzdjACOJzMIClARh0CTJ42mNgZGBgPPD/AJD8wgAEjA0MjAyogAMAbOQEAQAAAAC7ABEAAAAAAKoAAAH0AAABgAAAAUAACAFAAAgAwAAXAAAAAAAAACoAKgAqADIAbACGAKAAugDSeNpjYGRgYOBkUGFgYgABEMkFhAwM/xn0QAIADdUBdAB42qWQvUoDQRSFv3GjaISUQaymSmGxJoGAsRC0iPYLsU50Y6IxrvlRtPCJJKUPIBb+PIHv4EN4djKuKAqCDHfmu+feOdwZoMCUAJNbAlYUMzaUlM14jjxbngOq7HnOia89z1Pk1vMCa9x7ztPkzfMyJbPj+ZGi6Xp+omxuPD+zaD7meaFg7mb8GrBqHmhwxoAxlm0uiRkpP9X5m26pKRoMxTGR1D49Dv/Yb/91o6l8qL6eu5n2hZQzn68utR9m3FU2cB4t9cdSLG2utI+44Eh/P9bqKO+oJ/WxmXssj77YkrjasZQD6SFddythk3Wtzrf+UF2p076Udla1VNzsERP3kkjVRKel7mp1udXYcHtZSlV7RfmJe1GiFWveluaeKD5/MuJcSk8Tpm/vvwPIbmJleNpjYGKAAFYG7ICTgYGRiZGZkYWRlZGNkZ2Rg5GTLT2nsiDDEEIZsZfmZRqZujmDaDcDAxcI7WIOpS2gtCWUdgQAZkcSmQAAAAFblbO6AAA=) format("woff");
  font-weight: normal;
  font-style: normal;
}
.ui.dropdown > .dropdown.icon {
  font-family: "Dropdown";
  line-height: 1;
  height: 1em;
  width: 1.23em;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.ui.dropdown > .dropdown.icon {
  width: auto;
}

.ui.dropdown > .dropdown.icon:before {
  content: "\f0d7";
}

/* Sub Menu */
.ui.dropdown .menu .item .dropdown.icon:before {
  content: "\f0da";
}

.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
  content: "\f0d9";
}

/* Vertical Menu Dropdown */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: "\f0da";
}

.ui.dropdown > .clear.icon:before {
  content: "\f00d";
}

/* Icons for Reference (Subsetted in 2.4.0)
  .dropdown.down:before { content: "\f0d7"; }
  .dropdown.up:before { content: "\f0d8"; }
  .dropdown.left:before { content: "\f0d9"; }
  .dropdown.right:before { content: "\f0da"; }
  .dropdown.close:before { content: "\f00d"; }
*/
/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.5.0 - Form
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Elements
*******************************/
/*--------------------
        Form
---------------------*/
.ui.form {
  position: relative;
  max-width: 100%;
}

/*--------------------
        Content
---------------------*/
.ui.form > p {
  margin: 1em 0em;
}

/*--------------------
        Field
---------------------*/
.ui.form .field {
  clear: both;
  margin: 0em 0em 1em;
}

.ui.form .field:last-child,
.ui.form .fields:last-child .field {
  margin-bottom: 0em;
}

.ui.form .fields .field {
  clear: both;
  margin: 0em;
}

/*--------------------
        Labels
---------------------*/
.ui.form .field > label {
  display: block;
  margin: 0em 0em 0.28571429rem 0em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}

/*--------------------
    Standard Inputs
---------------------*/
.ui.form textarea,
.ui.form input:not([type]),
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=email],
.ui.form input[type=number],
.ui.form input[type=password],
.ui.form input[type=search],
.ui.form input[type=tel],
.ui.form input[type=time],
.ui.form input[type=text],
.ui.form input[type=file],
.ui.form input[type=url] {
  width: 100%;
  vertical-align: top;
}

/* Set max height on unusual input */
.ui.form ::-webkit-datetime-edit,
.ui.form ::-webkit-inner-spin-button {
  height: 1.21428571em;
}

.ui.form input:not([type]),
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=email],
.ui.form input[type=number],
.ui.form input[type=password],
.ui.form input[type=search],
.ui.form input[type=tel],
.ui.form input[type=time],
.ui.form input[type=text],
.ui.form input[type=file],
.ui.form input[type=url] {
  font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0em;
  outline: none;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  line-height: 1.21428571em;
  padding: 0.67857143em 1em;
  font-size: 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  box-shadow: 0em 0em 0em 0em transparent inset;
  transition: color 0.1s ease, border-color 0.1s ease;
}

/* Text Area */
.ui.form textarea {
  margin: 0em;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  padding: 0.78571429em 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  outline: none;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  box-shadow: 0em 0em 0em 0em transparent inset;
  transition: color 0.1s ease, border-color 0.1s ease;
  font-size: 1em;
  line-height: 1.2857;
  resize: vertical;
}

.ui.form textarea:not([rows]) {
  height: 12em;
  min-height: 8em;
  max-height: 24em;
}

.ui.form textarea,
.ui.form input[type=checkbox] {
  vertical-align: top;
}

/*--------------------------
  Input w/ attached Button
---------------------------*/
.ui.form input.attached {
  width: auto;
}

/*--------------------
     Basic Select
---------------------*/
.ui.form select {
  display: block;
  height: auto;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  box-shadow: 0em 0em 0em 0em transparent inset;
  padding: 0.62em 1em;
  color: rgba(0, 0, 0, 0.87);
  transition: color 0.1s ease, border-color 0.1s ease;
}

/*--------------------
       Dropdown
---------------------*/
/* Block */
.ui.form .field > .selection.dropdown {
  width: 100%;
}

.ui.form .field > .selection.dropdown > .dropdown.icon {
  float: right;
}

/* Inline */
.ui.form .inline.fields .field > .selection.dropdown,
.ui.form .inline.field > .selection.dropdown {
  width: auto;
}

.ui.form .inline.fields .field > .selection.dropdown > .dropdown.icon,
.ui.form .inline.field > .selection.dropdown > .dropdown.icon {
  float: none;
}

/*--------------------
       UI Input
---------------------*/
/* Block */
.ui.form .field .ui.input,
.ui.form .fields .field .ui.input,
.ui.form .wide.field .ui.input {
  width: 100%;
}

/* Inline  */
.ui.form .inline.fields .field:not(.wide) .ui.input,
.ui.form .inline.field:not(.wide) .ui.input {
  width: auto;
  vertical-align: middle;
}

/* Auto Input */
.ui.form .fields .field .ui.input input,
.ui.form .field .ui.input input {
  width: auto;
}

/* Full Width Input */
.ui.form .ten.fields .ui.input input,
.ui.form .nine.fields .ui.input input,
.ui.form .eight.fields .ui.input input,
.ui.form .seven.fields .ui.input input,
.ui.form .six.fields .ui.input input,
.ui.form .five.fields .ui.input input,
.ui.form .four.fields .ui.input input,
.ui.form .three.fields .ui.input input,
.ui.form .two.fields .ui.input input,
.ui.form .wide.field .ui.input input {
  flex: 1 0 auto;
  width: 0px;
}

/*--------------------
   Types of Messages
---------------------*/
.ui.form .success.message,
.ui.form .warning.message,
.ui.form .error.message {
  display: none;
}

/* Assumptions */
.ui.form .message:first-child {
  margin-top: 0px;
}

/*--------------------
   Validation Prompt
---------------------*/
.ui.form .field .prompt.label {
  white-space: normal;
  background: #FFFFFF !important;
  border: 1px solid #E0B4B4 !important;
  color: #9F3A38 !important;
}

.ui.form .inline.fields .field .prompt,
.ui.form .inline.field .prompt {
  vertical-align: top;
  margin: -0.25em 0em -0.5em 0.5em;
}

.ui.form .inline.fields .field .prompt:before,
.ui.form .inline.field .prompt:before {
  border-width: 0px 0px 1px 1px;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 0em;
}

/*******************************
            States
*******************************/
/*--------------------
      Autofilled
---------------------*/
.ui.form .field.field input:-webkit-autofill {
  box-shadow: 0px 0px 0px 100px #FFFFF0 inset !important;
  border-color: #E5DFA1 !important;
}

/* Focus */
.ui.form .field.field input:-webkit-autofill:focus {
  box-shadow: 0px 0px 0px 100px #FFFFF0 inset !important;
  border-color: #D5C315 !important;
}

/* Error */
.ui.form .error.error input:-webkit-autofill {
  box-shadow: 0px 0px 0px 100px #FFFAF0 inset !important;
  border-color: #E0B4B4 !important;
}

/*--------------------
      Placeholder
---------------------*/
/* browsers require these rules separate */
.ui.form ::-webkit-input-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

.ui.form :-ms-input-placeholder {
  color: rgba(191, 191, 191, 0.87) !important;
}

.ui.form ::-moz-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

.ui.form :focus::-webkit-input-placeholder {
  color: rgba(115, 115, 115, 0.87);
}

.ui.form :focus:-ms-input-placeholder {
  color: rgba(115, 115, 115, 0.87) !important;
}

.ui.form :focus::-moz-placeholder {
  color: rgba(115, 115, 115, 0.87);
}

/* Error Placeholder */
.ui.form .error ::-webkit-input-placeholder {
  color: #e7bdbc;
}

.ui.form .error :-ms-input-placeholder {
  color: #e7bdbc !important;
}

.ui.form .error ::-moz-placeholder {
  color: #e7bdbc;
}

.ui.form .error :focus::-webkit-input-placeholder {
  color: #da9796;
}

.ui.form .error :focus:-ms-input-placeholder {
  color: #da9796 !important;
}

.ui.form .error :focus::-moz-placeholder {
  color: #da9796;
}

/*--------------------
        Focus
---------------------*/
.ui.form input:not([type]):focus,
.ui.form input[type=date]:focus,
.ui.form input[type=datetime-local]:focus,
.ui.form input[type=email]:focus,
.ui.form input[type=number]:focus,
.ui.form input[type=password]:focus,
.ui.form input[type=search]:focus,
.ui.form input[type=tel]:focus,
.ui.form input[type=time]:focus,
.ui.form input[type=text]:focus,
.ui.form input[type=file]:focus,
.ui.form input[type=url]:focus {
  color: rgba(0, 0, 0, 0.95);
  border-color: #85B7D9;
  border-radius: 0.28571429rem;
  background: #FFFFFF;
  box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
}

.ui.form textarea:focus {
  color: rgba(0, 0, 0, 0.95);
  border-color: #85B7D9;
  border-radius: 0.28571429rem;
  background: #FFFFFF;
  box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
  -webkit-appearance: none;
}

/*--------------------
        Success
---------------------*/
/* On Form */
.ui.form.success .success.message:not(:empty) {
  display: block;
}

.ui.form.success .compact.success.message:not(:empty) {
  display: inline-block;
}

.ui.form.success .icon.success.message:not(:empty) {
  display: flex;
}

/*--------------------
        Warning
---------------------*/
/* On Form */
.ui.form.warning .warning.message:not(:empty) {
  display: block;
}

.ui.form.warning .compact.warning.message:not(:empty) {
  display: inline-block;
}

.ui.form.warning .icon.warning.message:not(:empty) {
  display: flex;
}

/*--------------------
        Error
---------------------*/
/* On Form */
.ui.form.error .error.message:not(:empty) {
  display: block;
}

.ui.form.error .compact.error.message:not(:empty) {
  display: inline-block;
}

.ui.form.error .icon.error.message:not(:empty) {
  display: flex;
}

/* On Field(s) */
.ui.form .fields.error .field label,
.ui.form .field.error label,
.ui.form .fields.error .field .input,
.ui.form .field.error .input {
  color: #9F3A38;
}

.ui.form .fields.error .field .corner.label,
.ui.form .field.error .corner.label {
  border-color: #9F3A38;
  color: #FFFFFF;
}

.ui.form .fields.error .field textarea,
.ui.form .fields.error .field select,
.ui.form .fields.error .field input:not([type]),
.ui.form .fields.error .field input[type=date],
.ui.form .fields.error .field input[type=datetime-local],
.ui.form .fields.error .field input[type=email],
.ui.form .fields.error .field input[type=number],
.ui.form .fields.error .field input[type=password],
.ui.form .fields.error .field input[type=search],
.ui.form .fields.error .field input[type=tel],
.ui.form .fields.error .field input[type=time],
.ui.form .fields.error .field input[type=text],
.ui.form .fields.error .field input[type=file],
.ui.form .fields.error .field input[type=url],
.ui.form .field.error textarea,
.ui.form .field.error select,
.ui.form .field.error input:not([type]),
.ui.form .field.error input[type=date],
.ui.form .field.error input[type=datetime-local],
.ui.form .field.error input[type=email],
.ui.form .field.error input[type=number],
.ui.form .field.error input[type=password],
.ui.form .field.error input[type=search],
.ui.form .field.error input[type=tel],
.ui.form .field.error input[type=time],
.ui.form .field.error input[type=text],
.ui.form .field.error input[type=file],
.ui.form .field.error input[type=url] {
  background: #FFF6F6;
  border-color: #E0B4B4;
  color: #9F3A38;
  border-radius: "";
  box-shadow: none;
}

.ui.form .field.error textarea:focus,
.ui.form .field.error select:focus,
.ui.form .field.error input:not([type]):focus,
.ui.form .field.error input[type=date]:focus,
.ui.form .field.error input[type=datetime-local]:focus,
.ui.form .field.error input[type=email]:focus,
.ui.form .field.error input[type=number]:focus,
.ui.form .field.error input[type=password]:focus,
.ui.form .field.error input[type=search]:focus,
.ui.form .field.error input[type=tel]:focus,
.ui.form .field.error input[type=time]:focus,
.ui.form .field.error input[type=text]:focus,
.ui.form .field.error input[type=file]:focus,
.ui.form .field.error input[type=url]:focus {
  background: #FFF6F6;
  border-color: #E0B4B4;
  color: #9F3A38;
  -webkit-appearance: none;
  box-shadow: none;
}

/* Preserve Native Select Stylings */
.ui.form .field.error select {
  -webkit-appearance: menulist-button;
}

/*------------------
    Dropdown Error
--------------------*/
.ui.form .fields.error .field .ui.dropdown,
.ui.form .fields.error .field .ui.dropdown .item,
.ui.form .field.error .ui.dropdown,
.ui.form .field.error .ui.dropdown .text,
.ui.form .field.error .ui.dropdown .item {
  background: #FFF6F6;
  color: #9F3A38;
}

.ui.form .fields.error .field .ui.dropdown,
.ui.form .field.error .ui.dropdown {
  border-color: #E0B4B4 !important;
}

.ui.form .fields.error .field .ui.dropdown:hover,
.ui.form .field.error .ui.dropdown:hover {
  border-color: #E0B4B4 !important;
}

.ui.form .fields.error .field .ui.dropdown:hover .menu,
.ui.form .field.error .ui.dropdown:hover .menu {
  border-color: #E0B4B4;
}

.ui.form .fields.error .field .ui.multiple.selection.dropdown > .label,
.ui.form .field.error .ui.multiple.selection.dropdown > .label {
  background-color: #EACBCB;
  color: #9F3A38;
}

/* Hover */
.ui.form .fields.error .field .ui.dropdown .menu .item:hover,
.ui.form .field.error .ui.dropdown .menu .item:hover {
  background-color: #FBE7E7;
}

/* Selected */
.ui.form .fields.error .field .ui.dropdown .menu .selected.item,
.ui.form .field.error .ui.dropdown .menu .selected.item {
  background-color: #FBE7E7;
}

/* Active */
.ui.form .fields.error .field .ui.dropdown .menu .active.item,
.ui.form .field.error .ui.dropdown .menu .active.item {
  background-color: #FDCFCF !important;
}

/*--------------------
    Checkbox Error
---------------------*/
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box {
  color: #9F3A38;
}

.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before {
  background: #FFF6F6;
  border-color: #E0B4B4;
}

.ui.form .fields.error .field .checkbox label:after,
.ui.form .field.error .checkbox label:after,
.ui.form .fields.error .field .checkbox .box:after,
.ui.form .field.error .checkbox .box:after {
  color: #9F3A38;
}

/*--------------------
       Disabled
---------------------*/
.ui.form .disabled.fields .field,
.ui.form .disabled.field,
.ui.form .field :disabled {
  pointer-events: none;
  opacity: 0.45;
}

.ui.form .field.disabled > label,
.ui.form .fields.disabled > label {
  opacity: 0.45;
}

.ui.form .field.disabled :disabled {
  opacity: 1;
}

/*--------------
    Loading
---------------*/
.ui.loading.form {
  position: relative;
  cursor: default;
  pointer-events: none;
}

.ui.loading.form:before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.ui.loading.form:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -1.5em 0em 0em -1.5em;
  width: 3em;
  height: 3em;
  animation: form-spin 0.6s linear;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
  visibility: visible;
  z-index: 101;
}
@keyframes form-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*******************************
         Element Types
*******************************/
/*--------------------
     Required Field
---------------------*/
.ui.form .required.fields:not(.grouped) > .field > label:after,
.ui.form .required.fields.grouped > label:after,
.ui.form .required.field > label:after,
.ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
.ui.form .required.field > .checkbox:after {
  margin: -0.2em 0em 0em 0.2em;
  content: "*";
  color: #DB2828;
}

.ui.form .required.fields:not(.grouped) > .field > label:after,
.ui.form .required.fields.grouped > label:after,
.ui.form .required.field > label:after {
  display: inline-block;
  vertical-align: top;
}

.ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
.ui.form .required.field > .checkbox:after {
  position: absolute;
  top: 0%;
  left: 100%;
}

/*******************************
           Variations
*******************************/
/*--------------------
    Inverted Colors
---------------------*/
.ui.inverted.form label,
.ui.form .inverted.segment label,
.ui.form .inverted.segment .ui.checkbox label,
.ui.form .inverted.segment .ui.checkbox .box,
.ui.inverted.form .ui.checkbox label,
.ui.inverted.form .ui.checkbox .box,
.ui.inverted.form .inline.fields > label,
.ui.inverted.form .inline.fields .field > label,
.ui.inverted.form .inline.fields .field > p,
.ui.inverted.form .inline.field > label,
.ui.inverted.form .inline.field > p {
  color: rgba(255, 255, 255, 0.9);
}

/* Inverted Field */
.ui.inverted.form input:not([type]),
.ui.inverted.form input[type=date],
.ui.inverted.form input[type=datetime-local],
.ui.inverted.form input[type=email],
.ui.inverted.form input[type=number],
.ui.inverted.form input[type=password],
.ui.inverted.form input[type=search],
.ui.inverted.form input[type=tel],
.ui.inverted.form input[type=time],
.ui.inverted.form input[type=text],
.ui.inverted.form input[type=file],
.ui.inverted.form input[type=url] {
  background: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
}

/*--------------------
     Field Groups
---------------------*/
/* Grouped Vertically */
.ui.form .grouped.fields {
  display: block;
  margin: 0em 0em 1em;
}

.ui.form .grouped.fields:last-child {
  margin-bottom: 0em;
}

.ui.form .grouped.fields > label {
  margin: 0em 0em 0.28571429rem 0em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}

.ui.form .grouped.fields .field,
.ui.form .grouped.inline.fields .field {
  display: block;
  margin: 0.5em 0em;
  padding: 0em;
}

/*--------------------
        Fields
---------------------*/
/* Split fields */
.ui.form .fields {
  display: flex;
  flex-direction: row;
  margin: 0em -0.5em 1em;
}

.ui.form .fields > .field {
  flex: 0 1 auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.ui.form .fields > .field:first-child {
  border-left: none;
  box-shadow: none;
}

/* Other Combinations */
.ui.form .two.fields > .fields,
.ui.form .two.fields > .field {
  width: 50%;
}

.ui.form .three.fields > .fields,
.ui.form .three.fields > .field {
  width: 33.33333333%;
}

.ui.form .four.fields > .fields,
.ui.form .four.fields > .field {
  width: 25%;
}

.ui.form .five.fields > .fields,
.ui.form .five.fields > .field {
  width: 20%;
}

.ui.form .six.fields > .fields,
.ui.form .six.fields > .field {
  width: 16.66666667%;
}

.ui.form .seven.fields > .fields,
.ui.form .seven.fields > .field {
  width: 14.28571429%;
}

.ui.form .eight.fields > .fields,
.ui.form .eight.fields > .field {
  width: 12.5%;
}

.ui.form .nine.fields > .fields,
.ui.form .nine.fields > .field {
  width: 11.11111111%;
}

.ui.form .ten.fields > .fields,
.ui.form .ten.fields > .field {
  width: 10%;
}

/* Swap to full width on mobile */
@media only screen and (max-width: 767px) {
  .ui.form .fields {
    flex-wrap: wrap;
  }
  .ui[class*="equal width"].form:not(.unstackable) .fields > .field,
  .ui.form:not(.unstackable) [class*="equal width"].fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .six.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .six.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .seven.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .seven.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .eight.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .eight.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .nine.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .nine.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .ten.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .ten.fields:not(.unstackable) > .field {
    width: 100% !important;
    margin: 0em 0em 1em;
  }
}
/* Sizing Combinations */
.ui.form .fields .wide.field {
  width: 6.25%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.ui.form .one.wide.field {
  width: 6.25% !important;
}

.ui.form .two.wide.field {
  width: 12.5% !important;
}

.ui.form .three.wide.field {
  width: 18.75% !important;
}

.ui.form .four.wide.field {
  width: 25% !important;
}

.ui.form .five.wide.field {
  width: 31.25% !important;
}

.ui.form .six.wide.field {
  width: 37.5% !important;
}

.ui.form .seven.wide.field {
  width: 43.75% !important;
}

.ui.form .eight.wide.field {
  width: 50% !important;
}

.ui.form .nine.wide.field {
  width: 56.25% !important;
}

.ui.form .ten.wide.field {
  width: 62.5% !important;
}

.ui.form .eleven.wide.field {
  width: 68.75% !important;
}

.ui.form .twelve.wide.field {
  width: 75% !important;
}

.ui.form .thirteen.wide.field {
  width: 81.25% !important;
}

.ui.form .fourteen.wide.field {
  width: 87.5% !important;
}

.ui.form .fifteen.wide.field {
  width: 93.75% !important;
}

.ui.form .sixteen.wide.field {
  width: 100% !important;
}

/* Swap to full width on mobile */
@media only screen and (max-width: 767px) {
  .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .two.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .three.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .four.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .five.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .six.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .seven.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .eight.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .nine.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .ten.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .eleven.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .twelve.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .thirteen.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .fourteen.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .fifteen.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .sixteen.wide.field {
    width: 100% !important;
  }
  .ui.form .fields {
    margin-bottom: 0em;
  }
}
/*--------------------
     Equal Width
---------------------*/
.ui[class*="equal width"].form .fields > .field,
.ui.form [class*="equal width"].fields > .field {
  width: 100%;
  flex: 1 1 auto;
}

/*--------------------
    Inline Fields
---------------------*/
.ui.form .inline.fields {
  margin: 0em 0em 1em;
  align-items: center;
}

.ui.form .inline.fields .field {
  margin: 0em;
  padding: 0em 1em 0em 0em;
}

/* Inline Label */
.ui.form .inline.fields > label,
.ui.form .inline.fields .field > label,
.ui.form .inline.fields .field > p,
.ui.form .inline.field > label,
.ui.form .inline.field > p {
  display: inline-block;
  width: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  vertical-align: baseline;
  font-size: 0.92857143em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  text-transform: none;
}

/* Grouped Inline Label */
.ui.form .inline.fields > label {
  margin: 0.035714em 1em 0em 0em;
}

/* Inline Input */
.ui.form .inline.fields .field > input,
.ui.form .inline.fields .field > select,
.ui.form .inline.field > input,
.ui.form .inline.field > select {
  display: inline-block;
  width: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  vertical-align: middle;
  font-size: 1em;
}

/* Label */
.ui.form .inline.fields .field > :first-child,
.ui.form .inline.field > :first-child {
  margin: 0em 0.85714286em 0em 0em;
}

.ui.form .inline.fields .field > :only-child,
.ui.form .inline.field > :only-child {
  margin: 0em;
}

/* Wide */
.ui.form .inline.fields .wide.field {
  display: flex;
  align-items: center;
}

.ui.form .inline.fields .wide.field > input,
.ui.form .inline.fields .wide.field > select {
  width: 100%;
}

/*--------------------
        Sizes
---------------------*/
.ui.mini.form {
  font-size: 0.78571429rem;
}

.ui.tiny.form {
  font-size: 0.85714286rem;
}

.ui.small.form {
  font-size: 0.92857143rem;
}

.ui.form {
  font-size: 1rem;
}

.ui.large.form {
  font-size: 1.14285714rem;
}

.ui.big.form {
  font-size: 1.28571429rem;
}

.ui.huge.form {
  font-size: 1.42857143rem;
}

.ui.massive.form {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.5.0 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
          Transitions
*******************************/
.transition {
  animation-iteration-count: 1;
  animation-duration: 300ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

/*******************************
            States
*******************************/
/* Animating */
.animating.transition {
  backface-visibility: hidden;
  visibility: visible !important;
}

/* Loading */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

/* Hidden */
.hidden.transition {
  display: none;
  visibility: hidden;
}

/* Visible */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  /*  backface-visibility: @backfaceVisibility;
    transform: @use3DAcceleration;*/
}

/* Disabled */
.disabled.transition {
  animation-play-state: paused;
}

/*******************************
          Variations
*******************************/
.looping.transition {
  animation-iteration-count: infinite;
}

/*******************************
          Transitions
*******************************/
/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/
/*--------------
     Browse
---------------*/
.transition.browse {
  animation-duration: 500ms;
}

.transition.browse.in {
  animation-name: browseIn;
}

.transition.browse.out,
.transition.browse.left.out {
  animation-name: browseOutLeft;
}

.transition.browse.right.out {
  animation-name: browseOutRight;
}

/* In */
@keyframes browseIn {
  0% {
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }
  10% {
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }
  100% {
    transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}
/* Out */
@keyframes browseOutLeft {
  0% {
    z-index: 999;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: -1;
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutRight {
  0% {
    z-index: 999;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: 1;
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
/*--------------
     Drop
---------------*/
.drop.transition {
  transform-origin: top center;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}

.drop.transition.in {
  animation-name: dropIn;
}

.drop.transition.out {
  animation-name: dropOut;
}

/* Drop */
@keyframes dropIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dropOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
/*--------------
      Fade
---------------*/
.transition.fade.in {
  animation-name: fadeIn;
}

.transition[class*="fade up"].in {
  animation-name: fadeInUp;
}

.transition[class*="fade down"].in {
  animation-name: fadeInDown;
}

.transition[class*="fade left"].in {
  animation-name: fadeInLeft;
}

.transition[class*="fade right"].in {
  animation-name: fadeInRight;
}

.transition.fade.out {
  animation-name: fadeOut;
}

.transition[class*="fade up"].out {
  animation-name: fadeOutUp;
}

.transition[class*="fade down"].out {
  animation-name: fadeOutDown;
}

.transition[class*="fade left"].out {
  animation-name: fadeOutLeft;
}

.transition[class*="fade right"].out {
  animation-name: fadeOutRight;
}

/* In */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
/* Out */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(5%);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(-5%);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(5%);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(-5%);
  }
}
/*--------------
     Flips
---------------*/
.flip.transition.in,
.flip.transition.out {
  animation-duration: 600ms;
}

.horizontal.flip.transition.in {
  animation-name: horizontalFlipIn;
}

.horizontal.flip.transition.out {
  animation-name: horizontalFlipOut;
}

.vertical.flip.transition.in {
  animation-name: verticalFlipIn;
}

.vertical.flip.transition.out {
  animation-name: verticalFlipOut;
}

/* In */
@keyframes horizontalFlipIn {
  0% {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes verticalFlipIn {
  0% {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
}
/* Out */
@keyframes horizontalFlipOut {
  0% {
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes verticalFlipOut {
  0% {
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
/*--------------
      Scale
---------------*/
.scale.transition.in {
  animation-name: scaleIn;
}

.scale.transition.out {
  animation-name: scaleOut;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Out */
@keyframes scaleOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
/*--------------
      Fly
---------------*/
/* Inward */
.transition.fly {
  animation-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.transition.fly.in {
  animation-name: flyIn;
}

.transition[class*="fly up"].in {
  animation-name: flyInUp;
}

.transition[class*="fly down"].in {
  animation-name: flyInDown;
}

.transition[class*="fly left"].in {
  animation-name: flyInLeft;
}

.transition[class*="fly right"].in {
  animation-name: flyInRight;
}

/* Outward */
.transition.fly.out {
  animation-name: flyOut;
}

.transition[class*="fly up"].out {
  animation-name: flyOutUp;
}

.transition[class*="fly down"].out {
  animation-name: flyOutDown;
}

.transition[class*="fly left"].out {
  animation-name: flyOutLeft;
}

.transition[class*="fly right"].out {
  animation-name: flyOutRight;
}

/* In */
@keyframes flyIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
/* Out */
@keyframes flyOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes flyOutUp {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes flyOutDown {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes flyOutRight {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes flyOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
/*--------------
     Slide
---------------*/
.transition.slide.in,
.transition[class*="slide down"].in {
  animation-name: slideInY;
  transform-origin: top center;
}

.transition[class*="slide up"].in {
  animation-name: slideInY;
  transform-origin: bottom center;
}

.transition[class*="slide left"].in {
  animation-name: slideInX;
  transform-origin: center right;
}

.transition[class*="slide right"].in {
  animation-name: slideInX;
  transform-origin: center left;
}

.transition.slide.out,
.transition[class*="slide down"].out {
  animation-name: slideOutY;
  transform-origin: top center;
}

.transition[class*="slide up"].out {
  animation-name: slideOutY;
  transform-origin: bottom center;
}

.transition[class*="slide left"].out {
  animation-name: slideOutX;
  transform-origin: center right;
}

.transition[class*="slide right"].out {
  animation-name: slideOutX;
  transform-origin: center left;
}

/* In */
@keyframes slideInY {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes slideInX {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
/* Out */
@keyframes slideOutY {
  0% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(0);
  }
}
@keyframes slideOutX {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(0);
  }
}
/*--------------
     Swing
---------------*/
.transition.swing {
  animation-duration: 800ms;
}

.transition[class*="swing down"].in {
  animation-name: swingInX;
  transform-origin: top center;
}

.transition[class*="swing up"].in {
  animation-name: swingInX;
  transform-origin: bottom center;
}

.transition[class*="swing left"].in {
  animation-name: swingInY;
  transform-origin: center right;
}

.transition[class*="swing right"].in {
  animation-name: swingInY;
  transform-origin: center left;
}

.transition.swing.out,
.transition[class*="swing down"].out {
  animation-name: swingOutX;
  transform-origin: top center;
}

.transition[class*="swing up"].out {
  animation-name: swingOutX;
  transform-origin: bottom center;
}

.transition[class*="swing left"].out {
  animation-name: swingOutY;
  transform-origin: center right;
}

.transition[class*="swing right"].out {
  animation-name: swingOutY;
  transform-origin: center left;
}

/* In */
@keyframes swingInX {
  0% {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    transform: perspective(1000px) rotateX(0deg);
  }
}
@keyframes swingInY {
  0% {
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
/* Out */
@keyframes swingOutX {
  0% {
    transform: perspective(1000px) rotateX(0deg);
  }
  40% {
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes swingOutY {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  40% {
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
/*--------------
      Zoom
---------------*/
.transition.zoom.in {
  animation-name: zoomIn;
}

.transition.zoom.out {
  animation-name: zoomOut;
}
@keyframes zoomIn {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(0);
  }
}
/*******************************
       Static Animations
*******************************/
/*--------------
    Emphasis
---------------*/
.flash.transition {
  animation-duration: 750ms;
  animation-name: flash;
}

.shake.transition {
  animation-duration: 750ms;
  animation-name: shake;
}

.bounce.transition {
  animation-duration: 750ms;
  animation-name: bounce;
}

.tada.transition {
  animation-duration: 750ms;
  animation-name: tada;
}

.pulse.transition {
  animation-duration: 500ms;
  animation-name: pulse;
}

.jiggle.transition {
  animation-duration: 750ms;
  animation-name: jiggle;
}

.transition.glow {
  animation-duration: 2000ms;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.transition.glow {
  animation-name: glow;
}

/* Flash */
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* Shake */
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
/* Bounce */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* Tada */
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
/* Pulse */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Jiggle */
@keyframes jiggle {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/* Glow */
@keyframes glow {
  0% {
    background-color: #FCFCFD;
  }
  30% {
    background-color: #FFF6CD;
  }
  100% {
    background-color: #FCFCFD;
  }
}
/*******************************
         Site Overrides
*******************************/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --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-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --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-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-code-color: #d63384;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.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 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --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 > * {
  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: 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;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.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: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --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: #212529;
  --bs-dropdown-link-hover-color: rgb(29.7, 33.3, 36.9);
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --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: 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: "";
}
.dropstart .dropdown-toggle::after {
  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;
}
.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: #6c757d;
  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;
  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.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  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));
  background: none;
  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: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  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-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(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --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(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --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%280, 0, 0, 0.55%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(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --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 .show > .nav-link,
.navbar-nav .nav-link.active {
  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: 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 {
  --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");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --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: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@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: transform 0.3s ease-in-out;
  }
}
@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: transform 0.3s ease-in-out;
  }
}
@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: transform 0.3s ease-in-out;
  }
}
@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: transform 0.3s ease-in-out;
  }
}
@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: transform 0.3s ease-in-out;
  }
}
@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;
  }
}
 /* Hide bottom bar by default on desktop */
    .mobile-bottom-bar {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      border-radius: 16px 16px 0px 0px;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
      z-index: 1000;
      transition: transform 0.3s ease-in-out;
    }

    /* Always show on mobile devices */
    @media (max-width: 991px) {
      .mobile-bottom-bar {
        display: block;
        transform: translateY(0);
      }
    }

    /* Bottom hamburger button */
    .bottom-hamburger {
      background: transparent;
      border: none;
      padding: 8px 12px;
      color: #333;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .bottom-hamburger:hover {
      color: #0066cc;
    }

    /* Bottom close button */


    /* Bottom contact button */
    .bottom-contact-btn {
      display: flex;
      align-items: center;
      gap: 6px;
      background: #0066cc;
      color: #ffffff;
      padding: 8px 16px;
      border-radius: 6px;
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      transition: background 0.3s ease;
    }

    .bottom-contact-btn:hover {
      background: #0052a3;
      color: #ffffff;
    }

    .bottom-contact-btn svg {
      width: 18px;
      height: 18px;
    }
.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: transform 0.3s ease-in-out;
}
@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: 1.5;
}

.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: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(10.4, 88, 202.4) !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100) !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2) !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243) !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6) !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2) !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251) !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8) !important;
}

.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: 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) {
  position: absolute !important;
  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;
}

.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;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

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

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

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

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

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

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

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.mt-transparent-select {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mt-transparent-select .select2-container--default .select2-selection--single {
  border: none;
  background-color: transparent;
}
.mt-transparent-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #F8E3C9;
  font-weight: var(--fnt-bold);
}

.mt-transparent-select .select2-container {
  width: 120px !important;
}

.select2-dropdown {
  border: none;
}

.mt-transparent-select .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--midblack);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--white);
  color: var(--global);
}

.mt-sorttext {
  color: rgba(255, 255, 255, 0.6);
}

.mt-select-lg .select2-container--default .select2-selection--single {
  background-color: #363739 !important;
  border: none !important;
  color: var(--white);
}
.mt-select-lg .select2-container .select2-selection--single {
  height: 45px !important;
  display: flex;
  align-items: center;
}
.mt-select-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--white);
  font-weight: var(--fnt-bold);
  padding-left: 15px !important;
}
@media (max-width: 767px) {
  .mt-select-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px !important;
  }
}
.mt-select-lg .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.mt-select-lg .select2-container {
  width: 100% !important;
}

.mt-details .select2-container--default .select2-results__option[aria-selected=true],
.mt-details .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--lght-orange) !important;
  color: var(--global) !important;
}

.mt-home .select2-dropdown {
  z-index: 105100 !important;
}
.mt-home .select2-results__option {
  font-size: 14px !important;
  background: transparent;
}
.mt-home .mt-dropdown-transparent {
  position: relative;
}
@media (min-width: 768px) {
  .mt-home .mt-dropdown-transparent::before {
    content: "";
    position: absolute;
    right: 2.5rem;
    height: calc(100% - 15px);
    background-color: rgba(238, 192, 198, 0.4);
    width: 2px;
    top: 0;
  }
}
.mt-home .mt-dropdown-transparent .select2-container--default .select2-selection--single {
  background: transparent !important;
  border: none !important;
}
.mt-home .mt-dropdown-transparent .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .mt-home .mt-dropdown-transparent .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 0 !important;
  }
}
.mt-home .mt-dropdown-transparent .select2-selection__arrow {
  display: none;
}
.mt-home .mt-dropdown-transparent .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--lt-white);
  font-weight: var(--fnt-medium);
}

.mt-overide-selection .select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
}
.mt-overide-selection .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--lght-orange);
  font-size: 14px !important;
  font-weight: var(--fnt-bold);
}
.mt-overide-selection .select2-container--default .select2-selection--single .select2-selection__arrow b {
  color: var(--lght-orange);
}

@media (max-width: 767px) {
  .ems-cntryDrop {
    width: 100%;
    border: 1px solid var(--neutral-300);
    padding: 8px 12px;
    border-radius: 12px;
    margin: 30px 0 20px 0;
  }
}
.ems-cntryDrop--smallMb {
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
}
.ems-cntryDrop__head {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 21px;
  cursor: pointer;
}
.ems-cntryDrop__head .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.ems-cntryDrop__head .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.ems-cntryDrop__head span {
  color: var(--neutral-700);
  line-height: 19px !important;
  font-weight: 500;
}
.ems-cntryDrop__head::after {
  position: absolute;
  content: url("../images/icons/down-arrow.svg");
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ems-cntry-search {
  width: calc(100% - 60px);
  background-color: var(--neutral-050);
  padding: 9px 14px;
  border-radius: 12px;
  border: 1px solid var(--neutral-200);
  margin-right: 16px;
}
@media (min-width: 768px) {
  .ems-cntry-search {
    width: 500px;
    padding: 16px 14px;
  }
}
@media (min-width: 992px) {
  .ems-cntry-search {
    width: 600px;
  }
}
.ems-cntry-search input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  background: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ems-cntryDrop-body {
  padding: 18px 6px 18px 6px;
}
@media (min-width: 768px) {
  .ems-cntryDrop-body {
    padding: 26px;
  }
}
@media (min-width: 1200px) {
  .ems-cntryDrop-body {
    padding: 66px;
  }
}

.ems-modal-close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--secondary-100);
  cursor: pointer;
}
@media (min-width: 768px) {
  .ems-modal-close {
    width: 52px;
    height: 52px;
  }
}
.ems-modal-close span {
  color: var(--neutral-900);
  font-weight: 600;
}

.ems-cntry {
  position: relative;
}
.ems-cntry input {
  left: 0 !important;
  opacity: 0;
  z-index: -1;
}
.ems-cntry__flag {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .ems-cntry__flag {
    margin-right: 8px;
  }
}
.ems-cntry__flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ems-cntryList__item {
  margin-bottom: 38px;
  cursor: pointer;
}
.ems-cntryList__item .ems-cntry {
  border: 1px solid transparent;
  background-color: transparent;
  padding: 8px 16px;
  border-radius: 12px;
  cursor: pointer;
}
.ems-cntryList__item.selected .ems-cntry {
  border-color: var(--secondary-200);
  background-color: var(--secondary-050);
}

.ems-not-found {
  display: none;
}
.ems-not-found.active {
  display: block;
}

@media (min-width: 768px) {
  .sec-map {
    background: linear-gradient(180deg, #ffffff 0%, #ecf5ff 50.33%, #ffffff 100%);
  }
}

.map {
  display: inline-block;
  margin: 1em 0;
  position: relative;
  margin-bottom: 60px;
  width: 100%;
}
@media (min-width: 1200px) {
  .map {
    margin-bottom: 90px;
  }
}
.map__img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

.rpin {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  transform: translateX(-50%) translateY(0);
  transition: all 0.3s ease;
  background: var(--Indigo-600);
  border-radius: 50%;
}

.rpin:hover {
  cursor: pointer;
  transform: translateX(-50%) scale(1.5);
  transform-origin: 50% 50%;
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 0 0 #d03801;
  animation: pulse 2s infinite;
}

.pulse-med {
  animation: pulse 3s infinite;
}

.pulse-slow {
  animation: pulse 4s infinite;
}

.pulse:hover {
  animation: none;
}
@keyframes pulse {
  0% { /* Indigo-600 */
    box-shadow: 0 0 0 0 rgb(79, 70, 229);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(79, 70, 229, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(79, 70, 229, 0);
  }
}
.marker {
  opacity: 0;
  pointer-events: none;
}
.marker.show {
  pointer-events: all;
  opacity: 1;
}

.map-tooltip-caontainer {
  box-shadow: 0px 0px 16px -4px rgba(28, 100, 242, 0.1019607843);
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .map-tooltip-caontainer {
    padding: 10px;
  }
}
.map-tooltip-caontainer i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}
.map-tooltip-caontainer i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #ffffff;
  box-shadow: 0px 0px 16px -4px rgba(28, 100, 242, 0.1019607843);
}

.map-tooltip .map-tooltip__item {
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background-color: transparent;
  position: absolute;
  z-index: 99999999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
  text-align: center;
  padding-bottom: 20px;
}
.map-tooltip .map-tooltip__item h5, .map-tooltip .map-tooltip__item .h5 {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 16.8px !important;
  text-align: center;
  color: #111928 !important;
}
@media (max-width: 767px) {
  .map-tooltip .map-tooltip__item h5, .map-tooltip .map-tooltip__item .h5 {
    font-size: 8px !important;
    line-height: 12px !important;
  }
}
.map-tooltip .map-tooltip__item p {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 16.8px !important;
  text-align: center;
  color: #374151 !important;
}
@media (max-width: 767px) {
  .map-tooltip .map-tooltip__item p {
    font-size: 8px !important;
    line-height: 12px !important;
  }
}
@media (min-width: 768px) {
  .map-tooltip .map-tooltip__item {
    min-width: 300px;
  }
}

.map-tooltip:hover .map-tooltip__item {
  visibility: visible;
  opacity: 1;
}

.map-cntry-flag {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.map-cntry-flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.map-mail-icon {
  width: 15px;
}
@media (max-width: 767px) {
  .map-mail-icon {
    width: 10px;
  }
}
.map-mail-icon img {
  width: 100%;
  height: 100%;
}

.map-mailto {
  width: calc(100% - 20px);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left !important;
  color: #1f2a37;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .map-mailto {
    font-size: 8px;
    line-height: 14px;
  }
}

.map-overflow {
  overflow-x: auto;
}

.h1 {
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.2% !important;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 48px !important;
    line-height: 67.2px;
  }
}

.h2 {
  font-size: 24px;
  line-height: 33px;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 38px;
    line-height: 53.2px;
  }
}

.h3 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .h3 {
    font-size: 28px;
  }
}

.h4 {
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .h4 {
    font-size: 24px;
    line-height: 33.6px;
  }
}

.h5 {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

:is(.h1, .h2, h3, .h3, h4, .h4) {
  font-weight: var(--fnt-semi);
}

.fw-500 {
  font-weight: var(--fnt-medium);
}

.fw-600 {
  font-weight: var(--fnt-semi);
}

.fw-700 {
  font-weight: var(--fnt-bold) !important;
}

.fw-500Imp {
  font-weight: var(--fnt-medium) !important;
}

.fst-italic {
  font-style: italic;
}

.mt-bg-pri {
  background: var(--global);
}

.mt-clr-glb {
  color: var(--global);
}

.mt-clr-sec {
  color: var(--rg-lght);
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
  line-height: 18px !important;
}
@media (min-width: 768px) {
  .fs-14 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

.fs-16 {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .fs-16 {
    font-size: 16px !important;
  }
}

.fs-18 {
  font-size: 18px !important;
}

.emsig-mob-fs18 {
  line-height: 140%;
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .emsig-mob-fs18 {
    font-size: 18px !important;
  }
}

.fs-20 {
  font-size: 16px !important;
  line-height: 22.4px;
}
@media (min-width: 768px) {
  .fs-20 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

.fs-24 {
  font-size: 16px !important;
  line-height: 22.4px;
}
@media (min-width: 768px) {
  .fs-24 {
    font-size: 24px !important;
    line-height: 33.6px !important;
  }
}

.fs-28 {
  font-size: 24px !important;
}
@media (min-width: 768px) {
  .fs-28 {
    font-size: 28px !important;
  }
}

.fs-32 {
  font-size: 24px !important;
  line-height: 33.6px;
}
@media (min-width: 768px) {
  .fs-32 {
    font-size: 32px !important;
    line-height: 44.8px !important;
  }
}

.fs-36 {
  font-size: 24px;
  line-height: 33.6px;
}
@media (min-width: 768px) {
  .fs-36 {
    font-size: 36px;
    line-height: 50.4px;
    letter-spacing: -2%;
  }
}

.fs-38 {
  font-size: 24px;
  line-height: 33.6px;
}
@media (min-width: 768px) {
  .fs-38 {
    font-size: 38px;
    line-height: 50.4px;
    letter-spacing: -2%;
  }
}

.fs-S38 {
  font-size: 38px;
  font-weight: 500;
  line-height: 53.2px;
  letter-spacing: -0.02em;
}

.mb-40-cm {
  margin-bottom: 40px;
}

.fs-40 {
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: -2%;
}
@media (min-width: 768px) {
  .fs-40 {
    font-size: 40px;
    line-height: 56px;
  }
}

.ems-headertop {
  background: var(--purple-200);
}
.ems-headertop__info {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.ems-navlinks-group {
  display: flex;
  gap: 30px;
  position: relative;
  align-items: center;
  padding-right: 10px;
}


/* Force Top Header Nav List to display horizontally */
/* === TOP HEADER FADE EFFECT === */
.ems-homeheadertop {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 1050;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.ems-homeheadertop.hide {
  opacity: 0;
  visibility: hidden;
}

/* === MAIN NAV DEFAULT === */
.ems-navheader {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 1040;
  transition: top 0.4s ease, box-shadow 0.4s ease;
}

/* === FIXED NAV ON SCROLL === */
.ems-navheader.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1100;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}


.ems-homeheadertop .ems-navlist {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.ems-homeheadertop .ems-navlist .nav-item {
  margin: 0;
}

.ems-homeheadertop .ems-navlist .nav-link {
  color: var(--neutral-700);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ems-homeheadertop .ems-navlist .nav-link:hover {
  color: #007bff; /* blue hover effect */
}

.country-dropdown {
  position: relative;
  display: inline-block;
}

#emudhra-toggleMenu {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: var(--neutral-700);
  font-weight: var(--fnt-medium);
  font-size: 14px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 0px;
}
#emudhra-toggleMenu:focus {
  outline: none;
  border: 0px;
}

.suport_text a {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  font-weight: var(--fnt-medium);
  color: var(--neutral-700);
  font-size: 14px;
  line-height: 140%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 0px;
}

.country-list {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  max-height: 400px;
  overflow-y: auto;
  margin: 0 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  margin-top: 10px;
}

.country-list.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.country-list li {
  padding: 14px 20px;
  cursor: pointer;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.country-list li:hover {
  background-color: #f8f8f8;
}
.country-list li img{
  max-height: 18px;
}
@media (max-width: 768px) {
  .country-dropdown {
    position: static;
    display: inline-block;
  }
  #toggleMenu {
    position: static;
  }
  .country-list.show {
    width: 100%;
    left: 0;
    opacity: 1;
  }
  .country-list li{
    width: 100%;
  }
}
.country-dropdown #emudhra-toggleMenu img{
  max-height: 18px;
}
@media (max-width: 768px) {
  .ems-homeheadertop{
    display: none;
  }
}
@media (min-width: 768px) {
    .ems-navlinks-group::after {
        content: "";
        position: absolute;
        top: 50%;
        height: 80%;
        width: 1px;
        right: 0;
        background: var(--neutral-400);
        transform: translateY(-50%);
    }
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0px;
}
@media (min-width: 768px) {
  .ems-navlinks-group {
    padding-right: 20px;
  }
  .ems-navlinks-group::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 80%;
    width: 1px;
    right: 0;
    background: var(--neutral-400);
    transform: translateY(-50%);
  }
  .ems-navlinks-group:last-child::after {
    display: none;
  }
}

.ems-navlink {
  color: var(--neutral-700);
  font-weight: var(--fnt-medium);
  font-size: 14px !important;
  line-height: 20px !important;
}

@media (max-width: 768px) {
  .navbar-toggler {
    padding-right: 0.4rem;
  }
}

.ems-sticky-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  transition: background-color 0.3s ease, padding 0.3s ease;
}

.ems-sticky-top.scrolled {
  background-color: var(--white); /* Change this to the color you want after scrolling */
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.ems-headerlogo-wrappr {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .qx-brandlogo {
    width: 120px;
    height: 32px;
    z-index: 999;
    display: block;
  }
}
.qx-brandlogo img {
  height: 41px;
}
@media (max-width: 767px) {
  .qx-brandlogo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.ems-navheader {
  padding-block: 1rem;
  background-color: var(--purple-050) !important;
}
@media (min-width: 768px) {
  .ems-navheader {
    padding-inline: 1.2rem;
  }
}
.ems-navheader__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ems-navheader .nav-link {
  font-weight: var(--fnt-medium);
  color: var(--neutral-700);
  font-size: 14px;
  line-height: 140%;
}
@media (max-width: 991px) {
  .ems-navheader .nav-link {
    font-size: 16px;
    padding: 21px 0 !important;
  }
}
@media (min-width: 992px) {
  .ems-navheader .nav-link:is(:hover, :focus) {
    color: var(--neutral-900);
    transition: color 0.3s ease-in-out;
  }
}
.ems-navheader .nav-link.active {
  color: var(--neutral-900);
}

.ems-brandlogo img {
  height: 18px;
}
@media (min-width: 768px) {
  .ems-brandlogo img {
    height: 25px;
  }
}

.ems-navlist {
  display: flex;
  margin: 0 auto;
  /* Hide scrollbar for IE, Edge and Firefox */
}
@media (min-width: 992px) {
  .ems-navlist {
    gap: 25px;
  }
}
@media (max-width: 991px) {
  .ems-navlist {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    background: var(--white);
    padding: 10px 20px 40px 20px;
  }
  .navbar-collapse .nav-link {
    color: #000000;
  }
  .navbar-collapse .nav-link.active {
    color: var(--secondary) !important;
  }
}

.navbar-toggler {
  border: none !important;
  background: transparent;
  padding-left: 0 !important;
}
.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.sub-nav {
  padding: 19px 0;
  background-color: var(--Indigo-050);
  box-shadow: 0px 4px 30px 0px rgba(28, 100, 242, 0.1019607843);
  border-top: 1px solid #e5e7eb;
  position: fixed !important;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: -9;
}
@media (min-width: 1200px) {
  .sub-nav {
    top: 113px;
  }
}
.sub-nav a {
  color: var(--neutral-700);
  font-weight: 500;
  font-size: 14px;
  position: relative;
}
@media (max-width: 991px) {
  .sub-nav a {
    padding: 4px 8px;
    border-radius: 8px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .sub-nav a:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sub-nav a {
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .sub-nav a {
    margin-left: 32px;
  }
}
.sub-nav a:first-of-type {
  margin-left: 0;
}
@media (min-width: 992px) {
  .sub-nav a.active {
    color: var(--neutral-900);
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .sub-nav a.active::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 4px;
    background-color: var(--Indigo-500);
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media (max-width: 991px) {
  .sub-nav a.active::after {
    display: none;
    content: none;
  }
}
.sub-nav.active {
  opacity: 1;
  z-index: 100;
}

.sub-nav-head {
  font-size: 14px;
}
@media (min-width: 992px) {
  .sub-nav-head {
    font-size: 18px;
  }
}

.sub-nav-dropdown__head {
  text-align: right;
  position: relative;
  padding-right: 20px;
}
.sub-nav-dropdown__head span {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: var(--neutral-700);
}
.sub-nav-dropdown__head::after {
  content: url("../images/icons/down-arrow.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0s !important;
}
@media (max-width: 991px) {
  .sub-nav-dropdown__body {
    position: absolute;
    right: 12px;
    padding: 12px;
    border-radius: 12px;
    background-color: #ffffff;
    opacity: 0;
    z-index: -9;
    pointer-events: none;
    transition: 0.3s ease-in-out;
  }
}
@media (max-width: 991px) {
  .sub-nav-dropdown__body a.active {
    background: #ebf5ff;
    color: #111928;
    font-weight: 700;
  }
}

.nav-emsignup {
  padding: 40px 8px 20px 8px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .nav-emsignup {
    padding: 32px 32px 0 32px;
  }
}

.ems-signupContainer {
  padding: 0 0 20px 0;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .ems-signupContainer {
    padding: 0;
    flex-direction: row;
    position: relative;
    z-index: 999;
  }
}
.ems-signupContainer__info {
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .ems-signupContainer__info {
    display: block;
    width: 50%;
    padding: 60px 50px 50px 0;
  }
}
@media (min-width: 1200px) {
  .ems-signupContainer__info {
    padding: 80px 50px 50px 0;
  }
}
@media (min-width: 1400px) {
  .ems-signupContainer__info {
    padding: 80px 70px 50px 0;
  }
}
.ems-signupContainer__form {
  width: 100%;
}
@media (min-width: 768px) {
  .ems-signupContainer__form {
    width: 100%;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .ems-signupContainer__form {
    width: 50%;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .ems-signupContainer__form {
    padding: 60px 100px 60px 100px;
  }
}
@media (min-width: 1400px) {
  .ems-signupContainer__form {
    width: 50%;
    padding: 50px 150px;
  }
}
.ems-signupContainer__img {
  width: 100%;
}
@media (max-width: 991px) {
  .ems-signupContainer__img {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
@media (min-width: 992px) {
  .ems-signupContainer__img {
    width: 50%;
    border-radius: 40px;
    height: calc(100vh - 64px);
  }
}
.ems-signupContainer__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  border-radius: 40px;
}
@media (min-width: 992px) {
  .ems-signupContainer .ems-contact-fields__item {
    margin-bottom: 15px !important;
  }
}

.ems-signuplogo {
  display: inline-block;
}
@media (min-width: 992px) {
  .ems-signuplogo {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .ems-signuplogo {
    width: 134px;
  }
}
.ems-signuplogo img {
  width: 100%;
}

.ems-signup-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

#sub-nav.menu-show .sub-nav-dropdown__head::after {
  transform: translateY(-50%) rotate(180deg);
}
#sub-nav.menu-show .sub-nav-dropdown__body {
  opacity: 1;
  z-index: 9;
  pointer-events: all;
}

.ovr-x-hdn {
  overflow-x: hidden;
}

.pe-12 {
  padding-right: 24px;
}

@media (max-width: 767px) {
  .sec-signup {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .sec-signup {
    height: 100vh;
    overflow: hidden;
  }
}

.ems-pwdHide, .ems-pwdShow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}
.ems-pwdHide.hide, .ems-pwdShow.hide {
  display: none;
}
.ems-pwdHide img, .ems-pwdShow img {
  width: 16px;
  height: 16px;
}

.ems-paswd-field .parsley-errors-list {
  left: 0 !important;
}

.ems-min-input-pwd {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(2px);
}

.parsley-errors-list ~ .ems-min-input-pwd {
  opacity: 0;
}

.emsig-navheader__plain-right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 25px;
  align-items: center;
}
@media (max-width: 767px) {
  .emsig-navheader__plain-right {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    padding: 0.8rem 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
    justify-content: space-between;
  }
  .emsig-navheader__plain-right .ems-cntryDrop {
    margin: 0;
    width: auto !important;
  }
}
.emsig-navheader__plain-left {
  display: flex;
  width: 100%;
  gap: 25px;
}
.emsig-navheader__plain-left .ems-headerlogo-wrappr {
  gap: 20px;
}
.emsig-navheader--sec {
  background-color: var(--white) !important;
  border-bottom: 1px solid var(--neutral-200) !important;
  padding-block: 0.8rem !important;
}

.ems-headerlogo__tagline {
  position: relative;
  padding-left: 1.2rem;
}
.ems-headerlogo__tagline::before {
  content: "";
  position: absolute;
  width: 1px;
  background: var(--neutral-300);
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.emsig-cartbadge {
  position: absolute;
  top: -5px;
  right: -10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF5A1F;
  color: var(--white);
  border: 2px solid #FFF8F1;
  border-radius: 50%;
  font-size: 12px;
  line-height: 16px;
  font-weight: var(--fnt-bold);
}

.emsig-no-submenu a::after {
  display: none !important;
}

@media (max-width: 767px) {
  .ems-banner {
    padding-block: 2rem;
  }
}
@media (min-width: 768px) {
  .ems-banner {
    padding-block: 5.5rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 768px) {
  .ems-banner__content {
    padding-inline: 3rem;
  }
}
.ems-banner__heading {
  color: var(--neutral-900);
}
.ems-banner__des {
  color: var(--neutral-600);
}
@media (max-width: 767px) {
  .ems-banner__row {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .ems-banner-illustration {
    height: 190px !important;
  }
}

.ems-illustrationh337 {
  height: 224px !important;
}
@media (min-width: 768px) {
  .ems-illustrationh337 {
    height: 370px !important;
    width: 362px !important;
  }
}

.ems-btns-group {
  display: flex;
  gap: 1.2rem;
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .ems-btns-group {
    margin-top: 1.2rem;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .ems-btns-group--lg .ems-btn {
    min-width: 214px !important;
  }
}

.ems-texthight {
  color: var(--secondary-500);
  font-weight: var(--fnt-bold);
}

.emsigxh400 {
  height: 240px !important;
}
@media (min-width: 768px) {
  .emsigxh400 {
    height: 400px !important;
  }
}

.emsig-mob-bannerplan {
  padding-top: 100px !important;
}
@media (min-width: 768px) {
  .emsig-mob-bannerplan {
    padding-top: 150px !important;
  }
}

.ems-section-title {
  color: var(--Indigo-500);
  font-weight: var(--fnt-bold);
}

.ems-leadcontent p {
  color: var(--neutral-500);
  margin-block: 1rem !important;
}
@media (max-width: 767px) {
  .ems-leadcontent p {
    margin-block: 0.6rem !important;
    font-size: 14px !important;
    line-height: 19.6px;
  }
}
.ems-leadcontent-overide p {
  margin-block: 0.75rem !important;
}

.ems-customer {
  position: relative;
  padding-top: 150px !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ems-customer {
    padding-top: 280px !important;
  }
}

.ems-lineanimation-wraper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .ems-lineanimation-wraper {
    top: -120px;
    transform: scale(1.1);
  }
}

.ems-lineanimation {
  width: 90%;
}
@media (min-width: 1500px) {
  .ems-lineanimation {
    width: 78%;
  }
}

.ems-logos-listgroup .swiper-wrapper {
  display: flex;
  align-items: center;
  transition-timing-function: linear !important;
}
.ems-logos-listgroup .swiper-slide {
  height: auto !important;
  width: auto !important;
}
@media (min-width: 768px) {
  .ems-logos-listgroup .swiper-wrapper {
    justify-content: space-between;
  }
}

.ems-testimonials {
  overflow: hidden;
}

@media (min-width: 768px) {
  .em-listgroup-grid {
    display: grid;
    grid-template-columns: 1fr minmax(0, 305px);
  }
}
.em-listgroup-grid p {
  color: var(--neutral-500);
  font-weight: var(--fnt-medium);
}
@media (max-width: 767px) {
  .em-listgroup-grid p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}

.ems-sublist-cardscontainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .ems-sublist-cardscontainer {
    display: grid;
    grid-template-columns: minmax(0, 305px) 1fr;
  }
}

@media (max-width: 768px) {
  .ems-mob-gapredue {
    gap: 15px !important;
  }
}

.ems-griditem-illus {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .ems-griditem-illus-h230 {
    height: 230px;
  }
}

.ems-media__cnt {
  padding-bottom: 110px;
  max-width: 339px;
  display: grid;
  gap: 10px;
}
.ems-media__fig {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .ems-media__fig {
    height: 128px !important;
  }
  .ems-media__fig img {
    height: 100%;
  }
}

.ems-media-heightreduce {
  max-width: 100%;
  padding-bottom: 130px;
}
@media (min-width: 768px) {
  .ems-media-heightreduce {
    width: 582px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .ems-mob-overide {
    height: 148px !important;
  }
}

.ems-subgrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

@media (max-width: 768px) {
  .ems-subgrid-overide {
    gap: 15px !important;
  }
}

.full-width {
  grid-column: span 12;
}

.half-width {
  grid-column: span 6;
}

@media (min-width: 768px) {
  .ems-h200 {
    height: 200px;
  }
}

.em-vr-between {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .em-vr-between {
    display: grid;
    grid-template-rows: 1fr minmax(0, 230px);
  }
}

@media (max-width: 767px) {
  .ems-lastitem {
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .em-large-row2 {
    padding-bottom: 140px !important;
  }
  .em-large-row2 .ems-griditem-illus {
    height: 150px;
    padding-bottom: 15px;
  }
  .em-large-row2 .ems-griditem-illus img {
    height: 100%;
  }
}

.ems-workflowWrap {
  padding: 12px 6px 6px 6px;
  background-color: #ffffff;
  box-shadow: 0px 4px 40px 0px rgba(28, 100, 242, 0.1607843137);
  border-radius: 12px;
}
@media (min-width: 768px) {
  .ems-workflowWrap {
    padding: 20px 6px 6px 6px;
    border-radius: 20px;
  }
}
.ems-workflowWrap__head {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .ems-workflowWrap__head {
    margin-bottom: 20px;
  }
}
.ems-workflowWrap__body {
  padding: 20px 20px 0 20px;
  background-color: #FAD1E8;
  border-radius: 12px;
  min-height: 200px;
}
@media (min-width: 768px) {
  .ems-workflowWrap__body {
    border-radius: 20px;
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .ems-workflowWrap__body {
    padding: 25px 25px 0 25px;
  }
}

.ems-stickyScrollCards {
  padding: 0;
}
.ems-stickyScrollCards__item {
  position: sticky;
  top: 30vh;
  margin-bottom: 0;
}
.ems-stickyScrollCards__item:last-child {
  margin-bottom: 0;
}
.ems-stickyScrollCards__item img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.ems-stickyScrollCards--randomClr .ems-stickyScrollCards__item:nth-child(even) .ems-workflowWrap__body {
  background-color: #CDDBFE;
}

@media (max-width: 767.98px) {
  .ems-tabs-vertical {
    position: relative;
  }
  .ems-tabs-vertical .nav-item {
    position: sticky;
    top: 120px;
    z-index: 1;
    transform: translateY(0);
    transition: transform 0.3s ease;
    background: #fff; /* Optional: To prevent overlap transparency */
  }
}
.ems-cornerStone__icon {
  width: 118px;
  height: 118px;
  border-radius: 20px;
  background: var(--secondary-050);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ems-cornerStone__icon {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .ems-cornerStone__icon {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .ems-cornerStone__icon {
    width: 170px;
    height: 170px;
    margin-bottom: 48px;
  }
}
.ems-cornerStone__icon img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ems-cornerStoneList__item {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .ems-cornerStoneList__item:nth-child(odd) {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .ems-cornerStoneList__item:nth-child(odd) {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .ems-cornerStoneList__item:nth-child(even) {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .ems-cornerStoneList__item:nth-child(even) {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .ems-cornerStoneList__item {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .ems-cornerStoneList__item {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .ems-cornerStoneList__item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .ems-cornerStoneList__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.ems-compliance-list__item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ems-compliance-list__item {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .ems-compliance-list__item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .ems-compliance-list__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ems-compliance-list__item:last-child {
    margin-bottom: 0;
  }
}
.ems-compliance-list__item .ems-compliance {
  padding: 16px;
  border: 1px solid var(--purple-200);
  border-radius: 12px;
}
@media (min-width: 768px) {
  .ems-compliance-list__item .ems-compliance {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .ems-compliance-list__item .ems-compliance {
    border-radius: 20px;
    min-height: 500px;
  }
}
.ems-compliance-list__item .ems-compliance__icon {
  height: 60px;
  margin-bottom: 12px;
}
.ems-compliance-list__item .ems-compliance__icon img {
  width: auto;
  max-width: calc(100% - 36px);
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .ems-compliance-list__item .ems-compliance__icon {
    height: 110px;
    margin-bottom: 16px;
  }
}
.ems-compliance-list__item .ems-compliance__title {
  margin-bottom: 12px;
}
.ems-compliance-list__item:nth-child(odd) .ems-compliance {
  background-color: var(--purple-200);
}
.ems-compliance-list__item:nth-child(even) .ems-compliance {
  background-color: var(--purple-050);
}

.ems-contactUsSec {
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid var(--Indigo-200);
  border-radius: 20px;
}
@media (min-width: 768px) {
  .ems-contactUsSec {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .ems-contactUsSec {
    padding: 40px;
  }
}
.ems-contactUsSec__img {
  padding-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .ems-contactUsSec__img {
    padding-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .ems-contactUsSec__img {
    padding-right: 40px;
  }
}
.ems-contactUsSec__info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 16px !important;
}
.ems-contactUsSec__info p:last-of-type {
  margin-bottom: 0 !important;
}

#ems-psudo-el-1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  height: 120px;
  width: 160px;
}
@media (min-width: 992px) {
  #ems-psudo-el-1 {
    width: 250px;
  }
}
#ems-psudo-el-1 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #ems-psudo-el-1 {
    display: none !important;
    opacity: 0;
  }
}

.sub-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .sub-nav {
    padding-inline: 0.5rem;
  }
}

.ems-recbox-blockquote {
  border-radius: 20px;
  border: 1px solid var(--Color-Primary-100, #E1EFFE);
  padding: 1.2rem !important;
}
@media (min-width: 768px) {
  .ems-recbox-blockquote {
    padding: 2rem !important;
  }
}

.ems-t-custom {
  display: grid;
  gap: 15px;
}
@media (min-width: 768px) {
  .ems-t-custom {
    gap: 20px;
  }
}

.ems-t-block {
  display: grid;
  grid-template-columns: minmax(0, 90px) 1fr minmax(0, 80px);
  padding: 0.6rem 0.3rem;
  border-radius: var(--radius12);
}
@media (min-width: 768px) {
  .ems-t-block {
    padding: 1rem 0.6rem;
    grid-template-columns: minmax(0, 250px) 1fr minmax(0, 130px);
  }
}

.ems-table-grid2 {
  grid-template-columns: 1fr minmax(0, 120px);
}
@media (max-width: 767px) {
  .ems-table-grid2 {
    padding-block: 1rem !important;
    padding-inline: 0.2rem !important;
  }
  .ems-table-grid2 .ems-t-item {
    padding-inline: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .ems-table-grid2 {
    grid-template-columns: 1fr minmax(0, 190px);
  }
}

.ems-t-head {
  background: var(--purple-300);
}
.ems-t-head h5, .ems-t-head .h5 {
  margin: 0;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: var(--fnt-bold) !important;
}
@media (min-width: 768px) {
  .ems-t-head h5, .ems-t-head .h5 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

.ems-t-item {
  border-right: 1px solid var(--Color-Accent-Purple-200, #DCD7FE);
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .ems-t-item {
    padding-inline: 0.6rem;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .ems-t-item {
    padding-left: 1.5rem;
  }
}
.ems-t-item:last-child {
  border: none;
}

.ems-t-contents {
  background: var(--purple-050);
  font-size: 14px !important;
  line-height: 20px;
  align-items: center;
  border: 1px solid var(--Color-Accent-Purple-200, #DCD7FE);
}
.ems-t-contents h6, .ems-t-contents .h6 {
  font-weight: var(--fnt-semi);
  margin: 0;
  padding-block: 0.2rem;
}
@media (max-width: 768px) {
  .ems-t-contents h6, .ems-t-contents .h6 {
    font-size: 12px;
    line-height: 20px;
  }
}

.ems-t-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.swiper-pagination-overide {
  position: relative;
  bottom: 0 !important;
  width: auto !important;
}

.swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 0;
}
@media (min-width: 768px) {
  .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}

.ems-swiper-h-auto .swiper-slide {
  height: auto;
}
@media (max-width: 767px) {
  .ems-swiper-h-auto {
    flex-direction: column;
    gap: 15px;
  }
}

.swiper-pagination-bullet-active {
  background: var(--secondary) !important;
}

.ems-custom-btn {
  position: relative !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--neutral-400);
  border-radius: 50%;
  background: var(--white);
}
@media (min-width: 768px) {
  .ems-custom-btn {
    height: 56px;
    width: 56px;
  }
}
.ems-custom-btn--next {
  transform: rotate(180deg);
  right: 0;
}
.ems-custom-btn::after {
  display: none;
}

.ems-arrowicon {
  height: 14px !important;
  width: 14px !important;
}

.mt-swiper-btncontainer {
  display: flex;
  gap: 15px;
  width: auto !important;
}
@media (max-width: 767px) {
  .mt-swiper-btncontainer {
    position: absolute;
    bottom: 35px;
    right: 20px;
  }
}
@media (min-width: 768px) {
  .mt-swiper-btncontainer {
    height: 100%;
    gap: 30px;
  }
}

.mySwiperCasestudies .swiper-slide {
  height: initial !important;
  display: flex;
}

.ems-leadcontent-slider {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .mySwipeBlogs .swiper-wrapper, .mySwipeCasestudies .swiper-wrapper {
    display: grid;
    gap: 30px;
  }
  .mySwipeBlogs .swiper-wrapper .swiper-slide, .mySwipeCasestudies .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .ems-mob-static {
    display: grid;
    gap: 30px;
  }
}

.ems-sliderfluid-wrapper {
  margin-right: -20px;
}

.ems-sliderfluid-swiper {
  position: relative;
}
@media (min-width: 768px) {
  .ems-sliderfluid-swiper {
    width: 100vw;
    padding-right: 125px;
  }
}
@media (min-width: 1500px) {
  .ems-sliderfluid-swiper {
    padding-right: 190px;
  }
}
@media (min-width: 1650px) {
  .ems-sliderfluid-swiper {
    padding-right: 250px;
  }
}

.mt-card-panel {
  background: black;
}

@media (min-width: 768px) {
  .ems-slider-vw75 {
    width: calc(100vw - 525px);
  }
}

.mySwiperKFSExperience .swiper-slide, .mySwiperClient .swiper-slide {
  height: auto;
  display: flex;
}

.swiper-paginationnumbers {
  position: relative;
  gap: 25px;
}
@media (min-width: 768px) {
  .swiper-paginationnumbers {
    gap: 40px;
  }
}
.swiper-paginationnumbers .swiper-pagination-bullet {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 2px solid var(--Indigo-100);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: transparent;
  font-weight: var(--fnt-semi);
  transition: border-color 0.3s ease;
}
@media (max-width: 768px) {
  .swiper-paginationnumbers .swiper-pagination-bullet {
    font-size: 12px !important;
    line-height: 16.8px;
  }
}
@media (min-width: 768px) {
  .swiper-paginationnumbers .swiper-pagination-bullet {
    height: 42px;
    width: 42px;
  }
}
.swiper-paginationnumbers .swiper-pagination-bullet-active {
  border-color: var(--neutral-900);
}

.ems-mobslider .swiper-container {
  display: block;
}
.ems-mobslider .swiper-wrapper {
  display: flex;
}
.ems-mobslider .swiper-slide {
  height: auto;
}
@media (max-width: 768px) {
  .ems-mobslider {
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .ems-mobslider .swiper-container {
    display: flex;
  }
  .ems-mobslider .swiper-wrapper {
    flex-wrap: wrap;
    gap: 18px;
    width: calc(100% - 18px);
  }
  .ems-mobslider .col-md-3 {
    width: 23.8%;
  }
  .ems-mobslider .col-md-4 {
    width: 32.26%;
  }
}

@media (max-width: 768px) {
  .ems-mob-arrowscontaner {
    position: relative;
    right: 0 !important;
    bottom: 0;
    margin-left: auto;
  }
}

.mySwiperPartnerprogram .swiper-slide {
  height: auto !important;
  display: flex;
}

.ems-table-1 {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 768px) {
  .ems-table-1 {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .ems-table-1 {
    margin: 0 -20px 0 -24px;
    padding: 0 20px;
    overflow-x: scroll;
  }
}
.ems-table-1 thead {
  background: var(--secondary-300);
  position: sticky;
  top: 0;
  z-index: 99;
}
.ems-table-1 table {
  border-collapse: separate;
  border-spacing: 0 1em;
  margin-top: -16px;
}
.ems-table-1 th {
  min-width: 215px;
  padding: 12px 0;
  white-space: nowrap;
}
.ems-table-1 th .thead {
  padding: 3px 12px 3px 12px;
  border-right: 1px solid var(--secondary-200);
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  white-space: nowrap;
  color: var(--neutral-900);
}
@media (min-width: 768px) {
  .ems-table-1 th .thead {
    font-size: 20px;
    line-height: 28px;
    padding: 6px 20px 6px 20px;
  }
}
@media (min-width: 992px) {
  .ems-table-1 th .thead {
    padding: 6px 34px 6px 34px;
  }
}
.ems-table-1 th:first-of-type {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.ems-table-1 th:last-of-type {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.ems-table-1 th:last-of-type .thead {
  border-right: none;
}
.ems-table-1 tbody td {
  padding: 16px 0;
  background-color: var(--secondary-050);
  position: relative;
  vertical-align: top;
  border-top: 1px solid var(--secondary-200);
  border-bottom: 1px solid var(--secondary-200);
}
@media (min-width: 768px) {
  .ems-table-1 tbody td {
    vertical-align: middle;
  }
}
.ems-table-1 tbody td:first-of-type {
  border-left: 1px solid var(--secondary-200);
}
.ems-table-1 tbody td:last-of-type {
  border-right: 1px solid var(--secondary-200);
}
.ems-table-1 tbody td::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 32px);
  top: 16px;
  right: 0;
  background-color: var(--secondary-200);
}
@media (min-width: 768px) {
  .ems-table-1 tbody td::after {
    height: calc(100% - 44px);
    top: 22px;
  }
}
.ems-table-1 tbody td:last-of-type::after {
  display: none;
  content: none;
}
@media (min-width: 768px) {
  .ems-table-1 tbody td {
    padding: 22px 0;
    vertical-align: middle;
  }
}
.ems-table-1 tbody td .t-cell {
  padding: 0 12px;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--neutral-900);
}
@media (min-width: 768px) {
  .ems-table-1 tbody td .t-cell {
    padding: 0 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .ems-table-1 tbody td .t-cell {
    padding: 0 34px;
  }
}
.ems-table-1 tbody td:first-of-type {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.ems-table-1 tbody td:last-of-type {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.ems-table-1::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .ems-table-1::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
}
.ems-table-1::-webkit-scrollbar-track {
  background: var(--secondary-100);
  border-radius: 20px;
}
.ems-table-1::-webkit-scrollbar-thumb {
  background: var(--secondary-400);
  border-radius: 20px;
}
.ems-table-1::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-400);
}

* {
  overscroll-behavior: auto;
}

@media (max-width: 991px) {
  .mb-scroll {
    overflow-x: auto;
  }
}
.mb-scroll::-webkit-scrollbar {
  display: none;
  opacity: 0;
}

.product-comparison-table {
  position: relative;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .product-comparison-table {
    border-top-right-radius: 0;
    border-right: 0;
  }
  .product-comparison-table .ems-btn--default {
    padding-inline: 1.2rem !important;
  }
}
.product-comparison-table::-webkit-scrollbar {
  display: none;
  opacity: 0;
}
.product-comparison-table table {
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
@media (max-width: 767px) {
  .product-comparison-table table {
    padding-right: 12px;
  }
}
.product-comparison-table th {
  position: sticky;
  left: 0;
}
.product-comparison-table td {
  padding: 16px;
  color: #374151;
  font-size: 12px;
  font-weight: 500;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .product-comparison-table td {
    font-size: 14px;
    padding: 22px 24px;
  }
}
.product-comparison-table td:first-child {
  border-left: 4px solid #f8b4d9 !important;
  font-weight: 600;
  color: #111928;
  position: sticky;
  left: 0;
  white-space: pre-wrap;
  text-overflow: ellipsis;
}
.product-comparison-table td span {
  position: relative;
  z-index: 9;
}
.product-comparison-table td .icon-right-mark {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fcd9bd;
}
.product-comparison-table td .icon-cross-mark {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fbd5d5;
}
.product-comparison-table tr:nth-child(odd) td {
  background-color: #f9fafb;
}
.product-comparison-table tr:first-child td:first-child {
  border-left: 0 !important;
  border-color: transparent !important;
  background-color: #ffffff !important;
}
.product-comparison-table tr:first-child td:first-child::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 1px);
  background-color: #f9fafb;
  border-top-left-radius: 20px;
  border-left: 4px solid #f8b4d9 !important;
  border-top: 1px solid var(--neutral-200);
  left: 0;
  top: -1px;
}
.product-comparison-table tr:first-child td {
  border-top: 1px solid var(--neutral-200);
}
.product-comparison-table tr:first-child td:last-child {
  border-top-right-radius: 20px;
}
.product-comparison-table tr:last-child td:first-child {
  border-left: 0 !important;
  border-color: transparent !important;
  background-color: #ffffff !important;
}
.product-comparison-table tr:last-child td:first-child::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 1px);
  border-bottom-left-radius: 20px;
  border-left: 4px solid #f8b4d9 !important;
  border-bottom: 1px solid var(--neutral-200);
  left: 0;
  bottom: -1px;
}
.product-comparison-table tr:last-child td {
  border-bottom: 1px solid var(--neutral-200);
}
.product-comparison-table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.product-comparison-table tr:last-child:not(:nth-child(odd)) td:first-child::after {
  background-color: #ffffff;
}
.product-comparison-table tr:last-child:not(:nth-child(even)) td:first-child::after {
  background-color: #f9fafb;
}
.product-comparison-table tr td.selected {
  background-color: #feecdc;
}
.product-comparison-table tr td.selected .icon-right-mark {
  background-color: #ff8a4c;
}
@media (min-width: 768px) {
  .product-comparison-table tr td {
    min-width: 160px;
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .product-comparison-table tr td {
    min-width: 165px;
    max-width: 165px;
  }
}
@media (max-width: 767px) {
  .product-comparison-table tr td:first-child {
    min-width: 185px !important;
    max-width: 185px !important;
    text-overflow: ellipsis;
  }
}
@media (min-width: 768px) {
  .product-comparison-table tr td:first-child {
    min-width: 390px !important;
    max-width: 390px !important;
  }
}
.product-comparison-table tr td:last-child {
  border-right: 1px solid var(--neutral-200);
}
.product-comparison-table .ems-title-tbody td {
  background-color: none !important;
  border: 0 !important;
  padding: 0 !important;
}
.product-comparison-table .ems-title-tbody td::after {
  content: none;
  display: none;
}
.product-comparison-table--pricing td:not(:first-child) * {
  margin: auto;
}
.product-comparison-table--SelectPlans {
  background-color: none;
  border: 0;
}
.product-comparison-table--SelectPlans *::after {
  display: none;
  content: none;
}
.product-comparison-table--SelectPlans td {
  background: 0 !important;
  border: 0 !important;
}

@media (max-width: 767px) {
  .pe-sm-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .me-sm-0 {
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .ems-staticTabTypelist {
    margin-left: 125px;
  }
}
@media (max-width: 767px) {
  .ems-staticTabTypelist--pricing {
    margin-left: 0 !important;
  }
}
.ems-staticTabTypelist::-webkit-scrollbar {
  display: none;
}
.ems-staticTabTypelist .ems-staticTabType {
  padding: 16px;
  background-color: var(--purple-100);
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .ems-staticTabTypelist .ems-staticTabType {
    padding: 16px 24px;
  }
}
.ems-staticTabTypelist .ems-staticTabType span {
  font-size: 18px;
  font-weight: 600;
  color: var(--neutral-900);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ems-staticTabTypelist__item {
  cursor: pointer;
  position: relative;
  min-width: 160px;
  max-width: 160px;
}
@media (max-width: 767px) {
  .ems-staticTabTypelist__item {
    min-width: 165px;
    max-width: 165px;
  }
}
.ems-staticTabTypelist__item input {
  left: 0;
  opacity: 0;
}
.ems-staticTabTypelist__item:first-child .ems-staticTabType {
  border-top-left-radius: 20px;
}
.ems-staticTabTypelist__item:last-child .ems-staticTabType {
  border-top-right-radius: 20px;
}
.ems-staticTabTypelist__item.selected .ems-staticTabType {
  background-color: #feecdc;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.ems-product-comparison-nav {
  margin: 0 auto;
  padding: 6px;
  border: 1px solid #a4cafe;
  box-shadow: 0px 0px 11px 0px rgba(28, 100, 242, 0.1607843137);
  border-radius: 80px;
  text-align: center;
}
.ems-product-comparison-nav.active {
  position: fixed;
  bottom: 20px;
  left: 50%;
  white-space: nowrap;
  z-index: 99;
  background-color: white;
  transform: translateX(-50%);
}
.ems-product-comparison-nav__item {
  padding: 10px;
  border-radius: 80px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  background: 0;
  border: 0;
}
@media (min-width: 992px) {
  .ems-product-comparison-nav__item {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 20px;
  }
}
.ems-product-comparison-nav__item.active {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
  background: #c3ddfd;
  color: #1c64f2;
}

@media (max-width: 767px) {
  .pl-mb-24 {
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .p-mb-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ml-md-148 {
    margin-left: 148px;
  }
}

.ems-cmTabtitle {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 16.8px !important;
}
@media (min-width: 1200px) {
  .ems-cmTabtitle {
    font-size: 16px !important;
  }
}

.ems-emtyLine {
  width: 12px;
  height: 2px;
  background-color: var(--neutral-400);
  border-radius: 20px;
  display: block;
  z-index: 0 !important;
  position: static !important;
}

.ems-table-2 {
  border: 1px solid #dcd7fe;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ems-table-2 {
    margin-right: -30px;
    border-top: 0;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) {
  .ems-table-2 .mb-scroll {
    padding-right: 12px;
  }
}
.ems-table-2 table th {
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;
  color: #111928;
  padding: 11px 24px;
  box-shadow: 0px 20px 60px -3.75px rgba(0, 0, 0, 0.0235294118);
  background-color: #cabffd;
}
.ems-table-2 table th:last-child {
  position: relative;
}
.ems-table-2 table th:last-child::after {
  position: absolute;
  content: "";
  width: 1px;
  right: 0;
  height: 100%;
  background-color: #dcd7fe;
  border-top-right-radius: 12px;
}
@media (min-width: 768px) {
  .ems-table-2 table th:last-child::after {
    display: none;
    content: none;
  }
}
@media (max-width: 767px) {
  .ems-table-2 table th:last-child {
    border-top-right-radius: 12px;
  }
}
.ems-table-2 table td {
  font-size: 12px;
  line-height: 16.8px;
  color: #111928;
  background-color: #f6f5ff;
  border-bottom: 1px solid #dcd7fe;
  padding: 17px 24px;
  font-weight: 400;
}
.ems-table-2 table td:last-child {
  position: relative;
}
.ems-table-2 table td:last-child::after {
  position: absolute;
  content: "";
  width: 1px;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #dcd7fe;
  border-top-right-radius: 12px;
}
@media (min-width: 768px) {
  .ems-table-2 table td:last-child::after {
    display: none;
    content: none;
  }
}
@media (min-width: 768px) {
  .ems-table-2 table td {
    font-size: 14px;
    line-height: 20px;
    padding: 13px 24px;
  }
}
.ems-table-2 table td:first-child {
  font-weight: 600 !important;
}
.ems-table-2 table td:first-child * {
  font-weight: 600 !important;
}
.ems-table-2 table a {
  font-size: 12px;
  line-height: 16.8px;
  color: #111928;
}
@media (min-width: 768px) {
  .ems-table-2 table a {
    font-size: 14px;
    line-height: 20px;
  }
}
.ems-table-2 table tbody tr:last-child td {
  border-bottom: 0 !important;
  border-bottom-right-radius: 12px;
}
.ems-table-2 table tbody tr:last-child td::after {
  border-bottom-right-radius: 12px;
}
.ems-table-2--serviceProvider th {
  min-width: 150px;
}
.ems-table-2--serviceProvider th:first-child {
  min-width: 250px;
}
@media (min-width: 992px) {
  .ems-table-2--serviceProvider th:first-child {
    min-width: 323px;
  }
}
.ems-table-2--serviceProvider th:nth-child(2) {
  min-width: 208px;
}

@media (max-width: 767px) {
  .ems-table-3 {
    margin-right: -30px;
  }
}
.ems-table-3 table {
  border-collapse: separate;
  border-spacing: 0 16px;
}
.ems-table-3 table thead {
  box-shadow: 0px 20px 60px -3.75px rgba(0, 0, 0, 0.0235294118);
}
.ems-table-3 table th {
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;
  color: #111928;
  padding: 20px 12px;
  background-color: #cabffd;
  position: relative;
}
@media (max-width: 767px) {
  .ems-table-3 table th {
    min-width: 200px;
  }
}
@media (min-width: 768px) {
  .ems-table-3 table th {
    font-size: 20px;
    line-height: 28px;
    padding: 18px 24px;
  }
}
.ems-table-3 table th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.ems-table-3 table th:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.ems-table-3 table th:last-child::after {
  display: none;
  content: none;
}
.ems-table-3 table th::after {
  position: absolute;
  content: "";
  top: 8px;
  right: 0;
  width: 1px;
  height: calc(100% - 16px);
  background-color: #dcd7fe;
}
@media (max-width: 767px) {
  .ems-table-3 table th::after {
    top: 12px;
    height: calc(100% - 24px);
  }
}
.ems-table-3 table tbody tr td {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  padding: 16px 12px;
  background-color: #f6f5ff;
  border: 1px solid #dcd7fe;
  border-right: 0;
  border-left: 0;
  position: relative;
}
.ems-table-3 table tbody tr td::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  width: 1px;
  height: calc(100% - 24px);
  background-color: #dcd7fe;
}
@media (max-width: 767px) {
  .ems-table-3 table tbody tr td::after {
    top: 16px;
    height: calc(100% - 32px);
  }
}
.ems-table-3 table tbody tr td:first-child {
  font-weight: 600;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-left: 1px solid #dcd7fe !important;
}
.ems-table-3 table tbody tr td:last-child {
  border-right: 1px solid #dcd7fe !important;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.ems-table-3 table tbody tr td:last-child::after {
  display: none;
  content: none;
}
@media (min-width: 768px) {
  .ems-table-3 table tbody tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 24px;
  }
}

.h-min-60 {
  min-height: 60px !important;
}

.qx-form {
  display: grid;
  gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 768px) {
  .qx-form {
    gap: 22px;
  }
}
.qx-form--sec .form-label {
  color: #888888;
}
.qx-form--sec .form-control {
  border-color: rgba(17, 72, 123, 0.5);
}
.qx-form--sec .form-control::-moz-placeholder {
  color: rgba(17, 72, 123, 0.5) !important;
}
.qx-form--sec .form-control::placeholder {
  color: rgba(17, 72, 123, 0.5) !important;
}

.qx-formgroup {
  display: grid;
  gap: 5px;
}

.form-label {
  font-size: 14px;
  font-weight: var(--fnt-medium);
  color: var(--white);
}
@media (min-width: 768px) {
  .form-label {
    font-size: 16px;
  }
}

.qx-contact-form {
  display: grid;
  gap: 20px;
}
.qx-contact-form .form-control {
  border: 1px solid #d9d9d9;
  padding-inline: 1rem;
}

.qx-floatinglabel {
  left: 1rem !important;
  color: var(--label);
}

.sh-mandatory {
  color: #ae3c0f !important;
}

.form-select {
  height: 49px !important;
  font-size: 14px;
  color: rgba(107, 114, 128, 0.5);
}

.mt-forminput {
  background: #363739;
  border: none !important;
  padding-block: 1rem;
  padding-inline: 1rem;
  border-radius: 0;
  color: var(--white);
  font-weight: var(--fnt-medium);
}
.mt-forminput:focus {
  box-shadow: none;
  border-color: var(--orangeligt) !important;
  background: #363739;
  color: var(--white);
}

.mt-formdes {
  color: #a8a9a9;
}

.mt-filedgap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mt-radiocontainer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mt-radio-group {
  padding: 1rem;
  background: #363739;
}
.mt-radio-group label {
  font-size: 20px;
  line-height: 28px;
  font-weight: var(--fnt-medium);
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #a8a9a9;
}

[type=radio]:checked + label:before {
  border: 2px solid #f8e3c9 !important;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #636366;
  border-radius: 100%;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f8e3c9;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label {
  color: var(--white);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.ems-search {
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  padding: 12px 17px;
  border-radius: 48px;
  color: #f9fafb;
}
@media (max-width: 767px) {
  .ems-search {
    padding: 7px 14px;
    border-radius: 12px;
  }
}
.ems-search input {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0;
  width: calc(100% - 80px);
}
@media (max-width: 767px) {
  .ems-search input {
    width: calc(100% - 30px);
  }
}
.ems-search input::-moz-placeholder {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.ems-search input::placeholder {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* The container */
.check-container {
  display: block;
  position: relative;
  padding-left: 31px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #374151;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #f9f5ff;
  border-color: #8e6aff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: url("../images/icons/checkmark.svg");
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.is-open .check-container--head .checkmark-::after {
  top: 30% !important;
  content: url("../images/icons/check-line.svg") !important;
  display: block !important;
  opacity: 0;
}
.is-open .check-container--head .checkmark {
  background-color: #ffffff;
  border-color: #d0d5dd;
}
.is-open .check-container--head.not-selected .checkmark {
  background-color: #ffffff !important;
}
.is-open .check-container--head.not-selected.checkmark-::after {
  opacity: 1;
}
.is-open .check-container--head.not-all .checkmark, .is-open .check-container--head.all .checkmark {
  background-color: #f9f5ff !important;
  border-color: #8e6aff !important;
}
.is-open .check-container--head.not-all .checkmark::after, .is-open .check-container--head.all .checkmark::after {
  opacity: 1 !important;
}
.is-open .check-container--head.not-all.checkmark-::after, .is-open .check-container--head.all.checkmark-::after {
  opacity: 1 !important;
}

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

.form-check-input {
  margin-top: 0;
}

.ems-custom-prifixInput {
  display: flex;
  align-items: center;
}
.ems-custom-prifixInput__block {
  border: 1px solid var(--grayD5DD);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border-radius: 8px;
  padding: 7px 14px;
  color: #475467;
  background-color: #ffffff;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ems-custom-prifixInput input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 0 !important;
}

.ems-check-2:checked[type=checkbox] {
  background-image: url("/images/icons/blue-checkmark.svg") !important;
  background-color: #ffffff !important;
  border: 1px solid #1c64f2 !important;
  background-size: 10px !important;
}

.ems-check-2 {
  width: 16px !important;
  height: 16px !important;
  margin-top: 2px;
  background-color: #ffffff !important;
}

.label {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--black3838);
  margin-bottom: 6px;
}

.w-auto {
  width: auto !important;
}

.custom-padding-scroll {
  padding-bottom: 10px !important;
}

.srcViewer {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.srcViewer span {
  transition: 0.3s ease-in-out;
}
.srcViewer:hover span {
  color: #1c64f2 !important;
}
.srcViewer:hover .view-file-inactive {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.srcViewer:hover .view-file-active {
  opacity: 1;
}
.srcViewer .view-file-inactive {
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 14px;
  height: 14px;
}
.srcViewer .view-file-active {
  opacity: 0;
  transition: 0.3s ease-in-out;
  width: 14px;
  height: 14px;
}

.form-switch .form-check-input:not(:checked):focus {
  background-image: url(/images/icons/switch-gray.svg) !important;
}

.contentSearchFields {
  display: none;
}

.signing-type {
  padding: 16px;
  border: 1px solid #cddbfe;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .signing-type {
    padding: 24px;
    border-radius: 20px;
    height: 100%;
  }
}
.signing-type__footer {
  margin-top: auto;
  width: 100%;
}

.sec-emSigner {
  position: relative;
}
@media (max-width: 767px) {
  .sec-emSigner {
    padding: 20px 7.2px !important;
  }
}
@media (min-width: 768px) {
  .sec-emSigner {
    background-color: #fff8f1;
    padding: 32px;
  }
}
.sec-emSigner::after {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #ffffff;
}
.sec-emSigner .ems-signupContainer__form {
  display: block !important;
  position: relative !important;
}
.sec-emSigner .em-sign-list-1__item {
  margin-bottom: 40px;
}
.sec-emSigner .ui {
  height: 40px !important;
  min-height: auto !important;
}
.sec-emSigner .ui .default {
  font-size: 14px !important;
  color: #9CA3AF !important;
  font-weight: 400 !important;
}
.sec-emSigner .ems-signupContainer {
  padding-left: 0 !important;
}
.sec-emSigner .ems-contact-fields__item {
  margin-bottom: 20px !important;
}
.sec-emSigner .ems-cntryDrop__head span {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.sec-emSigner .ems-signupContainer__form {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .sec-emSigner .ems-signupContainer__form {
    padding: 40px 10px 50px 50px !important;
  }
}
@media (min-width: 1200px) {
  .sec-emSigner .ems-signupContainer__form {
    padding: 40px 18px 50px 50px !important;
  }
}
@media (min-width: 1400px) {
  .sec-emSigner .ems-signupContainer__form {
    padding: 40px 18px 50px 98px !important;
  }
}

.ems-cntryDrop {
  width: auto;
  border: 1px solid #d1d5db;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border-radius: 8px;
  padding: 6px 14px;
  color: #111928;
  background-color: #ffffff;
  margin-top: 0 !important;
}
.ems-cntryDrop--smallMb {
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
}
.ems-cntryDrop__head {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 21px;
  cursor: pointer;
}
.ems-cntryDrop__head .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.ems-cntryDrop__head .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.ems-cntryDrop__head span {
  color: var(--neutral-700);
  line-height: 19px !important;
  font-weight: 500;
}
.ems-cntryDrop__head::after {
  position: absolute;
  content: url("../images/icons/ar-down-gray.svg") !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pt-main-signup {
  padding-top: 59px;
}
@media (min-width: 992px) {
  .pt-main-signup {
    padding-top: 36px;
  }
}

input.js-selected-cntry {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.ems-ResTag {
  text-align: center;
}
@media (min-width: 768px) {
  .ems-ResTag {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 9;
  }
}

.ems-termsTag {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .ems-termsTag {
    padding-bottom: 0;
    position: absolute;
    left: 50px;
    bottom: 0;
    width: 100%;
    z-index: 9;
  }
}

@media (min-width: 768px) {
  .nav-sign-in li {
    min-width: 33.3%;
  }
}
.nav-sign-in li button {
  width: 100%;
}

.radio-cont {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #374151;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.radio-cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-cont .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: 1px solid #D0D5DD;
  border-radius: 50%;
}
.radio-cont input ~ .checkmark {
  background-color: #ffffff;
}
.radio-cont input:checked ~ .checkmark {
  background-color: #ffffff;
  border-color: #8E6AFF;
}
.radio-cont .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-cont input:checked ~ .checkmark:after {
  display: block;
}
.radio-cont .checkmark:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8E6AFF;
}

.op-0 {
  opacity: 0.3;
}

.ems-revoke-stepForm {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #CDDBFE;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .ems-revoke-stepForm {
    padding: 40px;
    grid-template-columns: minmax(0, 350px) 1fr;
  }
}
.ems-revoke-stepForm__steps {
  width: 100%;
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .ems-revoke-stepForm__steps {
    border-right: 1px solid #E5E7EB;
    border-bottom: 0;
    padding-right: 40px;
    padding-bottom: 0;
  }
}
.ems-revoke-stepForm__inputGroup {
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .ems-revoke-stepForm__inputGroup {
    padding-left: 40px;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.multi-step-list {
  padding: 0;
  margin: 0;
}
.multi-step-list__item {
  padding-bottom: 36px;
  position: relative;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .multi-step-list__item {
    padding-bottom: 68px;
  }
}
.multi-step-list__item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 24px;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
  background-color: #EAECF0;
  z-index: 1;
}
.multi-step-list__item:last-child {
  padding-bottom: 0;
}
.multi-step-list__item:last-child::before {
  content: none;
  display: none;
}
.multi-step-list__item.active {
  opacity: 1 !important;
}
.multi-step-list__item.active .step-info {
  color: #374151 !important;
}
.multi-step-list__item.active .step-title {
  color: #1A56DB !important;
}
.multi-step-list__item.active .active-icon {
  display: block;
}
.multi-step-list__item.active .inActive-icon {
  display: none;
}
.multi-step-list__item.completed {
  opacity: 0.6;
}
.multi-step-list__item.completed .step-info {
  color: #374151 !important;
}
.multi-step-list__item.completed .step-title {
  color: #1A56DB !important;
}
.multi-step-list__item.completed .active-icon {
  display: block;
}
.multi-step-list__item.completed .inActive-icon {
  display: none;
}

.ems-revoke-step {
  display: flex;
  flex-wrap: wrap;
}
.ems-revoke-step__icon {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  .ems-revoke-step__icon {
    width: 48px;
    height: 48px;
  }
}
.ems-revoke-step__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ems-revoke-step__icon .active-icon {
  display: none;
}
.ems-revoke-step__icon .inActive-icon {
  display: block;
}
.ems-revoke-step__info {
  width: calc(100% - 56px);
  padding-left: 16px;
}
@media (min-width: 768px) {
  .ems-revoke-step__info {
    width: calc(100% - 64px);
  }
}
.ems-revoke-step__info .step-title {
  color: #374151;
  margin-bottom: 2px;
  font-weight: var(--fnt-semi);
}
.ems-revoke-step__info .step-info {
  color: #475467;
  font-size: 14px;
}
@media (min-width: 768px) {
  .ems-revoke-step__info .step-info {
    font-size: 16px;
  }
}

.js-otp {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .js-otp {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .js-otp {
    padding-bottom: 74px;
  }
}

.otp-input-fields {
  margin: auto;
  background-color: white;
  width: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .otp-input-fields {
    justify-content: space-between;
  }
}
.otp-input-fields input {
  height: 44px;
  width: 40px;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  text-align: center;
  outline: none;
  font-size: 28px;
  font-weight: 500;
  /* Firefox */
}
@media (max-width: 374px) {
  .otp-input-fields input {
    width: 30px;
    height: 32px;
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .otp-input-fields input {
    width: 36px !important;
    height: 40px !important;
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .otp-input-fields input {
    width: 43px !important;
    height: 48px !important;
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .otp-input-fields input {
    font-size: 48px;
    width: 64px !important;
    height: 64px !important;
  }
}
.otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-input-fields input::-moz-placeholder {
  line-height: 30px;
  color: #D0D5DD;
  font-size: 28px;
  font-weight: 500;
}
.otp-input-fields input::placeholder {
  line-height: 30px;
  color: #D0D5DD;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .otp-input-fields input::-moz-placeholder {
    font-size: 32px;
  }
  .otp-input-fields input::placeholder {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .otp-input-fields input::-moz-placeholder {
    font-size: 48px;
  }
  .otp-input-fields input::placeholder {
    font-size: 48px;
  }
}
.otp-input-fields input[type=number] {
  -moz-appearance: textfield;
}
.otp-input-fields input:focus {
  border-width: 2px;
  border-color: #1A56DB;
  font-size: 20px;
}

.form-section {
  display: none;
}
.form-section.current {
  display: block;
}

.otp-value {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.js-otpValidation.otp-error .otp-custom-error {
  display: block;
}
.js-otpValidation.otp-error input {
  border-color: #E02424 !important;
  color: #E02424 !important;
}
.js-otpValidation .otp-custom-error {
  display: none;
  margin-top: 8px !important;
}

.ems-Success-Message {
  padding: 110px 24px 24px 24px;
  border: 1px solid #CDDBFE;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .ems-Success-Message {
    padding: 128px 64px 32px 64px;
  }
}
.ems-Success-Message .img2 {
  position: absolute;
  top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .ems-Success-Message .img2 {
    top: 56px;
  }
}

.emsign-dsar-form {
  border: 1px solid #CDDBFE;
  border-radius: 16px;
  padding: 24px 20px 20px 20px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .emsign-dsar-form {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .emsign-filter-dropdowns {
    width: calc(50% - 8px);
  }
}
@media (min-width: 768px) {
  .emsign-filter-dropdowns {
    min-width: 206px;
  }
}
@media (min-width: 768px) {
  .emsign-filter-dropdowns .ui.selection.dropdown {
    min-height: 44px !important;
    max-height: 44px !important;
  }
}

.ems-onboard-fields {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .Onboarding-margins .ems-onboard__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.ems-onboard__item {
  margin-bottom: 16px;
}
.ems-onboard__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ems-onboard--InGp .onboard__item:nth-child(even) {
    padding-left: 12px;
  }
}
@media (min-width: 768px) {
  .ems-onboard--InGp .onboard__item:nth-child(odd) {
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .ems-onboard--InGp .onboard__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.ems-onboarding-form {
  background-color: var(--purple-050);
  border-radius: 16px;
  border: 1px solid var(--purple-200);
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .ems-onboarding-form {
    height: calc(100vh - 200px);
  }
}
.ems-onboarding-form__item {
  padding: 16px 16px 24px 16px;
}
@media (min-width: 768px) {
  .ems-onboarding-form__item {
    padding: 16px 24px 24px 24px;
  }
}

.icon-input-date {
  position: relative;
}
.icon-input-date::after {
  position: absolute;
  content: url("/images/icons/dateFicker.svg");
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  z-index: 9;
  width: 15px;
  height: 15px;
  pointer-events: none;
}

.tab-onborading-form {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--purple-200);
}
.tab-onborading-form li {
  text-align: center;
  background-color: none !important;
  width: calc(50% - 15px);
}
@media (min-width: 992px) {
  .tab-onborading-form li {
    width: calc(50% - 30px);
  }
}
.tab-onborading-form li .nav-link {
  padding: 16px 24px;
  height: 100%;
  position: relative;
  width: 100%;
  text-align: center;
  background: none !important;
  transition: 0.3s ease-in-out;
  color: var(--gray7085);
  font-weight: 600;
}
.tab-onborading-form li .nav-link::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--primary-600);
  bottom: -2px;
  left: 50%;
  transition: 0.3s ease-in-out;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 9;
}
.tab-onborading-form li .nav-link.active {
  color: var(--primary-600) !important;
}
.tab-onborading-form li .nav-link.active::after {
  opacity: 1;
  width: 100%;
}

.ems-acnt-review-item {
  margin-bottom: 12px;
}
.ems-acnt-review-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ems-acnt-review-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.ems-acnt-review-item h4, .ems-acnt-review-item .h4 {
  color: var(--gray7878);
  font-size: 14px;
  font-weight: 500;
}
.ems-acnt-review-item p {
  color: #000000;
  font-size: 14px;
}

.ems-onboard-vScroll {
  height: calc(100vh - 200px);
  padding-bottom: 150px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 768px) {
  .ems-onboard-vScroll {
    padding-bottom: 0;
    height: calc(100% - 128px);
    overflow-y: scroll;
    padding-bottom: 200px;
  }
}
.ems-onboard-vScroll::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px;
}
.ems-onboard-vScroll::-webkit-scrollbar-track {
  background: none;
}
.ems-onboard-vScroll::-webkit-scrollbar-thumb {
  background: #e4e4e4;
}
.ems-onboard-vScroll::-webkit-scrollbar-thumb:hover {
  background: #e4e4e4;
}

.ems-onboard-codePoupulate {
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 200px);
}
@media (max-width: 991px) {
  .ems-onboard-codePoupulate {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .ems-onboard-codePoupulate {
    padding: 24px;
  }
}
.ems-onboard-codePoupulate__body {
  padding: 16px 0;
  position: relative;
  height: calc(100% - 100px);
  overflow-y: auto;
}
.ems-onboard-codePoupulate__body .ems-no-code {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 99;
}
.ems-onboard-codePoupulate__footer {
  margin-top: auto;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .ems-onboard-codePoupulate__footer .ems-btn {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .ems-onboard-codePoupulate__footer .ems-btn:first-of-type {
    margin-bottom: 16px;
  }
}
.ems-onboard-codePoupulate__footer button,
.ems-onboard-codePoupulate__footer a {
  justify-content: center;
}

.accordion {
  cursor: pointer;
  transition: 0.4s;
}
.accordion.active .accordion-head::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion .accordion-head {
  position: relative;
}
.accordion .accordion-head::after {
  position: absolute;
  content: url("/images/icons/ar-down-gray.svg");
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 5;
}
.accordion .accordion-head h3, .accordion .accordion-head .h3 {
  color: var(--black2327);
}

.accordion-item {
  padding-top: 12px;
}

.ems-copycode {
  opacity: 0.4;
}
.ems-copycode.active {
  pointer-events: all;
  opacity: 1;
  cursor: pointer;
}

.ems-code pre {
  height: 100%;
  white-space: pre-wrap;
  overflow-y: auto;
}
.ems-code * {
  font-size: 14px;
  font-weight: 500;
  color: #787878;
}
@media (min-width: 768px) {
  .ems-code * {
    font-size: 16px;
  }
}

.card {
  text-align: center;
  padding: 20px;
  border: 2px solid #faa301;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.app-title {
  color: #27ae60;
}

.app-subtitle {
  color: #333;
}

.file-label {
  cursor: pointer;
  display: flexbox;
  padding: 7px;
  background-color: #c834db;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 60px;
  transition: background-color 0.3s;
}

.file-label:hover {
  background-color: #73ec10;
}

.file-input {
  display: none;
}

.progress-container {
  margin-top: 15px;
  position: relative;
  height: 20px;
}

.progress-bar {
  width: 0;
  height: 100%;
  background-color: #2ecc71;
  border-radius: 5px;
  transition: width 0.3s;
}

.progress-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #333;
  font-size: 14px;
  display: none;
}

.file-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.file-name {
  color: rgb(19, 2, 255);
}

.clear-button {
  padding: 5px 12px;
  background-color: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: none;
}

.clear-button:hover {
  background-color: #c0392b;
}

.preview-container img {
  max-width: 100%;
  max-height: 150px;
  cursor: pointer;
  margin-top: 15px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal.show {
  z-index: 9999 !important;
}

.close {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
}

#fileUpload {
  margin-bottom: 16px;
}

.file-container {
  width: 100%;
  font-family: var(--font-family);
}
.file-container .file-upload {
  width: 100%;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  transition: all 0.3s;
}
.file-container .file-upload:hover {
  box-shadow: var(--shadow);
}
.file-container .file-upload > div {
  width: 100%;
  background-color: var(--file-bg);
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  border: 1px dashed var(--file-border-color);
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .file-container .file-upload > div {
    padding: 10px;
    margin: 5px;
  }
}
.file-container .file-upload > div > i {
  font-size: 3.125em;
  color: var(--file-color);
}
.file-container .file-upload > div > p,
.file-container .file-upload > div span,
.file-container .file-upload > div div {
  font-size: var(--font-size);
  line-height: 30px;
  color: var(--file-color);
}
.file-container .file-upload > div > div {
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  margin: 0 auto;
  border: 1px solid var(--file-border-color);
  border-radius: 8px;
}
.file-container > table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--font-size);
  margin-top: 20px;
}
.file-container > table th,
.file-container > table td {
  border-bottom: 1px solid var(--table-border-color);
  padding: 8px;
  text-align: left;
}
.file-container > table > tbody > tr > td:nth-child(1) {
  font-weight: bold;
}
.file-container > table > tbody > tr > td:nth-child(2) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 1px;
}
.file-container > table > tbody > tr > td:nth-child(3) {
  text-align: center;
}
.file-container > table > tbody > tr > td > img {
  border-radius: 5px;
  box-shadow: var(--shadow);
}
.file-container > table > tbody > tr > td.no-file {
  text-align: center;
  font-weight: normal;
}
.file-container > table > tbody > tr > td > i {
  font-size: 1.125em;
}
.file-container > table button {
  background-color: var(--delete-button-bg);
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.file-container > table button:hover {
  box-shadow: var(--shadow);
}
.file-container > table button > i {
  color: var(--delete-button-color);
  font-size: 1.125em;
}

.file-list {
  padding: 0;
  margin: 0;
}
.file-list__item {
  width: 100%;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  justify-content: space-between;
  padding: 16px;
  margin-top: 16px;
}

.delet-file {
  cursor: pointer;
}

.view-file {
  width: 16px;
  height: 16px;
}

.tab-onborading-form .nav-item:first-of-type .nav-link {
  position: relative;
}
.tab-onborading-form .nav-item:first-of-type .nav-link::before {
  position: absolute;
  content: url(/images/icons/ar-down-gray.svg);
  top: 50%;
  right: -15px;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 5;
}
@media (min-width: 992px) {
  .tab-onborading-form .nav-item:first-of-type .nav-link::before {
    right: -30px;
  }
}

.progress {
  height: 8px !important;
  border-radius: 8px !important;
  background-color: #eaecf0 !important;
}

.progress-bar {
  border-radius: 8px !important;
  background-color: #1a56db !important;
}

.ems-check-list--flex .ems-check-list__item {
  margin-bottom: 12px;
}
.ems-check-list--flex .ems-check-list__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ems-check-list--flex .ems-check-list__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.ems-divider {
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ems-divider span {
  display: inline-block;
  background: var(--purple-050);
  padding: 12px;
  z-index: 2;
  position: relative;
}
.ems-divider::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.ems-Initials-filds-optional {
  opacity: 0.5;
  pointer-events: none;
}
.ems-Initials-filds-optional.open {
  opacity: 1;
  pointer-events: all;
}

.dropdown.icon::before {
  content: url(/images/icons/ar-down-gray.svg) !important;
}

.pt-20 {
  padding-top: 20px;
}

.pos-abs-ft {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: inherit;
  width: 100%;
}

@media (min-width: 768px) {
  .float-md-right {
    float: right;
  }
}

@media (min-width: 768px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

#datepicker {
  position: relative;
}
#datepicker::after {
  position: absolute;
  content: url(/images/icons/dateFicker.svg);
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

.datepicker.dropdown-menu {
  transform: translateY(20px);
}

.datepicker-orient-bottom {
  transform: translateY(10px) !important;
}

.datepicker-dropdown:before {
  content: none !important;
}

.datepicker-dropdown::after {
  content: none !important;
}

.form-switch .form-check-input {
  width: 30px !important;
}

.ems-copied {
  background-color: #1C64F2;
  padding: 2px 12px;
  border-radius: 4px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.ems-copied.show {
  opacity: 1;
}

.ui.selection.active.dropdown {
  border-color: var(--grayD5DD) !important;
}

.ui.selection.dropdown {
  border: 1px solid var(--grayD5DD);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922) !important;
  border-radius: 8px !important;
  padding: 11px 14px;
  color: var(--black3838) !important;
  background-color: #ffffff !important;
  max-width: 100%;
  min-width: 100%;
  min-height: 40px !important;
  max-height: 40px !important;
}
.ui.selection.dropdown.upward .menu {
  transform: translateY(-7px) !important;
}
.ui.selection.dropdown .menu {
  border-color: var(--grayD5DD) !important;
  border: 0 !important;
  border-radius: 8px !important;
  transform: translateY(5px) !important;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.ui.selection.dropdown .menu .item {
  border: 0 !important;
  padding: 6px 12px !important;
  color: var(--neutral-700) !important;
  font-size: 14px;
  border-radius: 4px !important;
}
.ui.selection.dropdown .menu::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px;
}
.ui.selection.dropdown .menu::-webkit-scrollbar-track {
  background: none;
}
.ui.selection.dropdown .menu::-webkit-scrollbar-thumb {
  background: #e4e4e4;
}
.ui.selection.dropdown .menu::-webkit-scrollbar-thumb:hover {
  background: #e4e4e4;
}
.ui.selection.dropdown .dropdown.icon {
  height: 38px !important;
  display: flex;
  align-items: center;
}
.ui.selection.dropdown .dropdown.icon::before {
  line-height: 0.85em !important;
  transition: 0.3s ease-in-out;
}
.ui.selection.dropdown.active .dropdown.icon::before {
  transform: rotate(180deg);
}
.ui.selection.dropdown.active .menu {
  padding: 8px !important;
}
.ui.selection.dropdown.active .menu .item.selected {
  background-color: var(--indigoF5FF);
}
.ui.selection.dropdown.active .menu .item:hover {
  background-color: var(--indigoF5FF);
}
.ui.selection.dropdown.emsign-filter-dropdowns-select .text {
  font-weight: 600;
}
.ui.selection.dropdown.emsign-filter-dropdowns-select .default {
  font-weight: 400 !important;
}
.ui.selection.dropdown.emsign-filter-dropdowns-select .item {
  padding: 15px 38px 15px 8px !important;
  position: relative;
  font-weight: 600 !important;
}
.ui.selection.dropdown.emsign-filter-dropdowns-select .item::after {
  position: absolute;
  content: url(/images/icons/check-mark.svg);
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.ui.selection.dropdown.emsign-filter-dropdowns-select .item.selected {
  background-color: #F9FAFB !important;
}
.ui.selection.dropdown.emsign-filter-dropdowns-select .item.selected::after {
  opacity: 1;
}
.ui.selection.dropdown.emsign-filter-dropdowns-select .item:hover {
  background-color: #F9FAFB !important;
}

.emSign-radio-select {
  border: 1px solid #E9D5FF;
  border-radius: 16px;
  padding: 12px;
}
.emSign-radio-select__item {
  margin-bottom: 8px;
}
.emSign-radio-select__item label {
  width: 100%;
  cursor: pointer;
}
.emSign-radio-select__item span {
  padding: 12px;
  width: 100%;
  display: block;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.emSign-radio-select__item:last-child {
  margin-bottom: 0;
}
.emSign-radio-select__item input:checked ~ span {
  background-color: #A855F7;
  color: #ffffff !important;
}

.emSign-sticky-left {
  position: sticky;
  top: 150px;
  z-index: 99;
}

@media (min-width: 768px) {
  .emSign-sortBy {
    box-shadow: none !important;
    border-radius: 8px !important;
    padding: 0 14px;
  }
}
.emSign-sortBy .text {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.emSign-sortBy span {
  border: 1px solid var(--grayD5DD);
  border-radius: 8px;
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 11px;
  height: 40px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .emSign-sortBy .ui.selection.dropdown {
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    box-shadow: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .pos-abs-selct-mb {
    position: absolute;
    left: -9px;
    bottom: -40px;
    width: calc(100% - 24px);
  }
}

@media (max-width: 767px) {
  .emSign-mb-sortBy {
    padding: 0 !important;
    border: 0 !important;
    height: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    width: 0 !important;
    min-width: 0 !important;
  }
}
@media (max-width: 767px) {
  .emSign-mb-sortBy .text {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .emSign-mb-sortBy.active {
    box-shadow: none !important;
  }
}
@media (min-width: 768px) {
  .emSign-mb-sortBy .menu {
    width: calc(100% + 84px) !important;
    left: -83px !important;
  }
}
@media (max-width: 767px) {
  .emSign-mb-sortBy .menu {
    box-shadow: 0px 2px 3px 2px rgba(34, 36, 38, 0.15) !important;
    width: calc(100vw - 40px) !important;
    top: 0 !important;
    left: 8px !important;
  }
}
@media (max-width: 767px) {
  .emSign-mb-sortBy .icon, .emSign-mb-sortBy .default {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .ems-filter-icon--intigration {
    height: 40px !important;
  }
}

.js-filter-card.hide {
  display: none;
}
.js-filter-card__cnt {
  padding-block: 1.5rem;
  padding-inline: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #E9D5FF;
  border-radius: 12px;
  text-align: center;
  height: 100%;
}

.emsec-imgx56 {
  height: 56px;
  width: 56px;
}

.ems-pricing-section.tab-1 {
  background: linear-gradient(180deg, #fff8f1 0%, rgba(255, 248, 241, 0.7) 39.39%, rgba(255, 248, 241, 0) 94.92%) !important;
}

.ems-pricing-tabs {
  padding: 4px;
  border-radius: 12px;
  background-color: #ffffff;
  display: inline-flex;
  border: 1px solid var(--neutral-200);
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ems-pricing-tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.ems-pricing-tabs .nav-link, .ems-pricing-tabs .nav-link1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--neutral-600);
  padding: 8px 12px;
  border-radius: 12px;
  min-width: 100px;
  text-align: center;
  border: 0;
  background: none;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .ems-pricing-tabs .nav-link, .ems-pricing-tabs .nav-link1 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .ems-pricing-tabs .nav-link, .ems-pricing-tabs .nav-link1 {
    min-width: 125px;
  }
}
.ems-pricing-tabs .nav-link.active, .ems-pricing-tabs .nav-link1.active {
  background-color: var(--Indigo-500);
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
  color: #ffffff;
}

.ems-toggle-btn {
  width: 60px;
  padding: 3px;
  height: 32px;
  border: 1px solid var(--primary-600);
  border-radius: 20px;
  position: relative;
}
.ems-toggle-btn .ems-toogle-radio {
  opacity: 0;
  position: absolute;
}
.ems-toggle-btn .ems-toogle-radio:checked ~ .ems-toogle-check {
  right: 3px;
  left: auto;
}
.ems-toggle-btn .ems-toogle-check {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background-color: var(--primary-600);
  left: 3px;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
}

@media (max-width: 767px) {
  .ems-subscribePlanType {
    padding-top: 37px;
  }
}
@media (max-width: 767px) {
  .ems-subscribePlanType__item {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 22.4px !important;
  }
}

.ems-save-tag {
  padding: 2px 10px;
  border: 1px solid var(--Indigo-200);
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--Indigo-600);
  text-align: center;
  background-color: var(--Indigo-100);
}
.ems-save-tag--billedYearlly {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .ems-save-tag--billedYearlly {
    position: absolute;
    top: 12px;
    right: 12px;
  }
}

.ems-subscribePlans__item {
  margin-bottom: 20px;
}
.ems-subscribePlans__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ems-subscribePlans__item {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .ems-subscribePlans__item {
    margin-bottom: 0;
    margin-top: 24px;
  }
}
.ems-subscribePlans__item .ems-subscribePlan {
  transition: 0.3s ease-in-out;
}
.ems-subscribePlans__item .ems-subscribePlan:hover {
  border-color: #1c64f2;
}
.ems-subscribePlans__item .ems-subscribePlan__info {
  display: flex;
  flex-direction: column;
}
.ems-subscribePlans__item .ems-subscribePlan__info .ems-domains-dropdown {
  margin-top: auto;
}
.ems-subscribePlans--width .ems-plancategery {
  width: 100%;
}
.ems-subscribePlans--width .ems-PopularTag {
  width: auto;
  display: inline-block;
}
.ems-subscribePlans--width .ems-subscribePlan__head {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ems-subscribePlan {
  padding: 24px 20px;
  background-color: #ffffff;
  border: 1px solid var(--primary-100);
  border-radius: 20px;
}
@media (min-width: 768px) {
  .ems-subscribePlan {
    padding: 24px;
    height: 100%;
  }
}
.ems-subscribePlan__head {
  margin-bottom: 28px;
}
.ems-subscribePlan__price {
  margin-bottom: 40px;
}

.ems-PopularTag {
  padding: 2px 10px;
  border: 1px solid var(--purple-300);
  background-color: var(--purple-200);
  border-radius: 20px;
  color: var(--purple-600);
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: center;
}
@media (min-width: 1400px) {
  .ems-PopularTag {
    font-size: 10px;
  }
}

.ems-plancategery {
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: var(--neutral-900);
}

.icon-right-mark-cm {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-100);
}

.ems-plan-ovrall__item {
  margin-bottom: 8px;
}
.ems-plan-ovrall__item:last-child {
  margin-bottom: 0;
}

.ems-staticTabPlan {
  padding: 40px 16px 0 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 48px);
}
@media (min-width: 992px) {
  .ems-staticTabPlan {
    padding: 40px 24px 0 24px;
  }
}
.ems-staticTabPlan .pos-T {
  position: absolute;
  top: 10px;
  left: 16px;
}
@media (min-width: 992px) {
  .ems-staticTabPlan .pos-T {
    left: 24px;
  }
}
.ems-staticTabPlan__price {
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: -0.02em;
}
@media (min-width: 992px) {
  .ems-staticTabPlan__price {
    font-size: 38px;
    font-weight: 700;
    line-height: 53.2px;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .ems-staticTabPlan .ems-btn {
    padding: 10px !important;
    font-size: 14px !important;
  }
}

.ems-staticTabPlan-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .ems-staticTabPlan-text {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -0.02em;
  }
}

.ems-pos-tabTitle {
  z-index: 99;
  min-width: 185px;
  max-width: 185px;
}
@media (min-width: 768px) {
  .ems-pos-tabTitle {
    min-width: 390px;
    max-width: 390px;
  }
}
.ems-pos-tabTitle h3, .ems-pos-tabTitle .h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  letter-spacing: -0.02em;
}
@media (min-width: 1200px) {
  .ems-pos-tabTitle h3, .ems-pos-tabTitle .h3 {
    font-size: 28px;
    line-height: 39.2px;
    letter-spacing: -0.02em;
  }
}

.ems-accordion-single {
  border-bottom: 1px solid #efefef;
  margin-top: 10px;
}

.ems-accordion-single-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  cursor: pointer;
  color: #111928;
  position: relative;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .ems-accordion-single-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }
}

.ems-accordion-single-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #111928;
  border-right: solid 2px #111928;
  transform: translateY(-50%) rotate(135deg);
}

.ems-accordion-single-content {
  padding-top: 12px;
  padding-right: 20px;
  display: none;
}

.ems-accordion-single-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}
@media (min-width: 768px) {
  .ems-accordion-single-content p {
    font-size: 16px;
    line-height: 22.4px;
  }
}

.ems-accordion-single-content a {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: #1c64f2;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .ems-accordion-single-content a {
    font-size: 16px;
    line-height: 22.4px;
  }
}

.ems-accordion-single__item {
  padding: 20px;
  border: 1px solid #dcd7fe;
  background-color: #f6f5ff;
  border-radius: 10px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .ems-accordion-single__item {
    padding: 16px;
  }
}
.ems-accordion-single__item:last-child {
  margin-bottom: 0;
}

.ems-accordion-single__item.is-open .ems-accordion-single-content {
  height: auto;
  padding-top: 12px;
}

.ems-accordion-single__item.is-open .ems-accordion-single-title::after {
  transform: translateY(-50%) rotate(315deg);
}

.ems-price-accSec {
  padding: 40px 0;
  background: linear-gradient(180.2deg, #fff8f1 -37.81%, rgba(255, 248, 241, 0) 50.01%);
}
@media (min-width: 992px) {
  .ems-price-accSec {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .ems-price-accSec {
    padding: 120px 0;
  }
}

.ems-enterprise-planTitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: -2%;
}
@media (max-width: 767px) {
  .ems-enterprise-planTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 0%;
  }
}

@media (min-width: 768px) {
  .pos-sticky-t100 {
    position: sticky;
    top: 150px;
  }
}

.ems-domains-dropdown {
  background-color: #ebf5ff;
  padding: 16px;
  border-radius: 8px;
}

.em-sign-list-1__item {
  margin-bottom: 48px;
}
.em-sign-list-1__item .em-sign-list-1-icon {
  width: 68px;
  height: 68px;
}
.em-sign-list-1__item .em-sign-list-1-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .em-sign-list-1__item .em-sign-list-1-info {
    width: calc(100% - 92px);
  }
}
.em-sign-list-1__item:last-child {
  margin-bottom: 0;
}

.ems-sign-listCont-1 {
  padding: 16px;
  border-radius: 16px;
  background-color: var(--Indigo-050);
  width: 100%;
}
@media (min-width: 992px) {
  .ems-sign-listCont-1 {
    padding: 32px;
  }
}

.ems-sign-listCont-1__head {
  border-bottom: 1px solid var(--Indigo-200);
}
.ems-sign-listCont-1__footer {
  border-radius: 8px;
  background-color: var(--Indigo-100);
  padding: 8px 15px;
}

.em-sign-list-2__item {
  margin-bottom: 24px;
  position: relative;
  padding-left: 32px;
}
.em-sign-list-2__item::before {
  position: absolute;
  content: url(/images/icons/list-icon-global.svg);
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .em-sign-list-2__item {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .p-l-20 {
    padding-left: 20px !important;
  }
}

@media (min-width: 992px) {
  .p-r-20 {
    padding-right: 20px !important;
  }
}

.ems-sign-list-Document-Options__item {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .ems-sign-list-Document-Options__item {
    margin-bottom: 40px;
  }
}
.ems-sign-list-Document-Options__item:last-child {
  margin-bottom: 0;
}

.ems-sign-list-DocumentOption {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #CDDBFE;
  background-color: #ffffff;
  height: 100%;
}
@media (min-width: 992px) {
  .ems-sign-list-DocumentOption {
    padding: 32px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.ems-sign-list-DocumentOption__img {
  width: 100%;
  border-radius: 16px;
  margin-top: auto;
}
.ems-sign-list-DocumentOption__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.ems-sign-list-DocumentOption--fullWidth {
  flex-direction: row;
}

.em-Sign-list-3__item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .em-Sign-list-3__item {
    font-weight: 400 !important;
    font-size: 14px !important;
  }
}
@media (min-width: 992px) {
  .em-Sign-list-3__item {
    padding-left: 40px;
    margin-bottom: 20px;
  }
}
.em-Sign-list-3__item:last-child {
  margin-bottom: 0;
}
.em-Sign-list-3__item::before {
  position: absolute;
  content: url("/images/icons/check-circle.svg");
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .em-Sign-list-3__item::before {
    width: 28px;
    height: 28px;
  }
}

.em-Signe-Limg {
  width: 100%;
  height: 100%;
}
.em-Signe-Limg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .ar-mb-down {
    padding: 40px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .ar-mb-down img {
    transform: rotate(90deg);
  }
}

@media (max-width: 767px) {
  .ems-subscribePlans__item .ems-subscribePlan, .ems-subscribePlan__info {
    min-height: auto !important;
  }
}

.emsign-textFlexBox {
  padding: 20px;
  border: 1px solid #CDDBFE;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .emsign-textFlexBox {
    padding: 40px;
    border-radius: 20px;
  }
}

.sec-contact {
  padding: 20px 0;
  background: linear-gradient(180deg, #fff8f1 0%, #ffffff 100%);
}
@media (min-width: 768px) {
  .sec-contact {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .sec-contact {
    padding: 100px 0;
  }
}

@media (min-width: 992px) {
  .ems-contact-form {
    padding-left: 36px;
  }
}
.ems-contact-form--bg {
  padding: 16px;
  border-radius: 12px;
  background-color: #FEECDC;
}
@media (min-width: 992px) {
  .ems-contact-form--bg {
    padding: 40px 68px;
    border-radius: 32px;
  }
}

.ems-contact-fields .ems-field {
  width: 100%;
  border: 1px solid #d1d5db;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border-radius: 8px;
  padding: 7px 14px;
  color: #111928;
  background-color: #ffffff;
}
.ems-contact-fields .ems-field::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #9ca3af;
}
.ems-contact-fields .ems-field::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #9ca3af;
}
.ems-contact-fields .ems-field:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.ems-contact-fields .ems-field--noBorder {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0 0 0 12px;
}
.ems-contact-fields textarea {
  min-height: 84px;
}
@media (min-width: 768px) {
  .ems-contact-fields textarea {
    min-height: 134px;
  }
}
.ems-contact-fields label {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--neutral-800);
  margin-bottom: 6px;
}
.ems-contact-fields__item {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .ems-contact-fields__item {
    margin-bottom: 24px;
  }
}
.ems-contact-fields .parsley-errors-list {
  position: absolute;
  left: 12px;
  top: 100%;
}

.contact-us-head {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .contact-us-head {
    margin-bottom: 48px;
  }
}
.contact-us-head h1, .contact-us-head .h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  letter-spacing: -0.02em;
  color: #111928;
}
@media (min-width: 768px) {
  .contact-us-head h1, .contact-us-head .h1 {
    font-size: 36px;
    line-height: 50.4px;
  }
}

.form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 6px 0px 0px 0px;
  border: 1px 0px 0px 0px;
  border: 1px solid #d1d5db;
}
.form-check-input:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none !important;
  background-color: none !important;
  border-color: #d1d5db;
}

.form-check-input:checked {
  background-color: #1c64f2 !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border: 0 !important;
}

.ems-contact-form-check p {
  width: calc(100% - 20px);
  padding-left: 10px;
}

.ems-reCaptchatext {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.parsley-errors-list {
  padding: 0;
}

.parsley-required,
.parsley-type,
.parsley-minlength, .parsley-custom-error-message, .otp-custom-error {
  color: #E02424;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .parsley-required,
  .parsley-type,
  .parsley-minlength, .parsley-custom-error-message, .otp-custom-error {
    font-size: 14px;
  }
}

.cntrydrop-phonenumber {
  padding-right: 12px !important;
}
.cntrydrop-phonenumber::after {
  content: url("../images/icons/ar-down-gray.svg") !important;
}

.map-nav {
  display: flex;
  justify-content: space-around;
  padding: 9px 12px;
  border: 1px solid #c3ddfd;
  background-color: #ffffff;
  border-radius: 12px;
  overflow-x: auto;
  overflow-y: hidden;
}
.map-nav::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .map-nav {
    padding: 21px 21px 21px 21px;
  }
}
.map-nav__item {
  cursor: pointer;
  text-align: center;
  padding: 0 15px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .map-nav__item {
    padding: 0 30px;
  }
}
.map-nav__item span {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: #6b7280;
  display: inline-block;
  transition: 0.3s ease-in-out;
  position: relative;
}
.map-nav__item span::after {
  position: absolute;
  content: "";
  bottom: -22px;
  left: 50%;
  width: 70%;
  height: 3px;
  background-color: #1c64f2;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  border-radius: 20px;
  opacity: 0;
}
@media (max-width: 767px) {
  .map-nav__item span::after {
    bottom: -11px;
  }
}
@media (min-width: 768px) {
  .map-nav__item span {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .map-nav__item span {
    font-size: 20px;
    line-height: 28px;
  }
}
.map-nav__item:hover span {
  color: #1c64f2;
}
.map-nav__item.active span {
  color: #1c64f2;
  font-weight: 700;
}
.map-nav__item.active span::after {
  opacity: 1;
}

.ems-signup-methods__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.ems-signup-methods__text::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
  background: linear-gradient(90deg, rgba(243, 111, 33, 0) 8.95%, #f36f21 51.74%, rgba(243, 111, 33, 0) 91.92%);
}
.ems-signup-methods__text span {
  height: 100%;
  background-color: #ffffff;
  z-index: 10;
  position: relative;
  padding: 0 10px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.ems-signup-methods__item {
  border: 1px solid #D1D5DB;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  padding: 8px 16px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  cursor: pointer;
}
.ems-signup-methods__item span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #374151;
  padding-left: 12px;
}
.ems-signup-methods__item img {
  max-width: 24px;
  min-width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ems-signup-methods__item:last-child {
  margin-bottom: 32px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

#loginModal .modal-content {
  border-radius: 24px;
  background-color: #FFF8F1;
  border: 0;
  padding: 67px 16px;
}
@media (min-width: 768px) {
  #loginModal .modal-content {
    min-width: 488px;
    max-width: 488px;
    padding: 60px 64px;
  }
}
#loginModal .parsley-required, #loginModal .parsley-type, #loginModal .parsley-minlength {
  font-size: 12px !important;
}

.float-right {
  float: right;
  margin-left: auto;
}

.forogt-pass-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #1C64F2;
}

.close-modal {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
}

.ems-abt-form-info::before {
  top: 0 !important;
  transform: none !important;
}

.ems-form--aboutUs textarea {
  min-height: 80px !important;
}

.ems-review-cardboxgroup {
  display: grid;
  gap: 12px;
}
@media (max-width: 767px) {
  .ems-review-cardboxgroup {
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .ems-review-cardboxgroup {
    gap: 20px;
  }
}

.ems-review-cardbox {
  background: var(--purple-200);
  border-radius: var(--radius12);
  padding: 1.2rem;
  display: flex;
  align-items: center;
  gap: 15px;
}
.ems-review-cardbox__right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .ems-review-cardbox__right {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .ems-rewview-brand {
    height: 80px;
  }
}

.ems-rating {
  display: flex;
  align-items: center;
  font-weight: var(--fnt-semi);
  gap: 5px;
}

.ems-review-listitem {
  display: grid;
  gap: 12px;
  justify-items: flex-start;
}
@media (max-width: 767px) {
  .ems-review-listitem {
    padding-right: 20px !important;
  }
}
.ems-review-listitem__des {
  font-weight: var(--fnt-medium);
  color: #606060;
}

@media (min-width: 768px) {
  .ems-stickside {
    position: sticky;
    top: 120px;
  }
}

.ems-videofig {
  position: relative;
  overflow: hidden;
}
.ems-videofig__img {
  height: 398px;
  border-radius: var(--radius12);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .ems-videofig__img {
    -o-object-position: top left;
       object-position: top left;
  }
}
@media (min-width: 768px) {
  .ems-videofig__img {
    height: 500px;
  }
}

.ems-playbtn {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  height: 52px;
  width: 52px;
  background: var(--white);
  border-radius: 50%;
}

.ems-right-v-cards {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .ems-right-v-cards {
    gap: 40px;
  }
}

.ems-heropanel {
  border-radius: var(--radius12);
  padding: 1.2rem 1.2rem;
}
@media (min-width: 768px) {
  .ems-heropanel {
    border-radius: var(--radius20);
    padding: 1.8rem 1.8rem;
  }
}
.ems-heropanel__heading {
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .ems-heropanel__heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.ems-heropanel--sec {
  background-color: var(--secondary-100);
}
@media (min-width: 768px) {
  .ems-heropanel--sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .ems-mob-inlineflex {
    flex-direction: initial;
  }
}

.ems-figure-recbox {
  background: var(--secondary-100);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius20);
}
@media (max-width: 767px) {
  .ems-figure-recbox {
    border-radius: var(--radius12);
    padding-top: 45px;
  }
}
.ems-figure-recbox--purple {
  background: var(--purple-250);
}
.ems-figure-recbox--green {
  background: var(--teal-200);
  color: var(--teal-900);
}
.ems-figure-recbox--pink {
  background: var(--pink200);
  color: var(--pink-900);
}

.ems-cardnopatch {
  display: flex !important;
  flex-direction: column;
}
.ems-cardnopatch .ems-figure-recbox {
  align-items: initial !important;
}
@media (max-width: 768px) {
  .ems-cardnopatch .ems-figure-recbox {
    padding-top: 0 !important;
  }
}
.ems-cardnopatch__body {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem !important;
}

.ems-gettouch {
  display: grid;
  justify-items: center;
  gap: 16px;
}
.ems-gettouch__icon {
  height: 117px;
}
@media (max-width: 768px) {
  .ems-gettouch__icon {
    height: 60px !important;
  }
}
@media (max-width: 768px) {
  .ems-gettouch .ems-btn {
    width: 100% !important;
  }
}

.ems-headingfs-28 {
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .ems-headingfs-28 {
    font-size: 28px;
    line-height: 39px;
  }
}

.ems-h234 {
  height: 170px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ems-h234 {
    height: 234px;
  }
}

.ems-feature__des {
  color: var(--neutral-500);
  font-weight: var(--fnt-medium);
}

.ems-feature-icon {
  margin-bottom: 0.8rem;
}

.feature-icon-large {
  height: 118px;
  width: 118px;
}
@media (min-width: 768px) {
  .feature-icon-large {
    height: 170px;
    width: 170px;
  }
}

@media (max-width: 768px) {
  .ems-herocnt__heading {
    font-size: 20px !important;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .ems-herocnt__des, .ems-herocnt__subtitle {
    font-size: 14px !important;
    line-height: 19px !important;
  }
}

.ems-hero-blockquote {
  background: var(--secondary-100);
  padding-block: 2.8rem;
  color: var(--neutral-900);
}

.text-elipse-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.text-elipse-1 {
  text-overflow: ellipsis;
  width: calc(100% - 10px);
  white-space: nowrap;
  overflow: hidden;
}

.ems-feature-group {
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
  row-gap: 2.8rem;
}
@media (min-width: 1400px) {
  .ems-feature-group {
    -moz-column-gap: 3.8rem;
         column-gap: 3.8rem;
    row-gap: 3.5rem;
  }
}

.ems-feature-item {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
}
@media (max-width: 768px) {
  .ems-feature-item {
    gap: 20px;
    margin: 0 auto;
  }
}

.ems-arrow-hr {
  display: flex;
  align-items: center;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .ems-arrow-hr {
    padding-bottom: 3rem;
    padding-top: 0;
  }
}
.ems-arrow-hr--flip {
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .ems-arrow-hr--flip {
    transform: scale(-1, -1);
    margin-top: -2rem;
  }
}
.ems-arrow-hr--bended {
  position: absolute;
  right: 10%;
  bottom: 8%;
}
@media (min-width: 1200px) {
  .ems-arrow-hr--bended {
    right: 13%;
    bottom: 12%;
  }
}
@media (max-width: 768px) {
  .ems-arrow-hr {
    padding-bottom: 3.4rem;
    padding-top: 3.4rem;
  }
  .ems-arrow-hr svg {
    transform: rotate(90deg);
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .ems-mob-auto {
    height: auto !important;
  }
}

.ems-grid3-gap30 {
  row-gap: 1.2rem !important;
}
@media (min-width: 768px) {
  .ems-grid3-gap30 {
    row-gap: 2.2rem !important;
    --bs-gutter-x: 2.2rem;
  }
}

.ems-herogrid-cnt {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}
@media (min-width: 768px) {
  .ems-herogrid-cnt {
    gap: 50px !important;
    display: grid !important;
    grid-template-columns: 1fr minmax(0, 390px);
  }
}
@media (min-width: 1200px) {
  .ems-herogrid-cnt {
    gap: 80px !important;
    grid-template-columns: 1fr minmax(0, 590px);
  }
}
.ems-herogrid-cnt__heading {
  font-size: 20px !important;
  line-height: 28px !important;
  letter-spacing: -0.2px !important;
}
@media (min-width: 768px) {
  .ems-herogrid-cnt__heading {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}
.ems-herogrid-cnt__des {
  flex: 1;
}
@media (max-width: 768px) {
  .ems-herogrid-cnt__des {
    font-size: 16px !important;
    line-height: 22.2px !important;
  }
}

.ems-recbox-innerspace30 {
  padding: 1rem !important;
}
@media (min-width: 768px) {
  .ems-recbox-innerspace30 {
    padding: 2.3rem !important;
  }
}

.ems-vr-equal {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.ems-vr-equal p {
  flex: 1;
}

.ems-nocard-heading p {
  color: var(--neutral-800) !important;
}

.ems-dashabaord-imgfrap img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (min-width: 768px) {
  .ems-dashabaord-imgfrap img {
    height: 590px;
  }
}

@media (max-width: 768px) {
  .ems-banner__content-des {
    font-size: 16px !important;
    line-height: 22px;
  }
}

.ems-filter-icon {
  width: 42px;
  height: 42px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .ems-filter-icon {
    width: 52px;
    height: 52px;
  }
}
.ems-filter-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ems-filter-icon img:first-child {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.ems-filter-icon img:last-child {
  opacity: 1;
  visibility: visible;
  display: block;
}

.ems-caseStydy-filter {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ems-caseStydy-filter {
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .ems-caseStydy-filter {
    margin-bottom: 64px;
  }
}

.ems-filter {
  position: relative;
}
.ems-filter.active .ems-filter-icon img:first-child {
  opacity: 1;
  visibility: visible;
  display: block;
}
.ems-filter.active .ems-filter-icon img:last-child {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.ems-filter.active .ems-filter-list {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 767px) {
  .ems-filter.active .ems-filter-list {
    z-index: 9999;
  }
}
@media (max-width: 767px) {
  .ems-filter.active .ems-filter-list .ems-filter-list-cont {
    transform: translateY(0);
    height: calc(100vh - 150px);
    overflow-y: auto;
  }
}
.ems-filter.active .ems-filter-list::after {
  left: 0;
}
.ems-filter .ems-filter-list {
  position: absolute;
  right: 0;
  z-index: 999;
  padding-top: 8px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .ems-filter .ems-filter-list {
    transition: 0.6s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
  }
}
.ems-filter .ems-filter-list::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  opacity: 0.6;
  z-index: -1;
}
@media (min-width: 768px) {
  .ems-filter .ems-filter-list::after {
    content: none;
    display: none;
  }
}
@media (min-width: 768px) {
  .ems-filter .ems-filter-list {
    min-width: 334px;
  }
}
.ems-filter .ems-filter-list .ems-filter-list-cont {
  background-color: #ffffff;
  border: 1px solid var(--Color-Secondary-100, #FEECDC);
  box-shadow: 0px 4px 40px 0px rgba(28, 100, 242, 0.0784313725);
  padding: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .ems-filter .ems-filter-list .ems-filter-list-cont {
    box-shadow: 0px 4px 40px 0px rgba(28, 100, 242, 0.0784313725);
    border: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    transition: 0.6s ease-in-out;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .ems-filter .ems-filter-list .ems-filter-list-cont {
    padding: 24px;
    border-radius: 12px;
  }
}
.ems-filter .ems-filter-list .ems-filter-list-cont .ems-accordion-single__item {
  padding: 0;
  border: 0;
  background: 0;
  border-radius: 0;
}
.ems-filter .ems-filter-list .ems-filter-list-cont .ems-accordion-single {
  margin-bottom: 30px;
}
.ems-filter .ems-filter-list .ems-filter-list-cont .ems-accordion-single:last-of-child {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .ems-filter .ems-filter-list .ems-filter-list-cont-body {
    max-height: 600px;
    overflow-y: auto;
  }
}
.ems-filter .ems-accordion-single {
  border: 0;
  margin: 0;
}

.ems-filters {
  padding-left: 28px;
}
.ems-filters__item {
  margin-bottom: 12px;
}

.check-container--head {
  margin-bottom: 10px;
  color: #1F2A37;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  position: relative;
}
.check-container--head.not-all .checkmark::after {
  content: url("../images/icons/check-line.svg") !important;
}
.check-container--head.all .checkmark::after {
  content: url("../images/icons/checkmark.svg") !important;
  top: 48% !important;
}
.check-container--head.not-selected .checkmark::after {
  content: none !important;
  display: none;
}
.check-container--head::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #111928;
  border-right: solid 2px #111928;
  transform: translateY(-50%) rotate(135deg);
}

.ems-filter-list-cont-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}
.ems-filter-list-cont-footer .ems-btn {
  width: calc(50% - 8px);
}

.is-open .check-container--head::after {
  transform: translateY(-50%) rotate(315deg);
}

.emsig-imgh100 {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media (min-width: 768px) {
  .emsig-imgh100 {
    height: 100% !important;
  }
}

.emsig-rec-herobox {
  align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .emsig-rec-herobox {
    display: grid;
    grid-template-columns: minmax(0, 322px) 1fr;
    padding-block: 2rem !important;
  }
}
@media (max-width: 768px) {
  .emsig-rec-herobox__fig svg {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .emsig-rec-herobox__cnt h4, .emsig-rec-herobox__cnt .h4 {
    font-size: 20px !important;
  }
}
.emsig-rec-herobox__cnt p {
  color: var(--neutral-500);
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .emsig-rec-herobox__cnt p {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}

.ems-footer__left-wrap {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.ems-footer__left-wrap p {
  color: var(--neutral-500);
}
.ems-footer__right-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 767px) {
  .ems-footer__right-wrap {
    row-gap: 40px;
  }
}
@media (min-width: 768px) {
  .ems-footer__right-wrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
  }
}
.ems-footer-sub {
  display: grid;
  gap: 20px;
  padding-block: 1.8rem;
  border-top: 1px solid var(--neutral-300);
  justify-content: center;
}
@media (max-width: 767px) {
  .ems-footer-sub {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .ems-footer-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.ems-footer-contactinfo {
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
}

.ems-contactlink {
  text-decoration: none;
  color: var(--neutral-700);
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.ems-footer-container {
  padding-block: 2rem;
}
@media (min-width: 768px) {
  .ems-footer-container {
    padding-block: 3.5rem;
    gap: 3rem;
    display: grid;
    grid-template-columns: minmax(0, 264px) 1fr;
  }
}

.ems-footermenu-list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.ems-footermenu-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .ems-footermenu-item {
    flex: 1;
  }
}
.ems-footermenu-heading {
  color: var(--neutral-400);
}
.ems-footermenu-link {
  text-decoration: none;
  color: var(--neutral-900);
  font-weight: var(--fnt-medium);
  font-size: 14px;
  line-height: 19.6px;
  display: inline-flex;
}
.ems-footermenu-link:is(:hover, :focus) {
  color: var(--primary-700);
  transition: color 0.3s ease-in-out;
}

:is(.ems-mobilenav, .ems-footer-socialnav) {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (max-width: 767px) {
  :is(.ems-mobilenav, .ems-footer-socialnav) {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .emsig-footer-rightspace {
    padding-inline-start: 1rem;
  }
}
@media (min-width: 1024px) {
  .emsig-footer-rightspace {
    padding-inline-start: 2rem;
  }
}

.emsig-recbox {
  background: var(--white);
  border-radius: 20px;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .emsig-recbox {
    padding: 1.5rem 6rem;
  }
}
.emsig-recbox__logolist {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0 !important;
  justify-content: center;
}
@media (max-width: 768px) {
  .emsig-recbox__logolist {
    gap: 5px;
    flex-wrap: wrap;
  }
  .emsig-recbox__logolist li {
    flex: 0 0 calc(33.333% - 0.5rem); /* 3 items per row with gap */
    box-sizing: border-box;
  }
  .emsig-recbox__logolist li img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .emsig-recbox__logolist {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .ems-footermenu-list:empty {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .ems-gettouch .ems-btns-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.ems-cards-group {
  display: flex;
  gap: 15px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .ems-cards-group {
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }
}
@media (min-width: 768px) {
  .ems-cards-group {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

.ems-card-icon {
  background: var(--Indigo-050);
  border-radius: var(--radius12);
  text-align: center;
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.ems-card-icon img {
  height: 48px !important;
  width: 48px !important;
  margin: 0 !important;
}
.ems-card-icon h4, .ems-card-icon .h4 {
  font-size: 14px;
  line-height: 19px;
  font-weight: var(--fnt-medium);
}
@media (min-width: 768px) {
  .ems-card-icon h4, .ems-card-icon .h4 {
    font-size: 16px;
    line-height: 22px;
  }
}

.ems-sticky-card {
  background: var(--white);
  border: 1px solid var(--Color-Neutral-100, #F3F4F6);
  box-shadow: 0px 4px 20px 0px rgba(28, 100, 242, 0.0784313725);
  padding: 1rem;
  border-radius: var(--radius12);
}
.ems-sticky-card__head {
  border-bottom: 1px solid var(--Color-Neutral-100, #F3F4F6);
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
}

.ems-location, .ems-backbtn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ems-backbtn {
  color: var(--neutral-900);
  font-weight: var(--fnt-semi);
}

.ems-content-panel {
  background: var(--purple-050);
  padding: 1.2rem;
  border-radius: 20px;
  margin-bottom: 2rem;
  padding-bottom: 10px !important;
  color: var(--neutral-600);
}
.ems-content-panel h6, .ems-content-panel .h6 {
  font-size: 16px;
  font-weight: var(--fnt-bold);
  color: var(--neutral-900);
  text-transform: uppercase;
}
.ems-content-panel p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .ems-content-panel p {
    margin-bottom: 25px !important;
    font-size: 18px;
    line-height: 25px;
  }
}
.ems-content-panel ul {
  display: grid;
  gap: 10px;
  margin-block: 15px !important;
  padding-left: 0;
}
.ems-content-panel ul li {
  font-size: 16px;
  line-height: 22px;
  position: relative;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .ems-content-panel ul li {
    font-size: 18px;
    line-height: 25px;
  }
}
.ems-content-panel ul li::before {
  content: "";
  position: absolute;
  background: url("../images/icons/white-redtick.svg") no-repeat;
  height: 19px;
  width: 19px;
  background-size: contain;
  top: 2px !important;
  left: 0;
}

.ems-heronav-block {
  display: flex;
  border-bottom: 1px solid var(--neutral-300);
}
@media (max-width: 768px) {
  .ems-heronav-block {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .ems-heronav-block {
    justify-content: space-between;
    align-items: center;
  }
}

.ems-media-object {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ems-media-object {
    display: grid;
    grid-template-columns: 1fr minmax(0, 377px);
    gap: 60px;
  }
}
.ems-media-object img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .ems-media-object__left p {
    font-size: 14px !important;
    line-height: 19px !important;
  }
}

.ems-countryinfo-wrap {
  color: var(--neutral-600);
}
.ems-countryinfo-wrap p {
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .ems-countryinfo-wrap p {
    font-size: 20px;
    line-height: 28px;
  }
}

.ems-richtext {
  color: var(--neutral-600);
}
.ems-richtext h2, .ems-richtext .h2 {
  font-size: 20px;
  line-height: 28px;
  color: var(--neutral-900) !important;
  margin-bottom: 15px !important;
  font-weight: var(--fnt-semi);
}
@media (min-width: 768px) {
  .ems-richtext h2, .ems-richtext .h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
.ems-richtext h3, .ems-richtext .h3 {
  font-size: 18px;
  line-height: 25px;
  color: var(--neutral-900) !important;
  padding-top: 20px !important;
  padding-bottom: 15px !important;
}
@media (min-width: 768px) {
  .ems-richtext h3, .ems-richtext .h3 {
    font-size: 24px;
    line-height: 33px;
  }
}
.ems-richtext p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px !important;
  font-weight: 400 !important;
}
@media (min-width: 768px) {
  .ems-richtext p {
    font-size: 18px;
    line-height: 25px;
  }
}
.ems-richtext ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 25px;
}
.ems-richtext ul li {
  list-style-type: disc !important;
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .ems-richtext ul li {
    font-size: 18px;
    line-height: 25px;
  }
}
.ems-richtext ol {
  padding-top: 5px;
  padding-left: 25px;
}
.ems-richtext ol ul {
  padding-left: 0 !important;
  margin-bottom: 1.5rem !important;
}
.ems-richtext ol li {
  list-style-type: decimal;
  font-size: 18px;
  line-height: 25px;
}
.ems-richtext img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 190px;
  margin-block: 15px;
  border-radius: var(--radius20);
}
@media (min-width: 768px) {
  .ems-richtext img {
    height: 450px;
  }
}
.ems-richtext--less img {
  width: 100%;
}

.ems-links-container {
  display: grid;
  gap: 15px;
}

.ems-link-panel {
  border: 1px solid var(--purple-200);
  padding: 0.5rem 0.8rem;
  background: var(--purple-050);
  border-radius: var(--radius12);
  color: var(--neutral-900);
}
@media (max-width: 768px) {
  .ems-link-panel {
    font-size: 14px !important;
    line-height: 21px !important;
  }
}

.ems-panel-box {
  background: var(--purple-100);
  padding: 1.2rem 1.2rem;
  border-radius: var(--radius16);
  border-left: 5px solid var(--purple-500);
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .ems-panel-box {
    margin-top: 3rem;
    border-left: 8px solid var(--purple-500);
    padding: 1.5rem 1.5rem;
  }
}
.ems-panel-box h6, .ems-panel-box .h6 {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--neutral-900);
  font-weight: var(--fnt-semi);
}
@media (min-width: 768px) {
  .ems-panel-box h6, .ems-panel-box .h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
.ems-panel-box p {
  font-size: 14px;
  line-height: 21px;
  color: var(--neutral-800);
  margin: 0 !important;
}
@media (min-width: 768px) {
  .ems-panel-box p {
    font-size: 18px;
    line-height: 27px;
  }
}

.ems-terms-of-use p {
  margin-bottom: 24px !important;
  color: var(--neutral-700);
}
@media (max-width: 768px) {
  .ems-terms-of-use p {
    font-size: 14px;
    line-height: 21px;
  }
}

.ems-content-wraper p {
  color: var(--neutral-700);
  margin-bottom: 1rem !important;
}
@media (max-width: 768px) {
  .ems-content-wraper p {
    font-size: 14px;
    line-height: 21px;
  }
}

.ems-terms-list {
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .ems-terms-list {
    padding-left: 1.2rem;
    font-size: 14px;
    line-height: 21px;
  }
}
.ems-terms-list li {
  list-style-type: decimal;
  font-weight: var(--fnt-bold);
  color: var(--neutral-900);
}
.ems-terms-list li:first-child {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .ems-terms-list li:first-child {
    margin-top: 24px;
  }
}
.ems-terms-list p {
  font-weight: 400;
  margin-top: 15px !important;
  margin-bottom: 24px !important;
  color: var(--neutral-700);
}
@media (min-width: 768px) {
  .ems-terms-list p {
    margin-top: 24px !important;
  }
}
.ems-terms-list a {
  text-decoration: underline;
  color: var(--primary-500);
}
.ems-terms-list a:hover {
  color: var(--primary-500);
}

.ems-roman-list {
  padding-left: 0rem;
  counter-reset: item;
}
.ems-roman-list > li {
  list-style: none;
  font-weight: 400 !important;
  color: var(--neutral-700) !important;
  margin-bottom: 24px !important;
  position: relative;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .ems-roman-list > li {
    padding-left: 2rem;
  }
}
.ems-roman-list > li::before {
  content: "(" counter(item, lower-roman) ") ";
  counter-increment: item;
  font-weight: 400;
  color: var(--neutral-700);
  list-style-type: none;
  margin-right: 16px;
  position: absolute;
  left: -15px;
}
@media (min-width: 768px) {
  .ems-roman-list > li::before {
    left: 0;
  }
}
.ems-roman-list .ems-sub-list {
  padding-left: 0rem;
}
@media (min-width: 768px) {
  .ems-roman-list .ems-sub-list {
    padding-left: 1rem;
  }
}
.ems-roman-list .ems-sub-list li {
  list-style-type: disc !important;
  font-weight: 400 !important;
  color: var(--neutral-700) !important;
}
.ems-roman-list .ems-sub-list li::before {
  content: "";
}

.ems-number-list {
  padding-left: 1.2rem;
}
@media (max-width: 767px) {
  .ems-number-list {
    padding-left: 0.5rem;
  }
}
.ems-number-list li {
  list-style-type: decimal;
  font-weight: 400;
  color: var(--neutral-700);
}
.ems-number-list li:last-child {
  margin-bottom: 24px;
}

.ems-alpha-list {
  padding-left: 0;
}
.ems-alpha-list li {
  list-style: none;
  counter-increment: list-counter;
  font-weight: 400;
  color: var(--neutral-700);
  position: relative;
  padding-left: 1.5rem;
}
.ems-alpha-list li::before {
  content: counter(list-counter, lower-alpha) ")";
  position: absolute;
  left: 0;
}

.ems-mainlist {
  counter-reset: item 22;
}
.ems-mainlist .ems-subnumberlist {
  counter-reset: sub-item;
  list-style-type: none;
  padding-left: 0rem;
}
.ems-mainlist .ems-subnumberlist .ems-subitem {
  list-style-type: none;
  counter-increment: sub-item;
  font-weight: 400;
  margin-bottom: 24px;
  color: var(--neutral-700);
  position: relative;
  padding-left: 3.5rem;
}
.ems-mainlist .ems-subnumberlist .ems-subitem::before {
  content: "(" counter(item) "." counter(sub-item) ") ";
  margin-right: 16px;
  position: absolute;
  left: 0;
}
.ems-mainlist > li {
  counter-increment: item;
}

.ems-mainlist1 {
  counter-reset: item 23;
}
.ems-mainlist1 .ems-subnumberlist {
  counter-reset: sub-item;
  list-style-type: none;
  padding-left: 0rem;
}
.ems-mainlist1 .ems-subnumberlist .ems-subitem {
  list-style-type: none !important;
  counter-increment: sub-item;
  font-weight: 400;
  margin-bottom: 24px;
  color: var(--neutral-700);
  margin-top: 24px;
  position: relative;
  padding-left: 3.5rem;
}
.ems-mainlist1 .ems-subnumberlist .ems-subitem::before {
  content: "(" counter(item) "." counter(sub-item) ") ";
  margin-right: 16px;
  position: absolute;
  left: 0;
}
.ems-mainlist1 > li {
  counter-increment: item;
}
.ems-mainlist1 > li::before {
  content: counter(item) ") ";
  list-style-type: none;
  font-weight: 400;
  color: var(--neutral-700);
}
.ems-mainlist1 .ems-subitemlist {
  padding-left: 3rem;
  counter-reset: subitemlist-item 0;
}
@media (max-width: 767px) {
  .ems-mainlist1 .ems-subitemlist {
    padding-left: 0rem;
  }
}
.ems-mainlist1 .ems-subitemlist li {
  list-style: none;
  counter-increment: subitemlist-item;
  font-weight: 400;
  color: var(--neutral-700);
  margin-top: 24px;
}
.ems-mainlist1 .ems-subitemlist li::before {
  content: counter(subitemlist-item) ") ";
  font-weight: bold;
}
.ems-mainlist1 .ems-alpha-list {
  padding-left: 0;
}
.ems-mainlist1 .ems-alpha-list li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 25px;
  list-style-type: none !important;
  margin-top: 0 !important;
}
.ems-mainlist1 .ems-alpha-list li::before {
  content: "(" counter(list-counter, lower-alpha) ")";
  position: absolute;
  left: 0;
  list-style-type: none;
}
.ems-mainlist1 .ems-alpha-list li:first-child {
  margin-top: 24px !important;
}
.ems-mainlist1 .ems-subitemlist1 {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .ems-mainlist1 .ems-subitemlist1 {
    padding-left: 1rem;
  }
}
.ems-mainlist1 .ems-subitemlist1 li {
  list-style-type: decimal;
  font-weight: 400;
  color: var(--neutral-700);
  margin-top: 24px;
}
.ems-mainlist1 .ems-subitemlist1 .ems-alpha-list1 {
  list-style-type: lower-alpha;
}
.ems-mainlist1 .ems-subitemlist1 .ems-roman-list li {
  list-style-type: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ems-mainlist1 .ems-subitemlist1 .ems-alpha-list--override {
  counter-reset: list-counter;
  padding-left: 0;
}
.ems-mainlist1 .ems-subitemlist1 .ems-alpha-list--override li {
  list-style-type: none;
  margin-top: 0 !important;
}
.ems-mainlist1 .ems-subitemlist1 .ems-alpha-list--override li::before {
  content: counter(list-counter, lower-alpha) ")";
  counter-increment: list-counter;
  margin-right: 5px;
}
.ems-mainlist1 .ems-number-list li {
  margin-top: 24px;
}
.ems-mainlist1 .ems-number-list .ems-alpha-list--override {
  counter-reset: list-counter;
  padding-left: 0;
}
.ems-mainlist1 .ems-number-list .ems-alpha-list--override li {
  list-style-type: none;
  margin-top: 0;
}
.ems-mainlist1 .ems-number-list .ems-alpha-list--override li::before {
  content: counter(list-counter, lower-alpha) ")";
  counter-increment: list-counter;
  margin-right: 5px;
}

strong {
  font-weight: var(--fnt-bold) !important;
  color: var(--neutral-900);
}

.cookie-par {
  color: var(--neutral-700);
  margin-top: 24px !important;
}
@media (max-width: 767px) {
  .cookie-par {
    font-size: 14px;
  }
}

/* privacy-policy*/
.ems-privacy-policy-list {
  padding-left: 1rem;
}
.ems-privacy-policy-list li {
  list-style-type: decimal;
  color: var(--neutral-900);
  font-weight: var(--fnt-bold);
  margin-top: 24px;
}
@media (max-width: 767px) {
  .ems-privacy-policy-list li {
    font-size: 14px;
  }
}
.ems-privacy-policy-list p {
  font-weight: 400;
  margin-top: 24px !important;
}
@media (max-width: 768px) {
  .ems-privacy-policy-list p {
    margin-top: 15px !important;
    font-size: 14px;
  }
}
.ems-privacy-policy-list .ems-roman-list {
  padding-left: 0rem;
  counter-reset: item;
}
.ems-privacy-policy-list .ems-roman-list > li {
  list-style: none;
  font-weight: 400 !important;
  color: var(--neutral-700) !important;
  position: relative;
  padding-left: 2rem;
}
.ems-privacy-policy-list .ems-roman-list > li::before {
  content: "(" counter(item, lower-roman) ") ";
  counter-increment: item;
  font-weight: 400;
  color: var(--neutral-700);
  list-style-type: none;
  margin-right: 16px;
  position: absolute;
  left: 0;
}
.ems-privacy-policy-list .ems-number-list li {
  font-weight: 400 !important;
}
.ems-privacy-policy-list a {
  text-decoration: underline;
  color: var(--primary-500);
}
.ems-privacy-policy-list a:hover {
  color: var(--primary-500);
}

@media (min-width: 768px) {
  .ems-no-padding {
    padding-left: 0.8rem !important;
  }
}

.ems-legal-disclaimer-list {
  padding-left: 1rem;
}
.ems-legal-disclaimer-list li {
  list-style-type: decimal;
  color: var(--neutral-900);
  font-weight: var(--fnt-bold);
  margin-top: 24px;
}
@media (max-width: 767px) {
  .ems-legal-disclaimer-list li {
    font-size: 14px;
  }
}
.ems-legal-disclaimer-list p {
  font-weight: 400;
  margin-top: 24px !important;
}
@media (max-width: 767px) {
  .ems-legal-disclaimer-list p {
    margin-top: 15px !important;
    font-size: 14px;
  }
}

.ems-user-license-list {
  padding-left: 1rem;
}
.ems-user-license-list li {
  list-style-type: decimal;
  color: var(--neutral-900);
  font-weight: var(--fnt-bold);
  margin-top: 24px;
}
@media (max-width: 767px) {
  .ems-user-license-list li {
    font-size: 14px;
  }
}
.ems-user-license-list p {
  font-weight: 400;
  margin-top: 24px !important;
}
@media (max-width: 767px) {
  .ems-user-license-list p {
    margin-top: 15px !important;
    font-size: 14px;
  }
}
.ems-user-license-list .ems-roman-list {
  counter-reset: item;
  padding-left: 0;
  list-style: none;
}
.ems-user-license-list .ems-roman-list > li {
  list-style: none !important;
  font-weight: 400 !important;
  margin-bottom: 24px !important;
  position: relative;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .ems-user-license-list .ems-roman-list > li {
    padding-left: 2rem;
  }
}
.ems-user-license-list .ems-roman-list > li::before {
  content: "(" counter(item, lower-roman) ") ";
  counter-increment: item;
  position: absolute;
  left: -15px;
  font-weight: 400;
  color: var(--neutral-700);
}
@media (min-width: 768px) {
  .ems-user-license-list .ems-roman-list > li::before {
    left: 0;
  }
}

.emsig-policymain-cnt {
  display: grid;
  gap: 8px;
}
.emsig-banner-headtext {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (min-width: 768px) {
  .emsig-banner-headtext {
    gap: 8px;
  }
}

.emsig-imgwrapper {
  display: flex;
}
.emsig-imgwrapper > img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid var(--white);
  margin-right: -8px;
}
@media (min-width: 768px) {
  .emsig-imgwrapper > img {
    height: 32px;
    width: 32px;
  }
}

.emsig-logolist {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .emsig-logolist {
    gap: 20px;
    padding: 0;
  }
  .emsig-logolist li {
    flex: 0 0 calc(33.333% - 1rem);
    box-sizing: border-box;
  }
  .emsig-logolist li img {
    width: 100%;
    height: auto;
  }
}

.emsig-hero-illustration {
  height: 200px;
  max-width: 189px;
}

@media (min-width: 768px) {
  .emsig-hero-illustration {
    height: 391px;
    max-width: 373px;
  }
}
.emsig-figure-recbox {
  height: 170px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .emsig-figure-recbox {
    height: 231px;
  }
  .emsig-figure-recbox__fig {
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .emsig-figure-recbox-default {
    background: #FCD9BD;
  }
}
.ems-recbox .ems-link {
  visibility: visible !important;
  opacity: 1 !important;
}

.ems-save-tag {
  color: var(--Indigo-600);
  font-weight: var(--fnt-semi);
}

.emsig-border-selected {
  border: 2px solid var(--primary-600);
}

@media (max-width: 768px) {
  .emsig-mob-sliderwrap {
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    flex-wrap: inherit !important;
  }
  .emsig-mob-sliderwrap__item {
    flex: 0 0 88%;
    scroll-snap-align: start;
    overflow: hidden;
  }
}

.emsig-recbox-pri {
  border: 1px solid var(--primary-100) !important;
  background: var(--primary-050) !important;
}
@media (max-width: 768px) {
  .emsig-recbox-pri {
    height: 100%;
  }
}

.emsig-cards-sec {
  padding: 1rem 1.1rem !important;
  height: 100%;
}

.emsec-steps-rec {
  background: #F3E8FF;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .emsec-steps-rec img {
    padding: 1.2rem;
    padding-block: 2rem;
  }
}
@media (min-width: 768px) {
  .emsec-steps-rec {
    padding: 2rem;
    padding-block: 4rem;
  }
}

@media (min-width: 768px) {
  .ems-tabs-vertical .emsec-steps-rec {
    padding: 0 !important;
  }
}

.emSign-sticky-left {
  position: sticky;
  top: 150px;
  z-index: 99;
}

@media (min-width: 768px) {
  .emSign-sortBy {
    box-shadow: none !important;
    border-radius: 8px !important;
    padding: 0 14px;
  }
}
.emSign-sortBy .text {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.emSign-sortBy span {
  border: 1px solid var(--grayD5DD);
  border-radius: 8px;
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 11px;
  height: 40px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .emSign-sortBy .ui.selection.dropdown {
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    box-shadow: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .pos-abs-selct-mb {
    position: absolute;
    left: -9px;
    bottom: -40px;
    width: calc(100% - 24px);
  }
}

@media (max-width: 767px) {
  .emSign-mb-sortBy {
    padding: 0 !important;
    border: 0 !important;
    height: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    width: 0 !important;
    min-width: 0 !important;
  }
}
@media (max-width: 767px) {
  .emSign-mb-sortBy .text {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .emSign-mb-sortBy.active {
    box-shadow: none !important;
  }
}
@media (min-width: 768px) {
  .emSign-mb-sortBy .menu {
    width: calc(100% + 84px) !important;
    left: -83px !important;
  }
}
@media (max-width: 767px) {
  .emSign-mb-sortBy .menu {
    box-shadow: 0px 2px 3px 2px rgba(34, 36, 38, 0.15) !important;
    width: calc(100vw - 40px) !important;
    top: 0 !important;
    left: 8px !important;
  }
}
@media (max-width: 767px) {
  .emSign-mb-sortBy .icon, .emSign-mb-sortBy .default {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .ems-filter-icon--intigration {
    height: 40px !important;
  }
}

@media (min-width: 768px) {
  .emsig-grid-heading {
    position: absolute;
    top: 0px;
    max-width: 826px;
  }
}

@media (max-width: 768px) {
  .emsig-gridmasnory h4, .emsig-gridmasnory .h4 {
    font-size: 16px;
    line-height: 140%;
  }
  .emsig-gridmasnory .ems-h200 {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .emsig-gridmasnory {
    grid-template-columns: minmax(0, 413px) 1fr;
  }
}

@media (min-width: 768px) {
  .emsig-h240 {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .emsig-h240 .ems-media__cnt {
    width: 536px !important;
  }
}

@media (min-width: 768px) {
  .emsig-mediafig-overide {
    top: 0 !important;
    display: flex !important;
    align-items: center;
    right: 1rem !important;
  }
}

.emsig-recbox-leftcard p {
  color: #4B5563;
}
@media (min-width: 768px) {
  .emsig-recbox-leftcard {
    height: calc(100% - 135px) !important;
  }
}

@media (min-width: 768px) {
  .emsig-374 {
    height: 374px;
  }
}

@media (min-width: 768px) {
  .emsig-illustration-absolute {
    position: absolute;
    bottom: 10px;
    right: 0;
    height: 203px;
  }
}

@media (max-width: 768px) {
  .emsig-needhelp-grid {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .emsig-needhelp-grid {
    display: grid;
    grid-template-columns: minmax(0, 893px) 1fr;
    align-items: center;
    gap: 120px;
  }
}
.emsig-needhelp-grid__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 768px) {
  .emsig-needhelp-grid__left {
    gap: 28px;
  }
  .emsig-needhelp-grid__left p {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .emsig-needhelp-grid__fig {
    height: 133px;
  }
}

.emsig-linkgroup {
  display: flex;
}
@media (max-width: 768px) {
  .emsig-linkgroup {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .emsig-linkgroup {
    gap: 40px;
  }
}

.emsig-linkbox {
  border: 1px solid #E6E6E6;
  box-shadow: 0px 1px 2px 0px #C3DDFD;
  border-radius: var(--radius10);
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

@media (max-width: 768px) {
  .emsig-mob-w100 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .esmsig-swiper-mob-btncontainer {
    bottom: 25px !important;
  }
}

@media (min-width: 768px) {
  .ems-sublist-cardscontainer--overide {
    grid-template-columns: minmax(0, 360px) 1fr !important;
  }
  .ems-sublist-cardscontainer--overide .half-width.emsig-vh240 {
    grid-column: span 7;
  }
  .ems-sublist-cardscontainer--overide .half-width.emsig-374 {
    grid-column: span 5;
  }
  .ems-sublist-cardscontainer--overide .ems-subgrid-container {
    height: 100%;
  }
}

.emsig-width339 {
  width: 339px !important;
}

.emsig-vh240 {
  height: 100%;
}
@media (min-width: 768px) {
  .emsig-vh240 {
    height: 240px;
  }
}

@media (min-width: 768px) {
  .emsig-grid-heading-btm {
    top: 0px !important;
  }
  .emsig-grid-heading-btm p {
    margin-bottom: 0 !important;
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 768px) {
  .emsig-recbox-vh-overide {
    height: calc(100% - 174px) !important;
  }
}

@media (min-width: 768px) {
  .emsig-413 {
    height: 413px;
  }
}
.mt-breadcrumbs-overide a {
  text-decoration: none;
  color: var(--rg-white);
}
.mt-breadcrumbs-overide .breadcrumb-item.active {
  color: var(--lght-orange) !important;
  font-weight: var(--fnt-bold);
}
@media (max-width: 767px) {
  .mt-breadcrumbs-overide .breadcrumb-item {
    font-size: 12px;
  }
}

.ems-btn {
  padding: 0.6rem 1.5rem;
  font-size: 16px;
  line-height: 22px;
  border: none;
  box-shadow: none;
  outline: none;
  font-weight: var(--fnt-medium);
  display: inline-block;
  border-radius: 8px;
  background: transparent;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ems-btn--lg {
  padding-block: 0.65rem !important;
  padding-inline: 2.5rem !important;
}
@media (min-width: 768px) {
  .ems-btn--lg {
    padding-block: 0.9rem !important;
    padding-inline: 4.5rem !important;
  }
}
.ems-btn-sm {
  padding: 0.75rem 1.5rem !important;
}
.ems-btn--default {
  border: 1px solid var(--primary-600);
  color: var(--primary-600);
  padding: 0.65rem 2.2rem !important;
}
@media (min-width: 992px) {
  .ems-btn--default {
    min-height: 45px;
  }
}
.ems-btn--default:hover {
  background-color: var(--primary-600);
  color: var(--white);
}
.ems-btn--default.ems-btn-login-h-mb {
  padding: 4px 20px !important;
}
.ems-btn--defaultBW {
  border: 1px solid var(--grayD5DD);
  color: var(--neutral-700);
  padding: 10px 28px !important;
}
.ems-btn--defaultBW:hover {
  background-color: #ffffff;
}
.ems-btn--defaultOR {
  border: 0 !important;
  color: var(--neutral-700);
  padding: 10px 28px !important;
  background-color: var(--orange7146) !important;
  color: #ffffff;
}
.ems-btn--defaultOR:hover {
  color: #ffffff !important;
}
.ems-btn--info {
  background: var(--primary-600);
  border: 1px solid var(--primary-600);
  color: var(--white);
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .ems-btn--info {
    min-height: 48px;
  }
}
.ems-btn--info .ems-btn-arrow {
  margin-left: 5px;
}
.ems-btn--info:hover {
  background: transparent !important;
  color: var(--primary-600);
}
.ems-btn--info:hover .ems-btn-arrow path {
  stroke: var(--primary-600);
}
.ems-btn:disabled {
  opacity: 0.6;
  pointer-events: none;
}

.ems-paddingsm {
  padding-inline: 1.35rem !important;
}

.ems-link {
  font-size: 16px;
  line-height: 22px !important;
  font-weight: var(--fnt-medium);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.ems-link-pri {
  color: var(--primary-600);
}

@media (max-width: 768px) {
  .ems-mob-grid2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ems-btn-mobfull {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .ems-btns-equal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
  }
  .ems-btns-equal .ems-btn {
    padding-block: 0.75rem !important;
  }
  .ems-btns-equal .ems-btn {
    min-width: 146px;
  }
}

@media (min-width: 768px) {
  .ems-btn-sm {
    padding-inline: 1.2rem !important;
  }
}

.btn-text {
  border: 0;
  background: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: 0;
}

.btn-submit {
  min-width: 200px;
}

.btn-200 {
  min-width: 200px;
}

.btn-44 {
  height: 44px;
}

.emsig-minh40 {
  min-height: 35px;
  padding-block: 0.3rem !important;
}

.marquee {
  --gap: 2.5rem;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}
.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}
/* Element styles */
.marquee svg {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: var(--color-bg-accent);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
}

.marquee--vertical svg {
  aspect-ratio: 1;
  width: calc(var(--size) / 1.5);
  padding: calc(var(--size) / 6);
}

/* Parent wrapper */
.ems-logos-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}
.ems-logos-wrapper__heading {
  font-weight: var(--fnt-medium);
}

.client-logo {
  filter: grayscale(100%);
}

.ems-nogray .client-logo {
  filter: grayscale(0%);
}

.ems-accordion-overide {
  display: grid;
  gap: 15px;
}
@media (min-width: 768px) {
  .ems-accordion-overide {
    gap: 25px;
  }
}
.ems-accordion-overide .accordion-item {
  border: 1px solid var(--purple-250);
  background: var(--purple-050);
  padding: 15px 20px;
  border-radius: 10px;
}
.ems-accordion-overide .accordion-button {
  width: 100%;
  border: none;
  background: transparent;
  color: var(--global);
  text-align: left;
  padding-inline: 0 !important;
}
.ems-accordion-overide .accordion-button.collapsed .accordian-arrow .angle-icon {
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  .ems-accordion-overide .accordion-button {
    display: grid;
    grid-template-columns: 1fr minmax(0, 20px);
  }
}
.ems-accordion-overide .accordion-header {
  font-size: 16px;
  line-height: 24px;
  font-weight: var(--fnt-bold);
}
@media (min-width: 768px) {
  .ems-accordion-overide .accordion-header {
    font-size: 20px;
    line-height: 28px;
  }
}
.ems-accordion-overide .accordion-body {
  font-size: 14px;
  color: var(--neutral-500);
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .ems-accordion-overide .accordion-body {
    padding-right: 3.5rem;
    font-size: 16px;
    line-height: 22.4px;
  }
}

.accordian-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
.accordian-arrow .angle-icon {
  transform: translatey(0%) rotate(180deg);
}
@media (max-width: 767px) {
  .accordian-arrow img {
    height: 15px;
  }
}

.ems-cardthumbnail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--neutral-600);
}
.ems-cardthumbnail:hover {
  color: var(--neutral-600);
}
.ems-cardthumbnail__fig {
  position: relative;
  overflow: hidden;
}
.ems-cardthumbnail__fig img {
  -o-object-fit: cover;
     object-fit: cover;
}
.ems-cardthumbnail__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media (min-width: 768px) {
  .ems-cardthumbnail__body {
    gap: 8px;
  }
}
.ems-cardthumbnail__heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: var(--fnt-bold);
  color: var(--neutral-900);
  position: relative;
  padding-inline-end: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .ems-cardthumbnail__heading {
    padding-inline-end: 10px;
    display: grid;
    grid-template-columns: 1fr minmax(0, 20px);
  }
}
.ems-cardthumbnail--sm {
  gap: 15px !important;
  padding: 0.6rem;
}
.ems-cardthumbnail--sm__body {
  padding-inline: 0.5rem;
}
@media (max-width: 768px) {
  .ems-cardthumbnail--sm h4, .ems-cardthumbnail--sm .h4 {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  .ems-cardthumbnail--sm p {
    font-size: 14px !important;
  }
}
.ems-cardthumbnail--innerborder {
  background: var(--purple-050);
  padding: 0.8rem;
  border-radius: var(--radius20);
  border: 1px solid var(--purple-200);
}
@media (min-width: 768px) {
  .ems-cardthumbnail--innerborder {
    padding: 1.2rem;
  }
}
.ems-cardthumbnail--innerborder .ems-cardthumbnail__body {
  align-items: initial;
}
.ems-cardthumbnail--innerborder .ems-cardthumbnail__fig {
  background: var(--white);
  border-radius: var(--radius16);
  height: 183px;
}
@media (min-width: 768px) {
  .ems-cardthumbnail--innerborder .ems-cardthumbnail__fig {
    height: 240px;
  }
}
.ems-cardthumbnail--innerborder .ems-brandlogo {
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .ems-cardthumbnail--innerborder p {
    padding-right: 2.5rem;
  }
}
.ems-cardthumbnail--noborder {
  background: transparent;
  border: none;
  padding: 0;
  gap: 20px;
}
.ems-cardthumbnail--noborder p {
  padding-right: 0;
}
@media (max-width: 768px) {
  .ems-cardthumbnail--dashboard {
    gap: 15px !important;
  }
}
.ems-cardthumbnail--dashboard .ems-cardthumbnail__fig {
  padding-left: 30px;
  padding-top: 30px;
}
.ems-cardthumbnail--dashboard .ems-cardthumbnail__heading {
  font-size: 20px !important;
  line-height: 28px !important;
}
@media (min-width: 768px) {
  .ems-cardthumbnail--dashboard .ems-cardthumbnail__heading {
    font-size: 30px !important;
    line-height: 42px !important;
  }
}
.ems-cardthumbnail--dashboard p {
  font-weight: var(--fnt-medium);
}

.ems-cardthumbnail-bggray {
  background-color: var(--purple-050) !important;
}

.ems-categpatch {
  background: var(--purple-100);
  border: 1px solid var(--purple-200);
  border-radius: var(--radius16);
  padding: 0.2rem 0.5rem;
  color: var(--purple-700);
  display: inline-block;
}
.ems-categpatch--purple {
  border: 1px solid var(--purple-200);
  background: var(--purple-200);
  color: var(--purple-900);
}
.ems-categpatch--green {
  border: 1px solid var(--teal-200);
  background: var(--teal-200);
  color: var(--teal-900);
}
.ems-categpatch--pink {
  border: 1px solid var(--pink200);
  background: var(--pink200);
  color: var(--pink-900);
}

.ems-radius20 {
  border-radius: var(--radius20);
}

.ems-arrow {
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 10px;
}
.ems-arrow--md {
  height: 12px;
  width: 12px;
}

.ems-recbox {
  border: 1px solid var(--Indigo-200);
  background: var(--white);
  border-radius: var(--radius20);
  padding: 1rem;
  display: grid;
  gap: 15px;
  color: var(--neutral-900);
}
@media (min-width: 768px) {
  .ems-recbox {
    gap: 25px;
    padding: 1.8rem;
  }
}
.ems-recbox--purple {
  background: #EDEBFE;
  border: none;
}
.ems-recbox--purple50 {
  border: 1px solid var(--purple-200) !important;
  background: var(--purple-050);
}
.ems-recbox--indigo {
  background: var(--Indigo-200) !important;
}
.ems-recbox--purple200 {
  background: var(--purple-250) !important;
}
.ems-recbox--pri {
  background: var(--secondary-200) !important;
}
.ems-recbox--green {
  background: var(--teal-200) !important;
}
.ems-recbox--pink {
  background: var(--pink200) !important;
}
.ems-recbox--white {
  background: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(28, 100, 242, 0.1215686275);
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 1.2rem;
}
.ems-recbox--white p {
  color: var(--neutral-500);
}
.ems-recbox--featurecard {
  display: flex;
  background: var(--purple-100);
  padding: 1.4rem !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
}
.ems-recbox--featurecard h3, .ems-recbox--featurecard .h3 {
  font-weight: var(--fnt-bold);
}
.ems-recbox--featurecard p {
  color: var(--neutral-500);
  font-weight: var(--fnt-medium);
  flex: 1 1 0;
}
.ems-recbox--sm {
  padding: 1rem 1.2rem !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .ems-recbox--sm {
    height: 100%;
  }
}
.ems-recbox--sm p {
  flex: 1 1 0;
}

.ems-innerspace20 {
  display: flex;
  flex-direction: column;
  padding: 0.8rem;
  gap: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ems-innerspace20 {
    padding: 1.2rem;
  }
}

@media (max-width: 767px) {
  .ems-recbox-pri {
    padding-bottom: 180px;
  }
  .ems-recbox-pri .ems-griditem-illus {
    height: 200px;
    text-align: center;
  }
  .ems-recbox-pri .ems-griditem-illus img {
    height: 100%;
  }
}

.ems-autherinfo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ems-autherinfo p {
  color: var(--neutral-500);
}

.ems-authorprofile {
  height: 66px;
  width: 66px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ems-solution-card {
  justify-items: flex-start;
  box-shadow: 0px 4px 30px 0px rgba(28, 100, 242, 0.1019607843);
  border: 1px solid var(--primary-100);
  gap: 12px;
  padding: 1rem !important;
}
@media (min-width: 768px) {
  .ems-solution-card {
    padding: 1.6rem !important;
  }
}
.ems-solution-card__des {
  color: var(--neutral-500);
}
@media (max-width: 768px) {
  .ems-solution-card__des {
    font-size: 14px !important;
    line-height: 19px !important;
  }
}

.ems-recbox .ems-link {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ems-recbox:is(:hover, :focus) .ems-link {
  visibility: visible;
  opacity: 1;
}

.ems-cardwhite {
  box-shadow: 0px 4px 20px 0px rgba(28, 100, 242, 0.1215686275);
  gap: 40px;
  border: 1px solid #E9D5FF;
}

.ems-grid-row50 {
  --bs-gutter-x: 3.5rem;
  --bs-gutter-y: 3rem;
}

.ems-grid-row30 {
  --bs-gutter-y: 1.4rem;
}
@media (min-width: 768px) {
  .ems-grid-row30 {
    --bs-gutter-y: 2rem;
  }
}

.mySwiperAwards .swiper-slide {
  height: auto;
}

.ems-awardcard {
  height: 100%;
}
.ems-awardcard .ems-cardthumbnail__body {
  font-weight: var(--fnt-medium);
  color: var(--neutral-700);
}

@media (min-width: 768px) {
  .ems-gy-dk-6 {
    --bs-gutter-y: 3.5rem !important;
  }
}

.emsig405x240 {
  border-radius: var(--radius20) !important;
  height: 100%;
  width: 100%;
}

.emsig-recbox-inline {
  display: flex !important;
  align-items: flex-start;
  justify-items: flex-start;
  flex-direction: column;
  gap: 16px !important;
}
@media (min-width: 768px) {
  .emsig-recbox-inline {
    height: 100%;
  }
  .emsig-recbox-inline p {
    flex: 1;
  }
}

.emsig-groupcards-grid {
  --bs-gutter-y: 1.5rem;
}
@media (min-width: 768px) {
  .emsig-groupcards-grid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2.5rem;
  }
}

.ems-panelcontainer {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ems-panelcontainer {
    background: var(--purple-050);
  }
}

.ems-panel-grid2 {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .ems-panel-grid2 {
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ems-panel {
    background: var(--purple-050);
    border-radius: var(--radius20);
  }
}
.ems-panel--purple {
  background: var(--purple-200);
}
@media (min-width: 768px) {
  .ems-panel--purple {
    margin-left: -10px;
  }
}
@media (max-width: 768px) {
  .ems-panel--purple {
    border-radius: var(--radius20) !important;
  }
}
.ems-panel--purple .ems-panel__head {
  background: var(--purple-300);
  border-top-left-radius: var(--radius20);
}
@media (max-width: 768px) {
  .ems-panel--purple .ems-panel__head {
    border-top-right-radius: var(--radius20);
  }
}
.ems-panel__head {
  background-color: var(--purple-100);
  padding: 1rem 1.2rem;
}
@media (max-width: 768px) {
  .ems-panel__head {
    font-size: 18px !important;
    line-height: 25px !important;
  }
}
@media (min-width: 768px) {
  .ems-panel__head {
    padding: 1.2rem 1.5rem;
  }
}
.ems-panel__body {
  padding: 1.2rem 1rem;
}
@media (min-width: 768px) {
  .ems-panel__body {
    padding: 1.5rem;
  }
}

.ems-block-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .ems-block-list {
    gap: 40px;
  }
}
.ems-block-list--sec {
  gap: 15px;
}
.ems-block-list--sec .ems-block-list__item {
  padding-left: 25px;
  font-weight: 400;
}
.ems-block-list--sec .ems-block-list__item::before {
  background: url("../images/hero-illustations/tick-orange.svg") no-repeat;
  height: 16px;
  width: 16px;
  background-size: contain;
  top: 5px !important;
  transform: translateY(0%);
}
@media (max-width: 768px) {
  .ems-block-list--sec .ems-block-list__item {
    font-size: 16px !important;
    line-height: 22.2px !important;
  }
}
.ems-block-list--sec .tick-purple::before {
  background: url("../../../images/new/try-it-now/check-circle-purple.svg") no-repeat;
  height: 20px;
  width: 20px;
}
.ems-block-list__item {
  position: relative;
  padding-left: 45px;
  font-weight: var(--fnt-medium);
}
.ems-block-list__item::before {
  content: "";
  position: absolute;
  height: 32px;
  width: 32px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 45px;
  left: 0;
  background: url("../../../images/hero-illustations/tick.svg") no-repeat;
}

.sudeo-crossicon .ems-block-list__item::before {
  background: url("../../../images/hero-illustations/cross.svg") no-repeat;
}

.ems-block-listlink {
  gap: 20px !important;
}
@media (min-width: 768px) {
  .ems-block-listlink {
    gap: 25px !important;
  }
}
.ems-block-listlink .ems-block-list__item {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .ems-block-listlink .ems-block-list__item {
    padding-left: 38px;
  }
}
.ems-block-listlink .ems-block-list__item::before {
  height: 22px;
  width: 22px;
  background: url("../../../images/hero-illustations/tickorange.svg") no-repeat;
}
@media (max-width: 768px) {
  .ems-block-listlink .ems-block-list__item::before {
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .ems-block-listlink .ems-block-list__item::before {
    height: 28px;
    width: 28px;
  }
}

.ems-list-link {
  font-size: 14px;
  line-height: 19px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .ems-list-link {
    font-size: 18px;
    line-height: 25px;
  }
}

.ems-blocklist-disc {
  padding-left: 1.5rem;
}
.ems-blocklist-disc li {
  list-style-type: disc;
  color: var(--neutral-600);
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .ems-blocklist-disc li {
    font-size: 18px;
    line-height: 27px;
  }
}
.ems-blocklist-disc li::marker {
  color: var(--primary-600);
}
.ems-blocklist-disc a {
  text-decoration: underline;
  display: inline-block;
}

.ems-tabs-container {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ems-tabs-container {
    display: grid;
    gap: 60px;
    grid-template-columns: minmax(0, 453px) 1fr;
  }
  .ems-tabs-container-gridlg {
    grid-template-columns: minmax(0, 636px) 1fr;
  }
}

.ems-tabs-vertical {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ems-tabs-vertical .nav-link {
  background: transparent;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: var(--fnt-semi);
  color: rgba(17, 25, 40, 0.3);
}
@media (min-width: 768px) {
  .ems-tabs-vertical .nav-link {
    font-size: 20px;
  }
}
.ems-tabs-vertical .nav-link.active {
  background: transparent;
}
.ems-tabs-vertical--panels .nav-link {
  text-align: left;
}
.ems-tabs-vertical--panels .nav-item {
  transition: background-color 0.3s ease;
  border-radius: var(--radius20);
  padding-block: 0.6rem !important;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .ems-tabs-vertical--panels .nav-item {
    border-color: var(--purple-200);
    box-shadow: 0px 4px 30px 0px rgba(243, 232, 255, 0.5019607843);
  }
}
@media (max-width: 768px) {
  .ems-tabs-vertical--panels .nav-item.show {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .ems-tabs-vertical--panels .nav-item.show {
    border-color: var(--purple-200);
    box-shadow: 0px 4px 30px 0px rgba(243, 232, 255, 0.5019607843);
    background: var(--white);
  }
}
.ems-tabs-vertical--panels .nav-link-text {
  color: var(--neutral-900) !important;
  font-weight: var(--fnt-semi);
}
@media (min-width: 768px) {
  .ems-tabs-vertical--sticky {
    position: sticky;
    top: 150px;
  }
}

.ems-tabs-vertical .nav-item {
  padding: 0.8rem 0.8rem;
}
@media (min-width: 768px) {
  .ems-tabs-vertical .nav-item {
    padding: 1rem 1rem;
  }
}
.ems-tabs-vertical .nav-item p {
  height: 0;
  opacity: 0;
  transform: translateY(20px);
  overflow: hidden;
  color: var(--neutral-500);
  font-weight: var(--fnt-medium);
  transition: height 0.3s ease, opacity 0.3s ease, transform 0.3s ease; /* Smooth transitions for height, opacity, and transform */
}
.ems-tabs-vertical .nav-item.show .nav-link {
  color: var(--neutral-900);
}
.ems-tabs-vertical .nav-item.show p {
  height: auto;
  opacity: 1;
  transform: translateY(0);
  font-weight: 400;
}
@media (max-width: 767px) {
  .ems-tabs-vertical .nav-item.show img {
    height: auto;
    opacity: 1;
    display: block;
  }
}

@media (min-width: 768px) {
  .ems-content-vr-fit .tab-pane, .ems-content-vr-fit .tab-pane img {
    height: 100%;
  }
  .ems-content-vr-fit .tab-pane img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: var(--radius20);
  }
}

@media (max-width: 767px) {
  .ems-tabs-bgtransparent {
    flex-wrap: nowrap;
    overflow-x: auto;
    flex-direction: initial;
    scrollbar-width: none;
    padding-bottom: 15px;
  }
}
.ems-tabs-bgtransparent .nav-link {
  padding: 0.85rem 1.2rem;
  border-radius: var(--radius12);
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ems-tabs-bgtransparent .nav-link {
    background: var(--white) !important;
    color: var(--neutral-900) !important;
  }
}
@media (min-width: 768px) {
  .ems-tabs-bgtransparent .nav-link {
    border-radius: var(--radius20);
    padding: 1.2rem 1.4rem;
  }
}
@media (max-width: 768px) {
  .ems-tabs-bgtransparent .nav-link.active {
    border: 1px solid #7E3AF2;
  }
}
@media (min-width: 768px) {
  .ems-tabs-bgtransparent .nav-link.active {
    background: var(--white);
    color: var(--neutral-900);
  }
}
.ems-tabs-bgtransparent .nav-item {
  padding: 0 !important;
}

.ems-tabs-sm {
  grid-template-columns: minmax(0, 189px) 1fr !important;
  gap: 20px !important;
}
@media (min-width: 768px) {
  .ems-tabs-sm {
    gap: 50px !important;
  }
}

.ems-tabs-withdes p {
  display: block !important;
  opacity: 1 !important;
  height: auto !important;
  transform: translateY(0) !important;
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .ems-tabs-withdes p {
    font-size: 14px !important;
    line-height: 19px;
  }
}
.ems-tabs-withdes .nav-link {
  display: grid;
  gap: 5px;
}
@media (min-width: 768px) {
  .ems-tabs-withdes .nav-link {
    gap: 10px;
  }
}

@media (min-width: 768px) {
  .ems-img-vrfit {
    height: 100%;
  }
  .ems-img-vrfit img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: var(--radius20);
  }
}

.ems-blockgrid-2 {
  display: grid;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .ems-blockgrid-2 {
    grid-template-columns: repeat(2, 1fr);
    font-size: 18px;
    line-height: 25px;
    max-width: 590px;
  }
}

.ems-navTab-3 {
  border-bottom: 1px solid #EAECF0 !important;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.ems-navTab-3::-webkit-scrollbar {
  display: none;
}
.ems-navTab-3 .nav-link {
  background: 0 !important;
  background-color: none !important;
  padding: 0 0 12px 0;
  border: 0;
  margin-right: 20px;
  position: relative;
  color: #667085;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.ems-navTab-3 .nav-link.active {
  color: #1C64F2 !important;
  background: 0 !important;
  background-color: none !important;
}
.ems-navTab-3 .nav-link.active::after {
  width: 100%;
  opacity: 1;
}
.ems-navTab-3 .nav-link::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1C64F2;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.offcanvas--lg {
  width: 627px !important;
  background: var(--global);
  height: calc(100vh - 135px);
  top: inherit !important;
  padding: 5px;
  overflow-y: auto;
  padding-bottom: 2rem;
}
.offcanvas--lg .offcanvas-header {
  align-items: inherit !important;
  flex-direction: column;
  gap: 35px;
}
.offcanvas--lg .offcanvas-title {
  color: var(--lght-orange);
  font-family: var(--oswald);
  font-weight: var(--fnt-medium);
}
.offcanvas--lg .offcanvas-body {
  overflow-y: unset;
}

.mt-cart-title {
  color: var(--lght-orange);
}

.mt-cart-des {
  color: #A8A9A9;
}

.mt-cart-empty {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.mt-btn--end {
  text-transform: capitalize;
  width: 289px;
  max-width: 100%;
}

.mt-img185 {
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mt-loginwrapers .modal-lg {
  max-width: 1022px;
}
.mt-loginwrapers .modal-content {
  background: #262729;
  display: grid;
  grid-template-columns: minmax(0, 394px) 1fr;
}
.mt-loginwrapers .modal-content__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 3rem;
}

.mt-form-heading {
  color: var(--lght-orange);
  text-transform: uppercase;
  letter-spacing: -4%;
  font-weight: var(--fnt-bold);
}

.mt-formlabel {
  color: var(--white);
}

.modal {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

a {
  text-decoration: none;
}

.ems-navheader {
  padding-block: 1rem;
  background-color: var(--purple-050) !important;
}
@media (min-width: 768px) {
  .ems-navheader {
    padding-inline: 1.2rem;
  }
}
.ems-navheader__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .ems-navheader__container {
    padding-inline: 1rem;
  }
}
.ems-navheader .nav-link {
  font-weight: var(--fnt-medium);
  color: var(--neutral-700);
  font-size: 14px;
  line-height: 140%;
}
@media (max-width: 991px) {
  .ems-navheader .nav-link {
    font-size: 16px;
    padding: 21px 0 !important;
  }
}
@media (min-width: 992px) {
  .ems-navheader .nav-link:is(:hover, :focus) {
    color: var(--neutral-900);
    transition: color 0.3s ease-in-out;
  }
}
.ems-navheader .nav-link.active {
  color: var(--neutral-900);
}

.ems-brandlogo img {
  height: 18px;
}
@media (min-width: 768px) {
  .ems-brandlogo img {
    height: 25px;
  }
}

.ems-navlist {
  display: flex;
  /* Hide scrollbar for IE, Edge and Firefox */
}
@media (max-width: 991px) {
  .ems-navlist {
    width: 100%;
    height: calc(100vh - 180px);
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  .ems-navlist {
    gap: 25px;
    margin: 0 auto;
  }
}
.ems-navlist .nav-item-header:first-of-type .nav-link {
  border-top: 0;
}
@media (max-width: 991px) {
  .ems-navlist::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 991px) {
  .ems-navlist {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    height: 100%;
    overflow-y: auto;
    background: var(--white);
    padding: 10px 20px 40px 20px;
    display: flex !important;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    align-items: start;
    width: 100%;
    margin-top: 0px;
    z-index: 999;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    width: 375px;
    right: 0 !important;
    left: auto !important;
    transform: translateX(100%) !important;
    margin-top: 0;
    box-shadow: 0px 4px 30px 0px rgba(28, 100, 242, 0.1019607843);
  }
}
@media (max-width: 767px) {
  .navbar-collapse.show {
    transform: translateX(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.show {
    transform: translateX(0) !important;
  }
}

.navbar-toggler {
  border: none !important;
  background: transparent;
}
.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.nav-dropdown li {
  list-style-type: none;
}
@media (max-width: 991px) {
  .nav-dropdown {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav-dropdown.open {
    display: block;
  }
}
@media (min-width: 992px) {
  .nav-dropdown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s ease-in-out;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .nav-dropdown--sm {
    min-width: 334px;
    max-width: 334px;
  }
}
.nav-dropdown--sm .ems-drp-link-list__item {
  width: 100%;
}
@media (min-width: 992px) {
  .nav-dropdown--md {
    min-width: 750px;
    max-width: 750px;
  }
}
.nav-dropdown--md .ems-drp-link-list__item {
  width: 680px;
}
@media (min-width: 992px) {
  .nav-dropdown--lg {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
  }
}
@media (min-width: 992px) {
  .nav-dropdown--lg {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .nav-dropdown--lg {
    width: 1266px;
  }
}
@media (min-width: 1400px) {
  .nav-dropdown--lg {
    width: 1266px;
  }
}
@media (min-width: 992px) {
  .nav-dropdown--lg .feature-container {
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .nav-dropdown--lg .ems-drp-link-list__item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .nav-dropdown--subNav .feature-container {
    min-height: auto;
    max-height: auto;
    z-index: 99 !important;
  }
}
@media (min-width: 992px) {
  .nav-dropdown--subNav {
    position: fixed;
    left: 0;
    top: 92px;
    transform: none;
    padding-top: 20px;
    height: auto !important;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .nav-dropdown--subNav .ems-drp-link-list__item {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .nav-dropdown--subNav .ems-h-dropdown {
    background-color: #fff8f1;
    box-shadow: none;
    border: 1px solid #e5e7eb;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .nav-dropdown--subNav .ems-h-dropdown__body {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .nav-dropdown--subNav .ems-drp-link-list {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .nav-dropdown--subNav .ems-drp-link-list__item {
    margin: 0 0 0 36px;
    padding: 22px 0;
  }
}
@media (min-width: 992px) {
  .nav-dropdown--subNav .ems-drp-link-list__item:first-child {
    padding-left: 0;
    margin-left: 0;
  }
}
.nav-dropdown--subNav .ems-drp-link-list__item.active {
  position: relative;
}
.nav-dropdown--subNav .ems-drp-link-list__item.active h4, .nav-dropdown--subNav .ems-drp-link-list__item.active .h4 {
  font-weight: 700 !important;
  color: #111928 !important;
}
@media (min-width: 992px) {
  .nav-dropdown--subNav .ems-drp-link-list__item.active::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 4px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #6875f5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .nav-dropdown--subNav .ems-drp-link-list a {
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .nav-dropdown--subNav .ems-drp-link-list a h4, .nav-dropdown--subNav .ems-drp-link-list a .h4 {
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #374151 !important;
  }
}

@media (min-width: 992px) {
  .nav-item-header:hover .nav-dropdown {
    opacity: 1;
    z-index: 999;
    pointer-events: all;
  }
}

.nav-item-header {
  position: relative;
}
.nav-item-header:first-child {
  position: unset !important;
}
.nav-item-header:nth-child(2) {
  position: unset !important;
}

@media (max-width: 991px) {
  .mb-accordion::after {
    content: url("../images/icons/down-arrow.svg") !important;
    right: 2px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    transition: 0s !important;
  }
}
@media (max-width: 767px) {
  .mb-accordion.open::after {
    transform: translateY(-50%) rotate(-180deg) !important;
  }
}

.nav-item-header .nav-link {
  position: relative;
}
@media (max-width: 767px) {
  .nav-item-header .nav-link {
    border-top: 1px solid var(--neutral-200);
  }
}
.nav-item-header .nav-link.active {
  font-weight: 700 !important;
}
.nav-item-header .nav-link::after {
  position: absolute;
  content: "";
  transition: 0.4s ease-in-out;
  z-index: 9;
}
@media (min-width: 992px) {
  .nav-item-header .nav-link::after {
    width: 0;
    height: 4px;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    background-color: #A855F7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.ems-headertop__info .nav-item-header .nav-link::after {
  content: none;
}
@media (min-width: 992px) {
  .nav-item-header .nav-link.active::after {
    width: 24px;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .nav-item-header .nav-link:hover::after {
    width: 23px;
    opacity: 1;
  }
}

.ems-h-dropdown {
  padding: 0;
}
@media (min-width: 992px) {
  .ems-h-dropdown {
    background-color: #ffffff;
    padding: 36px 24px 36px 24px;
    box-shadow: 0px 4px 40px 0px rgba(28, 100, 242, 0.0784313725);
    border-radius: 12px;
    border: 1px solid var(--secondary-100);
  }
}
.ems-h-dropdown__head h3, .ems-h-dropdown__head .h3 {
  color: var(--neutral-400);
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .ems-h-dropdown__head h3, .ems-h-dropdown__head .h3 {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) {
  .ems-h-dropdown__body {
    padding-left: 12px;
  }
}

@media (max-width: 991px) {
  .feature-container__item {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .feature-container__item:nth-child(even) {
    border-left: 0.4px solid var(--neutral-400);
  }
}
@media (min-width: 992px) {
  .feature-container__item:nth-child(odd) {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .feature-container__item:nth-child(odd) {
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .feature-container__item:nth-child(even) {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .feature-container__item:nth-child(even) {
    padding-left: 32px;
  }
}

.ems-drp-link-list__item {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .ems-drp-link-list__item {
    margin-bottom: 28px;
    width: 50%;
  }
}
.ems-drp-link-list__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .ems-drp-link-list--emudhar .ems-drp-link-list__item {
    width: 33.33%;
  }
}
.ems-drp-link-list--w100 .ems-drp-link-list__item {
  width: 100% !important;
}

.ems-drp-link__icon {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 991px) {
  .ems-drp-link__icon {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .ems-drp-link__icon {
    display: flex;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .ems-drp-link {
    align-items: center;
    flex-wrap: inherit !important;
  }
}
.ems-drp-link__img {
  min-width: 46px;
  height: 46px;
  border-radius: 10px;
  margin-right: 16px;
}
.blogs_pro img {
    border-radius: 20px;
    min-height: 70px;
}
@media (max-width: 767px) {
  .ems-drp-link__img {
    max-width: 46px;
  }
}
@media (min-width: 992px) {
  .ems-drp-link__img {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 45px;
    border-radius: 15px;
  }
}
@media (min-width: 1200px) {
  .ems-drp-link__img {
    width: 73px;
    height: 68px;
    min-width: 73px;
    max-width: 68px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}
.ems-drp-link__img img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ems-drp-link-lg__item {
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .ems-drp-link-lg__item {
    margin-bottom: 32px;
  }
}

.ems-drp-casrStudyWrap {
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 10px;
  background-color: var(--purple-050);
  padding: 15px;
  border: 1px solid var(--purple-200);
}
@media (max-width: 991px) {
  .ems-drp-casrStudyWrap {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .ems-drp-casrStudyWrap {
    border-radius: 20px;
  }
}
.ems-drp-casrStudyWrap__img {
  max-width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 8px;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .ems-drp-casrStudyWrap__img {
    width: 100%;
    max-width: 100%;
    height: 80px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .ems-drp-casrStudyWrap__img {
    height: 120px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .ems-drp-casrStudyWrap__img {
    height: 140px;
  }
}
.ems-drp-casrStudyWrap__img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.ems-drp-casrStudyWrap__body {
  padding: 12px 0;
}

@media (max-width: 991px) {
  .ems-h-login {
    margin-top: auto;
    position: absolute;
    bottom: 60px;
    left: 20px;
    z-index: 99;
    background: #ffffff;
    width: calc(100% - 40px);
  }
}
@media (max-width: 991px) {
  .ems-h-login button {
    width: calc(50% - 8px);
    padding: 12px 10px !important;
  }
}

.nav-close {
  z-index: 99;
  font-weight: 600;
}

.link-arr {
  position: relative;
}
.link-arr::after {
  position: absolute;
  content: url(../images/icons/link-ar.svg);
  top: 50%;
  right: -23px;
  z-index: 9;
  transform: translateY(-50%);
  height: 20px;
}

.h-caseStudy-listWrap {
  width: 100%;
}
@media (min-width: 992px) {
  .h-caseStudy-listWrap {
    width: calc(100% - 200px);
  }
}
@media (min-width: 1200px) {
  .h-caseStudy-listWrap {
    width: calc(100% - 264px);
  }
}

.h-singleCaseStudy {
  width: 100%;
}
@media (min-width: 992px) {
  .h-singleCaseStudy {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .h-singleCaseStudy {
    width: 264px;
  }
}

@media (min-width: 992px) {
  .nav-item-header:has(.nav-dropdown):hover .nav-link::after {
    width: 23px;
    opacity: 1;
  }
}

.ems-dropdown .menu {
  padding: 12px !important;
  border-radius: 12px !important;
  border: 0 !important;
}
.ems-dropdown .item {
  color: var(--neutral-700);
  font-weight: 500;
  font-size: 14px;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (max-width: 991px) {
  .ems-dropdown .item {
    padding: 4px 8px;
    border-radius: 8px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .ems-dropdown .item:last-of-type {
    margin-bottom: 0;
  }
}
.ems-dropdown .item.selected {
  color: var(--neutral-900) !important;
  font-weight: 700 !important;
}
@media (max-width: 991px) {
  .ems-dropdown .item.selected {
    background-color: var(--primary-050) !important;
  }
}
.ems-dropdown .item.selected a {
  color: var(--neutral-900) !important;
  font-weight: 700 !important;
}
@media (max-width: 991px) {
  .ems-dropdown .item.selected a {
    background-color: var(--primary-050) !important;
  }
}
.ems-dropdown.active .icon::before {
  transform: rotate(180deg);
}
.ems-dropdown .icon::before {
  top: 2px !important;
  right: -4px !important;
  position: absolute;
  content: url("../images/icons/down-arrow.svg") !important;
}

.position-unset {
  position: unset !important;
}

@media (max-width: 991px) {
  .ems-drp-smallimg {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    margin-right: 12px;
    padding: 0 !important;
  }
  .ems-drp-smallimg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
}

.emsign-filter-dropdowns-select.ui.dropdown:not(.button) > .default.text {
  color: var(--neutral-900) !important;
  font-weight: var(--fnt-semi) !important;
}
.emsign-filter-dropdowns-select .text {
  position: relative;
  top: 2px;
}

.ems-sticky-container {
  position: sticky;
  top: 140px;
  padding-right: 20px;
}

.ems-navscroll-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ems-navscroll-list__item a {
  color: var(--neutral-700) !important;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
  font-weight: var(--fnt-semi);
}
.ems-navscroll-list__item a.active {
  color: #6875F5 !important;
}

.section {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .section {
    padding-bottom: 30px;
  }
}

.ems-recbox__head-icon {
  display: flex;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid var(--purple-200);
}
.ems-recbox__body-points {
  padding-top: 0.6rem;
  border-bottom: 1px solid var(--purple-200);
}
.ems-recbox__body-points .ems-block-list {
  font-size: 14px !important;
}
.ems-recbox__panelcard-list {
  padding-top: 0.5rem;
  display: grid;
  gap: 0.8rem;
}
.ems-recbox__panelcard-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ems-recbox__panelcard-head a {
  cursor: pointer;
  color: #1C64F2;
}

.emsig-figure-recbox {
  border: 1px solid var(--purple-200);
  transition: box-shadow 0.6s ease-in-out;
}
.emsig-figure-recbox:hover {
  box-shadow: 0px 4px 20px 0px rgba(28, 100, 242, 0.1215686275);
}
@media (max-width: 768px) {
  .emsig-figure-recbox {
    padding: 1.2rem !important;
  }
  .emsig-figure-recbox .fs-20 {
    font-size: 20px !important;
  }
  .emsig-figure-recbox .ems-block-list__item {
    font-size: 14px !important;
  }
  .emsig-figure-recbox .ems-block-list__item::before {
    top: 1px !important;
  }
}

.ems-panelcard-group {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.ems-panelcard-item {
  display: flex;
  border: 1px solid var(--purple-100);
  background: var(--purple-050);
  flex-direction: column;
  border-radius: var(--radius12);
  padding: 0.8rem;
  position: relative;
  transition: background-color 0.6s ease-in-out, border-color 0.6s ease-in-out;
  cursor: pointer;
}
.ems-panelcard-item__heading {
  color: var(--neutral-900);
  font-weight: var(--fnt-semi);
}
@media (max-width: 768px) {
  .ems-panelcard-item {
    background: var(--white);
    border: 1px solid var(--purple-200);
  }
  .ems-panelcard-item .ems-panel-navlink {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .ems-panelcard-item:is(:hover) {
    background: var(--white);
    border: 1px solid var(--purple-200);
  }
  .ems-panelcard-item:is(:hover) .ems-panel-navlink {
    opacity: 1;
  }
}

.ems-panel-navlink {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

@media (max-width: 767px) {
  .emsig-portal-wrapper {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}

.emsig-recbox--xs {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .emsig-recbox--xs {
    height: 100%;
    gap: 15px !important;
    padding: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .emsig-recbox--xs .ems-recbox__body {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

.ems-plan-ovrall {
  flex: 1 1 auto;
}

.emsig-modalpop-lg {
  width: 100%;
}
@media (max-width: 768px) {
  .emsig-modalpop-lg {
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .emsig-modalpop-lg {
    max-width: 968px;
  }
}
.emsig-modalpop-md {
  width: 100%;
}
@media (min-width: 768px) {
  .emsig-modalpop-md {
    max-width: 744px;
  }
}
.emsig-modalpop-md .emsig-modalpop__body {
  padding: 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  .emsig-modalpop-md .emsig-modalpop__body {
    padding: 2.5rem 2.2rem;
  }
}
.emsig-modalpop-cnt {
  max-width: 100% !important;
  transition: box-shadow 0.6s ease-in-out;
}
@media (max-width: 768px) {
  .emsig-modalpop-cnt {
    border-radius: 0 !important;
  }
}
@media (min-width: 768px) {
  .emsig-modalpop-cnt {
    border-radius: var(--radius16);
  }
}
.emsig-modalpop-cnt .ems-recbox:hover {
  box-shadow: 0px 4px 20px 0px rgba(28, 100, 242, 0.1215686275);
}
.emsig-modalpop__header {
  padding-inline: 2rem;
  padding-block: 1rem;
}
.emsig-modalpop__body {
  padding: 1.5rem 1.5rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .emsig-modalpop__body {
    padding: 2.5rem 2.5rem;
  }
}

.modal {
  z-index: 10000;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.5019607843);
}

.emsig-modal-rec {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  background: #F9FAFB;
  border-radius: var(--radius16);
  color: #484C51;
}

@media (max-width: 767px) {
  .emsig-modal {
    overflow: hidden;
  }
}
.btn-close {
  cursor: pointer;
}

.ems-border-corner20 {
  border-radius: var(--radius12);
}
@media (min-width: 768px) {
  .ems-border-corner20 {
    border-radius: var(--radius20);
  }
}

.ems-color-neu900 {
  color: var(--neutral-900);
}

.ems-color-neu700 {
  color: var(--neutral-700);
}

.ems-color-neu500 {
  color: var(--neutral-500);
}

.ems-color-neu600 {
  color: var(--neutral-600);
}

.ems-color-neu400 {
  color: var(--neutral-400);
}

.ems-color--neu-600 {
  color: var(--neutral-600);
}

.ems-color-neu800 {
  color: var(--neutral-800) !important;
}

.ems-color-gray-900 {
  color: var(--gray828);
}

.ems-color-Indigo-500 {
  color: var(--Indigo-500);
}

.ems-color-Indigo-700 {
  color: var(--Indigo-700);
}

.ems-color-purple-200 {
  color: var(--purple-200);
}

.ems-color--neu-700 {
  color: var(--neutral-700);
}

.ems-color-prim-700 {
  color: var(--primary-700);
}

.ems-color-prim-900 {
  color: var(--primary-900);
}

.ems-color-sec-800 {
  color: var(--secondary-800);
}

.ems-color-neu700Imp {
  color: var(--neutral-700) !important;
}

.ems-clr-gray5467 {
  color: var(--gray5467) !important;
}

.ems-clr-balck4054 {
  color: var(--black4054);
}

.ems-clr-balck2327 {
  color: var(--black2327);
}

.ems-bg-secondary {
  background: var(--secondary-050);
}

.ems-bg-purple {
  background: var(--purple-050);
}

.emsig-bg-sec {
  background: #FFDBC2;
}

.ems-bg-purple150 {
  background: #EDEBFE;
}

.ems-bg-purple100 {
  background: var(--purple-100);
}

.ems-bg-purple50 {
  background: #FAF5FF;
}

.ems-bg-indigo100 {
  background: var(--Indigo-100);
}

.ems-bg-purple200 {
  background: var(--purple-200);
}

.ems-bg-orange {
  background: var(--secondary-300);
}

.ems-bggradient-pri {
  background: var(--pri-gradient);
}

.ems-bggradient-sec {
  background: var(--purple-sec-gradient);
}

.ems-bggradient-topbtm {
  background: linear-gradient(180deg, #FAF5FF 0%, #FFFFFF 100%);
}

.ems-bggradient-multi {
  background: linear-gradient(180deg, #FAF5FF 0%, rgba(255, 255, 255, 0) 100%);
}

.ems-bggradient-single {
  background: linear-gradient(180deg, #FFF8F1 41.62%, rgba(255, 248, 241, 0) 100%);
}

.emsec-bg-primary {
  background: #FAF5FF;
}

.ems-color-primary600 {
  color: var(--primary-600);
}

.ems-blackb2e {
  color: var(--blackb2e);
}

.ems-black327 {
  color: #202327;
}

.ems-black3838 {
  color: var(--black3838);
}

.ems-black92b {
  color: var(--black92B);
}

.ems-black023 {
  color: var(--black023);
}

.ems-space100 {
  padding-block: 3rem;
}
@media (min-width: 768px) {
  .ems-space100 {
    padding-block: 5rem;
  }
}

.ems-space120 {
  padding-block: 4rem;
}
@media (min-width: 768px) {
  .ems-space120 {
    padding-block: 6rem;
  }
}

@media (max-width: 767px) {
  .ems-mob-pt20 {
    padding-top: 20px !important;
  }
}

.emsig-spacing80 {
  padding-block: 3rem;
}
@media (min-width: 768px) {
  .emsig-spacing80 {
    padding-block: 4.5rem;
  }
}

.mb-80 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .mb-80 {
    margin-bottom: 80px;
  }
}

.mb-60 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}

.mb-40Imp {
  margin-bottom: 20px !important;
}
@media (min-width: 992px) {
  .mb-40Imp {
    margin-bottom: 40px !important;
  }
}

.pd-120 {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .pd-120 {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .pd-120 {
    padding: 60px 0;
  }
}

.pt-120 {
  padding-top: 40px !important;
}
@media (min-width: 768px) {
  .pt-120 {
    padding-top: 80px !important;
  }
}
@media (min-width: 992px) {
  .pt-120 {
    padding-top: 120px !important;
  }
}

.pb-120 {
  padding-bottom: 40px !important;
}
@media (min-width: 768px) {
  .pb-120 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 992px) {
  .pb-120 {
    padding-bottom: 120px !important;
  }
}

@media (max-width: 768px) {
  .em-mob-pb20 {
    padding-bottom: 20px !important;
  }
}

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

@media (max-width: 991px) {
  .w-mb-50 {
    width: 50%;
  }
}

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

@media (max-width: 767px) {
  .pb-mb-0 {
    padding-bottom: 0 !important;
  }
}

.ems-img240 {
  height: 240px;
}

.ems-img280 {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .ems-img280 {
    height: 280px;
  }
}

.ems-img375 {
  height: 220px;
}
@media (min-width: 768px) {
  .ems-img375 {
    height: 375px;
  }
}

.ems-img171 {
  height: 171px;
}
@media (min-width: 768px) {
  .ems-img171 {
    height: 171px;
  }
}

.ems-img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

@media (min-width: 768px) {
  .ems-img520 {
    height: 520px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: var(--radius20);
  }
}

@media (min-width: 768px) {
  .emsec-min-vh100 {
    min-height: 100%;
  }
}

@media (min-width: 768px) {
  .emsec-banner__fig570 {
    height: 420px;
  }
  .emsec-banner__fig570 img {
    height: 100%;
  }
}

.emsc-img64x64 {
  height: 54px;
  width: 54px;
  border: 1px solid #DCD7FE;
  background: var(--white);
  border-radius: 16px;
}
@media (min-width: 768px) {
  .emsc-img64x64 {
    height: 64px;
    width: 64px;
  }
}

.ems-linepattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ems-linepattern svg {
  width: 100%;
}

.ems-linepattern-rounded {
  top: 25px;
  z-index: -1;
}

.ems-linebended {
  position: absolute;
  left: 30px;
  bottom: 45px;
  transform: translateX(-50%);
  z-index: -1;
}/*# sourceMappingURL=main.css.map */