/*
Theme Name: Dry Ice Solutions
Theme URI: https://dryicesolutions.ca/
Author: DoWP
Author URI: https://dowp.co/
Description: Custom Dry Ice Solutions Website Template
Version: 2026

Dry Ice Solutions WordPress Theme © 2026 DoWP
*/

@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
a {
  text-decoration-skip-ink: auto;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
button {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  appearance: textfield;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 2px;
}
big {
  font-size: 120%;
}
small,
sup,
sub {
  font-size: 80%;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
dd {
  margin-left: 20px;
}
kbd,
tt {
  font-family: courier;
  font-size: 12px;
}
ins {
  text-decoration: underline;
}
del,
strike,
s {
  text-decoration: line-through;
}
dt {
  font-weight: bold;
}
address,
cite,
var {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* Color Styles *****************************************/
.black {
  color: #000;
}
.navy {
  color: #023f67;
}
.blue {
  color: #519cd5;
}
.lt_blue {
  color: #e8f5fd;
}
.white {
  color: #ffffff;
}
.main_blue {
  color: #ffddbc;
}
.grey {
  color: #4a4a4a;
}

.black_bkg {
  background-color: #000;
}
.navy_bkg {
  background-color: #023f67;
}
.blue_bkg {
  background-color: #519cd5;
}
.lt_blue_bkg {
  background-color: #e8f5fd;
}
.white_bkg {
  background-color: #ffffff;
}
.main_blue_bkg {
  background-color: #ffddbc;
}
.grey_bkg {
  background-color: #4a4a4a;
}

/* Font Styles reg 400 semi 600 bold 700 *****************************************/
html {
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #4a4a4a;
}
h1 {
  font-family: "Oxanium", sans-serif;
  font-size: 3.625rem;
  font-weight: 600;
  line-height: 110%;
  color: #fff;
}
h2 {
  font-family: "Oxanium", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 110%;
  color: #519cd5;
}
h3 {
  font-family: "Oxanium", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 120%;
}
h1 span,
h2 span {
  color: #000;
}

body {
  overflow-x: hidden;
}
.df_txt,
p,
body {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
}
p.highlight {
  font-family: "Oxanium", sans-serif;
  font-weight: 500;
  color: #000;
}
.h4_txt {
  font-size: 1.5rem;
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  color: #000;
}
.lg_txt {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 155%;
}
.sm_txt {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 130%;
}
.long {
  overflow-wrap: break-word;
  hyphens: auto;
}
caption {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 120%;
}
.df_txt,
p,
.lg_txt,
.sm_txt {
  margin-bottom: 20px;
}
p.last-child {
  margin-bottom: 0px;
}

location,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5rem;
}
location {
  bottom: -0.25rem;
}

/* Link + Button Styles *****************************************/
a {
  color: #519cd5;
}
a:hover {
  color: #023f67;
  text-decoration: underline;
}
.btn {
  font-family: "Oxanium", sans-serif;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding: 11px 25px 8px;
  text-decoration: none !important;
}
.btn span {
  color: #519cd5 !important;
  text-transform: uppercase;
  font-size: 1.125rem;
}
.btn.white {
  color: #000 !important;
  background: #fff;
  border: 1px solid #000;
}
.btn.white:hover {
  color: #fff !important;
  background: #000;
  border: 1px solid #000;
}

.btn.outline_w {
  color: #fff !important;
  background: transparent;
  border: 1px solid #fff;
}
.btn.outline_w span {
  color: #fff !important;
}
.btn.outline_w:hover {
  color: #000 !important;
  background: #fff;
}
.btn.outline_w:hover span {
  color: #000 !important;
}

.btn.outline {
  color: #000 !important;
  background: transparent;
  border: 1px solid #000;
}
.btn.outline:hover {
  color: #fff !important;
  background: #000;
}

.has_icon img {
  width: 20px;
  vertical-align: sub;
  margin-right: 5px;
}
a:hover,
a:hover img,
a:hover span,
input[type="submit"]:hover,
button:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Layout Styles *****************************************/
.clear {
  clear: both;
}
.invisible {
  position: absolute;
  top: -1000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.temp-hide {
  display: none !important;
}

.cushion {
  padding: 80px 0px;
}
.cushion-lg {
  padding: 120px 0px;
}
.cushion-sm {
  padding: 40px 0px;
}
.cushion-top {
  padding-top: 80px;
}
.cushion-sm-top {
  padding-top: 40px;
}
.cushion-lg-top {
  padding-top: 120px;
}
.cushion-btm {
  padding-bottom: 80px;
}
.cushion-sm-btm {
  padding-bottom: 40px;
}
.cushion-lg-btm {
  padding-bottom: 120px;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
}
.aligncenter {
  display: inline-block;
  margin: auto;
  padding: 10px;
}

img.alignleft {
  float: left;
  max-width: 100%;
  margin: 0px 20px 20px 0px;
}
img.alignright {
  float: right;
  max-width: 100%;
  margin: 0px 0px 20px 20px;
}
img.aligncenter {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}

section.full {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
}
.container-lg {
  margin: auto;
  display: block;
  position: relative;
  zoom: 1;
  width: 1634px;
}
.container {
  margin: auto;
  display: block;
  position: relative;
  zoom: 1;
  width: 1436px;
}
.container-sm {
  margin: auto;
  display: block;
  position: relative;
  zoom: 1;
  width: 1200px;
}
.container-fluid {
  margin: auto;
  display: block;
  position: relative;
  zoom: 1;
  width: 96%;
}
.container-full {
  margin: auto;
  display: block;
  position: relative;
  zoom: 1;
  width: 100%;
}

.img-fluid {
  max-width: 100%;
}
.flex {
  display: table-cell;
  display: flex;
  display: -ms-flexbox;
}
.full-center {
  align-items: center;
  justify-content: center;
}

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

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 5px 0px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
  height: auto;
}

.wide {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

strong,
.bold {
  font-weight: 600;
}
em,
.italic {
  font-style: italic;
}

ol,
ul {
  margin-top: 20px;
  margin-left: 40px;
  margin-bottom: 30px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}

/* Header Styles *****************************************/
#headerTop {
  background: #489bd5;
  padding: 5px 0px;
}
#headerTop .container {
  justify-content: space-between;
  align-items: center;
}
#headerTop .col {
  width: 49%;
}
#headerTop .col:last-child {
  text-align: right;
}
#headerTop p {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0px;
  display: inline-block;
  font-weight: 300;
}
#headerTop .col:first-child p:first-child:before {
  content: "";
  display: inline-block;
  background: url(images/icons/phone_w.png);
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
#headerTop .col:first-child p:last-child:before {
  content: "";
  display: inline-block;
  background: url(images/icons/location_w.png);
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
#headerTop .col:last-child p:before {
  content: "";
  display: inline-block;
  background: url(images/icons/info.png);
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
#headerTop .col:first-child p:last-child {
  margin-left: 40px;
}
#headerTop p a {
  color: #fff;
  text-decoration: none;
}
#headerTop p a:hover {
  text-decoration: underline;
}

