*, *::before, *::after {
  box-sizing: border-box;
  /* Fixes layout issues */
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Optional: Reset lists */
ol, ul {
  list-style: none;
  padding-inline-start: 0;
  padding-inline-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

/*! 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 */
  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;
}

@font-face {
  font-family: "Poppins";
  src: local(""), url(../fonts/poppins-v15-latin-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

.no-LR-padding {
  padding-left: 0;
  padding-right: 0;
}

.bold-26 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.h2-36 {
  font: 2.25rem "poppins", normal;
  font-size: 36px;
  line-height: 39.6px;
  margin: 0 0 40px;
  font-weight: 900;
}

.h1-64 {
  font-size: 64px;
  line-height: 5rem;
  font-weight: 600;
}

.h1-2p5rem {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
}

.testimonial {
  display: inline-block;
  font-weight: 600;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.875rem;
  letter-spacing: 0.6px;
  margin-bottom: 25px;
}

.citation {
  display: inline-block;
  font-weight: 600;
  color: #a3a8ac;
  font-size: 1.1rem;
  line-height: 1.875;
}

.citation + span {
  display: inline-block;
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.875;
}

.citation + span a {
  display: inline-block;
}

.welcome-anchors {
  margin-bottom: 50px;
}

body {
  font: 1rem "Poppins";
  letter-spacing: 0.4px;
  line-height: 1.375rem;
}

.footer-sub, .footer-menu, .footer-menu ul {
  font-size: 0.8125rem;
  padding-inline-start: 0em;
}

.footer-sub {
  line-height: 1.13rem;
}

.no-top-margin {
  margin-top: 0;
}

.centre-block {
  margin: 0 auto;
}

.contact-v-wrapper {
  padding: 22.8px 0;
  height: 169px;
}

@media (min-width: 768px) {
  .contact-v-wrapper {
    height: 115.34px;
  }
}

.contact-v-wrapper .contact-h-wrapper {
  padding: 0 15px;
  margin: 0 auto;
  height: 69.76px;
}

@media (min-width: 768px) {
  .contact-v-wrapper .contact-h-wrapper {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .contact-v-wrapper .contact-h-wrapper {
    width: 970px;
  }
}

@media (min-width: 1260px) {
  .contact-v-wrapper .contact-h-wrapper {
    width: 1200px;
  }
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row {
  width: 100%;
  display: flex;
  text-align: end;
  align-items: center;
  height: 69.76px;
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-NMlogo {
  display: inline-block;
  margin-right: auto;
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-NMlogo div img {
  max-width: 402px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-NMlogo div img {
    width: 345px;
  }
}

@media screen and (min-width: 992px) {
  .contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-NMlogo div img {
    width: 370px;
  }
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-phone {
  display: inline-block;
  padding-top: 5px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-phone {
    display: none;
  }
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-items: end;
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions {
  display: flex;
  flex-direction: row;
  justify-content: right;
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions > * {
  margin-left: 20px;
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-support-btn {
  display: none;
}

@media (min-width: 992px) {
  .contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-support-btn {
    display: flex;
    flex-direction: row;
    height: 56px;
    align-items: center;
  }
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-support-btn a {
  text-decoration: none;
  color: #fff;
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-support-btn a img {
  vertical-align: -5px;
  width: 26px;
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-contact-btn {
  display: none;
}

@media (min-width: 992px) {
  .contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-contact-btn {
    display: flex;
    flex-direction: row;
    height: 56px;
    align-items: center;
  }
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-contact-btn a {
  text-decoration: none;
  color: #fff;
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-contact-btn a img {
  vertical-align: -5px;
  width: 24px;
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-search-button {
  display: flex;
  flex-direction: row;
  justify-items: center;
}

@media (max-width: 767.99px) {
  .contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-search-button {
    display: none;
  }
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-search-button form {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-search-button form > * {
  display: inline-block;
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-search-button form .contact-searchbar {
  display: none;
}

@media (min-width: 768px) {
  .contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-search-button form .contact-searchbar {
    display: block;
    height: 56px;
    width: 174px;
    border: 0.667px solid #999aa2;
    padding: 5px 15px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-search-button form .contact-searchbar {
    display: none;
  }
}

@media (min-width: 1260px) {
  .contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-search-button form .contact-searchbar {
    display: block;
    height: 56px;
    width: 240px;
    border: 0.667px solid #999aa2;
    padding: 5px 15px;
    font-size: 14px;
  }
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-search-button form .contact-searchbar:focus {
  outline: 0.5px ridge #5bc0de;
  box-shadow: 0 0 10px #5bc0de;
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-actions .contact-search-button form button {
  background-color: #999aa2;
  height: 100%;
  width: 63px;
  padding: 8px 5px 5px 5px;
  border-radius: 3px 3px 3px 3px;
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-hamburger {
  display: inline-block;
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-hamburger button {
  background-color: #333645;
  height: 56px;
  width: 63px;
  padding: 0;
  border-radius: 3px;
}

.contact-v-wrapper .contact-h-wrapper .contact-top-row .contact-actions-wrapper .contact-hamburger button span img {
  scale: 1.6;
  padding-top: 2px;
}

.contact-v-wrapper .contact-h-wrapper .contact-searchbar-alt {
  display: block;
}

@media (min-width: 768px) {
  .contact-v-wrapper .contact-h-wrapper .contact-searchbar-alt {
    display: none;
  }
}

.contact-v-wrapper .contact-h-wrapper .contact-searchbar-alt form {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(100vw - 30px);
}

.contact-v-wrapper .contact-h-wrapper .contact-searchbar-alt form > * {
  display: inline-block;
}

.contact-v-wrapper .contact-h-wrapper .contact-searchbar-alt form input {
  width: calc(100vw - 15px);
  height: 47px;
  border: 2px solid #cecece;
  border-radius: 2px;
  padding: 5px 40px 5px 15px;
  background-color: #e5e5e5;
}

.contact-v-wrapper .contact-h-wrapper .contact-searchbar-alt form input:focus {
  outline: 0.01px ridge #e5e5e5;
}

.contact-v-wrapper .contact-h-wrapper .contact-searchbar-alt form button {
  display: flex;
  align-items: center;
  justify-items: center;
  position: absolute;
  height: 47px;
  left: calc(100vw - 48px);
  background-color: #e5e5e5;
  border-top: 2px solid #cecece;
  border-right: 2px solid #cecece;
  border-bottom: 2px solid #cecece;
  border-radius: 2px;
}

.contact-v-wrapper .contact-h-wrapper .contact-searchbar-alt form button span {
  padding-bottom: 13px;
}

.contact-v-wrapper .contact-h-wrapper .contact-searchbar-alt form button span img {
  scale: 0.85;
}

.container-dropdown {
  display: none;
}

@media (min-width: 992px) {
  .container-dropdown {
    display: block;
  }
}

.container-dropdown .dropdown-items {
  margin: 0 auto;
}

.container-dropdown .dropdown-items .hidden {
  display: none;
}

.container-dropdown .dropdown-items .dd-item-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.container-dropdown .dropdown-items .dd-item-wrapper [class*=dd-item] {
  min-width: 134.285px;
  max-width: 167.143px;
  text-align: center;
}

.container-dropdown .dropdown-items .dd-item-wrapper [class*=dd-item] .dd-hidden {
  display: none;
}

.container-dropdown .dropdown-items .dd-item-wrapper [class*=dd-item] .dd-icon {
  padding-bottom: 0px;
  padding-top: 16px;
  height: auto;
}

.container-dropdown .dropdown-items .dd-item-wrapper [class*=dd-item] .menu-item-sm-title {
  font-size: 12.5px;
  line-height: 10px;
}

.container-dropdown .dropdown-items .dd-item-wrapper [class*=dd-item] .menu-item-title-the-rest {
  font-size: 1.125rem;
  line-height: 1.125;
  padding-bottom: 15px;
}

.container-dropdown .dropdown-items .dd-item-wrapper [class*=dd-item] .dd-triangle {
  width: 100%;
}

@media (min-width: 992px) {
  .container-dropdown .dropdown-items .dd-item-wrapper [class*=dd-item] {
    width: 134.28px;
  }
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper [class*=dd-item] {
    width: 167.15px;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .hidden {
  display: block;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-hidden {
  display: inline;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-default {
  display: none;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-triangle {
  position: absolute;
}

@media (min-width: 992px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 67px 0px 67px;
    border-color: #67809f transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 5;
  }
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 84.5px 0px 84.5px;
    border-color: #67809f transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 5;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover.dd-item-1 {
  background-color: #67809f;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-sbm-1 {
  width: 100vw;
  left: 0;
  right: 0;
  position: absolute;
  top: 234px;
  z-index: 2;
  background-color: #526781;
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-sbm-1 {
    top: 213.5px;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-sbm-1 .dd-sbm-wrapper {
  width: 970px;
  margin: 0 auto;
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-sbm-1 .dd-sbm-wrapper {
    width: 1260px;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-sbm-1 .dd-sbm-wrapper .dd-sbm-title {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  padding-top: 55px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-sbm-1 .dd-sbm-wrapper .dd-sbm-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  align-items: center;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-sbm-1 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link {
  text-align: left;
  width: 33%;
  height: 41px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-sbm-1 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-sbm-1 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex .dd-sbm-icon {
  display: inline-block;
  padding-top: 4px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-sbm-1 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex .dd-sbm-icon img {
  width: 25px;
  height: auto;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-sbm-1 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.313rem;
  text-decoration: none;
  padding-left: 15px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-1:hover .dd-sbm-1 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex a:hover {
  text-decoration: underline;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .hidden {
  display: block;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-hidden {
  display: inline;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-default {
  display: none;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-triangle {
  position: absolute;
}

@media (min-width: 992px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-triangle {
    margin-top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 67px 0px 67px;
    border-color: #4183d7 transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 5;
  }
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-triangle {
    margin-top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 84.5px 0px 84.5px;
    border-color: #4183d7 transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 5;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover.dd-item-2 {
  background-color: #4183d7;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-sbm-2 {
  width: 100vw;
  left: 0;
  right: 0;
  position: absolute;
  top: 234px;
  z-index: 2;
  background-color: #286abd;
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-sbm-2 {
    top: 213.5px;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-sbm-2 .dd-sbm-wrapper {
  width: 970px;
  margin: 0 auto;
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-sbm-2 .dd-sbm-wrapper {
    width: 1260px;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-sbm-2 .dd-sbm-wrapper .dd-sbm-title {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  padding-top: 55px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-sbm-2 .dd-sbm-wrapper .dd-sbm-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  align-items: center;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-sbm-2 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link {
  text-align: left;
  width: 33%;
  height: 41px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-sbm-2 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-sbm-2 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex .dd-sbm-icon {
  display: inline-block;
  padding-top: 4px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-sbm-2 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex .dd-sbm-icon img {
  width: 25px;
  height: auto;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-sbm-2 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.313rem;
  text-decoration: none;
  padding-left: 15px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-2:hover .dd-sbm-2 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex a:hover {
  text-decoration: underline;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .hidden {
  display: block;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-hidden {
  display: inline;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-default {
  display: none;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-triangle {
  position: absolute;
}

@media (min-width: 992px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-triangle {
    margin-top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 67px 0px 67px;
    border-color: #2ecc71 transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 5;
  }
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-triangle {
    margin-top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 84.5px 0px 84.5px;
    border-color: #2ecc71 transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 5;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover.dd-item-3 {
  background-color: #2ecc71;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-sbm-3 {
  width: 100vw;
  left: 0;
  right: 0;
  position: absolute;
  top: 234px;
  z-index: 2;
  background-color: #25a25a;
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-sbm-3 {
    top: 213.5px;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-sbm-3 .dd-sbm-wrapper {
  width: 970px;
  margin: 0 auto;
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-sbm-3 .dd-sbm-wrapper {
    width: 1260px;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-sbm-3 .dd-sbm-wrapper .dd-sbm-title {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  padding-top: 55px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-sbm-3 .dd-sbm-wrapper .dd-sbm-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  align-items: center;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-sbm-3 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link {
  text-align: left;
  width: 33%;
  height: 41px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-sbm-3 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-sbm-3 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex .dd-sbm-icon {
  display: inline-block;
  padding-top: 4px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-sbm-3 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex .dd-sbm-icon img {
  width: 25px;
  height: auto;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-sbm-3 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.313rem;
  text-decoration: none;
  padding-left: 15px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-3:hover .dd-sbm-3 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex a:hover {
  text-decoration: underline;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .hidden {
  display: block;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-hidden {
  display: inline;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-default {
  display: none;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-triangle {
  position: absolute;
}

@media (min-width: 992px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-triangle {
    margin-top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 67px 0px 67px;
    border-color: #d64541 transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 5;
  }
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-triangle {
    margin-top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 84.5px 0px 84.5px;
    border-color: #d64541 transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 5;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover.dd-item-4 {
  background-color: #d64541;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-sbm-4 {
  width: 100vw;
  left: 0;
  right: 0;
  position: absolute;
  top: 234px;
  z-index: 2;
  background-color: #bc2c28;
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-sbm-4 {
    top: 213.5px;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-sbm-4 .dd-sbm-wrapper {
  width: 970px;
  margin: 0 auto;
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-sbm-4 .dd-sbm-wrapper {
    width: 1260px;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-sbm-4 .dd-sbm-wrapper .dd-sbm-title {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  padding-top: 55px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-sbm-4 .dd-sbm-wrapper .dd-sbm-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  align-items: center;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-sbm-4 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link {
  text-align: left;
  width: 33%;
  height: 41px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-sbm-4 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-sbm-4 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex .dd-sbm-icon {
  display: inline-block;
  padding-top: 4px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-sbm-4 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex .dd-sbm-icon img {
  width: 25px;
  height: auto;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-sbm-4 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.313rem;
  text-decoration: none;
  padding-left: 15px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-4:hover .dd-sbm-4 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex a:hover {
  text-decoration: underline;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .hidden {
  display: block;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-hidden {
  display: inline;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-default {
  display: none;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-triangle {
  position: absolute;
}

@media (min-width: 992px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-triangle {
    margin-top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 67px 0px 67px;
    border-color: #926fb1 transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 5;
  }
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-triangle {
    margin-top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 84.5px 0px 84.5px;
    border-color: #926fb1 transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 5;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover.dd-item-5 {
  background-color: #926fb1;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-sbm-5 {
  width: 100vw;
  left: 0;
  right: 0;
  position: absolute;
  top: 234px;
  z-index: 2;
  background-color: #79539a;
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-sbm-5 {
    top: 213.5px;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-sbm-5 .dd-sbm-wrapper {
  width: 970px;
  margin: 0 auto;
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-sbm-5 .dd-sbm-wrapper {
    width: 1260px;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-sbm-5 .dd-sbm-wrapper .dd-sbm-title {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  padding-top: 55px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-sbm-5 .dd-sbm-wrapper .dd-sbm-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  align-items: center;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-sbm-5 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link {
  text-align: left;
  width: 33%;
  height: 41px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-sbm-5 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-sbm-5 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex .dd-sbm-icon {
  display: inline-block;
  padding-top: 4px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-sbm-5 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex .dd-sbm-icon img {
  width: 25px;
  height: auto;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-sbm-5 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.313rem;
  text-decoration: none;
  padding-left: 15px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-5:hover .dd-sbm-5 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex a:hover {
  text-decoration: underline;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .hidden {
  display: block;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-hidden {
  display: inline;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-default {
  display: none;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-triangle {
  position: absolute;
}

@media (min-width: 992px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-triangle {
    margin-top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 67px 0px 67px;
    border-color: #f62459 transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 5;
  }
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-triangle {
    margin-top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 84.5px 0px 84.5px;
    border-color: #f62459 transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 5;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover.dd-item-6 {
  background-color: #f62459;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-sbm-6 {
  width: 100vw;
  left: 0;
  right: 0;
  position: absolute;
  top: 234px;
  z-index: 2;
  background-color: #de093f;
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-sbm-6 {
    top: 213.5px;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-sbm-6 .dd-sbm-wrapper {
  width: 970px;
  margin: 0 auto;
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-sbm-6 .dd-sbm-wrapper {
    width: 1260px;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-sbm-6 .dd-sbm-wrapper .dd-sbm-title {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  padding-top: 55px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-sbm-6 .dd-sbm-wrapper .dd-sbm-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  align-items: center;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-sbm-6 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link {
  text-align: left;
  width: 33%;
  height: 41px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-sbm-6 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-sbm-6 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex .dd-sbm-icon {
  display: inline-block;
  padding-top: 4px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-sbm-6 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex .dd-sbm-icon img {
  width: 25px;
  height: auto;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-sbm-6 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.313rem;
  text-decoration: none;
  padding-left: 15px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-6:hover .dd-sbm-6 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex a:hover {
  text-decoration: underline;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .hidden {
  display: block;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-hidden {
  display: inline;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-default {
  display: none;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-triangle {
  position: absolute;
}

@media (min-width: 992px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-triangle {
    margin-top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 67px 0px 67px;
    border-color: #ce4125 transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 5;
  }
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-triangle {
    margin-top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 84.5px 0px 84.5px;
    border-color: #ce4125 transparent transparent transparent;
    transform: rotate(0deg);
    z-index: 5;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover.dd-item-7 {
  background-color: #ce4125;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-sbm-7 {
  width: 100vw;
  left: 0;
  right: 0;
  position: absolute;
  top: 234px;
  z-index: 2;
  background-color: #a3331d;
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-sbm-7 {
    top: 213.5px;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-sbm-7 .dd-sbm-wrapper {
  width: 970px;
  margin: 0 auto;
}

@media (min-width: 1260px) {
  .container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-sbm-7 .dd-sbm-wrapper {
    width: 1260px;
  }
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-sbm-7 .dd-sbm-wrapper .dd-sbm-title {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  padding-top: 55px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-sbm-7 .dd-sbm-wrapper .dd-sbm-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  align-items: center;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-sbm-7 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link {
  text-align: left;
  width: 33%;
  height: 41px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-sbm-7 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-sbm-7 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex .dd-sbm-icon {
  display: inline-block;
  padding-top: 4px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-sbm-7 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex .dd-sbm-icon img {
  width: 25px;
  height: auto;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-sbm-7 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.313rem;
  text-decoration: none;
  padding-left: 15px;
}

.container-dropdown .dropdown-items .dd-item-wrapper .dd-item-7:hover .dd-sbm-7 .dd-sbm-wrapper .dd-sbm-items .dd-sbm-link .dd-sbm-flex a:hover {
  text-decoration: underline;
}

.container-banner {
  box-sizing: border-box;
  width: 100vw;
  min-height: 550px;
  height: 608.5px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  background-color: black;
  background-image: linear-gradient(90deg, #000, transparent 75%), url(file///../../../../img/thumbnails/home-YLei.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-banner .banner {
  overflow-x: clip;
  display: flex;
  flex-basis: content;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding: 3.75rem 0;
  padding-left: 15px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  margin: 0 auto;
  height: 100%;
}

.container-banner div[class*=banner-text] {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.container-banner div[class*=banner-text] > div {
  margin-bottom: 20px;
  width: 100%;
}

.container-banner div[class*=banner-text] > p {
  margin-bottom: 6px;
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.container-banner div[class*=banner-text] .banner-button {
  z-index: 0;
}

.container-banner div[class*=banner-text] .banner-button a {
  position: relative;
  margin-bottom: 1.125rem;
  margin-top: 1.938rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

@media (min-width: 768px) {
  .container-banner .banner {
    width: 750px;
    max-height: 550px;
  }
}

@media (min-width: 992px) {
  .container-banner .banner {
    width: 970px;
  }
  .container-banner div[class*=banner-text] div, .container-banner div[class*=banner-text] p {
    text-align: left;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-banner div[class*=banner-text] div {
    font-size: 4rem;
    line-height: 5rem;
    letter-spacing: 1px;
  }
  .container-banner div[class*=banner-text] p {
    font-size: 1.625rem;
    line-height: 2.5rem;
  }
  .container-banner div[class*=banner-text] .banner-button {
    display: block;
    width: 970px;
    margin: 0 auto;
    text-align: left;
  }
}

@media (min-width: 1260px) {
  .container-banner .banner {
    width: 1200px;
  }
  .container-banner div[class*=banner-text] div, .container-banner div[class*=banner-text] p {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-banner div[class*=banner-text] .banner-button {
    width: 1200px;
  }
}

.container-services {
  height: auto;
  width: 100vw;
  padding: 50px 0;
  color: #333645;
  background-color: #fff;
}

.container-services .services-h-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

@media (max-width: 767.99px) {
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(2) {
    width: 100%;
    max-width: 720px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(3) {
    width: 100%;
    max-width: 720px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(4) {
    width: 100%;
    max-width: 720px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(5) {
    width: 100%;
    max-width: 720px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(6) {
    width: 100%;
    max-width: 720px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(7) {
    width: 100%;
    max-width: 720px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(8) {
    width: 100%;
    max-width: 720px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .container-services .services-h-wrapper {
    width: 750px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(2) {
    width: 720px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(3) {
    width: 720px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(4) {
    width: 720px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(5) {
    width: 345px;
    height: 320.54px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(6) {
    width: 345px;
    height: 320.54px;
    margin-left: 30px;
    margin-right: 0;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(7) {
    width: 345px;
    height: 320.54px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(8) {
    width: 345px;
    height: 320.54px;
    margin-left: 30px;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .container-services .services-h-wrapper {
    width: 970px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(2) {
    width: 293.33px;
    height: 387.42px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(3) {
    width: 293.33px;
    height: 387.42px;
    margin-left: 30px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(4) {
    width: 293.33px;
    height: 387.42px;
    margin-left: 30px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(5) {
    width: 455px;
    height: 320.54px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(6) {
    width: 455px;
    height: 320.54px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(7) {
    width: 455px;
    height: 320.54px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(8) {
    width: 455px;
    height: 320.54px;
  }
}

@media (min-width: 1260px) {
  .container-services .services-h-wrapper {
    width: 1200px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(2) {
    width: 370px;
    height: 343.42px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(3) {
    width: 370px;
    height: 343.42px;
    margin-left: 30px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(4) {
    width: 370px;
    height: 343.42px;
    margin-left: 30px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(5) {
    width: 270px;
    height: 342px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(6) {
    width: 270px;
    height: 342px;
    margin-left: 30px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(7) {
    width: 270px;
    height: 342px;
    margin-left: 30px;
  }
  .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(8) {
    width: 270px;
    height: 342px;
    margin-left: 30px;
  }
}

.container-services .services-h-wrapper .services-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 15;
  flex-shrink: 0;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: center;
}

.container-services .services-h-wrapper .services-wrapper .services-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 15px 15px;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.3px;
}

@media (max-width: 767.99px) {
  .container-services .services-h-wrapper .services-wrapper .services-title div {
    padding-left: 15px;
  }
}

.container-services .services-h-wrapper .services-wrapper .services-title h3 a {
  display: inline-block;
  text-decoration: none;
  vertical-align: sub;
}

.container-services .services-h-wrapper .services-wrapper .services-title h3 a i {
  position: relative;
  vertical-align: middle;
  margin-bottom: 9px;
  width: fit-content;
  right: 40px;
}

.container-services .services-h-wrapper .services-wrapper .services-item {
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in;
}

.container-services .services-h-wrapper .services-wrapper .services-item:hover {
  transition: all 0.5s ease-in;
  top: -10px;
}

.container-services .services-h-wrapper .services-wrapper .services-item .services-item-wrapper {
  transition: all 0.5s ease-in;
  margin-top: 30px;
  padding: 30px;
  text-align: center;
  border: 1px solid lightgray;
  border-radius: 15px;
  height: calc( 100% - 30px);
}

.container-services .services-h-wrapper .services-wrapper .services-item .services-item-wrapper .services-hidden {
  display: none;
}

.container-services .services-h-wrapper .services-wrapper .services-item .services-item-wrapper .services-item-title {
  font-size: 1.3rem;
  padding-bottom: 10px;
  margin-bottom: 11px;
}

.container-services .services-h-wrapper .services-wrapper .services-item-description {
  font-size: .8125rem;
  margin-bottom: 13px;
  font-weight: 400;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(2) .services-item-wrapper .services-default {
  transition: top 0.5s ease-in;
  background-color: #67809f;
  border-radius: 50%;
  padding: 12px;
  margin-bottom: 17px;
  height: 65px;
  width: 65px;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(2) .services-item-wrapper .services-hidden {
  transition: top 0.5s ease-in;
  background-color: white;
  border-radius: 50%;
  padding: 12px;
  margin-bottom: 17px;
  height: 65px;
  width: 65px;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(2) .services-item-wrapper:hover {
  transition: background-color 0.2s ease-in;
  background-color: #67809f;
  color: white;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(2) .services-item-wrapper:hover .services-default {
  transition: all 0.5s ease-in;
  display: none;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(2) .services-item-wrapper:hover .services-hidden {
  transition: all 0.5s ease-in;
  display: inline;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(2) .services-item-wrapper:hover .services-item-title, .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(2) .services-item-wrapper:hover div p {
  transition: all 0.5s ease-in;
  background-color: #67809f;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(2) .services-item-wrapper:hover .services-color-target {
  transition: all 0.5s ease-in;
  background-color: white;
  color: #67809f;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(3) .services-item-wrapper .services-default {
  transition: top 0.5s ease-in;
  background-color: #4183d7;
  border-radius: 50%;
  padding: 14px;
  margin-bottom: 17px;
  height: 65px;
  width: 65px;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(3) .services-item-wrapper .services-hidden {
  transition: top 0.5s ease-in;
  background-color: white;
  border-radius: 50%;
  padding: 14px;
  margin-bottom: 17px;
  height: 65px;
  width: 65px;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(3) .services-item-wrapper:hover {
  transition: background-color 0.2s ease-in;
  background-color: #4183d7;
  color: white;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(3) .services-item-wrapper:hover .services-default {
  transition: all 0.5s ease-in;
  display: none;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(3) .services-item-wrapper:hover .services-hidden {
  transition: all 0.5s ease-in;
  display: inline;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(3) .services-item-wrapper:hover .services-item-title, .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(3) .services-item-wrapper:hover div p {
  transition: all 0.5s ease-in;
  background-color: #4183d7;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(3) .services-item-wrapper:hover .services-color-target {
  transition: all 0.5s ease-in;
  background-color: white;
  color: #4183d7;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(4) .services-item-wrapper .services-default {
  transition: top 0.5s ease-in;
  background-color: #2ecc71;
  border-radius: 50%;
  padding: 8px;
  margin-bottom: 17px;
  height: 65px;
  width: 65px;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(4) .services-item-wrapper .services-hidden {
  transition: top 0.5s ease-in;
  background-color: white;
  border-radius: 50%;
  padding: 8px;
  margin-bottom: 17px;
  height: 65px;
  width: 65px;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(4) .services-item-wrapper:hover {
  transition: background-color 0.2s ease-in;
  background-color: #2ecc71;
  color: white;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(4) .services-item-wrapper:hover .services-default {
  transition: all 0.5s ease-in;
  display: none;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(4) .services-item-wrapper:hover .services-hidden {
  transition: all 0.5s ease-in;
  display: inline;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(4) .services-item-wrapper:hover .services-item-title, .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(4) .services-item-wrapper:hover div p {
  transition: all 0.5s ease-in;
  background-color: #2ecc71;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(4) .services-item-wrapper:hover .services-color-target {
  transition: all 0.5s ease-in;
  background-color: white;
  color: #2ecc71;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(5) .services-item-wrapper .services-default {
  transition: top 0.5s ease-in;
  background-color: #d64541;
  border-radius: 50%;
  padding: 16px;
  margin-bottom: 17px;
  height: 65px;
  width: 65px;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(5) .services-item-wrapper .services-hidden {
  transition: top 0.5s ease-in;
  background-color: white;
  border-radius: 50%;
  padding: 16px;
  margin-bottom: 17px;
  height: 65px;
  width: 65px;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(5) .services-item-wrapper:hover {
  transition: background-color 0.2s ease-in;
  background-color: #d64541;
  color: white;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(5) .services-item-wrapper:hover .services-default {
  transition: all 0.5s ease-in;
  display: none;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(5) .services-item-wrapper:hover .services-hidden {
  transition: all 0.5s ease-in;
  display: inline;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(5) .services-item-wrapper:hover .services-item-title, .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(5) .services-item-wrapper:hover div p {
  transition: all 0.5s ease-in;
  background-color: #d64541;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(5) .services-item-wrapper:hover .services-color-target {
  transition: all 0.5s ease-in;
  background-color: white;
  color: #d64541;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(6) .services-item-wrapper .services-default {
  transition: top 0.5s ease-in;
  background-color: #926fb1;
  border-radius: 50%;
  padding: 15px;
  margin-bottom: 17px;
  height: 65px;
  width: 65px;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(6) .services-item-wrapper .services-hidden {
  transition: top 0.5s ease-in;
  background-color: white;
  border-radius: 50%;
  padding: 15px;
  margin-bottom: 17px;
  height: 65px;
  width: 65px;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(6) .services-item-wrapper:hover {
  transition: background-color 0.2s ease-in;
  background-color: #926fb1;
  color: white;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(6) .services-item-wrapper:hover .services-default {
  transition: all 0.5s ease-in;
  display: none;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(6) .services-item-wrapper:hover .services-hidden {
  transition: all 0.5s ease-in;
  display: inline;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(6) .services-item-wrapper:hover .services-item-title, .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(6) .services-item-wrapper:hover div p {
  transition: all 0.5s ease-in;
  background-color: #926fb1;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(6) .services-item-wrapper:hover .services-color-target {
  transition: all 0.5s ease-in;
  background-color: white;
  color: #926fb1;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(7) .services-item-wrapper .services-default {
  transition: top 0.5s ease-in;
  background-color: #f62459;
  border-radius: 50%;
  padding: 14px;
  margin-bottom: 17px;
  height: 65px;
  width: 65px;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(7) .services-item-wrapper .services-hidden {
  transition: top 0.5s ease-in;
  background-color: white;
  border-radius: 50%;
  padding: 14px;
  margin-bottom: 17px;
  height: 65px;
  width: 65px;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(7) .services-item-wrapper:hover {
  transition: background-color 0.2s ease-in;
  background-color: #f62459;
  color: white;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(7) .services-item-wrapper:hover .services-default {
  transition: all 0.5s ease-in;
  display: none;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(7) .services-item-wrapper:hover .services-hidden {
  transition: all 0.5s ease-in;
  display: inline;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(7) .services-item-wrapper:hover .services-item-title, .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(7) .services-item-wrapper:hover div p {
  transition: all 0.5s ease-in;
  background-color: #f62459;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(7) .services-item-wrapper:hover .services-color-target {
  transition: all 0.5s ease-in;
  background-color: white;
  color: #f62459;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(8) .services-item-wrapper .services-default {
  transition: top 0.5s ease-in;
  background-color: #ce4125;
  border-radius: 50%;
  padding: 14px;
  margin-bottom: 17px;
  height: 65px;
  width: 65px;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(8) .services-item-wrapper .services-hidden {
  transition: top 0.5s ease-in;
  background-color: white;
  border-radius: 50%;
  padding: 14px;
  margin-bottom: 17px;
  height: 65px;
  width: 65px;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(8) .services-item-wrapper:hover {
  transition: background-color 0.2s ease-in;
  background-color: #ce4125;
  color: white;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(8) .services-item-wrapper:hover .services-default {
  transition: all 0.5s ease-in;
  display: none;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(8) .services-item-wrapper:hover .services-hidden {
  transition: all 0.5s ease-in;
  display: inline;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(8) .services-item-wrapper:hover .services-item-title, .container-services .services-h-wrapper .services-wrapper .services-item:nth-child(8) .services-item-wrapper:hover div p {
  transition: all 0.5s ease-in;
  background-color: #ce4125;
}

.container-services .services-h-wrapper .services-wrapper .services-item:nth-child(8) .services-item-wrapper:hover .services-color-target {
  transition: all 0.5s ease-in;
  background-color: white;
  color: #ce4125;
}

.container-services .services-h-wrapper .view-our-work-pop-top {
  display: none;
  margin-bottom: 20px;
  justify-self: flex-end;
}

.container-services .services-h-wrapper .view-our-work-pop-top a {
  font-size: 2.225rem;
  font-weight: 600;
}

.container-services .services-h-wrapper .view-our-work-pop-top a i {
  vertical-align: 1px;
  scale: 0.85;
  text-decoration: none;
}

@media (min-width: 768px) {
  .container-services .services-h-wrapper .view-our-work-pop-top {
    display: block;
  }
}

.container-services .services-h-wrapper .view-our-work-pop-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  margin: 32px 0 0;
  width: 100%;
  text-decoration: none;
  letter-spacing: 0.1px;
  text-align: center;
}

.container-services .services-h-wrapper .view-our-work-pop-bottom a {
  font-size: 1.625rem;
}

.container-services .services-h-wrapper .view-our-work-pop-bottom i {
  position: relative;
  width: 26.41px;
  bottom: 24px;
  left: 100px;
  font-size: 1.625rem;
}

@media (min-width: 768px) {
  .container-services .services-h-wrapper .view-our-work-pop-bottom {
    display: none;
  }
}

body {
  margin: 0;
  background-color: #323544;
}

* {
  box-sizing: border-box;
}

.container-contact {
  height: auto;
  width: 100vw;
  padding: 0;
  color: #333645;
  background-color: #fff;
}

@media (min-width: 768px) {
  .container-contact {
    min-width: 750px;
  }
}

@media (min-width: 992px) {
  .container-contact {
    min-width: 970px;
  }
}

@media (min-width: 1260px) {
  .container-contact {
    min-width: 1200px;
  }
}

.container-dropdown {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  background-color: #323544;
}

@media (min-width: 768px) {
  .container-dropdown {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container-dropdown {
    width: 970px;
  }
}

@media (min-width: 1260px) {
  .container-dropdown {
    width: 1200px;
  }
}

.partners-top-wrapper {
  width: 100vw;
  background-color: white;
  overflow-x: clip;
}

.partners-top-wrapper .partners-v-wrapper {
  height: 170px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.partners-top-wrapper .partners-v-wrapper .partners {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 70px;
}

.partners-top-wrapper .partners-v-wrapper .partners .partner-logo {
  margin-right: 50px;
}

.partners-top-wrapper .partners-v-wrapper .partners .partner-logo .partner-logo-colour {
  display: none;
}

.partners-top-wrapper .partners-v-wrapper .partners .partner-logo:hover .partner-logo-greyscale {
  display: none;
}

.partners-top-wrapper .partners-v-wrapper .partners .partner-logo:hover .partner-logo-colour {
  display: block;
}

.container-welcome {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0;
  color: #fff;
  background-color: #323544;
}

@media (min-width: 768px) {
  .container-welcome {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container-welcome {
    width: 970px;
  }
  .container-welcome .welcome-flex-wrapper .welcome-column-1 {
    width: 485px;
  }
  .container-welcome .welcome-flex-wrapper .welcome-column-2 {
    width: 485px;
  }
}

@media (min-width: 1260px) {
  .container-welcome {
    width: 1200px;
  }
  .container-welcome .welcome-flex-wrapper .welcome-column-1 {
    width: 600px;
  }
  .container-welcome .welcome-flex-wrapper .welcome-column-2 {
    width: 600px;
  }
}

.container-welcome .welcome-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.container-welcome .welcome-flex-wrapper .welcome-column-1 {
  padding-left: 15px;
  padding-right: 15px;
}

.container-welcome .welcome-flex-wrapper .welcome-column-1 p {
  margin-bottom: 40px;
}

.container-welcome .welcome-flex-wrapper .welcome-column-1 .welcome-text p {
  margin-bottom: 25px;
  line-height: 30px;
}

.container-welcome .welcome-flex-wrapper .welcome-column-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.container-welcome .welcome-flex-wrapper .welcome-column-2 .rating-stars {
  display: flex;
  flex-direction: row;
  height: 5px;
  padding-top: 100px;
}

.container-welcome .welcome-flex-wrapper .welcome-column-2 .star {
  width: 46.83px;
  height: 50px;
  vertical-align: -65px;
  font-size: 42.5px;
  position: relative;
}

.container-welcome .welcome-flex-wrapper .welcome-column-2 .citation-wrapper {
  margin-bottom: 25px;
}

.container-welcome .welcome-flex-wrapper .welcome-column-2 .welcome-buttons {
  letter-spacing: 0.2px;
}

.container-welcome .welcome-flex-wrapper .welcome-column-2 .welcome-buttons i {
  margin-left: 11px;
}

.container-LNews {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: 100vw;
  color: #333645;
  background-color: #fff;
  border: none;
}

.container-LNews .latest-news {
  background-color: white;
  color: #333645;
  max-width: 1200px;
  padding: 50px 15px;
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 768px) {
  .container-LNews .latest-news {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container-LNews .latest-news {
    width: 970px;
  }
}

@media (min-width: 1260px) {
  .container-LNews .latest-news {
    width: 1200px;
  }
}

.container-LNews .latest-news .header-bar-wrapper .header-bar {
  display: flex;
  flex-basis: fit-content;
  flex-grow: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container-LNews .latest-news .header-bar-wrapper .header-bar p {
  margin: 0 0 15px 0;
}

.container-LNews .latest-news .header-bar-wrapper .header-bar p strong {
  font-size: 2.25rem;
  font-weight: 600;
}

.container-LNews .latest-news .header-bar-wrapper .header-bar h3 a {
  text-decoration: none;
  color: #333645;
}

.container-LNews .latest-news .header-bar-wrapper .header-bar h3 a:hover {
  text-decoration: underline;
  font-size: 1.625rem;
  padding-bottom: 15px;
}

.container-LNews .latest-news .header-bar-wrapper .header-bar .articles-wrapper {
  margin-bottom: 50px;
  width: 100%;
}

.container-LNews .latest-news .header-bar-wrapper .header-bar .articles-wrapper .article-list .articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.container-LNews .latest-news .header-bar-wrapper .header-bar .articles-wrapper .article-list .articles > div {
  width: calc(100% - 30px);
  position: relative;
  top: 0px;
  left: 0;
  transition: top 0.5s ease;
}

.container-LNews .latest-news .header-bar-wrapper .header-bar .articles-wrapper .article-list .articles > div .LN-tag {
  position: absolute;
  bottom: calc(100% - 32px);
  left: calc(100% - 76px);
  color: white;
  width: 76px;
  font-size: 0.75rem;
  padding: 0 0.625rem;
  font-weight: 600;
}

.container-LNews .latest-news .header-bar-wrapper .header-bar .articles-wrapper .article-list .articles #article-1 .LN-tag {
  background-color: #67809f;
}

.container-LNews .latest-news .header-bar-wrapper .header-bar .articles-wrapper .article-list .articles #article-2 .LN-tag {
  background-color: #67809f;
}

.container-LNews .latest-news .header-bar-wrapper .header-bar .articles-wrapper .article-list .articles #article-3 .LN-tag {
  background-color: #4183d7;
}

@media (min-width: 768px) {
  .container-LNews .latest-news .header-bar-wrapper .header-bar .articles-wrapper .article-list .articles > div {
    width: 345px;
  }
  .container-LNews .latest-news .header-bar-wrapper .header-bar .articles-wrapper .article-list .articles .hide-article-3 {
    display: none;
  }
}

@media (min-width: 992px) {
  .container-LNews .latest-news .header-bar-wrapper .header-bar .articles-wrapper .article-list .articles > div {
    width: 455px;
  }
}

@media (min-width: 1260px) {
  .container-LNews .latest-news .header-bar-wrapper .header-bar .articles-wrapper .article-list .articles > div {
    width: 370px;
  }
  .container-LNews .latest-news .header-bar-wrapper .header-bar .articles-wrapper .article-list .articles .hide-article-3 {
    display: block;
  }
}

.container-LNews .latest-news .header-bar-wrapper .header-bar .articles-wrapper .article-list .articles .article-content:hover {
  top: -10px;
}

.container-LNews .article-picture img {
  width: 100%;
}

.margin-reduction-LN {
  padding: 30px;
}

.margin-reduction-LN .article-first-line {
  display: flex;
  flex-direction: column;
  flex-basis: content;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 10px;
  height: 48px;
}

.margin-reduction-LN .article-first-line div {
  color: #67809f;
  font-size: 1rem;
  line-height: 1.5rem;
}

.margin-reduction-LN .article-second-line {
  display: table-cell;
  line-height: 1.375rem;
  font-size: 0.8125rem;
  padding-bottom: 25px;
  padding-top: auto;
}

.posted-by {
  font-size: .8125rem;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 0;
  border-top: 1px solid #ccc;
  height: 77.67px;
}

.posted-by .posted-by-text {
  display: inline-block;
  padding-left: 20px;
  line-height: 1.375rem;
  width: calc(100% - 47px);
}

.posted-by .posted-by-text strong {
  text-wrap: wrap;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.posted-by img {
  display: block;
  float: left;
  position: relative;
  vertical-align: top;
}

.article-content {
  box-shadow: 0 0 15px 15px #eeeeee99;
  border: 0.67px solid #ccc;
  border-radius: 0 0 3px 3px;
  margin-top: 30px;
}

.view-all-pop-top {
  display: none;
  position: relative;
  padding-left: 15px;
  padding-right: 0px;
  margin-bottom: 0px;
  left: 26px;
}

.view-all-pop-top a {
  position: absolute;
  overflow-x: clip;
  display: inline-block;
  font-size: 1.625rem;
  width: 180px;
  right: -15px;
}

.view-all-pop-top a i {
  position: relative;
  right: 36px;
  bottom: 1px;
  scale: 0.8;
}

@media (min-width: 768px) {
  .view-all-pop-top {
    display: block;
  }
}

.view-all-pop-bottom {
  display: block;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 28px;
}

.view-all-pop-bottom a {
  font-size: 1.625rem;
}

.view-all-pop-bottom i {
  position: relative;
  right: 23px;
  bottom: 5px;
}

@media (min-width: 768px) {
  .view-all-pop-bottom {
    display: none;
  }
}

.clients {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  width: 100%;
  height: 170px;
  padding: 50px 0;
  background-color: white;
  overflow-x: clip;
}

.clients .item:hover .pop-up-text, .clients .pop-up-text:hover .pop-up-text {
  display: block;
  background-color: #323544;
  color: white;
  position: absolute;
  max-width: 280px;
  width: 280px;
  bottom: 70px;
  text-align: center;
  left: calc(50% - 140px);
  margin: 0 0 50px;
}

.clients .item:hover .pop-up-text .client-arrow, .clients .pop-up-text:hover .pop-up-text .client-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0px 35px;
  border-color: #323544 transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  left: calc(50% - 35px);
  bottom: -35px;
}

.clients .item:hover .pop-up-text a, .clients .pop-up-text:hover .pop-up-text a {
  padding: 5px 15px;
}

.clients .item {
  position: relative;
  display: flex;
  flex-grow: 0;
  align-items: center;
  vertical-align: middle;
  height: 70px;
  padding-left: 25px;
  padding-right: 25px;
  width: fit-content;
}

.clients .item .pop-up-text {
  display: none;
  padding: 20px;
}

.clients .item .pop-up-text h3 {
  font-size: 1.125rem;
  font-weight: 400;
  padding-bottom: 17px;
}

.clients .item .pop-up-text :nth-child(2) {
  display: block;
  font-size: .8125rem;
  line-height: 1.375rem;
  padding-bottom: 11px;
}

.clients .item .pop-up-text :nth-child(4) {
  display: flex;
  justify-content: center;
  height: 47px;
  width: 240px;
}

.clients .item .pop-up-text :nth-child(4) a i {
  position: relative;
  width: fit-content;
  top: 0rem;
  left: 0.5rem;
}

.clients .item div img {
  filter: grayscale(100%);
  display: block;
  max-width: 200px;
  max-height: 70px;
  width: auto;
}

.clients .item div:hover img {
  filter: grayscale(0%);
}

.container-footer {
  margin-top: 20px;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  background-color: #323544;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container-footer {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container-footer {
    width: 970px;
  }
}

@media (min-width: 1260px) {
  .container-footer {
    width: 1200px;
  }
}

.container-footer footer {
  padding: 27px 0 0;
  line-height: 1.375rem;
}

.container-footer footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (min-width: 1260px) {
  .container-footer footer .footer-row {
    flex-direction: row;
    width: 1200px;
  }
}

.container-footer footer .footer-row #footer-company-info {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-content: start;
}

@media (min-width: 1260px) {
  .container-footer footer .footer-row #footer-company-info {
    margin-right: 80px;
    width: fit-content;
  }
}

.container-footer footer .footer-row #footer-company-info .NM-logo img {
  width: 250px;
  height: 51px;
}

@media (min-width: 480px) {
  .container-footer footer .footer-row #footer-company-info .NM-logo img {
    width: 320px;
    height: 65.6px;
  }
}

.container-footer footer .footer-row #footer-company-info h4 {
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 24px;
  margin-bottom: 26px;
  font-weight: 400;
}

.container-footer footer .footer-row #footer-company-info .contact-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.container-footer footer .footer-row #footer-company-info .contact-icons .brand-link-1 a i:hover {
  background-color: #3b5998;
}

.container-footer footer .footer-row #footer-company-info .contact-icons .brand-link-2 a i:hover {
  background-color: #0077b5;
}

.container-footer footer .footer-row #footer-company-info .contact-icons .brand-link-3 a i:hover {
  background-color: #00aced;
}

.container-footer footer .footer-row #footer-company-info .contact-icons .brand-link-4 a i:hover {
  background-color: #d93175;
}

.container-footer footer .footer-row #footer-company-info a {
  color: white;
  text-decoration: none;
}

.container-footer footer .footer-row #footer-company-info a i {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 56.67px;
  width: 66.7px;
  margin: 0 10px 10px 0;
  background-color: #212330;
}

@media (max-width: 480px) {
  .container-footer footer .footer-row #footer-company-info {
    width: 250px;
  }
  .container-footer footer .footer-row #footer-company-info a i {
    width: 109.31px;
  }
}

.container-footer footer .footer-row .wrap-items {
  display: grid;
  grid-template-rows: auto;
}

@media (min-width: 768px) {
  .container-footer footer .footer-row .wrap-items {
    grid-template-columns: 375px 375px;
  }
}

@media (min-width: 992px) {
  .container-footer footer .footer-row .wrap-items {
    grid-template-columns: 242.5px 242.5px 242.5px 242.5px;
  }
}

@media (min-width: 1260px) {
  .container-footer footer .footer-row .wrap-items {
    grid-template-columns: 200px 200px 200px 200px;
  }
}

.container-footer footer .footer-row .wrap-items :last-child ul {
  margin-bottom: 0;
}

.container-footer footer .footer-row .wrap-items .footer-menu {
  padding: 0 0 0 0;
  width: 100%;
}

.container-footer footer .footer-row .wrap-items .footer-menu h4 {
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 26px;
  font-weight: 400;
}

.container-footer footer .footer-row .wrap-items .footer-menu ul {
  list-style-type: none;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .container-footer footer .footer-row .wrap-items .footer-menu {
    width: 375px;
  }
}

@media (min-width: 992px) {
  .container-footer footer .footer-row .wrap-items .footer-menu {
    width: 242.5px;
  }
}

@media (min-width: 1260px) {
  .container-footer footer .footer-row .wrap-items .footer-menu {
    margin-bottom: 40px;
    width: 200px;
  }
}

.sub-footer-top {
  width: 100vw;
  background-color: #212330;
  color: white;
}

@media (min-width: 768px) {
  .sub-footer-top .sub-footer-wrapper {
    width: 750px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .sub-footer-top .sub-footer-wrapper {
    width: 970px;
  }
}

@media (min-width: 1260px) {
  .sub-footer-top .sub-footer-wrapper {
    width: 1200px;
  }
}

.sub-footer-top .sub-footer-wrapper .footer-sub {
  margin: 0 auto;
  line-height: 1.15rem;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}

.sub-footer-top .sub-footer-wrapper .footer-sub .hide-hyphen {
  display: none;
}

@media (min-width: 768px) {
  .sub-footer-top .sub-footer-wrapper .footer-sub {
    flex-direction: row;
    padding-left: 10px;
  }
  .sub-footer-top .sub-footer-wrapper .footer-sub .hide-hyphen {
    display: block;
  }
}

.button-large-dkblueBG {
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  width: fit-content;
  margin-top: 1em;
  margin-right: 0.3em;
  padding: 10px 22px 10px 22px;
  background-color: #212330;
  text-transform: uppercase;
  border-radius: 0.2rem;
  line-height: 35px;
}

.button-large-dkblueBG:hover {
  background-color: #121318;
}

.button-large-blueBG {
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  width: fit-content;
  margin-top: 1em;
  margin-right: 0.3em;
  padding: 10px 22px 10px 22px;
  background-color: #4387f6;
  text-transform: uppercase;
  border-radius: 0.2rem;
  line-height: 35px;
}

.button-large-blueBG:hover {
  background-color: #166af4;
}

.button-large-blue2BG {
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  width: fit-content;
  margin-top: 1em;
  margin-right: 0.3em;
  padding: 10px 22px 10px 22px;
  background-color: #4183d7;
  text-transform: uppercase;
  border-radius: 0.2rem;
  line-height: 35px;
}

.button-large-blue2BG:hover {
  background-color: #2a6ec6;
}

.button-large-greenBG {
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  width: fit-content;
  margin-top: 1em;
  margin-right: 0.3em;
  padding: 10px 22px 10px 22px;
  background-color: #00b67b;
  text-transform: uppercase;
  border-radius: 0.2rem;
  line-height: 35px;
}

.button-large-greenBG:hover {
  background-color: #009b69;
}

.button-large-purpleBG {
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  width: fit-content;
  margin-top: 1em;
  margin-right: 0.3em;
  padding: 10px 22px 10px 22px;
  background-color: #926fb1;
  text-transform: uppercase;
  border-radius: 0.2rem;
  line-height: 35px;
}

.button-large-purpleBG:hover {
  background-color: #7e57a0;
}

.button-large-goldBG {
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  width: fit-content;
  margin-top: 1em;
  margin-right: 0.3em;
  padding: 10px 22px 10px 22px;
  background-color: #f7b322;
  text-transform: uppercase;
  border-radius: 0.2rem;
  line-height: 35px;
}

.button-large-goldBG:hover {
  background-color: #e8a008;
}

.button-large-brickredBG {
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  width: fit-content;
  margin-top: 1em;
  margin-right: 0.3em;
  padding: 10px 22px 10px 22px;
  background-color: #d64541;
  text-transform: uppercase;
  border-radius: 0.2rem;
  line-height: 35px;
}

.button-large-brickredBG:hover {
  background-color: #c42e2a;
}

.button-large-ceriseBG {
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  width: fit-content;
  margin-top: 1em;
  margin-right: 0.3em;
  padding: 10px 22px 10px 22px;
  background-color: #f62459;
  text-transform: uppercase;
  border-radius: 0.2rem;
  line-height: 35px;
}

.button-large-ceriseBG:hover {
  background-color: #e80a42;
}

.button-banner-purpleBG {
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  width: fit-content;
  margin-top: 1em;
  padding: 5px 20px;
  background-color: #926fb1;
  text-transform: uppercase;
  border-radius: 0.2rem;
  line-height: 3rem;
  z-index: 0;
}

.button-banner-purpleBG:hover {
  background-color: #7e57a0;
}

.button-large-contact-blue {
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 1.125rem;
  width: fit-content;
  padding: 5px 15px;
  background-color: #4183d7;
  text-transform: uppercase;
  border-radius: 0.2rem;
  line-height: 45px;
}

.button-large-contact-blue:hover {
  background-color: #2a6ec6;
}

.button-large-contact-grey {
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 1.125rem;
  width: fit-content;
  padding: 5px 15px;
  background-color: #999aa2;
  text-transform: uppercase;
  border-radius: 0.2rem;
  line-height: 45px;
}

.button-large-contact-grey:hover {
  background-color: #84858f;
}

.LN-button-gold {
  font-size: 1.063rem;
  font-weight: 400;
  background-color: #f7b322;
  border-radius: 3px;
  width: fit-content;
  height: 48px;
  color: #fff;
  align-content: center;
}

.LN-button-gold a {
  text-decoration: none;
  color: #fff;
  line-height: 35px;
  padding: 12.5px 15px;
}

.LN-button-blue {
  font-size: 1.063rem;
  font-weight: 400;
  background-color: #4183d7;
  border-radius: 3px;
  width: fit-content;
  height: 48px;
  color: #fff;
  align-content: center;
}

.LN-button-blue a {
  text-decoration: none;
  color: #fff;
  line-height: 35px;
  padding: 12.5px 15px;
}

.dummy-button-gold {
  padding: 5px 15px;
  font-size: 1.063rem;
  height: auto;
  color: #fff;
  background-color: #f7b322;
  border-radius: 3px;
  width: fit-content;
  line-height: 35px;
}

.dummy-button-blue {
  padding: 5px 15px;
  font-size: 1.063rem;
  height: auto;
  color: #fff;
  background-color: #4183d7;
  border-radius: 3px;
  width: fit-content;
  line-height: 35px;
}

.dummy-button-green {
  padding: 5px 15px;
  font-size: 1.063rem;
  height: auto;
  color: #fff;
  background-color: #2ecc71;
  border-radius: 3px;
  width: fit-content;
  line-height: 35px;
}

.dummy-button-brickred {
  padding: 5px 15px;
  font-size: 1.063rem;
  height: auto;
  color: #fff;
  background-color: #d64541;
  border-radius: 3px;
  width: fit-content;
  line-height: 35px;
}

.dummy-button-purple {
  padding: 5px 15px;
  font-size: 1.063rem;
  height: auto;
  color: #fff;
  background-color: #926fb1;
  border-radius: 3px;
  width: fit-content;
  line-height: 35px;
}

.dummy-button-cerise {
  padding: 5px 15px;
  font-size: 1.063rem;
  height: auto;
  color: #fff;
  background-color: #f62459;
  border-radius: 3px;
  width: fit-content;
  line-height: 35px;
}

.dummy-button-redbrown {
  padding: 5px 15px;
  font-size: 1.063rem;
  height: auto;
  color: #fff;
  background-color: #ce4125;
  border-radius: 3px;
  width: fit-content;
  line-height: 35px;
}

.client-button-gold {
  padding: 15px 5px;
  height: 47px;
  font-size: 1rem;
  height: auto;
  color: #fff;
  background-color: #f7b322;
  border-radius: 3px;
  width: 100%;
  line-height: 35px;
  text-decoration: none;
}

.client-button-gold:hover {
  background-color: #e8a008;
}

.client-button-blue {
  padding: 15px 5px;
  height: 47px;
  font-size: 1rem;
  height: auto;
  color: #fff;
  background-color: #4183d7;
  border-radius: 3px;
  width: 100%;
  line-height: 35px;
  text-decoration: none;
}

.client-button-blue:hover {
  background-color: #296cc2;
}

.client-button-green {
  padding: 15px 5px;
  height: 47px;
  font-size: 1rem;
  height: auto;
  color: #fff;
  background-color: #2ecc71;
  border-radius: 3px;
  width: 100%;
  line-height: 35px;
  text-decoration: none;
}

.client-button-green:hover {
  background-color: #26aa5f;
}

.client-button-purple {
  padding: 15px 5px;
  height: 47px;
  font-size: 1rem;
  height: auto;
  color: #fff;
  background-color: #926fb1;
  border-radius: 3px;
  width: 100%;
  line-height: 35px;
  text-decoration: none;
}

.client-button-purple:hover {
  background-color: #7e57a0;
}

.link-underline-only a, .link-underline-only a i {
  text-decoration: none;
  color: #fff;
}

.link-underline-only a:hover, .link-underline-only a i:hover {
  text-decoration: underline;
}

.link-underline-only-inverse {
  color: #333645;
  text-decoration: none;
}

.link-underline-only-inverse:hover {
  text-decoration: underline;
}
