/* DESIGN TOKENS
   ========================================================================== */
:root {
  --color-primary-brand-50: #f1f7fe;
  --color-primary-brand-100: #e2eefc;
  --color-primary-brand-200: #bfdbf8;
  --color-primary-brand-300: #86bff3;
  --color-primary-brand-400: #469fea;
  --color-primary-brand-500: #0A6BEB;
  --color-primary-brand-600: #134B95;
  --color-primary-brand-700: #0f5195;
  --color-primary-brand-800: #10457c;
  --color-primary-brand-900: #134B95;
  --color-primary-brand-1000: #1D78C9;
  --color-secondary-blue: #0F56BE;
  --color-secondary-yellow: #ffcd38;
  --color-neutral-0: #ffffff;
  --color-neutral-50: #f6f6f6;
  --color-neutral-100: #e7e7e7;
  --color-neutral-200: #d1d1d1;
  --color-neutral-300: #b0b0b0;
  --color-neutral-500: #666666;
  --color-neutral-600: #5d5d5d;
  --color-neutral-700: #4f4f4f;
  --color-neutral-800: #454545;
  --color-neutral-900: #3d3d3d;
  --color-neutral-950: #262626;
  --color-red-400: #e27463;
  --color-green-50: #fbfee9;
  --color-green-100: #f4fcd0;
  --color-green-200: #e8f8a7;
  --color-green-300: #d6f177;
  --color-green-400: #c2e558;
  --color-green-500: #a4cb43;
  --color-green-600: #799b2c;
  --color-green-700: #617b27;
  --color-green-800: #4e6121;
  --color-green-900: #42521f;
  --color-green-950: #222e0c;
  --color-yellow-500: #ad8f22;
  --font-family-base: "Raleway", system-ui, sans-serif;
  --font-family-heading: "Poppins", system-ui, sans-serif;
  --font-display-size-2xl: 4.5rem;
  --font-display-size-xl: 3.75rem;
  --font-display-size-lg: 3rem;
  --font-display-size-md: 2.25rem;
  --font-display-size-sm: 1.875rem;
  --font-display-size-xs: 1.5rem;
  --font-display-lineheight-2xl: 5.625rem;
  --font-display-lineheight-xl: 4.5rem;
  --font-display-lineheight-lg: 3.75rem;
  --font-display-lineheight-md: 2.75rem;
  --font-display-lineheight-sm: 2.375rem;
  --font-display-lineheight-xs: 2rem;
  --font-display-letterspacing: -2%;
  --font-text-size-xl: 1.25rem;
  --font-text-size-lg: 1.125rem;
  --font-text-size-md: 1rem;
  --font-text-size-sm: 0.875rem;
  --font-text-size-xs: 0.75rem;
  --font-text-lineheight-xl: 1.875rem;
  --font-text-lineheight-lg: 1.75rem;
  --font-text-lineheight-md: 1.5rem;
  --font-text-lineheight-sm: 1.25rem;
  --font-text-lineheight-xs: 1.125rem;
  --space-0: 0px;
  --space-2xs: 2px;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 16px;
  --space-xl: 32px;
  --space-2xl: 40px;
  --space-3xl: 80px;
  --radius-0: 0px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 32px;
  --radius-full: 10000px;
  --elevation-sm: 0px 1px 2px #00000024;
  --elevation-md: 0px 4px 8px #0000001f;
  --elevation-lg: 0px 8px 24px -2px #00000033;
}

.branding-uvu {
  --color-primary-brand-50: #a6bcaa !important;
  --color-primary-brand-100: #91ab96 !important;
  --color-primary-brand-200: #7b9b83 !important;
  --color-primary-brand-300: #678b6f !important;
  --color-primary-brand-400: #527c5c !important;
  --color-primary-brand-500: #275d38 !important;
  --color-primary-brand-600: #20502f !important;
  --color-primary-brand-700: #1a4327 !important;
  --color-primary-brand-800: #14371f !important;
  --color-primary-brand-900: #0e2a17 !important;
  --color-secondary-blue: #3d6c4a !important;
}