#logoNav {
  background: #fff;
  padding: 20px 0px;
}
#logoNav .container {
  justify-content: space-between;
  align-items: center;
}
#logoNav .logo {
  width: 15%;
}
#logoNav .logo img {
  display: block;
  width: 100%;
}

#logoNav nav {
  text-align: right;
  width: 85%;
}
#logoNav nav ul {
  display: inline-block;
  margin: 0px;
}
#logoNav nav ul li {
  display: inline-block;
  margin-left: 30px;
}
#logoNav nav ul li a {
  color: #000;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
#logoNav nav ul li a:hover,
#logoNav nav ul li.current-menu-item a {
  color: #519cd5;
  border-color: #519cd5;
}
#logoNav nav ul li.btn {
  padding: 0px;
}
#logoNav nav ul li.btn a {
  padding-bottom: 8px;
  border-color: #000;
  border: 1px solid #000;
  padding: 15px 25px 13px;
}
#logoNav nav ul li.btn a:hover {
  background: #000;
  color: #fff !important;
}

/* Mobile Menu Styles *****************************************/
.mobileToggle {
  display: none;
}

#toggleMenu {
  width: 40px;
  height: 32px;
  position: absolute;
  right: 0px;
  top: 45px;
  border-radius: 4px;
  padding: 0px;
}
#toggleMenu span:after,
#toggleMenu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
}
#toggleMenu span:after {
  top: 7px;
}
#toggleMenu span {
  position: relative;
  display: block;
  margin-top: 8px;
}
#toggleMenu span,
#toggleMenu span:after,
#toggleMenu span:before {
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
#toggleMenu.opened span {
  background-color: transparent;
}
#toggleMenu.opened span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggleMenu.opened span:after {
  transform: rotate(-45deg) translate(5px, -5px);
}
#toggleMenuTitle {
  position: absolute;
  top: 0px;
  right: 50px;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}

#mobileNav {
  visibility: visible;
  padding: 0px 0px 0px 0px;
  z-index: 99998;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  transition: all 0.5s;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  overflow: auto;
  width: 65%;
  max-width: 275px;
  min-width: 230px;
  background: #000;
  height: 100%;
}
#mobileNav.opened {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
#mobileNav .logo {
  display: block;
  margin: 20px auto;
  text-align: center;
}
#mobileNav .logo img {
  width: 80%;
}
#mobileNav .menu-main-menu-container {
  display: inline;
}
#mobileNav ul {
  list-style: none;
  display: block;
  margin: 20px 0;
}
#mobileNav ul li {
  display: block;
  position: relative;
}
#mobileNav ul li a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  display: block;
  padding: 12px 24px;
}
#mobileNav ul li a:hover,
#mobileNav ul li.current-menu-item a {
  background: #023f67;
}
#mobileNav ul li.btn {
  padding: 0px;
}
#mobileNav .mobile_social {
  display: block;
  margin-left: 24px;
}
#mobileNav .mobile_social a {
  display: inline-block;
  height: 50px;
  margin: 0px 5px;
  border: 1px solid #fff;
  padding: 10px 12px;
}
#mobileNav .mobile_social a img {
  height: 100%;
  vertical-align: middle;
}
#mobileNav .mobile_social a:hover {
  background: #fff;
}

#homeBanner {
  margin-top: 20px;
}

#homeBanner .hero_slider .slide .text_box {
  position: absolute;
  width: 60%;
  background: rgba(72, 155, 213, 0.8);
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
  z-index: 0;
  height: calc(100% + 20px);
  top: -20px;
}

#homeBanner .hero_slider .slide .text {
  position: relative;
  width: 40%;
  padding: 100px 60px;
}

#innerBanner {
  margin-top: 20px;
}

#innerBanner .text_box {
  position: absolute;
  width: 60%;
  background: rgba(72, 155, 213, 0.8);
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
  z-index: 0;
  height: calc(100% + 20px);
  top: -20px;
}

#innerBanner .text {
  position: relative;
  width: 40%;
  padding: 100px 60px;
}

#homeBanner h2 {
  color: #fff;
  font-size: 3.625rem;
  line-height: 110%;
  border: 1px solid #fff;
  padding: 30px;
  display: inline-block;
  margin-bottom: 30px;
}
#homeBanner p {
  color: #fff;
}
#homeBanner .slick-list {
  overflow: visible !important;
}
#homeBanner .slick-dots {
  bottom: 50px;
  right: 125px;
  text-align: right;
}
#homeBanner .slick-dots li button:before {
  background: #fff;
  font-size: 0px;
}
#homeBanner .slick-dots li.slick-active button:before {
  opacity: 1;
}
#homeBanner .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

#homeProducts .container-full {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#homeProducts .product {
  width: 25%;
  padding: 400px 20px 20px 20px;
  text-align: center;
}
#homeProducts .product a {
  width: 80%;
  text-transform: uppercase;
}
#homeProducts .product a span {
  display: block;
  font-size: 2.25rem;
  margin-top: 5px;
}

#homeIntro .container {
  justify-content: space-between;
  align-items: center;
}
#homeIntro .text {
  width: 48%;
}
#homeIntro .img {
  width: 48%;
}
#homeIntro .img img {
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
}
#homeIntro .text h2 {
  margin-bottom: 30px;
}
#homeIntro .text a {
  margin: 3px 10px 3px 0px;
}

#intro {
}
#intro .container {
  justify-content: space-between;
  align-items: center;
}
#intro.appsContent .container,
#intro.indsContent .container {
  justify-content: space-between;
  align-items: flex-start;
}
#intro .container.flipped {
  flex-direction: row-reverse;
}
#intro .text {
  width: 48%;
}
#intro .img {
  width: 48%;
}
#intro .text h2 {
  margin-bottom: 30px;
}
#intro .img img {
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
}

#subContent {
  background: #023f67;
  color: #fff;
  padding: 150px 0px 100px 0px;
  clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
}

#subContent.applications {
  padding: 250px 0px 100px 0px;
  clip-path: polygon(0% 7%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 7%, 100% 0%, 100% 100%, 0% 100%);
}

#subContent h2 {
  color: #fff;
  margin-bottom: 30px;
}
#subContent h2 span {
  color: #519cd5;
}
#subContent p a {
  color: #fff;
}
#subContent p a:hover {
  color: #519cd5;
}
#subContent .buttons {
  margin-top: 30px;
}

#homePartners .list {
  margin-top: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#homePartners .list a {
  width: 25%;
}
#homePartners .list a img {
  width: 50%;
}

#homeQualities {
  background: #e8f5fd;
  padding: 150px 0px;
  clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
  -webkit-clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
}
#homeQualities .list {
  margin-top: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#homeQualities .list .item {
  width: 24%;
  color: #fff;
  padding: 30px;
}
#homeQualities .list .item img {
  width: 60px;
  margin-bottom: 20px;
}
#homeQualities .list .item h3 {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
#homeQualities .list .item p {
  font-size: 1rem;
  line-height: 25px;
}
#homeQualities .list .item:nth-child(1) {
  background: #519cd5;
}
#homeQualities .list .item:nth-child(2) {
  background: #6299be;
}
#homeQualities .list .item:nth-child(3) {
  background: #3279af;
}
#homeQualities .list .item:nth-child(4) {
  background: #003f6c;
}

