:root {
  --dark-grey: #252523;
  --dark-turquoise: #16c4c2;
  --white-smoke: #f1f1f1;
  --white: white;
  --cylon-cyan: #9efde7;
  --med-light-grey: #c8c8c8;
  --accidental-anderson-green: #3bd4ae;
  --light-grey: #d9d8d6;
  --vision-of-maroon: #842a52;
  --varia-suit-gold: #eea61f;
  --red-shirt-red: #ef3842;
  --prince-purple: #4c2d8e;
  --blonde-betty-yellow: #e2d028;
  --white-smoke-2: #f0f0f0;
  --ursula-purple: #514dcb;
  --experiment-626: #009098;
  --kamino-blue: #243746;
  --green-of-the-shire: #0b816a;
  --black-2: #171717;
  --dim-grey: #676767;
  --green: #57aa17;
  --bb-orange: #fd8606;
  --yellow: #edff40;
  --dark-orange: #fd8606;
  --gold: #ffdb00;
  --black: black;
  --dim-grey-2: #b2b2b2;
  --princess-peach: #fdac8e;
  --medium-slate-blue: #8a5ee7;
}

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

.body {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/Website-Background-Images-01.png');
  background-position: 50% -93%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  top: 108px;
  overflow: visible;
}

.body.home {
  background-image: none;
  font-family: sofia-pro, sans-serif;
  overflow: visible;
}

.navbar {
  z-index: 9999;
  background-color: #fff;
  padding-bottom: 1px;
  position: sticky;
  inset: 0% 0% auto;
}

.image {
  filter: invert();
  margin-top: 14px;
  margin-left: 21px;
  padding-top: 0;
}

.container-2 {
  z-index: 99999999;
  min-width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 20px;
  position: sticky;
  top: 0;
}

.nav-search {
  float: none;
  min-width: 152px;
  color: var(--dark-grey);
  text-transform: none;
  background-color: #0000;
  border: 1px solid #0000;
  margin: 14px 7px 0 6px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  font-family: sofia-pro, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: border .5s;
}

.nav-search:focus {
  border: 1px solid var(--dark-turquoise);
  color: var(--dark-grey);
  box-shadow: 1px 1px 8px #fff;
}

.nav-menu {
  display: flex;
}

.search {
  align-items: flex-start;
  margin-top: 14px;
  margin-bottom: -1px;
  display: flex;
}

