@font-face {
  font-family: Journal;
  src: url('../fonts/Journal.eot') format("embedded-opentype"), url('../fonts/Journal.woff') format("woff"), url('../fonts/Journal.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #ffbe00;
  --white-smoke: #f4f4f4;
  --black: black;
  --white: white;
  --black-2: #282b2b;
  --highlighter-blue: #6bd4ff;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #282b2b;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: .02em;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: .902778;
}

h2 {
  text-transform: capitalize;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  text-transform: capitalize;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 2;
}

p {
  letter-spacing: .025em;
  margin-bottom: 10px;
  font-weight: 500;
}

a {
  color: var(--gold);
  font-weight: 500;
  text-decoration: underline;
}

li {
  margin-bottom: .5rem;
  font-weight: 500;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  text-align: left;
  letter-spacing: .08em;
  margin-bottom: 5px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

blockquote {
  border-style: none;
  border-width: 1rem 0 1rem 2rem;
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  border-radius: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.padding-small {
  padding: 1.5rem;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-medium {
  margin: 2rem;
}

.max-width-medium {
  width: 100%;
  max-width: 41rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.show-mobile-portrait {
  display: none;
}

.stylesystem_color-sample {
  border: 1px solid #000;
  padding: 8rem 1.5rem 1.25rem;
}

.stylesystem_color-sample.black {
  background-color: var(--black);
}

.stylesystem_color-sample.lightgrey {
  background-color: var(--white-smoke);
}

.stylesystem_color-sample.white {
  background-color: var(--white);
}

.heading-xsmall {
  letter-spacing: .03em;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}

.heading-xsmall.text-weight-xbold {
  letter-spacing: .08em;
}

.heading-xsmall.fade {
  color: var(--black);
  text-shadow: 0 1px 1px #0000;
}

.show {
  display: block;
}

.form-radio {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
}

.form-radio.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.padding-tiny {
  padding: .25rem;
}

.icon-xsmall {
  width: 1.5rem;
}

.background-color-lightgrey, .stylesystem-spacing-wrapper {
  background-color: #f4f4f4;
}

.text-rich-text {
  background-color: #0000;
}

.text-rich-text a {
  color: var(--black);
  background-image: url('../images/bg_large_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 105%;
  text-decoration: underline;
}

.text-rich-text figcaption {
  color: var(--black);
  font-size: .7rem;
  font-weight: 400;
}

.background-color-white {
  background-color: #fff;
}

.button-secondary {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-secondary.button-small {
  padding: .5rem 1.25rem;
}

.button-secondary.invert-colors {
  color: #fff;
  border-color: #fff;
}

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

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-small {
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-size-tiny {
  letter-spacing: .1em;
  font-size: .8125rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.tab-link {
  color: #231f20cc;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(to right, #ffcb3f33, #f9e36b2e 38%, #fff);
  border: 2px dashed #231f20;
  flex: none;
  width: 21rem;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.tab-link.w--current {
  border-style: solid;
  border-color: var(--gold);
  background-color: var(--gold);
  color: #000;
  text-transform: uppercase;
  background-image: none;
}

.tab-link.tab-2 {
  border-left-style: none;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
}

.tab-link.tab-1 {
  border-right-style: none;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

.padding-xxsmall {
  padding: .5rem;
}

.max-width-large {
  width: auto;
  max-width: 53rem;
}

.max-width-large.align-center.text-align-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 53rem;
  display: flex;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.padding-top, .padding-top.padding-large {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-muted {
  opacity: .6;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.icon-xlarge {
  width: 6.5rem;
}

.overflow-auto {
  overflow: auto;
}

.padding-xsmall {
  padding: 1rem;
}

.page-padding {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  padding: 4rem 5%;
}

.page-padding.bottom {
  padding-bottom: 8rem;
}

.page-padding.top {
  padding-top: 8rem;
}

.page-padding.big {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.page-padding.no-top {
  padding-top: 0;
}

.page-padding.no-margin {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.margin-xhuge {
  margin: 7rem;
}

.container-medium {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
}

.form-input {
  color: #000;
  background-color: #0000;
  border: 1px dashed #a2a4a7;
  border-radius: 2rem;
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 1rem;
  padding: .5rem .75rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.select {
  background-color: #fff;
  background-image: none;
}

.form-input.text-area {
  height: auto;
  min-height: 6.5vw;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input._2 {
  background-color: var(--white);
  border-color: #161515;
  border-radius: 0 0 1rem;
}

.form-input._2.textarea {
  min-height: 6rem;
}

.margin-large {
  margin: 3rem;
}

.button-tertiary {
  color: #282b2b8c;
  letter-spacing: .03em;
  text-transform: uppercase;
  border: 2px solid #808083;
  border-radius: 1.5rem;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-tertiary:hover {
  color: #282b2b;
}

.button-tertiary.invert-colors {
  color: #fff;
}

.text-size-small {
  font-size: .875rem;
}

.rl-styleguide_classes {
  display: none;
}

.margin-small {
  margin: 1.5rem;
}

.form_grid-1-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 32px;
}

.styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: 4px 8px;
  position: sticky;
  top: 0;
}

.field-label {
  letter-spacing: .025em;
  margin-bottom: .5rem;
  font-size: 2vw;
  font-weight: 500;
}

.form-field-wrapper {
  position: relative;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.text-style-link {
  text-decoration: underline;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-tiny {
  margin: .25rem;
}

.heading-xlarge {
  letter-spacing: -.01em;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.background-color-black-2 {
  background-color: #000;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 5px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.button-tertiary_icon {
  margin-left: .75rem;
}

.icon-xxsmall {
  width: 1rem;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.page-wrapper {
  margin-top: 4.5rem;
}

.page-wrapper.home-page {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  margin-top: 4.5rem;
}

.padding-medium {
  padding: 2rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-huge {
  padding: 6rem;
}

.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form-checkbox {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  transition: all .2s;
}

.form-checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.text-weight-xbold {
  font-weight: 800;
}

.margin-xxsmall {
  margin: .5rem;
}

.checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.show-mobile-landscape {
  display: none;
}

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

.icon-small {
  width: 2rem;
}

.text-weight-normal {
  font-weight: 400;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-xxlarge {
  padding: 5rem;
}

.text-color-white {
  color: #fff;
}

.padding-0 {
  padding: 0;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-xlarge.align-center.text-align-center {
  background-color: #f4f4f400;
  border-radius: 1.2rem;
}

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

.show-tablet {
  display: none;
}

.button-row-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.button-row-grid.landscape-1-col.hide, .button-row-grid.mobile-1-col.hide {
  display: none;
}

.button-row-grid.margin {
  color: #282b2b00;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

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

.margin-xsmall {
  margin: 1rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-right.margin-small.no-shrink {
  flex: none;
}

.text-size-regular {
  font-size: 1rem;
}

.margin-huge {
  margin: 6rem;
}

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

.text-color-black {
  color: #000;
}

.text-size-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
}

.text-size-medium.text-weight-xbold {
  color: var(--black);
  letter-spacing: .08em;
  font-weight: 800;
}

.text-size-medium.text-weight-semibold {
  margin-bottom: 0;
  font-weight: 600;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.max-width-small {
  width: 100%;
  max-width: 28rem;
}

.icon-medium {
  width: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.button {
  background-color: var(--gold);
  color: #221f20;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  transition: all .3s;
}

.button:hover {
  background-color: var(--black);
  color: var(--gold);
  box-shadow: 0 4px 7px #0003;
}

.button.invert-colors {
  color: #000;
  background-color: #fff;
}

.button.button-small {
  padding: .5rem 1.25rem;
  font-size: .95rem;
}

.button.button-small.nav-button {
  border: 2px solid var(--gold);
  flex: none;
  margin-left: 3.5rem;
  transition: all .3s;
  box-shadow: 2px 2px 3px 2px #0000001a;
}

.button.button-small.nav-button:hover {
  background-color: #0000;
}

.button.button_submit {
  letter-spacing: .08em;
  padding: .7rem 2rem .6rem;
  font-size: .875rem;
  font-weight: 900;
}

.button.button_submit.large {
  border-radius: 2rem;
  padding: 1rem 2.5rem;
  font-size: 2rem;
}

.button.btn_md {
  padding: .9rem 1rem .7rem;
  font-size: 1.1875rem;
}

.button.tour-link {
  border: 3px solid var(--black-2);
  color: var(--black);
  background-color: #0000;
}

.button.tour-link:hover {
  background-color: var(--black-2);
  color: var(--gold);
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.padding-xhuge {
  padding: 7rem;
}

.tabs-menu {
  border-bottom: 1px #00000026;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: auto;
}

.tabs-menu.no-scrollbar {
  padding-right: 24px;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.container-large {
  background-color: #f000;
  justify-content: center;
  width: 100%;
  max-width: 111.25rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.padding-large {
  padding: 3rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.margin-0 {
  margin: 0;
}

.heading-large {
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.18182;
}

.heading-large.align-center {
  text-align: center;
}

.heading-large.align-center.padding-edit {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.text-style-italic {
  font-style: italic;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.container-small {
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-size-large {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.text-size-large.text-align-center {
  text-align: center;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.form-radio-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.styleguide-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-large {
  width: 5rem;
}

.form-checkbox-label {
  margin-bottom: 0;
  padding-left: 1rem;
}

.text-style-allcaps {
  color: #000;
  text-transform: uppercase;
}

.hide {
  display: none;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.image-wrapper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-xxlarge {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 5.9375rem;
  font-weight: 700;
  line-height: 1.12632;
}

.heading-xxlarge.yellow-text {
  color: var(--gold);
}

.heading-xxlarge.yellow-text.wfg_style {
  line-height: 1;
}

.navbar {
  z-index: 998;
  border-bottom: 1px solid var(--white-smoke);
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 4.5rem;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.nav-logo {
  clear: left;
  width: 100%;
  max-width: 13rem;
  margin-right: auto;
  display: block;
  position: relative;
}

._w-nav-link {
  color: #000;
  letter-spacing: .08em;
  text-transform: uppercase;
  flex: none;
  padding: .75rem .5rem .75rem .75rem;
  font-weight: 600;
  line-height: 1.17647;
  transition: color .3s;
  position: static;
}

._w-nav-link:hover {
  background-color: var(--white-smoke);
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px #000;
  border-radius: 8px;
}

._w-nav-link.w--current {
  color: #282b2b;
  border-bottom: 1px dashed #282b2b;
  display: none;
}

.nav-menu {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.nav-container {
  grid-column-gap: 0vw;
  color: var(--black);
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1px;
  line-height: 1.1;
  display: none;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image {
  z-index: 0;
  opacity: .48;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: -31.6vh 0% auto;
}

.text-color-yellow {
  color: var(--gold);
}

.text-color-yellow.text-style-allcaps.text-weight-bold.upgrades {
  font-size: 1.5rem;
}

.font-jurnal-50 {
  letter-spacing: .03em;
  font-family: Journal, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1;
}

.font-jurnal-25 {
  letter-spacing: .03em;
  font-family: Journal, sans-serif;
  font-size: 1.5625rem;
  line-height: 1.2;
}

.hero_bottom-text {
  text-align: center;
  background-color: #0000;
  border: 3px #000;
  width: 100%;
  padding: 8px 0;
}

.hero-container {
  background-color: #0000;
  border-radius: 5.1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 110vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.hero_buttons-container {
  z-index: 20;
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-left: .5vw;
  display: flex;
  position: static;
}

.hero_main-text-block {
  background-color: #0000;
  border: 3px #000;
  border-radius: 0;
  width: 100%;
  max-width: 1300px;
  padding-left: .5rem;
  padding-right: 1rem;
  position: relative;
}

.dashed-line {
  border-top: 2px #282b2bb3;
  border-left: 1px #000;
  width: 1.5vw;
  height: 1px;
}

.dashed-line.invisible {
  border-top-color: #0000;
}

.line1 {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 2.2rem;
  display: flex;
}

.line2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 8vh;
  display: flex;
  overflow: hidden;
}

.gradient-left {
  z-index: 30;
  background-image: linear-gradient(92deg, #eaeaeae6 55%, #0000);
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 83vw 0% -3vw;
  transform: skew(-4deg);
}

.gradient-right {
  z-index: 30;
  background-image: linear-gradient(#eaeaeae6, #0000);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 84vw;
  transform: skew(3deg);
}

.footer {
  background-color: #1a1a1a;
  background-image: url('../images/footer-img.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 3.75rem;
  padding-bottom: 0;
}

.footer-grid {
  grid-column-gap: 4.25rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr .8fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_brand-link {
  height: 8.125rem;
  margin-bottom: 3.4rem;
}

.footer_tel-link {
  border-bottom: 1px solid var(--gold);
  color: #fff;
  font-size: 1.9375rem;
  font-weight: 600;
  line-height: 1.19355;
  position: relative;
}

.footer-link {
  color: #fff;
  letter-spacing: .025rem;
  border-bottom: 1px solid #0000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.66667;
  transition: border-color .3s;
}

.footer-link:hover {
  border-bottom: 1px solid var(--gold);
  color: var(--white-smoke);
}

.footer_nav-list {
  margin-bottom: 2rem;
}

.tel_bg {
  z-index: 0;
  background-color: var(--gold);
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.footer_tel-text {
  z-index: 10;
  position: relative;
}

.section {
  position: relative;
}

.section.bg-grey {
  background-color: #f7f7f7e6;
}

.section.padding-bottom {
  padding-bottom: 8rem;
}

.section.padding-bottom.padding-0 {
  padding-bottom: 0;
}

.section.lottie {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.font-journal-87 {
  letter-spacing: .04em;
  font-family: Journal, sans-serif;
  font-size: 5.4375rem;
  font-weight: 400;
  line-height: .551724;
}

.text-lead {
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 12px;
  font-size: 1.125rem;
  line-height: 1.22222;
}

.text-lead.principle {
  font-size: 1vw;
}

.font-journal-40 {
  letter-spacing: .07em;
  text-transform: capitalize;
  text-shadow: 0 0 3px var(--white);
  font-family: Journal, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: .55;
}

.font-journal-40.text-color-yellow {
  color: #fff;
  text-shadow: none;
  font-weight: 400;
}

.border_rounded-dashed {
  border: 2px dashed #80808038;
  border-radius: 1.5rem;
  padding: .5rem 1.875rem;
  display: inline-block;
}

.border_rounded-dashed.slide_bottom {
  border-color: gray;
}

.border_rounded-dashed.principle {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 53vw;
  margin-left: auto;
  margin-right: auto;
  padding: .5vw 1rem;
  display: flex;
}

.d-flex {
  display: flex;
}

.d-flex.flex_justify-center {
  justify-content: center;
}

.d-flex.flex_justify-end {
  justify-content: flex-end;
}

.d-flex.column {
  flex-direction: column;
}

.d-flex.column.justify-between {
  justify-content: space-between;
}

.d-flex.column.justify-between.landscape_row {
  flex: 1;
  justify-content: space-around;
  align-items: center;
}

.d-flex.column.justify-around {
  justify-content: space-around;
}

.d-flex.column.justify-around.landscape_row {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.d-flex.landscape_column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.d-flex.flex_justify-between {
  justify-content: space-between;
}

.d-flex.flex_justify-between.mob-column {
  justify-content: center;
}

.section_overlay {
  height: 100%;
  position: fixed;
  inset: 0%;
}

.heading-large_journal-126 {
  font-family: Journal, sans-serif;
  font-size: 7.875rem;
  font-weight: 400;
  line-height: 1;
}

.heading-large_journal-126.text-color-yellow.slide_bottom {
  color: var(--gold);
}

.grid-4 {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 140px;
  display: grid;
}

.card_border-dashed {
  background-image: linear-gradient(140deg, var(--white-smoke), white);
  border: 2px dashed #a5a7aa;
  border-radius: 1.125rem;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.card_border-dashed.shadow {
  box-shadow: 0 6px 6px 5px #00000014;
}

.card_border-dashed.shadow.background-color-white {
  margin-right: 0;
}

.card-title {
  text-align: left;
  border-bottom: 2px dashed #a5a7aa;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  position: relative;
}

.card-title.sizing_grow {
  flex: 1;
  align-items: center;
  display: flex;
}

.card-title._2 {
  padding-right: 1rem;
}

.card_body {
  text-align: center;
  align-self: auto;
  padding: .75rem 1rem;
}

.testimonial_quote {
  color: var(--black-2);
  text-align: left;
  letter-spacing: .04em;
  background-color: #0000;
  background-image: none;
  border-left-style: none;
  border-left-width: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 10px 0 0;
  font-family: Journal, sans-serif;
  font-size: 2.2rem;
  line-height: 1.16667;
  display: inline;
}

.text_client-name {
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.21429;
  display: block;
}

.compromise-img {
  height: auto;
  margin-top: -1.8rem;
}

.partners_logo-container {
  opacity: .35;
}

.partners_logo-container._w-75 {
  width: 75%;
}

.partners_logos {
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 25%;
  display: flex;
}

.partners_logos.fade {
  flex: 1;
  justify-content: space-around;
  width: 100%;
}

.blog_title {
  letter-spacing: .08em;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875;
  display: inline;
}

.h2_sm {
  font-size: 2.25rem;
}

.font-journal-80 {
  letter-spacing: .04em;
  text-transform: none;
  font-family: Journal, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: .551724;
}

.testimonails_block {
  margin-top: 2.5rem;
  position: relative;
}

.testimonials_image {
  width: 4rem;
  position: absolute;
  inset: -2.6rem auto auto -2rem;
}

.system_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.system_part {
  text-align: center;
  padding-top: 3.625rem;
  padding-bottom: 3.625rem;
  position: relative;
}

.system_part.tour {
  border-radius: 10px;
}

.system_part.tour:hover {
  color: var(--black-2);
}

.font-journal-60 {
  font-family: Journal, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
}

.bg_circle {
  justify-content: center;
  align-items: center;
  height: 90%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.relative {
  position: relative;
}

.relative.neg-margin {
  margin-top: -7vh;
}

.brand {
  flex: 0 auto;
  width: 100%;
  max-width: 13rem;
  margin-right: auto;
}

.brand.w--current {
  width: 13rem;
  max-width: none;
  margin-right: 0;
}

.nav_inner-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  display: flex;
}

.blog_image {
  border: 1px solid #282b2b;
  border-bottom-right-radius: 7.75px;
  border-bottom-left-radius: 7.75px;
}

.img-full {
  object-fit: contain;
  height: 100%;
}

.pricing_hero {
  background-image: url('../images/pricing_hero_1pricing_hero.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 3rem;
  padding-bottom: 7rem;
}

.pricing_hero.cpartners_bg {
  background-image: url('../images/partners_bg_1partners_bg.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 7.2rem;
  padding-bottom: 20rem;
}

.pricing_hero.system {
  background-image: url('../images/1-2-3.png'), url('../images/cp_bg_1cp_bg.webp');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  padding-top: 8rem;
  padding-bottom: 15rem;
}

.pricing_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 85.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.pricing_block {
  background-color: var(--white);
  border: 2px dashed #a3a5a880;
  border-radius: 1.5rem;
  padding: 1rem 2rem;
  box-shadow: 4px 4px 6px 1px #0000000d;
}

.pricing_block.black {
  color: #fff;
  background-color: #231f20;
  border-style: none;
  position: relative;
}

.tabs-content {
  padding-top: 6rem;
}

.pricing_tag {
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 1.18182;
}

.upgrades_table {
  background-color: var(--white);
  border: 1.5px dashed #a3a5a8;
  border-radius: 1.5rem;
  width: 100%;
  max-width: 85.5rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 4px 4px 6px 1px #0000000d;
}

.upgrade-table_header {
  border-bottom: 1.5px #a3a5a8;
  align-items: stretch;
  padding: .9rem 1rem;
  display: flex;
}

.circle-decor {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  margin-right: 1rem;
  display: flex;
}

.upgrades-table_body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  border-bottom-color: #00000054;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .5fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: grid;
}

.table_column-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3.5rem;
}

.table_column-header.border-bottom {
  border-bottom: 1.5px #a3a5a8;
}

.table_column-body {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 2rem;
  padding-right: .5rem;
  display: flex;
}

.table_column-body.border {
  border-right: 1.5px #a3a5a8;
}

.table_column-body.border.first-row {
  border-right-style: none;
  padding-top: 0;
}

.table_column-body.first-row {
  padding-top: 0;
}

.table_column-body.last-row, .table_column-body.last-row.border {
  padding-bottom: 0;
}

.table_column-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1875rem;
  line-height: 1.57895;
  display: flex;
}

.table_column-text.text-weight-xbold {
  color: var(--black);
}

.gradient_decor {
  background-image: linear-gradient(to right, #fff, #ffcb3f33);
  border-radius: 5px;
  width: 100%;
}

.div-block {
  flex: none;
}

.text-outlined {
  color: #fff;
  letter-spacing: .06em;
  font-size: 3.125rem;
  font-weight: 800;
  line-height: .96;
}

.navbar_wrapper {
  align-items: center;
  width: 100%;
  max-width: 111.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: relative;
}

.historian-row {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.historian-row._2 {
  margin-left: 21vw;
}

.historian-row._3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-left: 37vw;
}

.partner_img {
  width: 100%;
  display: block;
}

.fade, .slide_bottom {
  text-transform: uppercase;
}

.font-journal-98 {
  letter-spacing: .04em;
  font-family: Journal, sans-serif;
  font-size: 6.125rem;
  font-weight: 400;
  line-height: .897959;
}

.font-journal-98.text-color-yellow.slide_bottom {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-size-18 {
  letter-spacing: .025em;
  font-size: 1.1rem;
  line-height: 2;
}

.text-size-18.fade {
  text-align: center;
}

.margin-top-n1 {
  margin-top: -1rem;
}

.table_footer {
  border-top: 1.5px #a3a5a8;
  padding: .9rem;
}

.table_footer-decor {
  background-image: linear-gradient(to right, #fff, #ffcb3f33);
  border-bottom-right-radius: 5px;
  width: 100%;
  height: 1.5rem;
}

.pricing_img-decor {
  width: 4rem;
  position: absolute;
  inset: -1.5rem auto auto .5rem;
}

.table_private-pricing {
  margin-top: 5.5rem;
}

.table-pp_header {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 9.5rem;
  grid-auto-columns: 1fr;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.table-pp_body {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  background-image: none;
  border: 1px dashed #a3a5a8;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  padding: 1rem 2rem;
  display: grid;
  box-shadow: 4px 4px 6px 1px #0000000d;
}

.table-pp_body.black {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  color: #fff;
  background-image: none;
  border-style: solid;
  border-color: #282b2b;
  grid-template-columns: 2.5fr;
}

.testimonial_block {
  border: 1px dashed #a4a6a9;
  border-radius: 1.5625rem;
  width: 100%;
  max-width: 32.8125rem;
  margin-top: 7rem;
  position: relative;
}

.testimonial_photo {
  text-align: center;
  border-radius: 50%;
  width: 15rem;
  height: 15rem;
  overflow: hidden;
  box-shadow: 2px 2px 5px 3px #0000001a;
}

.testimonail_photo-container {
  background-color: #fff;
  border: 1px dashed #a4a6a9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16.5rem;
  height: 16.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial_header {
  text-align: right;
  border-bottom: 1px dashed #a4a6a9;
  padding: 1rem;
}

.testimonial_body {
  text-align: center;
  padding: 9rem 2.3rem 2.5rem;
}

.testimonial-photo_wrapper {
  position: absolute;
  inset: -6.25rem 0% auto;
}

.testimonials {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

.testimonial_slide {
  padding-left: 2rem;
  padding-right: 2rem;
}

.t_gradient-left {
  background-image: linear-gradient(to right, #fff, #0000);
  width: 30%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.t_gradient-right {
  background-image: linear-gradient(to right, #0000, #fff);
  width: 30%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testimonial_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.t-slider_arrows {
  justify-content: center;
  align-items: center;
  margin-top: -1.5rem;
  display: flex;
  position: relative;
}

.prev {
  background-image: url('../images/arrow-prev.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 8.5rem;
}

.next {
  z-index: 999;
  background-image: url('../images/arrrow-next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 8.5rem;
  position: relative;
}

.heading-xxlarge-2 {
  color: var(--black);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.12632;
}

.heading-xxlarge-2.text-color-yellow {
  align-self: center;
}

.heading-xxlarge-2.lh-1 {
  line-height: .909091;
}

.heading-xxlarge-2.lh-1.slide_bottom {
  color: #000;
  background-color: #f4f4f400;
  border-radius: 1.12rem;
}

.lottie_bg {
  padding-left: 8vw;
  padding-right: 16vw;
  display: none;
  position: absolute;
  inset: -8vh 0% 0% 0;
}

.lottie-animation {
  width: 60rem;
}

.system_img-block {
  justify-content: center;
  align-items: center;
  height: 21rem;
  display: flex;
  position: relative;
}

.image {
  margin-top: -9.8rem;
}

.text-size-xlarge {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.img_bird {
  z-index: 1;
  border-radius: 0;
  width: 4.125vw;
  position: absolute;
  inset: -2.2vw auto auto -2.3vw;
}

.img_bird._2 {
  border-radius: 0;
  position: relative;
  top: 0;
  left: -1.6vw;
}

.text-relative {
  z-index: 10;
  position: relative;
}

.bg_circle2 {
  background-color: #f7d93333;
  border-radius: 50%;
  width: 21vw;
  height: 21vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-color-black-10 {
  color: #282b2b1a;
}

.text-weight-xxbold {
  text-transform: uppercase;
  font-weight: 800;
}

.list-item {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1.75rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: .5rem;
  display: grid;
}

.columns {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.illustration-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33vw;
  margin-left: auto;
  padding-top: 0;
  display: flex;
}

.illustration-block.center {
  justify-content: center;
  width: 700px;
  position: relative;
}

.illustration_line {
  background-color: #161515;
  width: .18vw;
  height: 54vh;
  margin-top: 26vh;
  display: none;
  position: absolute;
}

.illustration_line.large {
  height: 40rem;
}

.illustration_line.historian {
  height: 200vh;
  margin-top: 34vh;
}

.illustration_line.sm {
  height: 25vh;
}

.illustration_line.part-3 {
  height: 75vh;
}

.illustration_line.collectors {
  height: 20vh;
  margin-top: 40vh;
  display: none;
}

.tour_hero {
  align-items: center;
  display: flex;
}

.p_bg {
  background-image: url('../images/bg_md_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 4px;
  padding-right: 4px;
}

.p_bg.hatch {
  background-image: url('../images/hatch.svg'), url('../images/bg_md.svg');
  background-position: 100% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 48%, 100%;
  margin-bottom: -7px;
  padding-bottom: 7px;
  padding-right: 3vw;
  display: inline-block;
}

.p_bg.hatch2 {
  background-image: url('../images/bg_md_1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: -7px;
  padding-bottom: 7px;
  padding-right: 16px;
  display: inline-block;
}

.text_ml-5 {
  margin-left: -5px;
}

.line_part1 {
  background-color: #161515;
  width: .2vw;
  height: 100%;
  margin-top: -2vh;
  position: absolute;
  inset: 0% 20% 0% auto;
}

.section_inner {
  align-items: center;
  display: flex;
  position: relative;
}

.section_inner.pt-25 {
  padding-top: 25vh;
}

.section_inner.stretch {
  align-items: stretch;
}

.urgent-icon {
  width: 17vw;
  margin-top: 0;
  margin-bottom: 0;
}

.part-one {
  position: relative;
}

.sticky_block {
  display: none;
  position: sticky;
  top: 8rem;
}

.data_list {
  position: absolute;
  inset: 32vh auto auto 0%;
}

.bg-text {
  background-image: url('../images/bg_text-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: -5px;
  padding-left: 5px;
  padding-right: 5px;
}

.content_center {
  padding-top: 25vh;
}

.letter-spacing-0 {
  letter-spacing: 0;
}

.history_grid {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5rem 1fr;
  grid-auto-columns: 1fr;
  align-items: baseline;
  width: 82%;
  display: grid;
}

.form_container {
  width: 100%;
  min-width: 24vw;
  margin-top: -22rem;
  margin-right: -5vw;
  position: relative;
}

.columns-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 33vw;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.form_container-2 {
  width: 100%;
  max-width: 24.375rem;
  margin-top: 1vh;
  margin-bottom: 2vh;
}

.historical_img-container {
  flex: none;
  align-items: center;
  display: flex;
}

.h_line {
  background-color: #161515;
  width: 2vw;
  height: 3px;
  margin-top: 15rem;
  position: absolute;
  right: -2vw;
}

.table {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 6.75rem 6.75rem;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 1rem;
  display: grid;
}

.table_img {
  position: absolute;
  inset: 1rem auto 0% 1rem;
}

.table_th {
  text-align: center;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1;
}

.heading_vw {
  color: #000;
  letter-spacing: .02em;
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 1.12632;
}

.heading_vw.text-style-allcaps.text-color-yellow {
  color: var(--gold);
  margin-top: 0;
  font-size: 4vw;
}

.img_principle {
  width: 8vw;
}

.img_principle2 {
  width: 10vw;
}

.img_principle3 {
  width: 9vw;
}

.p_principle {
  text-transform: capitalize;
  object-fit: fill;
  width: auto;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.3;
}

.p_principle.text-weight-semibold {
  font-weight: 600;
}

.p_principle.mb-0 {
  margin-bottom: 0;
}

.p_principle.fade {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.font-journal-40-v2 {
  letter-spacing: .07em;
  text-transform: capitalize;
  font-family: Journal, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: .55;
}

.font-journal-40-v2.bg {
  background-image: url('../images/bg_md_1.svg');
  background-position: 50% 68%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -5px;
  padding-left: 5px;
  padding-right: 5px;
}

.h2vw {
  font-size: 2.5vw;
}

.h2vw.fade {
  text-transform: uppercase;
}

.font-journal-87-v2 {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: .551724;
}

.font-journal-87-v2.bg {
  background-image: url('../images/bg_large_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 8px;
  padding-right: 8px;
}

.illustration-block_img {
  position: relative;
}

.logos {
  position: absolute;
  inset: 0% 0% auto;
}

.section_part-one {
  margin-top: -25vh;
  padding-bottom: 25vh;
}

.section_part-one.last {
  padding-bottom: 10vh;
}

.max-width-50vw {
  width: 100%;
  max-width: 50vw;
}

.heading_vw-2 {
  letter-spacing: .02em;
  font-size: 4.2vw;
  font-weight: 700;
  line-height: 1.12632;
}

.content_table {
  width: 100%;
  margin-top: 4rem;
}

.heading-large_vw {
  letter-spacing: .02em;
  font-size: 2.75vw;
  font-weight: 700;
  line-height: 1.18182;
}

.text-size-xlarge_vw {
  margin-bottom: 0;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.25;
}

.text-size-xlarge_vw.text-weight-medium {
  font-weight: 500;
}

.text-size-xlarge_vw.text-weight-semibold {
  text-transform: uppercase;
  font-weight: 600;
}

.text-size-large_vw {
  margin-bottom: 0;
  font-size: 1.25vw;
}

.glass_img {
  height: 40vh;
  margin-bottom: 4px;
  margin-right: -.4vw;
}

.h4_vw {
  font-size: 1.9vw;
}

.font-journal-60_vw {
  color: var(--black-2);
  font-family: Montserrat, sans-serif;
  font-size: 3.75vw;
  font-weight: 600;
}

.heading-medium_vw {
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.3;
}

.heading-medium_vw.text-weight-xxbold {
  font-weight: 800;
  line-height: 1;
}

.historian_form-container {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
}

.table_icon, .table_icon2 {
  width: 2vw;
}

.side_navigation {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 4.5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side_nav-dot {
  background-color: #282b2b;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
  margin-top: .3rem;
  margin-bottom: .3rem;
  transition: background-color .3s;
}

.side_nav-dot:hover, .side_nav-dot.w--current {
  background-color: var(--gold);
}

.side-nav_link {
  border: 2px solid #282b2b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: .3rem;
  margin-bottom: .3rem;
  font-weight: 900;
  line-height: 1;
  transition: background-color .3s;
  display: flex;
}

.side-nav_link:hover, .side-nav_link.w--current {
  background-color: var(--gold);
}

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

.part-two {
  position: relative;
}

.section_part-two {
  padding-bottom: 25vh;
}

.section_part-two.pb-0 {
  padding-bottom: 0;
}

.section_part-two._2 {
  padding-top: 25vh;
  padding-bottom: 0;
}

.section_part-two.visualize {
  padding-top: 25vh;
}

.section_part-two.start-part-3 {
  height: 100%;
  min-height: 100vh;
  margin-top: -50vh;
  margin-bottom: -50vh;
}

.section_part-two.start-part-2 {
  height: 100%;
  min-height: 100vh;
}

.tv-icon {
  width: 100%;
  margin-top: 1vh;
  margin-bottom: 1.5vh;
}

.font-journal-50-vw {
  font-family: Journal, sans-serif;
  font-size: 3.125vw;
  font-weight: 400;
  line-height: .6;
}

.letter-spacing-100 {
  letter-spacing: .1em;
}

.text-2-columns {
  column-count: 2;
}

.h6_vw {
  border-radius: .125rem;
  padding: .25rem 1rem;
  font-size: .9375vw;
  line-height: 1.6;
}

.button_vw {
  background-color: var(--gold);
  color: var(--black);
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-radius: 2vw;
  justify-content: center;
  align-items: center;
  padding: 1.2vw 1.5vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button_vw:hover {
  border: 4px none var(--gold);
  background-color: var(--gold);
  color: var(--white);
  border-radius: 8vw;
}

.button_vw.invert-colors {
  color: #000;
  background-color: #fff;
}

.button_vw.button-small {
  padding: .5rem 1.25rem;
  font-size: .95rem;
}

.button_vw.button-small.nav-button {
  flex: none;
  margin-left: .5rem;
  box-shadow: 2px 2px 3px 2px #0000001a;
}

.button_vw.button_submit {
  letter-spacing: .08em;
  padding: .7rem 2rem .6rem;
  font-size: .875rem;
  font-weight: 900;
}

.button-tertiary_vw {
  background-color: var(--white-smoke);
  color: var(--black);
  letter-spacing: .03em;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  border: 2px #fff;
  border-radius: 2vw;
  align-items: center;
  padding: .75vw 1.5vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-tertiary_vw:hover {
  background-color: var(--black);
  color: var(--gold);
}

.button-tertiary_vw.invert-colors {
  color: #fff;
}

.button-tertiary_icon_vw {
  width: 1vw;
  margin-left: .75rem;
}

.top-line {
  border-bottom: 2px solid #282b2b;
  border-right: 2px solid #282b2b;
  width: 1.75vw;
  height: 10vh;
}

.line-bottom {
  border-left: 2px solid #282b2b;
  width: 1.75vw;
  height: 100%;
}

.calc-icon {
  background-image: url('../images/texas-instruments-logo-sm.png');
  background-position: 40px 87px;
  background-repeat: no-repeat;
  background-size: 100px;
  margin-top: 1vh;
  margin-bottom: 1.5vh;
}

.success-message {
  background-color: #f4d84d2e;
  border-radius: 10px;
  font-size: 1.5vw;
}

.error-message {
  background-color: #0000;
  background-image: url('../images/bg_large.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 1.25vw;
}

.max-width-40vw {
  width: 100%;
  max-width: 40vw;
}

.form_container-3 {
  width: 100%;
  max-width: 24.375rem;
  padding-bottom: 2rem;
}

.data_icon {
  width: 100%;
  height: 900px;
  margin-top: -4vh;
  margin-right: 10vw;
}

.schedule_container {
  background-color: #fff;
  border-radius: 36px;
  width: 55vw;
  margin-top: -1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  position: relative;
}

.schedule_border {
  z-index: 0;
  border: 3px solid #161515;
  border-radius: 36px;
  position: absolute;
  inset: 0%;
}

.schedule_inner-container {
  text-align: center;
  width: 100%;
  padding-left: 6vw;
  padding-right: 6vw;
  position: relative;
}

.schedule_inner-container.pt-4 {
  padding-top: 4vw;
}

.font-journal-160-vw {
  font-family: Journal, sans-serif;
  font-size: 8vw;
  font-weight: 400;
}

.font-journal-160-vw.text-color-yellow.journal-top {
  line-height: .4;
}

.schedule_lottie {
  width: 100%;
  max-width: 30vw;
  margin-left: auto;
  margin-right: 16.3vw;
}

.h5_vw {
  font-size: 1.625vw;
  font-weight: 600;
  line-height: 1.26923;
}

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

.link_tel {
  color: var(--gold);
  padding-bottom: .75vw;
  font-size: 2.1875vw;
  display: inline-block;
}

.question_container {
  padding-top: 12rem;
  position: relative;
}

.max-width-73vw {
  z-index: 10;
  width: 73vw;
  position: relative;
}

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

.q_lottie {
  z-index: 1;
  width: 33.25vw;
  display: none;
  position: absolute;
  inset: 0% auto 0% 50%;
}

.part-three_slider {
  margin-top: -15vh;
  padding-top: 8vh;
  display: none;
  position: relative;
}

.axiom_slide {
  height: 19rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.axiom-slide_container {
  border: 3px solid #161515;
  border-radius: 1rem;
  height: 100%;
  margin: 1rem;
  overflow: hidden;
}

.axiom-slider_container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.axion-slide_img {
  height: 100%;
}

.t_gradient-left2 {
  background-image: radial-gradient(circle at -10%, #fff, #0000 68%);
  width: 30%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.t_gradient-right2 {
  background-image: radial-gradient(circle at 110%, #fff, #0000 68%);
  width: 30%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.illustration_line_sm {
  background-color: #161515;
  width: .18vw;
  height: 15vh;
  margin-top: -2%;
}

.illustration_line_sm.large {
  height: 40rem;
}

.illustration_line_xs {
  background-color: #161515;
  width: .18vw;
  height: 3vh;
  margin-top: -2%;
  margin-bottom: 2%;
  display: none;
}

.illustration_line_xs.large {
  height: 40rem;
}

.illustration_line_md {
  background-color: #161515;
  width: 3px;
  height: 15vh;
  margin-top: -2%;
}

.illustration_line_md.large {
  height: 40rem;
}

.monitor_icon {
  width: 100%;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.lottie_tour {
  height: 10vw;
}

.pb-25 {
  padding-bottom: 25vh;
}

.views_icon-container {
  width: 47vw;
  margin-top: 3vh;
  margin-left: -5vw;
}

.historian_icon {
  align-self: center;
  width: 17vw;
  margin-top: 2vh;
}

.columns_historian {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 33vw;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.h-inner_form_container {
  width: 24vw;
  position: absolute;
  inset: -10vh auto auto 2.2vw;
}

.section_inner-vh {
  display: flex;
  position: relative;
}

.padding-vertical-25 {
  padding-top: 25vh;
  padding-bottom: 25vh;
}

.views_icon {
  width: 17vw;
  margin-top: 1vh;
  margin-bottom: 1.5vh;
}

.section-line {
  background-color: #161515;
  width: 3px;
  height: 100%;
}

.section-line.large {
  height: 40rem;
}

.section-line.historian {
  height: 50rem;
}

.section-line.sm {
  height: 25vh;
}

.div-block-5 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.lottie_tour-copy {
  height: 20vw;
  margin-top: -10vw;
}

.patr-one_header {
  position: relative;
}

.mt-4vw {
  padding-top: 4vh;
}

.data-feeds_container {
  z-index: 1;
  margin-top: 1.5vh;
  position: relative;
}

.header-top-line {
  background-color: #282b2b;
  width: .18vw;
  height: 5vh;
  margin-bottom: 1.5vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.loader {
  z-index: 9999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-container {
  align-items: center;
  margin-top: -10vh;
  display: flex;
  position: relative;
}

.loader-text {
  color: var(--gold);
  letter-spacing: .02em;
  text-shadow: 1px 1px 6px #282b2b1a;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.12632;
  position: absolute;
  inset: 60% 20% 0% auto;
}

.loader-text.text-color-yellow {
  align-self: center;
}

.block-center {
  align-self: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.header.bp_bg {
  mix-blend-mode: normal;
  background-image: url('../images/worldoutlinemap.png'), url('../images/cp_bg_1cp_bg.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.header_container {
  width: 100%;
  max-width: 31.875rem;
  margin-left: auto;
  margin-right: auto;
}

.header_inner-container {
  padding-top: 20rem;
  padding-bottom: 11rem;
}

.cp_card-container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.cp_card-heading {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

.cp_card-header {
  text-align: center;
  background-image: url('../images/circle_big.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 1.5rem;
}

.cp_card-body {
  border-top: 1.5px dashed #a5a7aa;
  border-bottom: 1.5px dashed #a5a7aa;
  padding-top: 1.8rem;
  padding-bottom: .3rem;
  padding-left: 11.25rem;
}

.cp_card-list-item {
  letter-spacing: .4em;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.45;
  display: flex;
}

.cp_text {
  letter-spacing: .04em;
  margin-bottom: 0;
}

.question_circle {
  margin-right: 1.25rem;
}

.cp_card-footer {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 3.75rem;
  display: flex;
}

.cp-card {
  margin-top: -8.4375rem;
  margin-bottom: 7rem;
}

.cp_decor-line {
  border-left: 1.5px dashed #a5a7aa;
  width: 1.5px;
  height: 11.25rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.section-padding {
  padding-top: 7.1875rem;
  padding-bottom: 7.1875rem;
}

.section-padding.top {
  padding-top: 1rem;
}

.text_white-yellow {
  color: #fff;
  letter-spacing: 0;
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 1.02941;
}

.cp_logo-container {
  background-color: var(--white);
  border-radius: 1rem;
  width: 10.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: .625rem;
  position: absolute;
  inset: -5rem 0% auto;
}

.container2 {
  width: 100%;
  max-width: 57.2rem;
  margin-left: auto;
  margin-right: auto;
}

.pros_item {
  grid-column-gap: .75rem;
  color: #fff;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.1875rem;
  line-height: 1.31579;
  display: flex;
}

.pros-text {
  letter-spacing: .04em;
  margin-bottom: 0;
}

.pros-list {
  margin-top: 3.125rem;
  margin-bottom: 0;
  padding-left: 0;
}

.steps_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.6875rem;
  margin-bottom: 6.25rem;
  display: grid;
}

.step_block {
  text-align: center;
}

.step_subheading {
  color: #231f20;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .25rem;
}

.step_img-container {
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.step_heading {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 700;
}

.step_p {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.28571;
}

.cp_cta {
  text-align: center;
}

.font-journal-53 {
  letter-spacing: .06em;
  font-family: Journal, sans-serif;
  font-size: 3.3125rem;
  font-weight: 400;
}

.section2 {
  padding-top: 7.1875rem;
  padding-bottom: 5rem;
  position: relative;
}

.section2.bg-grey {
  background-color: #f7f7f7e6;
}

.section2.padding-bottom.padding-0 {
  padding-bottom: 0;
}

.section2.lottie {
  padding-top: 6rem;
  padding-bottom: 0;
}

.cpartners_btn-container {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cpartners_btn-container.fade {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  margin-top: 1rem;
}

.cpartners_tab-link {
  background-color: var(--white);
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  border: 1px dashed #231f20;
  border-radius: 1.75rem;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 19%;
  padding: 1rem .5rem;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.11111;
  display: flex;
}

.cpartners_tab-link:hover {
  background-color: var(--white-smoke);
}

.cpartners_tab-link.w--current {
  background-color: var(--gold);
}

.cpartners_tabs-menu {
  border-top: 2px solid #a2a4a780;
  border-bottom: 2px solid #a2a4a780;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 71.875rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.region_heading {
  letter-spacing: .16em;
  font-size: 1rem;
  line-height: 1;
}

.cpartners_pane {
  border-left: 2px #a2a4a780;
  margin-top: 4.375rem;
  margin-bottom: 2rem;
}

.cpartner_block {
  background-color: var(--white);
  text-align: center;
  border: 1.5px solid #a2a4a7;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.5rem 1rem;
  transition: box-shadow .3s;
  display: flex;
}

.cpartner_block:hover {
  box-shadow: 0 2px 5px #a2a4a780;
}

.h6_partners {
  color: #282b2b80;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .75rem;
  line-height: 1;
}

.h6_partners.padding-between {
  text-align: center;
  padding-top: 36px;
  font-size: .73rem;
}

.h4_partners {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.1;
}

.h4_partners.sm {
  font-size: 1.5rem;
}

.h4_partners.md {
  font-size: 1.6875rem;
}

.country {
  color: #282b2b80;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
}

.country.sm {
  font-size: .9375rem;
  line-height: 1;
}

.cpartners_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 71.875rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cpartners_logo {
  object-fit: contain;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.image-3 {
  width: 7.5rem;
}

.image-4 {
  width: 100%;
  max-width: 12rem;
}

.image-5 {
  height: auto;
  max-height: 6rem;
}

.collection-item {
  height: 100%;
}

.success-icon {
  width: 10rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  padding-top: 4rem;
  padding-bottom: 7.1rem;
}

.section_header {
  background-color: #0000;
}

._1188 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  max-width: 1188px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._1188._80-percent {
  width: 80%;
  margin-top: auto;
  margin-bottom: 1%;
}

._1188.l {
  text-align: left;
  align-items: flex-start;
  padding-right: 0;
}

.section-header {
  color: #29313e;
  text-align: center;
  text-transform: capitalize;
  margin: 0 auto 10px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
}

.section-header.no-sub {
  color: #29313e;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-header.h3 {
  font-size: 33px;
}

.section-header.sm {
  text-align: left;
  font-size: 36px;
  line-height: 36px;
}

.try-canary-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.try-canary-link-block {
  background-color: var(--white);
  color: #29313e;
  border: 2px solid #eee;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.try-canary-link-block:hover {
  color: #29313e;
  background-color: #eee;
  border-color: #d1d1d1;
}

.resource-icon {
  background-color: #ffffff80;
  border-radius: 20rem;
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
}

.paragraph-light {
  color: #272727;
  text-align: center;
  order: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-light.center {
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-light.no-pad {
  margin-bottom: 0;
  font-weight: 500;
}

.paragraph-light.small {
  font-size: 18px;
  line-height: 26px;
}

.padding-section-bottom {
  background-color: #0000;
  padding-bottom: 7rem;
}

.tab5_component {
  flex-direction: column;
  display: flex;
}

.tab5_tabs-menu {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.tab5_tab-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  background-color: #d4d4d47d;
  border-bottom: 1.5px solid #0000;
  border-radius: 1rem 1rem 0 0;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem 2rem;
  display: flex;
}

.tab5_tab-link:hover {
  background-color: #ffffff7d;
}

.tab5_tab-link.w--current {
  background-color: var(--white);
  border-bottom-style: none;
  border-bottom-color: #0000;
}

.tab5_tab-link.center {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.tab-content-replace-this-div {
  text-align: center;
  border: 2px dashed #0000001a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-content {
  background-color: var(--white);
  display: block;
}

.hubspot-form {
  width: auto;
  margin: 1rem auto 2rem;
}

.h4_form_title {
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: .5rem;
  margin-right: 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.1;
}

.h4_form_title.sm {
  font-size: 1.5rem;
}

.h4_form_title.md {
  font-size: 1.6875rem;
}

.webflow-form {
  text-align: left;
  border-radius: 4px;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: all .2s;
}

.webflow-form.hidden-div {
  display: none;
}

.contact-grid-small {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr;
  margin: 1rem auto 2rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-field {
  color: #868686;
  background-color: #f3f6f9;
  border: 1px solid #c0ccdb;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}

.form-field.no-margin {
  opacity: 1;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: block;
}

.form-field.hidden {
  display: none;
}

.form-label {
  text-align: left;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.form-label.no-pad {
  margin-bottom: 0;
  font-weight: 500;
}

.checkbox-div {
  grid-column-gap: .75rem;
  grid-row-gap: .5rem;
  aspect-ratio: auto;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding-right: 0;
  display: grid;
}

.checkbox-div.classiclicense-wrapper.hide {
  display: none;
}

.small-label {
  aspect-ratio: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 5px;
  margin-left: 20px;
  padding-left: 0;
  display: inline-block;
}

.checkbox-label {
  width: 196px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.form-button {
  background-color: var(--gold);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 20rem;
  padding: 12px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.error-message-2 {
  height: 0;
  padding: 0;
}

.hidden-html-embed, .hidden-html-embed.webflow-form {
  display: block;
}

.hidden-html-embed.webflow-form.hidden-div {
  display: none;
}

.link {
  color: var(--black);
  font-weight: 500;
  text-decoration: underline;
}

.rich-text {
  text-align: left;
}

.section-2 {
  text-align: center;
  background-color: #0000;
  padding: 60px 20px;
  transition: all .2s;
}

.grid-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  justify-items: stretch;
}

.school-div {
  background-color: var(--white);
  color: #29313e;
  border: 2px solid #eee;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  display: flex;
}

.school-logo {
  object-fit: contain;
  flex: 0 auto;
  align-self: center;
  height: 100px;
  display: block;
}

.partner-head {
  text-align: center;
  margin-top: 10px;
}

.school-category-header {
  margin-top: 100px;
  margin-bottom: 40px;
}

.h4_highered {
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.1;
}

.h4_highered.sm {
  font-size: 1.5rem;
}

.h4_highered.md {
  font-size: 1.6875rem;
}

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

.flex-h.no-margin {
  opacity: 1;
  margin-top: 2rem;
  margin-bottom: 0;
  display: block;
}

.flex-h.no-w {
  align-items: center;
  width: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.image-11 {
  width: 20%;
}

.line-div {
  opacity: .5;
  background-color: #d1d1d1;
  width: 29%;
  height: 15px;
  margin-left: -2px;
  margin-right: -2px;
}

.line-div._2 {
  width: 10%;
}

.line-div._2.l {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 10%;
}

.line-div._2.r {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 10%;
}

.product-nav {
  color: #fff;
  background-color: #d1d1d1;
  border: 8px solid #d1d1d1;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 2px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  box-shadow: inset 0 0 6px #00000040;
}

.product-nav:hover {
  opacity: 1;
  color: #29313e;
  background-color: #ffcb3f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 0 6px #00000080;
}

.product-nav:active {
  opacity: 1;
  background-color: #ffcb3f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.product-nav.w--current {
  background-color: var(--gold);
  color: #29313e;
}

.product-nav.current {
  background-color: #ffcb3f;
}

.part-number {
  opacity: .76;
  color: #656669;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.system-nav {
  justify-content: center;
  align-items: center;
  width: 1188px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.system-nav.no-margin {
  opacity: 1;
  margin-top: 2rem;
  margin-bottom: 0;
  display: block;
}

._70 {
  width: 76%;
}

.quote-div {
  border: 2px #eee;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 140px;
  display: flex;
}

.lightbulb {
  width: 60px;
  margin-right: 40px;
}

.bold-text-4 {
  font-size: 25px;
}

.question-icon {
  width: 30px;
  margin-right: 0;
}

.question-icon.pad {
  margin-right: 10px;
}

.flex-v {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1188px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-v.align-l {
  align-items: flex-start;
}

.product-gif {
  border: 3px #fff;
  border-radius: 1rem;
  width: 450px;
  margin-right: 30px;
}

.product-div {
  margin-top: -20px;
}

.section-heading {
  color: #29313e;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 600;
}

.section-heading.l {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 10%;
}

.section-heading.l.list {
  max-width: 1000px;
  margin-bottom: 10px;
}

.section-heading.l {
  text-align: left;
  font-size: 36px;
}

.link-2 {
  color: #ffcb3f;
}

.link-2:hover {
  color: #ffba00;
}

.button-2 {
  box-shadow: none;
  color: #000;
  letter-spacing: 0;
  background-color: #ffcb3f;
  border-radius: 4rem;
  align-self: center;
  width: 160px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.button-2:hover {
  opacity: 1;
  background-color: #ffba00;
}

.button-2.big-button {
  box-shadow: none;
  color: #29313e;
  text-align: center;
  background-color: #ffcb3f;
  border: 2px #ffcb3f;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 20px;
  transition: all .2s;
  display: flex;
}

.button-2.big-button:hover {
  background-color: #ffba00;
  border-color: #ffba00;
}

.button-2.big-button:active {
  background-color: #ffcb3f;
  border-color: #ffcb3f;
  transform: none;
}

.button-2.big-button.no-pad {
  background-color: var(--gold);
  box-shadow: none;
  width: 240px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
}

.button-2.left-pad {
  background-color: var(--gold);
  color: #29313e;
  letter-spacing: 0;
  text-transform: uppercase;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: opacity .2s;
}

.button-2.left-pad:hover {
  background-color: #ffba00;
}

.button-2.left-pad:active {
  background-color: #ffcb3f;
}

.sticky-right-menu {
  background-color: var(--white-smoke);
  box-shadow: none;
  border: 2px #00000040;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  margin-left: 20px;
  padding: 2rem 2rem 1rem;
  display: flex;
  position: sticky;
  top: 100px;
}

.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
}

.footer-link-2 {
  color: #29313e;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #656669;
}

.footer-link-2.sticky {
  padding-left: 0;
}

.footer-link-2.sticky.w--current {
  color: var(--gold);
}

.footer-link-2.indent {
  padding-left: 20px;
  font-weight: 400;
}

.footer-link-2.indent.w--current {
  color: #8d8d8d;
  font-weight: 400;
}

.try-canary {
  border-radius: 4px;
  flex-direction: column;
  align-self: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.dashed-line-break {
  border-top: 2px dashed #0000003d;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.flex-h-2 {
  justify-content: center;
  align-items: flex-start;
  width: 1188px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-h-2.no-w {
  align-items: center;
  width: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.flex-h-2.buttondiv {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
}

.button-3 {
  color: #000;
  letter-spacing: 0;
  background-color: #ffcb3f;
  border-radius: 4px;
  align-self: center;
  width: 160px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.button-3:hover {
  opacity: 1;
  background-color: #ffba00;
}

.button-3.big-button {
  color: #29313e;
  text-align: center;
  background-color: #ffcb3f;
  border: 2px #ffcb3f;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button-3.big-button:hover {
  background-color: #ffba00;
  border-color: #ffba00;
}

.button-3.big-button:active {
  background-color: #ffcb3f;
  border-color: #ffcb3f;
  transform: none;
}

.button-3.big-button.no-pad {
  box-shadow: none;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
}

.product-gif-2 {
  border: 3px #fff;
  border-radius: 4px;
  width: 450px;
  margin-right: 30px;
}

.lottie_sm {
  z-index: -1;
  width: 20rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.lottie_sm.tall {
  width: 6rem;
}

.container-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.image-19 {
  object-fit: contain;
  flex: 0 auto;
  align-self: center;
  min-width: 75px;
  max-width: 1%;
  min-height: 75px;
  margin-right: 1rem;
}

.page-heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 100px;
  margin-bottom: 20px;
  font-size: 65px;
  font-weight: 500;
  line-height: 80px;
}

.page-heading.black {
  background-color: var(--black);
}

.yt-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.yt-video-div {
  text-align: center;
  border: 2px solid #eee;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.yt-video-div:hover {
  background-color: #eee;
  border-color: #d1d1d1;
}

.yt-head {
  color: #29313e;
  text-align: center;
  margin-top: 0;
}

.title-section {
  background-color: #ffffff54;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 92vh;
  display: flex;
}

.cta-form {
  background-color: var(--white);
  text-align: center;
  border: 3px solid #000;
  border-radius: 3rem;
  width: 40rem;
  min-width: 1000px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 4rem 0;
}

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

.blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.blog-link-div {
  color: #29313e;
  border: 2px dashed #a5a7aa;
  border-radius: 1.125rem;
  padding: 0;
  transition: all .2s;
}

.blog-link-div:hover {
  color: #29313e;
  background-color: #eee;
  border-color: #d1d1d1;
}

.blog-link-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
}

.blog-image {
  margin: 20px auto;
}

.image-20 {
  border-radius: 0;
  height: 100%;
}

.div-block-6 {
  background-image: url('../images/New-PID-Diagram.png');
  background-position: 0 0;
  background-size: auto;
  width: 2200px;
  height: 895px;
}

.div-block-7 {
  background-color: var(--black-2);
  width: 3px;
  height: 100%;
}

.tour-link {
  color: var(--gold);
  background-color: #282b2b59;
  border-radius: 2rem;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1.2rem;
}

.image-21 {
  border-radius: .5rem;
  width: 500px;
  position: absolute;
  inset: 178px 142px auto auto;
}

.div-block-8 {
  object-fit: fill;
  width: 100%;
}

.p_bg-2 {
  background-image: url('../images/bg_md_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.3;
}

.p_bg-2.hatch {
  background-image: url('../images/hatch.svg'), url('../images/bg_md.svg');
  background-position: 100% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 48%, 100%;
  margin-bottom: -7px;
  padding-bottom: 7px;
  padding-right: 3vw;
  display: inline-block;
}

.p_bg-2.hatch2 {
  background-image: url('../images/hatch2.svg'), url('../images/bg_md_1.svg');
  background-position: 100% 90%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 93%, 100%;
  margin-bottom: -7px;
  padding-bottom: 7px;
  padding-right: 16px;
  display: inline-block;
}

.text-block {
  background-image: url('../images/bg_text-2.svg');
  background-position: 0 0;
  background-size: cover;
}

.p_bg-3 {
  text-align: center;
  background-image: url('../images/bg_md_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.3;
}

.p_bg-3.hatch {
  background-image: url('../images/hatch.svg'), url('../images/bg_md.svg');
  background-position: 100% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 48%, 100%;
  margin-bottom: -7px;
  padding-bottom: 7px;
  padding-right: 3vw;
  display: inline-block;
}

.p_bg-3.hatch2 {
  background-image: url('../images/hatch2.svg'), url('../images/bg_md_1.svg');
  background-position: 100% 90%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 93%, 100%;
  margin-bottom: -7px;
  padding-bottom: 7px;
  padding-right: 16px;
  display: inline-block;
}

.text-rich-text-about {
  background-color: #0000;
  display: block;
}

.text-rich-text-about a {
  color: var(--black);
  background-image: url('../images/bg_large_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 105%;
  text-decoration: underline;
}

.text-rich-text-about a:hover {
  font-weight: 600;
}

.text-rich-text-about figcaption {
  color: var(--black);
  font-size: .7rem;
  font-weight: 400;
}

.div-block-9 {
  height: 50%;
}

.div-og-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-bottom: 60px;
  display: flex;
}

.text-block-2 {
  line-height: 1.2;
}

.image-22 {
  width: 35%;
  height: auto;
}

.text-block-3 {
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  display: block;
}

.max-width-large-2 {
  width: auto;
  max-width: 53rem;
}

.max-width-large-2.align-center.text-align-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 42rem;
  display: flex;
}

.text-span {
  background-image: url('../images/bg_text-2.svg');
  background-position: 0 0;
  background-size: auto;
}

.text-span-2 {
  background-image: url('../images/bg_text-2.svg');
  background-position: 0 0;
  background-size: cover;
}

.text-span-3 {
  background-image: url('../images/bg_text-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.tv-div {
  position: static;
}

.text-span-4 {
  font-family: Journal, sans-serif;
  font-weight: 400;
}

.text-span-5 {
  font-family: Journal, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-span-6 {
  font-size: 2rem;
  font-weight: 400;
}

.text-span-7 {
  font-family: Journal, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
}

.text-span-8 {
  font-family: Journal, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.hero2section {
  text-transform: none;
  padding-top: 0;
  padding-bottom: 12px;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.22222;
}

.hero2section.principle {
  font-size: 1vw;
}

._w-nav-link-product-tour {
  grid-column-gap: .5rem;
  grid-row-gap: 0vw;
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #fff0;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.17647;
  transition: color .3s;
  display: flex;
}

._w-nav-link-product-tour:hover {
  background-color: var(--white-smoke);
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px #000;
  border-radius: 8px;
}

._w-nav-link-product-tour.w--current {
  color: #282b2b;
  border-bottom: 1px dashed #282b2b;
  display: none;
}

.dropdown-toggle {
  padding: 0;
  display: block;
}

.v-span {
  perspective-origin: 50%;
  transform-origin: 50%;
  color: var(--black);
  text-transform: lowercase;
  column-count: 0;
  column-rule-style: solid;
  column-rule-width: 61px;
  transform-style: preserve-3d;
  border: 7px #000;
  border-radius: 0;
  flex-direction: column;
  column-gap: 41px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: .75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.17647;
  text-decoration: none;
  display: inline-block;
  transform: scale3d(1.6, 1.1, 1);
}

.link-block {
  display: flex;
}

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

.product-tour-links {
  grid-column-gap: .5rem;
  grid-row-gap: 0vw;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #f4f4f4bf;
  border-radius: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.17647;
  transition: color .3s;
  display: none;
}

.product-tour-links:hover {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-color: #f4f4f480;
  background-clip: padding-box;
  border: 1px #000;
  border-radius: 8px;
  display: none;
}

.product-tour-links:active {
  display: block;
}

.product-tour-links.w--current {
  color: #282b2b;
  border-bottom: 1px dashed #282b2b;
  display: none;
}

.product-tour-links.w--open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f4f4f4bf;
  padding: 0;
  transition: opacity .2s, color .3s;
  display: block;
}

.dropdown-links {
  font-weight: 600;
}

.dropdown-links:hover {
  color: var(--black);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ffcb3f00;
  text-shadow: 1px 1px 0 var(--gold);
  background-color: #f4f4f400;
  border: 0 #000;
  text-decoration: none;
}

.dropdown {
  line-height: 1.1;
}

.okay {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: none;
}

.brand-link {
  float: left;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 13rem;
  margin-right: auto;
  display: block;
  position: relative;
}

.canary-logo-nav {
  align-items: center;
  display: block;
  overflow: visible;
}

.nav-options {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.text-block-5 {
  font-weight: 600;
}

.dropdown-link {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  font-weight: 600;
  display: flex;
}

.dropdown-toggle-2 {
  padding: 0;
}

.icon {
  display: none;
}

.dropdown-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.container-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

.logo-nav {
  align-items: center;
  display: block;
  overflow: visible;
}

.nav-container-2 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_inner-container-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  line-height: 1.17647;
  display: flex;
}

._w-nav-link-2 {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  flex: none;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.17647;
  transition: color .3s;
}

._w-nav-link-2:hover {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #f4f4f4;
  background-clip: padding-box;
  border: 1px #000;
  border-radius: 8px;
}

._w-nav-link-2.w--current {
  color: #282b2b;
  border-bottom: 1px dashed #282b2b;
}

.nav-menu-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-2 {
  flex: 0 auto;
  width: 10vw;
  max-width: 13rem;
  margin-right: auto;
}

.brand-2.w--current {
  width: 10vw;
}

.button-4 {
  color: #221f20;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #ffcb3f;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  transition: all .3s;
}

.button-4:hover {
  box-shadow: 0 4px 7px #0003;
}

.button-4.button-small {
  padding: .5rem 1.25rem;
  font-size: .95rem;
}

.button-4.button-small.nav-button {
  border: 2px solid var(--gold);
  background-color: var(--gold);
  flex: none;
  margin-left: .5rem;
  transition: all .3s;
  box-shadow: 2px 2px 3px 2px #0000001a;
}

.button-4.button-small.nav-button:hover {
  background-color: #0000;
}

.nav-container-3 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar_wrapper-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 111.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.text-span-9, .down-arrow {
  outline-offset: 0px;
  text-transform: none;
  outline: 3px #222;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.dropdown-3 {
  color: var(--black);
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  font-weight: 600;
  transition: opacity .2s;
  display: block;
}

.dropdown-toggle-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 .75rem 0 0;
  font-weight: 600;
  display: flex;
}

.dropdown-toggle-3:hover {
  background-color: #f4f4f4;
  border-radius: 8px;
}

.icon-2 {
  display: block;
}

.text-span-10 {
  text-transform: none;
  font-weight: 500;
}

.dropdown-link-nav {
  color: var(--black);
  text-transform: uppercase;
  border-radius: .5rem;
  font-weight: 600;
}

.dropdown-link-nav:hover {
  background-color: #fff;
}

.dropdown-list {
  background-color: var(--white-smoke);
}

.dropdown-list.w--open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-color: #f4f4f4a1;
  background-clip: border-box;
  border-radius: 1rem;
  padding: .5rem;
  overflow: hidden;
}

.container-large-anyqs {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 111.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-26 {
  float: none;
  padding-right: 10px;
}

.image-27 {
  padding-left: 10px;
}

.font-journal-40-copy {
  letter-spacing: .07em;
  text-transform: capitalize;
  text-shadow: 0 0 3px var(--white);
  font-family: Journal, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: .55;
}

.font-journal-40-copy.text-color-yellow {
  color: #fff;
  text-shadow: none;
  font-weight: 400;
}

.font-journal-40-copy.text-color-yellow-copy {
  color: #000;
  text-shadow: none;
  font-weight: 400;
}

.apply-today-section {
  padding-top: 7.1875rem;
  padding-bottom: 7.1875rem;
}

.apply-today-section.top {
  padding-top: 1rem;
}

.lifblood-certified {
  color: #000;
  letter-spacing: .07em;
  text-transform: capitalize;
  text-shadow: 0 0 3px var(--white);
  font-family: Journal, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: .55;
}

.lifblood-certified.text-color-yellow {
  color: #fff;
  text-shadow: none;
  font-weight: 400;
}

.lifblood-certified.text-color-yellow-applynowblack {
  color: var(--black);
  text-shadow: none;
  font-weight: 400;
}

.text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  text-transform: uppercase;
}

.text-span-15 {
  color: var(--black);
  text-transform: uppercase;
}

.text-span-16, .text-span-17, .text-span-18 {
  text-transform: uppercase;
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-span-19, .text-span-20, .log-text {
  text-transform: uppercase;
}

.part-system {
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  font-size: 2.5rem;
  font-weight: 700;
  text-decoration: none;
}

.part-system:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--gold);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 50rem;
}

.text-span-21 {
  color: var(--white);
  text-transform: uppercase;
}

.text-span-22 {
  text-transform: uppercase;
}

.review-text {
  text-align: left;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
}

.form-title {
  color: #000;
  letter-spacing: .02em;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.12632;
}

.form-title.text-style-allcaps.text-color-yellow {
  color: var(--gold);
  margin-top: 0;
  font-size: 4vw;
}

.block-for-space {
  width: 7.5rem;
  height: 3.25rem;
}

.text-span-23 {
  text-transform: uppercase;
}

.text-span-24 {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
}

.text-span-25 {
  font-weight: 700;
}

.italic-text-5 {
  text-transform: uppercase;
  font-style: normal;
}

.italic-text-6 {
  font-style: normal;
}

._100percent {
  color: var(--gold);
  font-size: 4.25rem;
}

.hero-video {
  z-index: auto;
  opacity: .48;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #0006;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 27.7rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: -31.6vh 0% auto;
  overflow: hidden;
  transform: none;
}

.main_heading_h1 {
  color: var(--white);
  letter-spacing: .02em;
  text-transform: uppercase;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: auto;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.12632;
  display: block;
}

.main_heading_h1.text-color-yellow {
  align-self: center;
}

.main_heading_h1.lh-1 {
  line-height: .909091;
}

.main_heading_h1.lh-1.slide_bottom {
  color: #000;
  background-color: #f4f4f400;
  border-radius: 1.12rem;
}

.hero2section-copy {
  color: var(--white);
  text-transform: none;
  padding-top: 0;
  padding-bottom: 12px;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.22222;
}

.hero2section-copy.principle {
  font-size: 1vw;
}

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

.video-section {
  filter: brightness(65%);
  color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70rem;
  display: block;
  position: sticky;
}

.page-padding-copy {
  background-color: #0000;
  width: 100%;
  padding: 4rem 5%;
}

.heading-xxlarge-2-copy {
  color: var(--black);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.12632;
}

.heading-xxlarge-2-copy.text-color-yellow {
  align-self: center;
}

.heading-xxlarge-2-copy.lh-1 {
  line-height: .909091;
}

.heading-xxlarge-2-copy.lh-1.slide_bottom {
  color: #000;
  background-color: #f4f4f400;
  border-radius: 1.12rem;
}

.heading-xxlarge-2-copy22 {
  color: var(--white);
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  font-size: 5.7rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}

.heading-xxlarge-2-copy22.text-color-yellow {
  align-self: center;
}

.heading-xxlarge-2-copy22.lh-1 {
  line-height: .909091;
}

.heading-xxlarge-2-copy22.lh-1.slide_bottom {
  color: #000;
  background-color: #f4f4f400;
  border-radius: 1.12rem;
}

.body-4 {
  background-color: var(--white-smoke);
}

.text-align-center--title {
  text-align: center;
  background-color: #0000;
}

.padding-global-highered {
  background-image: url('../images/overlay_1overlay.webp'), url('../images/New-PID-Diagram.svg');
  background-position: 0 0, 50% 0;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  padding-left: 5%;
  padding-right: 5%;
}

.h5_vw-intro {
  color: var(--black);
  font-size: 1.625vw;
  font-weight: 600;
  line-height: 1.26923;
}

.h5_vw-intro.text-weight-bold {
  font-weight: 700;
}

.heading-xsmall--pricing {
  letter-spacing: .03em;
  padding-left: 6.2rem;
  padding-right: 6.2rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}

.heading-xsmall--pricing.text-weight-xbold {
  letter-spacing: .08em;
}

.heading-xsmall--pricing.fade {
  color: var(--black);
  text-shadow: 0 1px 1px #0000;
}

.text-span-26 {
  color: var(--white-smoke);
  width: 100%;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}

.padding-global-alt {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-5 {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-clip: border-box;
  width: 100%;
  height: 100vh;
  position: static;
}

.video {
  object-fit: fill;
  width: 100%;
  height: 70rem;
  position: sticky;
  overflow: hidden;
}

.hero-background-video {
  object-fit: fill;
  width: 100%;
  height: 10vh;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.html-embed {
  width: 100%;
  height: 72rem;
}

.section-6 {
  text-align: center;
  background-color: #0000;
  padding: 60px 20px;
  transition: all .2s;
}

.section-6.heading {
  opacity: 1;
  background-color: #0006;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72rem;
  margin-top: 0;
  padding: 0;
  display: block;
  position: sticky;
}

.section-6.hero-video-section {
  opacity: 1;
  filter: brightness(60%);
  object-fit: fill;
  background-color: #0006;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-6.hero-video-section-copy {
  opacity: 1;
  background-color: #0006;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-5 {
  color: #000;
  letter-spacing: 0;
  background-color: #ffcb3f;
  border-radius: 4px;
  align-self: center;
  width: 160px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.button-5:hover {
  opacity: 1;
  background-color: #ffba00;
}

.button-5.big-button {
  color: #29313e;
  text-align: center;
  background-color: #ffcb3f;
  border: 2px #ffcb3f;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button-5.big-button:hover {
  background-color: #ffba00;
  border-color: #ffba00;
}

.button-5.big-button:active {
  background-color: #ffcb3f;
  border-color: #ffcb3f;
  transform: none;
}

.button-5.big-button.alt {
  color: #29313e;
  background-color: #eee;
  border: 2px #29313e;
  margin-top: 0;
}

.button-5.big-button.alt:hover {
  background-color: #d1d1d1;
}

.page-sub-head {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 31px;
}

.page-sub-head.hero {
  font-size: 35px;
  line-height: 1.5;
}

.text-span-27 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/bg_md_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
}

.text-span-28 {
  background-image: url('../images/bg_md_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-6 {
  margin-left: auto;
  margin-right: auto;
}

.text-size-large--cc {
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  font-size: 1.25rem;
}

.upgrade-table-cc {
  background-color: var(--white);
  border: 1.5px dashed #a3a5a8;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 4px 4px 6px 1px #0000000d;
}

.container-medium--cc {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10vw;
  display: flex;
}

.padding-section-large--cc {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  padding-top: 4rem;
  padding-bottom: 7.1rem;
}

.heading-xxlarge-2-cc {
  color: var(--black);
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-top: 9.4rem;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.12632;
}

.heading-xxlarge-2-cc.text-color-yellow {
  align-self: center;
}

.heading-xxlarge-2-cc.lh-1 {
  line-height: .909091;
}

.heading-xxlarge-2-cc.lh-1.slide_bottom {
  color: #000;
  background-color: #f4f4f400;
  border-radius: 1.12rem;
}

.padding-section-bottom-ccc {
  background-color: #0000;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.container-medium-cc {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
}

.text-align-center--cc {
  text-align: center;
  background-color: #0000;
}

.heading-small-cc {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-global-cc {
  background-image: url('../images/hero-img.svg'), linear-gradient(to bottom, var(--white), var(--white));
  filter: invert();
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: 100% 100%, auto;
  background-attachment: scroll, scroll;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.section_header_cc {
  background-color: #0000;
  background-image: none;
  background-size: auto;
}

.supporthero-cc {
  background-image: url('../images/pricing_hero_1pricing_hero.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 8rem;
  padding-bottom: 12rem;
}

.supporthero-cc.cpartners_bg {
  background-image: url('../images/partners_bg_1partners_bg.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7.2rem;
  padding-bottom: 20rem;
}

.supporthero-cc.system {
  background-image: url('../images/1-2-3.png'), url('../images/cp_bg_1cp_bg.webp');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  padding-top: 8rem;
  padding-bottom: 15rem;
}

.supporthero-cc.supportherroscc, .supporthero-cc.supportherroscc-copy {
  background-image: url('../images/hero-img.svg'), linear-gradient(to bottom, var(--white), var(--white));
  filter: invert();
  background-position: 50% 0, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  padding-top: 7.2rem;
  padding-bottom: 0;
}

.heading-xxlarge-2--cc {
  color: var(--black);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.12632;
}

.heading-xxlarge-2--cc.text-color-yellow {
  align-self: center;
}

.heading-xxlarge-2--cc.lh-1 {
  line-height: .909091;
}

.heading-xxlarge-2--cc.lh-1.slide_bottom {
  color: #000;
  background-color: #f4f4f400;
  border-radius: 1.12rem;
}

.heading-xxlarge-2--cc.lh-1-cc {
  line-height: .909091;
}

.heading-xxlarge-2--cc.lh-1-cc.slide_bottom, .heading-xxlarge-2--cc.lh-1-cc.slide_bottom--cc {
  color: #000;
  background-color: #f4f4f400;
  border-radius: 1.12rem;
}

.heading-xxlarge-2--cc.text-color-white {
  color: var(--white);
}

.heading-xsmall--cc {
  letter-spacing: .03em;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}

.heading-xsmall--cc.text-weight-xbold {
  letter-spacing: .08em;
}

.heading-xsmall--cc.fade, .heading-xsmall--cc.fade-cc {
  color: var(--black);
  text-shadow: 0 1px 1px #0000;
}

.text-lead-pt {
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 12px;
  font-size: 1.125rem;
  line-height: 1.22222;
}

.text-lead-pt.principle {
  font-size: 1vw;
}

.text-lead-pt.principle-pt {
  align-self: auto;
  padding-bottom: 0;
  font-size: 1vw;
}

.text-lead-hp {
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.22222;
}

.text-lead-hp.principle {
  font-size: 1vw;
}

.div-block-14 {
  margin-top: 0;
}

.padding-section-bottom-ccc-copy {
  background-color: #0000;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.page-padding-copy {
  background-color: #0000;
  width: 100%;
  margin-right: 0;
  padding: 4rem 13%;
}

.card_border-white-s {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border: 2px #a5a7aa;
  border-radius: 0;
  flex-direction: column;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 2rem;
  display: flex;
}

.card_border-white-s.shadow {
  box-shadow: 0 6px 6px 5px #00000014;
}

.card_border-white-s.shadow.background-color-white {
  margin-right: 0;
}

.tv-icon--2 {
  background-image: url('../images/FinalWebVid.gif');
  background-position: 49% 57%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  width: 100%;
  margin-top: 1vh;
  margin-bottom: 1.5vh;
}

.table-pcp-header {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  border: 1px #a3a5a8;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  padding: 1rem 2rem .5rem;
  display: grid;
}

.table-pcp-header.black {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #282b2b;
  background-image: none;
  border-style: solid;
  border-color: #282b2b;
  grid-template-columns: 1fr auto;
}

.table_private-nolimits {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  background-image: none;
  border: 1px dashed #a3a5a8;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .875fr .875fr;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  padding: 1rem 2rem;
  display: grid;
}

.table_private-nolimits.black {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  color: #fff;
  background-image: none;
  border-style: solid;
  border-color: #282b2b;
  grid-template-columns: 1fr auto;
}

.text-align-center-module {
  text-align: center;
  background-color: #0000;
  align-self: center;
  width: 50rem;
}

.description-text-copy {
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
}

.description-text-copy.text-align-left {
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.page-padding-module {
  background-color: #0000;
  width: 100%;
  padding: 4rem 5%;
}

.heading-xxlarge-2-2 {
  color: #000;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.12632;
}

.module-image {
  text-align: left;
  border: .9rem #000;
  width: 50rem;
}

.text-span-31 {
  background-color: #ffcb3f;
}

._2-column-margin {
  grid-column-gap: 0rem;
  justify-content: space-around;
  display: flex;
}

.text-span-29 {
  color: red;
}

.description-text {
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
}

.text-align-center-2 {
  text-align: center;
  background-color: #0000;
  align-self: center;
}

.module-split {
  float: none;
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.footer-link-3 {
  color: #fff;
  letter-spacing: .025rem;
  border-bottom: 1px solid #0000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.66667;
  transition: border-color .3s;
}

.footer-link-3:hover {
  color: #f4f4f4;
  border-bottom: 1px solid #ffcb3f;
}

.text-color-yellow-2 {
  color: #ffcb3f;
}

.page-padding-2 {
  background-color: #0000;
  width: 100%;
  padding: 4rem 5% 0;
}

.text-span-32 {
  background-color: #ffcb3f;
  border: 1px solid #0000;
}

.footer_tel-link-2 {
  color: #fff;
  border-bottom: 1px solid #ffcb3f;
  font-size: 1.9375rem;
  font-weight: 600;
  line-height: 1.19355;
  position: relative;
}

.tel_bg-2 {
  z-index: 0;
  background-color: #ffcb3f;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.block-for-space-module {
  width: 16rem;
  height: 2rem;
}

.button-6 {
  color: #221f20;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #ffcb3f;
  border-radius: 1.5rem;
  margin-top: 2em;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  transition: all .3s;
}

.button-6:hover {
  color: #ffcb3f;
  background-color: #000;
  box-shadow: 0 4px 7px #0003;
}

.pricing_hero-2 {
  cursor: auto;
  background-color: #fff;
  background-image: url('../images/whitecubeforweb.png'), linear-gradient(#d2d2d2, #d2d2d2 9%, #e1e0e0 34%, #e2e2e2 63%, #e1e0e0);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-top: 8rem;
  padding-bottom: 5rem;
}

.heading-large-module {
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.18182;
}

.heading-large-module.text-align-left-module {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: .25rem;
}

.container-medium-module {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
}

.text-weight-semibold-module {
  font-weight: 600;
}

.text-weight-semibold-module.slide_bottom {
  text-transform: none;
}

.text-weight-semibold-module.slide_bottom.text-size-medium.highlight {
  background-color: var(--gold);
}

.text-weight-semibold-module.slide_bottom.text-size-medium {
  text-align: left;
  font-style: normal;
}

.text-weight-semibold-module.slide_bottom.text-size-medium.text-style-quote {
  text-align: left;
  background-color: #f4f4f4;
  border-left-width: .6rem;
  border-left-color: #ffcb3f;
}

.text-weight-semibold-module.text-align-left.text-size-medium-body {
  font-weight: 400;
}

.text-weight-semibold-module.text-align-left.text-size-medium-body.yellowhighlight.underline-text {
  text-decoration: underline;
}

.text-weight-semibold-module.text-align-left.quote-module {
  border-left: .6rem solid var(--gold);
  background-color: #f4f4f4;
  padding: .5rem 1rem .5rem 1.5rem;
}

.text-weight-semibold-module.text-size-medium.text-align-left.quote-module {
  border-left: .5rem solid var(--gold);
  background-color: var(--white-smoke);
  padding: 1rem;
}

.text-weight-semibold-module.text-size-medium.highlight {
  background-color: var(--gold);
}

.heading-xxlarge-2-2-copy {
  color: #000;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.12632;
}

.list-item-new {
  display: flex;
}

.footer-link-copy {
  background-color: var(--white);
  color: #f93;
  letter-spacing: .025rem;
  border: 1px #f93;
  border-radius: 2.2rem;
  margin-left: .5rem;
  padding-bottom: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.66667;
  transition: border-color .3s;
}

.footer-link-copy:hover {
  border-bottom: 1px solid var(--gold);
  background-color: var(--white-smoke);
  color: #f93;
}

.text-span-33 {
  font-weight: 800;
}

.modulebody.noscroll {
  overflow: hidden;
}

.text-span-34, .text-span-35 {
  font-weight: 700;
}

.career_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  justify-items: stretch;
  padding-bottom: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.career_block {
  background-color: var(--white-smoke);
  border-radius: 32px;
  padding: 1rem 2rem;
}

.career_block:hover {
  background-color: var(--white);
  box-shadow: 0 4px 9px #0003;
}

.career_title {
  margin-top: 0;
  margin-bottom: 0;
}

.career_title:hover {
  text-decoration: none;
}

.careers_page_wrapper {
  background-image: linear-gradient(180deg, #85565600 60%, var(--white) 100%, #fff), url('../images/Grid-Pattern.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-top: 4.5rem;
}

.careers_page_wrapper.home-page {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  margin-top: 8rem;
}

.tabs-menu-2 {
  flex-direction: column;
  display: flex;
}

.tabs {
  display: flex;
}

.job_titles {
  border: 4px solid var(--white-smoke);
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.title_block {
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: var(--black-2) var(--black-2) var(--white-smoke);
  background-color: var(--white-smoke);
  border-radius: 0;
  margin-bottom: 0;
  padding: 1.25rem 2rem;
}

.title_block.w--current {
  background-color: var(--white);
}

.tab_title_padding {
  padding-top: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.tab_title_padding.border_underline {
  border-style: none none solid;
  border-width: 4px;
  border-color: black black var(--white-smoke);
}

.apply_button {
  float: left;
  background-color: var(--gold);
  color: #221f20;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-radius: 1.5rem;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  transition: all .3s;
}

.apply_button:hover {
  background-color: var(--black);
  color: var(--gold);
  box-shadow: 0 4px 7px #0003;
}

.apply_button.invert-colors {
  color: #000;
  background-color: #fff;
}

.apply_button.button-small {
  padding: .5rem 1.25rem;
  font-size: .95rem;
}

.apply_button.button-small.nav-button {
  border: 2px solid var(--gold);
  flex: none;
  margin-left: 3.5rem;
  transition: all .3s;
  box-shadow: 2px 2px 3px 2px #0000001a;
}

.apply_button.button-small.nav-button:hover {
  background-color: #0000;
}

.apply_button.button_submit {
  letter-spacing: .08em;
  padding: .7rem 2rem .6rem;
  font-size: .875rem;
  font-weight: 900;
}

.apply_button.button_submit.large {
  border-radius: 2rem;
  padding: 1rem 2.5rem;
  font-size: 2rem;
}

.apply_button.btn_md {
  padding: .9rem 1rem .7rem;
  font-size: 1.1875rem;
}

.apply_button.tour-link {
  border: 3px solid var(--black-2);
  color: var(--black);
  background-color: #0000;
}

.apply_button.tour-link:hover {
  background-color: var(--black-2);
  color: var(--gold);
}

.tabs-content-2.gray_outline {
  border-style: solid solid solid none;
  border-width: 4px;
  border-color: var(--white-smoke);
  border-radius: 0;
}

.tab-padding {
  padding: 2rem 3rem;
}

.container-medium-job-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  display: flex;
}

.body-6 {
  background-color: #fff0;
}

.padding-section-large-copy {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  padding-top: 6rem;
  padding-bottom: 7.1rem;
}

.job-title-text {
  font-size: 1.3rem;
}

.page-padding-copy {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  padding: 4rem 5%;
}

.page-padding-copy.bottom {
  padding-bottom: 8rem;
}

.page-padding-copy.top {
  padding-top: 8rem;
}

.page-padding-copy.big {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.page-padding-copy.no-top {
  padding-top: 0;
}

.page-padding-copy.no-margin {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.careers_heading_padding {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  padding: 4rem 5%;
}

.careers_heading_padding.bottom {
  padding-bottom: 8rem;
}

.careers_heading_padding.top {
  padding-top: 8rem;
}

.careers_heading_padding.big {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.careers_heading_padding.no-top {
  padding-top: 0;
}

.careers_heading_padding.no-margin {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.careers_body_padding {
  border-radius: 0;
  width: 100%;
  padding: 4rem 5%;
}

.careers_body_padding.bottom {
  padding-bottom: 8rem;
}

.careers_body_padding.top {
  padding-top: 8rem;
}

.careers_body_padding.big {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.careers_body_padding.no-top {
  padding-top: 0;
}

.careers_body_padding.no-margin {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.careers_block_space {
  width: 4rem;
  height: 3rem;
}

.body-7, .body-8 {
  background-color: var(--white-smoke);
}

.h6_partners-copy {
  color: var(--black-2);
  text-transform: none;
  padding-top: 1rem;
  font-size: .8rem;
  line-height: 1.25;
}

.h6_partners-copy.padding-between {
  text-align: center;
  padding-top: 36px;
  font-size: .73rem;
}

.subheading-bold {
  font-weight: 700;
}

.red {
  color: red;
}

.paragraph {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 1rem;
  font-size: .75rem;
  font-weight: 400;
}

.checkbox-div-copy {
  grid-column-gap: .75rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  font-size: 2rem;
  display: grid;
}

.checkbox-div-copy.classiclicense-wrapper.hide {
  display: none;
}

.radial-div {
  grid-column-gap: .75rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.radio-button-field {
  font-size: 1rem;
  line-height: 1;
}

.page-wrapper-home {
  margin-top: 5rem;
}

.page-wrapper-home.home-page {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  margin-top: 0;
}

.homesubtitle {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 12px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.homesubtitle.principle {
  font-size: 1vw;
}

.maintitlebox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading1style {
  color: var(--white);
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}

.heading1style.text-color-yellow {
  align-self: center;
}

.heading1style.lh-1 {
  line-height: .909091;
}

.heading1style.lh-1.slide_bottom {
  color: #000;
  background-color: #f4f4f400;
  border-radius: 1.12rem;
}

.bottombox {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  width: auto;
  height: 5.7rem;
  overflow: hidden;
}

.tagoptions {
  height: auto;
  margin-top: -36px;
  padding-top: 0;
}

.heading1style-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.heading1style-2.text-yellow {
  color: var(--gold);
  font-size: 4.8rem;
}

.pricing_block_yellow {
  background-color: var(--gold);
  text-align: center;
  border: 2px dashed #a3a5a880;
  border-radius: 1.5rem;
  padding: 1rem 2rem;
  box-shadow: 4px 4px 6px 1px #0000000d;
}

.pricing_block_yellow.black {
  color: #fff;
  background-color: #231f20;
  border-style: none;
  position: relative;
}

.pricingtitle {
  color: var(--black-2);
  text-align: left;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.priceamount {
  color: var(--black-2);
  text-align: left;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
}

.pricingcodecontainer, .codecontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.text-block-7-copy {
  text-align: left;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.pricing_grid-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2rem;
  padding-right: 2rem;
}

.historian_tag_text {
  color: #a5a7aa;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: .5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.page-padding-first {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  padding: 1rem 5% 4rem;
}

.page-padding-first.bottom {
  padding-bottom: 8rem;
}

.page-padding-first.top {
  padding-top: 8rem;
}

.page-padding-first.big {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.page-padding-first.no-top {
  padding-top: 0;
}

.page-padding-first.no-margin {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.customscriptsection {
  justify-content: center;
  padding-left: 0%;
  padding-right: 0%;
}

.linebreakgray {
  background-color: #d4d4d4;
  width: 100%;
  height: 2px;
  margin-top: 1rem;
}

.linebreakblack {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  margin-top: 1rem;
}

.benefitsblock {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.container-medium-pricing {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
}

.pricing-grid-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  max-width: 54em;
  display: grid;
}

.pricing-slider-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 65%;
  display: flex;
}

.page-wrapper-ignition {
  margin-top: 5rem;
}

.page-wrapper-ignition.home-page {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  margin-top: 8rem;
}

.popoutbox {
  z-index: 999;
  -webkit-backdrop-filter: brightness(78%) blur(10px);
  backdrop-filter: brightness(78%) blur(10px);
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
}

.container-small-popup {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  border: 1px solid #e1e1e1;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  display: flex;
}

.bettername {
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.bettername.add-margin-bottom {
  margin-bottom: 1.5rem;
}

.heading-large-module-copy {
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.18182;
}

.heading-large-module-copy.text-align-left-module {
  text-align: left;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: .25rem;
  font-size: 2.75rem;
}

.closeboxbutton {
  color: #fff0;
  background-color: #3898ec00;
  background-image: url('../images/close.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
  padding-right: 0;
  display: flex;
}

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

.text-span-37 {
  background-color: #ffcb3f;
}

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

.release-notes-button-cc {
  color: #282b2b;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #e1e1e100;
  background-image: url('../images/Asset-28canarycommunitysybmol.svg');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: auto 1.5rem;
  border: 1px solid #2b2b2b;
  border-radius: 1rem;
  margin-top: 1rem;
  padding: .5rem 1rem .5rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  transition: all .4s linear;
}

.release-notes-button-cc:hover {
  background-image: url('../images/Asset-29canarycommunitysybmol.svg');
}

.ignition-hero-section, .ignition-hero-section-copy {
  background-color: var(--white);
  cursor: auto;
}

.get-started-button {
  background-color: var(--gold);
  color: #282b2b;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-radius: 1.5rem;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  transition: all .3s;
  box-shadow: 0 3px 20px #282b2b40;
}

.get-started-button:hover {
  color: #ffcb3f;
  background-color: #282b2b;
  box-shadow: 0 4px 7px #0003;
}

.hero-padding {
  background-color: #0000;
  width: 100%;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.subheadingignition {
  color: #282b2b;
  letter-spacing: .03px;
  text-transform: uppercase;
  padding-top: .5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.1;
}

.text-align-center-3 {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  padding: 3rem;
  display: flex;
  overflow: hidden;
}

.max-width-large-copy {
  width: auto;
  max-width: 53rem;
}

.max-width-large-copy.align-center.text-align-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ignition-hero-section-2 {
  cursor: auto;
  background-color: #fff;
  background-image: url('../images/Noisy-Glass-Cube1-2948x1768-2.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.container-medium-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
}

.heading-1-ignition {
  color: #282b2b;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.faq-section {
  background-color: var(--white);
  position: relative;
}

.page-padding-docs {
  background-color: #0000;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.link5 {
  text-decoration: underline;
}

.page-padding-module-2 {
  background-color: #0000;
  width: 100%;
  padding: 2rem 5%;
}

.text-weight-semibold-module-copy {
  font-weight: 600;
}

.text-weight-semibold-module-copy.text-align-left.text-size-medium-body {
  margin-bottom: 0;
  font-weight: 400;
}

.ll-container-text {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  padding: 3rem 0 3rem 3rem;
  display: flex;
  overflow: hidden;
}

.text-span-40 {
  line-height: 1.2;
}

.div-block-17 {
  background-image: url('../images/storageprovider.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-radius: 1rem 0 0 0;
  width: 100%;
  height: 100%;
  box-shadow: -6px 11px 40px #0000001a;
}

.release-section {
  background-color: #fff;
}

.yellow-highlight-block {
  z-index: 1;
  background-color: #fc3;
  width: 38rem;
  height: .75rem;
  display: flex;
  position: relative;
  top: -1.2rem;
}

.container-medium-release {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  overflow: hidden;
}

.container-medium-release:hover {
  border-color: #282b2b;
}

.heading-large-module-copy-copy {
  z-index: 2;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.18182;
  position: relative;
}

.heading-large-module-copy-copy.text-align-left-module {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: .25rem;
  font-size: 2.75rem;
}

.rl-container-hero-image {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding-left: 43px;
  display: flex;
  overflow: hidden;
}

.cta-form-section {
  background-color: #fff;
  position: relative;
}

.page-padding-module-copy {
  background-color: #f4f4f4;
  width: 100%;
  padding-bottom: 3rem;
  padding-left: 5%;
  padding-right: 5%;
}

.container-medium-form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px #e1e1e1;
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem;
  display: flex;
  overflow: hidden;
}

.html-embed-3 {
  background-color: #ededed00;
  width: 75%;
}

.moduleboxwithpadding {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 85rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2.9rem 3rem 3rem;
  display: flex;
}

.max-width-xxlarge-copy {
  width: 100%;
  max-width: 80rem;
}

.page-padding-docs-2 {
  background-color: #0000;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.aside-menu {
  padding-bottom: 1rem;
}

.menu-padding {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 1rem;
  padding: .75rem 1rem;
  position: sticky;
  top: 10rem;
}

.sectioninstallation, .sectionbugreport {
  float: none;
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.block-for-space-module-2 {
  width: 16rem;
  height: 2rem;
}

.sectionlinking, .sectionhistorical, .sectionintegration {
  float: none;
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-31 {
  flex-flow: column;
  display: flex;
}

.sectionmoduledoc {
  float: none;
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.link-3 {
  z-index: 2;
  color: #000;
  background-color: #fc30;
  margin-bottom: .5rem;
  font-size: .8rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all .4s;
  position: relative;
}

.link-3:hover {
  -webkit-text-fill-color: inherit;
  background-color: #fc3;
  background-clip: border-box;
}

.module-doc {
  background-color: #fff;
  position: relative;
}

.sectiontable {
  float: none;
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.module-image-2 {
  text-align: left;
  border: 1px solid #f4f4f4;
  width: 45rem;
}

.image-30 {
  display: none;
}

.sectioncanarymodule {
  float: none;
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-27 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menuoption-copy {
  padding-bottom: .5rem;
}

.griditem {
  text-align: left;
  padding-bottom: .5rem;
  font-weight: 400;
  line-height: 1.1;
}

.numberblock {
  aspect-ratio: 1;
  background-color: var(--gold);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  min-width: 2.1rem;
  min-height: 2.1rem;
  display: flex;
}

.gridheader {
  text-align: left;
  padding-bottom: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

.terminologygrid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  justify-items: start;
  width: 40rem;
  display: grid;
}

.numberline {
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.sectioneasychart {
  float: none;
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.heading-2 {
  font-weight: 700;
}

.center-content-doc {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  padding: 0;
  display: flex;
}

.configurecollectors {
  text-align: left;
  border: .9rem #000;
  width: 18rem;
}

.text-block-7 {
  font-size: 1.25rem;
  font-weight: 700;
}

.configureproviders {
  text-align: left;
  border: .9rem #000;
  width: 18rem;
}

.configuration {
  text-align: left;
  border: .9rem #000;
  width: 30rem;
}

.sectionquerying, .sectiontagpath {
  float: none;
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.numbertext {
  text-align: left;
  margin-bottom: 0;
  margin-left: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.image-31 {
  align-self: center;
  height: .75ch;
  transform: rotate(180deg);
}

.chosetagcountheading {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 0;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.18182;
}

.wcf {
  display: none;
}

.upgradescontainer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.table_column-body-bold {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding-left: 2rem;
  padding-right: .5rem;
  display: flex;
}

.table_column-body-bold.border {
  border-right: 1.5px #a3a5a8;
}

.table_column-body-bold.border.first-row {
  border-right-style: none;
  padding-top: 0;
}

.table_column-body-bold.first-row {
  padding-top: 0;
}

.table_column-body-bold.last-row, .table_column-body-bold.last-row.border {
  padding-bottom: 0;
}

.table_column-body--bold {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 2rem;
  padding-right: .5rem;
  display: flex;
}

.table_column-body--bold.border {
  border-right: 1.5px #a3a5a8;
}

.table_column-body--bold.border.first-row {
  border-right-style: none;
  padding-top: 0;
}

.table_column-body--bold.first-row {
  padding-top: 0;
}

.table_column-body--bold.last-row, .table_column-body--bold.last-row.border {
  padding-bottom: 0;
}

.container-medium-upgrades {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
}

.container-medium-upgrades.fade {
  padding-left: 0;
  padding-right: 0;
}

.subheadingtext {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  max-width: 45em;
  font-size: 1.2rem;
  font-weight: 600;
}

.subheadingtext.text-color-black {
  color: var(--black);
}

.heroheader {
  background-image: linear-gradient(0deg, #1a1a1a0d, #1a1a1a), url('../images/viewsdahboards.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.heroheader.cpartners_bg {
  background-image: url('../images/partners_bg_1partners_bg.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7.2rem;
  padding-bottom: 20rem;
}

.heroheader.system {
  background-image: url('../images/1-2-3.png'), url('../images/cp_bg_1cp_bg.webp');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  padding-top: 8rem;
  padding-bottom: 15rem;
}

.heroheader.supportherroscc {
  background-image: url('../images/hero-img.svg'), linear-gradient(to bottom, var(--white), var(--white));
  filter: invert();
  background-position: 50% 0, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  padding-top: 7.2rem;
  padding-bottom: 0;
}

.highlightsubheading {
  color: var(--gold);
  letter-spacing: .5em;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}

.heading-xxlarge-template {
  color: var(--black);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.12632;
}

.heading-xxlarge-template.text-color-yellow {
  align-self: center;
}

.heading-xxlarge-template.lh-1 {
  line-height: .909091;
}

.heading-xxlarge-template.lh-1.slide_bottom {
  color: #000;
  background-color: #f4f4f400;
  border-radius: 1.12rem;
}

.heading-xxlarge-template.lh-1-cc {
  line-height: .909091;
}

.heading-xxlarge-template.lh-1-cc.slide_bottom, .heading-xxlarge-template.lh-1-cc.slide_bottom--cc {
  color: #000;
  background-color: #f4f4f400;
  border-radius: 1.12rem;
}

.heading-xxlarge-template.text-color-white {
  color: var(--white);
}

.page-wrapper-main {
  margin-top: 4.5rem;
}

.page-wrapper-main.home-page {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  margin-top: 8rem;
}

.page-padding-virtualize {
  border-radius: 0;
  width: 100%;
  padding: 1rem 5%;
}

.page-padding-virtualize.bottom {
  padding-bottom: 8rem;
}

.page-padding-virtualize.top {
  padding-top: 8rem;
}

.page-padding-virtualize.big {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.page-padding-virtualize.no-top {
  padding-top: 0;
}

.page-padding-virtualize.no-margin {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.div-block-33, .content-container {
  justify-content: center;
}

.content-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-large-article {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.text-size-large-article.name-style {
  text-transform: uppercase;
  font-weight: 700;
}

.text-size-large-article.position-style {
  text-transform: uppercase;
}

.div-block-34 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-top: 1.5rem;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.quote-text {
  letter-spacing: 0;
  margin-bottom: 15px;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

.div-block-36 {
  display: flex;
}

.div-block-37 {
  background-image: url('../images/canaryquote.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 11rem;
  margin-right: 8px;
}

.div-block-37-copy {
  background-image: url('../images/canaryquotereversed.svg');
  background-position: 50% 73%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 11rem;
}

.div-block-38 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
}

.div-block-39 {
  border-radius: 1.5rem;
  padding: 2rem 2rem 1.5rem;
  overflow: clip;
  box-shadow: 0 6px 20px #c5c5c580;
}

.heading-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.container-medium-article {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
}

.container-medium-article.fade {
  padding-left: 0;
  padding-right: 0;
}

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

.snapshot-container {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  display: grid;
}

.carousel-column {
  flex-flow: column;
  display: flex;
}

.snap-column-container {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  flex-flow: column;
  justify-content: space-around;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: flex;
}

.snapshot-image {
  width: 48rem;
  max-width: none;
  box-shadow: 0 70px 50px 30px #0003;
}

.views-container {
  z-index: 0;
  height: 20rem;
  position: relative;
  inset: -208% 0% 0% -15%;
  transform: rotate(-33deg);
}

.header-background {
  background-color: #1a1a1a;
  background-image: url('../images/cubepattern.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 28rem;
  overflow: hidden;
}

.carousel-column-1, .carousel-column-2, .carousel-column-3 {
  flex-flow: column;
  display: flex;
}

.virutalize-title {
  z-index: 2;
  position: relative;
  top: 0;
}

.div-block-42 {
  z-index: 1;
  background-image: linear-gradient(#1a1a1a, #1a1a1a00);
  height: 15rem;
  position: static;
  inset: 0%;
}

.div-block-43 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.div-block-44 {
  z-index: 1;
  height: 30rem;
  position: relative;
  top: 0;
}

.div-block-45 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 22rem;
  display: flex;
  position: relative;
}

.container-medium-security {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
}

.container-medium-security.fade {
  padding-left: 0;
  padding-right: 0;
}

.h2-security {
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.paragraph-text {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 1rem;
  font-weight: 500;
}

.paragraph-text.text-align-center.text-height {
  line-height: 1.3;
}

.securitygird {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 70rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: grid;
}

.securitytile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1.5px dashed #a3a5a8;
  border-radius: .8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  min-width: 220px;
  padding: 1.25rem;
  display: grid;
  box-shadow: 4px 4px 6px 1px #0000000d;
}

.div-block-46 {
  height: 4rem;
}

.paragraph-text-security {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 1rem;
  font-weight: 500;
}

.paragraph-text-security.text-align-center {
  max-width: 36em;
}

.paragraph-text-security.bottom_padding {
  margin-bottom: 1rem;
}

.securityeffortsgrid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1.5px dashed #a3a5a8;
  border-radius: .8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 70rem;
  max-width: 70rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 2rem;
  display: grid;
  box-shadow: 4px 4px 6px 1px #0000000d;
}

.effortsitem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.h3-text {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.cta-section {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/New-PID-Diagram.svg');
  background-position: 0 0, 30% 5%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  border: 1.5px #a3a5a8;
  border-top-style: dashed;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.cta-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 70rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.div-block-47 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.trycanarybtn {
  background-color: var(--gold);
  color: #1a1a1a;
  text-transform: uppercase;
  border-radius: 2rem;
  padding: 1rem 1.75rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  transition: all .4s;
}

.trycanarybtn:hover {
  background-color: #fc3;
}

.trycanarybtn-copy {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 2rem;
  padding: 1rem 1.75rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  transition: all .4s;
}

.trycanarybtn-copy:hover {
  color: var(--gold);
}

.header-background-copy {
  background-color: #1a1a1a;
  background-image: url('../images/cubepattern.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 28rem;
  overflow: hidden;
}

.div-block-45-copy {
  z-index: 1;
  background-image: linear-gradient(#000000d1, #fff0);
  justify-content: center;
  align-items: center;
  height: 28rem;
  display: flex;
  position: relative;
}

.header-background-copy {
  background-color: var(--white);
  background-image: none;
  width: 100%;
  height: 28rem;
  overflow: hidden;
}

.headersectionsecurity {
  background-color: #1a1a1a;
  background-image: linear-gradient(#1a1a1a00 50%, #1a1a1a), url('../images/cubepattern.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 28rem;
  overflow: hidden;
}

.list-2 {
  margin-top: 10px;
  list-style-type: disc;
}

.container-medium-tos {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 70rem;
  margin: 2.5rem auto;
  padding: 0 15px;
  display: flex;
}

.container-medium-tos.fade {
  padding-left: 0;
  padding-right: 0;
}

.text-span-41 {
  color: var(--gold);
  text-decoration: underline;
}

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

.text-block-8 {
  font-size: 1rem;
  font-style: italic;
}

.text-span-43 {
  color: var(--gold);
  text-decoration: underline;
}

.headersectiontos, .headersectionpp {
  background-color: #1a1a1a;
  background-image: url('../images/Black-Background.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 28rem;
  overflow: hidden;
}

.numberedlistpp {
  margin-top: 10px;
  list-style-type: decimal;
}

.legallink {
  color: var(--gold);
  text-decoration: underline;
}

.trialformbox {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1.5px dashed #a3a5a8;
  border-radius: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 70em;
  max-width: 70em;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 2rem;
  display: grid;
  box-shadow: 4px 4px 6px 1px #0000000d;
}

.trial-text-security-copy {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 1rem;
  font-weight: 500;
}

.trial-text-security-copy.text-align-center {
  max-width: 70em;
}

.page-padding-trial {
  border-radius: 0;
  width: 100%;
  padding: 0 5% 1rem;
}

.page-padding-trial.bottom {
  padding-bottom: 8rem;
}

.page-padding-trial.top {
  padding-top: 8rem;
}

.page-padding-trial.big {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.page-padding-trial.no-top {
  padding-top: 0;
}

.page-padding-trial.no-margin {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.support-tabs {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  background-color: #d4d4d47d;
  border-bottom: 1.5px solid #0000;
  border-radius: 1rem 1rem 0 0;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem 1.5rem;
  display: flex;
}

.support-tabs:hover {
  background-color: #ffffff7d;
}

.support-tabs.w--current {
  background-color: var(--white);
  border-bottom-style: none;
  border-bottom-color: #0000;
}

.support-tabs.center {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-section-bottom-ccc-copy-copy {
  background-color: #0000;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.support-table-box-padding {
  background-color: #0000;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container-medium-trial {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
}

.container-medium-trial.fade {
  padding-left: 0;
  padding-right: 0;
}

.headersectiontrial {
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/factories.jpg'), url('../images/value.jpg');
  background-position: 0 0, 10% 20%, 95% 40%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 50%, 45%;
  width: 100%;
  height: 28rem;
  overflow: hidden;
}

.support-header {
  background-color: var(--white);
  background-image: url('../images/PID-Drawing_Canary-Labs.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.support-header.cpartners_bg {
  background-image: url('../images/partners_bg_1partners_bg.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7.2rem;
  padding-bottom: 20rem;
}

.support-header.system {
  background-image: url('../images/1-2-3.png'), url('../images/cp_bg_1cp_bg.webp');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  padding-top: 8rem;
  padding-bottom: 15rem;
}

.support-header.supportherroscc, .support-header.supportherroscc-copy {
  background-image: url('../images/hero-img.svg'), linear-gradient(to bottom, var(--white), var(--white));
  filter: invert();
  background-position: 50% 0, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  padding-top: 7.2rem;
  padding-bottom: 0;
}

.paragraph-text-security-copy {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 1rem;
  font-weight: 500;
}

.paragraph-text-security-copy.text-align-center {
  max-width: 36em;
}

.paragraph-text-security-copy.bottom-margin {
  margin-bottom: 2rem;
}

.div-block-49 {
  z-index: 99999;
  background-color: var(--black);
  width: 5rem;
  position: fixed;
}

.div-block-50 {
  z-index: 9999;
  background-color: var(--black);
  height: 5rem;
  position: fixed;
  inset: 0% 0% auto;
}

.announcementbar {
  z-index: 998;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 28px;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.announcement_text {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}

.div-block-52 {
  background-color: var(--black);
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.announcement_btn_text {
  color: var(--gold);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.verification-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95vh;
  display: flex;
}

.image-32 {
  height: 5rem;
}

.verfication_block {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90rem;
  min-height: 68svh;
  margin-bottom: 4rem;
  padding: 2rem 3.5rem;
  display: flex;
}

.bottom_line {
  border-bottom: 2px solid #dbdbdb;
  margin-left: 8px;
  margin-right: 8px;
}

.verify-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  max-width: 50rem;
  padding: 5rem 4rem;
  display: flex;
  box-shadow: 0 2px 10px #0003;
}

.verify-box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.body-9 {
  background-color: #f7f7f7;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: flex-end;
  min-height: 5svh;
  padding: 10px 30px 20px;
  display: flex;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

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

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

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

.footer-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #8f8f8f;
  font-size: .8rem;
  line-height: 1;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
  font-size: .7rem;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.contact-grid-small-copy {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1rem auto 2rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.headersectionwfg {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/wfgsectionheader.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 28rem;
  overflow: hidden;
}

.picturetile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: url('../images/wfggroupphoto.jpeg');
  background-position: 50%;
  background-size: cover;
  border: 1.5px dashed #a3a5a8;
  border-radius: .8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  min-width: 220px;
  padding: 1.25rem;
  display: block;
  box-shadow: 4px 4px 6px 1px #0000000d;
}

.div-block-53 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-54 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.div-block-55 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  margin-top: 1rem;
  display: flex;
}

.grayline {
  background-color: #dfd8d8;
  width: 2px;
  min-width: 2px;
  height: auto;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.impact_stats {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.div-block-56 {
  margin-top: 2rem;
}

.link-4 {
  color: var(--gold);
  font-weight: 600;
  text-decoration: underline;
}

.div-block-57 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.container-medium-wfg {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
}

.container-medium-wfg.fade {
  text-transform: none;
}

.heading-xxlarge-template-copy {
  color: var(--black);
  letter-spacing: -.03rem;
  text-transform: none;
  margin-top: 0;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1.12632;
}

.heading-xxlarge-template-copy.text-color-yellow {
  align-self: center;
}

.heading-xxlarge-template-copy.lh-1 {
  line-height: .909091;
}

.heading-xxlarge-template-copy.lh-1.slide_bottom {
  color: #000;
  background-color: #f4f4f400;
  border-radius: 1.12rem;
}

.heading-xxlarge-template-copy.lh-1-cc {
  line-height: .909091;
}

.heading-xxlarge-template-copy.lh-1-cc.slide_bottom, .heading-xxlarge-template-copy.lh-1-cc.slide_bottom--cc {
  color: #000;
  background-color: #f4f4f400;
  border-radius: 1.12rem;
}

.heading-xxlarge-template-copy.text-color-white {
  color: var(--white);
}

.text-align-left-content-copy {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.headersectioncanaryday {
  background-color: #fff;
  background-image: url('../images/calgarybanner.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 22rem;
  overflow: visible;
}

.tag_text {
  color: var(--black);
  letter-spacing: -.03em;
  text-transform: none;
  max-width: 45em;
  font-size: 1.2rem;
  font-weight: 500;
}

.tag_text.text-color-black {
  color: var(--black);
}

.tag_box {
  background-color: var(--gold);
  border-radius: 20rem;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 2px 16px;
}

.subheading_text {
  color: var(--black);
  letter-spacing: -.03rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.subheading_text.text-align-left.extra-margin {
  margin-left: 4px;
}

.content_container {
  width: 67.5rem;
}

.h1 {
  color: var(--black);
  letter-spacing: -.03rem;
  text-transform: none;
  margin-top: 0;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: .9;
}

.h1.text-color-yellow {
  align-self: center;
}

.h1.lh-1 {
  line-height: .909091;
}

.h1.lh-1.slide_bottom {
  color: #000;
  background-color: #f4f4f400;
  border-radius: 1.12rem;
}

.h1.lh-1-cc {
  line-height: .909091;
}

.h1.lh-1-cc.slide_bottom, .h1.lh-1-cc.slide_bottom--cc {
  color: #000;
  background-color: #f4f4f400;
  border-radius: 1.12rem;
}

.h1.text-color-white {
  color: var(--white);
}

.page-padding-canaryday {
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 5%;
  display: flex;
}

.page-padding-canaryday.bottom {
  padding-bottom: 8rem;
}

.page-padding-canaryday.top {
  padding-top: 8rem;
}

.page-padding-canaryday.big {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.page-padding-canaryday.no-top {
  padding-top: 0;
}

.page-padding-canaryday.no-margin {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.h2 {
  color: var(--black);
  margin-bottom: 1rem;
  font-size: 2.4rem;
}

.paragraph_text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 1rem;
  font-weight: 500;
}

.paragraph_text.text-align-center {
  max-width: 36em;
}

.paragraph_text.bottom_padding {
  margin-bottom: 1rem;
}

.h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
}

.speakers_grid {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 70rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: flex;
}

.h4 {
  color: var(--black);
  font-size: 1.25rem;
  line-height: 1;
}

.speaker_tile {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-items: center;
  min-width: 200px;
  padding: 0;
  display: grid;
}

.schedule_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

.schedule_tile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px dashed #a3a5a8;
  border-radius: .8rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.5fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  padding: 1.25rem;
  display: grid;
  box-shadow: 4px 4px 6px 1px #0000000d;
}

.scheduletime_block {
  padding-right: 2rem;
}

.venue_tile {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 1.25rem 0;
  display: flex;
}

.venue_details {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  display: flex;
}

.div-block-58 {
  margin-bottom: 2rem;
}

._2columngrid_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.event_calgary_form {
  border-radius: 1.5rem;
  padding: 1.25rem 1.25rem .35rem;
  overflow: visible;
  box-shadow: 0 6px 20px #c5c5c580;
}

.form_heading {
  margin-bottom: 1rem;
}

.speaker_section {
  margin-top: 2rem;
}

.sponsor_banner {
  background-image: linear-gradient(90deg, var(--white-smoke) 40%, white);
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-59 {
  justify-content: center;
  display: flex;
}

.div-block-60 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.speaker_details {
  text-align: center;
  padding-top: 8px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.sponsor_image {
  height: 1.8rem;
}

.h4-copy {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.div-block-61 {
  overflow: clip;
}

.image-33 {
  border-radius: .8rem;
  box-shadow: 4px 4px 6px 1px #0003;
}

.div-block-62 {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.speaker_pfp {
  border-radius: 20rem;
  height: 128px;
  box-shadow: 0 2px 5px #0003;
}

.speakers_grid_row2 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 70rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.agenda_details_block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.speakers_grid_row3 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 70rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: flex;
}

.h4-name {
  color: var(--black);
  font-size: 1.25rem;
  line-height: 1;
}

.hero-block {
  background-image: url('../images/CanaryIgnitionModule.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 450px;
  padding: 6rem;
  position: relative;
}

.row {
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
}

.heading-1 {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.subheading {
  color: var(--white);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
}

.subheading.text-color-black {
  color: var(--black);
}

.download-button {
  background-color: var(--gold);
  filter: drop-shadow(0 3px 11px #2b2b2b40);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 20rem;
  padding: 12px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .4s;
}

.download-button:hover {
  background-color: #ffca31;
}

.download-button-block {
  padding-top: 2rem;
}

.subheading-block {
  padding-top: 1.5rem;
}

.text-center-picture-center {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-center-picture-center.background-test {
  background-color: #f4f4f4;
  background-image: linear-gradient(#fff, #f4f4f4);
}

.heading-2 {
  color: var(--black);
  text-align: center;
  margin-top: 1rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}

.center-image-block {
  padding-top: 2rem;
}

.divider-block {
  border: 1px #000;
  border-top: 2px dashed #0000003d;
  border-left: 2px #0000003d;
  justify-content: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-64 {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  display: grid;
}

.paragraph-text {
  font-weight: 400;
}

.benefits-center {
  padding-top: 0;
  padding-bottom: 8rem;
}

.benefits {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  display: grid;
}

.heading-3-text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.cta-center {
  padding-top: 0;
  padding-bottom: 4rem;
}

.logos-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: center;
  padding-top: 2rem;
  display: grid;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: .85rem;
  }

  blockquote {
    font-size: 1.25rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-wrapper {
    margin-top: 5rem;
  }

  .page-wrapper.home-page {
    margin-top: 0;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .show-tablet {
    display: block;
  }

  .button-row-grid.tablet-1-col {
    grid-auto-flow: row;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-right.margin-medium.tablet_margin-0 {
    margin-right: 0;
  }

  .margin-huge {
    margin: 5rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .text-size-medium {
    font-size: 1.2rem;
  }

  .text-size-medium.text-style-allcaps.text-weight-xbold.right-align {
    text-align: right;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-left.margin-small.tablet_margin-0, .margin-left.margin-medium.tablet_margin-0 {
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .button.button-small.nav-button {
    margin-top: 1rem;
  }

  .button.button_submit.large {
    font-size: 1rem;
  }

  .button.btn_md {
    padding-bottom: .9rem;
  }

  .button.btn_md.no-shrink {
    flex: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .container-large {
    padding-top: 2rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .heading-xxlarge {
    font-size: 4rem;
  }

  .navbar {
    height: 5rem;
    bottom: 0;
  }

  ._w-nav-link {
    text-align: center;
  }

  .nav-menu {
    background-color: var(--white);
    width: 100%;
  }

  .burg-lines-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    display: flex;
  }

  .top-line-burger, .mid-line-burger {
    background-color: var(--gold);
    border-radius: 99px;
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bot-line-burger {
    background-color: var(--gold);
    border-radius: 99px;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    z-index: 999;
    background-color: #0000;
  }

  .hero {
    background-color: #0000;
    justify-content: center;
    padding-top: 0;
  }

  .hero-image {
    object-position: 0% 50%;
    margin-top: 0;
    position: absolute;
    inset: 0%;
  }

  .font-jurnal-50 {
    font-size: 3rem;
  }

  .hero_bottom-text {
    margin-left: 0;
  }

  .hero-container {
    max-width: 85vw;
  }

  .hero_buttons-container {
    height: auto;
  }

  .footer {
    background-position: 100%;
    background-size: 50%;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Area Area"
                         "Area-2 Area-3";
  }

  .footer_brand-link {
    height: 5rem;
  }

  .font-journal-87 {
    font-size: 5rem;
  }

  .text-lead.principle {
    font-size: 1.5vw;
  }

  .font-journal-40 {
    font-size: 2.25rem;
  }

  .border_rounded-dashed.principle {
    max-width: 66vw;
    margin-top: -.5vw;
    padding-top: .5vw;
  }

  .d-flex.flex_justify-center.tablet_flex_justify-start, .d-flex.flex_justify-end.tablet_flex-justify-start {
    justify-content: flex-start;
  }

  .d-flex.column.justify-between.landscape_row {
    text-align: left;
    align-items: center;
  }

  .d-flex.column.justify-around.landscape_row {
    text-align: left;
    justify-content: flex-end;
    align-items: stretch;
  }

  .d-flex.landscape_column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-large_journal-126.text-color-yellow {
    font-size: 7rem;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .card_border-dashed {
    margin-right: 2vw;
  }

  .card_border-dashed.shadow.background-color-white {
    box-shadow: 0 6px 6px 5px #00000014;
  }

  .compromise-img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .partners_logo-container._w-75 {
    width: 100%;
  }

  .partners_logos {
    flex-direction: column;
    justify-content: space-around;
  }

  .partners_logos.fade {
    flex-direction: row;
    justify-content: space-around;
    width: auto;
  }

  .h2_sm {
    font-size: 2rem;
  }

  .font-journal-80 {
    font-size: 4.5rem;
  }

  .font-journal-60 {
    font-size: 3rem;
  }

  .brand {
    z-index: 999;
    width: 10rem;
  }

  .nav_inner-container {
    flex-direction: column;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .pricing_hero {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .pricing_hero.system {
    padding-top: 4rem;
    padding-bottom: 12rem;
  }

  .pricing_grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing_tag {
    font-size: 1.2rem;
  }

  .table_column-header {
    padding-left: 2rem;
  }

  .table_column-body {
    padding-left: 2rem;
    padding-right: 0;
  }

  .table_column-text {
    font-size: 1rem;
  }

  .historian-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 10rem 1fr;
    grid-auto-columns: 1fr;
  }

  .historian-row._2 {
    margin-left: 16vw;
  }

  .historian-row._3 {
    margin-left: 33vw;
  }

  .table-pp_body {
    grid-column-gap: 1rem;
  }

  .testimonial_photo {
    width: 10rem;
    height: 10rem;
  }

  .testimonail_photo-container {
    width: 11rem;
    height: 11rem;
  }

  .testimonial_body {
    padding: 5rem 1.8rem 1.8rem;
  }

  .testimonial-photo_wrapper {
    top: -3rem;
  }

  .heading-xxlarge-2 {
    font-size: 4rem;
  }

  .lottie_bg {
    padding-left: 0;
    top: -1vh;
  }

  .illustration-block.center {
    width: 350px;
    margin-left: 20px;
  }

  .illustration_line {
    width: 2px;
    height: 30vh;
  }

  .line_part1 {
    width: 2px;
  }

  .urgent-icon {
    width: 15vw;
  }

  .history_grid {
    grid-template-columns: 1rem 1fr;
  }

  .form_container {
    order: -1;
    min-width: auto;
    margin-top: 19rem;
    margin-right: 0;
  }

  .h_line {
    width: 2px;
    height: 2rem;
    margin-top: 0;
    bottom: -2rem;
    left: 16.5vw;
    right: auto;
  }

  .table {
    grid-template-columns: 1fr 5rem 5rem;
  }

  .table_img {
    top: auto;
    bottom: auto;
  }

  .table_th {
    font-size: 1.5vw;
  }

  .heading_vw.text-style-allcaps.text-color-yellow {
    font-size: 4.5rem;
  }

  .p_principle {
    font-size: 1.75vw;
  }

  .font-journal-40-v2 {
    font-size: 3vw;
  }

  .text-size-xlarge_vw {
    font-size: 2vw;
  }

  .text-size-xlarge_vw.text-weight-semibold {
    font-size: 2rem;
  }

  .text-size-large_vw {
    font-size: 1.75vw;
  }

  .heading-medium_vw {
    font-size: 2vw;
  }

  .historian_form-container {
    flex-direction: column;
    width: auto;
    margin-top: 1vh;
  }

  .section_part-two.pb-0 {
    padding-bottom: 0;
  }

  .tv-icon {
    position: relative;
  }

  .font-journal-50-vw {
    font-size: 3.125rem;
  }

  .button_vw {
    border-radius: 13vw;
    justify-content: center;
    padding: .75rem 1rem;
    font-size: 1.25rem;
  }

  .button_vw.button-small.nav-button {
    margin-top: 1rem;
  }

  .button-tertiary_vw {
    color: var(--black);
    border-radius: 10vw;
    width: auto;
    height: auto;
    padding: .75rem 1rem;
  }

  .calc-icon {
    background-image: url('../images/texas-instruments-logo-sm.png');
    background-position: 22px 45px;
    background-repeat: no-repeat;
    background-size: 58px;
    background-attachment: scroll;
    width: 20vw;
  }

  .schedule_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: block;
  }

  .schedule_border {
    border-width: 2px;
    flex-direction: column;
    display: block;
  }

  .question_container {
    padding-top: 4rem;
  }

  .illustration_line_sm, .illustration_line_xs, .illustration_line_md {
    width: 2px;
  }

  .historian_icon {
    width: 20vw;
    margin-top: 3vh;
    margin-bottom: 1vh;
  }

  .columns_historian {
    grid-column-gap: 1rem;
  }

  .h-inner_form_container {
    order: -1;
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .padding-vertical-25 {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .views_icon {
    width: 15vw;
  }

  .section-line {
    width: 2px;
  }

  .mt-4vw {
    padding-top: 2vh;
  }

  .loader-text {
    font-size: 4rem;
  }

  .header_inner-container {
    padding-top: 10rem;
    padding-bottom: 9rem;
  }

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

  .cp_card-heading {
    font-size: 2rem;
  }

  .cp_card-body {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cp_card-list-item {
    font-size: 1.1rem;
  }

  .question_circle {
    width: 2rem;
    margin-right: 1rem;
  }

  .cp_card-footer {
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cp_decor-line {
    height: 5rem;
  }

  .text_white-yellow {
    font-size: 4rem;
  }

  .pros-text {
    font-size: 1.1rem;
  }

  .steps_grid {
    grid-column-gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .step_heading {
    font-size: 1.5rem;
  }

  .step_p {
    font-size: 1.1rem;
  }

  .section2 {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .cpartners_tab-link {
    font-size: 1.5vw;
  }

  .cpartners_pane {
    border-left-style: none;
  }

  .h4_partners {
    font-size: 1.75rem;
  }

  .country {
    font-size: .93rem;
  }

  .country.sm {
    font-size: .875rem;
  }

  .cpartners_list {
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-header {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
  }

  .section-header.no-sub {
    margin-bottom: 20px;
  }

  .section-header.sm {
    font-size: 20px;
    line-height: 26px;
  }

  .try-canary-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .try-canary-link-block {
    padding: 20px;
  }

  .paragraph-light {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-light.center {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-light.small {
    font-size: 18px;
    line-height: 26px;
  }

  .hubspot-form {
    width: 500px;
  }

  .h4_form_title {
    font-size: 1.75rem;
  }

  .webflow-form {
    width: 500px;
  }

  .form-label {
    font-size: 18px;
    line-height: 23px;
  }

  .checkbox-field {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }

  .checkbox-label {
    width: 200px;
  }

  .rich-text {
    width: 100%;
  }

  .section-2 {
    padding: 40px 20px;
  }

  .school-div {
    padding: 40px 20px 30px;
  }

  .school-logo {
    height: 40px;
  }

  .partner-head {
    font-size: 18px;
    line-height: 22px;
  }

  .h4_highered {
    font-size: 1.75rem;
  }

  .flex-h {
    width: 100%;
  }

  .flex-h.no-w {
    flex-direction: column;
    align-items: flex-start;
  }

  .line-div {
    width: 29%;
    height: 10px;
  }

  .product-nav {
    border-width: 7px;
    width: 50px;
    height: 50px;
  }

  .part-number {
    opacity: 1;
  }

  .system-nav, ._70 {
    width: 100%;
  }

  .quote-div {
    padding-left: 20px;
    padding-right: 0;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .question-icon {
    width: 30px;
  }

  .flex-v {
    max-width: 700px;
  }

  .product-gif {
    width: 300px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .product-div {
    margin-top: 0;
  }

  .section-heading {
    margin-top: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .section-heading.l.list {
    width: 100%;
  }

  .section-heading.l {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .button-2.big-button {
    width: 175px;
    height: 50px;
    font-size: 17px;
    line-height: 17px;
  }

  .button-2.left-pad {
    margin: 10px 20px 40px;
    padding: 20px 40px;
    font-size: 18px;
  }

  .sticky-right-menu {
    z-index: 25;
    width: 36%;
    display: none;
    top: 80px;
  }

  .footer-link-2 {
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 17px;
  }

  .flex-h-2 {
    width: 100%;
  }

  .flex-h-2.no-w {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-h-2.buttondiv {
    width: 700px;
    margin-top: 40px;
  }

  .button-3.big-button {
    width: 175px;
    height: 50px;
    font-size: 17px;
    line-height: 17px;
  }

  .product-gif-2 {
    width: 300px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .container-2 {
    margin-bottom: 15px;
  }

  .image-19 {
    object-fit: contain;
    min-width: 50px;
    max-width: 1%;
    min-height: 50px;
    max-height: 50px;
  }

  .page-heading {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 52px;
  }

  .cta-form, .cta-form.no-margin {
    min-width: auto;
  }

  .blog-grid {
    grid-column-gap: 10px;
  }

  .blog-link-div {
    padding: 10px;
  }

  .image-21 {
    width: 250px;
    top: 100px;
    right: 72px;
  }

  .div-og-logo {
    width: auto;
  }

  .form-div {
    display: flex;
  }

  .hero2section {
    padding-bottom: 0;
    font-size: 1.5rem;
  }

  .hero2section.principle {
    font-size: 1.5vw;
  }

  .text-block-4 {
    font-size: 1.25rem;
  }

  ._w-nav-link-product-tour, .product-tour-links {
    text-align: center;
  }

  .dropdown-links.w--current {
    color: var(--black);
  }

  .top-line-burger-2 {
    background-color: #ffcb3f;
    border-radius: 99px;
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_inner-container-2 {
    flex-direction: column;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  ._w-nav-link-2 {
    text-align: center;
  }

  .mid-line-burger-2 {
    background-color: #ffcb3f;
    border-radius: 99px;
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    background-color: #fff;
    width: 100%;
  }

  .brand-2 {
    z-index: 999;
    width: 10rem;
  }

  .brand-2.w--current {
    width: 20vw;
  }

  .bot-line-burger-2 {
    background-color: #ffcb3f;
    border-radius: 99px;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-4.button-small.nav-button {
    margin-top: 1rem;
  }

  .top-line-burger-3 {
    background-color: #ffcb3f;
    border-radius: 99px;
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bot-line-burger-3 {
    background-color: #ffcb3f;
    border-radius: 99px;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-toggle-3.w--open {
    justify-content: center;
  }

  .dropdown-link-nav {
    text-align: center;
  }

  .dropdown-link-nav:hover {
    background-color: var(--white-smoke);
  }

  .dropdown-list.w--open {
    background-color: #f4f4f400;
  }

  .container-large-anyqs {
    padding-top: 2rem;
  }

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

  .image-25 {
    max-width: 55%;
  }

  .font-journal-40-copy, .lifblood-certified {
    font-size: 2.25rem;
  }

  .form-title.text-style-allcaps.text-color-yellow {
    font-size: 4.5rem;
  }

  .hero-video {
    object-position: 0% 50%;
    margin-top: 0;
    position: absolute;
    inset: 0%;
  }

  .main_heading_h1 {
    align-self: auto;
    font-size: 2.1rem;
    display: flex;
  }

  .hero2section-copy {
    padding-bottom: 0;
    font-size: 1.5rem;
  }

  .hero2section-copy.principle {
    font-size: 1.5vw;
  }

  .video-section {
    object-fit: cover;
    height: 55rem;
    position: relative;
  }

  .heading-xxlarge-2-copy {
    font-size: 4rem;
  }

  .heading-xxlarge-2-copy22 {
    width: auto;
    font-size: 4rem;
    display: inline;
  }

  .text-span-26 {
    width: auto;
    font-size: 3rem;
    display: inline;
  }

  .section-6 {
    padding: 40px 20px;
  }

  .section-6.heading {
    height: 500px;
  }

  .section-6.hero-video-section, .section-6.hero-video-section-copy {
    object-fit: cover;
    height: 72rem;
    position: sticky;
  }

  .button-5.big-button {
    width: 175px;
    height: 50px;
    font-size: 17px;
    line-height: 17px;
  }

  .page-sub-head.hero {
    font-size: 30px;
  }

  .padding-section-large--cc {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-xxlarge-2-cc {
    font-size: 4rem;
  }

  .supporthero-cc {
    padding-top: 8rem;
  }

  .supporthero-cc.system {
    padding-top: 4rem;
    padding-bottom: 12rem;
  }

  .supporthero-cc.supportherroscc, .supporthero-cc.supportherroscc-copy {
    background-size: cover, auto;
  }

  .heading-xxlarge-2--cc {
    font-size: 4rem;
  }

  .text-lead-pt.principle, .text-lead-pt.principle-pt, .text-lead-hp.principle {
    font-size: 1.5vw;
  }

  .card_border-white-s {
    margin-right: 2vw;
  }

  .card_border-white-s.shadow.background-color-white {
    box-shadow: 0 6px 6px 5px #00000014;
  }

  .tv-icon--2 {
    position: relative;
  }

  .table-pcp-header, .table_private-nolimits {
    grid-column-gap: 1rem;
  }

  .heading-xxlarge-2-2 {
    font-size: 4rem;
  }

  .pricing_hero-2 {
    background-image: linear-gradient(#ffffff4f, #ffffff4f), linear-gradient(#fff, #ffffff1a 22%, #fff0 73%, #fff), url('../images/whitecubeforweb.png'), linear-gradient(#e4e4e4, #e9e9e9 21%);
    background-position: 0 0, 0 0, 50%, 0 0;
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, contain, auto;
    padding-top: 8rem;
  }

  .heading-large-module {
    font-size: 2.25rem;
  }

  .heading-xxlarge-2-2-copy {
    font-size: 4rem;
  }

  .careers_page_wrapper {
    margin-top: 5rem;
  }

  .careers_page_wrapper.home-page {
    background-image: url('../images/overlay_1overlay.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 0;
  }

  .title_block, .title_block.w--current, .tab_title_padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .apply_button.button-small.nav-button {
    margin-top: 1rem;
  }

  .apply_button.button_submit.large {
    font-size: 1rem;
  }

  .apply_button.btn_md {
    padding-bottom: .9rem;
  }

  .apply_button.btn_md.no-shrink {
    flex: none;
  }

  .tab-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-section-large-copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .page-wrapper-home {
    margin-top: 5rem;
  }

  .page-wrapper-home.home-page {
    margin-top: 0;
  }

  .homesubtitle {
    padding-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .homesubtitle.principle {
    font-size: 1.5vw;
  }

  .heading1style {
    width: auto;
    font-size: 3.1rem;
    display: inline;
  }

  .bottombox {
    height: 3.16rem;
  }

  .tagoptions {
    flex-flow: column;
    margin-top: -28px;
    display: flex;
  }

  .heading1style-2 {
    width: auto;
    font-size: 4rem;
    display: inline;
  }

  .heading1style-2.text-yellow {
    font-size: 3.1rem;
  }

  .pricing_grid-copy {
    grid-template-columns: 1fr 1fr;
  }

  .page-wrapper-ignition {
    margin-top: 5rem;
  }

  .page-wrapper-ignition.home-page {
    margin-top: 0;
  }

  .heading-large-module-copy {
    font-size: 2.25rem;
  }

  .heading-large-module-copy.text-align-left-module {
    font-size: 2rem;
  }

  .hero-padding {
    padding-top: 0;
  }

  .ignition-hero-section-2 {
    background-position: 57%, 50% 0, 100%, 0 0;
    background-size: auto, cover, contain, auto;
    background-attachment: scroll, scroll, scroll, scroll;
    padding-top: 5rem;
  }

  .heading-1-ignition {
    font-size: 4rem;
  }

  .yellow-highlight-block {
    display: none;
  }

  .container-medium-release {
    bottom: 4.1rem;
  }

  .container-medium-release:hover {
    border-style: solid;
    border-color: #e1e1e1;
  }

  .heading-large-module-copy-copy {
    font-size: 2.25rem;
  }

  .heading-large-module-copy-copy.text-align-left-module {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .moduleboxwithpadding {
    grid-column-gap: 5rem;
  }

  .aside-menu {
    z-index: 998;
    margin-bottom: .5rem;
    padding-bottom: 0;
    padding-left: 0;
    position: fixed;
    inset: auto 2.5% 0%;
    transform: translate(0, 87%);
  }

  .menu-padding {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #f4f4f4;
    border: 1px solid #e1e1e1;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-31 {
    margin-top: 1rem;
  }

  .link-3 {
    margin-top: .125rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .link-3:hover {
    background-color: #fc30;
    text-decoration: underline;
  }

  .image-30 {
    height: 1.3rem;
    display: inline-flex;
  }

  .div-block-27 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 3.75fr;
    display: flex;
  }

  .menuoption-copy {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .chosetagcountheading {
    font-size: 2.25rem;
  }

  .table_column-body-bold, .table_column-body--bold {
    padding-left: 2rem;
    padding-right: 0;
  }

  .container-medium-upgrades {
    padding-left: 0;
    padding-right: 0;
  }

  .subheadingtext {
    font-size: 1rem;
  }

  .heroheader {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heroheader.system {
    padding-top: 4rem;
    padding-bottom: 12rem;
  }

  .heroheader.supportherroscc {
    background-size: cover, auto;
  }

  .highlightsubheading {
    font-size: 1.4rem;
  }

  .heading-xxlarge-template {
    font-size: 4rem;
  }

  .heading-xxlarge-template.text-color-white {
    font-size: 3rem;
  }

  .page-wrapper-main {
    margin-top: 5rem;
  }

  .page-wrapper-main.home-page {
    margin-top: 0;
  }

  .content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .container-medium-article, .container-medium-security {
    padding-left: 0;
    padding-right: 0;
  }

  .securitygird {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .securityeffortsgrid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    min-width: 40rem;
  }

  .container-medium-tos {
    padding-left: 0;
    padding-right: 0;
  }

  .trialformbox {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    min-width: 40rem;
  }

  .container-medium-trial {
    padding-left: 0;
    padding-right: 0;
  }

  .headersectiontrial {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/factories.jpg');
    background-position: 0 0, 10%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .support-header {
    padding-top: 8rem;
  }

  .support-header.system {
    padding-top: 4rem;
    padding-bottom: 12rem;
  }

  .support-header.supportherroscc, .support-header.supportherroscc-copy {
    background-size: cover, auto;
  }

  .verfication_block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .verify-container {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding: 4rem 3rem;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .div-block-53 {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

  .container-medium-wfg {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-xxlarge-template-copy {
    font-size: 4rem;
  }

  .heading-xxlarge-template-copy.text-color-white {
    font-size: 3rem;
  }

  .tag_text {
    font-size: 1rem;
  }

  .content_container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h1 {
    font-size: 4rem;
  }

  .h1.text-color-white {
    font-size: 3rem;
  }

  .page-padding-canaryday {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0%;
  }

  .speakers_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .schedule_tile {
    grid-template-columns: .5fr 1.5fr;
  }

  ._2columngrid_container {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  .event_calgary_form {
    margin-bottom: 40px;
  }

  .sponsor_banner {
    padding-left: 0;
    padding-right: 0;
  }

  .speakers_grid_row2, .speakers_grid_row3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .hero-block {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .subheading-block, .divider-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-64 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .benefits-center {
    padding-bottom: 2rem;
  }

  .benefits {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .logos-block {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.5rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .tab-link.tab-2, .tab-link.tab-1 {
    border-style: dashed;
    border-radius: 11px;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .page-padding {
    padding-bottom: 2rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .button-row-grid.landscape-1-col {
    grid-auto-flow: row;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.text-style-allcaps.text-align-right.text-align-left_landscape {
    text-align: left;
  }

  .text-size-medium.text-style-allcaps.text-weight-xbold.right-align {
    text-align: center;
  }

  .text-size-medium.text-weight-xbold.text-style-allcaps.text-align-right.text-align-left_landscape {
    text-align: left;
  }

  .text-size-medium.padding-medium {
    padding-bottom: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .tabs-menu {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .container-large {
    padding-top: 0;
  }

  .padding-large {
    padding: 2rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .navbar {
    top: 0;
  }

  .hero {
    justify-content: center;
    height: 100%;
    min-height: 100vh;
    padding-top: 0;
  }

  .hero-image {
    width: 220vw;
    bottom: 20.3vh;
    left: -60vw;
    right: 60vw;
  }

  .hero_bottom-text {
    max-width: none;
  }

  .hero-container {
    max-width: 75vw;
    height: 100%;
    min-height: 60vh;
  }

  .hero_buttons-container {
    margin-left: 1vw;
  }

  .dashed-line {
    width: 3vw;
  }

  .line1 {
    height: .8rem;
  }

  .gradient-left, .gradient-right {
    display: none;
  }

  .section.padding-bottom.padding-0 {
    padding-top: 4rem;
  }

  .text-lead.principle {
    font-size: 1rem;
  }

  .border_rounded-dashed {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .border_rounded-dashed.principle {
    max-width: 100%;
  }

  .d-flex.column.justify-between.landscape_row {
    grid-column-gap: 1rem;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .d-flex.column.justify-around.landscape_row {
    flex-flow: wrap;
  }

  .d-flex.landscape_column, .d-flex.flex_justify-between.mob-column {
    flex-direction: column;
  }

  .heading-large_journal-126.text-color-yellow {
    font-size: 6rem;
  }

  .grid-4 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .card_border-dashed {
    margin-right: 0;
  }

  .partners_logo-container {
    width: 100%;
    max-width: 10rem;
  }

  .partners_logos {
    width: 100%;
    margin-top: 1rem;
  }

  .partners_logos.fade {
    flex-direction: column;
    align-items: center;
  }

  .font-journal-80 {
    font-size: 4rem;
  }

  .system_grid {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .bg_circle {
    height: 100%;
  }

  .pricing_hero.system {
    padding-bottom: 8rem;
  }

  .upgrades-table_body {
    grid-row-gap: .5rem;
    border-bottom: 1px #a3a5a8;
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .upgrades-table_body.mob {
    border-bottom-style: none;
    margin-bottom: 0;
  }

  .table_column-header.border-bottom {
    display: none;
  }

  .table_column-body {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 0;
  }

  .table_column-body.border {
    border-right-style: none;
  }

  .table_column-body.border.first-row, .table_column-body.first-row {
    padding-top: 0;
  }

  .table_column-body.last-row {
    padding-bottom: 0;
  }

  .table_column-body.last-row.border {
    border-right-style: none;
  }

  .gradient_decor {
    display: none;
  }

  .div-block {
    flex: 0 auto;
  }

  .historian-row {
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 6rem 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .historian-row._2, .historian-row._3 {
    margin-top: 2rem;
    margin-left: 0;
  }

  .table_private-pricing {
    margin-top: 2rem;
  }

  .table-pp_header {
    display: none;
  }

  .table-pp_body {
    text-align: center;
    grid-template-columns: 1fr;
    padding-bottom: 1rem;
  }

  .table-pp_body.black {
    grid-template-columns: 1fr;
  }

  .testimonial_slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .t_gradient-left, .t_gradient-right {
    z-index: 50;
  }

  .t-slider_arrows {
    z-index: 80;
  }

  .heading-xxlarge-2 {
    font-size: 2.5rem;
  }

  .lottie_bg {
    display: none;
  }

  .text-size-xlarge {
    font-size: 1.125rem;
  }

  .img_bird {
    width: 2.6rem;
    top: -1rem;
    left: -1rem;
  }

  .img_bird.fade {
    width: 3rem;
    top: -1rem;
    left: -1rem;
  }

  .bg_circle2 {
    width: 18rem;
    height: 18rem;
  }

  .columns {
    grid-template-columns: 1fr;
  }

  .illustration-block {
    width: 100%;
  }

  .illustration-block.center {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .illustration_line {
    height: 15rem;
  }

  .illustration_line.historian {
    height: 10rem;
  }

  .section_inner.pt-25.mob-pt0 {
    padding-top: 0;
  }

  .urgent-icon {
    width: 100%;
    max-width: 19rem;
    margin-top: 0;
  }

  .data_list.fade {
    position: relative;
    top: 0;
  }

  .content_center.pb-25.mob-pb-0 {
    padding-bottom: 0;
  }

  .content_center.mob-pt-0 {
    padding-top: 0;
  }

  .h_line {
    height: 3rem;
    bottom: -3rem;
    left: 50%;
  }

  .table_th {
    font-size: 1rem;
  }

  .heading_vw {
    font-size: 2.5rem;
  }

  .img_principle {
    width: 8rem;
  }

  .img_principle2, .img_principle3 {
    width: 10rem;
  }

  .p_principle {
    font-size: 1.25rem;
  }

  .font-journal-40-v2, .h2vw {
    font-size: 2rem;
  }

  .font-journal-87-v2 {
    font-size: 5rem;
  }

  .font-journal-87-v2.bg {
    background-position: 50%;
    font-size: 4rem;
  }

  .max-width-50vw {
    max-width: none;
  }

  .heading_vw-2 {
    font-size: 2.5rem;
  }

  .heading-large_vw {
    font-size: 2rem;
  }

  .text-size-xlarge_vw {
    font-size: 1.125rem;
  }

  .text-size-xlarge_vw.text-weight-semibold {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .text-size-large_vw {
    font-size: 1.125rem;
  }

  .glass_img {
    margin-right: 0;
  }

  .h4_vw {
    font-size: 1.25rem;
  }

  .font-journal-60_vw {
    font-size: 3rem;
  }

  .heading-medium_vw {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .table_icon {
    width: 1.5rem;
  }

  .table_icon2 {
    width: 1rem;
  }

  .side_navigation {
    display: none;
  }

  .section_part-two.visualize {
    padding-top: 0;
  }

  .section_part-two.start-part-3, .section_part-two.start-part-2 {
    padding-top: 20vh;
  }

  .tv-icon {
    align-self: auto;
  }

  .font-journal-50-vw {
    font-size: 2.9rem;
  }

  .h6_vw {
    font-size: 1rem;
  }

  .button_vw {
    border-radius: 4vw;
    justify-content: center;
    padding: 2vw 3vw;
    font-size: 1.25rem;
  }

  .button-tertiary_vw {
    border-radius: 19vw;
    padding: 2vw 3vw;
    font-size: 2vw;
  }

  .top-line {
    height: 2vh;
  }

  .line-bottom {
    height: 8vh;
  }

  .calc-icon {
    width: 100%;
    max-width: 15rem;
  }

  .max-width-40vw {
    max-width: none;
  }

  .data_icon {
    margin-top: 0;
  }

  .schedule_container {
    border-radius: 16px;
    width: 100%;
  }

  .schedule_border {
    border-radius: 16px;
  }

  .font-journal-160-vw {
    font-size: 5rem;
  }

  .h5_vw {
    font-size: 1.5rem;
  }

  .link_tel {
    font-size: 2.1875rem;
  }

  .max-width-73vw {
    width: 100%;
  }

  .q_lottie {
    display: none;
  }

  .part-three_slider {
    margin-top: -5vh;
    padding-bottom: 5vh;
  }

  .t_gradient-left2, .t_gradient-right2 {
    z-index: 50;
  }

  .monitor_icon {
    max-width: 20rem;
  }

  .lottie_tour {
    height: 60%;
  }

  .pb-25.mob-5 {
    padding-bottom: 5vh;
  }

  .views_icon-container {
    width: 100%;
  }

  .historian_icon {
    width: 100%;
    max-width: 17rem;
    margin-top: 4vh;
  }

  .columns_historian {
    grid-column-gap: 1rem;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .padding-vertical-25 {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .views_icon {
    width: 15rem;
  }

  .lottie_tour-copy {
    height: 60%;
  }

  .header-top-line {
    display: none;
  }

  .loader-text {
    font-size: 2.5rem;
  }

  .cp_card-heading {
    font-size: 1.75rem;
  }

  .cp_card-list-item {
    align-items: flex-start;
  }

  .cp_card-footer {
    grid-row-gap: 1rem;
    flex-direction: column;
    padding: 1rem;
  }

  .text_white-yellow {
    font-size: 3.5rem;
  }

  .cp_logo-container {
    width: 8rem;
    top: -4rem;
  }

  .pros_item {
    align-items: flex-start;
  }

  .steps_grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .section2.padding-bottom.padding-0 {
    padding-top: 4rem;
  }

  .check_yellow {
    width: 2rem;
  }

  .cpartners_btn-container {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .cpartners_tab-link {
    width: auto;
    font-size: 1rem;
  }

  .cpartners_tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .cpartner_block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .h4_partners {
    font-size: 1.5rem;
  }

  .h4_partners.sm, .h4_partners.md {
    font-size: 1.25rem;
  }

  .country {
    font-size: .875rem;
    line-height: 1;
  }

  .cpartners_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cpartners_logo {
    height: 6rem;
  }

  .image-3 {
    width: 6rem;
  }

  .image-4 {
    max-width: 10rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  ._1188 {
    width: 100%;
  }

  .section-header {
    font-size: 22px;
    line-height: 22px;
  }

  .section-header.no-sub {
    font-size: 24px;
    line-height: 24px;
  }

  .try-canary-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-light.small {
    font-size: 16px;
    line-height: 22px;
  }

  .tab5_tabs-menu {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .hubspot-form {
    width: 440px;
  }

  .h4_form_title {
    font-size: 1.5rem;
  }

  .h4_form_title.sm, .h4_form_title.md {
    font-size: 1.25rem;
  }

  .webflow-form {
    width: 440px;
  }

  .section-2 {
    padding: 40px 20px;
  }

  .school-div {
    padding: 20px 10px;
  }

  .h4_highered {
    font-size: 1.5rem;
  }

  .h4_highered.sm, .h4_highered.md {
    font-size: 1.25rem;
  }

  .flex-h {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .line-div {
    width: 23%;
    display: none;
  }

  .product-nav {
    display: none;
  }

  .system-nav {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  ._70 {
    width: 100%;
  }

  .question-icon {
    margin-right: 0;
    padding-right: 5px;
  }

  .question-icon.pad {
    margin-right: 10px;
  }

  .flex-v.align-l {
    align-items: center;
  }

  .section-heading {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 25px;
  }

  .section-heading.l.list {
    flex-direction: row;
    margin-bottom: 4px;
  }

  .section-heading.l {
    font-size: 20px;
    line-height: 20px;
  }

  .button-2.big-button {
    height: 45px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 15px;
  }

  .button-2.big-button.no-pad {
    margin-left: 0;
    margin-right: 0;
  }

  .sticky-right-menu {
    display: none;
  }

  .flex-h-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .flex-h-2.buttondiv {
    flex-direction: row;
    width: 100%;
    margin-top: 60px;
  }

  .button-3.big-button {
    height: 45px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 15px;
  }

  .button-3.big-button.no-pad {
    margin-left: 0;
    margin-right: 0;
  }

  .container-2 {
    margin-bottom: 15px;
  }

  .image-19 {
    object-fit: contain;
    min-width: 50px;
    max-width: 10%;
    min-height: 50px;
    max-height: 50px;
  }

  .page-heading {
    margin-top: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .yt-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .yt-video-div {
    padding: 20px 40px;
  }

  .cta-form {
    width: auto;
    min-width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .cta-form.no-margin {
    min-width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
    position: static;
    inset: 0%;
  }

  .blog-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-link-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .image-21 {
    position: relative;
    top: -228px;
    bottom: 218px;
    right: 22px;
  }

  .div-og-logo {
    width: auto;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero2section.principle {
    font-size: 1rem;
  }

  .container-large-anyqs {
    padding-top: 2rem;
  }

  .form-title {
    font-size: 2.5rem;
  }

  .hero-video {
    width: 220vw;
    bottom: 20.3vh;
    left: -60vw;
    right: 60vw;
  }

  .main_heading_h1, .heading-xxlarge-2-copy {
    font-size: 2.5rem;
  }

  .hero2section-copy.principle {
    font-size: 1rem;
  }

  .video-section {
    object-fit: cover;
    flex: 1;
    overflow: hidden;
  }

  .heading-xxlarge-2-copy, .heading-xxlarge-2-copy22 {
    font-size: 2.5rem;
  }

  .h5_vw-intro {
    font-size: 1.5rem;
  }

  .heading-xsmall--pricing {
    font-size: 1.125rem;
  }

  .text-span-26 {
    font-size: 1.9rem;
  }

  .section-6 {
    padding: 40px 20px;
  }

  .section-6.heading {
    height: 400px;
    margin-bottom: -50px;
  }

  .section-6.hero-video-section, .section-6.hero-video-section-copy {
    object-fit: cover;
    flex: 1;
    height: 72rem;
    margin-bottom: -50px;
    position: sticky;
    overflow: hidden;
  }

  .button-5.big-button {
    height: 45px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 15px;
  }

  .page-sub-head.hero {
    font-size: 20px;
  }

  .text-size-large--cc {
    font-size: 1.125rem;
  }

  .padding-section-large--cc {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-xxlarge-2-cc {
    font-size: 2.5rem;
  }

  .heading-small-cc {
    font-size: 1.25rem;
  }

  .supporthero-cc.system {
    padding-bottom: 8rem;
  }

  .supporthero-cc.supportherroscc, .supporthero-cc.supportherroscc-copy {
    background-size: cover, auto;
  }

  .heading-xxlarge-2--cc {
    font-size: 2.5rem;
  }

  .heading-xxlarge-2--cc.lh-1-cc.slide_bottom--cc {
    white-space: pre-wrap;
  }

  .heading-xsmall--cc {
    font-size: 1.125rem;
  }

  .heading-xsmall--cc.fade-cc {
    white-space: pre-wrap;
    font-size: 1.125rem;
  }

  .text-lead-pt.principle, .text-lead-pt.principle-pt, .text-lead-hp.principle {
    font-size: 1rem;
  }

  .card_border-white-s {
    margin-right: 0;
  }

  .tv-icon--2 {
    align-self: auto;
  }

  .table-pcp-header {
    grid-template-columns: 1fr;
    padding-bottom: .7rem;
    display: none;
  }

  .table-pcp-header.black {
    grid-template-columns: 1fr;
  }

  .table_private-nolimits {
    text-align: center;
    grid-template-columns: 1fr;
    padding-bottom: 1rem;
  }

  .table_private-nolimits.black {
    grid-template-columns: 1fr;
  }

  .text-align-center-module {
    width: auto;
  }

  .heading-xxlarge-2-2 {
    font-size: 2.5rem;
  }

  .download_embed {
    float: none;
    clear: none;
    text-align: center;
    width: 20%;
    display: inline-block;
  }

  .pricing_hero-2 {
    background-image: linear-gradient(#fff3, #fff3), linear-gradient(#fff, #ffffff1a 22%, #fff0 73%, #fff), url('../images/whitecubeforweb.png'), linear-gradient(#e4e4e4, #e9e9e9 21%);
    background-position: 0 0, 0 0, 50%, 0 0;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, auto, cover, auto;
  }

  .heading-large-module {
    font-size: 2rem;
  }

  .container-medium-module {
    flex-direction: column;
  }

  .heading-xxlarge-2-2-copy {
    font-size: 2.5rem;
  }

  .career_title {
    font-size: .8rem;
  }

  .job_titles {
    border-width: 2px;
  }

  .title_block, .title_block.w--current {
    padding: 1rem;
  }

  .tabs-content-2.gray_outline {
    border-width: 2px;
  }

  .tab-padding {
    padding: 1.5rem;
  }

  .page-padding-copy {
    padding-top: 1rem;
  }

  .padding-section-large-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .job-title-text {
    font-size: 1rem;
  }

  .page-padding-copy, .careers_heading_padding {
    padding-bottom: 2rem;
  }

  .careers_body_padding {
    padding-top: 1rem;
  }

  .careers_block_space {
    display: none;
  }

  .h6_partners-copy.padding-between {
    padding-top: 20px;
  }

  .homesubtitle.principle {
    font-size: 1rem;
  }

  .heading1style, .heading1style-2, .heading1style-2.text-yellow {
    font-size: 2.5rem;
  }

  .page-padding-first {
    padding-bottom: 2rem;
  }

  .heading-large-module-copy {
    font-size: 2rem;
  }

  .heading-large-module-copy.text-align-left-module {
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .subheadingignition {
    font-size: 1rem;
  }

  .text-align-center-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ignition-hero-section-2 {
    background-position: 55%, 50% 0, 100%, 0 0;
    background-size: 265%, cover, contain, auto;
  }

  .heading-1-ignition {
    font-size: 2.5rem;
  }

  .container-medium-release {
    flex-direction: column;
    bottom: 1.8rem;
  }

  .heading-large-module-copy-copy {
    text-align: center;
    font-size: 2rem;
  }

  .heading-large-module-copy-copy.text-align-left-module {
    font-size: 1.7rem;
  }

  .container-medium-form {
    flex-direction: column;
  }

  .moduleboxwithpadding {
    flex-direction: column;
    padding-top: 2rem;
  }

  .aside-menu {
    margin-bottom: .4rem;
  }

  .sectioninstallation, .sectionbugreport {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .block-for-space-module-2 {
    height: 1rem;
  }

  .sectionlinking, .sectionhistorical, .sectionintegration, .sectionmoduledoc, .sectiontable, .sectioncanarymodule {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .terminologygrid {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    width: auto;
  }

  .sectioneasychart, .sectionquerying, .sectiontagpath {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .chosetagcountheading {
    font-size: 2rem;
  }

  .table_column-body-bold {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-left: 0;
  }

  .table_column-body-bold.border {
    border-right-style: none;
  }

  .table_column-body-bold.border.first-row, .table_column-body-bold.first-row {
    padding-top: 0;
  }

  .table_column-body-bold.last-row {
    padding-bottom: 0;
  }

  .table_column-body-bold.last-row.border {
    border-right-style: none;
  }

  .table_column-body--bold {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 0;
  }

  .table_column-body--bold.border {
    border-right-style: none;
  }

  .table_column-body--bold.border.first-row, .table_column-body--bold.first-row {
    padding-top: 0;
  }

  .table_column-body--bold.last-row {
    padding-bottom: 0;
  }

  .table_column-body--bold.last-row.border {
    border-right-style: none;
  }

  .container-medium-upgrades {
    padding-left: 0;
    padding-right: 0;
  }

  .subheadingtext {
    max-width: 32em;
  }

  .heroheader {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .heroheader.system {
    padding-bottom: 8rem;
  }

  .heroheader.supportherroscc {
    background-size: cover, auto;
  }

  .highlightsubheading {
    font-size: 1.2rem;
  }

  .heading-xxlarge-template {
    font-size: 2.5rem;
  }

  .heading-xxlarge-template.lh-1-cc.slide_bottom--cc {
    white-space: pre-wrap;
  }

  .heading-xxlarge-template.text-color-white {
    font-size: 2.5rem;
  }

  .page-padding-virtualize {
    padding-bottom: 1rem;
  }

  .text-size-large-article {
    font-size: 1.125rem;
  }

  .div-block-34 {
    padding-top: 0;
  }

  .container-medium-article {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .header-background {
    height: 22rem;
  }

  .div-block-45 {
    height: 18rem;
  }

  .container-medium-security {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-security {
    text-align: center;
  }

  .paragraph-text.text-align-center {
    font-size: .8rem;
  }

  .securityeffortsgrid {
    min-width: 28rem;
  }

  .cta-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta-box {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-47 {
    flex-flow: column;
    justify-content: center;
  }

  .header-background-copy, .div-block-45-copy, .header-background-copy, .headersectionsecurity {
    height: 22rem;
  }

  .container-medium-tos {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .headersectiontos, .headersectionpp {
    height: 22rem;
  }

  .trialformbox {
    min-width: 28rem;
  }

  .page-padding-trial {
    padding-bottom: 1rem;
  }

  .container-medium-trial {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .headersectiontrial {
    height: 22rem;
  }

  .support-header.system {
    padding-bottom: 8rem;
  }

  .support-header.supportherroscc, .support-header.supportherroscc-copy {
    background-size: cover, auto;
  }

  .announcementbar {
    flex-flow: wrap;
    display: none;
  }

  .verify-container {
    padding: 3rem 2rem;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .headersectionwfg {
    height: 22rem;
  }

  .picturetile {
    min-height: 178px;
  }

  .div-block-53 {
    flex-flow: column;
    display: flex;
  }

  .container-medium-wfg {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-xxlarge-template-copy {
    font-size: 2.5rem;
  }

  .heading-xxlarge-template-copy.lh-1-cc.slide_bottom--cc {
    white-space: pre-wrap;
  }

  .heading-xxlarge-template-copy.text-color-white {
    font-size: 2.5rem;
  }

  .text-align-left-content-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .headersectioncanaryday {
    background-position: 60%;
    height: 18rem;
  }

  .tag_text {
    max-width: 32em;
  }

  .h1 {
    font-size: 3.2rem;
  }

  .h1.lh-1-cc.slide_bottom--cc {
    white-space: pre-wrap;
  }

  .h1.text-color-white {
    font-size: 2.5rem;
  }

  .h1.text-align-left {
    margin-bottom: .5rem;
  }

  .page-padding-canaryday {
    padding-bottom: 1rem;
  }

  .h2 {
    text-align: center;
  }

  .h2.text-align-left {
    text-align: left;
    font-size: 2rem;
  }

  .speakers_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .schedule_tile {
    grid-template-columns: 1.25fr 2.5fr;
  }

  .sponsor_banner {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-60 {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .sponsor_image {
    height: 1.7rem;
  }

  .h4-copy {
    font-size: 1.2rem;
  }

  .div-block-62 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .speakers_grid_row2, .speakers_grid_row3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.25rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .show-mobile-portrait {
    display: block;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-wrapper.home-page {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .button-row-grid.mobile-1-col {
    grid-auto-flow: row;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .button {
    font-size: 1.1rem;
  }

  .container-large {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    place-items: stretch stretch;
    min-width: 100%;
    max-width: none;
    display: block;
  }

  .heading-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-large.slide_bottom {
    font-size: 1.5rem;
  }

  .heading-medium.text-align-left.text-style-allcaps {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    width: auto;
    max-width: none;
    padding: 0;
  }

  .margin-bottom.margin-medium, .margin-bottom.margin-xsmall {
    display: block;
  }

  .margin-bottom.margin-large {
    margin-bottom: 3rem;
  }

  .text-style-allcaps {
    font-size: 2.2rem;
  }

  .hero-image {
    width: 270vw;
    bottom: 30vh;
    left: -80vw;
    right: auto;
  }

  .hero_bottom-text {
    border-width: 1px;
    justify-content: center;
    align-self: center;
    display: flex;
    position: relative;
  }

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

  .hero_buttons-container {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 15rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_main-text-block {
    border-width: 1px;
  }

  .dashed-line {
    display: none;
  }

  .line1 {
    height: .1rem;
    display: none;
  }

  .gradient-left, .gradient-right {
    display: none;
  }

  .footer {
    padding-top: 3rem;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template: "Area Area"
                   "Area-2 ."
                   "Area-3 Area-3"
                   / 1fr;
  }

  .footer_brand-link {
    height: 4rem;
    margin-bottom: 2.5rem;
  }

  .footer-link {
    font-size: 1rem;
  }

  .footer_tel-text {
    font-size: 1.5rem;
  }

  .text-lead {
    font-size: 1rem;
  }

  .d-flex.column.justify-between.landscape_row {
    justify-content: space-around;
  }

  .d-flex.flex_justify-between.mob-column {
    object-fit: fill;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
  }

  .heading-large_journal-126.text-color-yellow {
    font-size: 4rem;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .card_border-dashed {
    min-width: 29%;
  }

  .compromise-img {
    height: auto;
  }

  .partners_logo-container {
    flex: 0 auto;
  }

  .partners_logos.fade {
    text-align: left;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .h2_sm {
    font-size: 1.5rem;
  }

  .font-journal-80 {
    font-size: 3rem;
  }

  .system_part {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .system_part.tour {
    padding-bottom: 0;
  }

  .bg_circle {
    top: 0;
  }

  .bg_circle.tour {
    height: 80%;
    top: auto;
    bottom: auto;
  }

  .pricing_hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing_hero.cpartners_bg {
    background-position: 60% 100%;
  }

  .pricing_hero.system {
    background-position: 60% 100%;
    padding-bottom: 4rem;
  }

  .pricing_grid {
    grid-template-columns: 1fr;
  }

  .upgrade-table_header {
    padding: 1rem 2rem;
  }

  .circle-decor {
    margin-right: .5rem;
    display: none;
  }

  .upgrades-table_body {
    border-bottom-style: none;
    padding-left: 2rem;
  }

  .table_column-body {
    padding-left: 0;
    padding-right: 1rem;
  }

  .table_column-body.border, .table_column-body.border.first-row {
    padding-left: 0;
  }

  .table_column-text.text-weight-semibold.text-style-allcaps {
    font-size: 1rem;
  }

  .text-outlined {
    font-size: 2.5rem;
  }

  .historian-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 3rem;
  }

  .fade {
    display: inline-block;
  }

  .font-journal-98 {
    font-size: 5rem;
  }

  .font-journal-98.text-color-yellow.slide_bottom {
    font-size: 4.5rem;
  }

  .text-size-18 {
    font-size: 1rem;
  }

  .testimonials {
    padding-top: 0;
  }

  .img_bird._2 {
    top: -1rem;
    left: -1rem;
  }

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

  .illustration-block.center {
    width: auto;
    margin-left: auto;
  }

  .illustration_line.part-3, .sticky_block {
    display: none;
  }

  .table {
    grid-column-gap: 21px;
    grid-row-gap: 17px;
    grid-template-columns: 6rem 3rem 3rem;
  }

  .table_img {
    display: none;
  }

  .table_th {
    font-size: .8rem;
  }

  .heading_vw.text-style-allcaps.text-color-yellow {
    font-size: 3rem;
  }

  .p_principle {
    font-size: 1rem;
  }

  .p_principle.text-weight-semibold {
    font-size: .9rem;
  }

  .p_principle.fade {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: .9rem;
  }

  .h2vw.fade, .font-journal-87-v2 {
    font-size: 2rem;
  }

  .font-journal-87-v2.bg {
    font-size: 2.4rem;
  }

  .content_table {
    width: 100%;
    min-width: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .heading-large_vw {
    font-size: 1.5rem;
  }

  .text-size-xlarge_vw.text-weight-semibold {
    color: var(--black);
    font-size: 1rem;
    line-height: 1.1;
  }

  .font-journal-50-vw {
    font-size: 2.5rem;
  }

  .button_vw {
    border-radius: 3rem;
    justify-content: center;
    padding: 1rem;
    font-size: 1.25rem;
  }

  .button-tertiary_vw {
    border-radius: 3rem;
    justify-content: center;
    padding: 1rem;
    font-size: 1rem;
  }

  .button-tertiary_icon_vw {
    width: .75rem;
  }

  .top-line {
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .line-bottom {
    border-left-width: 1px;
  }

  .link_tel {
    font-size: 2.1875rem;
  }

  .q_lottie {
    display: none;
  }

  .lottie_tour {
    height: 50%;
  }

  .columns_historian {
    grid-column-gap: 1rem;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .lottie_tour-copy {
    height: 50%;
  }

  .header_inner-container {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .cp_card-heading {
    font-size: 1.4rem;
  }

  .cp_card-header {
    background-position: 4%;
    background-size: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
  }

  .cp_card-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cp_text {
    font-size: .93rem;
  }

  .cp-card {
    margin-top: -5rem;
  }

  .cp_decor-line {
    height: 3rem;
    margin-top: 1rem;
  }

  .text_white-yellow {
    font-size: 2.5rem;
  }

  .cp_logo-container {
    width: 7rem;
    top: -3.5rem;
  }

  .pros-text {
    font-size: .93rem;
  }

  .step_img-container {
    width: 3rem;
    height: 3rem;
  }

  .step_p {
    font-size: 1rem;
  }

  .font-journal-53.text-color-yellow.lh0-5 {
    line-height: .6;
  }

  .section2 {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .mob_margin-top {
    margin-top: 1rem;
  }

  .cpartners_btn-container.fade {
    flex-flow: column;
    justify-content: flex-end;
    display: flex;
  }

  .cpartners_tab-link {
    font-size: .875rem;
  }

  .cpartners_tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .h4_partners {
    font-size: 1.25rem;
  }

  .cpartners_list {
    grid-template-columns: 1fr;
  }

  .section-header {
    font-size: 18px;
    line-height: 30px;
  }

  .section-header.no-sub {
    font-size: 18px;
  }

  .section-header.sm {
    text-align: center;
  }

  .paragraph-light, .paragraph-light.center {
    font-size: 13px;
    line-height: 18px;
  }

  .paragraph-light.small {
    font-size: 12px;
    line-height: 16px;
  }

  .hubspot-form {
    width: 240px;
  }

  .h4_form_title {
    font-size: 1.25rem;
  }

  .webflow-form {
    width: 100%;
  }

  .contact-grid-small {
    grid-template-columns: .25fr .25fr;
  }

  .form-field.no-margin {
    width: 95%;
  }

  .form-label {
    font-size: 16px;
  }

  .rich-text {
    width: 100%;
  }

  .section-2 {
    padding: 40px 10px;
  }

  .grid-10 {
    flex-direction: column;
    display: flex;
  }

  .school-div {
    padding: 15px 5px;
  }

  .school-logo {
    height: 30px;
  }

  .partner-head {
    line-height: 15px;
  }

  .h4_highered {
    font-size: 1.25rem;
  }

  .flex-h.no-margin {
    width: 95%;
  }

  .image-11 {
    width: 10%;
  }

  .line-div {
    width: 26%;
    height: 7px;
  }

  .product-nav {
    border-width: 3px;
    width: 30px;
    height: 30px;
  }

  .part-number {
    font-size: 11px;
  }

  .system-nav.no-margin {
    width: 95%;
  }

  .lightbulb {
    width: 40px;
    margin-right: 10px;
  }

  .question-icon {
    margin-right: 10px;
  }

  .flex-v {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-heading {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 35px;
    padding: 0;
    display: flex;
  }

  .button-2.big-button {
    height: 35px;
    margin: 10px 5px;
    font-size: 18px;
    line-height: 12px;
  }

  .flex-h-2.buttondiv {
    flex-direction: column;
    margin-top: 20px;
  }

  .button-3 {
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 35px;
    padding: 0;
    display: flex;
  }

  .button-3.big-button {
    height: 35px;
    margin: 10px 5px;
    font-size: 18px;
    line-height: 12px;
  }

  .container-2 {
    margin-bottom: 15px;
  }

  .image-19 {
    min-width: 30px;
    max-width: 1%;
    min-height: 30px;
    max-height: 30px;
  }

  .page-heading {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .yt-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-auto-flow: column;
    display: flex;
  }

  .cta-form {
    width: auto;
    min-width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta-form.no-margin {
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    width: auto;
    min-width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-link-div {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-21 {
    width: 200px;
    top: -191px;
  }

  .div-og-logo {
    width: auto;
  }

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

  .div-block-10 {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-11 {
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    width: auto;
    min-width: auto;
    display: flex;
  }

  .section-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
  }

  .div-block-12 {
    width: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tv-div {
    align-self: auto;
    width: 100%;
    min-width: auto;
  }

  .hero2section {
    padding-bottom: 0;
    font-size: 1rem;
  }

  .image-23 {
    display: none;
  }

  .brand-2.w--current {
    width: 30vw;
  }

  .container-large-anyqs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    place-items: stretch stretch;
    min-width: 100%;
    max-width: none;
    padding-right: 0;
    display: flex;
  }

  .form-title.text-style-allcaps.text-color-yellow {
    font-size: 3rem;
  }

  .block-for-space {
    height: 3rem;
  }

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

  .heading {
    display: block;
  }

  .hero-video {
    width: 270vw;
    bottom: 30vh;
    left: -80vw;
    right: auto;
  }

  .main_heading_h1 {
    margin-top: 0;
    margin-bottom: .25rem;
  }

  .hero2section-copy {
    padding-bottom: 0;
    font-size: 1rem;
  }

  .heading-xxlarge-2-copy22 {
    font-size: 1.6rem;
  }

  .heading-xsmall--pricing {
    overflow-wrap: anywhere;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-26 {
    font-size: 1.1rem;
  }

  .section-6 {
    padding: 40px 10px;
  }

  .section-6.heading {
    height: 325px;
    margin-bottom: -55px;
    padding: 0 10px;
  }

  .section-6.hero-video-section {
    height: 72rem;
    margin-bottom: -55px;
    padding: 0;
    position: sticky;
    overflow: hidden;
  }

  .section-6.hero-video-section-copy {
    height: 72rem;
    margin-bottom: -55px;
    padding: 0 10px;
  }

  .button-5 {
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 35px;
    padding: 0;
    display: flex;
  }

  .button-5.big-button {
    height: 35px;
    margin: 10px 5px;
    font-size: 18px;
    line-height: 12px;
  }

  .page-sub-head.hero {
    font-size: 16px;
    font-weight: 400;
  }

  .padding-section-large--cc {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .heading-xxlarge-2-cc {
    justify-content: center;
    padding-left: 10vw;
    padding-right: 10vw;
    font-size: 10vw;
    display: inline-block;
  }

  .container-medium-cc {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: block;
  }

  .heading-small-cc.fade {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-small-cc.fade-cc {
    justify-content: center;
    padding: 2rem 0;
    display: inline-block;
  }

  .padding-global-cc {
    padding-left: 0%;
    padding-right: 0;
  }

  .supporthero-cc {
    padding-top: 6rem;
    padding-bottom: 15rem;
  }

  .supporthero-cc.cpartners_bg {
    background-position: 60% 100%;
  }

  .supporthero-cc.system {
    background-position: 60% 100%;
    padding-bottom: 4rem;
  }

  .supporthero-cc.supportherroscc, .supporthero-cc.supportherroscc-copy {
    background-position: 50%;
    background-size: cover;
  }

  .heading-xxlarge-2--cc.lh-1-cc.slide_bottom--cc {
    object-fit: fill;
    margin-bottom: .5rem;
    font-size: 2rem;
    overflow: visible;
  }

  .heading-xsmall--cc.fade-cc {
    margin-top: .5rem;
    font-size: .7rem;
    line-height: 1.8;
  }

  .text-lead-pt, .text-lead-hp {
    font-size: 1rem;
  }

  .page-padding-copy {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .card_border-white-s {
    min-width: 29%;
  }

  .tab-pane-tab-1 {
    margin-right: 0;
  }

  .page-padding-module {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  ._2-column-margin {
    flex-direction: column;
  }

  .text-align-center-2 {
    width: 100%;
  }

  .footer-link-3 {
    font-size: 1rem;
  }

  .page-padding-2 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .download_embed {
    z-index: -1;
    justify-content: center;
    align-items: stretch;
    width: 25%;
    display: block;
    position: static;
    inset: 0%;
  }

  .button-6 {
    font-size: 1.1rem;
  }

  .pricing_hero-2 {
    background-image: linear-gradient(#fff9, #fff9), linear-gradient(#fff, #ffffff1a 22%, #fff0 73%, #fff), url('../images/whitecubeforweb.png'), linear-gradient(#e4e4e4, #e9e9e9 21%);
    background-position: 0 0, 0 0, 50%, 0 0;
    background-size: auto, auto, cover, auto;
    padding-top: 6rem;
    padding-bottom: 15rem;
  }

  .container-medium-module {
    flex-direction: column;
  }

  .text-weight-semibold-module.slide_bottom.text-size-medium.text-style-quote, .text-weight-semibold-module.text-size-medium.text-align-left.quote-module {
    overflow-wrap: anywhere;
  }

  .footer-link-copy {
    font-size: 1rem;
  }

  .careers_page_wrapper.home-page {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .tabs {
    flex-direction: column;
  }

  .job_titles {
    border-style: solid solid none;
    border-width: 2px;
  }

  .tab_title_padding {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .apply_button {
    font-size: 1.1rem;
  }

  .tabs-content-2.gray_outline {
    border-style: none solid solid;
    border-width: 2px;
  }

  .tab-padding {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-medium-job-tabs {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding-copy {
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 0;
    display: block;
  }

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

  .careers_body_padding {
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 0;
    display: block;
  }

  .page-wrapper-home.home-page {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .homesubtitle {
    max-width: 29ch;
    padding-bottom: 0;
    font-size: 1rem;
  }

  .heading1style {
    font-size: 1.4rem;
  }

  .heading1style-2 {
    font-size: 1.6rem;
  }

  .heading1style-2.text-yellow {
    color: var(--gold);
    font-size: 1.4rem;
  }

  .pricingtitle {
    line-height: 1.2;
  }

  .priceamount {
    font-size: 2rem;
  }

  .pricing_grid-copy {
    grid-template-columns: 1fr;
  }

  .historian_tag_text {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.5rem;
  }

  .page-padding-first {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .container-medium-pricing {
    margin-bottom: 3rem;
  }

  .pricing-grid-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .pricing-slider-block {
    width: 100%;
  }

  .page-wrapper-ignition.home-page {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .heading-large-module-copy.text-align-left-module {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .paragraph-2 {
    overflow-wrap: anywhere;
    font-size: .8rem;
    line-height: 1.2;
  }

  .text-span-38 {
    line-height: 1.1;
  }

  .release-notes-button-cc {
    margin-top: 0;
    font-size: 1rem;
  }

  .get-started-button {
    font-size: 1.1rem;
  }

  .get-started-button:hover {
    background-color: #282b2b;
  }

  .hero-padding {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .text-align-center-3 {
    width: 100%;
    padding: 0;
  }

  .ignition-hero-section-2 {
    background-position: 58%, 50% 0, 100%, 0 0;
    background-size: auto 250%, cover, contain, auto;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .container-medium-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-1-ignition {
    margin-bottom: 0;
  }

  .page-padding-module-2 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .ll-container-text {
    width: 100%;
    padding: 1.5rem 2rem 0;
  }

  .div-block-17 {
    background-position: 0 0;
    background-size: auto 450%;
    width: 100%;
    height: 100%;
  }

  .container-medium-release {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    bottom: 4rem;
  }

  .heading-large-module-copy-copy {
    text-align: center;
    font-size: 1.2rem;
  }

  .heading-large-module-copy-copy.text-align-left-module {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .rl-container-hero-image {
    width: 100%;
    height: 12rem;
    padding-top: 2rem;
    padding-left: 31px;
  }

  .page-padding-module-copy {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .container-medium-form {
    flex-direction: column;
    padding: 0 1rem;
  }

  .moduleboxwithpadding {
    flex-direction: column;
    padding: 1.5rem 2rem 2rem;
  }

  .page-padding-docs-2 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .aside-menu {
    margin-bottom: -.5rem;
    transform: translate(0, 89%);
  }

  .menu-padding {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sectioninstallation, .sectionbugreport {
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-5 {
    overflow-wrap: anywhere;
    display: inline;
  }

  .sectionlinking, .sectionhistorical, .sectionintegration, .sectionmoduledoc, .sectiontable, .sectioncanarymodule {
    margin-left: 0;
    margin-right: 0;
  }

  .menuoption-copy {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .terminologygrid {
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    width: auto;
  }

  .sectioneasychart {
    margin-left: 0;
    margin-right: 0;
  }

  .center-content-doc {
    width: 100%;
  }

  .sectionquerying, .sectiontagpath {
    margin-left: 0;
    margin-right: 0;
  }

  .chosetagcountheading {
    padding-top: 0;
  }

  .chosetagcountheading.slide_bottom {
    font-size: 1.5rem;
  }

  .table_column-body-bold {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 1rem;
  }

  .table_column-body-bold.border, .table_column-body-bold.border.first-row {
    padding-left: 0;
  }

  .table_column-body--bold {
    padding-left: 0;
    padding-right: 1rem;
  }

  .table_column-body--bold.border, .table_column-body--bold.border.first-row {
    padding-left: 0;
  }

  .subheadingtext {
    max-width: 28em;
    font-size: .7rem;
  }

  .heroheader {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .heroheader.cpartners_bg {
    background-position: 60% 100%;
  }

  .heroheader.system {
    background-position: 60% 100%;
    padding-bottom: 4rem;
  }

  .heroheader.supportherroscc {
    background-position: 50%;
    background-size: cover;
  }

  .heading-xxlarge-template.lh-1-cc.slide_bottom--cc {
    object-fit: fill;
    margin-bottom: .5rem;
    font-size: 2rem;
    overflow: visible;
  }

  .page-wrapper-main.home-page {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .page-padding-virtualize {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .header-background {
    height: 22rem;
  }

  .div-block-45 {
    height: 16rem;
  }

  .h2-security {
    text-align: center;
  }

  .securitygird {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .securityeffortsgrid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    min-width: 15rem;
  }

  .cta-box {
    justify-items: center;
  }

  .div-block-47 {
    flex-flow: column;
    align-items: center;
  }

  .header-background-copy, .div-block-45-copy, .header-background-copy, .headersectionsecurity, .headersectiontos, .headersectionpp {
    height: 22rem;
  }

  .trialformbox {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    min-width: 15rem;
  }

  .page-padding-trial {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .headersectiontrial {
    height: 22rem;
  }

  .support-header {
    padding-top: 6rem;
    padding-bottom: 15rem;
  }

  .support-header.cpartners_bg {
    background-position: 60% 100%;
  }

  .support-header.system {
    background-position: 60% 100%;
    padding-bottom: 4rem;
  }

  .support-header.supportherroscc, .support-header.supportherroscc-copy {
    background-position: 50%;
    background-size: cover;
  }

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

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-grid-small-copy {
    grid-template-columns: .25fr .25fr;
  }

  .headersectionwfg {
    height: 22rem;
  }

  .div-block-55 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
  }

  .impact_stats {
    align-items: center;
  }

  .div-block-57 {
    flex-flow: column;
    align-items: flex-start;
  }

  .heading-xxlarge-template-copy.lh-1-cc.slide_bottom--cc {
    object-fit: fill;
    margin-bottom: .5rem;
    font-size: 2rem;
    overflow: visible;
  }

  .text-align-left-content-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .headersectioncanaryday {
    background-position: 59%;
    background-repeat: no-repeat;
    height: 16rem;
  }

  .tag_text {
    max-width: 28em;
    font-size: .7rem;
  }

  .content_container {
    width: auto;
  }

  .h1.lh-1-cc.slide_bottom--cc {
    object-fit: fill;
    margin-bottom: .5rem;
    font-size: 2rem;
    overflow: visible;
  }

  .h1.text-align-left {
    margin-bottom: .25rem;
  }

  .page-padding-canaryday {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .h2 {
    text-align: center;
  }

  .speakers_grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: none;
    margin-top: 2rem;
    margin-bottom: .5rem;
  }

  .speaker_tile {
    grid-template-rows: auto auto auto;
    min-width: 0;
  }

  .schedule_tile {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .venue_tile {
    flex-flow: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .div-block-59 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-60 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sponsor_image {
    height: 1.3rem;
  }

  .div-block-62 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
    display: flex;
  }

  .speakers_grid_row2, .speakers_grid_row3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: none;
    margin-bottom: .5rem;
  }

  .hero-block {
    background-position: 50%;
    background-size: cover;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-1 {
    font-size: 1.9rem;
  }

  .subheading-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-2 {
    font-size: 1.75rem;
  }

  .center-image-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-64 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .benefits {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logos-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-_069baa7a-101b-086b-fa55-4c28954802d9-71f1733b {
  place-self: auto;
}

#w-node-_75e16874-9c6c-f5a1-70a6-03fa610285d2-71f1733b, #w-node-_75e16874-9c6c-f5a1-70a6-03fa610285de-71f1733b, #w-node-_75e16874-9c6c-f5a1-70a6-03fa610285ea-71f1733b, #w-node-_691eb8f8-893b-9996-209f-064148ba2607-71f1733b, #w-node-a36c7c4d-287f-5a78-dd2c-b30ad42e6237-d42e6230, #w-node-a36c7c4d-287f-5a78-dd2c-b30ad42e624c-d42e6230, #w-node-a36c7c4d-287f-5a78-dd2c-b30ad42e6273-d42e6230 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73e5ecea-d6f4-b0dc-bae7-bcda2377cea1-71f17385, #w-node-_73e5ecea-d6f4-b0dc-bae7-bcda2377cea5-71f17385, #w-node-_73e5ecea-d6f4-b0dc-bae7-bcda2377cedd-71f17385, #w-node-_73e5ecea-d6f4-b0dc-bae7-bcda2377ceee-71f17385, #w-node-_73e5ecea-d6f4-b0dc-bae7-bcda2377cefd-71f17385 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db21cb7b-919f-597e-c3e6-3a1553732908-71f1739a, #w-node-_77d22501-dbf6-9fd5-f876-86b681bcfd66-71f1739a, #w-node-_35a4e42a-c625-ba1b-d17a-b02f96a41687-71f1739a, #w-node-_66bfda67-a8db-3859-ff95-b8dc9bf9f684-71f173c2, #w-node-_0eabe6fd-7b0d-7769-4118-e21fe79319ec-71f173c2, #w-node-_4fa85e5e-f22a-f050-be21-c8538b0c001f-71f173c2, #w-node-c5b13415-9ee4-9988-5977-d763e38009fc-71f173c2, #w-node-adfad933-bd66-f2c8-faee-8376016c4913-71f173c2, #w-node-_4b7deb6d-64bc-13b9-20f1-f38c12ae98d0-71f173c2, #w-node-_20996791-0464-da56-e597-ecbc997da08c-71f173c2, #w-node-_6249a2be-02dc-4848-0468-25832ef4078e-71f173c2, #w-node-c087a8ee-26bc-75bc-2855-bb23b8f513bc-71f173c2, #w-node-_86bec241-07b3-174c-4177-2a179d59fb43-71f173c2, #w-node-_7b32a50e-72ce-62f1-78d1-b30fe4f1f719-71f173c2, #w-node-_53a885c0-f734-fe61-bad0-caf44bde2447-71f173c2, #w-node-d84206d2-df5a-2713-329f-0c68464d4d11-71f173c2, #w-node-_4cb449cf-fa83-bff7-0bc7-7552d6f478a6-71f173c2, #w-node-_4aae8edd-5b89-71cc-ab93-4ba0f533fe7c-71f173c2, #w-node-f30ce688-69d4-b4b9-aceb-dbb902d2252f-71f173c2, #w-node-a14f1461-ef38-da5a-8672-85d34baec2a9-71f173c2, #w-node-_5816b5ee-8b2a-9935-07c4-61ad4e95ecc5-71f173c2, #w-node-_6a57edfd-77cb-8126-1a8d-6f012ed0c228-71f173c2, #w-node-f6bf0152-3d88-b8a2-6b6b-2d2adbe604f6-71f173c2, #w-node-d6daf640-c143-74b4-cdce-947f5734c99f-71f173c2, #w-node-d27e937d-95b1-a723-a24b-9685eea61ac5-71f173c2, #w-node-_394b31cc-1509-e18e-1a9a-8bd6ea78d202-71f173c2, #w-node-b8d92518-d25e-6223-2bc0-6a6355b738ef-71f173c2, #w-node-d4740fb8-a94a-0d69-1271-8d0dc3216201-71f173c2, #w-node-_098be16f-166d-24d9-7b0b-4aff7ad2c210-71f173c2, #w-node-_06922fbd-a585-dcd0-9dfd-2bdeb1fa5f81-71f173c2, #w-node-cd9b1d0d-5cc1-3398-9268-6924771be388-71f173c2, #w-node-fd5208fd-eeb8-b180-7c0c-1fcbe9e3901d-71f173c2, #w-node-_3c208eb8-d51a-cf92-914c-9d0f93aa429a-71f173c2, #w-node-_73943e96-9758-bbac-350a-6a0d951298d6-71f173c2, #w-node-_08bd616a-140a-cc2e-f109-04c0b986c21d-71f173c2, #w-node-_4acfa2da-564f-a43c-934b-4d1e13cddc5e-71f173c2, #w-node-_8482028d-c743-7170-0bf4-a9ccd54e66de-71f173c2, #w-node-_5a6ea5db-99fa-d5a9-a958-9ef5a7346f5c-71f173c2, #w-node-b631a5ae-43f7-2c4c-c8fc-dac0abb96ccb-71f173c2, #w-node-_65676ab7-84ad-6a25-c5e9-dc3951207148-71f173c2, #w-node-aa381003-53fb-5f25-b90e-8799bce89f04-71f173c2, #w-node-_56996c97-96ba-9814-3ab6-5342ca9dd2d0-71f173c2, #w-node-b1a938ab-f8ee-cc2f-807b-c10c2e7f4669-71f173c2, #w-node-_76482775-b956-7f9c-48f8-ff5b64013ed8-71f173c2, #w-node-fd5eef68-845a-6807-244c-a77462df66ec-71f173c2, #w-node-f94bf8f4-c372-74e3-6c51-72e10fd29542-71f173c2, #w-node-_35f96b43-0862-d1fc-97ee-a4b1153449b1-71f173c2, #w-node-_9af4ad4c-4e89-5142-cb8b-6aeb0e3ce6b6-71f173c2, #w-node-_10552622-6c63-7477-2f09-a43e2ed37512-71f173c2, #w-node-_18920dc1-b60a-5a19-37cb-7a2098048fad-71f173c2, #w-node-_2ac71fd4-1814-5bcc-0656-e925dd8c9717-71f173c2, #w-node-f3536bc7-4740-b981-e09f-182b1d8070b6-71f173c2, #w-node-f47ad711-354f-c4ad-38df-14d655a65df0-71f173c2, #w-node-_47b7dbbb-9849-18a0-21fd-8bbe58882b4e-71f173c2, #w-node-e03a8c89-1eba-0e19-5333-374a055696fa-71f173c2, #w-node-fa927f70-2477-20a2-fb4f-17e542634637-71f173c2, #w-node-_93a3ae61-c297-11b0-a2fb-23f7120afbe8-71f173c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72886015-d18e-3a80-47a3-5aa684ade137-71f173c3, #w-node-bf43e18c-f83e-dbee-2395-3a70f6d75639-71f173c3, #w-node-b84ff826-d1be-fddd-896b-b2ad5e453897-71f173c3, #w-node-b84ff826-d1be-fddd-896b-b2ad5e45389c-71f173c3 {
  align-self: center;
}

#w-node-f44ed38a-e72e-b773-9ce4-fa0111e0ba59-71f173c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f44ed38a-e72e-b773-9ce4-fa0111e0ba5b-71f173c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-f44ed38a-e72e-b773-9ce4-fa0111e0ba5d-71f173c3, #w-node-d95e2c9b-0731-a7c7-c24a-8d2a8df27e72-71f173c3, #w-node-afa1ab39-5d37-cbac-93f7-4bc03f844bd3-71f173c5, #w-node-e4fcf7aa-6a75-bf2e-ae28-701c31b9efb3-71f173c5, #w-node-_791520b4-2cd0-3317-bf6e-baafb76e52a8-71f173c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6823520-6099-955a-31fa-b591602adf37-71f173c5, #w-node-_30e36d30-4eae-20f1-1168-152fce1854a1-71f173c5, #w-node-_8b0c6fe3-756f-5b82-cb26-5709e9901e69-71f173c5 {
  align-self: center;
}

#w-node-_164655bb-5890-53f5-cc0d-2ef85102d391-71f173c5, #w-node-_51dbc169-35da-8f80-9988-19d020cb778c-71f173c5, #w-node-_0410f756-f54f-6a1f-96a3-4bf54739d9ef-71f173c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a334b297-696d-8970-0891-3dbc0ca4f3b6-71f173c5, #w-node-_132da499-1e5c-ff9c-b906-d3b4eec95b6a-71f173c5, #w-node-dd661878-9e8b-ccad-44af-9b9b5bbb0627-71f173c5, #w-node-d7a73e06-7519-ed90-54aa-74b3629f0006-71f173c5, #w-node-f94b675d-e5a0-9445-9e52-7e5c8a7d3db4-71f173c5, #w-node-_4015f838-ebef-51f5-2366-19feaa6d6b30-71f173c5, #w-node-_2544c450-2a59-f3a8-5144-847fe5223922-71f173c5, #w-node-_093dc31d-1945-f07f-5461-34badf07628e-71f173c5, #w-node-_3a988bd5-75e2-61e2-2729-7fc887f2e325-71f173c5, #w-node-c71dcd20-1cb9-f5de-3fb9-40f81649c4f3-71f173c5, #w-node-_9ad3c9c2-55c8-42cf-e79c-2075d834285b-71f173c5, #w-node-_1e4c236e-7134-cc39-d59f-6786d6fb2be4-71f173c5, #w-node-db9875d5-8244-489a-9740-53bf273677ff-71f173c5, #w-node-_85c3a534-c5dc-ecff-c8af-81403a3a808c-71f173c5, #w-node-cc4d5519-dbf9-9e3e-a7a5-1362a379d8e7-71f173c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10d1d672-b4eb-0f77-ed99-d6d2e7b514fc-71f173c5 {
  align-self: center;
}

#w-node-b6fd8ee4-aa20-f8ce-2e05-72a12414f491-71f173c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cfd8ab3-75da-b76e-c1e5-526fab7ee2e5-71f173c5, #w-node-_9b57664d-92f4-2c2f-41d0-44763ad15210-71f173c5 {
  align-self: center;
}

#w-node-a7c4a0cd-9ab3-71e8-a633-d55226f79d89-71f173db, #w-node-a7c4a0cd-9ab3-71e8-a633-d55226f79dc0-71f173db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7c4a0cd-9ab3-71e8-a633-d55226f79dd8-71f173db {
  justify-self: start;
}

#w-node-_05f15a7f-f9fc-57c2-1d2f-003e32b3c6ad-71f173db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#First-Name.w-node-ef776176-05dc-ff3a-09cb-a2e32c90ddb5-71f173dc, #Last-Name.w-node-ef776176-05dc-ff3a-09cb-a2e32c90ddb6-71f173dc, #Company.w-node-ef776176-05dc-ff3a-09cb-a2e32c90ddb7-71f173dc, #Email.w-node-ef776176-05dc-ff3a-09cb-a2e32c90ddb8-71f173dc, #Phone.w-node-ef776176-05dc-ff3a-09cb-a2e32c90ddb9-71f173dc, #Serial-Number.w-node-ef776176-05dc-ff3a-09cb-a2e32c90ddba-71f173dc, #Region.w-node-ef776176-05dc-ff3a-09cb-a2e32c90ddbb-71f173dc, #Version.w-node-ef776176-05dc-ff3a-09cb-a2e32c90ddbc-71f173dc, #Other.w-node-ef776176-05dc-ff3a-09cb-a2e32c90ddbd-71f173dc, #Comments.w-node-ef776176-05dc-ff3a-09cb-a2e32c90ddbe-71f173dc, #First-Name-2.w-node-_9811de84-4122-e937-5d1f-5cac553b7de1-71f173dc, #Last-Name-2.w-node-_9811de84-4122-e937-5d1f-5cac553b7de2-71f173dc, #Company-2.w-node-_9811de84-4122-e937-5d1f-5cac553b7de3-71f173dc, #Business-email.w-node-_9811de84-4122-e937-5d1f-5cac553b7de4-71f173dc, #Phone-2.w-node-_9811de84-4122-e937-5d1f-5cac553b7de5-71f173dc, #Serial-Number-2.w-node-_9811de84-4122-e937-5d1f-5cac553b7de6-71f173dc, #Current-Version.w-node-_9811de84-4122-e937-5d1f-5cac553b7de8-71f173dc, #Additional-Notes.w-node-_9811de84-4122-e937-5d1f-5cac553b7dea-71f173dc, #lic-Full-Name.w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7ec-71f173dc, #lic-Email.w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7ed-71f173dc, #lic-Company.w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7ee-71f173dc, #lic-License-Qty.w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7ef-71f173dc, #lic-Serial.w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7f0-71f173dc, #lic-License-Code.w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7f1-71f173dc, #w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7f2-71f173dc, #w-node-_543da69b-24ba-531e-9ac5-46c6a02f619c-71f173dc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_543da69b-24ba-531e-9ac5-46c6a02f619d-71f173dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7f4-71f173dc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7f5-71f173dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd80b-71f173dc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd80c-71f173dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#lic-Full-Name.w-node-_1d116ac3-f0e5-4bcb-8198-3a7db329df43-71f173dc, #lic-Email.w-node-_1d116ac3-f0e5-4bcb-8198-3a7db329df44-71f173dc, #lic-Company.w-node-_1d116ac3-f0e5-4bcb-8198-3a7db329df45-71f173dc, #Return-Code-2.w-node-_1d116ac3-f0e5-4bcb-8198-3a7db329df48-71f173dc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_313f3ab4-4f77-0a04-932b-a24299594bd4-71f173e2, #w-node-_313f3ab4-4f77-0a04-932b-a24299594bde-71f173e2, #w-node-_313f3ab4-4f77-0a04-932b-a24299594be8-71f173e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6823520-6099-955a-31fa-b591602adf37-71f173e2, #w-node-_30e36d30-4eae-20f1-1168-152fce1854a1-71f173e2, #w-node-_8b0c6fe3-756f-5b82-cb26-5709e9901e69-71f173e2 {
  align-self: center;
}

#w-node-_164655bb-5890-53f5-cc0d-2ef85102d391-71f173e2, #w-node-_51dbc169-35da-8f80-9988-19d020cb778c-71f173e2, #w-node-_0410f756-f54f-6a1f-96a3-4bf54739d9ef-71f173e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a334b297-696d-8970-0891-3dbc0ca4f3b6-71f173e2, #w-node-_132da499-1e5c-ff9c-b906-d3b4eec95b6a-71f173e2, #w-node-dd661878-9e8b-ccad-44af-9b9b5bbb0627-71f173e2, #w-node-d7a73e06-7519-ed90-54aa-74b3629f0006-71f173e2, #w-node-f94b675d-e5a0-9445-9e52-7e5c8a7d3db4-71f173e2, #w-node-_4015f838-ebef-51f5-2366-19feaa6d6b30-71f173e2, #w-node-_2544c450-2a59-f3a8-5144-847fe5223922-71f173e2, #w-node-_093dc31d-1945-f07f-5461-34badf07628e-71f173e2, #w-node-_3a988bd5-75e2-61e2-2729-7fc887f2e325-71f173e2, #w-node-c71dcd20-1cb9-f5de-3fb9-40f81649c4f3-71f173e2, #w-node-_9ad3c9c2-55c8-42cf-e79c-2075d834285b-71f173e2, #w-node-_1e4c236e-7134-cc39-d59f-6786d6fb2be4-71f173e2, #w-node-db9875d5-8244-489a-9740-53bf273677ff-71f173e2, #w-node-_85c3a534-c5dc-ecff-c8af-81403a3a808c-71f173e2, #w-node-cc4d5519-dbf9-9e3e-a7a5-1362a379d8e7-71f173e2, #w-node-f12092b2-ee7f-a62d-030f-96c21f32d02d-71f173e2, #w-node-_97ac5a59-faeb-3a98-64c0-142cd3f951b6-71f173e2, #w-node-_84ce9586-22b4-5717-5fad-ac89217c08ac-71f173e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b57664d-92f4-2c2f-41d0-44763ad15210-71f173e2, #w-node-_82da2e31-9505-d293-e10e-42c95fbb0de6-b5882a2c, #w-node-_82da2e31-9505-d293-e10e-42c95fbb0de6-30e65231, #w-node-_82da2e31-9505-d293-e10e-42c95fbb0de6-fbb444f0 {
  align-self: center;
}

#w-node-_631508ec-36ad-0c12-8e76-6130416613f1-9cf3f82d, #w-node-_6f4e643b-397e-ed4e-5c73-aa1c274c4bb9-9cf3f82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82da2e31-9505-d293-e10e-42c95fbb0de6-9cf3f82d, #w-node-c31fa9cb-73ac-e3bf-7a31-32ae73e4d004-44588136, #w-node-_68a1387f-20e1-dd43-ca61-25999107faae-44588136 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_069baa7a-101b-086b-fa55-4c28954802d9-71f1733b {
    justify-self: auto;
  }

  #w-node-a36c7c4d-287f-5a78-dd2c-b30ad42e6237-d42e6230 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0e021fd9-5453-418c-07d0-ea01b5d42772-71f173c3, #w-node-c7e620de-f799-836d-fde8-987306f325fc-71f173c3, #w-node-c8d7dcd1-6fc2-68ae-83dd-3ce14520eed8-71f173c3, #w-node-cf27c0c5-bbd6-2913-e6c0-2ba65a44ac85-71f173c3, #w-node-_8cd85551-ba56-7c2f-86c6-0344360a5129-71f173c3, #w-node-_8cd85551-ba56-7c2f-86c6-0344360a512d-71f173c3 {
    align-self: center;
  }

  #w-node-_543da69b-24ba-531e-9ac5-46c6a02f619c-71f173dc, #w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7f4-71f173dc, #w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd80b-71f173dc {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b6fd8ee4-aa20-f8ce-2e05-72a12414f491-71f173c5 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a36c7c4d-287f-5a78-dd2c-b30ad42e624c-d42e6230, #w-node-a36c7c4d-287f-5a78-dd2c-b30ad42e6273-d42e6230 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_30e36d30-4eae-20f1-1168-152fce1854a1-71f173c5 {
    place-self: center;
  }

  #w-node-_164655bb-5890-53f5-cc0d-2ef85102d391-71f173c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-b6fd8ee4-aa20-f8ce-2e05-72a12414f49b-71f173c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #lic-Full-Name.w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7ec-71f173dc, #lic-Email.w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7ed-71f173dc, #lic-Company.w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7ee-71f173dc, #lic-License-Qty.w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7ef-71f173dc, #lic-Serial.w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7f0-71f173dc, #lic-License-Code.w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7f1-71f173dc, #w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7f2-71f173dc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_543da69b-24ba-531e-9ac5-46c6a02f619c-71f173dc, #w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd7f4-71f173dc, #w-node-_7e60181e-8a94-3c6c-7fad-4ba7149bd80b-71f173dc {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #lic-Full-Name.w-node-_1d116ac3-f0e5-4bcb-8198-3a7db329df43-71f173dc, #lic-Email.w-node-_1d116ac3-f0e5-4bcb-8198-3a7db329df44-71f173dc, #lic-Company.w-node-_1d116ac3-f0e5-4bcb-8198-3a7db329df45-71f173dc, #Return-Code-2.w-node-_1d116ac3-f0e5-4bcb-8198-3a7db329df48-71f173dc {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c4375a79-0a08-1d6c-d4a4-29fa5f4852ca-9cf3f82d {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Journal';
  src: url('../fonts/Journal.eot') format('embedded-opentype'), url('../fonts/Journal.woff') format('woff'), url('../fonts/Journal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}