#homeHeadline {
  background: url(images/blue-ice.jpg) no-repeat center;
  background-size: cover;
  padding: 150px 0px;
  clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
  -webkit-clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
  margin-top: -110px;
}
#homeHeadline h2 {
  font-size: 4.688rem;
  color: #000;
}
#homeHeadline h2 span {
  color: #fff;
}

#homeDifferent .container-full {
  justify-content: space-between;
  flex-wrap: wrap;
}
#homeDifferent .textbox {
  width: 50%;
}
#homeDifferent .textbox .text {
  padding: 80px;
}
#homeDifferent h2 {
  margin-bottom: 30px;
}
#homeDifferent .img {
  width: 50%;
  background: url(images/home-difference.jpg) no-repeat center;
  background-size: cover;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -100px;
}
#homeDifferent .img img {
  display: none;
}

#homeCTAS {
  background: #023f67;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 95%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 95%);
  margin-top: -5px;
}
#homeCTAS .container {
  justify-content: space-between;
  flex-wrap: wrap;
}
#homeCTAS .item {
  width: 49%;
  text-align: center;
  padding: 60px 100px;
}
#homeCTAS .item:first-child {
  background: url(images/dry-ice-faq.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
#homeCTAS .item:last-child {
  background: url(images/safety-training.jpg) no-repeat center;
  background-size: cover;
  color: #4a4a4a;
}
#homeCTAS .item img {
  width: 75px;
  margin-bottom: 20px;
}
#homeCTAS .item h3 {
  margin-bottom: 30px;
  font-weight: 700;
}
#homeCTAS .item:last-child h3 {
  color: #000;
}

#homeAD {
  background: #000;
  margin-top: -40px;
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}
#homeAD .container {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#homeAD .logo {
  width: 20%;
}
#homeAD .logo img {
  width: 100%;
}
#homeAD .text {
  width: 30%;
}
#homeAD .text p {
  color: #fff !important;
}

#map {
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}
#map img {
  width: 100%;
  display: block;
}
#map img.mb {
  display: none;
}
#map a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(2, 63, 103, 0);
}
#map a:hover {
  background: rgba(2, 63, 103, 0.3);
}

#diSelection h2 {
  margin-bottom: 30px;
}
#diSelection h3 {
  margin-bottom: 20px;
}
#diSelection .container {
  justify-content: space-between;
  flex-wrap: wrap;
}
#diSelection .item {
  width: 49%;
  text-align: center;
  padding: 80px 100px;
}
#diSelection .item p {
  margin-bottom: 0px;
}
#diSelection .item .text {
  padding: 40px;
  background: rgba(255, 255, 255, 1);
}
#diSelection .item:first-child {
  background: url(images/nuggets.jpg) no-repeat center;
  background-size: cover;
}
#diSelection .item:last-child .text {
  background: rgba(255, 255, 255, 1);
}
#diSelection .item:first-child h3 {
  color: #519cd5;
}
#diSelection .item:last-child h3 {
  color: #000;
}
#diSelection .item:last-child {
  background: url(images/pellets.jpg) no-repeat center;
  background-size: cover;
}

#youtube {
  clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
}
#youtube img {
  width: 100%;
  display: block;
}
#youtube img.mb {
  display: none;
}
#youtube a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(2, 63, 103, 0);
}
#youtube a:hover {
  background: rgba(2, 63, 103, 0.3);
}

/* Dry Ice Production + Format Page Styles *****************************************/
.dis-inner-banner h1 span {
  display: block;
}
.dis-breadcrumb {
  padding: 18px 0px;
}
.dis-breadcrumb .container {
  font-size: 0.875rem;
}
.dis-breadcrumb a {
  color: #519cd5;
  text-decoration: none;
}
.dis-breadcrumb a:hover {
  text-decoration: underline;
}
.dis-breadcrumb span {
  display: inline-block;
  margin-left: 8px;
}
.dis-breadcrumb span + a,
.dis-breadcrumb span + span {
  margin-left: 8px;
}

.dryice-section .section-heading {
  max-width: 850px;
  margin: 0px auto 40px;
}
.dryice-section .section-heading h2 {
  margin-bottom: 18px;
}
.dryice-section .section-heading p:last-child {
  margin-bottom: 0px;
}
.dryice-section .eyebrow,
#tryUs .eyebrow {
  color: #4fb4de;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 18px;
}
.dryice-section .lede {
  font-size: 1.25rem;
  color: #000;
}
.dryice-intro .container {
  justify-content: space-between;
  align-items: center;
}
.dryice-intro .img {
  width: 42%;
}
.dryice-intro .text {
  width: 52%;
}
.dryice-intro .img img {
  width: 100%;
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 88%, 0% 100%);
}
.dryice-intro .button-row {
  margin-top: 25px;
}
.dryice-intro .button-row .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.dryice-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.dryice-card-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.dryice-card-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.dryice-card-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.dryice-card {
  background: #fff;
  border: 1px solid #d3d3d3;
  padding: 30px;
  color: #4a4a4a;
  min-height: 100%;
  transition: all 0.25s ease-in-out;
}
.dryice-card h3 {
  font-size: 1.45rem;
  color: #023f67;
  margin-bottom: 12px;
}
.dryice-card p:last-child {
  margin-bottom: 0px;
}
section#diSelection .card-description {
  font-size: 15px;
  line-height: 1.65;
  color: #3a4756;
  margin-bottom: 12px;
}
section#diSelection .dryice-link-card span {
  display: inline-block;
  margin-top: 16px;
  color: #4fb4de;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dryice-card .card-description p:last-child {
  margin-bottom: 0px;
}
.dryice-card .card-meta {
  font-size: 13px;
  color: #5a6470;
  font-style: italic;
  margin-bottom: 14px;
  letter-spacing: 0.3px;
}
.dryice-card .uses {
  font-size: 1rem;
}
.dryice-card .card-icon {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 18px;
}
.dryice-card .number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #519cd5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  margin-bottom: 18px;
}
.dryice-card .stat {
  font-family: "Oxanium", sans-serif;
  color: #023f67;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0px;
}
.dryice-link-card {
  display: block;
  text-decoration: none;
}
.dryice-link-card:hover {
  border-color: #4fb4de;
  transform: translateY(-4px);
  box-shadow: 0px 10px 30px rgba(2, 63, 103, 0.14);
  text-decoration: none;
}
.dryice-link-card span {
  display: inline-block;
  color: #519cd5;
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  margin-top: 10px;
}