.search-button {
  color: #fff0;
  background-color: #0000;
  background-image: url('../images/Seach-button-grey2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 0;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 33px;
  padding-top: 2px;
  display: block;
}

.search-button:hover {
  border: 1px solid var(--cylon-cyan);
  border-radius: 0;
}

.button {
  z-index: 3;
  float: left;
  clear: both;
  color: #ffffffb3;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #ffffffb3;
  border-radius: 1px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin: 21px 0 4px;
  padding: 9px 36px;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: border .6s, text-shadow .9s, color .6s;
  display: block;
  position: relative;
  inset: 0% auto 0% 0%;
}

.button:hover {
  border-color: var(--white);
  color: #fff;
  text-shadow: 1px 1px 6px #fff;
  background-color: #0000;
}

.button.w--current {
  clear: left;
  order: 1;
  align-self: flex-start;
  margin-top: 20px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  position: static;
}

.button.footer {
  align-self: center;
  margin-top: 18px;
}

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

.button.header-button {
  color: #252523b3;
  letter-spacing: 3px;
  border-width: 1px;
  border-color: #252523b3;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  padding: 5px 16px;
  font-family: sofia-pro, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: font-size .6s, border .6s, text-shadow .9s, color .6s;
}

.button.header-button:hover {
  border-color: var(--dark-turquoise);
  color: var(--dark-turquoise);
  text-shadow: 1px 1px 6px var(--cylon-cyan);
  background-color: #0000;
  margin-left: 0;
  font-size: 13px;
}

.button.header-button:active {
  font-size: 13px;
}

.button-block {
  color: #16c4c2;
  letter-spacing: 2px;
  background-color: #0000;
  border: 2px solid #16c4c2;
  margin-top: 34px;
  font-family: Montserrat, sans-serif;
}

.heading-unknown {
  color: #fff;
  cursor: default;
  margin-top: 96px;
  margin-left: -83px;
  padding-bottom: 0;
  font-size: 68px;
  line-height: 63px;
  overflow: visible;
  transform: translate(0);
}

.heading-unknown.cas {
  margin-top: 139px;
}

.section-8 {
  z-index: 3;
  background-color: var(--med-light-grey);
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 0;
  position: static;
  top: auto;
  overflow: visible;
}

.section-8.product-expert {
  background-color: #252523c7;
  background-image: linear-gradient(226deg, #16c4c2f2, #514dcbd9 67%, #8a5ee7d9 103%), url('../images/Copy-of-Data-Center-005.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.utility-page-wrap {
  background-image: radial-gradient(circle, #000, #d9d8d629), url('../images/starry-sky.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  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;
}

.body-4 {
  font-family: Montserrat, sans-serif;
}

.paragraph-7 {
  margin: 35px 0 86px auto;
  padding-right: 1px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.heading-4-2 {
  z-index: 3;
  color: var(--accidental-anderson-green);
  text-transform: uppercase;
  text-shadow: 5px 5px 20px #00000029;
  margin-left: -100px;
  margin-right: 106px;
  padding-right: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 104px;
  font-weight: 800;
  line-height: 111px;
  position: relative;
}

.div-block-10 {
  z-index: 2;
  background-color: #0000;
  position: relative;
  left: 150px;
}

.paragraph-8 {
  z-index: 2;
  color: #fff;
  letter-spacing: 0;
  text-indent: -1px;
  background-color: #243746d9;
  background-image: linear-gradient(#243746d9, #243746d9), url('../images/DSC03641.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 809px;
  margin-top: -112px;
  margin-left: 252px;
  padding: 136px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  top: -143px;
  box-shadow: 6px 6px 20px #00000026;
}

.heading-10 {
  align-items: center;
  margin-top: 92px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 57px;
  display: flex;
}

.heading-10.cas {
  color: #000;
  text-align: center;
  justify-content: center;
  align-self: center;
  margin-top: 63px;
  margin-bottom: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  position: static;
}

.heading-10.cas.product-expert {
  color: #fff;
  text-align: left;
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 63px;
}

.pe-paragraph {
  color: #fff;
  text-align: left;
  order: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.div-list-pe {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: auto;
  padding-top: 12px;
  padding-left: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: static;
}

.heading-11 {
  z-index: 2;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  position: absolute;
  inset: auto 0% 3% 10%;
}

.section-11 {
  margin-bottom: -18px;
  position: relative;
}

.paragraph-12 {
  text-transform: none;
  margin-top: 35px;
  margin-left: -4px;
  font-family: Inconsolata, monospace;
  font-size: 22px;
  font-weight: 700;
}

.container-13 {
  color: #16c4c2;
}

.grid {
  grid-column-gap: 16px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
}

.client-div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-all {
  color: var(--dark-grey);
  letter-spacing: 1px;
  margin-top: 11px;
  margin-bottom: 2px;
  margin-left: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.client-all.sub {
  padding-left: 40px;
  font-size: 14px;
}

.body-5 {
  background-color: #fff;
}

.div-block-21 {
  background-color: #16c4c2;
  width: 10px;
  height: 6px;
  margin-top: 11px;
  margin-right: -11px;
}

.div-block-22 {
  align-items: center;
  display: flex;
}

.div-block-23 {
  background-image: linear-gradient(#16c4c28c, #16c4c28c), url('../images/Red-Shirt.jpg');
  background-position: 0 0, 50% 18%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.heading-12 {
  text-align: center;
  margin-bottom: 39px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.heading-12.white {
  color: #16c4c2;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 32px;
}

.cs-title {
  color: #16c4c2;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.cs-title.location {
  color: var(--med-light-grey);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: -4px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 600;
}

.cs-description {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.div-block-24 {
  background-color: #16c4c2;
  width: 30px;
  height: 2px;
}

.case-study-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-2 {
  align-self: center;
}

.section-12 {
  border-top: 2px solid var(--light-grey);
  border-bottom: 2px solid var(--light-grey);
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/Artboard-4.svg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.testimonial-img {
  background-image: url('../images/DSC03662.jpg');
  background-position: 73% 17%;
  background-size: 125px;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  margin-top: 3px;
  margin-bottom: 17px;
  padding-top: 0;
}

.section-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 90px;
  display: flex;
}

.user-profile-div {
  opacity: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 21px;
  display: flex;
}

.user-profile-name {
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.user-profile-company {
  color: var(--med-light-grey);
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.user-profile-preview {
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.user-profile-img-div {
  background-image: url('../images/DSC03505.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 370px;
  height: 370px;
}

.testimonial-slider {
  height: 500px;
  position: static;
}

.div-block-25 {
  width: 50%;
}

.div-block-26 {
  z-index: 1;
  background-color: var(--light-grey);
  width: 400px;
  height: 400px;
  margin-top: 17px;
  position: relative;
  top: 7px;
}

.container-14 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-27 {
  z-index: 2;
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-top: -251px;
  display: flex;
  position: relative;
  top: -162px;
}

.paragraph-15 {
  color: var(--dark-grey);
  padding-left: 252px;
  padding-right: 252px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.slider-2 {
  background-color: #0000;
  height: 500px;
}

.icon-4, .icon-5 {
  color: #16c4c2;
}

.section-14 {
  background-image: url('../images/Artboard-4.svg');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
  padding-top: 103px;
  padding-bottom: 0;
}

.section-14.patents {
  background-image: none;
  height: 100%;
  padding-bottom: 97px;
}

.section-14.privacy {
  background-image: none;
  height: 123%;
  padding-top: 49px;
  padding-bottom: 89px;
}

.section-15 {
  background-color: #0000;
}

.text-block-2 {
  text-transform: uppercase;
  margin-top: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.text-block-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 500;
}

.image-4 {
  margin-top: -18px;
}

.div-block-35 {
  background-color: #16c4c2;
  width: 200px;
  height: 3px;
  margin-top: 8px;
}

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

.how-hero-heading {
  text-align: right;
  margin-top: 106px;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  font-weight: 800;
}

.how-hero-copy {
  text-align: right;
  margin-left: 468px;
  padding-top: 13px;
  padding-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.how-hero-copy.more {
  background-color: var(--vision-of-maroon);
  color: #fff;
  margin-top: 18px;
  margin-left: 444px;
  padding: 43px 33px;
}

.text-block-7 {
  color: var(--varia-suit-gold);
  text-align: right;
  letter-spacing: 2px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.section-20 {
  background-image: linear-gradient(50deg, var(--vision-of-maroon), var(--varia-suit-gold));
  margin-top: 44px;
  padding-top: 20px;
  padding-bottom: 94px;
}

.melts-header {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #842a524f;
  margin: 60px 0 36px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.melts-copy {
  color: #fff;
  text-align: right;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.grid-3 {
  grid-template-rows: auto auto auto;
  grid-template-areas: ". ."
                       ". ."
                       ". .";
  place-items: center;
}

.text-span-8 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.how-melts-bullet {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.how-melts-bullet-copy {
  color: #fff;
  text-align: right;
  margin-left: -22px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.text-block-8 {
  color: #fff;
  text-align: right;
  padding-top: 24px;
  padding-bottom: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 800;
}

.div-block-56 {
  background-color: var(--varia-suit-gold);
  width: 35px;
  height: 8px;
  margin-top: 6px;
}

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

.contact-us-header {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-image: url('../images/red-8.jpg');
  background-position: 50% 66%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 62px;
  font-weight: 800;
}

.contact-us-form-header {
  color: var(--dark-grey);
  letter-spacing: 1px;
  border-bottom: 0 solid #000;
  font-family: sofia-pro, sans-serif;
  font-size: 42px;
  transition: opacity .2s;
}

.contact-us-form-header.demo {
  color: var(--accidental-anderson-green);
  padding-left: 36px;
  font-size: 28px;
}

.div-block-73 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 26px;
  display: flex;
}

.div-block-74 {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 19px;
  padding-right: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.submit-button {
  background-color: var(--red-shirt-red);
  background-image: linear-gradient(123deg, var(--red-shirt-red), var(--prince-purple));
  letter-spacing: 2px;
  border-radius: 6px;
  margin-top: -1px;
  font-family: proxima-nova, sans-serif;
  transition: background-color .75s, text-shadow .6s ease-in-out;
}

.submit-button:hover {
  text-shadow: 0 0 6px var(--white);
}

.submit-button:active {
  background-color: var(--prince-purple);
  background-image: none;
}

.submit-button:focus {
  background-image: linear-gradient(123deg, var(--red-shirt-red), var(--prince-purple) 0%);
}

.contact-us-field {
  color: var(--dark-grey);
  margin-bottom: 23px;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
}

.contact-us-field:focus {
  border: 1px solid var(--red-shirt-red);
  box-shadow: 3px 3px 11px #0000004d;
}

.contact-us-field.demo {
  margin-bottom: 17px;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
}

.contact-us-field.demo:focus {
  border-color: var(--red-shirt-red);
}

.form-block {
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-26.contact-us {
  background-color: #0000;
}

.paragraph-26 {
  text-align: center;
  margin-top: -34px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.page-header-v3 {
  background-image: linear-gradient(39deg, #eea61f99, #eea61fba 42%, #842a52 80%), url('../images/LG-Conf-Rm.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.page-header-v3.sreq {
  background-image: linear-gradient(39deg, #4c2d8ea3, #16c4c2 80%), url('../images/using-laptop.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header-v3.privacy-policy {
  background-image: linear-gradient(#e2d028bd, #3bd4aecc 80%), url('../images/shutterstock_583591807.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-header-v3.terms {
  background-image: linear-gradient(#4c2d8ec2, #842a52c9 80%), url('../images/071819-Chicago-GLC.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-31 {
  letter-spacing: 2%;
  margin-top: 70px;
}

.heading-20 {
  color: #fff;
  text-align: center;
  letter-spacing: 2%;
  font-family: sofia-pro, sans-serif;
  font-size: 70px;
  line-height: 79px;
}

.text-span-12 {
  font-family: sofia-pro, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.link {
  color: var(--varia-suit-gold);
  font-family: sofia-pro, sans-serif;
  line-height: 29px;
}

.container-30 {
  line-height: 22px;
}

.heading-21 {
  color: var(--cylon-cyan);
  text-align: center;
  text-shadow: 0 0 18px #9efde799;
  align-self: center;
  margin-top: -20px;
  font-family: sofia-pro, sans-serif;
  font-size: 257px;
  font-weight: 800;
}

.text-block-19 {
  color: #fff;
  width: 258px;
  min-height: 0;
  margin-top: 17px;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-20 {
  color: #fff;
  margin-top: 102px;
  font-family: sofia-pro, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.link-2 {
  color: var(--cylon-cyan);
}

.link-3 {
  color: var(--dark-turquoise);
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
}

.heading-22 {
  text-align: center;
  margin-bottom: 26px;
  font-family: sofia-pro, sans-serif;
}

.search-result-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-13 {
  margin-bottom: 27px;
  margin-right: 20px;
  padding-right: 10px;
}

.div-block-82 {
  align-self: flex-start;
}

.div-block-83 {
  align-items: center;
  display: flex;
}

.div-block-84 {
  background-color: var(--dark-grey);
  width: 90%;
  height: .5px;
  margin-bottom: 29px;
}

.paragraph-27 {
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 12px;
}

.search-2 {
  align-items: flex-start;
  display: flex;
}

.search-button-2 {
  background-color: var(--dark-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: sofia-pro, sans-serif;
  font-size: 10px;
}

.search-input-2 {
  border: 1px solid var(--dark-grey);
  margin-bottom: 41px;
  font-family: sofia-pro, sans-serif;
}

.text-block-21 {
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.text-span-14 {
  font-family: sofia-pro, sans-serif;
  font-size: 61px;
  font-weight: 700;
}

.div-block-88 {
  background-image: linear-gradient(352deg, var(--accidental-anderson-green), var(--blonde-betty-yellow));
  height: 300px;
  margin-top: -308px;
  transform: skew(0deg, -3deg);
}

.div-block-88.patents {
  background-image: linear-gradient(352deg, var(--prince-purple), var(--red-shirt-red));
  margin-top: -308px;
}

.paragraph-28 {
  margin-top: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-28.patents {
  margin-top: 63px;
  font-family: sofia-pro, sans-serif;
}

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

.container-32 {
  margin-top: 0;
}

.text-span-15 {
  color: var(--prince-purple);
  font-weight: 700;
}

.body-7 {
  background-color: #fff;
}

.system-requirements-head-copy {
  text-align: center;
  margin: 40px 121px 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.sr-h2 {
  color: var(--dark-grey);
  margin-top: 21px;
  margin-bottom: 13px;
  font-family: sofia-pro, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.sr-h3 {
  color: #16c4c2;
  margin-top: 16px;
  margin-bottom: 13px;
  font-family: sofia-pro, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.sr-list {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 11px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
}

.sr-list.with-subitem {
  margin-bottom: 3px;
}

.container-33 {
  padding-bottom: 37px;
  padding-left: 48px;
  padding-right: 48px;
}

.text-span-17 {
  color: #16c4c2;
}

.footer-bottom-links {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Muli;
  font-size: 11px;
  font-style: normal;
  text-decoration: none;
}

.footer-bottom-links.email {
  padding-left: 0;
  padding-right: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  transition: color .925s;
}

.footer-bottom-links.email:hover {
  color: #16c4c2;
}

.text-block-24 {
  color: #ffffff4d;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 42px 3px 28px 28px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 9px;
  line-height: 14px;
}

.link-5 {
  color: #fff;
  margin-top: 3px;
  margin-left: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: color .8s;
}

.link-5:hover {
  color: #16c4c2;
}

.link-5:active {
  color: var(--cylon-cyan);
}

.footer-nav {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 26px;
  font-family: proxima-nova, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  transition: color .925s;
}

.footer-nav:hover {
  color: #16c4c2;
}

.footer-nav.w--current {
  font-size: 16px;
}

.footer-nav.secondary {
  color: #ffffff73;
  font-weight: 400;
}

.footer-nav.secondary:hover {
  color: #fff;
}

.twitter {
  width: 22px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
  font-size: 50px;
  transform: translate(0);
}

.footer-div {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 175px;
  display: flex;
}

.footer-div.left-just {
  height: 175px;
  margin-left: 16px;
}

.footer-div.links {
  justify-content: flex-start;
  height: 175px;
  margin-top: 0;
  padding-top: 10px;
  padding-right: 0;
  font-size: 18px;
}

.footer-div.right-side {
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 24px;
}

.footer-div.social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 1px #fff;
  border-right: 1px #fff;
  grid-template-rows: 30px 30px 30px;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 30px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.footer-social {
  margin-left: -7px;
  padding-left: 0;
}

.text-block-26 {
  color: #ffffff87;
  letter-spacing: 1px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-27 {
  color: #ffffff87;
  letter-spacing: 2px;
  margin-top: 13px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-15 {
  position: relative;
  top: -604px;
  left: -402px;
  transform: rotate(-20deg);
}

.home-image {
  background-image: url('../images/ICE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 1400px;
  height: 580px;
  margin: 60px 0 30px;
  position: relative;
}

.home-image.who {
  background-image: url('../images/Collberation_Resized.png');
  background-position: 50%;
  background-size: cover;
  width: 1400px;
  height: 580px;
  margin-top: 30px;
  margin-bottom: 60px;
  margin-right: 0;
  padding-left: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.home-info-div {
  z-index: 2;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  position: static;
  inset: 0% 0 0% 0%;
}

.home-info-div.why {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.home-info-div.ic {
  z-index: 2;
  top: 0;
}

.home-paragraph {
  z-index: auto;
  color: #fff;
  letter-spacing: .5px;
  background-color: #0000;
  background-image: linear-gradient(144deg, #009098f2, #16c4c2e6);
  width: 31vw;
  margin: -4px 0 20px;
  padding: 40px 32px 40px 46px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  right: -68px;
  box-shadow: 8px 8px 20px -3px #00000042;
}

.home-paragraph.why {
  text-align: right;
  background-color: #0000;
  background-image: linear-gradient(#842a52e6, #4c2d8ef7);
  margin-left: 0;
  margin-right: 0;
  padding: 40px 46px 40px 37px;
  font-size: 16px;
  left: -68px;
  right: auto;
}

.home-paragraph.ic {
  background-color: #0000;
  background-image: linear-gradient(#eea61fe6, #fd8606f2);
  width: 34vw;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 68px 40px 33px;
  font-size: 16px;
  font-weight: 400;
  left: auto;
  right: -65px;
}

.columns-14 {
  background-color: var(--dark-grey);
  border-top: 1px solid #16c4c2;
  border-right: 1px solid #fff;
  padding-top: 21px;
  padding-bottom: 28px;
  font-size: 18px;
}

.column-25 {
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

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

.column-27 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-span-22 {
  color: #fff;
}

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

.header-2 {
  color: var(--white);
  margin-top: 10px;
  padding-right: 18px;
  font-family: sofia-pro, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.header-2.header-front-page {
  white-space: normal;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

.header-2.coloured {
  color: var(--dark-turquoise);
  padding-right: 0;
}

.header-2.s-a {
  color: var(--white-smoke-2);
}

.header-2.coloured-purple {
  color: var(--ursula-purple);
  padding-right: 0;
}

.div-block-96 {
  background-color: var(--experiment-626);
  width: 30px;
  height: 2px;
  color: var(--kamino-blue);
  margin-left: 114px;
}

.div-block-96.vision {
  background-color: var(--prince-purple);
  margin-left: 88px;
}

.div-block-96.who {
  background-color: var(--varia-suit-gold);
  margin-left: 116px;
  padding-right: 0;
  position: static;
  right: -218px;
}

.link-6 {
  color: var(--experiment-626);
  letter-spacing: 1px;
  padding-left: 116px;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.link-6.vision {
  clear: none;
  color: var(--prince-purple);
  align-self: auto;
  margin-right: auto;
  padding-left: 88px;
  position: relative;
}

.link-6.who {
  color: var(--varia-suit-gold);
  margin-left: 0;
  padding-left: 116px;
  padding-right: 0;
  display: block;
  position: static;
  right: 0;
}

.lightbox-link-2 {
  filter: saturate(110%);
  background-image: linear-gradient(#4c2d8e99, #4c2d8e99), url('../images/NewGround---Logix---Boardroom-Rendering-Final.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-106 {
  opacity: .9;
  background-image: url('../images/play-button.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 175px;
  height: 175px;
}

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

.success-message {
  background-color: #0000;
}

.text-block-39 {
  color: var(--white);
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 26px;
  position: static;
}

.slide-4 {
  z-index: 1;
  background-image: radial-gradient(circle farthest-side, #00000082, #ffffff1a), url('../images/Layer-6.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.slider-4 {
  background-color: #0000;
  border: 0 #000;
  width: 100%;
  height: 95vh;
  position: static;
}

.slide-5 {
  background-image: radial-gradient(circle closest-side, #0000004d, #ffffff1a), url('../images/Layer-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-6 {
  background-image: url('../images/Layer-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-6, .icon-7 {
  opacity: 0;
}

.section-45 {
  z-index: 5;
  background-image: linear-gradient(144deg, var(--dark-turquoise) 1%, #3bd4aee6);
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 500px;
  margin-top: 44px;
  margin-bottom: 101px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: -14px 14px 20px -7px #00000042;
}

.paragraph-32 {
  color: #fff;
  text-align: left;
  text-transform: none;
  align-self: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.pe-image {
  margin-top: 3px;
}

.slide-7 {
  background-image: url('../images/Layer-7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/DIRTT---Conference-room-in-loft-space---Flip.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.slider-5 {
  z-index: 2;
  opacity: .8;
  background-color: #0000;
  width: 70%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slide-9 {
  filter: saturate(150%);
  background-color: #0000;
  background-image: linear-gradient(333deg, #9efde7cc, #16c4c2cc);
  width: 100%;
}

.slide-10 {
  background-image: linear-gradient(333deg, var(--green-of-the-shire), #3bd4aecc);
  filter: saturate(150%);
  width: 100%;
}

.slide-11 {
  filter: saturate(150%);
  background-image: linear-gradient(333deg, #3bd4aecc, #e2d028cc);
  width: 100%;
}

.slide-12 {
  filter: saturate(150%);
  background-image: linear-gradient(333deg, #e2d028cc, #eea61fcc);
  width: 100%;
}

.slide-13 {
  filter: saturate(150%);
  background-image: linear-gradient(333deg, #8a5ee7cc, #eea61fcc);
  width: 100%;
}

.slide-14 {
  filter: saturate(150%);
  background-image: linear-gradient(333deg, #16c4c2cc, #8a5ee7cc);
  width: 100%;
  height: 100%;
}

.left-arrow {
  opacity: 0;
  padding-bottom: 0;
}

.right-arrow, .slide-nav-2, .slide-nav-3 {
  opacity: 0;
}

.div-block-123 {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 65%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 187px;
  padding-left: 0;
  padding-right: 94px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.why-ice {
  z-index: 1;
  background-color: #f0f0f0;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-51 {
  z-index: 1;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-52 {
  height: 95vh;
  position: relative;
  overflow: hidden;
}

.icon-6 {
  background-image: url('../images/db-triangle-white-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  width: 31px;
  height: 26px;
  position: absolute;
  bottom: 10vh;
  left: -16px;
}

.icon-7 {
  background-color: #111;
  border: 5px solid #ffffff14;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 30vh;
  left: -12px;
}

.nav-button {
  color: #25252366;
  letter-spacing: 2px;
  padding-top: 23px;
  font-family: sofia-pro, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: color 1s;
}

.nav-button:hover {
  color: var(--dark-grey);
}

.nav-button:active, .nav-button:focus {
  color: #16c4c2;
}

.nav-button.w--current {
  color: #16c4c2;
  letter-spacing: 2px;
  align-self: auto;
  padding-top: 23px;
  padding-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  font-size: 12px;
  transition: color 1.2s ease-in-out;
}

.nav-button.w--current:hover {
  color: var(--black-2);
  position: static;
}

.nav-button.w--current:active, .nav-button.w--current:focus {
  color: #16c4c2;
  position: static;
}

.what-is-ice {
  z-index: 1;
  color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.column-44 {
  object-fit: fill;
  background-color: #ffffffb3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-right: 42px;
  display: flex;
}

.column-45 {
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.about-hero-header {
  padding-bottom: 0;
  overflow: hidden;
}

.columns-21 {
  height: 90vh;
}

.paragraph-35 {
  color: var(--dark-grey);
  object-fit: scale-down;
  margin-bottom: 0;
  padding: 30px 46px 0 69px;
  font-family: sofia-pro, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.div-block-125 {
  background-color: var(--blonde-betty-yellow);
  align-self: flex-start;
  width: 60px;
  height: 3px;
  margin-top: 26px;
  margin-bottom: 0;
  margin-left: 69px;
  padding-left: 0;
}

.why-ice-hero {
  background-color: #0000;
  height: 100vh;
}

.columns-22 {
  height: 100%;
}

.column-46 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.column-46.what {
  z-index: 1;
}

.column-47 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-126 {
  width: 95%;
  height: 95%;
}

.div-block-127 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  height: 95%;
  margin-right: 15px;
  padding-right: 124px;
  display: flex;
}

.div-block-127.what, .div-block-127.mobile {
  margin-bottom: 10px;
  margin-right: 0;
  padding-right: 33px;
}

.text-block-43 {
  z-index: 2;
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 3px;
  margin-top: 111px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 59px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-43.why {
  color: var(--prince-purple);
  background-color: #0000;
  background-image: none;
  padding-right: 30px;
}

.heading-31 {
  color: var(--dark-grey);
  align-self: flex-start;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 80px;
}

.heading-31.what {
  text-align: right;
  align-self: flex-end;
  margin-bottom: 19px;
  padding-right: 0;
}

.text-span-41 {
  color: #fff;
}

.columns-25 {
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 73px;
  margin-bottom: 73px;
  padding-left: 145px;
  padding-right: 145px;
  display: flex;
}

.column-52 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.column-53 {
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  height: 80%;
  font-family: sofia-pro, sans-serif;
  display: flex;
}

.div-block-133 {
  background-image: url('../images/Materials.svg');
  background-position: 0 0;
  background-size: cover;
  width: 85px;
  height: 85px;
}

.product-expert-icons {
  background-image: url('../images/Installation.svg');
  background-position: 0 0;
  background-size: cover;
  width: 85px;
  height: 85px;
}

.product-expert-icons.eng {
  background-image: url('../images/Engineering.svg');
}

.product-expert-icons.opt {
  background-image: url('../images/Options.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 71px;
  width: 85px;
  height: 85px;
  display: block;
}

.product-expert-icons.price {
  background-image: url('../images/Pricing.svg');
}

.product-expert-icons.beh {
  background-image: url('../images/Behaviors.svg');
}

.product-expert-icons.manuf {
  background-image: url('../images/Manufacturing.svg');
}

.product-expert-icons.config {
  background-image: url('../images/Configurations.svg');
}

.div-block-144, .div-block-145 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-146 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-147 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  display: flex;
}

.div-block-148, .div-block-149, .div-block-150 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-151 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 27px;
  display: flex;
}

.div-block-152 {
  background-color: var(--red-shirt-red);
  background-image: url('../images/Artboard-4_1.svg'), linear-gradient(144deg, var(--red-shirt-red), var(--prince-purple));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
  border-radius: 75px;
  order: -1;
  width: 50px;
  height: 50px;
}

.div-block-153 {
  background-image: url('../images/Artboard-8.svg'), linear-gradient(174deg, var(--red-shirt-red), var(--prince-purple));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
  border-radius: 75px;
  width: 50px;
  height: 50px;
}

.div-block-154 {
  background-image: url('../images/Artboard-6.svg'), linear-gradient(93deg, var(--red-shirt-red), var(--prince-purple));
  opacity: 1;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
  border-radius: 75px;
  order: -1;
  width: 50px;
  height: 50px;
}

.form {
  padding: 1px 41px 31px;
  overflow: hidden;
}

.link-7 {
  color: var(--dark-grey);
  letter-spacing: 2px;
  text-transform: none;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.link-8 {
  color: var(--dark-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.link-block {
  order: -1;
  width: 50px;
  height: 50px;
}

.link-9 {
  color: var(--dark-grey);
  text-transform: none;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.slide-18 {
  background-image: url('../images/Orzech-Dental_001.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/DIRTT-Residential-004.png');
  background-position: 50%;
  background-size: contain;
}

.slide-20 {
  background-image: url('../images/Hotel-Room-09.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/2019-04-22_14-02-53.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-51 {
  color: #fff;
  padding-top: 3px;
  font-family: proxima-nova, sans-serif;
}

.bold-text-10 {
  margin-left: 9px;
  font-size: 18px;
}

.social-image {
  width: 22px;
  margin-left: 9px;
  margin-right: 9px;
}

.background-video-6 {
  background-color: #0000;
  width: 95%;
  height: 95%;
  display: block;
}

.link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.bold-text-11 {
  font-size: 100px;
}

.bold-text-11.what {
  font-size: 70px;
}

.paragraph-40 {
  text-align: left;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-41 {
  text-align: center;
  margin-bottom: 31px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-52 {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 0;
}

.text-block-53 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 0;
}

.text-block-54 {
  margin-bottom: 20px;
  margin-left: 60px;
  margin-right: auto;
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.type-column-1 {
  padding-right: 20px;
}

.input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

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

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px #0003;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px #0000001a;
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.tab-link {
  color: #aaa;
  background-color: #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: #0000;
  box-shadow: inset 0 -1px #333;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.success-message-2 {
  color: #20ce7b;
  background-color: #20ce7b1a;
  border-radius: 4px;
}

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(#00000080, #00000080), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

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

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.tabs-2 {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.style-guide-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: #ec38721a;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: #ec38721a;
  border-radius: 4px;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.button-3 {
  border: 2px solid var(--dark-grey);
  height: 44px;
  color: var(--black-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  padding: 0 20px;
  font-family: sofia-pro, sans-serif;
  font-weight: 900;
  line-height: 43px;
  transition: box-shadow .2s;
  box-shadow: 0 1px 1px #0000;
}

.button-3:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.card-title {
  margin-top: 0;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-1 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.heading-2 {
  color: #b16565;
  letter-spacing: 1px;
  font-family: sofia-pro, sans-serif;
}

.heading-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #16c4c2;
  padding-left: 13px;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph {
  color: var(--dark-grey);
  text-align: left;
  white-space: break-spaces;
  margin-top: 11px;
  padding-right: 66px;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph.what {
  text-align: right;
  align-self: flex-end;
  width: 38vw;
  margin-top: 14px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
}

.paragraph.what-mobile {
  text-align: right;
  align-self: flex-end;
  width: 32vw;
  margin-top: 14px;
  margin-left: 0;
  padding-left: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
}

.block-quote {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
}

.link-style {
  color: #16c4c2;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.heading-4, .heading-5, .heading-6, .heading-51 {
  font-family: sofia-pro, sans-serif;
}

.first-half-footer {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--dim-grey), var(--dim-grey));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.first-half-footer.what {
  background-image: linear-gradient(174deg, var(--green) 35%, var(--accidental-anderson-green));
  position: relative;
}

.first-half-footer.why {
  background-image: linear-gradient(176deg, #16c4c2 54%, var(--cylon-cyan));
}

.first-half-footer.about {
  background-image: linear-gradient(177deg, var(--vision-of-maroon) 40%, var(--varia-suit-gold));
}

.first-half-footer.sytemreq {
  background-image: linear-gradient(144deg, var(--dark-turquoise), var(--prince-purple));
}

.first-half-footer.license {
  background-image: linear-gradient(144deg, var(--varia-suit-gold), var(--vision-of-maroon));
}

.first-half-footer.privacy {
  background-image: linear-gradient(352deg, var(--green), var(--accidental-anderson-green) 69%);
  color: var(--accidental-anderson-green);
}

.first-half-footer.terms {
  background-image: linear-gradient(144deg, var(--vision-of-maroon), var(--red-shirt-red));
}

.first-half-footer.patents {
  background-image: linear-gradient(352deg, var(--red-shirt-red), var(--prince-purple) 64%);
}

.second-half-footer {
  background-color: var(--dark-grey);
  border: 1px #000;
  padding-top: 32px;
  padding-bottom: 9px;
}

.second-half-footer.about {
  background-image: linear-gradient(177deg, var(--vision-of-maroon) 40%, var(--bb-orange));
  overflow: hidden;
}

.second-half-footer.ir {
  background-image: linear-gradient(177deg, var(--dark-turquoise) 40%, var(--yellow));
  overflow: hidden;
}

.social-media-icon-block {
  z-index: 3;
  flex-direction: row;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 41px;
  display: flex;
  position: relative;
}

.shf-link {
  color: #ffffff80;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  padding-left: 32px;
  padding-right: 32px;
  font-family: sofia-pro, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: color .8s;
}

.shf-link:hover {
  color: #fff;
}

.shf-link:active {
  color: var(--cylon-cyan);
}

.terms-block {
  justify-content: center;
  margin-left: 25px;
  padding-top: 0;
  padding-bottom: 17px;
  display: flex;
}

.text-block-55 {
  color: #ffffff80;
  text-align: left;
  font-family: sofia-pro, sans-serif;
}

.copyright-block {
  letter-spacing: 1px;
  flex-direction: row;
  align-items: center;
  margin-left: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 10px;
  display: flex;
}

.shf-large-link {
  color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
  padding-left: 33px;
  padding-right: 33px;
  font-family: sofia-pro, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .8s;
}

.shf-large-link:hover {
  color: #16c4c2;
}

.shf-large-link:active {
  color: var(--cylon-cyan);
}

.shf-large-link.support, .shf-large-link.systemreq, .shf-large-link.myice-link {
  font-family: sofia-pro, sans-serif;
}

.div-block-177 {
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.div-block-177.additional-links {
  padding-top: 0;
  padding-bottom: 9px;
}

.text-block-56 {
  z-index: 3;
  color: #fff;
  letter-spacing: 2px;
  padding-top: 37px;
  padding-bottom: 16px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.heading-52 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 22px;
  font-family: sofia-pro, sans-serif;
}

.div-block-179 {
  z-index: 1;
  opacity: .07;
  background-image: url('../images/Ice-Edge_WowWinDeliver_White_1920x454.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
}

.div-block-180 {
  margin-top: 21px;
  padding-bottom: 0;
  font-family: sofia-pro, sans-serif;
}

.div-block-181 {
  background-color: #e2d02899;
  width: 100%;
  height: 100%;
}

.heading-53 {
  width: 50vw;
  margin-top: 0;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 80px;
  line-height: 86px;
}

.paragraph-42 {
  width: 90%;
  margin-top: 20px;
  padding-right: 122px;
  font-family: sofia-pro, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.columns-28 {
  margin-left: 20%;
  margin-right: 20%;
}

.paragraph-43 {
  color: #16c4c2;
  margin-top: 0%;
  font-family: proxima-nova, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 30px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.column-58 {
  height: 30vh;
}

.column-59 {
  height: 30vh;
  padding-left: 0;
  padding-right: 0;
}

.column-60 {
  height: 30vh;
}

.image-18 {
  float: left;
  clear: right;
  max-width: 50%;
  margin-top: 0%;
  position: absolute;
  inset: auto 33% 20% auto;
}

.image-19 {
  margin-top: 0;
  display: block;
}

.paragraph-44 {
  color: var(--dark-grey);
  text-align: left;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 53px;
  position: static;
  transform: none;
}

.div-block-183 {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.paragraph-45 {
  color: var(--dark-grey);
  text-align: right;
  text-transform: uppercase;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.section-64 {
  background-color: #0000;
  margin-top: 5vh;
  margin-bottom: -5vh;
}

.div-block-184 {
  width: 40%;
  padding: 61px 70px 28px 0%;
}

.background-video-12 {
  background-image: linear-gradient(145deg, #16c4c2bf, #57aa17b3 83%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.div-block-185 {
  width: 95%;
  height: 95%;
  display: block;
}

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

.heading-55 {
  color: var(--dark-grey);
  align-self: flex-start;
  margin-left: 69px;
  font-family: sofia-pro, sans-serif;
  font-size: 60px;
  line-height: 69px;
}

.heading-55.icereality {
  margin-top: 40px;
  margin-left: 0;
  font-size: 37px;
  line-height: 40px;
}

.div-block-186 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-57 {
  color: #16c4c2;
  text-align: right;
  align-self: flex-end;
  margin-top: 11px;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
}

.div-block-187 {
  background-color: #16c4c2;
  align-self: flex-end;
  width: 60px;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-58 {
  color: var(--dark-turquoise);
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.div-block-188 {
  background-color: var(--prince-purple);
  background-image: linear-gradient(to right, var(--ursula-purple), var(--dark-turquoise));
  width: 60px;
  height: 3px;
  color: var(--prince-purple);
  margin-top: 10px;
  margin-bottom: 10px;
}

.interactivevr {
  z-index: 1;
  color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.interactivevr-image {
  background-image: url('../images/Chicago-Experience---Fixed-and-Sized.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 1400px;
  height: 580px;
  margin: 60px 0 30px;
  position: relative;
}

.what-paragraph {
  z-index: auto;
  color: #fff;
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 29px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: static;
  right: -68px;
}

.what-info-div {
  z-index: 2;
  background-image: linear-gradient(144deg, #57aa17e6, #16c4c2e6);
  width: 41vw;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 89px 0 89px 56px;
  position: relative;
  inset: 0% 99px 0% 6%;
  box-shadow: 8px 8px 20px -3px #00000042;
}

.interactive-vr-div {
  background-color: var(--white);
  width: 40px;
  height: 2px;
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
}

.div-block-192 {
  background-image: url('../images/ICE-computer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60%;
  height: 700px;
  margin-left: 20px;
  display: flex;
  position: relative;
  top: -36px;
}

.learn-customize {
  z-index: 1;
  color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 43px;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 14px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.learn-customize-div {
  z-index: 3;
  background-color: #f1f1f1e6;
  align-self: flex-end;
  width: 36vw;
  margin: 0;
  padding: 89px 56px;
  position: relative;
  inset: 0% auto 0% -9%;
  box-shadow: 8px 8px 20px -3px #00000042;
}

.learn-customize-image {
  background-image: url('../images/Easy-to-learn_Resized-v3_small.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 1400px;
  height: 580px;
  margin: 60px 0 30px 86px;
  position: relative;
}

.learn-customize-paragraph {
  z-index: auto;
  width: 30vw;
  color: var(--dark-grey);
  background-color: #0000;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 49px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: static;
  right: -68px;
}

.updates {
  z-index: 1;
  color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 300vh;
  margin-bottom: 43px;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 14px;
  padding-left: 0;
  display: flex;
  position: static;
  top: 0;
  bottom: 20px;
  overflow: visible;
}

.updates-image {
  background-color: var(--white);
  align-self: flex-start;
  width: 1400px;
  height: 500px;
  margin: 60px 12px 30px -7px;
  position: sticky;
  top: 74px;
  left: -51px;
}

.updates-div {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(144deg, var(--accidental-anderson-green) 10%, #16c4c2e6);
  align-self: flex-start;
  width: 45vw;
  margin: 0;
  padding: 76px 44px 76px 56px;
  position: sticky;
  inset: 117px auto 0% 8%;
  box-shadow: 8px 8px 20px -3px #00000042;
}

.updates-paragraph {
  z-index: auto;
  width: 30vw;
  color: var(--white);
  letter-spacing: .5px;
  background-color: #0000;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 58px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: static;
  right: -68px;
}

.learn-interactive-div-block {
  background-color: var(--white-smoke-2);
  width: 40px;
  height: 2px;
  color: var(--ursula-purple);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
}

.learn-customize-div-block {
  background-color: var(--white);
  width: 40px;
  height: 2px;
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
}

.heading-56 {
  opacity: .8;
  color: var(--dark-grey);
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 52px;
  font-family: sofia-pro, sans-serif;
}

.leverage-header {
  color: var(--dark-turquoise);
  margin-top: 30px;
  font-family: sofia-pro, sans-serif;
  font-size: 25px;
}

.section-68 {
  background-color: #f1f1f1e6;
  margin-left: 0;
  margin-right: 0;
  padding: 39px 60px;
  overflow: hidden;
}

.paragraph-49 {
  width: 90%;
  color: var(--dark-grey);
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.import-header {
  color: var(--accidental-anderson-green);
  margin-top: 30px;
  font-family: sofia-pro, sans-serif;
  font-size: 25px;
}

.sketchup-header {
  color: var(--green);
  margin-top: 30px;
  font-family: sofia-pro, sans-serif;
  font-size: 26px;
}

.why-body {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/Website-background-image-Purple_50-01.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  top: 108px;
  overflow: visible;
}

.what-body {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/Website-Background-Images-01.png');
  background-position: 50% -93%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 13px;
  top: 108px;
  overflow: visible;
}

.custom-product-div {
  z-index: 3;
  background-color: #f1f1f1e6;
  background-image: linear-gradient(144deg, #16c4c2d9, #4c2d8ee6 70%);
  align-self: center;
  width: 34vw;
  margin: 0;
  padding: 89px 56px 89px 47px;
  position: relative;
  inset: 0% auto 0% -9%;
  box-shadow: 8px 8px 20px -3px #00000042;
}

.custom-product-image {
  background-image: url('../images/IMG_0496-V02_small.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-start;
  width: 80vw;
  height: 600px;
  margin: 60px 0 30px;
  position: relative;
  left: 0;
}

.text-span-56 {
  color: var(--white);
  line-height: 26px;
}

.speed-and-acc {
  z-index: 1;
  color: #0000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 43px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 14px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.visualize-section {
  z-index: 1;
  color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 43px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 14px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.speed-and-acc-div {
  z-index: 7;
  background-color: #f1f1f1e6;
  background-image: linear-gradient(#16c4c2e6, #18dddbe6);
  background-position: 0 0;
  background-size: auto;
  align-self: flex-start;
  width: 33vw;
  margin: 0;
  padding: 37px 39px;
  position: relative;
  inset: 0% auto 0% 5%;
  box-shadow: 8px 8px 20px -3px #00000042;
}

.speed-and-acc-image {
  clear: none;
  background-color: var(--white);
  align-self: flex-end;
  width: 60vw;
  height: 580px;
  margin: 60px 0 30px;
  position: relative;
  left: auto;
}

.sa-paragraph {
  color: var(--white);
  margin-right: 0;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.section-69 {
  background-color: var(--dark-grey);
  background-image: linear-gradient(#252523b3, #252523b3), url('../images/Calgary-Aerial-Black-and-White.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us {
  color: #fff;
  background-color: #fff;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  top: 108px;
  overflow: visible;
}

.section-70 {
  background-color: var(--white-smoke);
}

.contact-info-column {
  padding-left: 38px;
}

.request-a-demo-column {
  background-color: var(--white);
  padding-top: 36px;
  padding-bottom: 36px;
}

.first-contact-us-column {
  align-items: center;
  display: flex;
}

.contact-us-title {
  margin-top: 81px;
  margin-bottom: 81px;
  font-size: 70px;
}

.text-block-59 {
  color: var(--dark-grey);
  padding-top: 8px;
  padding-left: 26px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
}

.text-block-60 {
  color: var(--red-shirt-red);
  padding-left: 26px;
  font-family: sofia-pro, sans-serif;
  font-size: 29px;
}

.div-block-196 {
  background-color: var(--red-shirt-red);
  width: 100px;
  height: 2px;
  margin-top: 27px;
  margin-left: 36px;
}

.div-block-197 {
  background-image: url('../images/Artboard-7.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 17px;
}

.div-block-198 {
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  display: flex;
}

.text-block-61 {
  font-family: sofia-pro, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.heading-57 {
  color: var(--red-shirt-red);
  text-align: center;
  letter-spacing: 1.5px;
  font-family: proxima-nova, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.columns-31 {
  width: 50vw;
  margin-bottom: 59px;
}

.text-block-62 {
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

.div-block-199 {
  text-align: center;
}

.speak-your-mind-header {
  color: var(--white);
  letter-spacing: 0;
  border-bottom: 0 solid #000;
  margin-top: 0;
  margin-left: 41px;
  padding-top: 42px;
  font-family: sofia-pro, sans-serif;
  font-size: 31px;
  font-weight: 600;
  transition: opacity .2s;
}

.text-block-63 {
  color: var(--white);
  padding: 7px 41px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.drop-us-a-line-div-line {
  background-color: var(--white);
  width: 50px;
  margin-top: 20px;
  margin-left: 41px;
}

.say-hello-button {
  background-color: var(--white);
  color: var(--dark-grey);
  letter-spacing: 2px;
  border-radius: 6px;
  margin-top: -1px;
  font-family: proxima-nova, sans-serif;
  transition: background-color .7s, color .7s, text-shadow .7s;
}

.say-hello-button:hover {
  color: var(--prince-purple);
  text-shadow: 1px 1px 4px var(--ursula-purple);
}

.say-hello-button:active {
  background-color: var(--red-shirt-red);
  color: var(--white);
  text-shadow: none;
}

.section-71 {
  margin-top: 69px;
  margin-bottom: 69px;
}

.contact-us-footer {
  background-color: #0000;
  background-image: linear-gradient(174deg, var(--prince-purple) 46%, var(--red-shirt-red));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
  position: relative;
}

.contact-us-footer.blogone {
  background-image: linear-gradient(174deg, var(--dark-orange) 46%, var(--gold));
}

.form-2 {
  padding-left: 35px;
  padding-right: 35px;
}

.visualize-image {
  background-image: url('../images/ICEreality-Cones_02small.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 80vw;
  height: 600px;
  margin: 52px 0 30px;
  padding-top: 0;
  position: relative;
}

.visualize-copy-block {
  z-index: 3;
  background-color: #f1f1f1e6;
  background-image: linear-gradient(-148deg, #514dcbe6, #4c2d8ee6 70%);
  align-self: flex-end;
  width: 31vw;
  margin: 0;
  padding: 89px 64px 89px 47px;
  position: relative;
  inset: 0% auto 0% -77px;
  box-shadow: 8px 8px 20px -3px #00000042;
}

.experience-your-designs-section {
  z-index: 1;
  color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 43px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 14px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.experience-design-copy-block {
  z-index: 3;
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke-2));
  align-self: center;
  width: 35vw;
  margin: 0;
  padding: 89px 88px;
  position: relative;
  inset: 0% 0 0% 7%;
  box-shadow: 8px 8px 20px -3px #00000042;
}

.experience-design-image {
  background-image: url('../images/DSC03505.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 1400px;
  height: 580px;
  margin: 60px 0 30px;
  position: relative;
  left: 0;
}

.ed-paragraph {
  color: var(--dark-grey);
  margin-right: 0;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.visualize-block {
  background-color: var(--white);
  width: 40px;
  height: 2px;
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
}

.section-72 {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 95px;
  display: flex;
}

.ed-color-div {
  background-color: var(--ursula-purple);
  width: 40px;
  height: 2px;
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 14px;
  padding-top: 0;
}

.container-46 {
  border-top: 2px none var(--dark-turquoise);
  border-bottom: 2px none var(--dark-turquoise);
  background-color: #0000;
  border-radius: 2px;
  padding-left: 14px;
}

.section-73 {
  border-top: 1px none var(--bb-orange);
  border-radius: 0;
  justify-content: center;
  width: 100vw;
  height: 600px;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.slc-image {
  opacity: 1;
  background-image: linear-gradient(118deg, #842a52d9, #ef3842d9), url('../images/SLC-Black-and-White.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 35%;
  height: 100%;
  position: relative;
  top: 81px;
  box-shadow: 8px 8px 20px -3px #00000042;
}

.heading-59 {
  text-align: center;
  margin-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  font-weight: 900;
}

.paragraph-50 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.div-block-208 {
  background-color: var(--bb-orange);
  width: 60px;
  height: 3px;
  margin-bottom: 20px;
}

.text-span-58 {
  color: var(--dark-turquoise);
}

.text-span-58.about {
  color: var(--bb-orange);
}

.section-74 {
  margin: 58px 137px 153px;
}

.column-65, .column-66, .column-67 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 40%;
  display: flex;
}

.text-block-64 {
  color: var(--varia-suit-gold);
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
}

.computer {
  color: var(--bb-orange);
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
}

.coffee-text {
  color: var(--vision-of-maroon);
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-65 {
  color: var(--dim-grey);
  text-align: center;
  padding: 7px 8px 0;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.div-block-209 {
  background-image: url('../images/Company-Photo_Small-and-Blurred.png');
  background-position: 50%;
  background-size: cover;
  width: 89vw;
  height: 54vh;
}

.div-block-210 {
  background-image: linear-gradient(144deg, #842a52f7, #fd8606f2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45vw;
  margin-top: 16px;
  margin-bottom: 165px;
  padding: 2px 58px;
  display: flex;
  position: relative;
  top: 40px;
  left: -22px;
  box-shadow: 8px 8px 20px -3px #00000042;
}

.heading-60 {
  color: var(--white);
  align-self: flex-start;
  margin-top: 35px;
  margin-bottom: 21px;
  padding-left: 0;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.paragraph-51 {
  color: var(--white);
  margin-bottom: 26px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.section-75 {
  margin: 100px 145px 85px;
  display: flex;
}

.section-76 {
  align-items: center;
  margin: 0 70px 83px;
  display: flex;
}

.dirtt-block {
  z-index: 5;
  background-image: linear-gradient(144deg, #ff8400e6 20%, #f19e44);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 49vw;
  margin-left: -59px;
  padding: 73px;
  display: flex;
  position: relative;
  top: 0;
  left: 29px;
  box-shadow: 8px 8px 20px -3px #00000042;
}

.dirtt-image {
  background-image: url('../images/DSC03649.JPG');
  background-position: 50%;
  background-size: cover;
  width: 89vw;
  height: 50vh;
  margin-left: -112px;
}

.div-block-211 {
  padding-top: 0;
}

.button-4 {
  color: #ffffffb3;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1.5px solid #ffffffb3;
  margin-top: 21px;
  padding-top: 9px;
  font-family: sofia-pro, sans-serif;
  transition: box-shadow .6s, text-shadow .6s, color .6s, border .6s;
}

.button-4:hover {
  border-color: var(--white);
  color: var(--white);
  text-shadow: 1px 1px 6px #ffffff80;
  box-shadow: 1px 1px 3px #ffffff80;
}

.first-half-footer-home {
  background-color: #0000;
  background-image: linear-gradient(144deg, var(--dark-turquoise), var(--experiment-626));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.why-image {
  background-image: url('../images/ICE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 1400px;
  height: 580px;
  margin: 60px 0 30px;
  position: relative;
}

.why-image.why {
  background-image: url('../images/Mixed.png');
  background-position: 50%;
  background-size: cover;
  width: 1400px;
  margin: 30px 0;
}

.what-is-ice-home-header {
  color: var(--dark-grey);
  letter-spacing: 2px;
  font-family: sofia-pro, sans-serif;
  font-size: 60px;
  font-weight: 900;
}

.why-ice-home-header-large {
  color: var(--dark-grey);
  letter-spacing: 2px;
  font-family: sofia-pro, sans-serif;
  font-size: 60px;
  font-weight: 800;
}

.about-us-home-header {
  color: var(--dark-grey);
  letter-spacing: 2px;
  margin-left: -37px;
  font-family: sofia-pro, sans-serif;
  font-size: 60px;
  font-weight: 800;
}

.heading-61 {
  display: none;
}

.about-us-link-mobile {
  color: var(--experiment-626);
  letter-spacing: 1px;
  padding-left: 116px;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.about-us-link-mobile.who {
  color: var(--varia-suit-gold);
  margin-left: 0;
  padding-left: 116px;
  padding-right: 0;
  display: none;
  position: static;
  right: 0;
}

.what-is-ice-link-mobile, .why-ice-mobile-link {
  color: var(--experiment-626);
  letter-spacing: 1px;
  padding-left: 116px;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.what-is-ice-mobile {
  display: none;
}

.what-is-ice-image-mobile {
  background-image: url('../images/ICE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 1400px;
  height: 580px;
  margin: 60px 0 30px;
  position: relative;
}

.why-ice-mobile {
  display: none;
}

.why-ice-image-mobile {
  background-image: url('../images/ICE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 1400px;
  height: 580px;
  margin: 60px 0 30px;
  position: relative;
}

.about-ice-mobile {
  display: none;
}

.about-ice-image-mobile {
  background-image: url('../images/ICE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 1400px;
  height: 580px;
  margin: 60px 0 30px;
  position: relative;
}

.about-us-mobile-link {
  color: var(--experiment-626);
  letter-spacing: 1px;
  padding-left: 116px;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.visualize-paragraph-copy {
  z-index: auto;
  width: 30vw;
  color: var(--white);
  letter-spacing: .5px;
  background-color: #0000;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 96px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: static;
  right: -68px;
}

.div-block-215 {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 51px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.lc-color-div-block {
  background-color: var(--dark-turquoise);
  width: 40px;
  height: 2px;
  color: var(--ursula-purple);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
}

.div-block-218 {
  background-image: url('../images/Layer-One-Properties.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-219 {
  background-image: url('../images/Layer-two-New-3D.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.div-block-220 {
  background-image: url('../images/Layer-three-Properties-menu.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.div-block-222 {
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 17px;
  display: flex;
}

.text-block-66 {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.div-block-223 {
  background-image: url('../images/Pricing2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 42px;
  height: 42px;
}

.accurate-bom-icon {
  background-image: url('../images/BOM2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 42px;
  height: 42px;
}

.engineering-icon {
  background-image: url('../images/Engineering2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 42px;
  height: 42px;
}

.manufacturing-icon {
  background-image: url('../images/Manufacturing2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 42px;
  height: 42px;
}

.installation-icon {
  background-image: url('../images/Installation2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 42px;
  height: 42px;
}

.div-block-224 {
  background-color: var(--white);
  width: 60px;
  height: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-tablet {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 51px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.why-ice-title-mobile {
  z-index: 2;
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 3px;
  margin-top: 111px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 59px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto;
}

.why-ice-title-mobile.why {
  color: var(--prince-purple);
  background-color: #0000;
  background-image: none;
  padding-right: 30px;
  display: none;
}

.section-78 {
  display: none;
}

.div-block-194-mobile {
  background-image: linear-gradient(#3bd4aeb3, #3bd4aeb3), url('../images/Revit-Support-2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 33%;
  height: 100%;
  margin-right: 0;
}

.div-block-212-mobile {
  padding-top: 38px;
}

.div-block-195-mobile {
  background-image: linear-gradient(#57aa17b3, #57aa17b3), url('../images/Sketchup.PNG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 33%;
  height: 100%;
}

.div-block-233, .div-block-234, .div-block-235 {
  display: none;
}

.background-video-12-mobile {
  background-image: linear-gradient(#16c4c2bf, #57aa17b3 83%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
}

.div-block-185-mobile {
  width: 95%;
  height: 95%;
  display: none;
}

.text-block-43-mobile {
  z-index: 2;
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 3px;
  margin-top: 111px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 59px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-43-mobile.new {
  color: #16c4c2;
}

.text-block-43-mobile.new.what-mobile {
  color: var(--dark-turquoise);
  padding-right: 24px;
  display: block;
}

.interactive-vr-mobile {
  display: none;
}

.interactive-vr-image-mobile {
  background-image: url('../images/ICE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 1400px;
  height: 580px;
  margin: 60px 0 30px;
  position: relative;
}

.updates-mobile {
  display: none;
}

.updates-image-mobile {
  background-image: url('../images/ICE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 1400px;
  height: 580px;
  margin: 60px 0 30px;
  position: relative;
}

.lc-mobile-section {
  display: none;
}

.lc-image-mobile {
  background-image: url('../images/ICE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 1400px;
  height: 580px;
  margin: 60px 0 30px;
  position: relative;
}

.heading-10-mobile {
  align-items: center;
  margin-top: 92px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 57px;
  display: flex;
}

.heading-10-mobile.cas {
  color: #000;
  text-align: center;
  justify-content: center;
  align-self: center;
  margin-top: 63px;
  margin-bottom: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  position: static;
}

.heading-10-mobile.cas.product-expert {
  color: #fff;
  text-align: left;
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 63px;
}

.pe-paragraph-mobile {
  color: #fff;
  text-align: left;
  order: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.container-48, .div-block-236 {
  display: none;
}

.heading-31-mobile {
  color: var(--dark-grey);
  align-self: flex-start;
  font-family: sofia-pro, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 73px;
}

.div-block-188-mobile {
  background-color: var(--prince-purple);
  background-image: linear-gradient(to right, var(--prince-purple), var(--ursula-purple));
  width: 60px;
  height: 3px;
  color: var(--prince-purple);
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-block-58-mobile {
  color: var(--ursula-purple);
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.paragraph-mobile {
  color: var(--dark-grey);
  text-align: left;
  margin-top: 11px;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.custom-product-section-mobile {
  display: none;
}

.custom-products-image-mobile, .s-a-image-mobile {
  background-image: url('../images/ICE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 1400px;
  height: 580px;
  margin: 60px 0 30px;
  position: relative;
}

.s-a-section-mobile, .visualize-section-mobile {
  display: none;
}

.visualize-image-mobile {
  background-image: url('../images/ICE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 1400px;
  height: 580px;
  margin: 60px 0 30px;
  position: relative;
}

.experience-section-mobile {
  display: none;
}

.experience-image-mobile {
  background-image: url('../images/ICE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 1400px;
  height: 580px;
  margin: 60px 0 30px;
  position: relative;
}

.div-block-mobile {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 51px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.paragraph-43-mobile-quote {
  color: #16c4c2;
  margin-top: 0%;
  font-family: proxima-nova, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 30px;
  display: none;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.div-block-237, .div-block-238, .icecubes-section-mobile {
  display: none;
}

.icecubes-image-mobile {
  background-image: url('../images/ICE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 1400px;
  height: 580px;
  margin: 60px 0 30px;
  position: relative;
}

.dirtty-section-mobile {
  display: none;
}

.dirtty-image-mobile {
  background-image: url('../images/ICE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-end;
  width: 1400px;
  height: 580px;
  margin: 60px 0 30px;
  position: relative;
}

.div-block-186-mobile {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.heading-55-mobile {
  color: var(--dark-grey);
  align-self: flex-start;
  margin-left: 69px;
  font-family: sofia-pro, sans-serif;
  font-size: 51px;
  line-height: 55px;
}

.about-hero-div-mobile {
  background-color: var(--blonde-betty-yellow);
  align-self: flex-start;
  width: 60px;
  height: 3px;
  margin-top: 26px;
  margin-bottom: 0;
  margin-left: 69px;
  padding-left: 0;
}

.paragraph-35-mobile {
  color: var(--dark-grey);
  margin-bottom: 0;
  padding: 0 166px 0 69px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.background-video-6-mobile {
  background-color: #0000;
  width: 95%;
  height: 95%;
  display: block;
}

.about-us-copy-2-block-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.calgary-image-mobile {
  opacity: 1;
  background-image: linear-gradient(#fd8606d9, #842a52cc), url('../images/Calgary-2-Black-and-White--small.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 35%;
  position: relative;
  top: -55px;
  box-shadow: 8px 8px 20px -3px #00000042;
}

.we-re-ice-edge-mobile {
  border-top: 1px none var(--bb-orange);
  border-radius: 0;
  justify-content: center;
  width: 100vw;
  height: 600px;
  margin-top: 35px;
  margin-bottom: 35px;
  display: none;
}

.we-re-ice-edge-copy-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.ice-edge-copy-mobile {
  text-align: center;
  margin-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  font-weight: 900;
}

.ice-edge-div-mobile {
  background-color: var(--bb-orange);
  width: 60px;
  height: 3px;
  margin-bottom: 20px;
}

.ice-edge-paragraph-mobile {
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.columns-32 {
  height: 350px;
}

.request-a-demo-section-mobile {
  display: none;
}

.contact-us-form-header-mobile {
  color: var(--dark-grey);
  letter-spacing: 1px;
  border-bottom: 0 solid #000;
  font-family: sofia-pro, sans-serif;
  font-size: 42px;
  transition: opacity .2s;
}

.div-block-196-mobile {
  background-color: var(--red-shirt-red);
  width: 100px;
  height: 2px;
  margin-top: 27px;
  margin-left: 36px;
}

.form-block-mobile {
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-block-60-mobile {
  color: var(--red-shirt-red);
  padding-left: 26px;
  font-family: sofia-pro, sans-serif;
  font-size: 29px;
}

.text-block-59-mobile {
  color: var(--dark-grey);
  padding-top: 8px;
  padding-left: 26px;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
}

.div-block-73-mobile {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 26px;
  display: flex;
}

.div-block-74-mobile {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 19px;
  padding-right: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.link-block-mobile {
  order: -1;
  width: 50px;
  height: 50px;
}

.div-block-152-mobile {
  background-color: var(--red-shirt-red);
  background-image: url('../images/Artboard-4_1.svg'), linear-gradient(144deg, var(--red-shirt-red), var(--prince-purple));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
  border-radius: 75px;
  order: -1;
  width: 50px;
  height: 50px;
}

.container-44-mobile {
  background-image: url('../images/ST8_3977_small.png');
  background-position: 125%;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
}

.div-block-201-landscape-mobile {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(144deg, var(--red-shirt-red), #4c2d8ef2 60%);
  align-self: center;
  width: 50%;
  margin: 0 -115px;
  font-family: sofia-pro, sans-serif;
  position: relative;
  top: -33px;
  left: 90px;
  right: -34px;
  box-shadow: 8px 8px 20px 3px #0003;
}

.list-3 {
  font-family: sofia-pro, sans-serif;
}

.container-50 {
  margin-top: 56px;
  margin-bottom: 0;
}

.image-12-mobile {
  z-index: 6;
  align-self: center;
  position: relative;
}

.empty-state {
  flex-direction: column;
  align-items: center;
  margin-bottom: 161px;
  font-family: sofia-pro, sans-serif;
  font-size: 30px;
  display: flex;
}

.image-25 {
  margin-top: 62px;
  margin-left: 0;
}

.text-block-69-mobile {
  color: var(--dim-grey);
}

.text-block-69-mobile-2 {
  color: var(--dim-grey);
  display: none;
}

.join-our-team {
  color: #ffffffb3;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1.5px solid #ffffffb3;
  margin-top: 5px;
  margin-bottom: 27px;
  padding-top: 9px;
  font-family: sofia-pro, sans-serif;
  transition: box-shadow .6s, text-shadow .6s, color .6s, border .6s;
}

.join-our-team:hover {
  border-color: var(--white);
  color: var(--white);
  text-shadow: 1px 1px 6px #ffffff80;
  box-shadow: 1px 1px 3px #ffffff80;
}

.paragraph-51-mobile, .paragraph-51-copy {
  color: var(--white);
  margin-bottom: 26px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.button-4-mobile {
  color: #ffffffb3;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1.5px solid #ffffffb3;
  margin-top: 21px;
  padding-top: 9px;
  font-family: sofia-pro, sans-serif;
  transition: box-shadow .6s, text-shadow .6s, color .6s, border .6s;
}

.button-4-mobile:hover {
  border-color: var(--white);
  color: var(--white);
  text-shadow: 1px 1px 6px #ffffff80;
  box-shadow: 1px 1px 3px #ffffff80;
}

.text-span-59 {
  color: var(--white);
  font-size: 25px;
  font-weight: 700;
}

.error-message-2 {
  background-color: var(--red-shirt-red);
  padding-left: 41px;
}

.text-span-60 {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 900;
}

.text-block-70 {
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.text-span-61 {
  font-size: 25px;
  font-weight: 900;
}

.success-message-3 {
  background-color: #0000;
  background-image: linear-gradient(144deg, var(--red-shirt-red), var(--prince-purple));
}

.text-block-71 {
  padding-left: 35px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
}

.error-message-3 {
  background-color: var(--red-shirt-red);
}

.text-span-62 {
  font-family: sofia-pro, sans-serif;
  font-size: 19px;
  font-weight: 900;
}

.teal-block {
  background-color: var(--accidental-anderson-green);
  width: 427px;
  height: 10px;
}

.green-block {
  background-color: var(--green);
  width: 427px;
  height: 10px;
}

.ice-melts {
  color: var(--dark-grey);
  font-size: 16px;
}

.ice-melts.p1, .ice-melts.p2, .ice-melts.p3 {
  line-height: 26px;
}

.text-span-65 {
  font-size: 13px;
}

.heading-64 {
  color: var(--dark-turquoise);
  font-size: 25px;
  line-height: 30px;
}

.heading-65 {
  color: var(--accidental-anderson-green);
  font-size: 25px;
  line-height: 30px;
}

.heading-66 {
  color: var(--green);
  font-size: 25px;
  line-height: 30px;
}

.background-video-17 {
  width: 100%;
  height: 300px;
}

.columns-33 {
  z-index: 3;
  position: relative;
}

.background-video-18, .background-video-19 {
  width: 100%;
  height: 300px;
}

.background-video-20 {
  height: 300px;
}

.teal-div-block {
  background-color: var(--accidental-anderson-green);
  width: 100%;
  height: 10px;
}

.teal-div-block.green {
  background-color: var(--green);
}

.teal-div-block.blue {
  background-color: var(--dark-turquoise);
}

.search-button-3 {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/Artboard-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  align-self: center;
  width: 20px;
  height: 20px;
  margin-top: 9px;
  padding: 0 2px;
}

.search-button-3:hover {
  background-image: url('../images/Search-Blue.png'), url('../images/Artboard-1.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-attachment: scroll, scroll;
}

.search-button-3:active {
  background-image: url('../images/Artboard-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.search-3 {
  align-items: center;
  padding-left: 8px;
  padding-right: 25px;
  display: flex;
}

.top-additional-links {
  color: #ffffff80;
  letter-spacing: 2px;
  cursor: pointer;
  border: 2px solid #ffffff80;
  padding: 5px 21px;
  font-family: sofia-pro, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .8s, color .8s;
}

.top-additional-links:hover {
  color: var(--white);
  border-color: #fff;
}

.top-additional-links:active {
  color: var(--cylon-cyan);
}

.top-additional-links.icereality {
  margin-left: 0;
}

.text-span-66 {
  position: relative;
  top: -8px;
}

.fade-in-image-1 {
  z-index: 4;
  background-image: url('../images/Gilliam_wireframe.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fade-in-image-2 {
  z-index: 5;
  background-image: url('../images/Gilliam_rendering_small.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fade-in-image-3 {
  z-index: 6;
  background-image: url('../images/Gilliam_photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-85 {
  background-image: url('../images/085.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-87 {
  background-image: url('../images/087.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-86 {
  background-image: url('../images/086.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-88 {
  background-image: url('../images/088.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-89 {
  background-image: url('../images/089.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-90 {
  background-image: url('../images/090.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-91 {
  background-image: url('../images/091.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-92 {
  background-image: url('../images/092.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.inage-93 {
  background-image: url('../images/093.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-94 {
  background-image: url('../images/094.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-95 {
  background-image: url('../images/095.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-96 {
  background-image: url('../images/096.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-97 {
  background-image: url('../images/097.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-98 {
  background-image: url('../images/098.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-99 {
  background-image: url('../images/099.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-100 {
  background-image: url('../images/0100.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-block-249 {
  background-color: #0000;
  position: relative;
  top: 494px;
  left: 1.9vw;
}

.scrolling-question-one, .scrolling-question-three, .scrolling-question-four, .scrolling-question-five {
  color: var(--green);
  text-align: center;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.what-is-ice-hero {
  background-color: #0000;
  height: 100vh;
}

.div-block-251 {
  z-index: 2;
  background-image: url('../images/IMG_0496-V02_small.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-252 {
  background-image: url('../images/DSC04172-V01_color-change_small.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  margin: 15px 0 15px 125px;
  padding-left: 0;
  padding-right: 0;
}

.heading-67 {
  width: 60%;
  color: var(--dark-grey);
  text-align: left;
  align-self: flex-start;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.button-5 {
  border: 2px solid var(--dark-turquoise);
  color: var(--dark-turquoise);
  letter-spacing: 3px;
  background-color: #0000;
  align-self: flex-start;
  margin-top: 18px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 600;
  transition: border-color .4s, color .4s, background-color .4s;
}

.button-5:hover {
  border-color: var(--green);
  color: var(--green);
}

.button-5:active {
  background-color: var(--green);
  color: var(--white);
}

.column-71 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 27px;
  display: flex;
}

.container-52 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  display: flex;
}

.columns-34 {
  align-items: center;
  height: 300px;
  display: flex;
}

.bottom-image-mobile {
  background-image: url('../images/DSC04172-V01_color-change_small.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 61px;
  padding-left: 57px;
}

.discover-why-mobile {
  color: var(--dark-grey);
  margin-top: 10px;
  padding-right: 199px;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.see-our-vision-button-mobile {
  border: 2px solid var(--dark-turquoise);
  color: var(--dark-turquoise);
  letter-spacing: 3px;
  background-color: #0000;
  margin-top: 18px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 600;
  transition: border-color .4s, color .4s, background-color .4s;
}

.see-our-vision-button-mobile:hover {
  border-color: var(--green);
  color: var(--green);
}

.see-our-vision-button-mobile:active {
  background-color: var(--green);
  color: var(--white);
}

.section-80 {
  display: none;
}

.lead-to-about-section {
  display: block;
}

.lead-to-about-columns {
  align-items: center;
  height: 300px;
  display: flex;
}

.to-about-container {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  display: flex;
}

.to-about-text {
  width: 100%;
  color: var(--ursula-purple);
  text-align: right;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.to-about-button {
  border: 2px solid var(--ursula-purple);
  color: var(--ursula-purple);
  letter-spacing: 3px;
  background-color: #0000;
  align-self: flex-end;
  margin-top: 18px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 600;
  transition: border-color .4s, color .4s, background-color .4s;
}

.to-about-button:hover {
  border-color: var(--dark-turquoise);
  color: var(--dark-turquoise);
}

.to-about-button:active {
  background-color: var(--dark-turquoise);
  color: var(--white);
}

.to-about-button.w--current {
  border-color: var(--ursula-purple);
  color: var(--ursula-purple);
  align-self: flex-end;
  font-family: sofia-pro, sans-serif;
}

.to-about-button.w--current:hover {
  border-color: var(--dark-turquoise);
  color: var(--dark-turquoise);
}

.to-about-button.w--current:active {
  background-color: var(--dark-turquoise);
  color: var(--white);
}

.to-about-image {
  background-image: url('../images/DSC04110_Small.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-start;
  width: 80%;
  height: 250px;
  margin: 15px 0;
  padding-left: 0;
}

.lead-to-about-mobile {
  display: none;
}

.lead-to-about-mobile-image {
  background-image: url('../images/DSC04172-V01_color-change_small.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 61px;
  padding-left: 57px;
}

.to-about-copy-mobile {
  color: var(--dark-grey);
  margin-top: 10px;
  padding-right: 199px;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.to-about-button-mobile {
  border: 2px solid var(--dark-turquoise);
  color: var(--dark-turquoise);
  letter-spacing: 3px;
  background-color: #0000;
  margin-top: 18px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 600;
  transition: border-color .4s, color .4s, background-color .4s;
}

.to-about-button-mobile:hover {
  border-color: var(--green);
  color: var(--green);
}

.to-about-button-mobile:active {
  background-color: var(--green);
  color: var(--white);
}

.lead-to-what-columns {
  align-items: center;
  height: 300px;
  display: block;
}

.lead-to-what-container {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  display: flex;
}

.to-what-button {
  border: 2px solid var(--bb-orange);
  color: var(--bb-orange);
  letter-spacing: 3px;
  background-color: #0000;
  align-self: flex-end;
  margin-top: 18px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: border-color .4s, color .4s, background-color .4s;
}

.to-what-button:hover {
  border-color: var(--vision-of-maroon);
  color: var(--vision-of-maroon);
}

.to-what-button:active {
  background-color: var(--vision-of-maroon);
  color: var(--white);
}

.to-what-button.w--current {
  border-color: var(--ursula-purple);
  color: var(--ursula-purple);
  align-self: flex-end;
}

.to-what-button.w--current:hover {
  border-color: var(--dark-turquoise);
  color: var(--dark-turquoise);
}

.to-what-button.w--current:active {
  background-color: var(--dark-turquoise);
  color: var(--white);
}

.to-what-image {
  background-image: url('../images/Chicago-Experience---Fixed-and-Sized.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-start;
  width: 80%;
  height: 250px;
  margin: 15px 0;
  padding-left: 0;
}

.text-span-67 {
  color: var(--dark-grey);
  font-size: 16px;
}

.to-about-text-tablet, .to-about-text-landscape {
  width: 100%;
  color: var(--dark-grey);
  text-align: right;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  display: none;
}

.to-what-copy {
  width: 100%;
  color: var(--vision-of-maroon);
  text-align: right;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.to-what-copy-tablet {
  width: 100%;
  color: var(--dark-grey);
  text-align: right;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  display: none;
}

.to-what-image-mobile {
  background-image: url('../images/DSC04172-V01_color-change_small.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 61px;
  padding-left: 57px;
}

.to-what-copy-mobile {
  color: var(--dark-grey);
  margin-top: 10px;
  padding-right: 199px;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
}

.to-what-button-mobile {
  border: 2px solid var(--dark-turquoise);
  color: var(--dark-turquoise);
  letter-spacing: 3px;
  background-color: #0000;
  margin-top: 18px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 600;
  transition: border-color .4s, color .4s, background-color .4s;
}

.to-what-button-mobile:hover {
  border-color: var(--green);
  color: var(--green);
}

.to-what-button-mobile:active {
  background-color: var(--green);
  color: var(--white);
}

.link-10 {
  color: var(--dark-turquoise);
  font-weight: 700;
}

.link-10:hover {
  color: var(--ursula-purple);
}

.link-10:active {
  color: var(--kamino-blue);
}

.text-span-68 {
  white-space: normal;
  font-size: 12px;
}

.div-block-254 {
  margin: 114px 70px;
}

.desktop {
  width: 100%;
  color: var(--dark-grey);
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.ios {
  color: var(--dark-grey);
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.ios.iphone {
  margin-top: 0;
  line-height: 22px;
}

.googleplay {
  color: var(--dark-grey);
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.icerealityimage {
  opacity: 1;
  background-image: linear-gradient(#16c4c2e3, #edff40cf), url('../images/For-Britt-02-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 35%;
  position: relative;
  top: -55px;
  box-shadow: 8px 8px 20px -3px #00000042;
}

.icereality-second-image {
  opacity: 1;
  background-image: linear-gradient(118deg, #edff40cc, #eea61fdb), url('../images/For-Britt-03.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 35%;
  height: 100%;
  position: relative;
  top: 81px;
  box-shadow: 8px 8px 20px -3px #00000042;
}

.icereality-intro {
  color: var(--dark-grey);
  object-fit: scale-down;
  margin-bottom: 0;
  padding: 15px 46px 0 0;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.icereality-intro.second {
  margin-bottom: 20px;
  padding-top: 0;
  line-height: 22px;
}

.ir-div {
  background-color: var(--yellow);
  align-self: flex-start;
  width: 60px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.ir-second-intro {
  text-align: center;
  margin-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  font-weight: 900;
}

.ir-second-div {
  background-color: var(--dark-turquoise);
  width: 60px;
  height: 3px;
  color: var(--ursula-purple);
  margin-bottom: 20px;
}

.ir-paragraph {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.ir-marking-block {
  z-index: 6;
  background-image: linear-gradient(144deg, var(--dark-turquoise), var(--yellow));
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: 500px;
  margin-top: 157px;
  margin-bottom: 110px;
  padding: 2px 58px;
  display: flex;
  position: relative;
  top: 40px;
  left: -22px;
  box-shadow: 8px 8px 20px -3px #00000042;
}

.ir-hero-header {
  padding-bottom: 0;
  overflow: hidden;
}

.column-44-copy {
  object-fit: fill;
  background-color: #ffffffb3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 42px;
  display: flex;
}

.ir-column-one {
  justify-content: center;
  align-items: center;
  height: 75vh;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.ir-header-image {
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 55%;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.section-73-copy {
  border-top: 1px none var(--bb-orange);
  background-color: var(--white-smoke);
  border-radius: 0;
  justify-content: center;
  width: 100vw;
  height: 600px;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.text-span-69 {
  color: var(--ursula-purple);
}

.about-body {
  background-image: url('../images/website-background-image-red-01-01.png');
  background-position: 0 100%;
  background-repeat: repeat-y;
  background-size: cover;
}

.list-9 {
  color: var(--white);
  margin-bottom: 33px;
  padding-left: 24px;
}

.ir-list {
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.bold-text-13 {
  color: var(--dark-turquoise);
  line-height: 20px;
}

.button-6 {
  border: 2px solid var(--dark-turquoise);
  color: var(--dark-turquoise);
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  align-self: auto;
  margin-top: 29px;
  padding: 6px 13px;
  font-family: sofia-pro, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 12px;
}

.button-6:hover {
  border-color: var(--blonde-betty-yellow);
  color: var(--blonde-betty-yellow);
}

.button-6:active {
  border-color: var(--ursula-purple);
  color: var(--ursula-purple);
}

.mobile-hero {
  display: none;
}

.heading-mobile {
  color: var(--dark-grey);
  align-self: flex-start;
  margin-left: 69px;
  font-family: sofia-pro, sans-serif;
  font-size: 60px;
  line-height: 69px;
}

.ir-div-mobile {
  background-color: var(--yellow);
  align-self: flex-start;
  width: 60px;
  height: 3px;
  margin-top: 26px;
  margin-bottom: 0;
  margin-left: 69px;
  padding-left: 0;
}

.icereality-intro-mobile {
  color: var(--dark-grey);
  object-fit: scale-down;
  margin-bottom: 0;
  padding: 30px 46px 0 69px;
  font-family: sofia-pro, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.bold-text-13-mobile {
  color: var(--dark-turquoise);
}

.image-101 {
  align-self: flex-start;
}

.mobile-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 40%;
  display: flex;
}

.ir-middle-marketing-mobile {
  border-top: 1px none var(--bb-orange);
  border-radius: 0;
  justify-content: center;
  width: 100vw;
  height: 600px;
  margin-top: 35px;
  margin-bottom: 35px;
  display: none;
}

.ir-middle-mark-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.ir-middle-mark-header-mobile {
  text-align: center;
  margin-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  font-weight: 900;
}

.ir-middle-mark-div {
  background-color: var(--bb-orange);
  width: 60px;
  height: 3px;
  margin-bottom: 20px;
}

.ir-middle-mark-paragraph-mobile {
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.ir-marketing-mobile {
  display: none;
}

.text-span-ir {
  color: var(--dark-turquoise);
}

.column-72 {
  flex-direction: column;
  align-items: center;
  padding-left: 184px;
  display: flex;
}

.ir-image-parallax-1 {
  background-image: url('../images/ICEreality-Connect-Desktop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: relative;
  top: -208px;
  left: -39px;
  box-shadow: 8px 8px 20px 7px #0003;
}

.ir-image-parallax-2 {
  z-index: 1;
  background-image: url('../images/ICEvr-for-Everyone-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: relative;
  top: -152px;
  left: 175px;
  box-shadow: 8px 8px 20px 7px #0003;
}

.ir-image-parallax-3 {
  z-index: 6;
  background-image: url('../images/ICEreality-Connect-Android.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  position: relative;
  left: -126px;
  box-shadow: 8px 8px 20px 7px #0003;
}

.lead-to-something-copy {
  align-items: center;
  height: 300px;
  display: none;
}

.column-73 {
  padding-right: 274px;
}

.parallax-section-mobile {
  display: none;
}

.ir-image-parallax-3-mobile {
  z-index: 6;
  background-image: url('../images/ICEreality-Connect-Android.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  position: relative;
  left: -126px;
  box-shadow: 8px 8px 20px 7px #0003;
}

.ir-image-parallax-2-mobile {
  z-index: 1;
  background-image: url('../images/ICEvr-for-Everyone-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: relative;
  top: -152px;
  left: 175px;
  box-shadow: 8px 8px 20px 7px #0003;
}

.ir-image-parallax-1-mobile {
  background-image: url('../images/ICEreality-Connect-Desktop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: relative;
  top: -208px;
  left: -39px;
  box-shadow: 8px 8px 20px 7px #0003;
}

.ir-marking-block-mobile {
  z-index: 0;
  background-image: linear-gradient(144deg, var(--dark-turquoise), var(--yellow));
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: 500px;
  margin-top: 157px;
  margin-bottom: 110px;
  padding: 2px 58px;
  display: flex;
  position: relative;
  top: 40px;
  left: -22px;
  box-shadow: 8px 8px 20px -3px #00000042;
}

.div-block-256 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50px;
  display: flex;
}

.desktopdownload {
  border: 2px solid var(--dark-turquoise);
  color: var(--dark-turquoise);
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  align-self: auto;
  margin-top: 29px;
  padding: 6px 13px 6px 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 12px;
}

.desktopdownload:hover {
  border-color: var(--blonde-betty-yellow);
  color: var(--blonde-betty-yellow);
}

.desktopdownload:active {
  border-color: var(--ursula-purple);
  color: var(--ursula-purple);
}

.appstorebutton {
  border: 2px solid var(--dark-turquoise);
  color: var(--dark-turquoise);
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  align-self: auto;
  margin-top: 29px;
  padding: 6px 13px;
  font-family: sofia-pro, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 12px;
}

.appstorebutton:hover {
  border-color: var(--blonde-betty-yellow);
  color: var(--blonde-betty-yellow);
}

.appstorebutton:active {
  border-color: var(--ursula-purple);
  color: var(--ursula-purple);
}

.googleplaybutton {
  border: 2px solid var(--dark-turquoise);
  color: var(--dark-turquoise);
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  align-self: auto;
  margin-top: 29px;
  padding: 6px 13px;
  font-family: sofia-pro, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 12px;
}

.googleplaybutton:hover {
  border-color: var(--blonde-betty-yellow);
  color: var(--blonde-betty-yellow);
}

.googleplaybutton:active {
  border-color: var(--ursula-purple);
  color: var(--ursula-purple);
}

.feature-blog-article {
  width: 100%;
  max-width: 1500px;
  margin: 50px 0;
  display: flex;
}

.feature-blog-image {
  background-image: linear-gradient(#eea61fe6, #fffefa05 80%, #fff0), url('../images/other_small.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  margin-right: 30px;
}

.feature-blog-image.may {
  background-image: linear-gradient(#16c4c2e6 1%, #57aa1799 19%, #fffefa05 80%, #fff0), url('../images/iPad-Mockup-two.png');
}

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

.text-block-75 {
  color: var(--dim-grey);
  margin-left: 120px;
  margin-right: 0;
  font-family: sofia-pro, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.div-block-260 {
  width: 50%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-block-76 {
  color: var(--white);
  font-family: sofia-pro, sans-serif;
  font-size: 12px;
}

.div-block-261 {
  background-color: var(--black);
  color: var(--dark-grey);
  padding: 3px 9px;
}

.feature-blog-title {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  line-height: 36px;
}

.feature-blog-description {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.feature-blog-color-div {
  background-color: var(--varia-suit-gold);
  width: 100px;
  height: 2px;
}

.feature-blog-color-div.may {
  background-color: var(--dark-turquoise);
}

.div-block-263 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-blog-date {
  color: var(--dark-grey);
  margin-right: 15px;
  font-family: sofia-pro, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.feature-blog-link {
  color: var(--varia-suit-gold);
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.feature-blog-link.may {
  color: var(--dark-turquoise);
}

.columns-35 {
  width: 100%;
  max-width: 1500px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-264 {
  background-image: linear-gradient(#514dcb, #f5a891 50%, #fff0 89%);
  padding: 10px 15px 30px;
}

.div-block-264.second {
  background-image: linear-gradient(to bottom, var(--dark-turquoise), var(--accidental-anderson-green) 50%, #fff0 89%);
}

.div-block-264.third {
  background-image: linear-gradient(to bottom, var(--red-shirt-red), #fd8606 50%, #fff0 89%);
}

.div-block-265 {
  justify-content: space-between;
  margin-bottom: 5px;
  display: flex;
}

.div-block-266 {
  background-color: var(--ursula-purple);
  width: 100%;
  height: 5px;
}

.div-block-266.second {
  background-color: var(--dark-turquoise);
}

.div-block-266.third {
  background-color: var(--red-shirt-red);
}

.div-block-267 {
  background-image: url('../images/shutterstock_613702247_small.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.div-block-267.second {
  background-image: url('../images/DSC04110_Small.png');
}

.div-block-267.third {
  background-image: url('../images/ICEreality-Cones_02small.png');
}

.text-block-81 {
  color: var(--white);
  margin-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-82 {
  color: #fffc;
  font-family: sofia-pro, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.text-block-83 {
  color: #ffffffb3;
  font-family: sofia-pro, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.text-block-83.second {
  color: #ffffffb3;
}

.link-12 {
  color: var(--ursula-purple);
  font-family: sofia-pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.link-12.second {
  color: var(--dark-turquoise);
}

.link-12.third {
  color: var(--red-shirt-red);
}

.column-74 {
  padding-left: 0;
}

.column-75 {
  padding-right: 0;
}

.section-81 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 51px;
  display: flex;
  position: relative;
}

.article-image {
  z-index: 5;
  background-image: url('../images/For-Britt-02-1.png');
  background-position: 50% 41%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100vw;
  height: 250px;
  position: relative;
}

.article-image.may2021 {
  background-image: url('../images/2021-05-19_9-35-30_small.png');
  background-position: 50% 29%;
}

.article-title {
  color: var(--varia-suit-gold);
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: sofia-pro, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 59px;
}

.article-title.icereality {
  z-index: 20;
  color: var(--dark-turquoise);
  text-transform: none;
  position: relative;
}

.article-content {
  display: flex;
}

.article-images {
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
  padding-right: 28px;
  display: flex;
}

.article-image-one {
  background-image: url('../images/leaf-wall.png');
  background-position: 12%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 410px;
  margin-bottom: 30px;
}

.article-image-one.may {
  background-image: url('../images/iPhone-Mock-Three.png');
  background-position: 22%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 500px;
  margin-bottom: 50px;
  display: flex;
}

.ariticle-copy {
  width: 60%;
  padding-left: 20px;
}

.author-block {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.top-quotation-marks {
  background-image: url('../images/Quotes-top_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: flex-start;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.top-quotation-marks.may {
  background-image: url('../images/Quotes-top_2.png');
  width: 50px;
  height: 38px;
}

.bottom-quote-marks {
  background-image: url('../images/quotes-bottom.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: flex-end;
  width: 50px;
  height: 36px;
  margin-top: 15px;
}

.bottom-quote-marks.may {
  background-image: url('../images/quotes-bottom_1.png');
  width: 70px;
  height: 49px;
}

.div-block-270, .div-block-271 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-intro-text {
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.body-12 {
  background-image: url('../images/liquid-lines.png');
  background-position: -10%;
  background-repeat: repeat-y;
  background-size: contain;
}

.blog-date {
  color: #676767b3;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.blog-copy {
  color: var(--dark-grey);
  margin-bottom: 20px;
  padding-right: 1px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.blog-copy.last {
  margin-bottom: 27px;
}

.blog-pull-quote {
  color: var(--dark-grey);
  font-family: sofia-pro, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 31px;
}

.blog-pull-quote.may {
  width: 80%;
  color: var(--black-2);
  text-transform: none;
  font-size: 22px;
  line-height: 28px;
}

.blog-link {
  color: var(--varia-suit-gold);
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
}

.blog-link:hover {
  color: var(--gold);
}

.blog-author-link {
  color: var(--dark-grey);
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.author-div {
  background-color: var(--varia-suit-gold);
  width: 80px;
  height: 2px;
  color: var(--gold);
}

.author-div.taryn {
  background-color: var(--dark-turquoise);
  width: 92px;
  color: var(--dark-turquoise);
}

.video-block {
  z-index: 5;
  background-image: linear-gradient(#eea61f00, #eea61f80), url('../images/2021-03-03_15-10-38.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.video-block.may {
  background-image: linear-gradient(#eea61f00, #57aa1780 70%, #16c4c2b3 102%), url('../images/iPad-Mockup-two.png');
}

.pull-quote-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 15px 40px;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.author-image {
  border: 2px none var(--gold);
  background-color: var(--dark-grey);
  background-image: linear-gradient(#eea61f99, #eea61f99), url('../images/TDack.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.author-image.taryn {
  background-image: linear-gradient(#16c4c266, #16c4c266), url('../images/Taryn-Photo.jpg');
  background-position: 0 0, 0 78%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100px;
  height: 100px;
}

.text-block-84 {
  color: var(--dark-grey);
  text-align: right;
  cursor: auto;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
}

.div-block-275 {
  z-index: 10;
  cursor: pointer;
  width: 90px;
  height: 90px;
  position: relative;
}

.side-liquid-line-graphic {
  z-index: 1;
  background-image: url('../images/liquid-lines_1.png');
  background-position: -14%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  width: 21%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.side-liquid-line-graphic.may {
  background-image: url('../images/liquid-lines_2.png');
  background-position: -16%;
}

.container-54 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.s9-widget-wrapper {
  cursor: pointer;
  align-self: flex-end;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.author-copy {
  color: var(--dark-grey);
  text-align: right;
  margin-top: 6px;
  padding-left: 54px;
  font-family: sofia-pro, sans-serif;
  display: block;
}

.div-block-278 {
  z-index: 99;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.author-block-mobile {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
}

.author-copy-mobile {
  color: var(--dark-grey);
  text-align: right;
  margin-top: 6px;
  padding-left: 82px;
  font-family: sofia-pro, sans-serif;
  display: block;
}

.video-block-mobile {
  background-image: url('../images/other_small.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  display: none;
  position: static;
}

.additional-blog-articles {
  max-width: 1500px;
  margin: 50px 0;
  display: none;
}

.main-blog-link {
  z-index: 10;
  cursor: pointer;
  align-items: center;
  margin-top: 21px;
  display: flex;
  position: relative;
}

.div-block-279 {
  border-bottom: 2px solid var(--dim-grey);
  border-left: 2px solid var(--dim-grey);
  width: 10px;
  height: 10px;
  color: var(--dim-grey);
  margin-right: 6px;
  transform: rotate(45deg);
}

.div-block-279:hover {
  border-bottom-color: var(--varia-suit-gold);
  border-left-color: var(--varia-suit-gold);
}

.div-block-279.may:hover {
  border-bottom-color: var(--green);
  border-left-color: var(--green);
  color: var(--green);
}

.blog-home-link {
  color: var(--dim-grey);
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.blog-home-link:hover {
  color: var(--varia-suit-gold);
}

.blog-home-link.may:hover {
  color: var(--green);
}

.section-82 {
  background-image: url('../images/Blog-Background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
  position: relative;
}

.div-block-280 {
  width: 100%;
}

.heading-69 {
  font-family: proxima-nova, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.instagram, .linkedin, .youtube {
  width: 22px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
  font-size: 50px;
  transform: translate(0);
}

.first-half-footer-blogartone {
  background-color: #0000;
  background-image: linear-gradient(144deg, var(--gold), var(--bb-orange));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.first-half-footer-blogartone.may {
  background-image: linear-gradient(144deg, var(--green), var(--dark-turquoise));
}

.text-block-85 {
  color: var(--dim-grey);
  text-transform: uppercase;
  padding-left: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

.div-block-281 {
  border-top: 2px solid var(--dim-grey);
  border-right: 2px solid var(--dim-grey);
  width: 20px;
  height: 20px;
}

.div-block-282 {
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.text-span-70 {
  white-space: normal;
  font-size: 40px;
  line-height: 72px;
}

.text-span-71 {
  font-size: 36px;
  position: relative;
  top: -18px;
}

.icereality-header-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding-left: 20px;
  padding-right: 34px;
  display: flex;
}

.hero-content-wrapper {
  margin-bottom: 60px;
  display: flex;
}

.download-icereality-text {
  color: #676767b3;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 11px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.text-span-72 {
  font-size: 18px;
  font-weight: 700;
}

.article-image-two {
  background-image: url('../images/leaf-wall.png');
  background-position: 12%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 410px;
  margin-bottom: 30px;
}

.article-image-two.may {
  background-image: url('../images/2021-05-19_9-42-20_small.png');
  background-position: 24%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 201px;
  display: flex;
}

.bold-text-14 {
  color: var(--black);
}

.button-7 {
  border: 2px solid var(--dark-turquoise);
  color: var(--dark-turquoise);
  background-color: #0000;
  margin-bottom: 50px;
  padding: 7px 20px 9px;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: color .6s, border-color .8s, background-color .6s;
}

.button-7:hover {
  border-color: var(--dark-turquoise);
  background-color: var(--dark-turquoise);
  color: var(--white);
  font-weight: 600;
}

.button-7.ir {
  background-color: var(--white);
  cursor: pointer;
  font-size: 16px;
}

.button-7.sales {
  letter-spacing: .5px;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 15px;
}

.sales-text {
  color: #676767b3;
  text-transform: none;
  width: 53%;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.link-13 {
  color: var(--dark-turquoise);
}

.text-span-73 {
  color: var(--black);
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
}

.link-14 {
  color: #676767b3;
  cursor: pointer;
  text-decoration: none;
}

.intext-link {
  color: var(--dark-turquoise);
  cursor: pointer;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: color .6s;
}

.intext-link:hover {
  color: var(--green);
}

.inquote-link {
  color: var(--dark-turquoise);
  cursor: pointer;
  text-decoration: none;
  transition: color .6s;
}

.inquote-link:hover {
  color: var(--green);
}

.blog-divider {
  background-color: var(--dark-grey);
  color: #33333380;
  width: 100%;
  height: 1px;
}

.feature-blog-read-time {
  color: var(--dark-grey);
  margin-right: 40px;
  font-family: sofia-pro, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.bold-text-15 {
  font-size: 16px;
}

.mobile-icereality-link-block, .div-block-284 {
  display: none;
}

.text-span-74 {
  color: var(--dark-grey);
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.text-span-74:hover {
  color: var(--dark-turquoise);
}

.list-10 {
  margin: 20px 40px;
}

.heading-70 {
  color: var(--green);
  text-align: center;
}

.body-13 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.text-block-86 {
  text-align: right;
  margin-left: 20px;
  font-size: 12px;
}

.what-s-new-tabs {
  float: left;
  position: relative;
  left: 25%;
}

.what-s-new-tab {
  float: none;
}

.tabs-menu {
  flex-direction: column;
  display: flex;
}

.tabs-3 {
  justify-content: space-around;
  display: flex;
}

.tab-element-lvl-1 {
  flex-direction: column;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.links-menu-lvl-1 {
  outline-offset: 0px;
  color: var(--dim-grey-2);
  outline: 3px #333;
  flex-direction: row;
  justify-content: center;
  margin-top: 120px;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: flex;
}

.image-103, .image-104 {
  max-width: 50%;
}

.body-14 {
  background-color: var(--dark-grey);
  margin-top: 0;
}

.whatsnew-tab-menu {
  flex-flow: column;
  place-content: stretch flex-start;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

.tabs-menu-4, .tabs-menu-5 {
  flex-direction: column;
  display: flex;
}

.tab-pane-tab-1 {
  float: none;
  object-fit: fill;
}

.content {
  flex-direction: column;
  align-self: auto;
  margin-top: 0;
  display: flex;
}

.tab-element-lvl-2 {
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: -28px;
  margin-left: 25%;
  margin-right: 25%;
  display: flex;
  position: static;
}

.tab-link-new {
  color: var(--green);
  background-color: #0000;
  font-weight: 400;
}

.tab-link-new.w--current {
  background-color: var(--dark-grey);
  color: var(--green);
  border-radius: 15px 15px 0 0;
  font-size: 16px;
  font-weight: 700;
}

.text-block-87 {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

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

.text-block-87:active {
  color: var(--green);
  font-weight: 700;
}

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

.lvl-1-link {
  color: var(--white);
  background-color: #0000;
}

.lvl-1-link.w--current {
  background-color: var(--dark-grey);
  color: var(--white);
  border: 1px #000;
  border-radius: 15px 15px 0 0;
}

.text-block-88 {
  color: var(--white);
  background-color: #0000;
  font-size: 16px;
  font-weight: 700;
}

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

.text-block-88:active {
  color: var(--accidental-anderson-green);
}

.tab-link-tab-2 {
  color: var(--dim-grey-2);
  background-color: #0000;
}

.tab-link-tab-2.w--current {
  opacity: 1;
  color: var(--green);
  mix-blend-mode: normal;
  background-color: #0000;
}

.tab-link-tab-3 {
  color: var(--dim-grey-2);
  background-color: #0000;
}

.tab-link-tab-3.w--current {
  color: var(--green);
  background-color: #0000;
}

.tab-link-tab-4 {
  color: var(--dim-grey-2);
  background-color: #0000;
}

.tab-link-tab-4.w--current {
  color: var(--green);
  background-color: #0000;
}

.tab-link-tab-5 {
  color: var(--dim-grey-2);
  background-color: #0000;
}

.tab-link-tab-5.w--current {
  color: var(--green);
  background-color: #0000;
}

.tab-link-tab-6 {
  color: var(--dim-grey-2);
  background-color: #0000;
}

.tab-link-tab-6.w--current {
  color: var(--green);
  background-color: #0000;
}

.tab-link-tab-7 {
  color: var(--dim-grey-2);
  background-color: #0000;
}

.tab-link-tab-7.w--current {
  color: var(--green);
  background-color: #0000;
}

.tab-link-whatsnew {
  color: var(--light-grey);
  background-color: #0000;
  font-size: 15px;
}

.tab-link-whatsnew.w--current {
  opacity: 1;
  color: var(--green);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.text-block-89 {
  color: var(--white);
  margin-top: 15px;
}

.text-block-90 {
  color: var(--dim-grey-2);
  background-color: #0000;
}

.image-105 {
  max-width: 500px;
}

.text-block-91 {
  color: var(--white);
  margin-top: 15px;
}

.image-106 {
  max-width: 500px;
}

.text-block-92 {
  color: var(--white);
  margin-top: 15px;
}

.text-block-93 {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-block-94, .text-block-95, .text-block-96 {
  color: var(--white);
  margin-top: 15px;
}

.list-11 {
  color: var(--white);
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 0;
}

.bold-text-16, .bold-text-17, .bold-text-18 {
  color: var(--green);
}

.whatsnext-tab-pane {
  margin-left: 25%;
  margin-right: 25%;
}

.list-item, .list-item-2, .list-item-3 {
  margin-bottom: 10px;
}

.div-block-285 {
  background-color: var(--vision-of-maroon);
  color: #0000;
  box-shadow: 1px 1px 3px #000;
}

.gradient-section {
  background-image: linear-gradient(133deg, #57aa17cc, #3bd4ae99 48%, #2525231a);
  height: 150px;
  margin-bottom: -158px;
}

.button-8 {
  margin-left: 25%;
}

.heading-71 {
  float: none;
  color: var(--accidental-anderson-green);
  text-align: right;
  font-size: 30px;
}

.heading-72, .heading-73, .heading-74, .heading-75, .heading-76, .heading-77 {
  color: var(--accidental-anderson-green);
  text-align: right;
  font-size: 30px;
}

.whatsnew-tab-pane {
  margin-top: 0;
}

.image-107 {
  margin-top: 63px;
}

.text-block-97 {
  color: var(--white);
  margin-top: 15px;
}

.fb {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/Artboard-1Facebook-Logo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-attachment: scroll;
  align-self: auto;
  width: 22px;
  height: 22px;
  padding: 0;
}

.link-block-5 {
  white-space: normal;
  background-image: url('../images/Artboard-1Facebook-Logo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}

.whatsnew-text-block {
  color: var(--white);
  margin-top: 25px;
  font-size: 15px;
}

.text-block-99 {
  color: var(--dim-grey-2);
  text-align: right;
  margin-top: 21px;
}

.metaapp {
  border: 2px solid var(--dark-turquoise);
  color: var(--dark-turquoise);
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  align-self: auto;
  margin-top: 29px;
  padding: 6px 13px;
  font-family: sofia-pro, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 12px;
}

.metaapp:hover {
  border-color: var(--blonde-betty-yellow);
  color: var(--blonde-betty-yellow);
}

.metaapp:active {
  border-color: var(--ursula-purple);
  color: var(--ursula-purple);
}

html.w-mod-js [data-ix="new-interaction"] {
  transform: translate(0);
}

@media screen and (min-width: 1440px) {
  .nav-button {
    font-size: 13px;
  }

  .heading-55.icereality {
    font-size: 49px;
    line-height: 50px;
  }

  .article-image.may2021 {
    height: 350px;
  }

  .text-block-99 {
    text-align: left;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-search {
    font-size: 13px;
  }

  .nav-search::placeholder {
    font-size: 14px;
  }

  .button.footer {
    flex-direction: column;
    display: flex;
  }

  .button.header-button {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .nav-button {
    font-size: 14px;
  }

  .bold-text-11.what {
    font-size: 90px;
  }

  .heading-55.icereality {
    margin-top: 0;
  }

  .columns-32 {
    width: 80%;
    height: 335px;
  }

  .icereality-intro {
    padding-right: 290px;
    line-height: 26px;
  }

  .ir-header-image {
    width: 50%;
  }

  .feature-blog-article {
    max-width: 1200px;
  }

  .article-image.may2021 {
    height: 400px;
  }

  .additional-blog-articles {
    max-width: 1200px;
  }

  .section-82 {
    background-size: cover;
  }

  .div-block-280 {
    width: 100%;
    max-width: 1200px;
  }

  .heading-69 {
    font-family: sofia-pro, sans-serif;
    font-size: 90px;
    line-height: 90px;
  }

  .icereality-header-wrapper {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 50%;
    padding-left: 40px;
    padding-right: 186px;
    display: flex;
  }

  .tab-element-lvl-2 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .fb {
    padding: 10px;
  }

  .heading-78 {
    color: var(--accidental-anderson-green);
    text-align: right;
  }
}

@media screen and (max-width: 991px) {
  .nav-search {
    border: 1px solid var(--white-smoke);
    margin-left: 21px;
  }

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

  .button {
    border-width: 1px;
    margin-bottom: 0;
    padding: 7px 15px;
    font-size: 13px;
  }

  .button.footer {
    margin-top: 0;
  }

  .button.header-button {
    order: 0;
    margin: 29px auto 29px 21px;
  }

  .button.header-button:hover, .button.header-button:active {
    margin-left: 21px;
  }

  .mobile-menu-button:active, .mobile-menu-button.w--open {
    background-color: #0000;
    transform: rotate(90deg);
  }

  .icon {
    color: var(--dark-grey);
  }

  .icon:active {
    color: #fff;
  }

  .section-8 {
    padding-top: 38px;
    overflow: visible;
  }

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

  .heading-10.cas {
    font-size: 51px;
    line-height: 51px;
  }

  .heading-10.cas.product-expert {
    margin-left: -1px;
    font-size: 45px;
    line-height: 50px;
  }

  .pe-paragraph {
    align-self: flex-start;
    font-size: 16px;
    line-height: 26px;
  }

  .div-list-pe {
    font-size: 12px;
  }

  .section-14.privacy {
    padding-top: 42px;
  }

  .how-hero-copy {
    margin-left: 345px;
  }

  .how-hero-copy.more {
    margin-top: 19px;
    margin-left: 267px;
    padding: 31px 25px;
    font-size: 11px;
    line-height: 21px;
  }

  .contact-us-header {
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact-us-form-header {
    font-size: 40px;
  }

  .div-block-73 {
    margin-left: 10px;
  }

  .container-26 {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .paragraph-26 {
    font-family: sofia-pro, sans-serif;
  }

  .page-header-v3.sreq {
    margin-bottom: 0;
  }

  .page-header-v3.privacy-policy {
    background-image: linear-gradient(#e2d028bf, #3bd4aee0 79%), url('../images/shutterstock_583591807.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-bottom: 0;
  }

  .page-header-v3.terms {
    background-image: linear-gradient(39deg, #4c2d8ead, #842a52d9 80%), url('../images/LG-Conf-Rm.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .heading-20 {
    font-family: sofia-pro, sans-serif;
    font-size: 50px;
    line-height: 61px;
  }

  .text-span-12, .link {
    font-family: sofia-pro, sans-serif;
  }

  .text-span-14 {
    font-size: 50px;
  }

  .div-block-88 {
    transform: none;
  }

  .paragraph-28 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 26px;
  }

  .paragraph-28.patents {
    padding-right: 22px;
  }

  .container-32 {
    margin-top: 0;
  }

  .sr-h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .sr-h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .sr-list {
    line-height: 26px;
  }

  .footer-bottom-links.email {
    font-size: 9px;
  }

  .footer-nav {
    font-size: 9px;
    line-height: 14px;
  }

  .footer-div {
    justify-content: space-between;
  }

  .footer-div.left-just {
    justify-content: space-between;
    margin-left: 15px;
  }

  .footer-div.right-side {
    justify-content: space-between;
    margin-right: 14px;
  }

  .text-block-26 {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-27 {
    font-size: 10px;
  }

  .image-15 {
    left: -219px;
  }

  .home-image {
    background-position: 50%;
    background-size: cover;
    width: 64vw;
    height: 500px;
    margin-top: 123px;
    margin-left: -49px;
    margin-right: -39px;
    padding-left: 0;
  }

  .home-image.who {
    background-position: 50%;
    background-size: cover;
    height: 420px;
    margin-left: -118px;
    left: 46px;
  }

  .home-paragraph {
    width: 50vw;
    margin-left: -57px;
    font-size: 16px;
    line-height: 26px;
    right: -33px;
  }

  .home-paragraph.why {
    width: 49vw;
    padding-right: 29px;
    font-size: 16px;
    left: 41px;
  }

  .home-paragraph.ic {
    width: 47vw;
    margin-left: 22px;
    margin-right: -37px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 16px;
    right: 62px;
  }

  .columns-14 {
    padding-bottom: 32px;
  }

  .section-38 {
    margin-bottom: 0;
  }

  .header-2 {
    width: 100%;
    padding-right: 0;
    line-height: 34px;
  }

  .header-2.header-front-page {
    font-size: 28px;
    line-height: 30px;
  }

  .header-2.coloured {
    padding-right: 0;
  }

  .header-2.coloured-purple {
    color: var(--ursula-purple);
  }

  .div-block-96 {
    margin-left: 20px;
  }

  .div-block-96.vision {
    margin-left: 135px;
  }

  .div-block-96.who {
    margin-left: 4px;
  }

  .link-6 {
    padding-left: 20px;
  }

  .link-6.vision {
    padding-left: 135px;
  }

  .link-6.who {
    padding-left: 4px;
  }

  .lightbox-link-2 {
    background-image: linear-gradient(144deg, #4c2d8e99, #514dcb7d), url('../images/NewGround---Logix---Boardroom-Rendering-Final.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-45 {
    background-image: linear-gradient(144deg, var(--dark-turquoise), var(--accidental-anderson-green));
    flex-direction: column;
    justify-content: flex-end;
    height: 51vh;
    display: none;
  }

  .paragraph-32 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 49px;
    font-size: 28px;
    line-height: 35px;
  }

  .div-block-123 {
    align-self: center;
    padding-right: 41px;
  }

  .why-ice {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .section-52 {
    width: 101%;
    height: 90vh;
  }

  .nav-button, .nav-button.w--current {
    margin-left: 0;
  }

  .what-is-ice {
    margin-top: -25px;
    margin-bottom: -3px;
  }

  .column-44 {
    justify-content: center;
    height: 90vh;
  }

  .column-45 {
    height: 90vh;
    padding-top: 0;
  }

  .about-hero-header {
    height: 90vh;
  }

  .paragraph-35 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 9px;
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-125 {
    margin-top: 4px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .why-ice-hero {
    height: 90vh;
  }

  .div-block-126 {
    width: 100%;
    height: 95%;
  }

  .div-block-127 {
    padding-right: 0;
  }

  .div-block-127.what {
    background-color: #ffffffb3;
    padding-right: 0;
  }

  .div-block-127.mobile {
    padding-right: 0;
  }

  .text-block-43 {
    margin-top: 111px;
  }

  .heading-31 {
    font-size: 40px;
    line-height: 48px;
  }

  .columns-25 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .column-52 {
    padding-right: 4px;
  }

  .column-53 {
    align-self: center;
    align-items: center;
  }

  .div-block-147, .div-block-151 {
    margin-left: 0;
  }

  .link-8 {
    font-size: 15px;
  }

  .background-video-6 {
    width: 100%;
  }

  .bold-text-11.what {
    font-size: 70px;
  }

  .paragraph-40 {
    font-family: sofia-pro, sans-serif;
  }

  .text-block-52 {
    margin-top: -47px;
  }

  .paragraph {
    padding-right: 53px;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph.what {
    width: 40vw;
    padding-left: 0;
    font-size: 16px;
  }

  .paragraph.what-mobile {
    width: 40vw;
    font-size: 16px;
  }

  .terms-block {
    padding-bottom: 40px;
  }

  .shf-large-link {
    padding-left: 22px;
    padding-right: 22px;
  }

  .text-block-56 {
    padding-top: 22px;
  }

  .heading-52, .div-block-179 {
    font-family: sofia-pro, sans-serif;
  }

  .div-block-180 {
    margin-top: 0;
  }

  .heading-53 {
    font-size: 50px;
    line-height: 60px;
  }

  .paragraph-42 {
    font-size: 20px;
  }

  .paragraph-43 {
    font-size: 20px;
    line-height: 33px;
  }

  .column-58, .column-59, .column-60 {
    height: 14vh;
  }

  .image-18 {
    margin-top: 80%;
    position: static;
    bottom: 0%;
  }

  .image-19 {
    margin-top: -42px;
  }

  .paragraph-45 {
    color: var(--ursula-purple);
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
  }

  .section-64 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-184 {
    z-index: 1;
    align-self: flex-end;
    width: 45%;
    margin-right: 43px;
    padding: 10px 0 0 8%;
    position: relative;
    right: auto;
  }

  .div-block-185 {
    width: 100%;
  }

  .heading-55 {
    margin-left: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .heading-55.icereality {
    margin-top: -22px;
    font-size: 30px;
  }

  .text-block-57 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-58 {
    padding-right: 18px;
    font-size: 25px;
    line-height: 30px;
  }

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

  .interactivevr-image {
    background-position: 0%;
    background-size: cover;
    width: 104vw;
    height: 500px;
    margin-left: -130px;
    margin-right: 9px;
    position: static;
  }

  .what-paragraph {
    width: 40vw;
    margin-left: 0;
    padding-right: 21px;
    right: -33px;
  }

  .what-info-div {
    width: 51vw;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 19px;
    left: 3%;
    right: 0;
  }

  .div-block-192 {
    z-index: 3;
    background-size: contain;
    justify-content: flex-start;
    align-self: flex-start;
    width: 100%;
    height: 150%;
    margin-left: 0;
    position: relative;
    left: -226px;
  }

  .learn-customize {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .learn-customize-div {
    width: 50vw;
    padding: 29px;
  }

  .learn-customize-image {
    background-position: 50%;
    background-size: cover;
    width: 64vw;
    height: 391px;
    margin-top: 1px;
    margin-left: 9px;
    margin-right: -104px;
    padding-right: 0;
  }

  .learn-customize-paragraph {
    width: 40vw;
    margin-left: 0;
    padding-right: 0;
    right: -33px;
  }

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

  .updates-image {
    background-position: 50%;
    background-size: cover;
    width: 64vw;
    height: 500px;
    margin-left: -131px;
    margin-right: 0;
  }

  .updates-div {
    width: 50vw;
    margin-left: 14px;
    padding: 28px;
    left: 0%;
  }

  .updates-paragraph {
    width: 40vw;
    margin-left: 0;
    padding-right: 0;
    right: -33px;
  }

  .heading-56 {
    color: var(--dark-grey);
    white-space: normal;
    font-size: 45px;
  }

  .leverage-header {
    font-size: 25px;
  }

  .paragraph-49 {
    width: 100%;
    padding-right: 0;
  }

  .import-header {
    padding-right: 0;
    font-size: 25px;
  }

  .what-body {
    background-position: 50% 300%;
    background-size: cover;
  }

  .custom-product-div {
    width: 50vw;
    padding: 28px;
    left: -2%;
  }

  .custom-product-image {
    background-image: none;
    width: 76vw;
    margin-right: -190px;
  }

  .text-span-56 {
    line-height: 26px;
  }

  .speed-and-acc, .visualize-section {
    margin-bottom: 0;
  }

  .speed-and-acc-div {
    width: 45vw;
    padding: 30px;
    left: 2%;
  }

  .speed-and-acc-image {
    background-position: 50%;
    background-size: cover;
    width: 83vw;
    height: 500px;
    margin: 20px -12px 0 -191px;
    left: 0;
  }

  .sa-paragraph {
    line-height: 26px;
  }

  .section-69 {
    flex-direction: column;
    align-items: center;
  }

  .contact-info-column {
    padding-left: 4px;
    padding-right: 0;
  }

  .text-block-59 {
    padding-left: 15px;
    font-size: 14px;
  }

  .text-block-60 {
    padding-left: 13px;
    font-size: 26px;
  }

  .columns-31 {
    width: 80vw;
  }

  .visualize-image {
    background-position: 50%;
    background-size: cover;
    width: 80vw;
    margin-top: 20px;
    margin-right: -209px;
    padding-top: 0;
  }

  .visualize-copy-block {
    width: 50vw;
    padding: 30px;
    left: -21px;
    right: 0;
  }

  .experience-your-designs-section {
    margin-bottom: 10px;
  }

  .experience-design-copy-block {
    width: 40vw;
    padding: 30px;
    left: 2%;
  }

  .experience-design-image {
    background-position: 50%;
    background-size: cover;
    width: 64vw;
    margin-left: -30px;
    margin-right: 0;
  }

  .ed-paragraph {
    line-height: 26px;
  }

  .section-72 {
    margin-bottom: 23px;
  }

  .container-46 {
    margin-top: 23px;
  }

  .section-73 {
    margin-top: 108px;
  }

  .slc-image {
    width: 18%;
  }

  .paragraph-50 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-74 {
    margin: 52px 10px;
  }

  .text-block-64 {
    text-align: center;
    line-height: 30px;
  }

  .computer {
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 30px;
  }

  .coffee-text {
    text-align: center;
    line-height: 30px;
  }

  .div-block-209 {
    height: 29vh;
    margin-left: 10px;
  }

  .div-block-210 {
    margin-top: 92px;
    margin-left: -165px;
    margin-right: 0;
    padding: 32px;
  }

  .heading-60 {
    color: var(--dark-turquoise);
    padding-right: 51px;
    font-size: 24px;
    line-height: 33px;
  }

  .paragraph-51 {
    margin-bottom: 17px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-75 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-76 {
    margin-top: -72px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .dirtt-block {
    width: 54vw;
    margin-top: -192px;
    margin-left: -30px;
    padding: 38px 33px 38px 38px;
  }

  .dirtt-image {
    margin-left: -204px;
  }

  .div-block-211 {
    padding-top: 26px;
  }

  .why-image {
    background-position: 50%;
    background-size: cover;
    width: 64vw;
    height: 500px;
    margin-top: 123px;
    margin-left: -49px;
    margin-right: -39px;
    padding-left: 0;
  }

  .why-image.why {
    margin-right: -113px;
  }

  .what-is-ice-home-header, .why-ice-home-header-large {
    font-size: 51px;
    line-height: 42px;
  }

  .about-us-home-header {
    margin-left: -72px;
    font-size: 51px;
  }

  .about-us-link-mobile {
    padding-left: 20px;
  }

  .about-us-link-mobile.who {
    padding-left: 4px;
  }

  .what-is-ice-link-mobile, .why-ice-mobile-link {
    padding-left: 20px;
  }

  .mask {
    width: 100%;
  }

  .what-is-ice-image-mobile, .why-ice-image-mobile, .about-ice-image-mobile {
    background-position: 50%;
    background-size: cover;
    width: 64vw;
    height: 500px;
    margin-top: 123px;
    margin-left: -49px;
    margin-right: -39px;
    padding-left: 0;
  }

  .about-us-mobile-link {
    padding-left: 20px;
  }

  .visualize-paragraph-copy {
    width: 40vw;
    margin-left: 0;
    padding-right: 0;
    line-height: 26px;
    right: -33px;
  }

  .div-block-215 {
    display: none;
  }

  .div-block-220 {
    width: 110%;
    height: 100%;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .div-block-222 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-66 {
    font-size: 16px;
  }

  .div-block-223, .accurate-bom-icon, .engineering-icon, .manufacturing-icon, .installation-icon {
    background-size: 30px;
    width: 35px;
    height: 35px;
  }

  .div-block-tablet {
    display: flex;
  }

  .section-78 {
    background-image: url('../images/Layer-One-Properties.png'), url('../images/Layer-three-Properties-menu.png'), url('../images/Layer-two-New-3D.png'), url('../images/ICE-computer.png'), linear-gradient(144deg, var(--dark-turquoise), var(--accidental-anderson-green));
    background-position: 0%, 0%, 0%, 0%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-size: 500px, 500px, 500px, 500px, auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 57vh;
    padding-left: 0;
    display: flex;
  }

  .div-block-194-mobile, .div-block-195-mobile {
    width: 100%;
  }

  .div-block-233, .div-block-234, .div-block-235 {
    display: block;
  }

  .div-block-185-mobile {
    width: 100%;
  }

  .text-block-43-mobile.new.what-mobile {
    margin-top: 95px;
  }

  .interactive-vr-image-mobile, .updates-image-mobile, .lc-image-mobile {
    background-position: 50%;
    background-size: cover;
    width: 64vw;
    height: 500px;
    margin-top: 123px;
    margin-left: -49px;
    margin-right: -39px;
    padding-left: 0;
  }

  .heading-10-mobile.cas {
    font-size: 51px;
    line-height: 51px;
  }

  .pe-paragraph-mobile {
    align-self: flex-start;
    font-size: 16px;
    line-height: 24px;
  }

  .container-48 {
    display: none;
  }

  .text-block-58-mobile {
    font-size: 20px;
  }

  .paragraph-mobile {
    font-size: 15px;
    line-height: 22px;
  }

  .custom-products-image-mobile, .s-a-image-mobile, .visualize-image-mobile, .experience-image-mobile {
    background-position: 50%;
    background-size: cover;
    width: 64vw;
    height: 500px;
    margin-top: 123px;
    margin-left: -49px;
    margin-right: -39px;
    padding-left: 0;
  }

  .div-block-mobile {
    display: none;
  }

  .paragraph-43-mobile-quote {
    font-size: 21px;
    line-height: 33px;
  }

  .icecubes-image-mobile, .dirtty-image-mobile {
    background-position: 50%;
    background-size: cover;
    width: 64vw;
    height: 500px;
    margin-top: 123px;
    margin-left: -49px;
    margin-right: -39px;
    padding-left: 0;
  }

  .div-block-186-mobile {
    display: none;
  }

  .heading-55-mobile {
    margin-left: 0;
    font-size: 40px;
    line-height: 46px;
  }

  .about-hero-div-mobile {
    margin-left: 0;
  }

  .paragraph-35-mobile {
    padding-left: 0;
    padding-right: 30px;
    font-size: 15px;
    line-height: 26px;
  }

  .background-video-6-mobile {
    width: 100%;
  }

  .about-us-copy-2-block-mobile {
    width: 60%;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .calgary-image-mobile {
    width: 18%;
  }

  .we-re-ice-edge-mobile {
    margin-top: 108px;
    display: none;
  }

  .we-re-ice-edge-copy-mobile {
    width: 60%;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .ice-edge-paragraph-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-32 {
    margin-top: 50px;
  }

  .request-a-demo-section-mobile {
    display: none;
  }

  .div-block-201-landscape-mobile {
    margin-top: -16px;
    margin-left: -90px;
  }

  .container-50 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .empty-state {
    margin-bottom: 114px;
  }

  .image-25 {
    margin-top: 100px;
  }

  .text-block-69-mobile-2 {
    display: none;
  }

  .paragraph-51-mobile, .paragraph-51-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-72 {
    padding-right: 30px;
  }

  .container-51 {
    line-height: 38px;
  }

  .ice-melts-webm {
    z-index: 5;
  }

  .columns-33 {
    display: none;
  }

  .webm-videos {
    width: 100%;
    height: 100%;
  }

  .top-additional-links {
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-249 {
    top: 488px;
  }

  .what-is-ice-hero {
    height: 90vh;
  }

  .div-block-251 {
    display: block;
  }

  .div-block-252 {
    margin-left: 19px;
  }

  .heading-67 {
    width: 90%;
    padding-right: 86px;
  }

  .columns-34 {
    height: 280px;
  }

  .bottom-image-mobile {
    margin-left: 19px;
  }

  .discover-why-mobile {
    padding-right: 86px;
  }

  .section-80 {
    display: none;
  }

  .lead-to-about-columns {
    height: 280px;
  }

  .to-about-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .to-about-image {
    width: 95%;
    margin-left: 0;
  }

  .lead-to-about-mobile {
    display: none;
  }

  .lead-to-about-mobile-image {
    margin-left: 19px;
  }

  .to-about-copy-mobile {
    padding-right: 86px;
  }

  .lead-to-what-columns {
    height: 280px;
  }

  .to-what-image {
    width: 95%;
    margin-left: 0;
  }

  .text-span-67 {
    color: var(--dark-grey);
    line-height: 20px;
  }

  .to-about-text-tablet {
    width: 100%;
    color: var(--ursula-purple);
    padding-left: 0;
    padding-right: 0;
    font-family: sofia-pro, sans-serif;
    font-size: 20px;
    display: block;
  }

  .to-about-text-landscape {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    display: none;
  }

  .to-what-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .to-what-copy-tablet {
    width: 100%;
    color: var(--vision-of-maroon);
    padding-left: 0;
    padding-right: 0;
    font-family: sofia-pro, sans-serif;
    font-size: 20px;
    display: block;
  }

  .to-what-image-mobile {
    margin-left: 19px;
  }

  .to-what-copy-mobile {
    padding-right: 86px;
  }

  .desktop {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .ios {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .googleplay {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .icerealityimage {
    width: 18%;
  }

  .icereality-second-image {
    background-image: linear-gradient(118deg, #edff40cc, var(--blonde-betty-yellow)), url('../images/DSC03649.JPG');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 18%;
  }

  .icereality-intro {
    padding-top: 0;
    padding-left: 0;
    padding-right: 9px;
    font-size: 15px;
    line-height: 24px;
  }

  .icereality-intro.second {
    margin-bottom: 17px;
  }

  .ir-div {
    margin-top: 4px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .ir-paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .ir-marking-block {
    width: 300px;
    height: 400px;
    margin: 0;
    padding: 32px;
    left: 43px;
  }

  .ir-hero-header {
    height: 50vh;
    display: none;
  }

  .column-44-copy {
    justify-content: center;
    height: 50vh;
  }

  .ir-column-one {
    height: 50vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-73-copy {
    margin-top: 108px;
  }

  .ir-list {
    color: var(--dim-grey);
    font-size: 14px;
    line-height: 23px;
  }

  .bold-text-13 {
    color: var(--dim-grey);
  }

  .button-6 {
    font-size: 10px;
  }

  .mobile-hero {
    display: block;
  }

  .heading-mobile {
    margin-left: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .ir-div-mobile {
    margin-top: 4px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .icereality-intro-mobile {
    padding-top: 0;
    padding-left: 0;
    padding-right: 90px;
    font-size: 15px;
    line-height: 24px;
  }

  .bold-text-13-mobile {
    color: var(--dim-grey);
  }

  .container-53 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .ir-middle-marketing-mobile {
    margin-top: 108px;
    display: none;
  }

  .ir-middle-mark-mobile {
    width: 60%;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .ir-middle-mark-paragraph-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .column-72 {
    padding-bottom: 0;
  }

  .ir-image-parallax-1 {
    left: -144px;
  }

  .ir-image-parallax-2 {
    left: 83px;
  }

  .ir-image-parallax-3 {
    left: -221px;
  }

  .lead-to-something-copy {
    height: 280px;
  }

  .column-73 {
    padding-top: 0;
    padding-right: 0;
    display: block;
    top: -254px;
  }

  .parallax-section {
    display: none;
  }

  .parallax-section-mobile {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .ir-image-parallax-3-mobile {
    width: 250px;
    height: 250px;
    top: 23px;
    left: -179px;
  }

  .ir-image-parallax-2-mobile {
    z-index: 2;
    top: -135px;
    left: 166px;
  }

  .ir-image-parallax-1-mobile {
    z-index: 1;
    top: -205px;
    left: -76px;
  }

  .ir-marking-block-mobile {
    width: 569px;
    box-shadow: none;
    background-image: none;
    flex-direction: column;
    align-items: flex-start;
    margin: -284px 0 -71px;
    padding: 32px;
    position: static;
    left: 0;
  }

  .desktopdownload, .appstorebutton, .googleplaybutton {
    font-size: 10px;
  }

  .feature-blog-article {
    margin: 10px 0 20px;
  }

  .article-title {
    padding-right: 28px;
    font-size: 50px;
    line-height: 48px;
  }

  .article-title.icereality {
    padding-right: 129px;
  }

  .top-quotation-marks {
    background-image: url('../images/Quotes-top.png');
  }

  .body-12 {
    background-position: -21%;
    background-repeat: repeat-y;
    background-size: contain;
  }

  .blog-copy {
    margin-bottom: 20px;
  }

  .blog-pull-quote {
    font-size: 22px;
  }

  .video-block.may {
    cursor: pointer;
  }

  .pull-quote-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-liquid-line-graphic {
    z-index: 0;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    width: 12%;
    display: none;
  }

  .s9-widget-wrapper {
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .author-copy {
    padding-left: 39px;
  }

  .additional-blog-articles {
    margin: 0 0 30px;
  }

  .section-82 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .download-icereality-text {
    padding-left: 20px;
    font-size: 16px;
  }

  .article-image-two.may {
    height: 143px;
  }

  .button-7 {
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 18px;
  }

  .button-7.ir {
    margin-bottom: 50px;
    margin-left: 20px;
  }

  .sales-text {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: proxima-nova, sans-serif;
  }

  .link-14 {
    cursor: pointer;
  }

  .link-14:hover {
    color: var(--dark-turquoise);
  }

  .intext-link, .inquote-link {
    cursor: pointer;
  }

  .mobile-icereality-link-block, .div-block-284 {
    display: none;
  }

  .text-span-74 {
    color: #676767cc;
  }

  .text-span-74:hover {
    color: var(--dark-turquoise);
  }

  .tab-element-lvl-2 {
    margin-top: -30px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .metaapp {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .body.home {
    overflow: visible;
  }

  .button {
    border-width: 2px;
    align-self: center;
    width: 70vw;
    margin-top: 27px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .utility-page-wrap {
    flex-direction: column;
  }

  .paragraph-7 {
    margin-top: 13px;
    margin-bottom: 7px;
    margin-left: 0;
    font-weight: 400;
  }

  .heading-10.cas {
    padding-left: 20px;
    font-size: 34px;
    line-height: 41px;
  }

  .pe-paragraph {
    padding-left: 97px;
    padding-right: 97px;
    font-size: 13px;
  }

  .section-14.privacy {
    padding: 89px 22px 38px;
  }

  .how-hero-heading {
    padding-right: 28px;
  }

  .how-hero-copy {
    margin-left: 163px;
    padding-right: 31px;
  }

  .how-hero-copy.more {
    margin-left: 31px;
    margin-right: 22px;
    padding: 26px 27px;
  }

  .text-block-7 {
    padding-right: 30px;
  }

  .section-20 {
    margin-top: 7px;
    padding-bottom: 133px;
  }

  .melts-header {
    margin-top: 15px;
  }

  .melts-copy {
    margin-top: -14px;
  }

  .div-block-56 {
    background-color: var(--vision-of-maroon);
  }

  .contact-us-form-header {
    margin-left: -17px;
    font-size: 32px;
  }

  .div-block-73 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 26px;
    display: flex;
  }

  .div-block-74 {
    text-align: center;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .form-block {
    padding-right: 0;
  }

  .paragraph-26 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-header-v3 {
    height: 235px;
  }

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

  .text-span-12 {
    font-size: 23px;
  }

  .heading-21 {
    font-size: 200px;
  }

  .text-block-20 {
    margin-top: 78px;
  }

  .div-block-83 {
    margin-top: -4px;
  }

  .div-block-84 {
    margin-top: 9px;
  }

  .search-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-28 {
    margin-top: -25px;
    margin-bottom: 0;
    padding-left: 0;
    line-height: 26px;
  }

  .paragraph-28.patents {
    padding-right: 0;
  }

  .container-32 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .system-requirements-head-copy {
    margin-left: 0;
    margin-right: 0;
    font-size: 23px;
    font-weight: 900;
  }

  .footer-bottom-links.email {
    padding-right: 0;
  }

  .text-block-24 {
    align-self: center;
  }

  .footer-nav {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 11px;
  }

  .twitter {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-div {
    align-items: center;
    height: 863px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
  }

  .footer-div.left-just {
    align-items: center;
    height: 173px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .footer-div.links {
    align-items: center;
    height: 147px;
    margin-top: -23px;
    margin-left: 0;
  }

  .footer-div.right-side {
    align-items: center;
    height: 124px;
    margin-top: -28px;
  }

  .text-block-26 {
    text-align: center;
    margin-top: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .text-block-27 {
    text-align: center;
    margin-top: -5px;
  }

  .image-15 {
    max-width: 90%;
    top: -709px;
    left: -86px;
  }

  .home-image {
    z-index: 0;
    margin: -279px 11px 0 0;
  }

  .home-image.who {
    width: 80vw;
    height: 300px;
    margin-top: 200px;
    margin-bottom: -232px;
    margin-left: 0;
    padding-bottom: 52px;
    inset: -247px 0 0 -16px;
  }

  .home-info-div {
    margin-left: 13px;
  }

  .home-info-div.why {
    margin-top: -340px;
  }

  .home-info-div.ic {
    margin-left: 0;
  }

  .home-paragraph {
    z-index: 2;
    width: 80%;
    margin-left: 0;
    font-size: 13px;
    line-height: 20px;
    right: 0;
  }

  .home-paragraph.why {
    text-align: right;
    width: 80vw;
    padding-left: 34px;
    font-size: 13px;
    line-height: 20px;
    left: 27px;
    right: 0;
  }

  .home-paragraph.ic {
    width: 80vw;
    margin-left: 69px;
    margin-right: 0;
    font-size: 13px;
  }

  .columns-14 {
    padding-top: 3px;
  }

  .column-25 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 21px;
    margin-bottom: -99px;
    position: static;
  }

  .column-26 {
    flex-direction: column;
    align-items: center;
    height: 175px;
  }

  .column-27 {
    flex-direction: column;
    align-items: center;
    height: 175px;
    margin-top: -100px;
    padding-top: 0;
  }

  .image-16 {
    margin-top: 17px;
  }

  .header-2 {
    width: 100%;
    padding-right: 0;
    font-size: 28px;
  }

  .header-2.coloured-purple {
    color: var(--ursula-purple);
  }

  .div-block-96 {
    display: none;
  }

  .div-block-96.vision {
    align-self: flex-end;
  }

  .div-block-96.who {
    align-self: flex-start;
    margin-left: 50px;
    display: none;
  }

  .link-6 {
    display: none;
  }

  .link-6.vision {
    align-self: flex-end;
    margin-right: 0;
    padding-right: 0;
  }

  .link-6.who {
    align-self: flex-start;
    margin-top: 4px;
    margin-left: 50px;
    display: none;
  }

  .lightbox-link-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-106 {
    background-image: none;
    align-self: center;
    width: 100px;
    height: 100px;
  }

  .slide-4 {
    background-image: radial-gradient(circle farthest-side, #0000004d, #ffffff1a), url('../images/Layer-6.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider-4 {
    height: 100vh;
  }

  .section-45 {
    background-position: -77px 0, 0 0;
    background-size: 700px, auto;
    justify-content: flex-end;
  }

  .paragraph-32 {
    width: 100%;
    color: var(--white);
    text-align: center;
    padding-bottom: 15px;
    padding-left: 128px;
    padding-right: 128px;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
  }

  .slider-5 {
    width: 100%;
    height: 100%;
  }

  .slide-9 {
    padding-right: 0;
  }

  .slide-nav-3 {
    margin-bottom: 17px;
  }

  .div-block-123 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    margin-left: 0;
    padding-left: 98px;
    padding-right: 98px;
  }

  .why-ice {
    flex-direction: column;
    display: none;
  }

  .section-51 {
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    margin-bottom: 38px;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .section-52 {
    width: 100vw;
    height: 100vh;
  }

  .what-is-ice {
    flex-direction: column;
    margin: 14px 0 30px;
    display: none;
  }

  .about-hero-header {
    height: 100vh;
    padding-bottom: 0;
    display: block;
  }

  .columns-21 {
    display: none;
  }

  .why-ice-hero {
    height: 66vh;
  }

  .columns-22 {
    display: none;
  }

  .column-46 {
    justify-content: center;
    height: 60%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-47 {
    align-items: center;
    height: 80%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-126 {
    align-self: flex-start;
    height: 95%;
  }

  .div-block-127 {
    height: 50%;
    margin-right: 0;
  }

  .div-block-127.what {
    align-items: center;
    margin-bottom: 0;
  }

  .div-block-127.mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .text-block-43, .text-block-43.why {
    display: none;
  }

  .heading-31 {
    width: 100%;
    margin-top: 0;
    font-size: 45px;
    line-height: 53px;
  }

  .heading-31.what {
    color: var(--white);
    text-align: center;
    align-self: center;
    margin-top: 16px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .columns-25 {
    display: none;
  }

  .form {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-7, .link-8 {
    font-size: 12px;
  }

  .link-9 {
    width: 100%;
    margin-right: -4px;
    padding-right: 0;
    font-size: 12px;
  }

  .social-image {
    margin-left: 20px;
    margin-right: 20px;
  }

  .background-video-6 {
    height: 100%;
  }

  .bold-text-11.what {
    color: var(--white);
  }

  .paragraph-40 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-52 {
    margin-top: 0;
  }

  .text-block-54 {
    margin-top: 30px;
  }

  .card-wrap {
    flex: 1;
  }

  .paragraph {
    padding-right: 119px;
  }

  .paragraph.what {
    color: var(--white);
    text-align: center;
    align-self: center;
    padding-right: 0;
  }

  .paragraph.what-mobile {
    width: 100%;
    color: var(--white);
    text-align: center;
    align-self: center;
    padding-left: 44px;
    padding-right: 44px;
  }

  .second-half-footer {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .social-media-icon-block {
    padding-bottom: 17px;
  }

  .shf-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .terms-block {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding-bottom: 29px;
  }

  .shf-large-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .div-block-177 {
    flex-direction: column;
    padding-top: 1px;
  }

  .div-block-177.additional-links {
    align-self: center;
    align-items: center;
  }

  .text-block-56 {
    padding-top: 20px;
    padding-bottom: 18px;
    font-size: 15px;
  }

  .heading-52 {
    font-size: 25px;
  }

  .div-block-179 {
    background-position: 50% 95%;
  }

  .heading-53 {
    text-align: center;
    align-self: center;
    margin-top: -6px;
    font-size: 45px;
    line-height: 50px;
  }

  .paragraph-42 {
    text-align: center;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-43 {
    margin-bottom: 0;
    padding-left: 117px;
    padding-right: 117px;
    font-size: 20px;
  }

  .column-58 {
    height: 6vh;
  }

  .column-59 {
    height: 9vh;
  }

  .column-60 {
    justify-content: flex-end;
    align-items: flex-start;
    height: 7vh;
    display: flex;
  }

  .image-18 {
    width: 10%;
    margin-top: 10%;
  }

  .image-19 {
    width: 15%;
    margin-top: 0;
    margin-left: -16px;
  }

  .paragraph-45 {
    margin-top: 4px;
    padding-right: 40px;
  }

  .div-block-184 {
    text-align: center;
    align-self: center;
    width: 100%;
    margin-right: 0;
    padding: 47px 0;
  }

  .text-block-57 {
    color: var(--white);
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-187 {
    background-color: var(--blonde-betty-yellow);
    align-self: center;
    height: 3px;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .div-block-188 {
    background-image: linear-gradient(to right, var(--prince-purple), var(--ursula-purple) 40%);
    margin-top: 10px;
    padding-top: 1px;
    padding-bottom: 2px;
  }

  .interactivevr, .learn-customize {
    display: none;
  }

  .learn-customize-div {
    left: -4%;
  }

  .learn-customize-image {
    width: 90vw;
    margin-left: 8px;
    margin-right: -86px;
  }

  .updates {
    display: none;
  }

  .updates-image {
    width: 72vw;
    margin-left: -145px;
  }

  .heading-56 {
    text-align: center;
    text-transform: none;
    align-self: center;
    margin-right: 0;
    padding-top: 12px;
    font-size: 40px;
    line-height: 45px;
  }

  .leverage-header {
    text-align: center;
    margin-top: 0;
  }

  .section-68 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding: 0 25px 33px;
    display: flex;
  }

  .paragraph-49, .import-header {
    text-align: center;
    padding-right: 30px;
  }

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

  .why-body {
    background-position: 50% 0;
  }

  .text-span-56 {
    padding-right: 0;
    font-size: 16px;
  }

  .speed-and-acc, .visualize-section {
    display: none;
  }

  .sa-paragraph {
    color: var(--dark-grey);
  }

  .contact-info-column {
    padding-left: 5px;
  }

  .text-block-59 {
    text-align: center;
    padding-bottom: 36px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 14px;
  }

  .text-block-60 {
    text-align: center;
    margin-top: 17px;
    padding-left: 0;
    font-size: 23px;
  }

  .div-block-196 {
    margin-left: 0;
  }

  .heading-57 {
    margin-top: 27px;
  }

  .speak-your-mind-header {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
  }

  .text-block-63 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-71 {
    margin-bottom: 0;
  }

  .form-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .experience-your-designs-section, .section-72 {
    display: none;
  }

  .container-46 {
    margin-top: 143px;
    margin-bottom: 88px;
  }

  .slc-image {
    margin-top: 41px;
    margin-bottom: 0;
  }

  .section-74 {
    margin-top: 0;
  }

  .column-65 {
    height: 50%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .column-66 {
    height: auto;
    margin-bottom: 10px;
  }

  .column-67 {
    height: auto;
    margin-bottom: 40px;
  }

  .div-block-210 {
    width: 56vw;
    margin-top: -10px;
    padding: 19px;
  }

  .heading-60 {
    margin-top: 6px;
    padding-right: 0;
  }

  .section-75 {
    margin-bottom: 107px;
    display: none;
  }

  .section-76 {
    display: none;
  }

  .dirtt-block {
    margin-top: -17px;
    margin-left: -32px;
    margin-right: 1px;
    padding: 21px;
  }

  .why-image {
    z-index: 0;
    margin: -279px 11px 0 0;
  }

  .why-image.why {
    background-position: 18%;
    width: 100%;
    margin-right: 0;
    top: -22px;
    left: -44px;
  }

  .what-is-ice-home-header {
    font-size: 45px;
    font-weight: 900;
  }

  .why-ice-home-header-large {
    display: none;
  }

  .about-us-home-header {
    margin-left: -20px;
    font-size: 45px;
  }

  .heading-61 {
    color: var(--dark-grey);
    text-transform: uppercase;
    align-self: flex-end;
    margin-top: 2px;
    font-family: sofia-pro, sans-serif;
    font-size: 45px;
    font-weight: 900;
    display: block;
  }

  .about-us-link-mobile.who {
    color: #eea61fcc;
    text-align: center;
    border: 2px solid #eea61fcc;
    align-self: center;
    width: 70vw;
    margin-top: 4px;
    margin-bottom: -14px;
    margin-left: 0;
    padding: 17px 0;
    transition: opacity .6s;
    display: block;
  }

  .about-us-link-mobile.who:hover {
    color: #eea61f;
    border-color: #eea61f;
  }

  .about-us-link-mobile.who:active {
    border-color: var(--dark-turquoise);
    color: var(--dark-turquoise);
  }

  .what-is-ice-link-mobile {
    color: #16c4c2cc;
    text-align: center;
    border: 2px solid #16c4c2cc;
    align-self: auto;
    width: 90%;
    margin-top: 21px;
    margin-left: 0;
    padding: 17px 0;
    transition: opacity .6s;
    display: block;
  }

  .what-is-ice-link-mobile:hover {
    border-color: var(--dark-turquoise);
    color: var(--dark-turquoise);
  }

  .what-is-ice-link-mobile:active {
    border-color: var(--green);
    color: var(--green);
  }

  .why-ice-mobile-link {
    color: #514dcbcc;
    text-align: center;
    border: 2px solid #514dcbcc;
    align-self: center;
    width: 90%;
    margin-top: 21px;
    margin-bottom: 29px;
    padding: 17px 0;
    transition: opacity .6s;
    display: block;
  }

  .why-ice-mobile-link:hover {
    border-color: var(--ursula-purple);
    color: var(--ursula-purple);
  }

  .why-ice-mobile-link:active {
    border-color: var(--red-shirt-red);
    color: var(--red-shirt-red);
  }

  .what-is-ice-mobile {
    flex-direction: column;
    align-items: center;
    padding-top: 21px;
    display: flex;
  }

  .what-is-ice-image-mobile {
    z-index: 0;
    width: 100vw;
    height: 300px;
    margin: 0;
  }

  .interactive-vr-block-mobile {
    background-color: #0000;
    background-image: linear-gradient(144deg, #57aa17e6 23%, #16c4c2e6);
    align-self: flex-end;
    align-items: flex-start;
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 21px;
    padding-bottom: 27px;
    display: flex;
    position: relative;
    top: -54px;
  }

  .what-is-ice-header-mobile {
    color: var(--dim-grey);
    margin-top: 17px;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
  }

  .what-is-ice-h2-mobile {
    width: 100%;
    color: var(--dark-turquoise);
    margin-top: 9px;
    margin-bottom: 19px;
    font-family: sofia-pro, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
  }

  .what-is-ice-paragraph-mobile {
    color: var(--dim-grey);
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .what-is-ice-div-block-mobile {
    padding-right: 80px;
  }

  .why-ice-mobile {
    flex-direction: column;
    align-items: center;
    margin-bottom: -53px;
    padding-top: 21px;
    display: flex;
  }

  .why-ice-image-mobile {
    z-index: 0;
    background-image: url('../images/Mixed.png');
    width: 100vw;
    height: 300px;
    margin: 0;
  }

  .why-ice-header-mobile {
    color: var(--dim-grey);
    margin-top: 17px;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
  }

  .why-ice-h2-mobile {
    color: var(--ursula-purple);
    margin-top: 9px;
    margin-bottom: 19px;
    padding-right: 0;
    font-family: sofia-pro, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
  }

  .why-ice-paragraph-mobile {
    color: var(--dim-grey);
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .interactive-vr-div-mobile {
    background-color: var(--white);
    width: 3px;
    height: 50px;
    margin-top: 25px;
    margin-left: 27px;
    margin-right: 27px;
    padding-right: 3px;
  }

  .why-ice-div-block-mobile {
    padding-right: 80px;
  }

  .why-ice-info-block-mobile {
    background-color: #fff;
    align-self: flex-end;
    align-items: flex-start;
    width: 90vw;
    margin-top: 0;
    padding-top: 4px;
    padding-bottom: 0;
    display: flex;
    position: relative;
    top: -54px;
  }

  .why-div-color-block-mobile {
    background-color: #0000;
    background-image: linear-gradient(to bottom, var(--prince-purple), var(--ursula-purple));
    height: 50px;
    margin-top: 25px;
    margin-left: 27px;
    margin-right: 27px;
    padding-right: 3px;
  }

  .about-ice-mobile {
    flex-direction: column;
    align-items: center;
    padding-top: 21px;
    display: flex;
  }

  .about-ice-image-mobile {
    z-index: 0;
    background-image: url('../images/Collberation_Resized.png');
    width: 100vw;
    height: 300px;
    margin: 0;
  }

  .why-ice-info-block-mobile-copy {
    background-color: #fff;
    align-self: flex-end;
    align-items: flex-start;
    width: 90vw;
    margin-top: 0;
    padding-top: 4px;
    padding-bottom: 0;
    display: flex;
    position: relative;
    top: -54px;
  }

  .about-div-color-block-mobile {
    background-color: #0000;
    background-image: linear-gradient(to bottom, var(--dark-orange), var(--varia-suit-gold));
    height: 50px;
    margin-top: 25px;
    margin-left: 27px;
    margin-right: 27px;
    padding-right: 3px;
  }

  .about-us-h2-mobile {
    color: var(--varia-suit-gold);
    margin-top: 9px;
    margin-bottom: 19px;
    padding-right: 0;
    font-family: sofia-pro, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
  }

  .about-us-header-mobile {
    color: var(--dim-grey);
    margin-top: 17px;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
  }

  .about-us-paragraph-mobile {
    color: var(--dim-grey);
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .about-us-mobile-link {
    color: #eea61fcc;
    text-align: center;
    border: 2px solid #eea61fcc;
    align-self: center;
    width: 90%;
    margin-top: 21px;
    margin-bottom: 29px;
    padding: 17px 0;
    transition: opacity .6s;
    display: block;
  }

  .about-us-mobile-link:hover {
    border-color: var(--varia-suit-gold);
    color: var(--varia-suit-gold);
  }

  .about-us-mobile-link:active {
    border-color: var(--dark-turquoise);
    color: var(--dark-turquoise);
  }

  .div-block-222 {
    text-align: center;
    justify-content: center;
  }

  .text-block-66 {
    font-size: 16px;
  }

  .div-block-224 {
    margin: 11px auto 1px;
  }

  .why-ice-title-mobile.why {
    color: var(--white);
    text-align: left;
    margin-top: 71px;
    margin-left: 27px;
    padding-right: 0;
  }

  .section-78 {
    background-image: linear-gradient(144deg, #16c4c2cc, var(--accidental-anderson-green));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    align-items: center;
    height: 46vh;
    margin-top: 19px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-194-mobile {
    flex-direction: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .div-block-195-mobile {
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .div-block-233 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-234, .div-block-235 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .background-video-12-mobile {
    background-image: linear-gradient(#16c4c2bf, #57aa17b3 83%), url('../images/071819-Chicago-GLC.png');
    background-position: 0 0, 21%;
    background-size: auto, cover;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-185-mobile {
    height: 100%;
    display: block;
  }

  .text-block-43-mobile.new.what-mobile {
    color: var(--white);
    margin-top: 75px;
    display: none;
  }

  .interactive-vr-mobile {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    padding-top: 21px;
    display: flex;
  }

  .interactive-vr-image-mobile {
    z-index: 0;
    background-image: url('../images/Chicago-Experience-0012.jpg');
    width: 100vw;
    height: 300px;
    margin: 0;
  }

  .interactive-vr-header-mobile {
    width: 90%;
    color: var(--white);
    margin-top: 9px;
    margin-bottom: 19px;
    font-family: sofia-pro, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
  }

  .interactive-vr-paragraph-mobile {
    color: var(--white);
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .updates-mobile {
    flex-direction: column;
    align-items: center;
    padding-top: 21px;
    display: flex;
  }

  .updates-image-mobile {
    z-index: 0;
    background-color: var(--white);
    background-image: none;
    width: 100vw;
    height: 300px;
    margin: 0;
  }

  .updates-block-mobile {
    background-color: #0000;
    background-image: linear-gradient(144deg, #3bd4aee6 20%, #16c4c2e6);
    align-self: flex-end;
    align-items: flex-start;
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 21px;
    padding-bottom: 27px;
    display: flex;
    position: relative;
    top: -54px;
  }

  .updates-div-mobile {
    background-color: var(--white);
    width: 3px;
    height: 50px;
    margin-top: 25px;
    margin-left: 27px;
    margin-right: 27px;
    padding-right: 3px;
  }

  .updates-copy-block-mobile {
    padding-right: 80px;
  }

  .updates-header-mobile {
    width: 90%;
    color: var(--white);
    margin-top: 9px;
    margin-bottom: 19px;
    font-family: sofia-pro, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
  }

  .updates-paragraph-mobile {
    color: var(--white);
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .lc-mobile-section {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    padding-top: 21px;
    display: flex;
  }

  .lc-image-mobile {
    z-index: 0;
    background-image: url('../images/Easy-to-Learn_small.jpg');
    width: 100vw;
    height: 300px;
    margin: 0;
  }

  .lc-block-mobile {
    background-color: #f1f1f1e6;
    align-self: flex-end;
    align-items: flex-start;
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 21px;
    padding-bottom: 27px;
    display: flex;
    position: relative;
    top: -54px;
  }

  .lc-div-mobile {
    background-color: var(--dark-turquoise);
    width: 3px;
    height: 50px;
    margin-top: 25px;
    margin-left: 27px;
    margin-right: 27px;
    padding-right: 3px;
  }

  .lc-copy-block-mobile {
    padding-right: 80px;
  }

  .lc-header-mobile {
    width: 90%;
    color: var(--dark-turquoise);
    margin-top: 9px;
    margin-bottom: 19px;
    font-family: sofia-pro, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
  }

  .lc-paragraph-mobile {
    color: var(--dark-grey);
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .heading-10-mobile.cas {
    padding-left: 20px;
    font-size: 34px;
    line-height: 41px;
  }

  .heading-10-mobile.cas.product-expert {
    text-align: center;
    align-self: center;
    align-items: center;
    margin-top: 89px;
    padding-left: 48px;
    padding-right: 48px;
    font-size: 30px;
    font-weight: 900;
    line-height: 35px;
  }

  .pe-paragraph-mobile {
    text-align: center;
    white-space: break-spaces;
    margin-top: 19px;
    margin-bottom: 19px;
    padding-left: 56px;
    padding-right: 56px;
    font-size: 16px;
    line-height: 26px;
  }

  .container-48 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .bold-text-12 {
    align-self: center;
  }

  .div-block-236 {
    background-color: #676767b8;
    background-image: linear-gradient(#16c4c2, #514dcb80), url('../images/14524417_1129397370475728_6668843350117660594_o_Small_duotone.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    display: flex;
  }

  .heading-31-mobile {
    width: 100%;
    color: var(--white);
    text-align: center;
    margin-top: 0;
    padding-left: 66px;
    padding-right: 66px;
    font-size: 50px;
    line-height: 53px;
  }

  .div-block-188-mobile {
    background-image: linear-gradient(to right, var(--prince-purple), var(--ursula-purple) 40%);
    margin-top: 10px;
    padding-top: 1px;
    padding-bottom: 2px;
  }

  .text-block-58-mobile {
    color: var(--white);
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-mobile {
    color: var(--white);
    text-align: center;
    padding-left: 86px;
    padding-right: 86px;
    font-size: 16px;
    line-height: 26px;
  }

  .custom-product-section-mobile {
    flex-direction: column;
    align-items: center;
    padding-top: 21px;
    display: flex;
  }

  .custom-products-image-mobile {
    z-index: 0;
    background-image: url('../images/IMG_0496-V02_small.jpg');
    background-position: 50% 0;
    width: 100vw;
    height: 300px;
    margin: 0;
  }

  .custom-products-block-mobile {
    background-color: #0000;
    background-image: linear-gradient(144deg, var(--dark-turquoise) 20%, var(--prince-purple));
    align-self: flex-end;
    align-items: flex-start;
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 21px;
    padding-bottom: 27px;
    display: flex;
    position: relative;
    top: -54px;
  }

  .custom-products-header-mobile {
    width: 100%;
    color: var(--white);
    margin-top: 9px;
    margin-bottom: 19px;
    font-family: sofia-pro, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
  }

  .custom-products-paragraph-mobile {
    color: var(--white);
    font-family: sofia-pro, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
  }

  .custom-products-copy-blockmobile {
    padding-right: 80px;
  }

  .custom-products-div-block-mobile {
    background-color: var(--white);
    height: 50px;
    margin-top: 25px;
    margin-left: 27px;
    margin-right: 27px;
    padding-right: 3px;
  }

  .s-a-image-mobile {
    z-index: 0;
    background-image: url('../images/Wireframe.png');
    width: 100vw;
    height: 300px;
    margin: 0;
  }

  .s-a-section-mobile {
    flex-direction: column;
    align-items: center;
    padding-top: 21px;
    display: flex;
  }

  .s-a-header-mobile {
    width: 90%;
    color: var(--dark-turquoise);
    margin-top: 9px;
    margin-bottom: 19px;
    font-family: sofia-pro, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
  }

  .s-a-copy-block-mobile {
    background-color: #0000;
    background-image: linear-gradient(144deg, var(--white-smoke-2) 20%, var(--white-smoke));
    align-self: flex-end;
    align-items: flex-start;
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 21px;
    padding-bottom: 27px;
    display: flex;
    position: relative;
    top: -54px;
  }

  .s-a-paragraph-mobile {
    color: var(--dark-grey);
    font-family: sofia-pro, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
  }

  .s-a-div-mobile {
    background-color: var(--dark-turquoise);
    height: 50px;
    margin-top: 25px;
    margin-left: 27px;
    margin-right: 27px;
    padding-right: 3px;
  }

  .visualize-section-mobile {
    flex-direction: column;
    align-items: center;
    padding-top: 21px;
    display: flex;
  }

  .visualize-image-mobile {
    z-index: 0;
    background-image: url('../images/Mixed.png');
    width: 100vw;
    height: 300px;
    margin: 0;
  }

  .visualize-copy-block-mobile {
    background-color: #0000;
    background-image: linear-gradient(144deg, var(--prince-purple), var(--ursula-purple) 80%);
    align-self: flex-end;
    align-items: flex-start;
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 21px;
    padding-bottom: 27px;
    display: flex;
    position: relative;
    top: -54px;
  }

  .visualize-header-mobile {
    width: 90%;
    color: var(--white);
    margin-top: 9px;
    margin-bottom: 19px;
    font-family: sofia-pro, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
  }

  .visualize-paragraph-mobile {
    color: var(--white);
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .visualize-div-mobile {
    background-color: var(--white);
    height: 50px;
    margin-top: 25px;
    margin-left: 27px;
    margin-right: 27px;
    padding-right: 3px;
  }

  .visualize-copy-block-mobile-2, .updates-copy-block-mobile-2 {
    padding-right: 80px;
  }

  .experience-section-mobile {
    flex-direction: column;
    align-items: center;
    padding-top: 21px;
    display: flex;
  }

  .experience-image-mobile {
    z-index: 0;
    background-image: url('../images/DSC03505_small.jpg');
    width: 100vw;
    height: 300px;
    margin: 0;
  }

  .experience-colour-block-mobile {
    background-color: var(--white-smoke-2);
    align-self: flex-end;
    align-items: flex-start;
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 21px;
    padding-bottom: 27px;
    display: flex;
    position: relative;
    top: -54px;
  }

  .experience-copy-block-mobile {
    padding-right: 80px;
  }

  .experience-header-mobile {
    width: 90%;
    color: var(--ursula-purple);
    margin-top: 9px;
    margin-bottom: 19px;
    font-family: sofia-pro, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
  }

  .experience-paragraph-mobile {
    color: var(--dark-grey);
    white-space: break-spaces;
    font-family: sofia-pro, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
  }

  .experience-div-bar-mobile {
    background-color: var(--ursula-purple);
    height: 50px;
    margin-top: 25px;
    margin-left: 27px;
    margin-right: 27px;
    padding-right: 3px;
  }

  .paragraph-43-mobile-quote {
    margin-bottom: 0;
    padding-left: 55px;
    padding-right: 55px;
  }

  .icecubes-section-mobile {
    flex-direction: column;
    align-items: center;
    margin-bottom: -23px;
    padding-top: 21px;
    display: flex;
  }

  .icecubes-image-mobile {
    z-index: 0;
    background-image: url('../images/Team.png');
    width: 100vw;
    height: 300px;
    margin: 98px 0 0;
  }

  .icecube-colour-block-mobile {
    background-color: #0000;
    background-image: linear-gradient(144deg, #842a52e6, #fd8606e6);
    align-self: flex-end;
    align-items: flex-start;
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 21px;
    padding-bottom: 27px;
    display: flex;
    position: relative;
    top: -54px;
  }

  .icecubes-copy-block-mobile {
    padding-right: 80px;
  }

  .icecubes-header-mobile {
    width: 90%;
    color: var(--white);
    margin-top: 9px;
    margin-bottom: 19px;
    font-family: sofia-pro, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
  }

  .icecubes-paragraph-mobile {
    color: var(--white);
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .icecubes-div-mobile {
    background-color: var(--bb-orange);
    height: 50px;
    color: var(--bb-orange);
    margin-top: 25px;
    margin-left: 27px;
    margin-right: 27px;
    padding-right: 3px;
  }

  .dirtty-section-mobile {
    flex-direction: column;
    align-items: center;
    padding-top: 21px;
    display: flex;
  }

  .dirtty-image-mobile {
    z-index: 0;
    background-image: url('../images/DSC03649.JPG');
    width: 100vw;
    height: 300px;
    margin: 0;
  }

  .dirtty-colour-block-mobile {
    background-color: #0000;
    background-image: linear-gradient(#fd8606e6, #eea61fe6);
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 21px;
    padding-bottom: 27px;
    padding-left: 64px;
    display: flex;
    position: relative;
    top: -54px;
  }

  .dirtty-copy-block-mobile {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 0;
    display: flex;
  }

  .dirtty-header-mobile {
    width: 100%;
    color: var(--white);
    text-align: right;
    margin-top: 9px;
    margin-bottom: 19px;
    font-family: sofia-pro, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
  }

  .dirtty-div-mobile {
    background-color: var(--vision-of-maroon);
    height: 50px;
    margin-top: 25px;
    margin-left: 27px;
    margin-right: 27px;
    padding-right: 3px;
  }

  .div-block-186-mobile {
    display: none;
  }

  .div-block-239 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 39px;
    padding-right: 39px;
    display: flex;
  }

  .heading-55-mobile {
    width: 100%;
    color: var(--white);
    text-align: center;
    margin-bottom: 21px;
    font-size: 40px;
    line-height: 45px;
  }

  .about-hero-div-mobile {
    align-self: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-35-mobile {
    color: var(--white);
    text-align: center;
    align-self: center;
    margin-top: 17px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .background-video-6-mobile {
    height: 100%;
  }

  .calgary-image-mobile {
    background-position: 0 0, 50%;
    margin-top: -75px;
  }

  .columns-32 {
    height: 500px;
    margin-top: 10px;
  }

  .request-a-demo-section-mobile {
    display: none;
  }

  .contact-us-form-header-mobile {
    margin-left: -17px;
    font-size: 32px;
  }

  .div-block-196-mobile {
    margin-left: 0;
  }

  .form-block-mobile {
    padding-right: 0;
  }

  .text-block-60-mobile {
    margin-top: 17px;
    padding-left: 9px;
    font-size: 23px;
  }

  .text-block-59-mobile {
    text-align: left;
    padding-bottom: 36px;
    padding-left: 9px;
    font-size: 14px;
  }

  .div-block-73-mobile {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 26px;
    display: flex;
  }

  .div-block-74-mobile {
    text-align: center;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .container-44-mobile {
    background-position: -69%;
    background-size: cover;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .div-block-201-landscape-mobile {
    background-image: linear-gradient(144deg, var(--red-shirt-red), #4c2d8e99 60%);
    width: 85%;
    margin: 0 0 39px;
    top: -57px;
    left: 11px;
    right: 0;
  }

  .container-50 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .image-12-mobile {
    align-self: center;
  }

  .search-result-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-69-mobile {
    font-size: 25px;
  }

  .text-block-69-mobile-2 {
    display: none;
  }

  .what-is-ice-block-mobile {
    background-color: var(--white);
    align-self: flex-end;
    align-items: flex-start;
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 21px;
    padding-bottom: 27px;
    display: flex;
    position: relative;
    top: -54px;
  }

  .what-is-ice-div-color-mobile {
    background-color: var(--dark-turquoise);
    height: 50px;
    margin-top: 25px;
    margin-left: 27px;
    margin-right: 27px;
    padding-right: 3px;
  }

  .join-our-team {
    margin-top: 27px;
  }

  .paragraph-51-mobile, .paragraph-51-copy {
    text-align: right;
    line-height: 26px;
  }

  .error-message-2 {
    padding-left: 19px;
  }

  .ice-melts-webm {
    z-index: 3;
    width: 384.3px;
    height: 192.15px;
  }

  .webm-videos {
    background-color: var(--dark-turquoise);
    background-image: linear-gradient(#16c4c2b3, #16c4c2b3), url('../images/ICE-to-CAD.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .top-additional-links {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .top-additional-links.icereality {
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .realtime-image-one {
    background-image: url('../images/085.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .realtime-image-two {
    background-image: url('../images/087.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .realtime-image-three {
    background-image: url('../images/091.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .realtime-image-four {
    background-image: url('../images/094.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .realtime-image-five {
    background-image: url('../images/0100.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .what-is-ice-hero {
    height: 66vh;
  }

  .div-block-252 {
    background-position: 50%;
    margin-left: -3px;
  }

  .heading-67 {
    width: 100%;
    padding-right: 20px;
  }

  .button-5 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }

  .column-71 {
    padding-left: 0;
  }

  .columns-34 {
    height: 270px;
  }

  .bottom-image-mobile {
    background-position: 50%;
    margin-left: -3px;
  }

  .discover-why-mobile {
    padding-right: 43px;
  }

  .see-our-vision-button-mobile {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }

  .section-80, .lead-to-about-section {
    display: none;
  }

  .lead-to-about-columns {
    height: 270px;
  }

  .to-about-text {
    width: 101%;
    padding-left: 18px;
    padding-right: 0;
    font-size: 20px;
  }

  .to-about-button {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }

  .to-about-button.w--current {
    font-family: sofia-pro, sans-serif;
  }

  .to-about-image {
    background-position: 50%;
    margin-left: -3px;
  }

  .lead-to-about-mobile {
    display: none;
  }

  .lead-to-about-mobile-image {
    background-position: 50%;
    margin-left: -3px;
  }

  .to-about-copy-mobile {
    padding-right: 43px;
  }

  .to-about-button-mobile {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }

  .lead-to-what-columns {
    height: 270px;
  }

  .to-what-button {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }

  .to-what-image {
    background-position: 50%;
    width: 100%;
    margin-left: -13px;
  }

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

  .to-about-text-tablet {
    width: 101%;
    padding-left: 18px;
    padding-right: 0;
    font-size: 20px;
    display: none;
  }

  .to-about-text-landscape {
    width: 101%;
    color: var(--ursula-purple);
    padding-left: 18px;
    padding-right: 0;
    font-family: sofia-pro, sans-serif;
    font-size: 20px;
    display: block;
  }

  .to-what-copy {
    width: 101%;
    padding-left: 18px;
    padding-right: 0;
    font-size: 20px;
  }

  .to-what-copy-tablet {
    width: 101%;
    padding-left: 18px;
    padding-right: 0;
    font-size: 20px;
    display: block;
  }

  .to-what-image-mobile {
    background-image: linear-gradient(#842a5299, #842a52e6), url('../images/Chicago-Experience---Fixed-and-Sized.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-bottom: 0;
    margin-left: auto;
  }

  .to-what-copy-mobile {
    color: var(--white);
    padding-right: 0;
    display: block;
  }

  .to-what-button-mobile {
    border-color: var(--white);
    color: var(--white);
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }

  .to-what-button-mobile:hover {
    border-color: var(--varia-suit-gold);
    color: var(--varia-suit-gold);
  }

  .lightbox-link-3 {
    width: 100%;
    height: 100%;
  }

  .icerealityimage {
    background-position: 0 0, 50%;
    margin-top: -75px;
  }

  .icereality-second-image {
    margin-top: 41px;
    margin-bottom: 0;
  }

  .ir-second-intro {
    font-size: 33px;
    line-height: 42px;
  }

  .ir-paragraph {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    line-height: 23px;
  }

  .ir-marking-block {
    width: 56vw;
    margin-top: -10px;
    padding: 19px;
  }

  .ir-hero-header {
    height: 100vh;
    padding-bottom: 0;
    display: none;
  }

  .ir-columns-header {
    display: block;
  }

  .icereality-intro-mobile {
    padding-right: 17px;
  }

  .mobile-column {
    height: auto;
    margin-top: -10px;
    margin-bottom: 8px;
  }

  .ir-marketing-mobile {
    flex-direction: column;
    align-items: center;
    margin-bottom: -23px;
    padding-top: 21px;
    display: flex;
  }

  .text-block-74 {
    width: 100%;
  }

  .lead-to-something-copy {
    height: 270px;
  }

  .ir-image-parallax-3-mobile {
    left: -144px;
  }

  .ir-image-parallax-2-mobile {
    left: 142px;
  }

  .ir-marking-block-mobile {
    width: 85vw;
    margin-top: -49px;
    padding: 19px;
  }

  .div-block-255 {
    margin-bottom: -225px;
  }

  .div-block-256 {
    padding-top: 0;
  }

  .feature-blog-article {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .feature-blog-image {
    width: 100%;
    height: 200px;
  }

  .feature-blog-image.may {
    background-position: 0 0, 16% 69%;
    background-size: auto, cover;
  }

  .div-block-260 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .feature-blog-title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 29px;
  }

  .feature-blog-description {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .column-74 {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .column-75 {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .article-image.may2021 {
    height: 100px;
  }

  .article-title {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 33px;
  }

  .article-title.icereality {
    padding-right: 75px;
    font-size: 40px;
    line-height: 40px;
  }

  .article-content {
    justify-content: space-between;
  }

  .article-images {
    width: 50%;
    margin-right: 0;
    padding-right: 22px;
    display: none;
  }

  .ariticle-copy {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-quotation-marks {
    background-image: url('../images/Quotes-top.png');
  }

  .top-quotation-marks.may {
    width: 40px;
    height: 30px;
  }

  .bottom-quote-marks.may {
    width: 60px;
    height: 41px;
  }

  .body-12 {
    background-image: url('../images/Blog-Background.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blog-copy {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .blog-pull-quote.may {
    font-size: 18px;
    line-height: 24px;
  }

  .pull-quote-block {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .author-image.taryn {
    width: 80px;
    height: 80px;
  }

  .div-block-275 {
    width: 120px;
    height: 120px;
  }

  .s9-widget-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-278 {
    margin-left: 8px;
  }

  .author-block-mobile {
    align-items: flex-start;
    margin-top: 21px;
    display: flex;
  }

  .author-copy-mobile {
    text-align: left;
    padding-left: 0;
    padding-right: 232px;
  }

  .video-block-mobile {
    display: flex;
  }

  .video-block-mobile.may {
    background-image: radial-gradient(circle, #0006, #0000001a), url('../images/iPad-Mockup-two.png');
    background-position: 0 0, 50% 80%;
    background-size: auto, cover;
    height: 250px;
  }

  .column-76 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .additional-blog-articles {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-blog-link {
    padding-left: 20px;
  }

  .div-block-279.may {
    border-bottom-width: 1.5px;
    border-left-width: 1.5px;
  }

  .div-block-280 {
    margin-bottom: 50px;
  }

  .instagram, .linkedin, .youtube {
    margin-left: 20px;
    margin-right: 20px;
  }

  .download-icereality-text {
    color: var(--dim-grey);
    margin-bottom: 15px;
    padding-left: 0;
  }

  .button-7 {
    margin-left: 0;
    padding: 5px 15px;
    font-size: 16px;
  }

  .sales-text {
    width: 100%;
    color: var(--dark-grey);
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-right: 15px;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 21px;
  }

  .text-span-73 {
    color: var(--dark-grey);
    font-size: 16px;
    line-height: 15px;
  }

  .blog-divider {
    margin-bottom: 30px;
  }

  .image-102 {
    position: relative;
  }

  .sales-text-block {
    width: 45%;
    padding-left: 0;
  }

  .mobile-icereality-link-block {
    width: 43%;
    display: block;
  }

  .div-block-283 {
    justify-content: space-between;
    margin-bottom: 30px;
    display: flex;
  }

  .div-block-284 {
    background-color: var(--dark-turquoise);
    width: 2px;
    height: 150px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .text-span-74 {
    color: var(--dim-grey);
    text-transform: none;
    font-weight: 700;
  }

  .text-span-74:hover {
    color: var(--dark-turquoise);
  }
}

@media screen and (max-width: 479px) {
  .image {
    margin-left: 6px;
  }

  .container-2 {
    padding-bottom: 3px;
  }

  .nav-search {
    color: #fff;
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 9px;
  }

  .nav-menu {
    background-color: var(--white);
    align-items: stretch;
  }

  .button {
    width: 90vw;
    margin: 21px 0 -1px;
  }

  .button-block {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-menu-button:hover {
    border: 0 #000;
  }

  .mobile-menu-button:active {
    border: 0px none var(--dark-grey);
    background-color: #0000;
    transform: none;
  }

  .mobile-menu-button.w--open {
    border: 0px solid var(--dark-grey);
    background-color: #0000;
    transition: transform .6s cubic-bezier(.6, -.28, .735, .045);
    transform: rotate(90deg);
  }

  .icon, .icon:hover, .icon:active {
    color: var(--dark-grey);
  }

  .section-8.product-expert {
    background-image: linear-gradient(144deg, #16c4c2e6, #514dcbd9), url('../images/Copy-of-Data-Center-005.jpg');
    background-position: 0 0, 62%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 1px;
    padding-bottom: 24px;
  }

  .utility-page-wrap {
    flex-direction: column;
  }

  .paragraph-7 {
    padding-right: 0;
  }

  .heading-10.cas {
    line-height: 34px;
  }

  .pe-paragraph {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-14.privacy {
    padding-top: 30px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .how-hero-heading {
    padding-right: 13px;
    font-size: 22px;
    line-height: 26px;
  }

  .how-hero-copy {
    margin-left: auto;
    padding-left: 12px;
    padding-right: 24px;
  }

  .how-hero-copy.more {
    margin: 20px 7px 20px 9px;
    padding: 11px 17px;
  }

  .text-block-7 {
    margin-top: 2px;
    margin-bottom: 7px;
  }

  .section-20 {
    margin-top: 8px;
  }

  .melts-header {
    margin-top: 12px;
  }

  .contact-us-header {
    letter-spacing: 2%;
    font-size: 49px;
  }

  .contact-us-form-header {
    color: var(--dark-grey);
    font-size: 23px;
  }

  .contact-us-form-header.demo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-73 {
    margin-top: 27px;
    margin-left: 0;
  }

  .submit-button {
    background-color: var(--accidental-anderson-green);
  }

  .form-block {
    padding-right: 0;
  }

  .paragraph-26 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-20 {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 30px;
    line-height: 35px;
  }

  .text-span-12 {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-21 {
    font-size: 140px;
  }

  .text-block-20 {
    margin-top: 59px;
  }

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

  .search-result-item {
    align-items: center;
    padding-top: 0;
  }

  .image-13 {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .div-block-83 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-84 {
    width: 100%;
    margin-top: 9px;
  }

  .search-input-2 {
    font-size: 12px;
  }

  .text-span-14 {
    font-size: 30px;
    line-height: 28px;
  }

  .paragraph-28 {
    margin-top: 6px;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 26px;
  }

  .paragraph-28.patents, .container-32 {
    margin-top: 0;
  }

  .system-requirements-head-copy {
    font-size: 20px;
    line-height: 26px;
  }

  .sr-h2 {
    font-weight: 700;
  }

  .container-33 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .twitter {
    width: 28px;
    margin: 20px 10px;
  }

  .footer-div {
    margin-top: -11px;
  }

  .footer-div.links {
    margin-top: -33px;
  }

  .text-block-26 {
    text-align: center;
    padding-bottom: 11px;
    font-size: 20px;
    line-height: 21px;
  }

  .image-15 {
    left: -14px;
  }

  .home-image {
    height: 200px;
    margin-top: -63px;
  }

  .home-image.who {
    height: 200px;
    left: 0;
  }

  .home-info-div {
    margin-left: auto;
  }

  .home-info-div.why {
    justify-content: space-around;
    margin-top: 0;
    position: static;
  }

  .home-info-div.ic {
    align-self: flex-start;
  }

  .home-paragraph {
    padding: 24px;
  }

  .home-paragraph.why {
    width: 95vw;
    margin-top: -75px;
    margin-bottom: 0;
    padding: 25px 16px 25px 17px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .home-paragraph.ic {
    align-self: flex-start;
    width: 90vw;
    margin-top: 0;
    margin-bottom: 22px;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 12px;
    left: 0;
    right: 0;
  }

  .column-25 {
    margin-top: 14px;
  }

  .header-2 {
    font-size: 25px;
  }

  .header-2.header-front-page {
    font-size: 16px;
    line-height: 19px;
  }

  .div-block-106 {
    background-position: 50%;
    background-size: auto;
    align-self: center;
    width: 90px;
  }

  .slider-4 {
    height: 100vh;
  }

  .section-45 {
    background-position: -67px 0, 0 0;
    background-size: 525px, auto;
    justify-content: flex-end;
  }

  .paragraph-32 {
    padding-left: 33px;
    padding-right: 33px;
    font-size: 30px;
    line-height: 40px;
  }

  .slider-5 {
    width: 100%;
  }

  .div-block-123 {
    align-self: center;
    align-items: center;
    padding-left: 28px;
    padding-right: 28px;
  }

  .why-ice {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .section-52 {
    height: 100vh;
  }

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

  .nav-button.w--current {
    background-color: var(--white);
    color: var(--dark-turquoise);
  }

  .about-hero-header {
    height: 100vh;
  }

  .why-ice-hero {
    height: 100vh;
    margin-bottom: 96px;
  }

  .columns-22 {
    height: 74%;
  }

  .column-46 {
    height: 32%;
    margin-top: 5px;
  }

  .column-47 {
    height: 100%;
  }

  .div-block-126 {
    width: 100%;
    height: 100%;
  }

  .div-block-127 {
    justify-content: flex-start;
    align-self: flex-start;
    width: 100%;
    margin-top: 22px;
  }

  .text-block-43 {
    color: #fff;
    margin-top: 79px;
    padding-right: 0;
  }

  .heading-31 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
  }

  .heading-31.what {
    font-size: 36px;
  }

  .div-block-147, .div-block-151 {
    margin-left: 0;
  }

  .social-image {
    width: 28px;
    margin: 20px 10px;
  }

  .link-block-3 {
    margin-top: 0;
  }

  .link-block-4 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .bold-text-11.what {
    font-size: 50px;
  }

  .paragraph-40 {
    font-size: 16px;
  }

  .text-block-54 {
    align-self: flex-start;
    margin: 24px 0 17px;
  }

  .paragraph.what-mobile {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    font-weight: 400;
  }

  .second-half-footer {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .social-media-icon-block {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-bottom: 2px;
    padding-top: 0;
    padding-left: 23px;
    padding-right: 23px;
  }

  .shf-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .terms-block {
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-left: 0;
  }

  .copyright-block {
    margin-left: 0;
    font-size: 8px;
  }

  .text-block-56 {
    padding-top: 48px;
    padding-bottom: 0;
    font-size: 11px;
  }

  .heading-52 {
    letter-spacing: 1px;
    font-size: 17px;
  }

  .div-block-181 {
    background-color: #e2d028cc;
  }

  .heading-53 {
    width: 81vw;
    font-size: 41px;
  }

  .paragraph-42, .paragraph-43 {
    font-size: 18px;
  }

  .section-64 {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .div-block-184 {
    align-self: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-57 {
    color: var(--white);
    text-align: center;
    font-size: 25px;
  }

  .heading-56 {
    text-align: left;
    margin-bottom: 13px;
    margin-right: 3px;
  }

  .leverage-header {
    padding-left: 38px;
    padding-right: 38px;
  }

  .section-68 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .paragraph-49 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .import-header {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 25px;
  }

  .sketchup-header {
    font-size: 25px;
  }

  .text-span-56 {
    font-size: 16px;
  }

  .section-70 {
    display: none;
  }

  .contact-us-title {
    font-size: 37px;
  }

  .column-64 {
    padding-right: 0;
  }

  .speak-your-mind-header {
    color: var(--white);
    padding-top: 27px;
    font-size: 23px;
  }

  .drop-us-a-line-div-line {
    height: 2px;
    margin-left: 20px;
  }

  .say-hello-button {
    background-color: var(--white);
  }

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

  .container-46 {
    margin-top: 0;
    display: none;
  }

  .section-73 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: none;
  }

  .heading-59 {
    font-size: 25px;
    line-height: 33px;
  }

  .paragraph-50 {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 21px;
  }

  .text-span-58 {
    color: var(--bb-orange);
  }

  .section-74 {
    margin-bottom: 0;
  }

  .column-65 {
    height: 50%;
  }

  .column-66 {
    margin-top: 10px;
  }

  .section-75 {
    display: none;
  }

  .div-block-211 {
    padding-top: 13px;
  }

  .why-image.why {
    align-self: flex-start;
    width: 90%;
    height: 150px;
    margin-top: -1px;
    position: static;
  }

  .what-is-ice-home-header {
    margin-left: 21px;
    font-size: 30px;
  }

  .about-us-home-header {
    text-align: left;
    margin-left: 0;
    font-size: 30px;
  }

  .heading-61 {
    align-self: flex-end;
    padding-right: 13px;
    font-size: 30px;
  }

  .about-us-link-mobile.who {
    width: 90vw;
  }

  .what-is-ice-link-mobile {
    width: 90%;
    font-size: 13px;
  }

  .why-ice-mobile-link {
    width: 90%;
  }

  .what-is-ice-mobile {
    margin-bottom: -20px;
    padding-bottom: 0;
  }

  .what-is-ice-image-mobile {
    height: 300px;
    margin-top: 23px;
  }

  .interactive-vr-block-mobile {
    width: 95vw;
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .what-is-ice-header-mobile {
    margin-top: 15px;
  }

  .what-is-ice-h2-mobile {
    width: 90%;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .what-is-ice-paragraph-mobile {
    white-space: break-spaces;
    width: 90%;
    padding-right: 0;
    font-size: 16px;
  }

  .what-is-ice-div-block-mobile {
    margin-top: -5px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 0;
  }

  .why-ice-mobile {
    padding-top: 0;
  }

  .why-ice-image-mobile {
    height: 300px;
    margin-top: 0;
  }

  .why-ice-header-mobile {
    margin-top: 13px;
  }

  .why-ice-h2-mobile {
    width: 90%;
    font-size: 25px;
    line-height: 30px;
  }

  .why-ice-paragraph-mobile {
    white-space: break-spaces;
    width: 90%;
    padding-right: 26px;
    font-size: 16px;
  }

  .interactive-vr-div-mobile {
    z-index: 5;
    background-color: var(--white);
    width: 0;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 3px;
    position: relative;
  }

  .why-ice-div-block-mobile {
    width: 90%;
    padding-right: 0;
  }

  .why-ice-info-block-mobile {
    width: 95vw;
    padding-bottom: 25px;
  }

  .why-div-color-block-mobile {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .about-ice-mobile {
    margin-bottom: 0;
    padding-top: 0;
  }

  .about-ice-image-mobile {
    height: 300px;
    margin-top: 0;
  }

  .why-ice-info-block-mobile-copy {
    width: 95vw;
    padding-bottom: 0;
  }

  .about-div-color-block-mobile {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .about-us-h2-mobile {
    width: 100%;
    padding-right: 16px;
    font-size: 25px;
    line-height: 30px;
  }

  .about-us-header-mobile {
    margin-top: 13px;
  }

  .about-us-paragraph-mobile {
    white-space: break-spaces;
    width: 90%;
    font-size: 16px;
  }

  .about-us-mobile-link {
    width: 90%;
    margin-bottom: 0;
  }

  .about-us-mobile-link:active {
    border-color: var(--dark-turquoise);
    color: var(--dark-turquoise);
  }

  .text-block-66 {
    font-size: 16px;
  }

  .div-block-tablet {
    display: none;
  }

  .why-ice-title-mobile {
    color: #fff;
    margin-top: 79px;
    padding-right: 0;
  }

  .section-78 {
    background-image: linear-gradient(144deg, #16c4c2e6, #3bd4aecc);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 70vh;
    margin-top: -74px;
  }

  .div-block-212-mobile {
    padding-top: 13px;
  }

  .text-block-43-mobile {
    color: #fff;
    margin-top: 79px;
    padding-right: 0;
  }

  .interactive-vr-mobile {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .interactive-vr-image-mobile {
    height: 300px;
    margin-top: 23px;
  }

  .interactive-vr-header-mobile {
    width: 90%;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .interactive-vr-paragraph-mobile {
    white-space: normal;
    width: 90%;
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .updates-mobile {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .updates-image-mobile {
    height: 300px;
    margin-top: 0;
  }

  .updates-block-mobile {
    width: 95vw;
  }

  .updates-div-mobile {
    z-index: 5;
    background-color: var(--white);
    width: 0;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 3px;
    position: relative;
  }

  .updates-copy-block-mobile {
    margin-top: -5px;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 0;
  }

  .updates-header-mobile {
    width: 90%;
    padding-right: 36px;
    font-size: 25px;
    line-height: 30px;
  }

  .updates-paragraph-mobile {
    white-space: break-spaces;
    width: 90%;
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .lc-mobile-section {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lc-image-mobile {
    height: 300px;
    margin-top: 0;
  }

  .lc-block-mobile {
    width: 95vw;
  }

  .lc-div-mobile {
    z-index: 5;
    background-color: var(--dark-turquoise);
    width: 0;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 3px;
    position: relative;
  }

  .lc-copy-block-mobile {
    margin-top: -5px;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 0;
  }

  .lc-header-mobile {
    width: 90%;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .lc-paragraph-mobile {
    width: 90%;
    padding-right: 21px;
    font-size: 16px;
    font-weight: 400;
  }

  .heading-10-mobile.cas {
    line-height: 34px;
  }

  .heading-10-mobile.cas.product-expert {
    margin-top: 53px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 30px;
    line-height: 35px;
  }

  .pe-paragraph-mobile {
    white-space: break-spaces;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 26px;
  }

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

  .div-block-236 {
    height: 100%;
    padding-top: 29px;
  }

  .heading-31-mobile {
    margin-top: -12px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
  }

  .text-block-58-mobile {
    text-align: center;
    align-self: center;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-mobile {
    margin-bottom: 6px;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .custom-product-section-mobile {
    margin-top: -65px;
    margin-bottom: -20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .custom-products-image-mobile {
    height: 250px;
    margin-top: 105px;
  }

  .custom-products-block-mobile {
    width: 95vw;
  }

  .custom-products-header-mobile {
    width: 90%;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .custom-products-paragraph-mobile {
    width: 90%;
    padding-right: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .custom-products-copy-blockmobile {
    margin-top: -5px;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 0;
  }

  .custom-products-div-block-mobile {
    z-index: 5;
    background-color: var(--white);
    width: 0;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 3px;
    position: relative;
  }

  .s-a-image-mobile {
    height: 250px;
    margin-top: 23px;
  }

  .s-a-section-mobile {
    margin-top: -29px;
    margin-bottom: -20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .s-a-header-mobile {
    width: 90%;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .s-a-copy-block-mobile {
    width: 95vw;
  }

  .s-a-paragraph-mobile {
    width: 90%;
    padding-right: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .s-a-div-mobile {
    z-index: 5;
    background-color: var(--dark-turquoise);
    width: 0;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 3px;
    position: relative;
  }

  .visualize-section-mobile {
    margin-top: -29px;
    margin-bottom: -20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .visualize-image-mobile {
    height: 250px;
    margin-top: 23px;
  }

  .visualize-copy-block-mobile {
    width: 95vw;
  }

  .visualize-header-mobile {
    width: 90%;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .visualize-paragraph-mobile {
    width: 90%;
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .visualize-div-mobile {
    z-index: 5;
    background-color: var(--white);
    width: 0;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 3px;
    position: relative;
  }

  .visualize-copy-block-mobile-2, .updates-copy-block-mobile-2 {
    margin-top: -5px;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 0;
  }

  .experience-section-mobile {
    margin-top: -29px;
    margin-bottom: -20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .experience-image-mobile {
    height: 250px;
    margin-top: 23px;
  }

  .experience-colour-block-mobile {
    width: 95vw;
  }

  .experience-copy-block-mobile {
    margin-top: -5px;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 0;
  }

  .experience-header-mobile {
    width: 90%;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .experience-paragraph-mobile {
    width: 90%;
    padding-right: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .experience-div-bar-mobile {
    z-index: 5;
    background-color: var(--ursula-purple);
    width: 0;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 3px;
    position: relative;
  }

  .div-block-mobile {
    display: flex;
  }

  .paragraph-43-mobile-quote {
    color: var(--dark-grey);
    padding-left: 34px;
    padding-right: 34px;
    font-family: sofia-pro, sans-serif;
    font-size: 18px;
    line-height: 23px;
    position: static;
    transform: none;
  }

  .div-block-237 {
    background-image: url('../images/Artboard-3Quotations.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50px;
    margin-bottom: -32px;
  }

  .div-block-238 {
    background-image: url('../images/Artboard-3-copyQuotations.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 50px;
  }

  .icecubes-section-mobile {
    margin-top: -29px;
    margin-bottom: -20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .icecubes-image-mobile {
    height: 250px;
    margin-top: 37px;
  }

  .icecube-colour-block-mobile {
    width: 95vw;
  }

  .icecubes-copy-block-mobile {
    margin-top: -5px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icecubes-header-mobile {
    width: 90%;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .icecubes-paragraph-mobile {
    width: 90%;
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .icecubes-div-mobile {
    z-index: 5;
    background-color: var(--varia-suit-gold);
    width: 0;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 3px;
    position: relative;
  }

  .dirtty-section-mobile {
    align-items: center;
    margin-top: -29px;
    margin-bottom: -20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dirtty-image-mobile {
    height: 250px;
    margin-top: 23px;
  }

  .dirtty-colour-block-mobile {
    width: 95vw;
    padding-left: 28px;
  }

  .dirtty-copy-block-mobile {
    margin-top: -5px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dirtty-header-mobile {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .dirtty-div-mobile {
    z-index: 5;
    background-color: var(--vision-of-maroon);
    width: 0;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 3px;
    position: relative;
  }

  .div-block-239 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-55-mobile {
    font-size: 40px;
    line-height: 37px;
  }

  .about-hero-div-mobile {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .paragraph-35-mobile {
    padding-left: 23px;
    padding-right: 23px;
    font-size: 16px;
  }

  .about-us-copy-2-block-mobile {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .calgary-image-mobile {
    width: 100%;
    height: 365vh;
    margin-top: 0;
    top: 0;
  }

  .div-block-240 {
    background-image: linear-gradient(#fd8606e6, #842a52e6), url('../images/Calgary-2-Black-and-White--small.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-self: flex-start;
    width: 90%;
    height: 150px;
    box-shadow: 8px 8px 20px -3px #00000042;
  }

  .we-re-ice-edge-mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 43px;
    display: flex;
  }

  .we-re-ice-edge-copy-mobile {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ice-edge-copy-mobile {
    font-size: 28px;
    line-height: 34px;
  }

  .ice-edge-paragraph-mobile {
    white-space: break-spaces;
    padding-bottom: 13px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 26px;
  }

  .slc-image-mobile-2 {
    background-image: linear-gradient(#842a52e6, #ef3842e6), url('../images/SLC-Black-and-White.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-self: flex-end;
    width: 90%;
    height: 150px;
    box-shadow: 8px 8px 20px -3px #00000042;
  }

  .columns-32 {
    margin-bottom: 0;
  }

  .request-a-demo-section-mobile {
    display: block;
  }

  .div-block-241 {
    background-color: var(--white-smoke);
    padding-top: 13px;
    padding-bottom: 23px;
  }

  .div-block-242 {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .contact-us-form-header-mobile {
    color: var(--dark-grey);
    font-size: 23px;
  }

  .div-block-196-mobile {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block-mobile {
    margin-top: 20px;
    padding-right: 0;
  }

  .text-block-60-mobile {
    text-align: center;
    padding-left: 0;
  }

  .text-block-59-mobile {
    text-align: center;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-73-mobile {
    margin-top: 16px;
    margin-left: 0;
    padding-bottom: 0;
  }

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

  .container-44-mobile {
    background-image: url('../images/ST8_3977_small.png');
    background-position: 23%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -44px;
  }

  .div-block-201-landscape-mobile {
    background-image: linear-gradient(144deg, #ef3842cc, #4c2d8e99 60%);
    margin-left: 9px;
    top: -16px;
    left: 2px;
  }

  .list-3 {
    padding-left: 19px;
  }

  .container-50 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .image-12-mobile {
    align-self: center;
    margin-left: 30px;
  }

  .empty-state {
    margin-bottom: 54px;
    font-family: sofia-pro, sans-serif;
  }

  .body-11 {
    overflow: hidden;
  }

  .image-25 {
    margin-top: 0;
  }

  .text-block-69-mobile {
    text-align: center;
    margin-bottom: 58px;
    font-size: 18px;
    display: none;
  }

  .text-block-69-mobile-2 {
    text-align: center;
    margin-bottom: 58px;
    font-size: 22px;
    line-height: 27px;
    display: block;
  }

  .what-is-ice-block-mobile {
    background-color: var(--white);
    background-image: none;
    width: 95vw;
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .what-is-ice-div-color-mobile {
    z-index: 5;
    background-color: var(--dark-turquoise);
    width: 0;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 3px;
    position: relative;
  }

  .paragraph-51-mobile {
    font-size: 14px;
  }

  .error-message-2 {
    background-color: #ef3842cc;
  }

  .success-message-4 {
    background-color: #0000;
    background-image: linear-gradient(144deg, var(--red-shirt-red), var(--prince-purple));
    font-family: sofia-pro, sans-serif;
  }

  .text-span-63 {
    font-size: 16px;
    font-weight: 700;
  }

  .error-message-4 {
    background-color: var(--red-shirt-red);
  }

  .text-block-73 {
    font-family: sofia-pro, sans-serif;
  }

  .text-span-64 {
    font-size: 16px;
    font-weight: 900;
  }

  .what-is-ice-hero {
    height: 100vh;
    margin-bottom: 96px;
  }

  .heading-67 {
    z-index: 3;
    color: var(--white);
    text-align: center;
    padding-right: 0;
    position: static;
  }

  .button-5 {
    margin-left: 21px;
  }

  .columns-34 {
    flex-direction: column;
  }

  .bottom-image-mobile {
    background-image: linear-gradient(#67676770, #67676770), url('../images/DSC04172-V01_color-change_small.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .discover-why-mobile {
    z-index: 3;
    color: var(--white);
    text-align: center;
    margin-top: 0;
    padding-left: 19px;
    padding-right: 19px;
    position: static;
  }

  .see-our-vision-button-mobile {
    border-color: var(--white);
    color: var(--white);
    align-self: center;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .section-79 {
    display: none;
  }

  .section-80 {
    display: block;
  }

  .lead-to-about-section {
    display: none;
  }

  .lead-to-about-columns {
    flex-direction: column;
  }

  .to-about-text {
    z-index: 3;
    color: var(--white);
    text-align: center;
    padding-right: 0;
    position: static;
  }

  .to-about-button {
    margin-left: 21px;
  }

  .lead-to-about-mobile {
    display: none;
  }

  .lead-to-about-mobile-image {
    background-image: linear-gradient(#514dcbc7, #514dcbc7), url('../images/DSC04110_Small.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .to-about-copy-mobile {
    z-index: 3;
    color: var(--white);
    text-align: center;
    margin-top: 0;
    padding-left: 17px;
    padding-right: 17px;
    font-family: sofia-pro, sans-serif;
    font-size: 19px;
    position: static;
  }

  .to-about-button-mobile {
    border-color: var(--white);
    color: var(--white);
    align-self: center;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .to-about-button-mobile.w--current {
    font-family: sofia-pro, sans-serif;
  }

  .to-about-button-mobile.w--current:hover {
    border-color: var(--dark-turquoise);
    color: var(--dark-turquoise);
  }

  .to-about-button-mobile.w--current:active {
    background-color: var(--dark-turquoise);
    color: var(--white);
  }

  .lead-to-what-columns {
    flex-direction: column;
  }

  .to-what-button {
    margin-left: 21px;
  }

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

  .to-about-text-tablet, .to-about-text-landscape, .to-what-copy, .to-what-copy-tablet {
    z-index: 3;
    color: var(--white);
    text-align: center;
    padding-right: 0;
    position: static;
  }

  .to-what-image-mobile {
    background-image: linear-gradient(#842a52c2, #842a52c2), url('../images/Chicago-Experience---Fixed-and-Sized.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .to-what-copy-mobile {
    z-index: 3;
    color: var(--white);
    text-align: center;
    align-self: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: sofia-pro, sans-serif;
    font-size: 19px;
    position: static;
  }

  .to-what-button-mobile {
    border-color: var(--white);
    color: var(--white);
    align-self: center;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .to-what-button-mobile:hover {
    border-color: var(--varia-suit-gold);
    color: var(--varia-suit-gold);
  }

  .to-what-button-mobile:active {
    background-color: var(--varia-suit-gold);
    color: var(--white);
  }

  .to-what-button-mobile.w--current {
    font-family: sofia-pro, sans-serif;
  }

  .to-what-button-mobile.w--current:hover {
    border-color: var(--dark-turquoise);
    color: var(--dark-turquoise);
  }

  .to-what-button-mobile.w--current:active {
    background-color: var(--dark-turquoise);
    color: var(--white);
  }

  .icerealityimage {
    width: 100%;
    height: 365vh;
    margin-top: 0;
    top: 0;
  }

  .icereality-intro.second {
    margin-bottom: 30px;
    padding-top: 6px;
  }

  .ir-second-intro {
    font-size: 25px;
    line-height: 33px;
  }

  .ir-paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 21px;
  }

  .ir-hero-header {
    height: 100vh;
  }

  .section-73-copy {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: none;
  }

  .heading-mobile {
    padding-right: 0;
    font-size: 32px;
    line-height: 30px;
  }

  .icereality-intro-mobile {
    padding-right: 0;
    font-size: 16px;
  }

  .bold-text-13-mobile {
    color: var(--dark-turquoise);
  }

  .container-53 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .ir-middle-first-image {
    background-image: linear-gradient(to bottom, var(--dark-turquoise), #3bd4aeb3), url('../images/For-Britt-02-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-self: flex-start;
    width: 90%;
    height: 150px;
    box-shadow: 8px 8px 20px -3px #00000042;
  }

  .ir-middle-marketing-mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 43px;
    display: flex;
  }

  .ir-middle-mark-mobile {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ir-middle-mark-header-mobile {
    font-size: 28px;
    line-height: 34px;
  }

  .ir-middle-mark-div {
    background-color: var(--dark-turquoise);
  }

  .ir-middle-mark-paragraph-mobile {
    white-space: break-spaces;
    padding-bottom: 13px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 26px;
  }

  .ir-middle-mark-second-image {
    background-image: linear-gradient(#e2d028e6, #edff4099), url('../images/For-Britt-03.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-self: flex-end;
    width: 90%;
    height: 150px;
    box-shadow: 8px 8px 20px -3px #00000042;
  }

  .ir-marketing-mobile {
    margin-top: -29px;
    margin-bottom: -20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-span-ir {
    color: var(--dark-turquoise);
  }

  .lead-to-something-copy {
    flex-direction: column;
  }

  .ir-image-parallax-3-mobile {
    width: 150px;
    height: 150px;
    left: 16px;
  }

  .ir-image-parallax-2-mobile {
    background-image: linear-gradient(#16c4c2cc, #edff40cc), url('../images/ICEvr-for-Everyone-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 200px;
    height: 200px;
    top: -69px;
    left: 117px;
  }

  .ir-image-parallax-1-mobile {
    z-index: 3;
    width: 100px;
    height: 100px;
    top: -152px;
    bottom: 151px;
    left: 41px;
  }

  .ir-marking-block-mobile {
    width: 100vw;
    margin-top: 39px;
    margin-bottom: 0;
  }

  .div-block-255 {
    width: 100%;
    margin-top: 29px;
  }

  .feature-blog-article {
    margin: 10px 0 0;
  }

  .feature-blog-image {
    height: 150px;
  }

  .text-block-75 {
    color: var(--dark-grey);
    margin-right: 0;
  }

  .div-block-260 {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-76 {
    font-size: 10px;
  }

  .feature-blog-title {
    margin-top: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .feature-blog-description {
    line-height: 21px;
  }

  .div-block-267 {
    height: 120px;
  }

  .section-81 {
    padding-bottom: 24px;
    overflow: hidden;
  }

  .article-image {
    height: 123px;
  }

  .article-title {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 34px;
    line-height: 36px;
  }

  .article-title.icereality {
    text-align: left;
    padding-left: 15px;
    padding-right: 0;
    font-size: 31px;
    line-height: 33px;
  }

  .ariticle-copy {
    width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-quotation-marks {
    background-image: url('../images/Quotes-top.png');
  }

  .bottom-quote-marks {
    width: 40px;
    height: 31px;
  }

  .blog-intro-text {
    font-size: 17px;
    line-height: 23px;
  }

  .body-12 {
    background-position: -999%;
  }

  .blog-copy {
    line-height: 21px;
  }

  .blog-pull-quote {
    font-size: 17px;
    line-height: 23px;
  }

  .blog-pull-quote.may {
    width: 90%;
  }

  .video-block {
    height: 172px;
  }

  .pull-quote-block {
    padding-left: 0;
    padding-right: 0;
  }

  .container-54 {
    object-fit: fill;
    align-items: flex-start;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .s9-widget-wrapper {
    order: -1;
    align-self: flex-start;
  }

  .div-block-277 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .author-copy-mobile {
    padding-right: 83px;
    font-size: 12px;
    line-height: 19px;
  }

  .video-block-mobile {
    height: 172px;
  }

  .video-block-mobile.may {
    height: 200px;
  }

  .additional-blog-articles {
    margin: 10px 0 0;
  }

  .main-blog-link {
    padding-left: 10px;
  }

  .div-block-279 {
    width: 7px;
    height: 7px;
  }

  .blog-home-link {
    font-size: 12px;
  }

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

  .div-block-280 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .heading-69 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 60px;
    line-height: 60px;
  }

  .instagram, .linkedin, .youtube {
    width: 28px;
    margin: 20px 10px;
  }

  .text-block-85 {
    width: 80%;
    line-height: 16px;
  }

  .div-block-281 {
    width: 15px;
    height: 15px;
    margin-top: 2px;
  }

  .div-block-282 {
    align-items: flex-start;
    padding-left: 10px;
  }

  .button-7 {
    margin-bottom: 30px;
  }

  .feature-blog-read-time {
    margin-right: 0;
  }

  .sales-text-block, .mobile-icereality-link-block {
    width: 100%;
  }

  .div-block-283 {
    flex-direction: column;
  }

  .div-block-284 {
    background-color: var(--light-grey);
    width: 150px;
    height: 1px;
    margin-bottom: 30px;
  }

  .list-10 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tab-element-lvl-2 {
    flex-direction: column;
    margin-top: -84px;
  }

  .text-block-87, .text-block-88 {
    text-align: center;
  }

  .whatsnext-tab-pane {
    margin-left: 10%;
    margin-right: 10%;
  }

  .gradient-section {
    margin-bottom: -176px;
  }

  .whatsnew-tabs-content {
    margin-top: -34px;
    margin-left: 7px;
    margin-right: 7px;
  }
}

#w-node-_04ba32a9-0608-9f83-612d-ce048a57dc82-294c4443 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_30bfe113-c535-e68e-fa83-cd67b08676e5-2f3a06e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cde2c79f-2434-f444-a6c7-116caf1acad8-2f3a06e1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3b76f999-c465-1e07-4b1c-6e2b7637556c-2f3a06e1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4fc15656-08f4-b1e1-122b-ed756a14e480-2f3a06e1 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-adb802b5-1d88-6fbc-031d-70b80a49a9f8-2f3a06e1 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_9554bc1d-1872-f09a-089e-4d6482bb361e-10f23531 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_68970ff3-b740-19cb-2301-2f085b87d7ff-10f23531 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f133ca83-5387-fc70-034c-8b2e6ed040eb-10f23531 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1cad78c0-d930-b952-09fa-7e26a756e7d5-10f23531 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fbef2cdb-ff5f-fa5e-c2b3-b1c85eb19385-10f23531 {
  grid-area: 1 / 2 / 2 / 3;
}