@media (max-width: 1024px) {
  :root {
    --font-display-size-2xl: 3.75rem;
    --font-display-size-xl: 3rem;
    --font-display-size-lg: 2.25rem;
    --font-display-size-md: 1.875rem;
    --font-display-size-sm: 1.5rem;
    --font-display-size-xs: 1.125rem;
    --font-display-lineheight-2xl: 4.5rem;
    --font-display-lineheight-xl: 3.75rem;
    --font-display-lineheight-lg: 2.75rem;
    --font-display-lineheight-md: 2.375rem;
    --font-display-lineheight-sm: 2rem;
    --font-display-lineheight-xs: 1.625rem;
    --font-text-size-xl: 1.125rem;
    --font-text-size-lg: 1rem;
    --font-text-size-md: 0.875rem;
    --font-text-size-sm: 0.75rem;
    --font-text-size-xs: 0.625rem;
    --font-text-lineheight-xl: 1.75rem;
    --font-text-lineheight-lg: 1.5rem;
    --font-text-lineheight-md: 1.25rem;
    --font-text-lineheight-sm: 1.125rem;
    --font-text-lineheight-xs: 1rem;
    --space-0: 0px;
    --space-2xs: 1px;
    --space-xs: 2px;
    --space-sm: 4px;
    --space-md: 8px;
    --space-lg: 12px;
    --space-xl: 16px;
    --space-2xl: 32px;
    --space-3xl: 40px;
  }
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 1024px) {
    input[type=text],
    input[type=email],
    input[type=password],
    select {
      --font-text-size-md: 16px;
    }
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* CUSTOM CODE
   ========================================================================== */
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/poppins/regular/Poppins-Regular.eot");
  src: local("Poppins Regular"), local("Poppins-Regular"), url("../../fonts/poppins/regular/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/poppins/regular/Poppins-Regular.woff2") format("woff2"), url("../../fonts/poppins/regular/Poppins-Regular.woff") format("woff"), url("../../fonts/poppins/regular/Poppins-Regular.ttf") format("truetype"), url("../../fonts/poppins/regular/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/poppins/medium/Poppins-Medium.eot");
  src: local("Poppins Medium"), local("Poppins-Medium"), url("../../fonts/poppins/medium/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/poppins/medium/Poppins-Medium.woff2") format("woff2"), url("../../fonts/poppins/medium/Poppins-Medium.woff") format("woff"), url("../../fonts/poppins/medium/Poppins-Medium.ttf") format("truetype"), url("../../fonts/poppins/medium/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../../fonts/raleway/regular/Raleway-Regular.eot");
  src: local("Raleway Regular"), local("Raleway-Regular"), url("../../fonts/raleway/regular/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/raleway/regular/Raleway-Regular.woff2") format("woff2"), url("../../fonts/raleway/regular/Raleway-Regular.woff") format("woff"), url("../../fonts/raleway/regular/Raleway-Regular.ttf") format("truetype"), url("../../fonts/raleway/regular/Raleway-Regular.svg#Raleway-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../../fonts/raleway/semi-bold/Raleway-SemiBold.eot");
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url("../../fonts/raleway/semi-bold/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/raleway/semi-bold/Raleway-SemiBold.woff2") format("woff2"), url("../../fonts/raleway/semi-bold/Raleway-SemiBold.woff") format("woff"), url("../../fonts/raleway/semi-bold/Raleway-SemiBold.ttf") format("truetype"), url("../../fonts/raleway/semi-bold/Raleway-SemiBold.svg#Raleway-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../../fonts/raleway/bold/Raleway-Bold.eot");
  src: local("Raleway Bold"), local("Raleway-Bold"), url("../../fonts/raleway/bold/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/raleway/bold/Raleway-Bold.woff2") format("woff2"), url("../../fonts/raleway/bold/Raleway-Bold.woff") format("woff"), url("../../fonts/raleway/bold/Raleway-Bold.ttf") format("truetype"), url("../../fonts/raleway/bold/Raleway-Bold.svg#Raleway-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  font-family: var(--font-family-base);
  font-weight: normal;
  box-sizing: border-box;
}

body * {
  font-family: var(--font-family-base);
  font-weight: normal;
  box-sizing: border-box;
  font-size: var(--font-text-size-md);
}
body *:focus-visible {
  outline: solid var(--color-primary-brand-500);
}

body p,
body span {
  line-height: 130%;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: var(--font-family-heading);
  line-height: 100%;
}

ul {
  padding: 0px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#loading-overlay,
#compare-toolbox {
  display: none;
}

.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  bottom: 130px;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  border-radius: var(--radius-full);
  background: var(--color-primary-brand-500);
  border: 1px solid var(--color-primary-brand-500);
}