.dryice-dark-section {
  background: #1f4a66;
  color: #fff;
}
.dryice-dark-section h2,
.dryice-dark-section h3,
.dryice-dark-section p,
.dryice-dark-section li {
  color: #fff;
}
.dryice-dark-section .eyebrow {
  color: #a5daf0;
}
.dryice-dark-section .accent {
  color: #4fb4de;
}
.dryice-dark-section .lede {
  color: #fff;
}
.dryice-process-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: flex-start;
}
.dryice-process-sidebar span {
  color: #4fb4de;
}
.dryice-process-stat {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: baseline;
  gap: 18px;
}
.dryice-process-stat strong {
  font-family: "Oxanium", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  color: #4fb4de;
}
.dryice-process-stat span {
  max-width: 180px;
  font-size: 0.8125rem;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dryice-process-copy p {
  color: rgba(255, 255, 255, 0.86);
}
.dryice-process-copy .lede {
  color: #fff;
}

.dryice-spec-strip {
  background: #023f67;
  color: #fff;
  padding: 45px 0px;
}
.dryice-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.dryice-spec-grid .spec-item {
  border-left: 3px solid #519cd5;
  padding-left: 18px;
}
.dryice-spec-grid .spec-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #b9e2f7;
  font-weight: 700;
}
.dryice-spec-grid .spec-value {
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 0px;
}

.dryice-product-card {
  padding: 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.dryice-product-card .card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  position: relative;
}
.dryice-product-card .card-image-overlay {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #1a1a1a;
  color: #4fb4de;
  padding: 8px 14px;
  font-family: "Oxanium", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dryice-product-card .card-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.dryice-product-card.has-image .card-body {
  border-top: 4px solid #4fb4de;
}
.dryice-product-card .uses {
  padding-top: 16px;
  border-top: 1px solid #e8edf2;
  margin-top: 20px !important;
}

section#productionComparison h2 {
  font-size: 36px;
}

.comparison-summary {
  background: #e9f4fa;
  border-left: 4px solid #4fb4de;
  padding: 18px 22px;
  margin-bottom: 28px;
}
.comparison-summary p:last-child {
  margin-bottom: 0px;
}
.table-scroll {
  width: 100%;
  overflow-x: auto;
}
.dryice-comparison-table {
  width: 100%;
  min-width: 820px;
  background: #fff;
  border: 1px solid #d3d3d3;
}
.dryice-comparison-table th,
.dryice-comparison-table td {
  padding: 18px;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  vertical-align: top;
  text-align: left;
  line-height: 140%;
}
.dryice-comparison-table th {
  font-weight: 700;
  color: #000;
}
.dryice-comparison-table thead th {
  font-family: "Oxanium", sans-serif;
  color: #fff;
  background: #4fb4de;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dryice-comparison-table tbody th {
  background: #f4f7fa;
}
.dryice-comparison-table tbody tr:last-child th,
.dryice-comparison-table tbody tr:last-child td {
  border-bottom: 0px;
}
.dryice-comparison-table th:last-child,
.dryice-comparison-table td:last-child {
  border-right: 0px;
}

.dryice-shipping-bar {
  background: #e9f4fa;
  color: #1a1a1a;
  padding: 22px 0px;
}
.dryice-shipping-bar p {
  color: #1a1a1a;
  font-family: inherit;
  font-size: 1rem;
  line-height: 155%;
  margin-bottom: 0px;
  text-transform: none;
  font-weight: 600;
}
.dryice-shipping-bar strong {
  color: #3b9ac4;
}

.dryice-video-section {
  background: #1f4a66;
  color: #fff;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  position: relative;
}
#youtube.dryice-video-section .container-sm {
  max-width: 1100px;
  text-align: center;
}
#youtube.dryice-video-section .cushion {
  padding: 50px 0px;
}
#youtube.dryice-video-section .video-intro {
  max-width: 720px;
  margin: 0px auto 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 160%;
  font-style: italic;
  text-align: center;
}
#youtube.dryice-video-section a.video-link {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  z-index: 0;
  width: 100%;
  max-width: 1100px;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0px auto;
  overflow: hidden;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
#youtube.dryice-video-section a.video-link:hover {
  background: transparent;
}
#youtube.dryice-video-section a.video-link:after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
#youtube.dryice-video-section a.video-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#youtube.dryice-video-section .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.95);
  color: #1a1a1a;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  padding-left: 4px;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
#youtube.dryice-video-section a.video-link:hover .play-button {
  background: #4fb4de;
  color: #fff;
  transform: translate(-50%, -50%) scale(1.05);
}
#youtube.dryice-video-section .play-button:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid currentColor;
  margin-left: 4px;
}
#youtube.dryice-video-section .video-embed {
  position: relative;
  width: 100%;
  max-width: 1100px;
  aspect-ratio: 16 / 9;
  margin: 0px auto;
  overflow: hidden;
  background: #102f43;
}
#youtube.dryice-video-section .video-embed iframe {
  position: absolute;
  inset: 0px;
  display: block;
  width: 100%;
  height: 100%;
  border: 0px;
}

section#formatSupport h2 span {
  color: #a5daf0;
}

