:root {
  --color-2: #202020;
  --color-5: #fff0;
  --color: white;
  --color-3: #977e5b;
  --color-4: #afafaf;
  --white: white;
  --color-8: #b6a694;
  --color-6: #5c4e42;
  --color-7: #92806f;
  --black: black;
  --color-9: #0009;
  --color-10: #757575;
}

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

@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-logo-left {
  background-color: var(--color-2);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: var(--color-2);
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.nav-menu-wrapper {
  background-color: var(--color-5);
  position: static;
  inset: 0% 0% auto;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 13px;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--color);
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  transition: all .575s;
}

.nav-link:hover {
  color: var(--color-3);
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  background-color: var(--color-3);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-block {
  color: var(--color);
}

.container-2 {
  background-color: var(--color-3);
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link {
  color: var(--color);
}

.link-2 {
  background-color: var(--color-5);
  color: var(--color);
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 30px;
  height: 26px;
  margin-right: 0;
  padding: 5px 10px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 26px;
  text-decoration: none;
  transition: all .625s;
  position: static;
  inset: 0% 0% auto auto;
}

.link-2:hover {
  color: var(--color-3);
}

.link-2.w--current {
  background-color: var(--color-5);
  transition: all .625s;
}

.link-2.w--current:hover {
  color: var(--color-3);
}

.columns {
  width: 80px;
  margin-right: 40px;
  padding-top: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.column {
  border-right: 1px solid var(--color-3);
  text-align: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.heading {
  color: var(--color-3);
  text-align: center;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph {
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.footer-dark {
  z-index: 1;
  background-color: var(--color-2);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 15px 30px 16px;
  position: relative;
  inset: auto 0% 0%;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--color);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.link-3, .link-4 {
  color: var(--color-4);
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

.heading-2 {
  color: var(--color-3);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.paragraph-2 {
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.container-3 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.list {
  font-size: 30px;
}

.list-item {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.list-item-2 {
  font-size: 20px;
}

.heading-3 {
  color: var(--color-3);
  width: auto;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.columns-2 {
  display: block;
}

.quick-stack {
  grid-column-gap: 15px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0;
}

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

.paragraph-3 {
  color: var(--color-2);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.heading-4 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

.heading-5 {
  color: var(--color-3);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.quick-stack-2 {
  text-align: left;
  border-bottom: 1px dashed #000;
  width: 400px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.cell-2 {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5px;
}

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

.cell-3 {
  text-align: left;
}

.text-block-3 {
  margin-top: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.heading-6 {
  color: var(--color-3);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  overflow: visible;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
}

.div-block {
  height: 10px;
}

.heading-7 {
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  color: var(--color-3);
}

.div-block-2 {
  height: 5px;
}

.div-block-3 {
  height: 30px;
}

.link-5 {
  color: var(--color-2);
  text-decoration: none;
}

.container-4 {
  background-color: var(--color-4);
  border-radius: 200px;
  width: 160px;
  height: 160px;
}

.heading-8 {
  color: var(--color-3);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-6 {
  color: var(--color-2);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.columns-3, .columns-4 {
  margin-top: 40px;
}

.heading-9 {
  color: var(--color-3);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.image {
  width: 160px;
  height: 160px;
}

.image-2 {
  border-radius: 200px;
}

.paragraph-4 {
  color: var(--color-2);
  text-align: center;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.link-6 {
  color: var(--color-2);
  text-decoration: none;
}

.container-5 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 940px;
  margin-bottom: 220px;
  display: flex;
}

.image-3 {
  opacity: .63;
  margin-bottom: 20px;
}

.heading-10 {
  color: var(--color-3);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.dropdowncontainer {
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: -10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

.dropdownlink-container {
  border-bottom: 2px #fff0;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdownlink-container:hover {
  border-bottom-color: red;
}

.navlink {
  color: var(--white);
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  border-bottom: 2px solid #fff0;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 15px 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  transition: all .6s;
  display: flex;
}

.navlink:hover {
  outline-offset: 0px;
  color: red;
  text-align: left;
  border-bottom-style: solid;
  border-bottom-color: red;
  outline: 3px #333;
}

.navlink:focus, .navlink:visited {
  color: #4b4b4b;
}

.navlink.w--current {
  color: #4b4b4b;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
}

.navlink.w--current:focus {
  color: #4b4b4b;
}

.navlink.w--current:focus-visible {
  color: #4b4b4b;
}

.navlink.w--current[data-wf-focus-visible], .navlink.w--current:visited {
  color: #4b4b4b;
}

.navlink.sub {
  color: #fff;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-weight: 300;
  display: block;
}

.navlink.sub:hover {
  color: #fff;
  background-color: #525151;
  text-decoration: none;
}

.navlink.sub:visited {
  color: #fff;
}

.dropdown-list-41 {
  background-color: #0000;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 0 10px 10px;
  overflow: hidden;
}

.dropdown-innerlist {
  color: #fff;
  background-color: #252525;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 350px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.dropdownwrapper {
  z-index: 1;
  border-bottom: 1px #fff;
  width: 120px;
  height: 100%;
  padding-top: 0;
  display: block;
  position: static;
}

.dropdownwrapper:hover {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.text-block-32 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.dropdown-3 {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: 200px;
}

.dropdown-toggle-12 {
  color: #000;
  background-color: #3b3b3b;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.dropdown-toggle-12:hover {
  background-color: #525151;
}

.dropdown-toggle-12:focus-visible {
  background-color: #525151;
}

.dropdown-toggle-12[data-wf-focus-visible] {
  background-color: #525151;
}

.dropdown-toggle-12.w--open {
  transition: all .6s;
}

.dropdown-link-41 {
  color: #fff;
  background-color: #252525;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
  transition: all .6s;
}

.dropdown-link-41:hover {
  background-color: #525151;
}

.dropdown-link-41:visited {
  color: #fff;
}

.dropdown-4 {
  color: var(--white);
}

.text-block-33 {
  color: var(--color);
  letter-spacing: 1px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  transition: all .6s;
}

.text-block-33:hover, .text-block-33:focus {
  color: var(--color-3);
}

.icon-2 {
  color: var(--color);
  margin-right: 0;
}

.dropdown-toggle-13 {
  padding: 0 5px;
}

.dropdown-list-42 {
  margin-top: 10px;
}

.dropdown-list-42.w--open {
  margin-top: 20px;
}

.dropdown-link-42 {
  border-bottom: 1px dashed var(--color-3);
  background-color: var(--color-2);
  color: var(--color);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  transition: all .6s;
}

.dropdown-link-42:hover {
  color: var(--color-3);
}

.dropdown-link-42.w--current {
  color: var(--white);
}

.dropdown-link-42.w--current:hover, .dropdown-link-42.w--current:visited {
  color: var(--color-3);
}

.dropdown-link-43 {
  background-color: var(--color-2);
  color: var(--color);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  transition: all .625s;
}

.dropdown-link-43:hover {
  color: var(--color-3);
}

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

.heading-11 {
  color: var(--color-3);
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.text-block-34 {
  color: var(--color-3);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-5 {
  text-align: justify;
  margin-top: 60px;
  margin-bottom: 220px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.heading-12 {
  color: var(--color-3);
  text-align: center;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.html-embed {
  margin-top: 20px;
}

.heading-13 {
  color: var(--color-8);
  text-align: center;
  letter-spacing: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.heading-14 {
  color: var(--color-8);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-6 {
  color: var(--color-8);
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.container-8 {
  z-index: 2;
  text-align: center;
  margin-top: 159px;
  margin-right: 109px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slider {
  height: 100vh;
}

.column-3 {
  background-color: var(--color-6);
  color: var(--color-2);
  text-align: center;
  padding: 20px;
}

.column-4 {
  background-color: var(--color-7);
  text-align: center;
  padding: 20px;
}

.column-5 {
  background-color: var(--color-8);
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}

.heading-15 {
  color: var(--color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-7 {
  color: var(--color-8);
  text-align: center;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-block-35 {
  color: var(--color);
  text-align: center;
  margin-top: -3px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.button {
  background-color: var(--black);
  text-align: center;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.div-block-4 {
  border-bottom: 1px solid var(--white);
  opacity: .47;
}

.text-block-36 {
  color: var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.section {
  opacity: .85;
  object-fit: cover;
  background-image: url('../images/BANNER-HOME-2024-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 1200px;
}

.columns-5 {
  background-color: var(--color-5);
  text-align: center;
}

.mask {
  height: 100vh;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.body {
  background-color: var(--color-2);
}

.slide-nav {
  font-size: 0;
}

.columns-6 {
  height: 300px;
  margin-top: -48px;
  margin-left: 0;
  margin-right: 0;
}

.heading-16 {
  color: var(--color-7);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-17 {
  color: var(--color-8);
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.container-9 {
  object-fit: cover;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
}

.image-5 {
  object-fit: cover;
  height: auto;
  transition: all .625s;
}

.image-5:hover {
  opacity: .39;
}

.column-6 {
  text-align: center;
  object-fit: cover;
  flex-flow: column;
  display: flex;
}

.button-2 {
  background-color: var(--color-7);
  color: var(--white);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  transition: all .575s;
}

.button-2:hover {
  opacity: .6;
  flex: 0 auto;
}

.paragraph-8 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.text-span-7 {
  color: var(--color-7);
}

.heading-18 {
  color: var(--color-7);
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-5 {
  border-bottom: 1px solid var(--color-7);
  width: 200px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.container-10 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 140px;
  display: flex;
}

.heading-19 {
  color: var(--color-7);
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.container-11 {
  text-align: center;
  margin-top: 60px;
}

.image-6 {
  opacity: .32;
}

.bold-text {
  font-weight: 600;
}

.container-12 {
  margin-bottom: 220px;
}

.column-7, .column-8, .column-9 {
  text-align: center;
}

.columns-7 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-20 {
  color: var(--color-3);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.column-10 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.container-13 {
  margin-top: 90px;
  margin-bottom: 60px;
}

.columns-8 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.columns-9 {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.column-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-12, .column-13, .column-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-15 {
  padding-left: 20px;
}

.text-block-37 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.div-block-6 {
  border-bottom: 1px dotted var(--color-4);
  margin-bottom: 40px;
}

.section-2 {
  height: 100vh;
}

.image-7 {
  opacity: .42;
  object-fit: cover;
  height: 100vh;
}

.body-2 {
  background-color: var(--color-2);
}

.container-14 {
  border: 2px dotted var(--color-3);
  background-color: var(--color-5);
  opacity: 1;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: none;
  height: 200px;
  margin-top: 407px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-38 {
  color: var(--color);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.icon-3 {
  color: var(--color-8);
}

.dropdown-list-43 {
  margin-top: 6px;
}

.dropdown-list-43.w--open {
  background-color: var(--color-5);
  width: 200px;
  height: 200px;
  margin-top: 0;
  margin-left: 0;
}

.dropdown-link-44 {
  border-bottom: 1px dotted var(--color-7);
  background-color: var(--color-5);
  color: var(--color);
  text-align: center;
  font-family: Montserrat, sans-serif;
  transition: all .625s;
}

.dropdown-link-44:hover {
  background-color: var(--color-7);
}

.dropdown-link-45, .dropdown-link-46 {
  text-align: center;
}

.dropdown-5 {
  z-index: 1;
  text-align: center;
  margin-top: 250px;
  position: absolute;
  inset: 0% 0% auto;
}

.slide-nav-2 {
  font-size: 0;
}

.slider-2 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.image-8 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.mask-2 {
  width: 100%;
  height: 100vh;
}

.slide {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.bold-text-2 {
  font-weight: 300;
}

.link-7 {
  background-color: var(--color-4);
  opacity: .8;
  color: var(--color-2);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 23px;
  margin-right: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all .625s;
  display: inline;
  position: absolute;
  inset: -23px 0% 0% auto;
}

.link-7:hover {
  opacity: .6;
}

.link-7.w--current {
  background-color: var(--color-4);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 23px;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-9 {
  color: var(--color);
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.heading-21 {
  color: var(--color-3);
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.container-16 {
  background-color: var(--color-9);
  padding: 20px;
  position: relative;
  inset: 203px 0% 0%;
}

.container-17 {
  z-index: 2;
  width: 60px;
  height: 60px;
  margin-bottom: -51px;
  position: absolute;
  inset: auto 0% 0%;
}

.container-18 {
  background-color: var(--color-5);
  text-align: center;
}

.heading-22 {
  color: var(--color-3);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.image-10 {
  width: 600px;
  margin-bottom: 20px;
  transition: all .625s;
}

.image-10:hover {
  filter: grayscale();
}

.button-3 {
  z-index: 3;
  border: 1px solid var(--color-3);
  background-color: var(--color-5);
  color: var(--color-3);
  text-align: center;
  border-radius: 3px;
  flex-flow: column;
  width: 130px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  transition: all .625s;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.button-3:hover {
  opacity: .53;
}

.section-3 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.dropdown-toggle-14 {
  border: 1px solid var(--color-3);
  transition: all .625s;
}

.dropdown-toggle-14:hover {
  opacity: .6;
}

.dropdown-toggle-14.w--open {
  padding-left: 40px;
  padding-right: 60px;
}

.dropdown-toggle-15 {
  border: 1px solid var(--color-3);
  padding-left: 40px;
  padding-right: 60px;
  transition: all .65s;
}

.dropdown-toggle-15:hover {
  opacity: .6;
}

.text-block-39 {
  color: var(--color-4);
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.columns-10 {
  margin-bottom: 15px;
}

.column-20 {
  border-right: 1px dashed var(--color-10);
}

.column-21 {
  text-align: right;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 42px;
  padding-left: 20px;
  display: flex;
}

.paragraph-10 {
  color: var(--color-3);
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.heading-23 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.text-span-8 {
  color: var(--color-3);
}

.button-4 {
  background-color: var(--color-3);
  color: var(--color);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  transition: opacity .625s;
}

.button-4:hover {
  opacity: .66;
}

.div-block-7 {
  border-top: 1px solid var(--color-3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 1px;
  display: flex;
}

.text-span-9 {
  color: var(--color-2);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-10 {
  font-weight: 400;
}

.paragraph-11 {
  line-height: 30px;
}

.paragraph-12 {
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.bold-text-3 {
  color: var(--color-3);
  font-size: 20px;
  font-weight: 600;
}

.columns-11 {
  width: 500px;
  margin-top: 10px;
}

.heading-24 {
  color: var(--color-3);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-8 {
  border-top: 1px solid var(--color-3);
  width: 250px;
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .container-10 {
    margin-bottom: 140px;
  }
}

@media screen and (min-width: 1440px) {
  .heading {
    margin-top: 20px;
    font-weight: 400;
  }

  .footer-dark {
    position: relative;
  }

  .link-3, .link-4 {
    font-size: 11px;
  }

  .container-3 {
    margin-bottom: 100px;
  }

  .navlink {
    padding-top: 20px;
  }

  .dropdown-innerlist {
    margin-top: 0;
  }

  .button {
    transition: all .625s;
  }

  .button:hover {
    opacity: .48;
  }

  .container-11 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-6 {
    opacity: .32;
  }

  .bold-text {
    font-weight: 600;
  }

  .dropdown-link-44 {
    font-size: 15px;
  }

  .container-17 {
    z-index: 2;
    background-color: var(--color-5);
    color: var(--color-5);
    width: 60px;
    max-width: none;
    height: 60px;
    margin-bottom: -51px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph-5 {
    margin-bottom: 380px;
  }

  .heading-12 {
    font-weight: 200;
  }

  .heading-13 {
    font-size: 70px;
  }

  .heading-14 {
    margin-top: 28px;
    font-size: 40px;
  }

  .paragraph-6 {
    margin-top: 12px;
    font-size: 20px;
  }

  .container-10 {
    margin-bottom: 350px;
  }

  .container-12 {
    margin-bottom: 400px;
  }

  .bold-text-2 {
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-bottom: 10px;
  }

  .container {
    max-width: 728px;
  }

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

  .navbar-brand {
    margin-top: 10px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    flex-flow: column;
    align-items: center;
    margin-top: 101px;
    display: flex;
    position: absolute;
  }

  .nav-menu-two {
    background-color: var(--color-2);
    border-radius: 0;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px 20px 40px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    line-height: 50px;
  }

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

  .button-primary {
    margin-top: 10px;
    font-size: 15px;
  }

  .menu-button {
    margin-top: 11px;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--color-5);
    color: var(--color-5);
  }

  .menu-button.w--open:hover {
    background-color: var(--color-5);
  }

  .icon {
    color: var(--color);
    font-family: Montserrat, sans-serif;
    font-size: 50px;
    font-weight: 400;
  }

  .footer-dark {
    margin-top: 2px;
    position: relative;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-3 {
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-5 {
    width: 100%;
  }

  .dropdowncontainer {
    color: #000;
    text-align: center;
    background-color: #fff;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .dropdownlink-container {
    border-bottom-style: none;
    border-bottom-color: #eee;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
    display: flex;
  }

  .navlink {
    color: #333;
    text-align: center;
    background-color: #fff;
    border-bottom-style: solid;
    border-bottom-color: #eee;
    flex: 1;
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .navlink:hover {
    color: red;
    border-bottom-style: solid;
    text-decoration: none;
  }

  .navlink.w--current {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
  }

  .navlink.sub {
    aspect-ratio: auto;
    color: #333;
    text-align: center;
    background-color: #eee;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    flex-flow: row-reverse;
    flex: 0 auto;
    justify-content: space-around;
    align-self: stretch;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 15px 0;
    font-weight: 300;
    display: flex;
  }

  .navlink.sub:hover {
    color: red;
    background-color: #fff;
    border-bottom-style: solid;
    flex: 0 auto;
    text-decoration: none;
  }

  .navlink.sub:visited {
    justify-content: center;
  }

  .dropdown-list-41 {
    box-shadow: none;
    color: #0000;
    text-align: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    display: block;
  }

  .dropdown-innerlist {
    box-shadow: none;
    text-align: center;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    display: flex;
  }

  .dropdownwrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .text-block-32 {
    color: #4b4b4b;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .dropdown-3 {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    height: 254px;
  }

  .dropdown-toggle-12 {
    color: #fff;
    background-color: #fff;
    border-bottom: 2px solid #eee;
    max-width: 100%;
    padding: 15px 0;
    display: block;
  }

  .dropdown-toggle-12:hover {
    background-color: #fff;
  }

  .dropdown-toggle-12.w--open {
    color: #4b4b4b;
    background-color: #fff;
  }

  .dropdown-link-41 {
    color: #4b4b4b;
    text-align: center;
    background-color: #eee;
    border-bottom: 2px solid #fff;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    display: flex;
  }

  .dropdown-link-41:hover {
    color: red;
    background-color: #fff;
    border-bottom-color: red;
    font-size: 16px;
  }

  .dropdown-link-41.w--current:focus {
    color: red;
  }

  .dropdown-4 {
    flex-flow: column;
    display: flex;
  }

  .text-block-33 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .dropdown-toggle-13 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle-13.w--open {
    text-align: center;
    flex-flow: column;
    width: auto;
    display: flex;
    position: relative;
  }

  .dropdown-list-42.w--open {
    background-color: var(--color-5);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .dropdown-link-42 {
    opacity: 1;
    color: var(--color-4);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .dropdown-link-43 {
    border-bottom: 1px dashed var(--color-3);
    opacity: 1;
    color: var(--color-4);
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .paragraph-5 {
    margin-bottom: 0;
  }

  .container-7 {
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-8 {
    margin-right: 60px;
  }

  .column-5 {
    padding-bottom: 29px;
  }

  .div-block-4 {
    margin-bottom: 15px;
  }

  .text-block-36 {
    margin-top: 140px;
  }

  .columns-6 {
    height: 300px;
    margin-left: 0;
  }

  .container-11 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-12 {
    margin-bottom: 220px;
  }

  .container-13 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .columns-8 {
    flex-flow: row;
  }

  .dropdown-5 {
    margin-top: 250px;
  }

  .container-15 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .link-7 {
    opacity: .8;
    color: var(--color-2);
    margin-right: 36px;
    top: -23px;
  }

  .container-16 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-17 {
    margin-bottom: -72px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-bottom: 10px;
    line-height: 15px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    margin-top: 100px;
  }

  .nav-menu-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--color-2);
    text-align: center;
    border-radius: 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
    display: flex;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 30px;
    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;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .footer-dark {
    margin-top: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .link-3 {
    font-size: 11px;
  }

  .container-3 {
    margin-bottom: 60px;
  }

  .text-block-6 {
    margin-bottom: 40px;
  }

  .container-5 {
    width: 90%;
    margin-bottom: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .dropdowncontainer {
    display: none;
  }

  .dropdown-innerlist {
    max-width: 100%;
  }

  .dropdown-toggle-13.w--open {
    width: 50%;
  }

  .paragraph-5 {
    margin-bottom: 100px;
  }

  .container-7 {
    margin-bottom: 0;
  }

  .container-8 {
    margin-top: 126px;
    margin-left: 100px;
    margin-right: 100px;
    inset: 0% 0% auto;
  }

  .text-block-36 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .column-6 {
    margin-bottom: 20px;
  }

  .column-7, .column-9 {
    margin-bottom: 40px;
  }

  .container-13 {
    margin-bottom: 100px;
  }

  .columns-8 {
    flex-flow: column;
  }

  .column-11, .column-12, .column-13, .column-14 {
    margin-bottom: 30px;
  }

  .dropdown-5 {
    margin-top: 250px;
  }

  .column-16, .column-17, .column-18, .column-19 {
    margin-bottom: 20px;
  }

  .link-7 {
    margin-right: 21px;
  }

  .container-16 {
    top: 123px;
  }

  .container-17 {
    width: 50px;
    height: 50px;
  }

  .column-21 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    margin-top: 46px;
  }

  .paragraph-10 {
    line-height: 28px;
  }

  .paragraph-12, .columns-11 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .nav-menu-wrapper {
    margin-top: 100px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link {
    line-height: 24px;
  }

  .columns {
    margin-right: 20px;
  }

  .heading {
    margin-top: 40px;
    font-size: 24px;
  }

  .footer-dark {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .quick-stack {
    margin-left: 0;
  }

  .quick-stack-2 {
    width: 240px;
  }

  .container-5 {
    width: 88%;
  }

  .dropdown-toggle-13.w--open {
    width: 50%;
  }

  .dropdown-list-42.w--open {
    margin-left: 0;
  }

  .container-7 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-13 {
    font-size: 40px;
  }

  .heading-14 {
    color: var(--color-8);
    margin-top: 0;
    font-size: 24px;
  }

  .paragraph-6 {
    margin-top: -6px;
    font-size: 12px;
  }

  .container-8 {
    margin-top: 107px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-11 {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .columns-7 {
    flex-flow: column;
  }

  .heading-20 {
    text-align: left;
    font-size: 32px;
  }

  .dropdown-5 {
    margin-top: 200px;
  }

  .container-15 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-7 {
    margin-right: 13px;
  }

  .paragraph-9 {
    text-align: center;
  }

  .heading-21 {
    margin-top: 10px;
    font-size: 26px;
    line-height: 35px;
  }

  .container-16 {
    margin-left: 20px;
    margin-right: 20px;
    top: 62px;
  }

  .image-9 {
    margin-top: -8px;
  }

  .icon-4, .icon-5 {
    font-size: 25px;
  }

  .container-17 {
    width: 40px;
    height: 40px;
  }

  .heading-22 {
    font-size: 30px;
  }

  .column-20 {
    border-style: none none dashed;
    border-width: 1px;
    border-color: black black var(--color-10);
    padding-bottom: 10px;
  }

  .column-21 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .paragraph-10 {
    line-height: 28px;
  }

  .text-span-9, .text-span-10 {
    font-size: 18px;
  }
}

#w-node-f2d284db-19c3-1046-7e76-3b18e8b03403-1ae2f617, #w-node-a96d3a73-e686-c05b-150e-b29bab4afd1a-1ae2f617, #w-node-_96d5d3c1-99d4-74ab-8bd5-23777b81fcd7-1ae2f617 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 5.5fr;
}

#w-node-_2d50eeb2-9ef6-8e1e-c3f7-92a01ee489e1-1ae2f617, #w-node-ef816e66-4d34-bff9-be7b-00d22bad9c63-1ae2f617, #w-node-_611d5c16-88f1-22d3-6ba2-cdea81367060-1ae2f617 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a4bf68f2-c573-0403-7ac6-d070130e5f41-1ae2f617 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

#w-node-_13caaa9d-d3cf-6118-e060-b21c1360c840-1ae2f617, #w-node-_28ff9da4-f583-9364-1c39-04159a5f8d22-1ae2f617, #w-node-_924649a9-663d-e44c-bf46-bb99e0bbcf0e-1ae2f617, #w-node-_37e4c752-147b-bf38-d5a8-f1c373b0ef34-1ae2f617, #w-node-_2e975944-e122-3a69-9b7e-f6b2edb4160f-1ae2f617, #w-node-dadef9af-715b-7f59-8aa8-5e33c1595784-1ae2f617, #w-node-e4d3590a-f88e-098d-3ebf-bd45a1dda19d-1ae2f617, #w-node-b4a1ad71-e738-489a-651e-794f682f3149-1ae2f617, #w-node-_59871458-5947-8d9f-de14-053ba81c6fe6-1ae2f617 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-df6a4c2d-1f7f-a2eb-b7b1-57062e85ef95-1ae2f617, #w-node-_286446df-573e-2abd-31cf-84e274c528e1-1ae2f617, #w-node-_773135e7-b7db-9572-e6cb-b09378a5b791-1ae2f617, #w-node-e3491175-7a3a-3f48-ef03-bd09db88fc6f-1ae2f617, #w-node-_6ac55e37-492a-7e17-642e-cf06d2769f73-1ae2f617, #w-node-d4884222-801d-d337-7310-3ad3c8b420d6-1ae2f617, #w-node-c1a9c7ec-ce8a-53e7-5127-faf372da64d7-1ae2f617, #w-node-c8507bf6-581f-85b7-22ec-ee96289b0ec0-1ae2f617, #w-node-_6494b594-f11b-d2a8-0048-60db872165c3-1ae2f617, #w-node-_6a583c84-2761-cdb7-9d1e-5fa8f58a4bc2-1ae2f617, #w-node-_5431a555-f955-eb63-9bf5-ac3c63a8bb28-1ae2f617, #w-node-_002a47ae-c413-286c-f8d7-8cff8ee7e71a-1ae2f617, #w-node-b9598772-1644-60ab-3e4c-38068a5fc81a-1ae2f617, #w-node-_436b914d-bb75-09c4-03a6-50e33e1e012a-1ae2f617, #w-node-_430ba568-6f46-2cab-be4f-4d551ec50eb4-1ae2f617, #w-node-_0c419a08-5d49-98f6-64fe-cb226684db64-1ae2f617, #w-node-_636b97d1-00a9-9915-780b-4ee22ef1fa83-1ae2f617, #w-node-_57cb6d55-0990-ca24-6196-fc0620feaab7-1ae2f617, #w-node-_2bddd8f0-2e10-d88e-cf4a-4eb367bb3aaf-1ae2f617, #w-node-fabdfc69-08d7-d289-8e0c-bf87746dfbe4-1ae2f617, #w-node-_770fe6ea-b664-2ca2-5908-df644007cd1d-1ae2f617, #w-node-_77767952-1088-2121-d88c-ec6059895eb0-1ae2f617, #w-node-e0112ad7-1c1a-b181-43a7-dd86c11f3c52-1ae2f617, #w-node-_83f7e7b3-c21d-744a-94aa-7c64aa9e23b9-1ae2f617, #w-node-f2d284db-19c3-1046-7e76-3b18e8b03403-3306e6b5, #w-node-a96d3a73-e686-c05b-150e-b29bab4afd1a-3306e6b5, #w-node-_96d5d3c1-99d4-74ab-8bd5-23777b81fcd7-3306e6b5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 5.5fr;
}

#w-node-_2d50eeb2-9ef6-8e1e-c3f7-92a01ee489e1-3306e6b5, #w-node-ef816e66-4d34-bff9-be7b-00d22bad9c63-3306e6b5, #w-node-_611d5c16-88f1-22d3-6ba2-cdea81367060-3306e6b5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a4bf68f2-c573-0403-7ac6-d070130e5f41-3306e6b5 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

#w-node-_13caaa9d-d3cf-6118-e060-b21c1360c840-3306e6b5, #w-node-_28ff9da4-f583-9364-1c39-04159a5f8d22-3306e6b5, #w-node-_924649a9-663d-e44c-bf46-bb99e0bbcf0e-3306e6b5, #w-node-_37e4c752-147b-bf38-d5a8-f1c373b0ef34-3306e6b5, #w-node-_2e975944-e122-3a69-9b7e-f6b2edb4160f-3306e6b5, #w-node-dadef9af-715b-7f59-8aa8-5e33c1595784-3306e6b5, #w-node-e4d3590a-f88e-098d-3ebf-bd45a1dda19d-3306e6b5, #w-node-b4a1ad71-e738-489a-651e-794f682f3149-3306e6b5, #w-node-_59871458-5947-8d9f-de14-053ba81c6fe6-3306e6b5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-df6a4c2d-1f7f-a2eb-b7b1-57062e85ef95-3306e6b5, #w-node-_286446df-573e-2abd-31cf-84e274c528e1-3306e6b5, #w-node-_773135e7-b7db-9572-e6cb-b09378a5b791-3306e6b5, #w-node-e3491175-7a3a-3f48-ef03-bd09db88fc6f-3306e6b5, #w-node-_6ac55e37-492a-7e17-642e-cf06d2769f73-3306e6b5, #w-node-d4884222-801d-d337-7310-3ad3c8b420d6-3306e6b5, #w-node-c1a9c7ec-ce8a-53e7-5127-faf372da64d7-3306e6b5, #w-node-c8507bf6-581f-85b7-22ec-ee96289b0ec0-3306e6b5, #w-node-_6494b594-f11b-d2a8-0048-60db872165c3-3306e6b5, #w-node-_6a583c84-2761-cdb7-9d1e-5fa8f58a4bc2-3306e6b5, #w-node-_5431a555-f955-eb63-9bf5-ac3c63a8bb28-3306e6b5, #w-node-_002a47ae-c413-286c-f8d7-8cff8ee7e71a-3306e6b5, #w-node-b9598772-1644-60ab-3e4c-38068a5fc81a-3306e6b5, #w-node-_436b914d-bb75-09c4-03a6-50e33e1e012a-3306e6b5, #w-node-_430ba568-6f46-2cab-be4f-4d551ec50eb4-3306e6b5, #w-node-_0c419a08-5d49-98f6-64fe-cb226684db64-3306e6b5, #w-node-_636b97d1-00a9-9915-780b-4ee22ef1fa83-3306e6b5, #w-node-_57cb6d55-0990-ca24-6196-fc0620feaab7-3306e6b5, #w-node-_2bddd8f0-2e10-d88e-cf4a-4eb367bb3aaf-3306e6b5, #w-node-fabdfc69-08d7-d289-8e0c-bf87746dfbe4-3306e6b5, #w-node-_770fe6ea-b664-2ca2-5908-df644007cd1d-3306e6b5, #w-node-_77767952-1088-2121-d88c-ec6059895eb0-3306e6b5, #w-node-e0112ad7-1c1a-b181-43a7-dd86c11f3c52-3306e6b5, #w-node-_83f7e7b3-c21d-744a-94aa-7c64aa9e23b9-3306e6b5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 5.5fr;
}


