@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-Heavy.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-Black.ttf') format("truetype"), url('../fonts/Mont-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montvariable;
  src: url('../fonts/MontVariable-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-ExtraLightDEMO.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --untitled-ui--gray600: #475467;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1250px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.container-regular {
  width: 100%;
  max-width: 1230px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 18%;
}

.nav-menu-wrapper {
  width: 78%;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 18px;
  font-family: Montvariable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 20px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  width: 100%;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  width: 33%;
}

.nav-button-wrapper {
  text-align: right;
  margin-left: 0;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #47b54b;
  border-radius: 30px;
  padding: 13px 38px;
  font-family: Mont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #47b54b;
}

.button-primary:active {
  background-color: #43464d;
}

.menu-button {
  width: 0%;
}

.image {
  max-width: 200px;
}

.section {
  background-color: #000;
  margin-top: -30px;
  padding-top: 20px;
  position: relative;
  transform: rotate(.5deg);
}

.list {
  justify-content: flex-end;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  transform: rotate(-.5deg)translate(0, 6px);
}

.list-item-top {
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}

.link {
  text-decoration: none;
}

.link.top-link {
  color: #fff;
  font-family: Montvariable, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.link.list_item_sec_3_link {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 40px;
  width: 100%;
  padding: 15px 20px;
  font-family: Mont, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2em;
  display: block;
}

.link.list_item_sec_3_link:hover {
  background-color: #ffd263;
}

.link.footer-link-copy {
  color: #000;
  font-family: Montvariable, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.link.list_item_sec_3_link-copy {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: .3px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 40px;
  width: 100%;
  padding: 15px 20px;
  font-family: Mont, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2em;
  display: block;
}

.link.list_item_sec_3_link-copy:hover {
  background-color: #ffd263;
}

.link.list_item_sec_3_link-copy-copy {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 40px;
  width: 100%;
  padding: 15px 20px;
  font-family: Mont, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2em;
  display: block;
}

.link.list_item_sec_3_link-copy-copy:hover {
  background-color: #ffd263;
}

.body {
  overflow-x: hidden;
}

.section-2 {
  background-image: url('../images/right-form.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 456px 100%;
  max-width: 1235px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-right: 25px;
}

.input_fields_global {
  color: #000;
  letter-spacing: .7px;
  border: 1px solid #70707047;
  border-radius: 50px;
  min-height: 65px;
  margin-bottom: 15px;
  padding: 16px;
  font-family: Mont, Arial, sans-serif;
  font-weight: 600;
}

.input_fields_global::placeholder {
  color: #000;
  -webkit-text-stroke-width: .2px;
  font-family: Mont, Arial, sans-serif;
  font-weight: 400;
}

.input_fields_global.input_short_field {
  vertical-align: top;
  width: 40%;
  margin-bottom: 0;
  margin-left: .5%;
  margin-right: .5px;
  display: inline-block;
}

.input_fields_global.input_short_field-copy {
  vertical-align: top;
  vertical-align: top;
  width: 80%;
  margin-bottom: 0;
  margin-left: .5%;
  margin-right: .5px;
  display: inline-block;
}

.input_fields_global.input_short_field-copy.input_fields_global_contact_us_page {
  width: 90%;
}

.submit-button {
  float: right;
  color: #fff;
  background-color: #47b64a;
  border-radius: 50px;
  width: 40%;
  min-height: 65px;
  margin-top: -65px;
  padding: 15px 50px;
  font-family: Mont, Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  display: inline-block;
  position: relative;
  box-shadow: -10px 0 1px #d6d6d6;
}

.heading_banner {
  color: #000;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 20px;
  font-family: Mont, Arial, sans-serif;
  font-size: 42px;
  font-weight: 900;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 470px;
  display: flex;
}

.banner_left_heading {
  color: #000;
  -webkit-text-stroke-width: 0px;
  width: 100%;
  font-family: Mont, Arial, sans-serif;
  font-size: 112px;
  font-weight: 900;
  line-height: 1em;
}

.text-span {
  text-align: center;
}

.text-span-banner-mid {
  text-align: center;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 900;
  display: inline-block;
  overflow: visible;
}

.text-span-2 {
  text-align: right;
  display: block;
}

.text-span-3 {
  width: 100%;
  font-weight: 900;
  display: inline-block;
}

.column {
  background-image: url('../images/left-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.column-2 {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 20px 30px;
  box-shadow: 4px 4px 1px #d6d6d6;
}

.form {
  margin-bottom: 0;
}

.section_2_heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 20px;
  font-family: Mont, Arial, sans-serif;
  font-size: 42px;
  font-weight: 900;
  transform: rotate(1deg);
}

.section-3 {
  z-index: 1;
  background-color: #000;
  width: 104%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  transform: translate(-6px)rotate(-1deg);
}

.section_3_heading_home {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 0px;
  text-transform: lowercase;
  width: 100%;
  font-family: Mont, Arial, sans-serif;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.2em;
}

.section-4 {
  background-color: #e4f0d6;
  max-width: 104%;
  margin: -10px auto -80px;
  padding: 60px 10px 140px;
  position: relative;
  transform: translate(-1px)rotate(-1deg);
}

.paragraph_1 {
  text-align: center;
  font-family: Mont, Arial, sans-serif;
  font-weight: 500;
}

.paragraph_1.bold-text {
  text-align: left;
  -webkit-text-stroke-width: 0px;
  font-family: Mont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.paragraph_1.bold-text.paragraph_1-_homepage-copy {
  margin-bottom: 0;
}

.paragraph_1.bold-text.paragraph_home1-copy.cccccccc {
  font-weight: 600;
}

.paragraph_1.section_6_para_text {
  text-align: left;
}

.bold-text {
  color: #000;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  font-size: 17px;
  font-weight: 600;
  line-height: 36px;
}

.list_home_section_3 {
  text-align: left;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  transform: rotate(-.5deg)translate(0, 6px);
}

.list_item_section_3 {
  width: 33.33%;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Mont, Arial, sans-serif;
}

.section-5 {
  z-index: 1;
  background-color: #000;
  width: 104%;
  margin: -20px auto 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  transform: translate(-6px)rotate(1deg);
}

.section-6 {
  -webkit-text-fill-color: inherit;
  background-color: #f8dcda;
  background-clip: border-box;
  width: 104%;
  margin-top: -20px;
  margin-bottom: -92px;
  padding-top: 60px;
  padding-bottom: 140px;
  padding-right: 0;
  position: relative;
  transform: translate(-4px)rotate(1deg);
}

.section_5_heading_home {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 0px;
  width: 100%;
  font-family: Mont, Arial, sans-serif;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.2em;
}

.text-span-4 {
  color: #e26861;
  -webkit-text-stroke-width: 0px;
}

.image-2 {
  z-index: -1;
  max-width: 40%;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: 0;
}

.image-2.asdasddimg {
  object-fit: cover;
  height: 121% !important;
}

.rich-text-block {
  max-width: 580px;
}

.rich-text-block.asdwewer {
  max-width: 1000px;
}

.section-7 {
  z-index: 5;
  background-color: #000;
  width: 104%;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  transform: translate(-6px)rotate(-1deg);
}

.section_5_heading-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 20px;
  font-family: Mont, Arial, sans-serif;
  font-size: 42px;
  font-weight: 900;
  transform: rotate(-1deg);
}

.quick-stack {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.section_7_heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 20px;
  font-family: Mont, Arial, sans-serif;
  font-size: 42px;
  font-weight: 900;
  transform: rotate(1deg);
}

.cell {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}

.form-block {
  width: 100%;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.section-8 {
  z-index: 2;
  background-color: #fff5db;
  max-width: 100%;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 10px;
  position: relative;
}

.section-9 {
  z-index: 1;
  background-color: #000;
  width: 104%;
  margin: -20px auto 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  transform: translate(-6px)rotate(1deg);
}

.section-10 {
  background-color: #8cbd4c3b;
  max-width: 100%;
  margin: -10px auto -60px;
  padding: 60px 10px 140px;
}

.rich-text-block-2, .rich-text-block-3 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.sec_7_head_span {
  color: #e26861;
  -webkit-text-stroke-width: 0px;
}

.sec_10_bottom_para {
  line-height: 29px;
}

.sec_10_bold_para {
  -webkit-text-stroke-width: 0px;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}

.abs_img_right {
  max-width: 190px;
  position: absolute;
  top: -100px;
  right: 60px;
}

.section-11 {
  z-index: 1;
  background-color: #000;
  width: 104%;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  transform: translate(-6px);
}

.form-block-2 {
  width: 100%;
}

.input_fields_global_half {
  color: #000;
  letter-spacing: .7px;
  border: 1px solid #70707047;
  border-radius: 50px;
  width: 49%;
  min-height: 65px;
  margin-bottom: 15px;
  margin-left: .5%;
  margin-right: .5%;
  padding: 16px;
  font-family: Mont, Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.input_fields_global_half::placeholder {
  color: #000;
  -webkit-text-stroke-width: .2px;
  font-family: Mont, Arial, sans-serif;
  font-weight: 400;
}

.input_fields_global_half.input_short_field {
  width: 80%;
  margin-bottom: 0;
  display: inline-block;
}

.form_bottom {
  margin-bottom: 0;
}

.submit-button-bottom {
  float: right;
  color: #fff;
  background-color: #47b64a;
  border-radius: 50px;
  width: 15%;
  min-height: 65px;
  margin-top: -80px;
  padding: 15px 50px;
  font-family: Mont, Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  display: inline-block;
  position: relative;
  box-shadow: -10px 0 1px #d6d6d6;
}

.section-12 {
  z-index: 0;
  background-color: #000;
  width: 104%;
  margin: -100px auto 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  transform: translate(-6px)rotate(1deg);
}

.submit-button-copy {
  float: right;
  color: #fff;
  float: right;
  background-color: #47b64a;
  border-radius: 50px;
  width: 35%;
  min-height: 65px;
  margin-top: -65px;
  padding: 15px 50px;
  font-family: Mont, Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  display: inline-block;
  position: relative;
  box-shadow: -10px 0 1px #d6d6d6;
}

.quick-stack-7sec {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(1deg);
}

.submit-button-copy-copy {
  float: right;
  color: #fff;
  text-align: center;
  background-color: #47b64a;
  border-radius: 50px;
  width: 38%;
  min-height: 65px;
  margin-top: -65px;
  padding: 15px 50px;
  font-family: Mont, Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  display: inline-block;
  position: relative;
  box-shadow: -10px 0 1px #d6d6d6;
}

.abs_img_right-copy {
  max-width: 190px;
  position: absolute;
  top: -80px;
  right: 60px;
}

.section-13 {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  width: 100%;
  margin: -20px auto 0;
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative;
}

.section_13_heading-copy-copy {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  margin-bottom: 20px;
  font-family: Mont, Arial, sans-serif;
  font-size: 42px;
  font-weight: 900;
}

.section-14 {
  z-index: 1;
  background-color: #000;
  width: 104%;
  margin: 0 auto -95px;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.quick-stack-2 {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(-1deg);
}

.footer_headings {
  color: #47b64a;
  letter-spacing: .5px;
  font-family: Mont, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

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

.footer_link_list_item {
  color: #fff;
  margin-bottom: 10px;
  font-family: Mont, Arial, sans-serif;
  font-size: 18px;
}

.footer_link_list_link {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.bold-text-2, .link-2 {
  font-weight: 600;
  text-decoration: none;
}

.sectioncutlast {
  z-index: 0;
  background-color: #000;
  width: 104%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  transform: translate(-6px)rotate(-1deg);
}

.footer_last_section {
  padding-top: 50px;
  padding-bottom: 25px;
}

.rich-text-block-4 {
  font-family: Mont, Arial, sans-serif;
  font-weight: 900;
}

.footer_quick_links {
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item-footer {
  padding-left: 15px;
  padding-right: 15px;
}

.text-block {
  color: #000;
  text-align: center;
  font-family: Montvariable, Arial, sans-serif;
  font-size: 17px;
}

.footer_last {
  font-family: Mont, Arial, sans-serif;
  font-weight: 900;
}

.adstack_icon_before {
  font-weight: 900;
}

.header {
  z-index: 2;
  position: relative;
}

.global_pages_header {
  z-index: 1;
  background-color: #000;
  width: 104%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  transform: translate(-6px)rotate(-1deg);
}

.global_banner_heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 20px;
  font-family: Mont, Arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
  transform: rotate(1deg);
}

.inner_section_2 {
  background-color: #fff;
  max-width: 100%;
  margin: -10px auto -30px;
  padding: 60px 10px 100px;
  display: block;
  position: relative;
}

.inner_section_2_heading {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 0px;
  width: 100%;
  font-family: Mont, Arial, sans-serif;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.2em;
}

.inner_section_2_rich_text {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  font-family: Mont, Arial, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.inner_section_2_para {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  font-family: Mont, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 36px;
}

.inner_3_cols_quickstack {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
}

.inner_3_cols_quickstack.xcxcxcxcxc {
  text-align: center;
}

.inner_heading_3 {
  color: #000;
  text-align: center;
  text-transform: lowercase;
  width: 100%;
  font-family: Mont, Arial, sans-serif;
  font-size: 27px;
  font-weight: 800;
}

.inner_section_2_concept_2 {
  background-color: #f8dcda;
  background-image: url('../images/addie-e1750060578634.png');
  background-position: -75px 100%;
  background-repeat: no-repeat;
  background-size: 190px 236px;
  max-width: 100%;
  margin: -10px auto -30px;
  padding: 60px 10px 100px;
}

.inner_section_2_rich_text_2 {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  font-family: Mont, Arial, sans-serif;
  font-weight: 900;
}

.inner_section_2_heading_big {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 0px;
  width: 100%;
  font-family: Mont, Arial, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 1.2em;
}

.inner_section_2_heading_big.footer_heading_copyeisdafads, .inner_section_2_heading_big.footer_heading_copyeisdafads.sssssssss {
  color: #000;
}

.body-2 {
  overflow: visible;
}

.global_pages_header_contact {
  z-index: 1;
  background-color: #e4f0d6;
  width: 104%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  transform: translate(-6px)rotate(-1deg);
}

.inner_section_2_contact {
  background-color: #e4f0d6;
  max-width: 100%;
  margin: -31px auto -20px;
  padding: 20px 10px 100px;
}

.inner_section_2_heading_contact {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 0px;
  width: 100%;
  font-family: Mont, Arial, sans-serif;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.2em;
}

.form_contact_page {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.input_fields_global_contact_us_page {
  color: #000;
  letter-spacing: .7px;
  background-color: #0000;
  border: 1px solid #70707047;
  border-radius: 50px;
  min-height: 65px;
  margin-bottom: 15px;
  padding: 16px;
  font-family: Mont, Arial, sans-serif;
  font-weight: 600;
}

.input_fields_global_contact_us_page::placeholder {
  color: #000;
  -webkit-text-stroke-width: .2px;
  font-family: Mont, Arial, sans-serif;
  font-weight: 400;
}

.input_fields_global_contact_us_page.input_short_field {
  vertical-align: top;
  width: 40%;
  margin-bottom: 0;
  margin-left: .5%;
  margin-right: .5px;
  display: inline-block;
}

.input_fields_global_contact_us_page.input_short_field-copy {
  vertical-align: top;
  vertical-align: top;
  width: 80%;
  margin-bottom: 0;
  margin-left: .5%;
  margin-right: .5px;
  display: inline-block;
}

.submit-button-contact-us-page {
  float: right;
  color: #fff;
  background-color: #47b64a;
  border-radius: 50px;
  width: 15%;
  min-height: 65px;
  margin-top: -65px;
  padding: 15px 50px;
  font-family: Mont, Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  display: inline-block;
  position: relative;
  box-shadow: -10px 0 1px #d6d6d6;
}

.adstack_url_green {
  color: #47b64a;
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

.inner_section_2_rich_text-contact {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  font-family: Mont, Arial, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.career_page_header {
  z-index: 1;
  background-color: #000;
  width: 104%;
  margin: 10px auto -50px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  transform: translate(-6px)rotate(-1deg);
}

.career_banner_heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 20px;
  font-family: Mont, Arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
  transform: rotate(1deg);
}

.section-15 {
  background-color: #000;
  width: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inner_section_2_careers {
  background-color: #e4f0d6;
  max-width: 100%;
  margin: -10px auto -30px;
  padding: 60px 10px 100px;
}

.inner_section_2_heading_career {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 0px;
  width: 100%;
  font-family: Mont, Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2em;
}

.bold-text-3 {
  -webkit-text-stroke-width: 0px;
  font-weight: 800;
}

.container-2 {
  max-width: 1080px;
}

.inner_section_2_rich_text_career {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-family: Mont, Arial, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.inner_section_2_para_career {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  font-family: Montvariable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75em;
}

.heading {
  color: #000;
  font-family: Mont, Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.list-2 {
  color: #000;
  padding-left: 20px;
  font-family: Montvariable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.container-3, .container-4 {
  max-width: 1080px;
}

.bold-text-4 {
  font-weight: 900;
}

.container-5 {
  max-width: 1080px;
  padding: 60px 10px;
}

.heading-2 {
  color: #000;
  font-family: Mont, Arial, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 120px;
}

.collection-item {
  width: 50%;
  margin-bottom: 30px;
}

.image-3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.heading-3 {
  color: #000;
  font-family: Mont, Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.paragraph {
  color: #000;
  font-family: Mont, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 36px;
}

.link-4 {
  color: #fff;
  text-align: right;
  background-color: #47b64a;
  border-radius: 30px;
  padding: 12.5px 20px;
  font-family: Mont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  box-shadow: -10px 0 #d6d6d6;
}

.container-6 {
  text-align: right;
}

.div-block {
  width: 100px;
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  width: 200%;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-small {
  color: #fff;
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  font-family: Mont, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-size-small:hover {
  color: #ffd263;
}

.show-tablet {
  display: none;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar03_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  padding-left: 0;
  display: grid;
}

.uui-navbar03_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .2rem .75rem;
  text-decoration: none;
  transition: background-color .3s;
  display: grid;
}

.uui-navbar03_dropdown-link:hover {
  color: #ffd263;
  background-color: #0000;
  font-family: Mont, Arial, sans-serif;
  font-weight: 600;
}

.uui-navbar03_bottom-bar-background {
  background-color: var(--untitled-ui--gray50-2);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.uui-navbar03_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  grid-template-rows: max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar03_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar03_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.uui-navbar03_bottom-bar-right {
  grid-column-gap: 1.5rem;
  display: flex;
  position: relative;
}

.uui-navbar03_bottom-bar-left {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  font-weight: 500;
  display: flex;
  position: relative;
}

.uui-navbar03_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar03_icon-wrapper {
  flex: none;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-navbar03_component {
  background-color: #0000;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  max-width: 1582.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 5%;
  display: flex;
}

.uui-navbar03_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar03_logo-link {
  flex: 0 auto;
  padding-left: 0;
}

.uui-navbar03_logo-link.w--current {
  flex: 0 auto;
}

.uui-navbar03_menu {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0%;
  display: flex;
  position: static;
}

.uui-navbar03_menu-left {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  margin-left: 50px;
  margin-right: 15%;
  display: block;
}

.uui-navbar03_link {
  color: #000;
  align-items: center;
  padding: 1rem 1.5rem;
  font-family: Montvariable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar03_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar03_link.w--current {
  color: #000;
}

.uui-navbar03_menu-dropdown {
  position: static;
}

.uui-navbar03_dropdown-toggle {
  z-index: 2;
  color: #000;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem 1rem 1rem;
  font-family: Montvariable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar03_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar03_dropdown-toggle.w--open {
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.86, 0, .07, 1);
}

.uui-navbar03_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar03_dropdown-list.w--open {
  z-index: 99999;
  background-color: #000;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100vw;
  max-width: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Mont, Arial, sans-serif;
  position: absolute;
  inset: 3.5rem auto auto 0;
  overflow: visible;
}

.uui-navbar03_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-navbar03_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet {
  display: none;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray700);
}

.uui-navbar03_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-logo_component {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.icon-featured-large {
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-navbar03_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar03_item-heading {
  color: #47b64a;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  margin-bottom: .25rem;
  font-family: Mont, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.uui-navbar03_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-logo_image {
  opacity: 1;
  flex: none;
  max-width: none;
  height: 100%;
  display: block;
}

.uui-navbar3_menu-button {
  padding: 0;
}

.uui_navbar_last_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
}

.image-4 {
  z-index: 25;
  max-width: 180px;
  position: absolute;
  bottom: -75px;
  right: 0;
}

.uui-navbar03_dropdown-link-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 .75rem;
  text-decoration: none;
  transition: background-color .3s;
  display: grid;
}

.uui-navbar03_dropdown-link-copy:hover {
  color: #ffd263;
  background-color: #0000;
  font-family: Mont, Arial, sans-serif;
  font-weight: 600;
}

.container-7, .container-8 {
  width: 100%;
  max-width: 100%;
}

.container-9, .container-7-copy {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}

.uui-navbar03_dropdown-link-copy-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0 .75rem;
  text-decoration: none;
  transition: background-color .3s;
  display: grid;
}

.uui-navbar03_dropdown-link-copy-copy:hover {
  color: #ffd263;
  background-color: #0000;
  font-family: Mont, Arial, sans-serif;
  font-weight: 600;
}

.list-item-top-copy {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph_1-copy {
  text-align: center;
  font-family: Mont, Arial, sans-serif;
  font-weight: 500;
}

.paragraph_1-copy.bold-text {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  font-family: Mont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.paragraph_1-copy.section_6_para_text {
  text-align: left;
}

.bold-text-copy {
  color: #000;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  font-size: 17px;
  font-weight: 600;
  line-height: 36px;
}

.rich-text-block-3-copy {
  text-align: center;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph_1-_homepage {
  text-align: center;
  font-family: Mont, Arial, sans-serif;
  font-weight: 500;
}

.paragraph_1-_homepage.bold-text {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  font-family: Mont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.paragraph_1-_homepage.section_6_para_text {
  text-align: left;
}

.paragraph_1-_homepage-copy {
  text-align: center;
  font-family: Mont, Arial, sans-serif;
  font-weight: 500;
}

.paragraph_1-_homepage-copy.bold-text {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 0;
  font-family: Mont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph_1-_homepage-copy.section_6_para_text {
  text-align: left;
}

.paragraph_1_inner_pages_center {
  text-align: center;
  font-family: Mont, Arial, sans-serif;
  font-weight: 500;
}

.paragraph_1_inner_pages_center.bold-text {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  font-family: Mont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph_1_inner_pages_center.bold-text.paragraph_1-_homepage-copy {
  margin-bottom: 0;
}

.paragraph_1_inner_pages_center.section_6_para_text {
  text-align: left;
}

.modal_1 {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 110vh;
  display: none;
  position: fixed;
}

.div-block-2 {
  background-color: #0000008c;
}

.modal_1_overlay {
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  background-color: #0000008c;
  width: 100vw;
  height: 110vh;
  position: absolute;
}

.modal_1_content {
  background-color: #000;
  border-radius: 30px;
  min-width: 465px;
  max-width: 50%;
  padding: 25px 30px;
  position: relative;
  inset: 0%;
  box-shadow: 0 2px 50px 2px #0003, 0 3px 10px -1px #0000004d;
}

.modal_1_content_inner {
  padding-bottom: 0;
  padding-right: 0;
}

.popup_headings {
  color: #47b64a;
  letter-spacing: .5px;
  width: 100%;
  margin-top: 0;
  font-family: Mont, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

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

.popup_link_list_item {
  color: #fff;
  margin-bottom: 10px;
  font-family: Mont, Arial, sans-serif;
  font-size: 18px;
}

.popup_link_list_link {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.image-5 {
  max-width: 170px;
}

.popup_img {
  text-align: left;
  max-width: 170px;
  display: block;
  position: absolute;
  bottom: -40px;
  right: -20px;
}

.modal_2, .modal_3, .modal_4, .modal_5, .modal_6 {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 110vh;
  display: none;
  position: fixed;
}

.modal_2_overlay, .modal_3_overlay, .modal_4_overlay, .modal_5_overlay, .modal_6_overlay {
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  background-color: #0000008c;
  width: 100vw;
  height: 110vh;
  position: absolute;
}

.paragraph_home1-copy {
  text-align: center;
  font-family: Mont, Arial, sans-serif;
  font-weight: 500;
}

.paragraph_home1-copy.bold-text {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  font-family: Mont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.paragraph_home1-copy.bold-text.paragraph_1-_homepage-copy {
  margin-bottom: 0;
}

.paragraph_home1-copy.bold-text.ccccccccc {
  font-weight: 600;
}

.paragraph_home1-copy.section_6_para_text {
  text-align: left;
}

.paragraph_1-bolder-20 {
  text-align: center;
  font-family: Mont, Arial, sans-serif;
  font-weight: 500;
}

.paragraph_1-bolder-20.bold-text {
  text-align: left;
  -webkit-text-stroke-width: 0px;
  font-family: Mont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.paragraph_1-bolder-20.bold-text.paragraph_1-_homepage-copy {
  margin-bottom: 0;
}

.paragraph_1-bolder-20.bold-text.paragraph_home1-copy {
  text-align: left;
  font-size: 17px;
  font-weight: 600;
}

.paragraph_1-bolder-20.bold-text.paragraph_home1-copy.homepage_bold_ai_section_text {
  text-align: center;
}

.paragraph_1-bolder-20.section_6_para_text {
  text-align: left;
}

.single_blog_pages_header-copy {
  z-index: 1;
  background-color: #000;
  width: 104%;
  margin: 10px auto -58px;
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
  transform: translate(-6px)rotate(-1deg);
}

.single_post_banner_heading-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  margin-bottom: 20px;
  font-family: Mont, Arial, sans-serif;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.2em;
  transform: rotate(1deg);
}

.container-10 {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}

.rich_text_single_blog {
  color: #000;
  font-family: Montvariable, Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 30px;
}

.section-16 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.link-block {
  text-decoration: none;
}

.link-block-2 {
  display: block;
}

.section-17 {
  padding-top: 60px;
  padding-bottom: 140px;
}

.main-container {
  overflow: hidden;
}

.inner-container-wrapper-general {
  max-width: 1160px;
  transform: rotate(1deg);
}

.general_home_6quickstack {
  transform: rotate(-1deg);
}

.general_home_6quickstack.new_about_grid_syst {
  margin-bottom: -30px;
  padding-bottom: 60px;
}

.footer_heading_copyeisdafads {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 20px;
  font-family: Mont, Arial, sans-serif;
  font-size: 42px;
  font-weight: 900;
}

.footer_cutting_on_top {
  z-index: 0;
  background-color: #000;
  width: 104%;
  margin: 0 auto -109px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  transform: translate(-6px)rotate(-1deg);
}

.footer_quickstack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  transform: rotate(-1deg);
}

.footer_logo_area {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  width: 104%;
  margin: -20px auto 0;
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative;
  transform: translate(-4px)rotate(1deg);
}

.footer_adstack_logo {
  transform: rotate(-1deg);
}

.footer_last_links_section {
  z-index: 1;
  background-color: #000;
  width: 104%;
  margin: 0 auto -120px;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  transform: translate(-6px)rotate(1deg);
}

.section-6-mobile {
  background-color: #e268613b;
  margin-top: -20px;
  margin-bottom: -92px;
  padding-top: 60px;
  padding-bottom: 140px;
  padding-right: 0;
  display: none;
  position: relative;
  transform: translate(-1px)rotate(1deg);
}

.general_home_6quickstack-copy {
  transform: rotate(-1deg);
}

.lottie-animation {
  z-index: 999999999;
  background-color: #fff;
  position: fixed;
  inset: 0%;
}

.image-6 {
  width: 100vw;
  position: fixed;
  inset: 0%;
}

.entrance_animation_adstack {
  z-index: 99999999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.link-5, .close_model_1, .close_model_2, .close_model_3, .close_model_4, .close_model_5, .close_model_6 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  padding: 0 5px;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.lottie-animation-2 {
  z-index: 9999;
  position: fixed;
  inset: 0%;
}

.entrance_animator_dark {
  z-index: 2147483647;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.privacy_page_header-copy {
  z-index: 1;
  background-color: #000;
  width: 104%;
  margin: 10px auto -50px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  transform: translate(-6px)rotate(-1deg);
}

.privacy_banner_heading-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 20px;
  font-family: Mont, Arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2em;
  transform: rotate(1deg);
}

.section-15privacy {
  background-color: #000;
  width: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inner_section_2_privacy {
  background-color: #fff;
  max-width: 100%;
  margin: -10px auto -30px;
  padding: 60px 10px 100px;
}

.container-2-privacy {
  max-width: 1080px;
}

.inner_section_2_heading_privacycopy {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 0px;
  width: 100%;
  font-family: Mont, Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2em;
}

.inner_section_2_rich_text_privacy {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-family: Mont, Arial, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.headingprivacy {
  color: #000;
  font-family: Mont, Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.inner_section_2_rich_text_career-copy {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-family: Mont, Arial, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.inner_section_2_rich_text_privacy_mewd {
  color: #000;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-family: Mont, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 36px;
  text-decoration: none;
}

.inner_section_2_para_privacy_ghfh {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  font-family: Montvariable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75em;
}

.list-item-2, .list-item-3, .list_item_privacy_mfsf, .paragraph-2 {
  font-weight: 600;
}

.paragraph-3, .list-3, .paragraph-4 {
  font-family: Montvariable, Arial, sans-serif;
}

.bold-text-5 {
  font-family: Montvariable, Arial, sans-serif;
  line-height: 36px;
}

.paragraph-5, .bold-text-6, .paragraph-6 {
  font-family: Montvariable, Arial, sans-serif;
}

.paragraph-7 {
  line-height: 36px;
}

.bold-text-7, .paragraph-8, .paragraph-9 {
  font-family: Montvariable, Arial, sans-serif;
}

.sdadfsa {
  color: #47b64a;
  text-decoration: none;
}

.paragraph-10, .paragraph-11, .heading-4 {
  font-family: Montvariable, Arial, sans-serif;
}

.heading-4-privacy {
  font-family: Mont, Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3em;
}

.paragraph-12 {
  font-family: Montvariable, Arial, sans-serif;
}

.link-6 {
  color: #47b64a;
  text-decoration: none;
}

.bold-text-8 {
  font-family: Montvariable, Arial, sans-serif;
}

.heading-5, .heading-5-privacy {
  font-size: 24px;
  font-weight: 900;
}

.bold-text-9 {
  font-family: Montvariable, Arial, sans-serif;
}

.quick-stack-3 {
  border: 1px solid #eee;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.heading-6 {
  color: #555;
}

.heading-6-ccpasda {
  color: #555;
  font-family: Montvariable, Arial, sans-serif;
  font-size: 16px;
}

.quick-stack-3-ccpasdas {
  border: 1px solid #eee;
  max-width: 1080px;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
}

.heading-6-ccpasda-copy {
  color: #000;
  font-family: Montvariable, Arial, sans-serif;
  font-size: 16px;
}

.cell-5 {
  align-items: center;
}

.section-6-copy {
  -webkit-text-fill-color: inherit;
  background-color: #e6f0da;
  background-clip: border-box;
  width: 104%;
  margin-top: -20px;
  margin-bottom: -92px;
  padding-top: 60px;
  padding-bottom: 140px;
  padding-right: 0;
  position: relative;
  transform: translate(-4px)rotate(1deg);
}

.section-18 {
  background-color: #e6f0da;
  padding-top: 40px;
  transform: translate(-5px)rotate(1deg);
}

.section-18.new_about_section_backup {
  display: none;
}

.div-block-3 {
  color: #fff;
  position: relative;
}

.div-block-3.et-pb-contact-message {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: block;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-primary {
    margin-left: 15px;
    margin-right: 15px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section-6 {
    width: 104%;
    display: none;
  }

  .section-6.ccccbbdd {
    width: 100%;
    max-width: 100%;
  }

  .image-2 {
    max-width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }

  .rich-text-block {
    transform: rotate(-1deg);
  }

  .rich-text-block.xzczxczxczxc {
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .rich-text-block.asdwewer {
    transform: none;
  }

  .section-7 {
    padding-right: 20px;
  }

  .submit-button-copy-copy {
    width: 32%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar03_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar03_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar03_bottom-bar-background {
    border-radius: .5rem;
    width: 100%;
    inset: 0%;
    overflow: hidden;
  }

  .uui-navbar03_bottom-bar {
    border-radius: .5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .uui-navbar03_bottom-bar-left {
    margin-bottom: 2rem;
  }

  .uui-navbar03_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar03_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 1rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar03_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

  .uui-navbar03_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar03_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar03_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar03_dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar03_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar03_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar03_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar03_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-button-secondary-gray.show-tablet {
    display: block;
  }

  .uui-navbar03_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .uui_navbar_last_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-link-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-link-copy:hover {
    background-color: #0000;
  }

  .uui-navbar03_dropdown-link-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-link-copy-copy:hover {
    background-color: #0000;
  }

  .general_home_6quickstack {
    background-color: #fff0;
    align-self: auto;
    width: 100%;
    max-width: 100%;
    margin-left: -5px;
    padding: 40px 0 0;
  }

  .section-6-mobile {
    background-color: #f8dcda;
    flex-flow: column;
    width: 101%;
    padding-top: 0;
    display: flex;
  }

  .general_home_6quickstack-copy {
    background-color: #f8dcda;
    transform: translate(-1px, -10px)rotate(0);
  }

  .cell-3 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
  }

  .section-6-copy {
    width: 104%;
    display: none;
  }

  .section-6-copy.ccccbbdd {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .mobile_image_for_addie_dk {
    transform: translate(-12px, 100px)rotate(-1deg);
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .list {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .section_3_heading_home.vbvvcbcvcvd {
    font-size: 50px;
  }

  .global_banner_heading {
    font-size: 42px;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 70px;
  }

  .collection-item {
    width: 100%;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-navbar03_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar03_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-navbar03_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar03_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar03_link, .uui-navbar03_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui_navbar_last_item {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .modal_1_content {
    min-width: 100%;
    max-width: 80%;
  }

  .popup_img {
    max-width: 120px;
    bottom: -60px;
  }

  .section-6-mobile {
    padding-bottom: 20px;
  }

  .general_home_6quickstack-copy {
    padding-bottom: 0;
    transform: translate(-6px, -15px)rotate(0);
  }

  .mobile_image_for_addie_dk {
    width: 110%;
    max-width: 1000px;
    transform: translate(-10px)rotate(-1deg);
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary {
    margin-left: 0;
    margin-right: 0;
  }

  .list-item-top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    background-size: auto 456%;
    padding-top: 20px;
    padding-right: 0;
  }

  .input_fields_global.input_short_field {
    width: 80%;
    margin-left: 0%;
    margin-right: 0;
  }

  .input_fields_global.input_short_field-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading_banner {
    font-size: 28px;
  }

  .container {
    height: 360px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner_left_heading {
    text-align: left;
    -webkit-text-stroke-width: 0px;
    font-size: 90px;
  }

  .text-span-banner-mid, .text-span-2, .text-span-3 {
    -webkit-text-stroke-width: 0px;
  }

  .column {
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_3_heading_home {
    -webkit-text-stroke-width: 0px;
    font-size: 42px;
  }

  .section-4 {
    transform: none;
  }

  .paragraph_1.section_6_para_text, .paragraph_1.section_6_para_text.xxxxxx {
    text-align: center;
  }

  .list_item_section_3 {
    width: 100%;
  }

  .section-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-6 {
    transform: none;
  }

  .section_5_heading_home {
    text-align: left;
    font-size: 42px;
  }

  .section_5_heading_home.qwe, .section_5_heading_home.vbbbbnnm {
    text-align: center;
  }

  .image-2 {
    z-index: 1;
  }

  .rich-text-block.xzczxczxczxc {
    text-align: center;
  }

  .section_5_heading-copy {
    font-size: 35px;
  }

  .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .abs_img_right {
    max-width: 130px;
    top: -60px;
    right: 0;
  }

  .input_fields_global_half {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .submit-button-bottom {
    width: 40%;
    margin-top: -65px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .submit-button-copy {
    text-align: center;
    width: 35%;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
  }

  .submit-button-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .abs_img_right-copy {
    max-width: 130px;
    top: -50px;
    right: 0;
  }

  .section-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-14 {
    width: 100%;
    transform: none;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    transform: none;
  }

  .sectioncutlast {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .global_pages_header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .global_banner_heading {
    font-size: 42px;
  }

  .inner_section_2_heading {
    -webkit-text-stroke-width: 1px;
    font-size: 40px;
  }

  .inner_section_2_concept_2 {
    background-position: -35px 100%;
    background-size: 100px;
  }

  .inner_section_2_heading_big {
    -webkit-text-stroke-width: 1px;
    font-size: 46px;
  }

  .inner_section_2_heading_contact {
    -webkit-text-stroke-width: 1px;
    font-size: 50px;
  }

  .submit-button-contact-us-page {
    width: 35%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .career_banner_heading {
    font-size: 42px;
  }

  .section-15 {
    z-index: 0;
    padding-top: 20px;
    position: relative;
  }

  .bold-text-3 {
    -webkit-text-stroke-width: 2px;
    font-size: 42px;
  }

  .heading {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-2 {
    font-size: 46px;
    line-height: 50px;
  }

  .uui-text-size-small {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 15px;
  }

  .uui-navbar03_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar03_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar03_bottom-bar {
    align-items: flex-start;
  }

  .uui-navbar03_bottom-bar-right {
    flex-direction: column;
    width: 100%;
  }

  .uui-navbar03_bottom-bar-left {
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
  }

  .uui-navbar03_menu-left {
    margin-left: 0;
    margin-right: 0;
  }

  .uui-navbar03_item-heading {
    font-size: 15px;
  }

  .uui_navbar_last_item {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar03_dropdown-link-copy, .uui-navbar03_dropdown-link-copy-copy {
    padding-left: 0;
  }

  .paragraph_1-bolder-20.bold-text.paragraph_home1-copy.xip {
    text-align: center;
  }

  .single_blog_pages_header-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .single_post_banner_heading-copy {
    font-size: 42px;
  }

  .inner-container-wrapper-general {
    transform: none;
  }

  .general_home_6quickstack {
    margin-left: 0;
    padding-top: 0;
    transform: none;
    grid-template-columns: 1fr !important;
  }

  .general_home_6quickstack.new_about_grid_syst {
    transform: rotate(-1deg);
  }

  .footer_heading_copyeisdafads {
    font-size: 35px;
  }

  .footer_quickstack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    transform: none;
  }

  .footer_logo_area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_last_links_section {
    width: 100%;
    margin-bottom: -90px;
    transform: none;
  }

  .section-6-mobile {
    transform: none;
  }

  .general_home_6quickstack-copy {
    padding-left: 20px;
    padding-right: 10px;
    transform: translate(-8px, -8px)rotate(1deg);
  }

  .cell-3 {
    padding-left: 10px;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .privacy_banner_heading-copy {
    font-size: 42px;
  }

  .section-15privacy {
    z-index: 0;
    padding-top: 20px;
    position: relative;
  }

  .headingprivacy {
    font-size: 28px;
    line-height: 38px;
  }

  .section-6-copy {
    transform: none;
  }

  .section-6-copy.ccccbbdd {
    display: block;
  }

  .section-18 {
    width: 105%;
    padding: 20px;
    transform: translate(-6px)rotate(1deg);
  }

  .fv, .cell-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile_image_for_addie_dk {
    width: 116%;
  }
}

#w-node-_3b312fbb-2a57-35c4-fdd2-282bb1df889b-6ab2803b, #w-node-_73d59332-362a-c466-7979-60dca45009aa-6ab2803b, #w-node-acf5f23a-8265-b677-643e-1fd32836b874-6ab2803b {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_44a7962e-d75c-5bff-ad25-a0121bb8d9aa-6ab2803b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_78b26ef8-c552-4a72-237e-f858ff584f6d-ff584f6a, #w-node-_78b26ef8-c552-4a72-237e-f858ff584f71-ff584f6a {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_78b26ef8-c552-4a72-237e-f858ff584f84-ff584f6a, #w-node-_78b26ef8-c552-4a72-237e-f858ff584fca-ff584f6a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-bf1cf48c-5d8b-6dfc-c329-ef604ecded05-4ecdecb9, #w-node-bf1cf48c-5d8b-6dfc-c329-ef604ecded1c-4ecdecb9 {
  place-self: start;
}

#w-node-bf1cf48c-5d8b-6dfc-c329-ef604ecded22-4ecdecb9, #w-node-bf1cf48c-5d8b-6dfc-c329-ef604ecded25-4ecdecb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf1cf48c-5d8b-6dfc-c329-ef604ecded34-4ecdecb9, #w-node-bf1cf48c-5d8b-6dfc-c329-ef604ecded4b-4ecdecb9 {
  place-self: start;
}

#w-node-bf1cf48c-5d8b-6dfc-c329-ef604ecded51-4ecdecb9, #w-node-bf1cf48c-5d8b-6dfc-c329-ef604ecded57-4ecdecb9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf1cf48c-5d8b-6dfc-c329-ef604ecded65-4ecdecb9 {
  justify-self: end;
}

#w-node-_3d483122-d9e2-e7b4-a5cd-915f5fba3de9-c651c5b5, #w-node-_58dc19d4-266e-9bb4-8f42-6e6d3fbd2630-c651c5b5, #w-node-_8dfa708e-6619-ba7b-bbf0-e140ebbf5fa6-e5da0ebe, #w-node-_8dfa708e-6619-ba7b-bbf0-e140ebbf5fb6-e5da0ebe, #w-node-e1a029a9-c07f-0ac2-d159-bfd24f227722-db809dc1, #w-node-e1a029a9-c07f-0ac2-d159-bfd24f227732-db809dc1, #w-node-c88743b2-fbda-94f7-3a64-d640a2824659-74ded739, #w-node-c88743b2-fbda-94f7-3a64-d640a2824669-74ded739, #w-node-c47078b4-ac32-91ac-b0a3-7fc8030efabd-e1488022, #w-node-c47078b4-ac32-91ac-b0a3-7fc8030efacd-e1488022 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_225f5abb-882d-8ced-5f47-6ea4bf71c405-8de25a47, #w-node-_684b5b01-c703-08d1-561f-96483e62fad5-8de25a47, #w-node-_44e5da80-4276-e20b-4d7b-229b9e88f54f-8de25a47, #w-node-_04b8b2f3-1e1c-6786-8e42-46ac020c5f0d-8de25a47, #w-node-_640fbfcf-c7f5-1938-a0df-cc44621ce266-8de25a47, #w-node-_072623c3-2aa4-7959-d066-72a6038fd139-8de25a47, #w-node-edcb62ce-4057-eb4b-3fdc-9b1a8cb4944f-8de25a47 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_2cf6024f-f4ff-5f19-311a-0a9b87eac5a2-c161bb77, #w-node-_2cf6024f-f4ff-5f19-311a-0a9b87eac5b2-c161bb77, #w-node-_19f43d08-0d3a-8063-8aff-63649360638b-f6cb6631, #w-node-_19f43d08-0d3a-8063-8aff-63649360639b-f6cb6631, #w-node-ee0cfe11-5247-cbfc-b637-b4822514e9d1-f1080e50, #w-node-ee0cfe11-5247-cbfc-b637-b4822514e9e2-f1080e50, #w-node-f87ae362-8950-7a7b-1faa-b63e4eafad95-06fd7d34, #w-node-f87ae362-8950-7a7b-1faa-b63e4eafada8-06fd7d34, #w-node-c0413178-63d7-8ded-b910-b21fe946549f-43a7237f, #w-node-c0413178-63d7-8ded-b910-b21fe94654b2-43a7237f, #w-node-_4a39fd1e-4715-fb7e-3c80-a7b7e920cc3c-0a912b79, #w-node-_4a39fd1e-4715-fb7e-3c80-a7b7e920cc4f-0a912b79, #w-node-_44d9a9a4-d750-38fe-d952-a041f6615e7e-2497afc6, #w-node-_44d9a9a4-d750-38fe-d952-a041f6615e91-2497afc6, #w-node-_62d2a41d-2775-c544-6acc-f15233641684-4efc9982, #w-node-_62d2a41d-2775-c544-6acc-f15233641697-4efc9982, #w-node-_3a510461-9589-ff13-da42-a86662be368b-08eb02a2, #w-node-_3a510461-9589-ff13-da42-a86662be369e-08eb02a2, #w-node-ea5a859b-f3bc-eadc-1115-88831a056a55-fac458ed, #w-node-ea5a859b-f3bc-eadc-1115-88831a056a68-fac458ed, #w-node-_926beeae-7027-aefb-b24b-2608b6783bc8-e11d4826, #w-node-_926beeae-7027-aefb-b24b-2608b6783bdb-e11d4826, #w-node-_5dc2683e-3ef0-756f-5ad1-19b9fab185fd-dc69727b, #w-node-_5dc2683e-3ef0-756f-5ad1-19b9fab18610-dc69727b, #w-node-c67879b0-3a99-1bf3-adc7-ef1edc14c895-756f4603, #w-node-c67879b0-3a99-1bf3-adc7-ef1edc14c8a8-756f4603, #w-node-_6a7ff687-0845-526a-b627-9a96b3490937-ff1c9786, #w-node-_6a7ff687-0845-526a-b627-9a96b349094a-ff1c9786, #w-node-_1dbc67cf-ae23-947d-fc68-d6fd2d640987-49bebc8f, #w-node-_1dbc67cf-ae23-947d-fc68-d6fd2d64099a-49bebc8f, #w-node-_247535c8-3f78-d5f4-0967-c12fd9bbbd35-84a2eb6a, #w-node-_247535c8-3f78-d5f4-0967-c12fd9bbbd48-84a2eb6a, #w-node-_827bfdc5-75c1-5163-2af5-ef2959ae0277-8cf3368a, #w-node-_827bfdc5-75c1-5163-2af5-ef2959ae028a-8cf3368a, #w-node-_8da510b4-2323-eace-30aa-b25c6c1668b9-d1aaf094, #w-node-_8da510b4-2323-eace-30aa-b25c6c1668cc-d1aaf094, #w-node-_42dba665-7752-ba5c-8e36-618e67f4f0e8-7bb05650, #w-node-_42dba665-7752-ba5c-8e36-618e67f4f0fb-7bb05650, #w-node-e9e0e201-7072-1026-eb62-80e678a0ae33-28bd28ff, #w-node-e9e0e201-7072-1026-eb62-80e678a0ae46-28bd28ff, #w-node-_38dc66bf-59d1-8fdf-be02-ec45c70eafab-677b7ea7, #w-node-_38dc66bf-59d1-8fdf-be02-ec45c70eafbe-677b7ea7, #w-node-_7bbf46a6-39cf-d076-7c62-780860411335-63f7b76d, #w-node-_7bbf46a6-39cf-d076-7c62-780860411348-63f7b76d, #w-node-_537472c5-73b5-21e7-0002-6b47f9931eaf-fcc5b808, #w-node-_537472c5-73b5-21e7-0002-6b47f9931ec2-fcc5b808, #w-node-c8182a1a-8ae6-28df-0c32-ce4320feb4c9-897a4aa8, #w-node-c8182a1a-8ae6-28df-0c32-ce4320feb4dc-897a4aa8, #w-node-_2edd5feb-9414-d278-f01a-4b9e001928f1-b35857f5, #w-node-_2edd5feb-9414-d278-f01a-4b9e00192904-b35857f5, #w-node-fb6e8585-6693-146b-cc6a-333066d68e30-516cb641, #w-node-fb6e8585-6693-146b-cc6a-333066d68e43-516cb641, #w-node-b4f8d101-b5f8-797a-95ed-c12c47fd7f0d-0b0cc5e7, #w-node-b4f8d101-b5f8-797a-95ed-c12c47fd7f20-0b0cc5e7, #w-node-ad83b4b6-6374-4569-0c89-7b9396e050f6-3f137a1e, #w-node-ad83b4b6-6374-4569-0c89-7b9396e05109-3f137a1e, #w-node-_9432ccea-612f-e7f7-678d-72f7ca8216c5-40e1203f, #w-node-_9432ccea-612f-e7f7-678d-72f7ca8216d8-40e1203f, #w-node-_0210565d-b17e-8a72-99d4-5355df0cb118-1b50e841, #w-node-_0210565d-b17e-8a72-99d4-5355df0cb12b-1b50e841 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b1e94aed-5a2f-e29e-6395-f6c52743fefe-1e675526 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_4d19f485-5e38-baa0-cbda-9d3de720ceea-1e675526 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_09a96b23-cbb4-ebb8-fd56-e922945c21d7-1e675526 {
  grid-template-rows: auto;
  grid-template-columns: .75fr;
}

#w-node-ed261a12-c66a-f953-fd78-f441981056d7-1e675526 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_73d59332-362a-c466-7979-60dca45009aa-6ab2803b {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-acf5f23a-8265-b677-643e-1fd32836b874-6ab2803b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b1e94aed-5a2f-e29e-6395-f6c52743fefe-1e675526 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_4d19f485-5e38-baa0-cbda-9d3de720ceea-1e675526 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_78b26ef8-c552-4a72-237e-f858ff584f84-ff584f6a, #w-node-_78b26ef8-c552-4a72-237e-f858ff584fca-ff584f6a, #w-node-_3d483122-d9e2-e7b4-a5cd-915f5fba3de9-c651c5b5, #w-node-_58dc19d4-266e-9bb4-8f42-6e6d3fbd2630-c651c5b5, #w-node-_4d19f485-5e38-baa0-cbda-9d3de720ceea-1e675526 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_09a96b23-cbb4-ebb8-fd56-e922945c21d7-1e675526, #w-node-ed261a12-c66a-f953-fd78-f441981056d7-1e675526 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-acf5f23a-8265-b677-643e-1fd32836b874-6ab2803b, #w-node-_44a7962e-d75c-5bff-ad25-a0121bb8d9aa-6ab2803b, #w-node-_78b26ef8-c552-4a72-237e-f858ff584f84-ff584f6a, #w-node-_78b26ef8-c552-4a72-237e-f858ff584fca-ff584f6a, #w-node-_3d483122-d9e2-e7b4-a5cd-915f5fba3de9-c651c5b5, #w-node-_58dc19d4-266e-9bb4-8f42-6e6d3fbd2630-c651c5b5, #w-node-_8dfa708e-6619-ba7b-bbf0-e140ebbf5fa6-e5da0ebe, #w-node-_8dfa708e-6619-ba7b-bbf0-e140ebbf5fb6-e5da0ebe, #w-node-e1a029a9-c07f-0ac2-d159-bfd24f227722-db809dc1, #w-node-e1a029a9-c07f-0ac2-d159-bfd24f227732-db809dc1, #w-node-c88743b2-fbda-94f7-3a64-d640a2824659-74ded739, #w-node-c88743b2-fbda-94f7-3a64-d640a2824669-74ded739, #w-node-c47078b4-ac32-91ac-b0a3-7fc8030efabd-e1488022, #w-node-c47078b4-ac32-91ac-b0a3-7fc8030efacd-e1488022, #w-node-_2cf6024f-f4ff-5f19-311a-0a9b87eac5a2-c161bb77, #w-node-_2cf6024f-f4ff-5f19-311a-0a9b87eac5b2-c161bb77, #w-node-_19f43d08-0d3a-8063-8aff-63649360638b-f6cb6631, #w-node-_19f43d08-0d3a-8063-8aff-63649360639b-f6cb6631, #w-node-ee0cfe11-5247-cbfc-b637-b4822514e9d1-f1080e50, #w-node-ee0cfe11-5247-cbfc-b637-b4822514e9e2-f1080e50, #w-node-f87ae362-8950-7a7b-1faa-b63e4eafad95-06fd7d34, #w-node-f87ae362-8950-7a7b-1faa-b63e4eafada8-06fd7d34, #w-node-c0413178-63d7-8ded-b910-b21fe946549f-43a7237f, #w-node-c0413178-63d7-8ded-b910-b21fe94654b2-43a7237f, #w-node-_4a39fd1e-4715-fb7e-3c80-a7b7e920cc3c-0a912b79, #w-node-_4a39fd1e-4715-fb7e-3c80-a7b7e920cc4f-0a912b79, #w-node-_44d9a9a4-d750-38fe-d952-a041f6615e7e-2497afc6, #w-node-_44d9a9a4-d750-38fe-d952-a041f6615e91-2497afc6, #w-node-_62d2a41d-2775-c544-6acc-f15233641684-4efc9982, #w-node-_62d2a41d-2775-c544-6acc-f15233641697-4efc9982, #w-node-_3a510461-9589-ff13-da42-a86662be368b-08eb02a2, #w-node-_3a510461-9589-ff13-da42-a86662be369e-08eb02a2, #w-node-ea5a859b-f3bc-eadc-1115-88831a056a55-fac458ed, #w-node-ea5a859b-f3bc-eadc-1115-88831a056a68-fac458ed, #w-node-_926beeae-7027-aefb-b24b-2608b6783bc8-e11d4826, #w-node-_926beeae-7027-aefb-b24b-2608b6783bdb-e11d4826, #w-node-_5dc2683e-3ef0-756f-5ad1-19b9fab185fd-dc69727b, #w-node-_5dc2683e-3ef0-756f-5ad1-19b9fab18610-dc69727b, #w-node-c67879b0-3a99-1bf3-adc7-ef1edc14c895-756f4603, #w-node-c67879b0-3a99-1bf3-adc7-ef1edc14c8a8-756f4603, #w-node-_6a7ff687-0845-526a-b627-9a96b3490937-ff1c9786, #w-node-_6a7ff687-0845-526a-b627-9a96b349094a-ff1c9786, #w-node-_1dbc67cf-ae23-947d-fc68-d6fd2d640987-49bebc8f, #w-node-_1dbc67cf-ae23-947d-fc68-d6fd2d64099a-49bebc8f, #w-node-_247535c8-3f78-d5f4-0967-c12fd9bbbd35-84a2eb6a, #w-node-_247535c8-3f78-d5f4-0967-c12fd9bbbd48-84a2eb6a, #w-node-_827bfdc5-75c1-5163-2af5-ef2959ae0277-8cf3368a, #w-node-_827bfdc5-75c1-5163-2af5-ef2959ae028a-8cf3368a, #w-node-_8da510b4-2323-eace-30aa-b25c6c1668b9-d1aaf094, #w-node-_8da510b4-2323-eace-30aa-b25c6c1668cc-d1aaf094, #w-node-_42dba665-7752-ba5c-8e36-618e67f4f0e8-7bb05650, #w-node-_42dba665-7752-ba5c-8e36-618e67f4f0fb-7bb05650, #w-node-e9e0e201-7072-1026-eb62-80e678a0ae33-28bd28ff, #w-node-e9e0e201-7072-1026-eb62-80e678a0ae46-28bd28ff, #w-node-_38dc66bf-59d1-8fdf-be02-ec45c70eafab-677b7ea7, #w-node-_38dc66bf-59d1-8fdf-be02-ec45c70eafbe-677b7ea7, #w-node-_7bbf46a6-39cf-d076-7c62-780860411335-63f7b76d, #w-node-_7bbf46a6-39cf-d076-7c62-780860411348-63f7b76d, #w-node-_537472c5-73b5-21e7-0002-6b47f9931eaf-fcc5b808, #w-node-_537472c5-73b5-21e7-0002-6b47f9931ec2-fcc5b808, #w-node-c8182a1a-8ae6-28df-0c32-ce4320feb4c9-897a4aa8, #w-node-c8182a1a-8ae6-28df-0c32-ce4320feb4dc-897a4aa8, #w-node-_2edd5feb-9414-d278-f01a-4b9e001928f1-b35857f5, #w-node-_2edd5feb-9414-d278-f01a-4b9e00192904-b35857f5, #w-node-fb6e8585-6693-146b-cc6a-333066d68e30-516cb641, #w-node-fb6e8585-6693-146b-cc6a-333066d68e43-516cb641, #w-node-b4f8d101-b5f8-797a-95ed-c12c47fd7f0d-0b0cc5e7, #w-node-b4f8d101-b5f8-797a-95ed-c12c47fd7f20-0b0cc5e7, #w-node-ad83b4b6-6374-4569-0c89-7b9396e050f6-3f137a1e, #w-node-ad83b4b6-6374-4569-0c89-7b9396e05109-3f137a1e, #w-node-_9432ccea-612f-e7f7-678d-72f7ca8216c5-40e1203f, #w-node-_9432ccea-612f-e7f7-678d-72f7ca8216d8-40e1203f, #w-node-_0210565d-b17e-8a72-99d4-5355df0cb118-1b50e841, #w-node-_0210565d-b17e-8a72-99d4-5355df0cb12b-1b50e841, #w-node-_4d19f485-5e38-baa0-cbda-9d3de720ceea-1e675526 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Black.ttf') format('truetype'), url('../fonts/Mont-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montvariable';
  src: url('../fonts/MontVariable-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-ExtraLightDEMO.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}