.dryice-support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.dryice-support-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 28px;
  transition: all 0.25s ease-in-out;
  border-top: 3px solid #4fb4de;
}
.dryice-support-card:hover {
  border-color: rgba(79, 180, 222, 0.65);
  transform: translateY(-3px);
}
.dryice-support-card .support-stage {
  font-size: 0.75rem;
  color: #4fb4de;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 14px;
}
.dryice-support-card h3 {
  font-size: 1.2rem;
  margin-bottom: 14px;
}
.dryice-support-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}
.dryice-support-card .support-description p:last-child {
  margin-bottom: 0px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dryice-support-card .support-link {
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-decoration: none;
  gap: 6px;
  color: #4fb4de;
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  margin-top: 8px;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}

.dryice-support-card .support-link::after {
  content: "→";
  transition: transform 0.2s;
}
.dryice-support-card:hover .support-link::after {
  transform: translateX(4px);
}

.dryice-support-section .support-intro {
  max-width: 700px;
  margin: 14px auto 0px;
}
.dryice-support-section .support-intro p {
  color: rgba(255, 255, 255, 0.84);
}

.dryice-faq-list {
  background: #fff;
  border: 1px solid #d3d3d3;
}
.dryice-faq-item + .dryice-faq-item {
  border-top: 1px solid #d3d3d3;
}
.dryice-faq-question {
  width: 100%;
  border: 0px;
  background: #fff;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px;
  text-align: left;
  font-family: "Oxanium", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.dryice-faq-question:hover {
  background: #e8f5fd;
}
.dryice-faq-question .faq-toggle {
  color: #519cd5;
  font-size: 1.8rem;
  line-height: 1;
}
#productionFaq .dryice-faq-question {
  text-transform: uppercase;
}
.dryice-faq-answer {
  padding: 0px 26px 24px;
}
.dryice-faq-answer p {
  font-size: 15px;
}
.dryice-faq-answer p:last-child {
  margin-bottom: 0px;
}
.compare-link-row {
  margin-top: 25px;
  margin-bottom: 0px;
}
.dryice-related-grid-single {
  grid-template-columns: minmax(0, 680px);
  justify-content: center;
}

/* Final dry ice mockup alignment */
.dryice-format-breadcrumb {
  background: #f4f7fa;
  padding: 14px 0px;
  border-bottom: 1px solid #e0e6ed;
}
.dryice-format-breadcrumb .container {
  font-size: 0.8125rem;
  color: #5a6470;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dryice-format-breadcrumb a {
  color: #4fb4de;
  font-weight: 500;
}
.dryice-format-breadcrumb span {
  margin-left: 0px;
}
.dryice-format-breadcrumb span + a,
.dryice-format-breadcrumb span + span {
  margin-left: 0px;
}
.dryice-format-breadcrumb span:last-child {
  color: #1a1a1a;
  font-weight: 500;
}
.dryice-final-hero#innerBanner {
  height: 280px;
  margin-top: 0px;
  overflow: hidden;
  background: #4fb4de !important;
  position: relative;
}
.dryice-final-hero#innerBanner .hero-banner-photo {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  background-image: var(--dryice-hero-image);
  background-size: cover;
  background-position: center;
  background-color: #d8e4ec;
  clip-path: polygon(28% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(28% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.dryice-final-hero#innerBanner .hero-banner-photo:before {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(
    90deg,
    rgba(63, 175, 222, 0.55) 0%,
    rgba(63, 175, 222, 0.15) 30%,
    rgba(63, 175, 222, 0) 60%
  );
}
.dryice-final-hero#innerBanner .text_box {
  display: none;
}
.dryice-final-hero#innerBanner .text {
  position: relative;
  z-index: 2;
  height: 100%;
  width: auto;
  max-width: 1280px;
  margin: 0px auto;
  padding: 0px 60px;
  display: flex;
  align-items: center;
}
.dryice-final-hero#innerBanner h1 {
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0px;
  margin: 0px;
}
.dryice-final-hero#innerBanner h1 span {
  font-size: 2.25rem;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.dryice-format-alt {
  background: #f4f7fa !important;
}
.dryice-comparison.lt_blue_bkg,
#productionFacts.lt_blue_bkg {
  background: #f4f7fa;
}
.dryice-production-intro .container {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.dryice-production-intro .img,
.dryice-production-intro .text {
  width: auto;
}
.dryice-production-intro .img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  clip-path: none;
  -webkit-clip-path: none;
  display: block;
}
.dryice-production-intro .button-row .btn {
  background: #4fb4de;
  color: #ffff !important;
  border: 1.5px solid #4fb4de;
  padding: 14px 32px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.2s;
  cursor: pointer;
}
.dryice-production-intro .button-row .btn:hover {
  background: #3b9ac4;
  border-color: #3b9ac4;
}
.dryice-format-intro .container {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.dryice-format-intro .img,
.dryice-format-intro .text {
  width: auto;
}
.dryice-format-intro .img img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  clip-path: none;
  -webkit-clip-path: none;
  display: block;
}
.dryice-format-intro .button-row .btn {
  background: #4fb4de;
  border-color: #4fb4de;
  color: #fff;
}
.dryice-format-intro .button-row .btn:hover {
  background: #3b9ac4;
  border-color: #3b9ac4;
}

.dryice-format-intro .button-row .btn.outline {
  background: transparent;
  color: #1a1a1a;
  border: 1.5px solid #1a1a1a;
}

.dryice-format-intro .button-row .btn.outline:hover {
  background: #1a1a1a;
  color: white;
}
.dryice-format-industries .section-heading {
  max-width: 760px;
}
.dryice-format-industries .dryice-card {
  padding: 28px 26px;
  border-color: #e0e6ed;
  border-left: 4px solid #4fb4de;
  box-shadow: none;
}
.dryice-format-industries .dryice-card:hover {
  border-color: #4fb4de;
  border-left-color: #1f4a66;
  transform: translateY(-2px);
  box-shadow: 0px 6px 18px rgba(79, 180, 222, 0.12);
}
.dryice-format-industries .dryice-card h3 {
  font-size: 1.125rem;
  color: #1f4a66;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 120%;
}
.dryice-format-industries .dryice-card p {
  font-size: 0.95rem;
  line-height: 160%;
  color: #3a4756;
}

.dryice-format-specs {
  background: #fff;
  color: #1a1a1a;
  padding: 0px;
}
.dryice-format-specs .section-heading {
  margin-bottom: 30px;
}
.dryice-format-specs .dryice-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  background: #fff;
  border: 1px solid #e0e6ed;
}
.dryice-format-specs .spec-item {
  padding: 26px 24px;
  border-left: 0px;
  border-right: 1px solid #e8edf2;
  border-bottom: 1px solid #e8edf2;
}
.dryice-format-specs .spec-item:nth-child(3n) {
  border-right: 0px;
}
.dryice-format-specs .spec-item:nth-last-child(-n + 3) {
  border-bottom: 0px;
}
.dryice-format-specs .spec-label {
  font-family: inherit;
  font-size: 0.6875rem;
  line-height: 120%;
  font-weight: 700;
  color: #4fb4de;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}
.dryice-format-specs .spec-value {
  font-family: "Oxanium", sans-serif;
  font-size: 1.125rem;
  line-height: 130%;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0px;
}

.dryice-format-trust .section-heading {
  max-width: 720px;
}
.dryice-format-trust .dryice-number-card {
  position: relative;
  padding: 56px 24px 28px;
  border-color: #e0e6ed;
  box-shadow: none;
}
.dryice-format-trust .dryice-card .number {
  position: absolute;
  top: 18px;
  left: 24px;
  width: auto;
  height: auto;
  border-radius: 0px;
  background: none;
  color: #4fb4de;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -1px;
  margin: 0px;
}
.dryice-format-trust .dryice-card h3 {
  font-size: 1.0625rem;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 120%;
  font-weight: 700;
}
.dryice-format-trust .dryice-card p {
  font-size: 0.9rem;
  line-height: 160%;
  color: #3a4756;
}

.dryice-format-faq {
  background: #fff !important;
}
.dryice-format-faq .section-heading {
  margin-bottom: 18px;
}
.dryice-format-faq .faq-intro {
  max-width: 720px;
  margin: 0px auto 36px;
  text-align: center;
  color: #3a4756;
  line-height: 165%;
}
.dryice-format-faq .faq-intro p:last-child {
  margin-bottom: 0px;
}
.dryice-format-faq .dryice-faq-list {
  border-color: #e0e6ed;
}
.dryice-format-faq .dryice-faq-question {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.dryice-format-faq .dryice-faq-question:hover {
  background: #f4f7fa;
}

.dryice-format-related .section-heading {
  margin-bottom: 30px;
}
.dryice-format-related .dryice-related-grid-single {
  grid-template-columns: minmax(0, 580px);
}
.dryice-format-related .dryice-link-card {
  padding: 32px 36px;
  border-color: #e0e6ed;
  border-top: 4px solid #4fb4de;
}
.dryice-format-related .dryice-link-card:hover {
  border-color: #4fb4de;
  transform: translateY(-2px);
  box-shadow: 0px 8px 20px rgba(79, 180, 222, 0.12);
}
.dryice-format-related .dryice-link-card h3 {
  font-size: 1.375rem;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dryice-format-related .dryice-link-card .card-meta {
  font-style: italic;
  font-weight: 400;
  color: #5a6470;
}
.dryice-format-related .dryice-link-card span {
  color: #4fb4de;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dryice-format-related .compare-link-row {
  font-size: 0.95rem;
  color: #5a6470;
}
.dryice-format-related .compare-link-row span {
  color: #5a6470;
}
.dryice-format-related .compare-link-row a {
  color: #4fb4de;
  font-weight: 700;
}

#productionFacts .section-heading {
  margin-bottom: 14px;
}
#productionFacts .section-heading > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0px auto 40px;
  color: #3a4756;
  line-height: 160%;
}
#productionFacts .dryice-card-grid {
  max-width: 1100px;
  margin: 0px auto;
  gap: 24px;
}
#productionFacts .dryice-number-card {
  position: relative;
  padding: 32px 28px 26px;
  border-color: #e0e6ed;
  box-shadow: none;
  margin-top: 16px;
}
#productionFacts .dryice-number-card:hover {
  border-color: #4fb4de;
  transform: translateY(-2px);
  box-shadow: 0px 8px 20px rgba(79, 180, 222, 0.12);
}
#productionFacts .dryice-card .number {
  position: absolute;
  top: -16px;
  left: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4fb4de;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0px;
}
#productionFacts .dryice-card h3 {
  font-size: 1.1875rem;
  color: #1f4a66;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 125%;
  margin: 8px 0px 14px;
}
#productionFacts .dryice-card p {
  font-size: 0.90625rem;
  line-height: 165%;
  color: #3a4756;
}
#productionFacts .dryice-card .stat {
  display: inline-block;
  background: #e8f4fa;
  color: #1f4a66;
  padding: 4px 11px;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  margin-top: 14px;
}
#productionFaq .faq-intro {
  max-width: 720px;
  margin: 0px auto 36px;
  text-align: center;
  color: #3a4756;
  line-height: 165%;
}
#productionFaq .faq-intro p:last-child {
  margin-bottom: 0px;
}