.sb-header {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.15);
}
.sb-header .sb-header-container {
  max-width: 100%;
  width: 100%;
  display: flex;
}
.sb-header .logo {
  height: 90px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.sb-header .logo img {
  height: 53px !important;
  width: 200px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.sb-header .sb-menu {
  display: flex;
  max-width: 100%;
  width: 100%;
}
.sb-header .sb-menu .menu-items {
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0px;
}
.sb-header .sb-menu .menu-items li a {
  font-family: var(--font-family-base);
  padding: 0px 15px;
  font-family: var(--font-family-heading);
  font-size: 0.9375rem;
  font-weight: 500;
  color: #686868;
  display: flex;
  align-items: center;
  height: 100%;
}
.sb-header .sb-menu .menu-items li a:hover {
  color: var(--color-primary-brand-500);
  text-decoration: none;
}
.sb-header .sb-menu .menu-items .dropdown_menu {
  position: relative;
}
.sb-header .sb-menu .menu-items .dropdown_menu > a span::before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #c1c1c1;
  position: relative;
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  top: -3px;
  margin-left: 5px;
  box-sizing: content-box;
  transform: rotate(135deg);
}
.sb-header .sb-menu .menu-items .dropdown_menu ul {
  transition: all 0.3s ease;
  transform: scale(0);
  transform-origin: 0 0;
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  z-index: 1;
}
.sb-header .sb-menu .menu-items .dropdown_menu ul li {
  border-bottom: 1px solid #eee;
}
.sb-header .sb-menu .menu-items .dropdown_menu ul li a {
  display: block;
  padding: 15px 20px;
}
.sb-header .sb-menu .menu-items .dropdown_menu ul:hover {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.sb-header .sb-menu .menu-items .dropdown_menu:hover ul {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.sb-header .sb-menu .menu-items .dropdown_menu .dropdown-plus {
  display: none;
}
.sb-header .sb-menu .auth-elements {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.sb-header .sb-menu .auth-elements .user-menu__signin-area.desktopmenu a {
  font-family: var(--font-family-base);
}
.sb-header .sb-menu .auth-elements .user-menu__signin-area.desktopmenu .btn-underline {
  font-weight: 600 !important;
}
.sb-header .sb-menu .auth-elements .user-menu__signin-area.desktopmenu .btn-block:not(.btn-underline) {
  color: #fff;
}
.sb-header .sb-menu .auth-elements.user-authorized-inq {
  max-width: 130px;
  width: 100%;
}
.sb-header .sb-menu .auth-elements.user-authorized-inq li {
  width: 100%;
}
.sb-header .sb-menu .auth-elements.user-authorized-inq li .aft-logged {
  width: 100%;
}
.sb-header .sb-menu .auth-elements.user-authorized-inq li .aft-logged::before {
  content: "\f0f3";
  margin-right: 20px;
  font-family: "Font Awesome 5 Free";
}
.sb-header .sb-menu .auth-elements.user-authorized-inq li .aft-logged .profilePic {
  width: 54px;
}
.sb-header .sb-menu .auth-elements.user-authorized-inq li .aft-logged .profilePic img {
  width: 54px;
  height: 54px;
  vertical-align: middle;
  border-radius: var(--radius-full);
}
.sb-header .sb-menu .auth-elements.user-authorized-inq li .my-custom-auth {
  border-bottom: 1px solid #eee;
  list-style: none;
}
.sb-header .sb-menu .auth-elements.user-authorized-inq li .my-custom-auth li {
  border-bottom: 1px solid #eee;
}
.sb-header .sb-menu .auth-elements.user-authorized-inq li .my-custom-auth li a {
  font-family: var(--font-family-heading);
  font-weight: 500;
}
.sb-header .sb-menu .auth-elements.user-authorized-inq li .my-custom-auth li a .fas, .sb-header .sb-menu .auth-elements.user-authorized-inq li .my-custom-auth li a .far, .sb-header .sb-menu .auth-elements.user-authorized-inq li .my-custom-auth li a .fa {
  text-align: center;
  color: var(--color-neutral-100);
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.sb-header .sb-menu .auth-elements.user-authorized-inq li .my-custom-auth li a .fas::before, .sb-header .sb-menu .auth-elements.user-authorized-inq li .my-custom-auth li a .far::before, .sb-header .sb-menu .auth-elements.user-authorized-inq li .my-custom-auth li a .fa::before {
  color: var(--color-neutral-100);
}
.sb-header .sb-menu .auth-elements.user-authorized-inq li .my-custom-auth li a::before {
  display: none;
}

@media (max-width: 1200px) {
  .sb-header.header-1 .container .mobile-auth-elements {
    display: none;
  }
  .sb-header.header-1 .container .sb-menu .auth-elements {
    display: flex !important;
  }
  .sb-header.header-1 .container .sb-menu .auth-elements .aft-logged {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .sb-header.header-1 {
    position: relative;
  }
  .sb-header.header-1 .container .sb-header-container {
    position: static;
    display: block;
  }
  .sb-header.header-1 .container .sb-header-container .mobile-auth-elements {
    display: initial;
    right: 53px;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu {
    flex-wrap: wrap;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items {
    width: 100%;
    display: block;
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    height: auto;
    max-height: 0px;
    transition: all 500ms ease;
    overflow: hidden;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items.open-menu-items {
    max-height: 1000px;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li a .fas, .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li a .far, .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li a .fa {
    text-align: center;
    color: var(--color-neutral-700);
    margin-right: 8px;
    width: 16px;
    height: 16px;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li a .fas::before, .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li a .far::before, .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li a .fa::before {
    color: var(--color-neutral-700);
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li:not(.auth-div) {
    display: block !important;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items > li:first-of-type {
    padding-top: 20px;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li.dropdown_menu {
    padding-bottom: 20px;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li.dropdown_menu .mobile-submenu {
    display: block;
    width: 100%;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    transform: initial;
    visibility: initial;
    opacity: initial;
    position: static;
    transition: all 500ms ease;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li.dropdown_menu .mobile-submenu li {
    border: none;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li.dropdown_menu .mobile-submenu li a {
    padding-left: 20px;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li.dropdown_menu .open-submenu {
    max-height: 1000px;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li.dropdown_menu .open-submenu + .dropdown-plus::after {
    display: none;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li.dropdown_menu .dropdown-plus {
    display: block;
    position: absolute;
    top: 12px;
    right: 0px;
    height: 16px;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li.dropdown_menu .dropdown-plus:after, .sb-header.header-1 .container .sb-header-container .sb-menu .menu-items li.dropdown_menu .dropdown-plus:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 35%;
    width: 13px;
    height: 1px;
    background-color: #111;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .auth-elements {
    display: block !important;
    width: 100%;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    padding: 0px;
    transition: all 500ms ease;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .auth-elements .user-menu__signin-area.desktopmenu {
    padding-top: 20px;
    margin: 0px auto;
  }
  .sb-header.header-1 .container .sb-header-container .sb-menu .auth-elements.open-auth-elements {
    max-height: 1000px;
  }
}
.dark-footer {
  background-color: #0c1722;
  position: relative;
  padding: 40px 0px 20px 0px;
}
.dark-footer::after {
  background: url(../../libs/images/footerbg.png);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.dark-footer .footer-top {
  position: relative;
  z-index: 1;
}
.dark-footer .footer-top .container .row > :nth-child(2),
.dark-footer .footer-top .container .row > :nth-child(3) {
  display: none;
}
.dark-footer .footer-top .container .row .about-us-info .footer-img {
  margin-bottom: 45px;
}
.dark-footer .footer-top .container .row .about-us-info .footer-img img.img-fluid {
  height: 53px !important;
  width: 194px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.dark-footer .footer-top .container .row .about-us-info .social {
  display: flex;
}
.dark-footer .footer-top .container .row .about-us-info .social > :first-child {
  margin-right: 5px;
}
.dark-footer .footer-top .container .row .about-us-info .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(60, 60, 60);
  width: 45px;
  height: 45px;
  text-decoration: none;
}
.dark-footer .footer-top .container .row .about-us-info .social a i {
  color: rgb(238, 238, 238);
  font-size: 25px;
}
.dark-footer .footer-top .container .row > :nth-child(4) {
  flex: 0 0 100%;
  max-width: 75%;
}
.dark-footer .footer-top .container .row > :nth-child(4) .top-quick-links {
  margin-top: 11px;
}
.dark-footer .footer-top .container .row > :nth-child(4) .top-quick-links h2 {
  display: none;
}
.dark-footer .footer-top .container .row > :nth-child(4) .top-quick-links .list {
  display: flex;
  margin: 0px;
}
.dark-footer .footer-top .container .row > :nth-child(4) .top-quick-links .list li {
  padding-left: 40px;
}
.dark-footer .footer-top .container .row > :nth-child(4) .top-quick-links .list li .fa {
  display: none;
}
.dark-footer .footer-top .container .row > :nth-child(4) .top-quick-links .list li a {
  font-family: var(--font-family-heading);
  font-size: var(--font-text-size-md);
  color: #eee;
  font-weight: 500;
}
.dark-footer .footer-copy {
  display: none;
}

@media (max-width: 1024px) {
  .dark-footer .footer-top .container .row > :nth-child(1),
  .dark-footer .footer-top .container .row > :nth-child(4) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dark-footer .footer-top .container .row .about-us-info {
    margin-bottom: 35px;
  }
  .dark-footer .footer-top .container .row .about-us-info .footer-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .dark-footer .footer-top .container .row .about-us-info .social {
    justify-content: center;
  }
  .dark-footer .footer-top .container .row .top-quick-links .list {
    width: 100%;
    justify-content: center;
  }
  .dark-footer .footer-top .container .row .top-quick-links .list li {
    padding: 0px 10px;
  }
}
@media (max-width: 768px) {
  .dark-footer .footer-top .container .row .top-quick-links .list {
    flex-wrap: wrap;
  }
  .dark-footer .footer-top .container .row .top-quick-links .list li {
    padding: 0px !important;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
/* ===================================================== Toaster ===================================================== */
.toaster {
  max-width: 78vw;
  position: fixed;
  bottom: calc(var(--space-2xl) + 8px);
  left: -100%;
  display: flex;
  align-items: center;
  padding: calc(var(--space-sm) + 2px) var(--space-sm);
  padding-right: var(--space-lg);
  box-shadow: var(--elevation-lg);
  border-radius: var(--radius-md);
  transition: 500ms;
  z-index: 1010;
  background-color: #fff;
}

.toaster.show {
  left: calc(var(--space-2xl) + 8px);
}

.toaster::before {
  content: "";
  width: 4px;
  height: 50px;
  border-radius: var(--radius-full);
  margin-right: var(--space-md);
}

.toaster.success::before {
  background-color: var(--color-green-600);
}

.toaster.failed::before {
  background-color: var(--color-red-400);
}

.toaster .toaster-icon {
  margin-right: var(--space-md);
}

.toaster .toaster-content {
  margin-right: calc(var(--space-xl) * 2);
}

.toaster .toaster-content p {
  font-family: var(--font-family-base) !important;
  font-size: var(--font-text-size-sm);
  color: var(--color-neutral-900);
  line-height: 140%;
}

.toaster .toaster-content p:first-of-type {
  font-size: var(--font-text-size-md);
  font-weight: 600;
  line-height: 150%;
  margin: 0px;
}

.toaster .toaster-close {
  cursor: pointer;
}

/* MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1024px) {
  .scroll-top.scroll-to-target .fas.fa-angle-up {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .toaster {
    max-width: 90vw;
    width: 100%;
  }
  .toaster.show {
    left: 50%;
    transform: translateX(-50%);
  }
  .toaster .toaster-content {
    margin-right: auto;
    padding-right: 12px;
  }
}/*# sourceMappingURL=common.css.map */