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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

body {
  color: #000;
  background-color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #8a6d2f;
  letter-spacing: 0;
  text-shadow: none;
  margin: 10px 0;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 54px;
}

h2 {
  color: #8a6d2f;
  text-shadow: none;
  margin: 0 0 27px;
  font-size: 38px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: rgba(0, 0, 0, .4);
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}

.container {
  text-transform: uppercase;
  word-break: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 70px;
  padding-right: 70px;
  display: block;
}

.footer-links {
  text-align: center;
  background-color: #424242;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-links:hover {
  display: flex;
}

.navbar {
  width: auto;
  background-color: #fff;
  flex-flow: row;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 23px;
  display: block;
}

.logo-column {
  order: 0;
  align-self: auto;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-column {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  object-fit: fill;
  flex-direction: row;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  padding-top: 0;
  display: block;
  position: static;
}

.logo {
  max-width: 300px;
  float: none;
  margin-top: -10px;
  margin-right: 13px;
}

.section {
  text-align: center;
  border: 1px #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.page---hero {
  width: auto;
  min-height: 250px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/img-01.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.section.grey {
  width: auto;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section.home---hero {
  width: auto;
  min-height: 500px;
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/img-01.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border-top-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.grey-heading {
  width: 1000px;
  color: rgba(0, 0, 0, .56);
  text-transform: uppercase;
  text-shadow: none;
  border-left: 1px #424242;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 55px;
  display: block;
}

.home---h1 {
  max-width: none;
  color: #fff;
  overflow-wrap: anywhere;
  order: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 64px;
  display: inline;
  overflow: scroll;
}

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

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

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

.review-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  display: block;
}

.mid {
  width: auto;
  min-height: 30px;
  border: 1px solid rgba(194, 190, 179, .59);
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 30px;
}

.bold-text {
  color: rgba(0, 0, 0, .65);
  text-align: center;
  font-weight: 400;
}

.quick-stack {
  width: 1000px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
}

.home---h1-golden {
  outline-offset: 0px;
  color: #f2b52d;
  -webkit-text-stroke-color: #f1b317;
  text-shadow: none;
  outline: 3px #fac960;
}

.home---buy-button-header {
  color: #262c46;
  mix-blend-mode: normal;
  background-color: #f2b52d;
  background-image: linear-gradient(to top, rgba(241, 154, 23, .5) 31%, rgba(246, 187, 100, .67) 70%, rgba(249, 209, 151, .78) 87%, rgba(252, 234, 206, .9) 100%, #fff);
  border: 1px solid #000;
  border-radius: 16px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 2px 3px #797979;
}

.top-button-bar {
  width: 1000px;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  flex-flow: wrap;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  padding-right: 0;
  display: block;
}

.setup-guides-button {
  background-color: #424242;
  background-image: linear-gradient(to top, #424242 70%, rgba(194, 190, 179, .5));
  border-radius: 10px;
  margin-right: 10px;
  padding: 4px 10px;
  font-family: Open Sans, sans-serif;
  box-shadow: 0 2px 5px rgba(194, 190, 179, .59);
}

.get-started-button {
  background-color: #f2b52d;
  background-image: linear-gradient(to top, rgba(241, 154, 23, .5), #f5b75a 81%, #f9d39b 100%, #fdf1de 100%, #fff);
  border-radius: 10px;
  padding: 4px 10px;
  font-family: Open Sans, sans-serif;
  box-shadow: 0 2px 5px rgba(194, 190, 179, .59);
}

.home---h3 {
  color: #424242;
  text-align: left;
  -webkit-text-stroke-color: #262c46;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.cell {
  flex-wrap: wrap;
  align-content: flex-start;
  padding-bottom: 0;
}

.home---h3-bold-text {
  color: #424242;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.home-page-intro {
  color: #424242;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cell-2 {
  padding-top: 0;
  display: flex;
}

.heading-orange {
  color: #f2b52d;
  -webkit-text-stroke-color: #e7aa22;
  line-height: 55px;
}

.home-page-h2-sub-text {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.quick-stack-3 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.home---h4 {
  color: #424242;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.home---paragraph {
  color: #424242;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.list---mobile-2 {
  height: 100%;
  color: rgba(66, 66, 66, .59);
  text-align: right;
  text-transform: uppercase;
  flex-direction: row;
  flex: 0 auto;
  align-self: flex-end;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: none;
}

.flex-block {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
}

.logo-menu-columns {
  flex-flow: wrap;
  flex: 1;
  align-content: center;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-item {
  color: rgba(66, 66, 66, .59);
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.list-item:hover {
  color: #f2b52d;
  text-align: center;
}

.list-item-2 {
  color: rgba(66, 66, 66, .59);
  padding-right: 20px;
  text-decoration: none;
}

.list-item-2:hover {
  color: #f1b317;
}

.list-item---padding-left {
  color: rgba(66, 66, 66, .59);
  padding-right: 20px;
  text-decoration: none;
}

.list-item---padding-left:hover {
  color: #f2b52d;
  -webkit-text-stroke-color: #e7aa22;
}

.list-item-4 {
  color: rgba(66, 66, 66, .59);
  padding-right: 0;
  text-decoration: none;
}

.list-item-4:hover {
  color: #f1b317;
}

.logo-menu-bar {
  max-width: 1000px;
  min-height: 75px;
  object-fit: fill;
  flex-direction: row;
  order: -1;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  padding-right: 10px;
  display: flex;
  overflow: visible;
}

.body {
  object-fit: fill;
  font-family: Open Sans, sans-serif;
}

.container-4 {
  max-width: 1000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

.cell-5 {
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.green-tick-list-item {
  color: #424242;
  text-align: left;
  background-image: url('../images/bullet-01.webp');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 20px;
  padding-left: 40px;
}

.home-page-bullet-points {
  color: #424242;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  display: block;
}

.columns-3 {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.home---learn-more-button {
  background-color: rgba(49, 43, 61, .89);
  background-image: linear-gradient(to top, #000 48%, #565656 64%, #767676 70%, #bfbfbf 87%, #fff);
  border: 1px solid #262c46;
  border-radius: 16px;
  margin-top: 20px;
  margin-left: 10px;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  box-shadow: 0 2px 5px rgba(194, 190, 179, .59);
}

.home---buy-button-middle {
  color: #262c46;
  mix-blend-mode: normal;
  background-color: #f2b52d;
  background-image: linear-gradient(to top, rgba(241, 154, 23, .5) 31%, rgba(246, 187, 100, .67) 70%, rgba(249, 209, 151, .78) 87%, rgba(252, 234, 206, .9) 100%, #fff);
  border: 1px solid #000;
  border-radius: 16px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 10px;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 2px 5px #262c46;
}

.container-5 {
  max-width: 1000px;
}

.home---h5-footer {
  color: #fff;
  text-shadow: 0 1px 5px #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

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

.list-3 {
  color: #fff;
  text-align: left;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.columns-4 {
  width: 100%;
}

.container-7 {
  width: auto;
  max-width: 1000px;
}

.columns-5 {
  width: 1000px;
  max-width: none;
  flex-direction: row;
  display: flex;
}

.text-block, .text-block-2 {
  color: #424242;
}

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

.footer-paragraph {
  color: #fff;
  -webkit-text-stroke-color: #262c46;
  text-shadow: none;
  mix-blend-mode: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.sub-heading-h1 {
  max-width: none;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #424242;
  text-shadow: none;
  overflow-wrap: anywhere;
  order: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 64px;
  display: inline;
  overflow: scroll;
}

.home---heading-text {
  width: auto;
  min-width: 0;
  color: #fff;
  text-shadow: none;
  object-fit: fill;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: static;
  overflow: auto;
}

.list {
  height: 100%;
  color: rgba(66, 66, 66, .59);
  text-align: right;
  text-transform: uppercase;
  flex-direction: row;
  flex: 0 auto;
  align-self: flex-end;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.list---mobile-1 {
  height: 100%;
  color: rgba(66, 66, 66, .59);
  text-align: right;
  text-transform: uppercase;
  flex-direction: row;
  flex: 0 auto;
  align-self: flex-end;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: none;
}

.tooltip-button {
  cursor: default;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: flex;
  position: relative;
}

.tooltip-wrap {
  z-index: 10;
  width: 300px;
  justify-content: center;
  display: none;
  position: absolute;
  bottom: 40px;
}

.comparison-item-2 {
  text-align: center;
  padding: 25px;
  transition: background-color .35s;
}

.comparison-item-2:hover {
  background-color: rgba(0, 143, 255, .02);
}

.tooltip-copy-2 {
  z-index: 1;
  color: #fff;
  font-size: .9em;
  line-height: 1.2em;
  position: relative;
}

.comparison-header-title-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1;
}

.comparison-header-title-2.ai-title {
  color: #424242;
  padding-left: 3px;
}

.comparison-header-title-2.blue-title {
  color: #424242;
  padding-left: 35px;
}

.centre-checklist {
  color: #687076;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.1em;
  display: inline-block;
}

.comparison-row-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-bottom: 1px solid rgba(218, 218, 218, .3);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  transition: background-color .35s;
  display: grid;
}

.comparison-row-2:hover {
  background-color: rgba(0, 134, 239, .01);
}

.comparison-row-2.header {
  z-index: 5;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  text-align: center;
  background-color: rgba(255, 255, 255, .72);
  border-bottom-color: rgba(218, 218, 218, .3);
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 28px 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.comparison-row-2.round-corner-only {
  border-bottom-color: rgba(218, 218, 218, .3);
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}

.text-block-112 {
  color: #687076;
  text-align: left;
  font-size: .9em;
  line-height: 1.1em;
}

.tooltip-arrow-2 {
  z-index: 0;
  width: 20px;
  height: 20px;
  background-color: #687076;
  border-radius: 2px;
  margin-left: -10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: rotate(45deg);
}

.pricing-comparison-wrap-2 {
  max-width: 1050px;
  border: 1px solid rgba(218, 218, 218, .3);
  border-bottom-style: none;
  border-radius: 1em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 600;
}

.tooltip-2 {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  color: #fff;
  text-align: center;
  background-color: #687076;
  border-radius: 4px;
  padding: 15px;
  display: block;
}

.link-32 {
  color: #8ec6ff;
}

.icon-5 {
  width: 24px;
  height: 24px;
  color: #008fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.comparison-feature-2 {
  color: #727272;
  padding: 25px;
  display: flex;
}

.page---h3 {
  color: #424242;
  -webkit-text-stroke-color: #262c46;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.list-item---selected {
  color: #424242;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.list-item---selected:hover {
  color: #f1b317;
}

.list-item---selected.w--current {
  text-decoration: none;
}

.columns-7 {
  width: 100%;
  margin-top: 20px;
}

.column-9 {
  padding-top: 0;
}

.paragraph-2 {
  color: #424242;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.grid {
  grid-template-areas: "Area Area-3"
                       "Area-2 Area-4";
  grid-auto-flow: row;
}

.column-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.bold-text-3 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

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

.container-11 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page---faq-header {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 600;
}

.paragraph-3 {
  color: #424242;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.list-item-6 {
  text-decoration: none;
}

.column-14 {
  display: block;
}

.footer-link-item {
  color: rgba(66, 66, 66, .59);
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.footer-link-item:hover {
  color: #424242;
}

.bottom-site-links {
  color: #fff;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.bottom-site-links:hover {
  color: #f2b52d;
}

.bottom-site-links.w--current {
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.bottom-site-links.w--current:hover {
  color: #f2b52d;
}

.heading-orange-securely {
  color: #f1b317;
  line-height: 55px;
}

.home---h1-lower, .home---h1-sports-betting, .home---h1-copy {
  max-width: none;
  color: #fff;
  overflow-wrap: anywhere;
  order: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 64px;
  display: inline-block;
  overflow: scroll;
}

.text-span-15 {
  display: inline;
}

@media screen and (max-width: 991px) {
  h1, p {
    text-shadow: none;
  }

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

  .navbar {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .logo-column {
    flex: none;
    order: 0;
    align-self: auto;
  }

  .menu-column {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    flex: none;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    display: flex;
  }

  .logo {
    max-width: 250px;
    float: none;
    padding-left: 10px;
  }

  .section, .section.grey {
    border: 1px #000;
  }

  .section.home---hero {
    border-style: solid;
  }

  .grey-heading {
    width: auto;
    margin-bottom: 0;
  }

  .home---h1 {
    display: block;
  }

  .review-text {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack {
    width: auto;
    float: none;
    clear: none;
    object-fit: fill;
    position: static;
    overflow: visible;
  }

  .home---h1-golden {
    display: inline;
  }

  .home---buy-button-header {
    background-color: #f2b52d;
  }

  .top-button-bar {
    width: auto;
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 10px;
    display: block;
  }

  .get-started-button {
    background-color: #f2b52d;
  }

  .home---h3, .home---h3-bold-text {
    font-size: 16px;
    line-height: 32px;
  }

  .heading-orange {
    color: #f2b52d;
    line-height: 57px;
    display: inline-block;
  }

  .quick-stack-3 {
    padding-right: 0;
  }

  .home---h4 {
    text-align: left;
    line-height: 20px;
  }

  .home---paragraph {
    clear: both;
    line-height: 21px;
  }

  .list---mobile-2 {
    clear: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 14px;
  }

  .flex-block {
    clear: none;
    flex-direction: column;
    flex: none;
    order: 0;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .logo-menu-columns {
    min-height: 70px;
    min-width: 100%;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .list-item {
    order: -1;
    padding-right: 0;
    font-size: 14px;
  }

  .list-item-2, .list-item---padding-left {
    padding-left: 10px;
    padding-right: 0;
  }

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

  .logo-menu-bar {
    max-width: none;
    display: flex;
  }

  .quick-stack-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block.w--current {
    flex-direction: row;
    display: block;
  }

  .container-4 {
    max-width: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2-grey-sub {
    line-height: 35px;
  }

  .cell-3 {
    line-height: 25px;
  }

  .container-5 {
    max-width: none;
  }

  .container-7 {
    max-width: none;
    display: flex;
  }

  .columns-5 {
    width: auto;
    flex-direction: row;
  }

  .text-block {
    margin-left: 10px;
    padding-left: 0;
  }

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

  .columns-6 {
    width: 100%;
    max-width: none;
    display: block;
  }

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

  .sub-heading-h1 {
    text-decoration: none;
  }

  .home---heading-text {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .list, .list---mobile-1 {
    clear: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 14px;
  }

  .comparison-header-title-2.ai-title {
    padding-left: 12px;
  }

  .comparison-header-title-2.blue-title {
    padding-left: 40px;
  }

  .comparison-row-2.header {
    padding-left: 15px;
  }

  .page---h3 {
    font-size: 16px;
    line-height: 32px;
  }

  .list-item---selected {
    order: -1;
    padding-right: 0;
    font-size: 14px;
  }

  .list-item---selected.w--current {
    padding-left: 10px;
  }

  .columns-7 {
    display: block;
  }

  .column-9 {
    clear: right;
    display: block;
  }

  .grid {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   / 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    display: grid;
  }

  .column-10 {
    clear: right;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-4 {
    max-width: 50%;
  }

  .image-5, .image-6, .image-7 {
    max-width: 40%;
  }

  .footer-link-item, .bottom-site-links {
    order: -1;
    padding-right: 0;
    font-size: 14px;
  }

  .text-span, .text-span-2 {
    display: inline;
  }

  .heading-orange-securely {
    line-height: 57px;
  }

  .home---h1-lower, .home---h1-sports-betting, .home---h1-copy {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1, p {
    text-shadow: none;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .footer-links {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .navbar {
    width: auto;
    object-fit: fill;
  }

  .menu-column {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    display: flex;
  }

  .logo {
    float: none;
    clear: none;
    padding-left: 5px;
  }

  .section {
    border-style: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.page---hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .section.grey {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-style: none;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .section.home---hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }

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

  .home---h1 {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    display: block;
  }

  .review-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text {
    white-space: normal;
    word-break: normal;
  }

  .quick-stack {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .home---h1-golden {
    display: inline;
  }

  .top-button-bar {
    min-height: 50px;
  }

  .setup-guides-button {
    float: none;
  }

  .home---h3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    line-height: 26px;
  }

  .cell {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .home---h3-bold-text {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 26px;
  }

  .home-page-intro {
    text-align: left;
    padding-left: 10px;
    line-height: 24px;
  }

  .cell-2 {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
  }

  .home-page-h2-sub-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-3 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .home---h4 {
    line-height: 26px;
  }

  .home---paragraph {
    text-align: left;
    line-height: 24px;
  }

  .list---mobile-2 {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }

  .list-item, .list-item---padding-left {
    padding-right: 0;
  }

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

  .logo-menu-bar {
    min-height: 80px;
    padding-right: 0;
    display: block;
  }

  .container-4 {
    flex-direction: column;
    display: flex;
  }

  .h2-grey-sub {
    font-size: 18px;
  }

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

  .image-3 {
    padding-bottom: 40px;
  }

  .columns-3 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

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

  .sub-heading-h1 {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .home---heading-text {
    padding-left: 60px;
    padding-right: 60px;
  }

  .list, .list---mobile-1 {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }

  .comparison-item-2 {
    padding-left: 0;
    padding-right: 20px;
  }

  .comparison-header-title-2.ai-title {
    padding-left: 0;
  }

  .comparison-header-title-2.blue-title {
    color: #424242;
    padding-left: 5px;
  }

  .comparison-row-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Feature-Row Area-2 Area";
  }

  .comparison-row-2.header {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: stretch;
    padding: 18px 15px 18px 0;
  }

  .page---h3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    line-height: 26px;
  }

  .grid {
    grid-template: "Area Area-3"
                   "Area-2 Area-4"
                   / 1fr 1fr;
  }

  .text-span, .text-span-2 {
    display: inline;
  }

  .home---h1-lower, .home---h1-sports-betting {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    display: flex;
  }

  .home---h1-copy {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-shadow: none;
    font-size: 36px;
    line-height: 46px;
  }

  h2 {
    text-shadow: none;
    font-size: 30px;
    line-height: 31px;
  }

  p {
    text-shadow: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .container {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .footer-links {
    padding-left: 14px;
    padding-right: 14px;
  }

  .logo-column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .menu-column {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2px;
  }

  .logo {
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    display: inline-block;
  }

  .section {
    border-style: none;
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .section.page---hero {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 26px;
    display: flex;
  }

  .section.home---hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 26px;
    display: flex;
  }

  .grey-heading {
    text-shadow: none;
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .home---h1 {
    width: 100%;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    margin-bottom: 0;
    display: inline;
  }

  .review-text {
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .quick-stack {
    float: none;
  }

  .home---h1-golden {
    color: #f2b52d;
    display: inline;
  }

  .top-button-bar {
    min-height: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .setup-guides-button {
    display: inline-block;
  }

  .home---h3 {
    text-align: center;
  }

  .cell {
    flex-direction: row;
    display: block;
  }

  .heading-orange {
    color: #f2b52d;
    display: inline-block;
  }

  .list---mobile-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: row;
    grid-template: ". Area"
                   ". ."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: flex;
  }

  .flex-block {
    padding-top: 20px;
    display: flex;
  }

  .logo-menu-columns {
    flex-flow: column wrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .list-item {
    flex-direction: column;
    order: 1;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .list-item:hover {
    color: #f2b52d;
  }

  .list-item-2 {
    flex-direction: row;
    order: 3;
    padding-bottom: 0;
    padding-left: 0;
    text-decoration: none;
    display: block;
  }

  .list-item-2:hover {
    color: #f2b52d;
  }

  .list-item---padding-left {
    flex-direction: row;
    flex: 0 auto;
    order: 4;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .list-item-4 {
    flex-direction: row;
    order: 2;
    padding-left: 0;
    display: block;
  }

  .logo-menu-bar {
    min-height: 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block.w--current {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-4 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

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

  .green-tick-list-item {
    padding-bottom: 20px;
  }

  .home-page-bullet-points {
    width: 100%;
    padding-top: 0;
  }

  .columns-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .column {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    padding-left: 10px;
  }

  .home---learn-more-button {
    margin-left: 0;
  }

  .home---buy-button-middle {
    margin-right: auto;
  }

  .sub-heading-h1 {
    width: 90%;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    display: block;
  }

  .home---heading-text {
    white-space: normal;
    word-break: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: column;
    grid-template: ". Area"
                   ". ."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: none;
  }

  .list---mobile-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: row;
    grid-template: ". Area"
                   ". ."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    padding-bottom: 0;
    display: flex;
  }

  .comparison-item-2 {
    padding-left: 0;
    padding-right: 15px;
  }

  .comparison-header-title-2.ai-title {
    padding-left: 7px;
    padding-right: 0;
    display: block;
  }

  .comparison-header-title-2.blue-title {
    padding-left: 10px;
    padding-right: 0;
  }

  .centre-checklist {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: .8em;
    display: inline-block;
  }

  .comparison-row-2 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Feature-Row Area-2 Area";
    padding-left: 8px;
  }

  .comparison-row-2.header {
    grid-column-gap: 0px;
    padding-left: 0;
    padding-right: 10px;
  }

  .text-block-112 {
    padding-right: 0;
    font-size: .8em;
  }

  .comparison-feature-2 {
    padding: 15px 0 15px 15px;
  }

  .page---h3 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .list-item---selected {
    flex-direction: column;
    order: 1;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    display: block;
  }

  .list-item---selected.w--current {
    padding-left: 0;
  }

  .list-item---selected.w--current:hover {
    color: #f2b52d;
  }

  .column-12 {
    padding-left: 10px;
  }

  .footer-link-item, .bottom-site-links {
    flex-direction: column;
    order: 1;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    display: block;
  }

  .text-span, .text-span-2 {
    display: inline;
  }

  .heading-orange-securely {
    display: inline-block;
  }

  .home---h1-lower {
    width: 100%;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    margin-top: 0;
    display: inline-block;
  }

  .text-span-3 {
    display: block;
  }

  .text-span-4 {
    display: inline-block;
  }

  .text-span-5, .text-span-6 {
    display: block;
  }

  .text-span-7 {
    display: inline-block;
  }

  .text-span-8, .text-span-9 {
    display: inline;
  }

  .home---h1-sports-betting {
    width: 100%;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    margin-top: 0;
    display: inline-block;
  }

  .text-span-10 {
    display: inline-block;
  }

  .home---h1-copy {
    width: 100%;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    margin-bottom: 0;
    display: block;
  }

  .text-span-12 {
    display: block;
  }

  .text-span-13, .text-span-14 {
    justify-content: center;
    display: flex;
  }

  .text-span-15, .text-span-16 {
    display: flex;
  }

  .text-span-17, .text-span-18 {
    justify-content: center;
    display: flex;
  }
}

#w-node-_54df06be-0162-0e03-8f20-e1081e1fd735-edd2ffd8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-d3c85694-f489-c24e-099f-0c9fdab6f069-edd2ffd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7059630c-dd6b-d52b-80ab-9f5d7fe23fbc-edd2ffd8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0b18b1a9-e152-c2bf-507a-7f036ccefdde-edd2ffd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27d3d5c7-f6f8-1e4a-44d1-c3593ce46431-edd2ffd8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1c0adcf0-973a-e571-1df8-fd0dd55dab26-edd2ffd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_645c5386-530f-ed85-30d4-797019430e80-edd2ffd8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_645c5386-530f-ed85-30d4-797019430e81-edd2ffd8, #w-node-_645c5386-530f-ed85-30d4-797019430e82-edd2ffd8, #w-node-_3f360628-9a8d-7ee2-f294-62828a0e008d-edd2ffd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b7d-edd2ffd8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b7e-edd2ffd8, #w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b80-edd2ffd8, #w-node-_3e24b142-1efa-bfaf-00ef-31f1fb9a6810-edd2ffd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3bf-edd2ffd8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3c0-edd2ffd8, #w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3c2-edd2ffd8, #w-node-_85895eaa-fb01-92fc-dc80-c4c0a9cb6b70-edd2ffd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fde-edd2ffd8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fdf-edd2ffd8, #w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fe1-edd2ffd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aba2535-56a7-d3b1-6ff5-7adb6cec0cc8-edd2ffd8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_971062c3-0452-2cf5-247f-e3ce615bacce-edd2ffd8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_971062c3-0452-2cf5-247f-e3ce615baccf-edd2ffd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_971062c3-0452-2cf5-247f-e3ce615bacd0-edd2ffd8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_971062c3-0452-2cf5-247f-e3ce615bacd1-edd2ffd8, #w-node-_971062c3-0452-2cf5-247f-e3ce615bacd3-edd2ffd8, #w-node-_971062c3-0452-2cf5-247f-e3ce615bacd8-edd2ffd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_971062c3-0452-2cf5-247f-e3ce615bacd9-edd2ffd8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_971062c3-0452-2cf5-247f-e3ce615bacda-edd2ffd8, #w-node-_971062c3-0452-2cf5-247f-e3ce615bacdc-edd2ffd8, #w-node-_971062c3-0452-2cf5-247f-e3ce615bace1-edd2ffd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_971062c3-0452-2cf5-247f-e3ce615bace2-edd2ffd8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_971062c3-0452-2cf5-247f-e3ce615bace3-edd2ffd8, #w-node-_971062c3-0452-2cf5-247f-e3ce615bace5-edd2ffd8, #w-node-_971062c3-0452-2cf5-247f-e3ce615bacea-edd2ffd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_971062c3-0452-2cf5-247f-e3ce615baceb-edd2ffd8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_971062c3-0452-2cf5-247f-e3ce615bacec-edd2ffd8, #w-node-_971062c3-0452-2cf5-247f-e3ce615bacee-edd2ffd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_971062c3-0452-2cf5-247f-e3ce615bacf3-edd2ffd8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_54df06be-0162-0e03-8f20-e1081e1fd735-edd2ffe1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-d3c85694-f489-c24e-099f-0c9fdab6f069-edd2ffe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7059630c-dd6b-d52b-80ab-9f5d7fe23fbc-edd2ffe1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0b18b1a9-e152-c2bf-507a-7f036ccefdde-edd2ffe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27d3d5c7-f6f8-1e4a-44d1-c3593ce46431-edd2ffe1 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1c0adcf0-973a-e571-1df8-fd0dd55dab26-edd2ffe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_645c5386-530f-ed85-30d4-797019430e80-edd2ffe1 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_645c5386-530f-ed85-30d4-797019430e81-edd2ffe1, #w-node-_645c5386-530f-ed85-30d4-797019430e82-edd2ffe1, #w-node-_3f360628-9a8d-7ee2-f294-62828a0e008d-edd2ffe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b7d-edd2ffe1 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b7e-edd2ffe1, #w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b80-edd2ffe1, #w-node-_3e24b142-1efa-bfaf-00ef-31f1fb9a6810-edd2ffe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3bf-edd2ffe1 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3c0-edd2ffe1, #w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3c2-edd2ffe1, #w-node-_85895eaa-fb01-92fc-dc80-c4c0a9cb6b70-edd2ffe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fde-edd2ffe1 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fdf-edd2ffe1, #w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fe1-edd2ffe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aba2535-56a7-d3b1-6ff5-7adb6cec0cc8-edd2ffe1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27d3d5c7-f6f8-1e4a-44d1-c3593ce46431-edd2ffe2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1c0adcf0-973a-e571-1df8-fd0dd55dab26-edd2ffe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_645c5386-530f-ed85-30d4-797019430e80-edd2ffe2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_645c5386-530f-ed85-30d4-797019430e81-edd2ffe2, #w-node-_645c5386-530f-ed85-30d4-797019430e82-edd2ffe2, #w-node-_3f360628-9a8d-7ee2-f294-62828a0e008d-edd2ffe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b7d-edd2ffe2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b7e-edd2ffe2, #w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b80-edd2ffe2, #w-node-_3e24b142-1efa-bfaf-00ef-31f1fb9a6810-edd2ffe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3bf-edd2ffe2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3c0-edd2ffe2, #w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3c2-edd2ffe2, #w-node-_85895eaa-fb01-92fc-dc80-c4c0a9cb6b70-edd2ffe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fde-edd2ffe2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fdf-edd2ffe2, #w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fe1-edd2ffe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aba2535-56a7-d3b1-6ff5-7adb6cec0cc8-edd2ffe2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27d3d5c7-f6f8-1e4a-44d1-c3593ce46431-edd2ffe3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1c0adcf0-973a-e571-1df8-fd0dd55dab26-edd2ffe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_645c5386-530f-ed85-30d4-797019430e80-edd2ffe3 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_645c5386-530f-ed85-30d4-797019430e81-edd2ffe3, #w-node-_645c5386-530f-ed85-30d4-797019430e82-edd2ffe3, #w-node-_3f360628-9a8d-7ee2-f294-62828a0e008d-edd2ffe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b7d-edd2ffe3 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b7e-edd2ffe3, #w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b80-edd2ffe3, #w-node-_3e24b142-1efa-bfaf-00ef-31f1fb9a6810-edd2ffe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3bf-edd2ffe3 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3c0-edd2ffe3, #w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3c2-edd2ffe3, #w-node-_85895eaa-fb01-92fc-dc80-c4c0a9cb6b70-edd2ffe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fde-edd2ffe3 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fdf-edd2ffe3, #w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fe1-edd2ffe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aba2535-56a7-d3b1-6ff5-7adb6cec0cc8-edd2ffe3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27d3d5c7-f6f8-1e4a-44d1-c3593ce46431-edd2ffe4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1c0adcf0-973a-e571-1df8-fd0dd55dab26-edd2ffe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_645c5386-530f-ed85-30d4-797019430e80-edd2ffe4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_645c5386-530f-ed85-30d4-797019430e81-edd2ffe4, #w-node-_645c5386-530f-ed85-30d4-797019430e82-edd2ffe4, #w-node-_3f360628-9a8d-7ee2-f294-62828a0e008d-edd2ffe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b7d-edd2ffe4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b7e-edd2ffe4, #w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b80-edd2ffe4, #w-node-_3e24b142-1efa-bfaf-00ef-31f1fb9a6810-edd2ffe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3bf-edd2ffe4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3c0-edd2ffe4, #w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3c2-edd2ffe4, #w-node-_85895eaa-fb01-92fc-dc80-c4c0a9cb6b70-edd2ffe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fde-edd2ffe4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fdf-edd2ffe4, #w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fe1-edd2ffe4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aba2535-56a7-d3b1-6ff5-7adb6cec0cc8-edd2ffe4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_54df06be-0162-0e03-8f20-e1081e1fd735-edd2ffe5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-d3c85694-f489-c24e-099f-0c9fdab6f069-edd2ffe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7059630c-dd6b-d52b-80ab-9f5d7fe23fbc-edd2ffe5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0b18b1a9-e152-c2bf-507a-7f036ccefdde-edd2ffe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27d3d5c7-f6f8-1e4a-44d1-c3593ce46431-edd2ffe5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1c0adcf0-973a-e571-1df8-fd0dd55dab26-edd2ffe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_645c5386-530f-ed85-30d4-797019430e80-edd2ffe5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_645c5386-530f-ed85-30d4-797019430e81-edd2ffe5, #w-node-_645c5386-530f-ed85-30d4-797019430e82-edd2ffe5, #w-node-_3f360628-9a8d-7ee2-f294-62828a0e008d-edd2ffe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b7d-edd2ffe5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b7e-edd2ffe5, #w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b80-edd2ffe5, #w-node-_3e24b142-1efa-bfaf-00ef-31f1fb9a6810-edd2ffe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3bf-edd2ffe5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3c0-edd2ffe5, #w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3c2-edd2ffe5, #w-node-_85895eaa-fb01-92fc-dc80-c4c0a9cb6b70-edd2ffe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fde-edd2ffe5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fdf-edd2ffe5, #w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fe1-edd2ffe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aba2535-56a7-d3b1-6ff5-7adb6cec0cc8-edd2ffe5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a1a-edd2ffe6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a1c-edd2ffe6 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_47504a49-04ea-6b08-1a06-622a903a1d1e-edd2ffe6, #w-node-bf60c8a1-621c-aef3-420e-10758875f8e6-edd2ffe6, #w-node-_8968d092-1846-e1d3-2de2-06655eee4fe5-edd2ffe6, #w-node-_1f5eafac-71dd-189d-d5f2-28bc9a104ab7-edd2ffe6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_54df06be-0162-0e03-8f20-e1081e1fd735-bfacb0db {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-d3c85694-f489-c24e-099f-0c9fdab6f069-bfacb0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7059630c-dd6b-d52b-80ab-9f5d7fe23fbc-bfacb0db {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0b18b1a9-e152-c2bf-507a-7f036ccefdde-bfacb0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27d3d5c7-f6f8-1e4a-44d1-c3593ce46431-bfacb0db {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1c0adcf0-973a-e571-1df8-fd0dd55dab26-bfacb0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_645c5386-530f-ed85-30d4-797019430e80-bfacb0db {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_645c5386-530f-ed85-30d4-797019430e81-bfacb0db, #w-node-_645c5386-530f-ed85-30d4-797019430e82-bfacb0db, #w-node-_3f360628-9a8d-7ee2-f294-62828a0e008d-bfacb0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b7d-bfacb0db {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b7e-bfacb0db, #w-node-_77e3a5bf-4cc4-31ab-b545-e202e1078b80-bfacb0db, #w-node-_3e24b142-1efa-bfaf-00ef-31f1fb9a6810-bfacb0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3bf-bfacb0db {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3c0-bfacb0db, #w-node-_3b3003a7-44e9-a33b-88a9-45d57ea2a3c2-bfacb0db, #w-node-_85895eaa-fb01-92fc-dc80-c4c0a9cb6b70-bfacb0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fde-bfacb0db {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fdf-bfacb0db, #w-node-a9c2bd2a-46ea-0d63-8bf9-b0334be86fe1-bfacb0db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aba2535-56a7-d3b1-6ff5-7adb6cec0cc8-bfacb0db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a1a-45abc8d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a1c-45abc8d0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_47504a49-04ea-6b08-1a06-622a903a1d1e-45abc8d0, #w-node-bf60c8a1-621c-aef3-420e-10758875f8e6-45abc8d0, #w-node-_8968d092-1846-e1d3-2de2-06655eee4fe5-45abc8d0, #w-node-_1f5eafac-71dd-189d-d5f2-28bc9a104ab7-45abc8d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_54df06be-0162-0e03-8f20-e1081e1fd735-edd2ffd8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d3c85694-f489-c24e-099f-0c9fdab6f069-edd2ffd8 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7059630c-dd6b-d52b-80ab-9f5d7fe23fbc-edd2ffd8 {
    order: 9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_0b18b1a9-e152-c2bf-507a-7f036ccefdde-edd2ffd8 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27d3d5c7-f6f8-1e4a-44d1-c3593ce46431-edd2ffd8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1c0adcf0-973a-e571-1df8-fd0dd55dab26-edd2ffd8, #w-node-_3f360628-9a8d-7ee2-f294-62828a0e008d-edd2ffd8, #w-node-_3e24b142-1efa-bfaf-00ef-31f1fb9a6810-edd2ffd8, #w-node-_85895eaa-fb01-92fc-dc80-c4c0a9cb6b70-edd2ffd8, #w-node-_7aba2535-56a7-d3b1-6ff5-7adb6cec0cc8-edd2ffd8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_971062c3-0452-2cf5-247f-e3ce615bacce-edd2ffd8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_971062c3-0452-2cf5-247f-e3ce615baccf-edd2ffd8, #w-node-_971062c3-0452-2cf5-247f-e3ce615bacd8-edd2ffd8, #w-node-_971062c3-0452-2cf5-247f-e3ce615bace1-edd2ffd8, #w-node-_971062c3-0452-2cf5-247f-e3ce615bacea-edd2ffd8, #w-node-_971062c3-0452-2cf5-247f-e3ce615bacf3-edd2ffd8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54df06be-0162-0e03-8f20-e1081e1fd735-edd2ffe1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d3c85694-f489-c24e-099f-0c9fdab6f069-edd2ffe1 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7059630c-dd6b-d52b-80ab-9f5d7fe23fbc-edd2ffe1 {
    order: 9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_0b18b1a9-e152-c2bf-507a-7f036ccefdde-edd2ffe1 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27d3d5c7-f6f8-1e4a-44d1-c3593ce46431-edd2ffe1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1c0adcf0-973a-e571-1df8-fd0dd55dab26-edd2ffe1, #w-node-_3f360628-9a8d-7ee2-f294-62828a0e008d-edd2ffe1, #w-node-_3e24b142-1efa-bfaf-00ef-31f1fb9a6810-edd2ffe1, #w-node-_85895eaa-fb01-92fc-dc80-c4c0a9cb6b70-edd2ffe1, #w-node-_7aba2535-56a7-d3b1-6ff5-7adb6cec0cc8-edd2ffe1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27d3d5c7-f6f8-1e4a-44d1-c3593ce46431-edd2ffe2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1c0adcf0-973a-e571-1df8-fd0dd55dab26-edd2ffe2, #w-node-_3f360628-9a8d-7ee2-f294-62828a0e008d-edd2ffe2, #w-node-_3e24b142-1efa-bfaf-00ef-31f1fb9a6810-edd2ffe2, #w-node-_85895eaa-fb01-92fc-dc80-c4c0a9cb6b70-edd2ffe2, #w-node-_7aba2535-56a7-d3b1-6ff5-7adb6cec0cc8-edd2ffe2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27d3d5c7-f6f8-1e4a-44d1-c3593ce46431-edd2ffe3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1c0adcf0-973a-e571-1df8-fd0dd55dab26-edd2ffe3, #w-node-_3f360628-9a8d-7ee2-f294-62828a0e008d-edd2ffe3, #w-node-_3e24b142-1efa-bfaf-00ef-31f1fb9a6810-edd2ffe3, #w-node-_85895eaa-fb01-92fc-dc80-c4c0a9cb6b70-edd2ffe3, #w-node-_7aba2535-56a7-d3b1-6ff5-7adb6cec0cc8-edd2ffe3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27d3d5c7-f6f8-1e4a-44d1-c3593ce46431-edd2ffe4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1c0adcf0-973a-e571-1df8-fd0dd55dab26-edd2ffe4, #w-node-_3f360628-9a8d-7ee2-f294-62828a0e008d-edd2ffe4, #w-node-_3e24b142-1efa-bfaf-00ef-31f1fb9a6810-edd2ffe4, #w-node-_85895eaa-fb01-92fc-dc80-c4c0a9cb6b70-edd2ffe4, #w-node-_7aba2535-56a7-d3b1-6ff5-7adb6cec0cc8-edd2ffe4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54df06be-0162-0e03-8f20-e1081e1fd735-edd2ffe5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d3c85694-f489-c24e-099f-0c9fdab6f069-edd2ffe5 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7059630c-dd6b-d52b-80ab-9f5d7fe23fbc-edd2ffe5 {
    order: 9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_0b18b1a9-e152-c2bf-507a-7f036ccefdde-edd2ffe5 {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27d3d5c7-f6f8-1e4a-44d1-c3593ce46431-edd2ffe5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1c0adcf0-973a-e571-1df8-fd0dd55dab26-edd2ffe5, #w-node-_3f360628-9a8d-7ee2-f294-62828a0e008d-edd2ffe5, #w-node-_3e24b142-1efa-bfaf-00ef-31f1fb9a6810-edd2ffe5, #w-node-_85895eaa-fb01-92fc-dc80-c4c0a9cb6b70-edd2ffe5, #w-node-_7aba2535-56a7-d3b1-6ff5-7adb6cec0cc8-edd2ffe5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a1f-edd2ffe6 {
    grid-area: Feature-Row;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a2a-edd2ffe6 {
    grid-area: Area-2;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a2d-edd2ffe6 {
    grid-area: Area;
  }

  #w-node-_50e1cd1e-a2db-d173-74bb-f87c90af6909-edd2ffe6 {
    grid-area: Feature-Row;
  }

  #w-node-_50e1cd1e-a2db-d173-74bb-f87c90af6913-edd2ffe6 {
    grid-area: Area-2;
  }

  #w-node-_50e1cd1e-a2db-d173-74bb-f87c90af6916-edd2ffe6 {
    grid-area: Area;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a31-edd2ffe6 {
    grid-area: Feature-Row;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a36-edd2ffe6 {
    grid-area: Area-2;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a38-edd2ffe6 {
    grid-area: Area;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a3b-edd2ffe6 {
    grid-area: Feature-Row;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a46-edd2ffe6 {
    grid-area: Area-2;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a49-edd2ffe6 {
    grid-area: Area;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a4d-edd2ffe6 {
    grid-area: Feature-Row;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a52-edd2ffe6 {
    grid-area: Area-2;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a54-edd2ffe6 {
    grid-area: Area;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a57-edd2ffe6, #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a69-edd2ffe6, #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a7b-edd2ffe6, #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a87-edd2ffe6, #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a93-edd2ffe6, #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95aa8-edd2ffe6 {
    grid-area: Feature-Row;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95aad-edd2ffe6 {
    grid-area: Area-2;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95aaf-edd2ffe6 {
    grid-area: Area;
  }

  #w-node-_10bb3ba8-896d-ea5d-7ec9-7bcc0c9efa8f-edd2ffe6 {
    grid-area: Feature-Row;
  }

  #w-node-_10bb3ba8-896d-ea5d-7ec9-7bcc0c9efa94-edd2ffe6 {
    grid-area: Area-2;
  }

  #w-node-_10bb3ba8-896d-ea5d-7ec9-7bcc0c9efa96-edd2ffe6 {
    grid-area: Area;
  }

  #w-node-_5763e52d-9702-1e1e-cf70-93a29c23e5bc-edd2ffe6 {
    grid-area: Feature-Row;
  }

  #w-node-_5763e52d-9702-1e1e-cf70-93a29c23e5c1-edd2ffe6 {
    grid-area: Area-2;
  }

  #w-node-_5763e52d-9702-1e1e-cf70-93a29c23e5c3-edd2ffe6 {
    grid-area: Area;
  }

  #w-node-_452823a8-078d-470b-66d0-b9792c421397-edd2ffe6 {
    grid-area: Feature-Row;
  }

  #w-node-_452823a8-078d-470b-66d0-b9792c42139c-edd2ffe6 {
    grid-area: Area-2;
  }

  #w-node-_452823a8-078d-470b-66d0-b9792c42139e-edd2ffe6 {
    grid-area: Area;
  }

  #w-node-_23409654-4a09-d9e3-6a32-f441cbcc614e-edd2ffe6 {
    grid-area: Feature-Row;
  }

  #w-node-_23409654-4a09-d9e3-6a32-f441cbcc6153-edd2ffe6 {
    grid-area: Area-2;
  }

  #w-node-_23409654-4a09-d9e3-6a32-f441cbcc6155-edd2ffe6 {
    grid-area: Area;
  }

  #w-node-_972f9ffd-2d0b-e8c9-159b-e0d6d26d4c98-edd2ffe6 {
    grid-area: Feature-Row;
  }

  #w-node-_972f9ffd-2d0b-e8c9-159b-e0d6d26d4c9d-edd2ffe6 {
    grid-area: Area-2;
  }

  #w-node-_972f9ffd-2d0b-e8c9-159b-e0d6d26d4c9f-edd2ffe6 {
    grid-area: Area;
  }

  #w-node-_13dec192-9794-4e7f-e307-6252a0085de4-edd2ffe6 {
    grid-area: Feature-Row;
  }

  #w-node-_13dec192-9794-4e7f-e307-6252a0085dea-edd2ffe6 {
    grid-area: Area-2;
  }

  #w-node-_13dec192-9794-4e7f-e307-6252a0085dec-edd2ffe6 {
    grid-area: Area;
  }

  #w-node-_3f9318d0-8b3d-2734-2efc-0c06e27f365e-edd2ffe6 {
    grid-area: Feature-Row;
  }

  #w-node-_3f9318d0-8b3d-2734-2efc-0c06e27f3664-edd2ffe6 {
    grid-area: Area-2;
  }

  #w-node-_3f9318d0-8b3d-2734-2efc-0c06e27f3667-edd2ffe6 {
    grid-area: Area;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95ab2-edd2ffe6 {
    grid-area: Feature-Row;
  }

  #w-node-_54df06be-0162-0e03-8f20-e1081e1fd735-bfacb0db {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d3c85694-f489-c24e-099f-0c9fdab6f069-bfacb0db {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7059630c-dd6b-d52b-80ab-9f5d7fe23fbc-bfacb0db {
    order: 9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_0b18b1a9-e152-c2bf-507a-7f036ccefdde-bfacb0db {
    order: 0;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27d3d5c7-f6f8-1e4a-44d1-c3593ce46431-bfacb0db {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1c0adcf0-973a-e571-1df8-fd0dd55dab26-bfacb0db, #w-node-_3f360628-9a8d-7ee2-f294-62828a0e008d-bfacb0db, #w-node-_3e24b142-1efa-bfaf-00ef-31f1fb9a6810-bfacb0db, #w-node-_85895eaa-fb01-92fc-dc80-c4c0a9cb6b70-bfacb0db, #w-node-_7aba2535-56a7-d3b1-6ff5-7adb6cec0cc8-bfacb0db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a1f-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a2a-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a2d-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_50e1cd1e-a2db-d173-74bb-f87c90af6909-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_50e1cd1e-a2db-d173-74bb-f87c90af6913-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_50e1cd1e-a2db-d173-74bb-f87c90af6916-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a31-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a36-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a38-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_5e11bbdb-4a82-562b-5a07-595ca2a05d0c-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_5e11bbdb-4a82-562b-5a07-595ca2a05d12-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_5e11bbdb-4a82-562b-5a07-595ca2a05d14-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_1b8fdb6d-ea98-59a6-a3a5-6b115c80ec7a-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_1b8fdb6d-ea98-59a6-a3a5-6b115c80ec80-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_1b8fdb6d-ea98-59a6-a3a5-6b115c80ec82-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_046cb2a7-323f-497b-ae93-4738e50aaa8e-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_046cb2a7-323f-497b-ae93-4738e50aaa94-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_046cb2a7-323f-497b-ae93-4738e50aaa96-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_19a287aa-ba71-7140-bc21-e599c1bb78d7-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_19a287aa-ba71-7140-bc21-e599c1bb78dd-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_19a287aa-ba71-7140-bc21-e599c1bb78df-45abc8d0 {
    grid-area: Area;
  }

  #w-node-ee5ed191-c2b8-d9c7-c811-c4c104b6ef7a-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-ee5ed191-c2b8-d9c7-c811-c4c104b6ef80-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-ee5ed191-c2b8-d9c7-c811-c4c104b6ef82-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a3b-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a46-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a49-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a4d-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a52-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a54-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a57-45abc8d0, #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a69-45abc8d0, #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a7b-45abc8d0, #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a87-45abc8d0, #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95a93-45abc8d0, #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95aa8-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95aad-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95aaf-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_10bb3ba8-896d-ea5d-7ec9-7bcc0c9efa8f-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_10bb3ba8-896d-ea5d-7ec9-7bcc0c9efa94-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_10bb3ba8-896d-ea5d-7ec9-7bcc0c9efa96-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_5763e52d-9702-1e1e-cf70-93a29c23e5bc-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_5763e52d-9702-1e1e-cf70-93a29c23e5c1-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_5763e52d-9702-1e1e-cf70-93a29c23e5c3-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_452823a8-078d-470b-66d0-b9792c421397-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_452823a8-078d-470b-66d0-b9792c42139c-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_452823a8-078d-470b-66d0-b9792c42139e-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_23409654-4a09-d9e3-6a32-f441cbcc614e-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_23409654-4a09-d9e3-6a32-f441cbcc6153-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_23409654-4a09-d9e3-6a32-f441cbcc6155-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_972f9ffd-2d0b-e8c9-159b-e0d6d26d4c98-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_972f9ffd-2d0b-e8c9-159b-e0d6d26d4c9d-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_972f9ffd-2d0b-e8c9-159b-e0d6d26d4c9f-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_13dec192-9794-4e7f-e307-6252a0085de4-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_13dec192-9794-4e7f-e307-6252a0085dea-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_13dec192-9794-4e7f-e307-6252a0085dec-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_61fa458f-3b0b-377d-58fa-5cfb56dbb783-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_61fa458f-3b0b-377d-58fa-5cfb56dbb789-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_61fa458f-3b0b-377d-58fa-5cfb56dbb78c-45abc8d0 {
    grid-area: Area;
  }

  #w-node-caa4141d-52cb-ca6e-f68e-6cf19f2d5f5c-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-caa4141d-52cb-ca6e-f68e-6cf19f2d5f62-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-caa4141d-52cb-ca6e-f68e-6cf19f2d5f65-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_3f9318d0-8b3d-2734-2efc-0c06e27f365e-45abc8d0 {
    grid-area: Feature-Row;
  }

  #w-node-_3f9318d0-8b3d-2734-2efc-0c06e27f3664-45abc8d0 {
    grid-area: Area-2;
  }

  #w-node-_3f9318d0-8b3d-2734-2efc-0c06e27f3667-45abc8d0 {
    grid-area: Area;
  }

  #w-node-_7ae3aaf4-909c-6997-3d3b-18b432d95ab2-45abc8d0 {
    grid-area: Feature-Row;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_54df06be-0162-0e03-8f20-e1081e1fd735-edd2ffd8, #w-node-_54df06be-0162-0e03-8f20-e1081e1fd735-edd2ffe1, #w-node-_54df06be-0162-0e03-8f20-e1081e1fd735-edd2ffe5, #w-node-_54df06be-0162-0e03-8f20-e1081e1fd735-bfacb0db {
    display: grid;
  }
}