#map.dryice-map {
  clip-path: none;
  -webkit-clip-path: none;
}
#map.dryice-map iframe {
  display: block;
}

#tryUs {
  background: #1a1a1a;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#tryUs:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(
      circle at 20% 30%,
      rgba(79, 180, 222, 0.08) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(79, 180, 222, 0.06) 0%,
      transparent 50%
    );
}
#tryUs .try-us-grid {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 70px;
  align-items: center;
}
#tryUs .text,
#tryUs .cta {
  width: auto;
}
#tryUs .cta {
  text-align: left;
}
#tryUs p,
#tryUs li {
  color: #fff;
}
#tryUs .try-us-intro {
  font-size: 1.125rem;
  line-height: 150%;
  margin-bottom: 22px;
}
#tryUs .try-us-intro p:last-child {
  margin-bottom: 0px;
}
#tryUs ul {
  list-style: none;
  margin: 0px 0px 28px 0px;
}
#tryUs .try-us-bullets li {
  position: relative;
  padding: 10px 0px 10px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#tryUs .try-us-bullets li:last-child {
  border-bottom: 0px;
}
#tryUs .try-us-bullets li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 17px;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  background: #4fb4de;
  clip-path: polygon(20% 50%, 0 70%, 40% 100%, 100% 35%, 80% 15%, 40% 60%);
}
#tryUs .try-us-blasters {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.78);
  font-style: italic;
}
#tryUs .try-us-blasters strong {
  color: #fff;
  font-style: normal;
}
#tryUs h2 {
  font-size: 5.25rem;
  line-height: 95%;
  color: #fff;
  margin-bottom: 12px;
}
#tryUs .try-period {
  color: #4fb4de;
}
#tryUs .try-us-tagline {
  font-size: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.5px;
  margin-bottom: 32px;
  font-style: italic;
}
#tryUs .try-us-btn-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  margin-top: 0px;
}
#tryUs .try-us-btn-row .btn {
  margin: 0px;
}
#tryUs .try-us-btn {
  background: #4fb4de !important;
  border: 1.5px solid #4fb4de !important;
  color: #fff !important;
  padding: 16px 36px;
}
#tryUs .try-us-btn:hover {
  background: #3b9ac4 !important;
  border-color: #3b9ac4 !important;
}
.buttons.try-us-btn-row .btn.outline_w:hover {
  background: unset;
  color: #4fb4de !important;
}
.buttons.try-us-btn-row .btn.outline_w a {
  font-size: 22px;
}
.buttons.try-us-btn-row .btn.outline_w a:hover {
  color: #4fb4de !important;
  text-decoration: none;
}
.buttons.try-us-btn-row .btn.outline_w:hover span {
  color: #fff !important;
}

#tryUs .try-us-phone {
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#tryUs .try-us-phone .phone-icon {
  color: #4fb4de !important;
  margin-right: 8px;
  font-size: 22px;
}

#companies .container-full {
  justify-content: space-between;
  flex-wrap: wrap;
}
#companies .item {
  width: 50%;
  text-align: center;
  padding: 80px 100px;
}
#companies .item p {
  color: #fff;
}
#companies .item img {
  width: 50%;
  margin-bottom: 30px;
}
#companies .item .buttons {
  margin-top: 30px;
}
#companies .item .buttons a {
  margin: 3px 5px;
}
#companies .item:first-child {
  background: url(images/di-company-bkg.jpg) no-repeat center;
  background-size: cover;
}
#companies .item:last-child {
  background: url(images/szb-company-bkg.jpg) no-repeat center;
  background-size: cover;
}

#rentals .container {
  justify-content: space-between;
  flex-wrap: wrap;
}
#rentals .item {
  width: 32%;
}
#rentals .item img {
  width: 100%;
  margin-bottom: 30px;
  height: auto;
}
#rentals .item h2 {
  font-size: 1.75rem;
  margin-bottom: 30px;
}

.container.list.uses {
  justify-content: space-between;
  flex-wrap: wrap;
}
.container.list.uses .item {
  width: 32%;
  padding: 30px;
  margin: 10px 0px;
}
.container.list.uses .item:nth-child(6n + 1) {
  background: #b2d3ed;
}
.container.list.uses .item:nth-child(6n + 2) {
  background: #cae7fd;
}
.container.list.uses .item:nth-child(6n + 3) {
  background: #a3d6fd;
}
.container.list.uses .item:nth-child(6n + 4) {
  background: #b4e2f7;
}
.container.list.uses .item:nth-child(6n + 5) {
  background: #89ccff;
}
.container.list.uses .item:nth-child(6n + 6) {
  background: #cfe9ff;
}
.container.list.uses .item h3 {
  font-size: 1.75rem;
  margin-bottom: 30px;
  color: #000;
}
.container.list.uses .item p {
  color: #4a4a4a;
}
.container.list.uses .item a {
  font-family: "Oxanium", sans-serif;
  color: #000;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  font-weight: 600;
}
.container.list.uses .item a:hover {
  border-width: 5px;
}

#intro.indsContent .text article.item a {
  display: block;
  padding: 30px;
  background: #fafafa;
  border: 1px solid #e8f5fd;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none !important;
}

#intro.indsContent .text article.item a h2 {
  color: #023f67 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  font-size: 1.5rem;
}
#intro.indsContent .text article.item a p {
  margin-bottom: 0px;
  text-decoration: none !important;
  color: #4a4a4a !important;
}

#intro.indsContent .text article.item a:hover {
  background: #e8f5fd;
}

.contactInfo .item {
  text-align: center;
  width: 33%;
}

.contactInfo .item img {
  margin: 0px auto 30px auto;
  display: block;
  width: 50px;
}

.contactInfo .item a {
  color: #000;
  font-size: 1.25rem;
  text-decoration: none;
}
.contactInfo .item a:hover {
  text-decoration: underline;
}

/* Footer Styles *****************************************/
footer #footerTop .container {
  justify-content: space-between;
}
footer #footerTop .col {
  width: 22%;
}
footer #footerTop .col:last-child {
  width: 26%;
}
footer #footerTop .col .logo {
  width: 100%;
}
footer #footerTop .col .logo a img {
  display: block;
  width: 200px;
}
footer h2 {
  font-size: 1.375rem;
  color: #000;
  margin-bottom: 20px;
}
footer nav ul {
  list-style: none;
  margin: 0px;
}
footer nav ul li {
  margin-bottom: 5px;
}
footer nav ul li a {
  color: #4a4a4a;
  text-decoration: none;
}
footer nav ul li a:hover {
  text-decoration: underline;
}

footer .col:nth-child(3) a {
  display: inline-block;
  height: 50px;
  margin-right: 10px;
  border: 1px solid #000;
  padding: 10px 12px;
}
footer .col:nth-child(3) a img {
  height: 100%;
  vertical-align: middle;
}
footer .col:nth-child(3) a:hover {
  background: #000;
}

footer .logo {
  margin-bottom: 30px;
}
footer .iconText {
  display: flex;
  align-items: start;
  gap: 5px;
}
footer .col:last-child p a {
  color: #4a4a4a;
  text-decoration: none;
}
footer .col:last-child p a:hover {
  text-decoration: underline;
}
footer .col:last-child .iconText.phone p a {
  font-weight: 600;
  color: #000;
}
footer .col:last-child .iconText .icon {
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin-top: 5px;
}
footer .col:last-child .iconText.location .icon {
  background-image: url(images/icons/location.png);
}
footer .col:last-child .iconText.phone .icon {
  background-image: url(images/icons/phone.png);
}
footer .col:last-child .iconText.email .icon {
  background-image: url(images/icons/email.png);
}

footer #copyright .container {
  border-top: 1px solid #d3d3d3;
  padding: 30px 0px;
}
footer #copyright .container p {
  margin-bottom: 0px;
}

/* Responsive Styles *****************************************/
@media only screen and (max-width: 1650px) {
  .container-lg {
    width: 96%;
  }
}

@media only screen and (max-width: 1470px) {
  .container {
    width: 96%;
  }
  #homeBanner .hero_slider .slide .text {
    padding: 75px 60px;
  }

  #innerBanner .text {
    padding: 60px;
  }

  #homeProducts .product {
    padding: 300px 20px 20px 20px;
  }
  #homeProducts .product a span {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1365px) {
  .container-sm {
    width: 96%;
  }
  #headerTop .col {
    width: 100%;
    text-align: center;
  }
  #headerTop .col:last-child {
    display: none;
  }

  #homeProducts .product {
    padding: 250px 20px 20px 20px;
  }
  #homeProducts .product a span {
    font-size: 1.5rem;
  }

  #diSelection .item {
    padding: 70px;
  }
  #diSelection .item .text {
    padding: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  #mainNav {
    display: none;
  }
  .mobileToggle {
    display: block;
  }

  #logoNav .logo {
    width: 49%;
  }
  #logoNav .logo img {
    width: 200px;
  }
  #logoNav nav {
    text-align: right;
    width: 49%;
  }

  #homeBanner .hero_slider .slide .text {
    padding: 50px 60px;
  }
  #homeBanner h2 {
    font-size: 2rem;
  }

  #innerBanner h1 {
    font-size: 2rem;
  }
  #innerBanner .text {
    padding: 40px 60px;
  }

  #homeProducts .product {
    width: 50%;
    padding: 300px 20px 20px 20px;
  }

  #homeCTAS .item {
    padding: 60px;
  }

  #intro.appsContent .container,
  #intro.indsContent .container {
    flex-wrap: wrap;
  }
  #intro.appsContent .text,
  #intro.indsContent .text,
  #intro.indsContent .img {
    width: 100%;
  }
  #intro.indsContent .img {
    margin-bottom: 20px;
  }

  .dryice-card-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  #tryUs h2 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 989px) {
  #homeIntro .container {
    align-items: flex-start;
  }
  #intro .container {
    align-items: flex-start;
  }

  #homeQualities {
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
  }
  #homeQualities .list .item {
    width: 48%;
    margin: 10px 0px;
  }

  #homeDifferent .textbox {
    width: 100%;
  }
  #homeDifferent .img {
    display: none;
  }

  #homeAD {
    clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
  }
  #homeAD .container {
    align-items: flex-start;
    text-align: center;
  }
  #homeAD .logo {
    width: 100%;
    margin-bottom: 30px;
  }
  #homeAD .logo img {
    width: 30%;
  }
  #homeAD .text {
    width: 100%;
  }
  #homeAD .buttons {
    width: 100%;
    margin-top: 20px;
  }

  #diSelection .item {
    padding: 40px;
  }
  #diSelection .item .text {
    padding: 20px;
  }

  #companies .item {
    padding: 50px 60px;
  }

  #rentals .item {
    width: 100%;
  }
  #rentals .item:nth-child(2) {
    margin: 30px 0px;
  }

  #subContent.applications {
    clip-path: polygon(0% 4%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 4%, 100% 0%, 100% 100%, 0% 100%);
  }
  .container.list.uses .item {
    width: 48%;
  }

  .dryice-card-grid,
  .dryice-card-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .dryice-spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dryice-production-intro .container,
  .dryice-format-intro .container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .dryice-format-specs .dryice-spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dryice-format-specs .spec-item {
    border-right: 1px solid #e8edf2;
    border-bottom: 1px solid #e8edf2;
  }
  .dryice-format-specs .spec-item:nth-child(3n) {
    border-right: 1px solid #e8edf2;
  }
  .dryice-format-specs .spec-item:nth-child(2n) {
    border-right: 0px;
  }
  .dryice-format-specs .spec-item:nth-last-child(-n + 3) {
    border-bottom: 1px solid #e8edf2;
  }
  .dryice-format-specs .spec-item:nth-last-child(-n + 2) {
    border-bottom: 0px;
  }
  .dryice-format-trust .dryice-card-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .dryice-process-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .dryice-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #tryUs .container {
    align-items: flex-start;
  }

  footer .col:nth-child(1) {
    order: 2;
    margin-top: 30px;
  }
  footer .col:nth-child(2) {
    order: 3;
    margin-bottom: 30px;
  }
  footer .col:nth-child(3) {
    order: 4;
  }
  footer .col:nth-child(4) {
    order: 1;
  }
  footer #footerTop .col {
    width: 100% !important;
    text-align: center;
  }
  footer h2 {
    display: none;
  }
  footer #footerTop .container {
    flex-direction: column;
  }

  footer #footerTop .col .logo a img {
    margin: auto;
  }
  footer .iconText {
    justify-content: center;
    align-items: unset;
    flex-direction: column;
  }
  footer .col:last-child .iconText .icon {
    margin: auto;
  }

  footer nav ul li {
    display: inline-block;
    margin: 0px 5px;
  }
  footer nav ul li:before {
    content: "|";
    margin-right: 10px;
  }
  footer nav ul li:first-child:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.25rem;
  }

  .cushion {
    padding: 40px 0px;
  }
  .cushion-lg {
    padding: 60px 0px;
  }
  .cushion-sm {
    padding: 20px 0px;
  }
  .cushion-top {
    padding-top: 40px;
  }
  .cushion-lg-top {
    padding-top: 60px;
  }
  .cushion-sm-top {
    padding-top: 20px;
  }
  .cushion-btm {
    padding-bottom: 40px;
  }
  .cushion-lg-btm {
    padding-bottom: 60px;
  }
  .cushion-sm-btm {
    padding-bottom: 20px;
  }

  .h4_txt,
  .lg_txt {
    font-size: 1.125rem;
  }

  #headerTop .col p strong {
    display: none;
  }

  #homeBanner {
    margin-top: 0px;
  }

  #homeBanner .hero_slider .slide .text_box {
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    top: 0px;
  }

  #homeBanner .hero_slider .slide .text {
    width: 100%;
    padding: 30px;
  }
  #homeBanner .slick-dots {
    bottom: 10px;
    right: 10px;
  }
  #homeBanner .slick-dots li {
    margin: 0px;
  }
  #homeBanner .slick-dots li button:before,
  #homeBanner .slick-dots li button {
    width: 14px;
    height: 14px;
  }
  #homeBanner .slick-list {
    overflow: hidden !important;
  }

  #innerBanner {
    margin-top: 0px;
  }

  #innerBanner .text_box {
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    top: 0px;
  }

  #innerBanner .text {
    position: relative;
    width: 100%;
    padding: 30px;
  }
  .dryice-final-hero#innerBanner {
    height: 240px;
  }
  .dryice-final-hero#innerBanner .hero-banner-photo {
    display: none;
  }
  .dryice-final-hero#innerBanner .text {
    width: 100%;
    min-height: 240px;
    padding: 30px;
  }
  .dryice-final-hero#innerBanner h1 {
    font-size: 2.625rem;
  }
  .dryice-final-hero#innerBanner h1 span {
    font-size: 1.75rem;
  }

  #homeProducts .product {
    width: 100%;
    padding: 300px 20px 20px 20px;
  }

  #homeIntro .container {
    flex-wrap: wrap;
  }
  #homeIntro .text {
    width: 100%;
  }
  #homeIntro .img {
    display: none;
  }

  #intro .container {
    flex-wrap: wrap;
  }
  #intro .text,
  #intro .img {
    width: 100%;
  }
  #intro .img img {
    margin-bottom: 20px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  #subContent {
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
  }

  #homePartners .list a {
    width: 50%;
    margin: 10px 0px;
  }
  #homePartners .list a img {
    width: 50%;
  }

  #homeQualities {
    clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
    -webkit-clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
  }
  #homeHeadline {
    padding: 100px 0px;
    margin-top: -80px;
  }
  #homeHeadline h2 {
    font-size: 2.5rem;
  }

  #homeDifferent .container-full {
    width: 96%;
  }
  #homeDifferent .textbox .text {
    padding-left: 0px;
    padding-right: 0px;
  }

  #homeCTAS .item {
    width: 100%;
    padding: 40px;
  }
  #homeCTAS .item:last-child {
    margin: 30px 0px 40px 0px;
  }

  #homeAD {
    margin-top: -55px;
  }

  #map img.dk {
    display: none;
  }
  #map img.mb {
    display: block;
  }

  #diSelection .item {
    width: 100%;
    padding: 40px;
  }
  #diSelection .item:last-child {
    margin-top: 20px;
  }
  #diSelection .item .text {
    padding: 20px;
  }

  #youtube img.dk {
    display: none;
  }
  #youtube img.mb {
    display: block;
  }

  .dryice-intro .container {
    flex-wrap: wrap;
  }
  .dryice-production-intro .container,
  .dryice-format-intro .container {
    display: grid;
    grid-template-columns: 1fr;
  }
  .dryice-intro .img,
  .dryice-intro .text {
    width: 100%;
  }
  .dryice-intro .img {
    margin-bottom: 25px;
  }
  .dryice-intro .img img {
    clip-path: none;
  }
  .dryice-card-grid,
  .dryice-card-grid-2,
  .dryice-card-grid-3,
  .dryice-card-grid-4 {
    grid-template-columns: 1fr;
  }
  .dryice-spec-grid {
    grid-template-columns: 1fr;
  }
  .dryice-format-specs .dryice-spec-grid {
    grid-template-columns: 1fr;
  }
  .dryice-format-specs .spec-item,
  .dryice-format-specs .spec-item:nth-child(2n),
  .dryice-format-specs .spec-item:nth-child(3n) {
    border-right: 0px;
  }
  .dryice-format-specs .spec-item:nth-last-child(-n + 2) {
    border-bottom: 1px solid #e8edf2;
  }
  .dryice-format-specs .spec-item:last-child {
    border-bottom: 0px;
  }
  .dryice-product-card .card-body {
    padding: 24px;
  }
  .dryice-support-grid {
    grid-template-columns: 1fr;
  }
  .dryice-support-card {
    padding: 24px;
  }
  .dryice-card {
    padding: 24px;
  }
  .dryice-product-card {
    padding: 0px;
  }
  .dryice-faq-question {
    font-size: 1.05rem;
    padding: 18px;
  }
  .dryice-faq-answer {
    padding: 0px 18px 20px;
  }
  .dryice-shipping-bar p {
    font-size: 1.05rem;
  }
  #tryUs .try-us-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #tryUs .container {
    flex-wrap: wrap;
  }
  #tryUs .text,
  #tryUs .cta {
    width: 100%;
  }
  #tryUs .cta {
    text-align: left;
    margin-top: 25px;
  }
  #tryUs h2 {
    font-size: 2.25rem;
  }

  #companies .item {
    width: 100%;
    padding: 40px;
  }

  #rentals .item h2 {
    font-size: 1.25rem;
  }

  .contactInfo {
    flex-wrap: wrap;
  }
  .contactInfo .item {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  #homeQualities {
    padding: 100px 0px;
  }
  #homeQualities .list .item {
    width: 100%;
  }

  #homeAD .logo img {
    width: 50%;
  }
  #homeAD .buttons a {
    margin: 5px 0px;
  }

  #subContent.applications {
    padding: 60px 0px 60px 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .container.list.uses .item {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
}
