<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name:  Ecom Cod Theme
Theme URI:  
Description:  Theme for Ecom Cod. Child theme for the Custom Simple Theme.
Author:  PhilC
Textdomain: ourbestpicks
Author URI:  
Template: custom-theme-cod
Version:  1.2.1
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/
body {
  color: black;
}

a:visited {
  color: #337AB7;
  text-decoration: none;
  cursor: auto;
}

img,
svg {
  vertical-align: middle;
}

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

.top-bar-obi {
  display: flex;
  background-color: red;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 1rem 0.5rem;
  font-size: 1.5rem;
  text-align: center;
}
.top-bar-obi p {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.top-bar-obi button {
  font-family: "Poppins", sans-serif !important;
}

input[type=checkbox] {
  display: none;
}

a:hover {
  cursor: pointer;
}

.margin-bottom-styling {
  margin-bottom: 0rem !important;
}

#obi-template {
  font-family: "Poppins", sans-serif !important;
}
#obi-template button {
  font-family: "Poppins", sans-serif !important;
}
#obi-template button:hover {
  cursor: pointer;
}

.sticky-bottom-button {
  display: none;
}
@media only screen and (max-width: 549px) {
  .sticky-bottom-button {
    display: flex;
    position: sticky;
    bottom: 0;
    background-color: white;
  }
  .sticky-bottom-button a {
    font-size: 2rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1rem auto;
  }
}

.humbuger-menu-mobile {
  display: none;
}
@media (max-width: 915px) {
  .humbuger-menu-mobile {
    text-align: left;
    display: block;
  }
}

.menu-items.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s;
  height: auto;
}

.menu-icon {
  cursor: pointer;
  display: none;
  width: 4rem;
  height: 4rem;
  border: none;
  background-color: transparent;
  position: relative;
  font-size: 3rem;
}
@media (max-width: 915px) and (min-width: 550px) {
  .menu-icon {
    display: inline-block;
  }
}
@media (max-width: 549px) {
  .menu-icon {
    font-size: 2.5rem;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.menu-items {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s, visibility 0s;
  height: 0rem;
}
.menu-items ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-items ul li {
  border-bottom: 0.1rem solid rgba(230, 230, 230, 0.8);
  padding: 1rem;
}
.menu-items ul li a {
  color: #535353;
  font-weight: 500;
  font-size: 1.5rem;
}
.menu-items ul li:first-child {
  border-top: 1px solid rgba(230, 230, 230, 0.8);
}

.custom-navbar .navbar-container .menu-icon {
  cursor: pointer;
  float: right;
  padding: 2.8rem 2rem;
  margin: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: none;
}
@media only screen and (min-width: 668px) {
  .custom-navbar .navbar-container .menu-icon {
    display: block;
  }
}

.top-tablet-button {
  display: none;
}
@media only screen and (max-width: 915px) {
  .top-tablet-button {
    display: flex;
    top: 0.8rem;
    left: 40%;
  }
}
@media only screen and (max-width: 549px) {
  .top-tablet-button {
    display: none;
  }
}

.menu-bar {
  position: sticky;
  top: 0;
  background-color: white;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 3;
}
.menu-bar .menu-bar_centered {
  max-width: 117rem;
  margin: 0 auto;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  height: 6.5rem;
}
@media only screen and (max-width: 915px) {
  .menu-bar .menu-bar_centered {
    align-items: center;
    max-width: none;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 549px) {
  .menu-bar .menu-bar_centered {
    padding: 0rem 0.8rem;
    gap: 0rem;
    justify-content: space-between;
  }
}
.menu-bar_logo {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 55rem;
  flex: 1;
  padding: 0.5rem 0rem;
}
@media (max-width: 549px) {
  .menu-bar_logo {
    display: flex;
    max-width: 100%;
    padding: 0;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  .menu-bar_logo {
    display: flex;
    max-width: 100%;
    padding: 0;
    justify-content: space-around;
  }
}
.menu-bar_logo img {
  height: 6.5rem;
  max-height: -webkit-fill-available;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 29.25rem;
}
@media (max-width: 549px) {
  .menu-bar_logo img {
    height: 5.5rem;
    max-width: 75%;
    margin: 0 auto 0 2.5rem;
  }
}
.menu-bar_menu {
  display: flex;
  flex-direction: row;
  flex: 2;
  width: 100vw;
  font-size: 1.5rem;
  justify-content: flex-end;
}
@media only screen and (max-width: 915px) {
  .menu-bar_menu {
    display: none;
  }
}
.menu-bar_menu #menu__title {
  padding: 2rem 1.5rem;
}
.menu-bar_menu .navbar {
  flex-direction: row;
}
.menu-bar_menu .nav-links {
  display: flex;
  flex-direction: row;
  margin: 0.3rem auto 0;
}
.menu-bar_menu .nav-links li:last-child {
  margin: 0.8rem 1rem;
}
.menu-bar_menu_button {
  padding: 1rem 4rem;
  font-size: 1.5rem;
  width: 100%;
  font-weight: 500;
  color: white;
  border-radius: 3rem;
  border: none;
}
.menu-bar_menu ul {
  list-style-type: none;
}

.section-obi-button {
  padding: 1.2rem 5rem;
  font-weight: 500;
  font-size: 2.25rem;
  color: white;
  border-radius: 3rem;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem;
}
@media (max-width: 549px) {
  .section-obi-button {
    font-size: 1.75rem;
    margin: 2rem 1rem 0rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  .section-obi-button {
    font-size: 2rem;
    margin: 2rem;
    padding: 1.2rem 3rem;
  }
}

.button-cnt {
  text-align: center;
}
.button-cnt .section-obi-button {
  font-size: 2.25rem;
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  .button-cnt .section-obi-button {
    width: 80%;
    margin: 2.2rem auto;
    max-width: 25rem;
  }
}
@media (max-width: 549px) {
  .button-cnt .section-obi-button {
    font-size: 1.75rem;
    margin: 2rem 1rem 0rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.obi-svg-icons {
  width: 28px;
  height: 28px;
  min-width: 28px;
}
@media (max-width: 549px) {
  .obi-svg-icons {
    width: 25px;
    height: 25px;
  }
}

.color-fill-green {
  fill: #1ca200;
}

.color-fill-orange {
  fill: #f96a04 !important;
}

.color-fill-blue {
  fill: #0c4b88 !important;
}

.color-green {
  color: #1ca200;
}

.color-orange {
  color: #f96a04 !important;
}

.color-blue {
  color: #0c4b88 !important;
}

.color-border-orange {
  border-color: #f96a04 !important;
}

.color-border-blue {
  border-color: #0c4b88 !important;
}

.backgound-color-orange {
  background-color: #f96a04;
}

.backgound-color-orange:hover {
  background-color: #983f00;
}

.backgound-color-blue {
  background-color: #0c4b88;
}

.backgound-color-blue:hover {
  background-color: #042d54;
}

#obi-template-container {
  width: 100%;
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
#obi-template-container .obi-template-container_inner {
  max-width: 117rem;
  margin: 0 auto;
  padding: 20px;
}
#obi-template-container .container-section-colored {
  background-color: #f8fbfd;
}
#obi-template-container .container-section-inner {
  max-width: 117rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 1.5rem 2.5rem;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  #obi-template-container .container-section-inner {
    padding: 4.5rem 2rem;
  }
}
#obi-template-container #column-layout {
  flex-direction: column;
}
@media (max-width: 549px) {
  #obi-template-container #column-layout {
    padding: 1rem 2.8rem;
  }
}
#obi-template-container .paragraph-text {
  font-size: 2.25rem;
  padding: 2rem 0rem 1rem 0rem;
  text-align: center;
}
@media (max-width: 549px) {
  #obi-template-container .paragraph-text {
    padding-top: 1rem;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
  }
}
#obi-template-container .large-title {
  font-size: 5.5rem;
  line-height: 7rem;
  font-weight: 600;
  text-align: center;
  color: black;
}
@media (max-width: 549px) {
  #obi-template-container .large-title {
    font-size: 3rem;
    letter-spacing: -2px;
    line-height: 4rem;
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  #obi-template-container .large-title {
    font-size: 4.75rem;
    line-height: 6.5rem;
  }
}
#obi-template-container .section1-content {
  display: flex;
  padding: 2rem 1rem;
  align-items: center;
}
@media (max-width: 549px) {
  #obi-template-container .section1-content {
    flex-direction: column;
    padding: 2rem 0rem 0rem;
  }
}
@media (max-width: 767px) and (min-width: 550px) {
  #obi-template-container .section1-content {
    flex-direction: column;
    padding: 2rem 0rem;
  }
}
@media only screen and (max-width: 915px) and (min-width: 768px) {
  #obi-template-container .section1-content {
    padding: 0rem 0rem;
  }
}
#obi-template-container .section1-content_image {
  flex: 1;
}
#obi-template-container .section1-content_image a {
  display: flex;
  justify-content: center;
}
#obi-template-container .section1-content_image a img {
  max-width: 40rem;
  max-height: 50rem;
}
@media (max-width: 549px) {
  #obi-template-container .section1-content_image a img {
    max-width: 70%;
  }
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  #obi-template-container .section1-content_image a img {
    max-width: 30rem;
    max-height: 40rem;
  }
}
#obi-template-container .section1-content_text {
  flex: 1;
  font-size: 2rem;
  line-height: 1.43;
  color: #374048;
}
@media (max-width: 549px) {
  #obi-template-container .section1-content_text {
    font-size: 1.75rem;
  }
}
#obi-template-container .section1-content_text p {
  padding: 0 1rem;
  margin: 1.5rem 0rem;
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  #obi-template-container .section1-content_text p {
    font-size: 1.75rem;
  }
}
@media (max-width: 549px) {
  #obi-template-container .section1-content_text p {
    padding: 0 0.6rem;
  }
}
#obi-template-container .section1-content_text_repeater {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: black;
  font-weight: 600;
  font-size: 2.25rem;
  padding: 1rem 1rem;
}
#obi-template-container .section1-content_text_repeater p {
  margin: 0rem;
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  #obi-template-container .section1-content_text_repeater {
    padding: 0.6rem;
  }
}
@media (max-width: 549px) {
  #obi-template-container .section1-content_text_repeater {
    font-size: 1.75rem;
    padding: 0.6rem;
  }
}
#obi-template-container .images-row {
  padding: 2rem;
}
@media only screen and (max-width: 549px) {
  #obi-template-container .images-row {
    display: none;
  }
}
#obi-template-container .images-row-small {
  display: none;
}
@media only screen and (max-width: 549px) {
  #obi-template-container .images-row-small {
    display: flex;
    width: 100%;
    padding: 1rem 0rem;
    margin: 0 auto;
    justify-content: center;
  }
}
#obi-template-container .video-container-sec3 {
  display: flex;
  flex-direction: column;
  padding: 0rem 0rem 6rem;
  gap: 2.25rem;
  width: 100%;
}
#obi-template-container .video-container-sec3 iframe {
  width: 100%;
}
#obi-template-container #feautures-product {
  justify-content: flex-start;
}
#obi-template-container .medium-title {
  color: black;
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 549px) {
  #obi-template-container .medium-title {
    line-height: 4rem;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  #obi-template-container .medium-title {
    font-size: 5rem;
  }
}
#obi-template-container .section-3-content {
  display: flex;
  flex-direction: row;
  padding-top: 2rem;
}
@media only screen and (max-width: 768px) {
  #obi-template-container .section-3-content {
    flex-direction: column;
  }
}
#obi-template-container .sec3-button {
  width: 70%;
}
@media (max-width: 549px) {
  #obi-template-container .sec3-button {
    width: -moz-fit-content;
    width: fit-content;
  }
  #obi-template-container .sec3-button .section-obi-button {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  #obi-template-container .sec3-button {
    width: 70%;
  }
}
#obi-template-container .middle-image {
  margin: 1rem;
  max-width: 36rem;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  #obi-template-container .middle-image {
    display: none;
  }
}
#obi-template-container .first-order-image {
  display: none;
}
@media (max-width: 549px) {
  #obi-template-container .first-order-image {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
  }
  #obi-template-container .first-order-image img {
    max-width: 30rem;
    max-height: 35rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 550px) {
  #obi-template-container .first-order-image {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
  }
  #obi-template-container .first-order-image img {
    max-width: 30rem;
  }
}
#obi-template-container .left-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 2;
  width: 35%;
}
@media (max-width: 549px) {
  #obi-template-container .left-column {
    width: auto;
  }
}
@media (max-width: 768px) {
  #obi-template-container .left-column {
    width: auto;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 915px) and (min-width: 769px) {
  #obi-template-container .left-column {
    padding-bottom: 2rem;
  }
}
#obi-template-container .right-column-sec3 {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  flex: 2;
  gap: 2rem;
  width: 35%;
}
@media (max-width: 549px) {
  #obi-template-container .right-column-sec3 {
    width: auto;
  }
}
@media (max-width: 768px) {
  #obi-template-container .right-column-sec3 {
    width: auto;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 915px) {
  #obi-template-container .right-column-sec3 {
    padding-right: 0rem;
  }
}
#obi-template-container .features-rework-divider {
  height: 11px;
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: center;
}
#obi-template-container .left {
  margin-right: auto;
  padding-left: 6.8rem;
}
#obi-template-container .features-rework-divider::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border: 0.2rem solid;
  border-radius: 50%;
}
@media only screen and (max-width: 915px) {
  #obi-template-container .features-rework-divider::before {
    opacity: 0;
  }
}
#obi-template-container .features-rework-divider::after {
  content: "";
  border-top: 0.2rem dotted;
  margin-top: 0.1rem;
  width: 100%;
}
@media only screen and (max-width: 915px) {
  #obi-template-container .features-rework-divider::after {
    opacity: 0;
  }
}
#obi-template-container .text-content-rep {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-start;
}
@media (max-width: 549px) {
  #obi-template-container .text-content-rep {
    gap: 2rem;
  }
}
#obi-template-container .text-content-rep_img {
  max-width: 5rem;
  border-radius: 5rem;
}
#obi-template-container .text-content-rep_img img {
  max-width: 5rem;
  padding: 1rem;
}
@media (max-width: 549px) {
  #obi-template-container .text-content-rep_img img {
    max-width: 4.3rem;
  }
}
#obi-template-container .text-content-rep_text {
  display: flex;
  flex-direction: column;
}
#obi-template-container .text-content-rep .text-title {
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 500;
}
@media (max-width: 549px) {
  #obi-template-container .text-content-rep .text-title {
    font-size: 2.5rem;
  }
}
#obi-template-container .text-content-rep .text-content {
  font-size: 1.75rem;
}
@media (max-width: 549px) {
  #obi-template-container .text-content-rep .text-content {
    font-size: 2rem;
  }
}
#obi-template-container .alternately-container {
  display: flex;
  padding: 4rem 0rem;
  align-items: center;
}
@media (max-width: 549px) {
  #obi-template-container .alternately-container {
    flex-direction: column-reverse;
    padding: 2rem 0rem 0rem;
  }
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  #obi-template-container .alternately-container {
    flex-direction: column-reverse;
    padding: 2rem 0rem;
  }
}
#obi-template-container .alternately-container_textPart {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 3.5rem 0 2rem;
  padding: 0rem 1.5rem;
  color: black;
}
@media (max-width: 549px) {
  #obi-template-container .alternately-container_textPart {
    padding: 0rem;
  }
}
#obi-template-container .alternately-container .text-content {
  font-size: 2rem;
}
@media (max-width: 549px) {
  #obi-template-container .alternately-container .text-content p {
    margin-bottom: 0rem;
  }
}
#obi-template-container .alternately-container .text-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
#obi-template-container .alternately-container_image {
  flex: 1;
  padding: 0rem 1.5rem;
}
@media (max-width: 549px) {
  #obi-template-container .alternately-container_image {
    padding: 0rem;
  }
}
#obi-template-container .alternately-container_image img {
  margin: 2rem 0rem;
}
#obi-template-container .reverse-direction {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 915px) {
  #obi-template-container .reverse-direction {
    flex-direction: column-reverse;
  }
}
#obi-template-container .subtitle-text {
  font-size: 2.2rem;
  color: #333333;
  line-height: 2.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 549px) {
  #obi-template-container .subtitle-text {
    margin-bottom: 1rem;
  }
}
#obi-template-container .paragraph-text-review {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-align: center;
  margin: 1.2rem auto;
  max-width: 83rem;
}
@media (max-width: 549px) {
  #obi-template-container .paragraph-text-review {
    margin: 1.2rem auto;
  }
}
#obi-template-container .paragraph-text-review p {
  margin: 0rem;
}
#obi-template-container .image-container {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 10rem;
  margin: 1.5rem 0 1.1rem;
  -o-object-fit: cover;
  object-fit: contain;
}
#obi-template-container .name-review {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.2rem;
  margin-bottom: 0.5rem;
}
#obi-template-container .profession-text {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 0;
}
#obi-template-container #stars-rev {
  font-size: 3rem;
  color: yellow;
}
#obi-template-container .special-box {
  margin: 6rem 0rem;
  border: dashed 0.4rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  #obi-template-container .special-box {
    margin: 4rem 0rem;
  }
}
@media (max-width: 549px) {
  #obi-template-container .special-box {
    margin: 2rem 0rem;
  }
}
#obi-template-container .special-box_now {
  display: flex;
  flex-direction: column;
  padding: 3rem 0 0;
  width: 100%;
  align-items: center;
  background-color: white;
}
@media only screen and (max-width: 915px) {
  #obi-template-container .special-box_now {
    padding-bottom: 3rem;
  }
}
#obi-template-container .special-box_now_title {
  font-size: 6.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
  text-align: center;
}
@media (max-width: 549px) {
  #obi-template-container .special-box_now_title {
    line-height: 3.3rem;
  }
}
@media only screen and (max-width: 915px) {
  #obi-template-container .special-box_now_title {
    font-size: 3rem;
  }
}
#obi-template-container .special-box_now_subtext {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 500;
  margin: 1.5rem 2.5rem;
}
#obi-template-container .special-box_now_images {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
}
#obi-template-container .special-box_now_images a {
  width: 50%;
}
#obi-template-container .special-box_now_images #sec-6-image {
  display: flex;
  justify-content: center;
}
#obi-template-container .special-box_now_images #sec-6-image img {
  width: 100%;
}
#obi-template-container .special-box_now_images .images-flex {
  width: 50%;
  padding: 0 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#obi-template-container .special-box_now_images .images-flex img {
  max-width: 100%;
  height: auto;
}
#obi-template-container .special-box_now_timer {
  display: flex;
}
#obi-template-container .special-box_limited {
  background-color: #fdf5e6;
  padding: 4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 549px) {
  #obi-template-container .special-box_limited {
    padding: 1.2rem;
  }
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  #obi-template-container .special-box_limited {
    padding: 4rem;
  }
}
#obi-template-container .special-box_limited_title {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 549px) {
  #obi-template-container .special-box_limited_title {
    font-size: 2.5rem;
    line-height: 4rem;
    margin: 0 0 8px;
  }
}
#obi-template-container .special-box_limited .repeater-container {
  display: flex;
  margin: 3rem 0rem;
  padding: 2rem 0 1rem 0;
  gap: 2rem;
  flex-direction: column;
  width: 60%;
}
@media (max-width: 549px) {
  #obi-template-container .special-box_limited .repeater-container {
    margin: 1rem 0rem 2rem;
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  #obi-template-container .special-box_limited .repeater-container {
    width: 100%;
    margin: 0 1.35rem;
  }
}
#obi-template-container .special-box_limited .icon-text-repeater {
  display: flex;
}
#obi-template-container .special-box_limited .icon-text-repeater img {
  width: 2.6rem;
  height: 2.4rem;
}
#obi-template-container .special-box_limited .icon-text-repeater .text-content-styling {
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 400;
  margin-left: 1rem;
  display: block;
}
@media (max-width: 549px) {
  #obi-template-container #limited-offer-button {
    margin: 1rem auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#obi-template-container .counter-wrapper2 {
  flex-direction: row;
}
#obi-template-container .counter-wrapper2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 auto 4rem;
}
@media (max-width: 549px) {
  #obi-template-container .counter-wrapper2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
}
#obi-template-container .counter-wrapper2 .timer-text2 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  padding-right: 5rem;
}
@media (max-width: 549px) {
  #obi-template-container .counter-wrapper2 .timer-text2 {
    padding-right: 0rem;
  }
}
#obi-template-container .counter-wrapper2 .count2 {
  display: flex;
  flex-direction: row;
}
#obi-template-container .counter-wrapper2 .count2 &gt; div span {
  font-size: 3.5rem;
  font-weight: 700;
  display: block;
  line-height: 1;
  width: 100%;
}
#obi-template-container .counter-wrapper2 .count-hours {
  display: flex;
  flex-direction: column;
}
#obi-template-container .counter-wrapper2 .count-mins {
  display: flex;
  flex-direction: column;
  padding: 0 0.8rem;
}
#obi-template-container .counter-wrapper2 .count-secs {
  display: flex;
  flex-direction: column;
}
#obi-template-container .counter-wrapper2 .counter-text-styling {
  flex-grow: 1;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
  position: relative;
}
#obi-template-container .form-container #extra-options-card {
  width: 100%;
  background-color: #fff;
}
#obi-template-container .form-container #extra-options-card .product-extra {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
}
#obi-template-container .form-container #extra-options-card select,
#obi-template-container .form-container #extra-options-card textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#obi-template-container #reviews-testimonials .medium-title {
  font-weight: 600;
}
@media (max-width: 549px) {
  #obi-template-container #reviews-testimonials .medium-title {
    font-size: 3rem;
  }
}
#obi-template-container .subtext-testimonials {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 600;
  margin: 2.5rem 0 4rem;
  text-align: center;
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  #obi-template-container .subtext-testimonials {
    line-height: 4rem;
    padding: 0 0.5rem;
    margin: 2.5rem 2.5rem 4rem;
  }
}
@media only screen and (max-width: 549px) {
  #obi-template-container .subtext-testimonials {
    font-size: 2.25rem;
    line-height: 3rem;
    font-weight: 600;
    text-align: center;
    margin: 25px 0;
  }
}
#obi-template-container .testimonials-repeater-cnt {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 549px) {
  #obi-template-container .testimonials-repeater-cnt {
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  #obi-template-container .testimonials-repeater-cnt {
    padding: 0 0.5rem;
    gap: 3rem;
    margin: 0 2.5rem;
  }
}
#obi-template-container .testimonials-repeater-cnt .testimonial-row {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 915px) {
  #obi-template-container .testimonials-repeater-cnt .testimonial-row {
    flex-direction: column-reverse;
  }
}
#obi-template-container .testimonials-repeater-cnt .testimonial-row .testimonial-image {
  padding: 0 2.5rem 1.5rem 1rem;
}
@media only screen and (max-width: 915px) {
  #obi-template-container .testimonials-repeater-cnt .testimonial-row .testimonial-image {
    padding: 0 2.5rem 1.5rem 0rem;
  }
}
#obi-template-container .testimonials-repeater-cnt .testimonial-row_image {
  -o-object-fit: contain;
     object-fit: contain;
}
#obi-template-container .testimonials-repeater-cnt .testimonial-row_image img {
  max-width: 18rem;
}
@media only screen and (max-width: 915px) {
  #obi-template-container .testimonials-repeater-cnt .testimonial-row_image img {
    max-width: 28rem;
  }
}
#obi-template-container .testimonials-repeater-cnt .testimonial-row_content {
  display: flex;
  flex-direction: column;
}
#obi-template-container .testimonials-repeater-cnt .testimonial-row_content__title {
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 0;
}
#obi-template-container .testimonials-repeater-cnt .testimonial-row_content__text {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.75rem;
}
#obi-template-container .testimonials-repeater-cnt .testimonial-row_content #stars-rev {
  font-size: 1.6rem;
  margin: 0.3rem 0;
}
#obi-template-container .testimonials-repeater-cnt .verified-user {
  font-size: 1.5rem;
  padding-left: 1rem;
}
#obi-template-container .testimonials-repeater-cnt .verified-user i {
  color: forestgreen;
}
#obi-template-container .under-text {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0.3rem;
}
@media (max-width: 549px) {
  #obi-template-container .under-text {
    text-align: center;
  }
}
#obi-template-container .faqs-container {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 915px) {
  #obi-template-container .faqs-container {
    width: 100%;
  }
}
@media (max-width: 549px) {
  #obi-template-container .faqs-container .medium-title {
    font-size: 3rem;
    line-height: 4.5rem;
    text-align: center;
    font-weight: 600;
    margin-top: 0;
  }
}
#obi-template-container .faqs-subtext {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.75rem;
  margin: 2rem 0;
}
#obi-template-container .myaccordion {
  padding: 0 3rem;
  border-radius: 0.5rem;
  overflow: hidden;
  padding-bottom: 1.5rem;
}
@media (max-width: 549px) {
  #obi-template-container .myaccordion {
    padding: 0rem;
  }
}
#obi-template-container .accordion__label__container {
  padding: 1rem;
}
#obi-template-container .myaccordion__label {
  padding: 1.5rem 2rem;
  margin: 0rem;
}
#obi-template-container .myaccordion__label {
  width: 100%;
  text-align: left;
  display: block;
  color: black;
  font-size: 2.1rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
}
@media (max-width: 549px) {
  #obi-template-container .myaccordion__label {
    line-height: 1.1;
    font-size: 2rem;
    padding: 1.5rem;
  }
}
#obi-template-container .myaccordion__label:hover {
  text-decoration: none;
}
#obi-template-container .myaccordion__label_span::before {
  width: 2rem;
  height: 0.4rem;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: inherit;
  transform: rotate(-90deg);
  opacity: 1;
}
@media (max-width: 549px) {
  #obi-template-container .myaccordion__label_span::before {
    width: 1.7rem;
  }
}
#obi-template-container .myaccordion__label::after {
  display: none;
}
#obi-template-container .myaccordion__label_span::after {
  background-color: inherit;
  width: 2rem;
  height: 0.4rem;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  opacity: 1;
  top: 50%;
  transition: opacity 1s ease-in-out;
}
@media (max-width: 549px) {
  #obi-template-container .myaccordion__label_span::after {
    width: 1.7rem;
  }
}
#obi-template-container .myaccordion__content {
  background: #ffffff;
  padding: 0 1.5rem;
  font-size: 2.1rem;
  font-weight: 400;
  opacity: 0;
  text-align: left;
}
#obi-template-container .fa-caret-right {
  size: 1.4rem;
  padding-right: 0.4rem;
}
#obi-template-container .myaccordion__input {
  display: none;
}
#obi-template-container .myaccordion__input:checked ~ .myaccordion__content {
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}
#obi-template-container .myaccordion__input:checked ~ .myaccordion__label {
  color: initial !important;
}
#obi-template-container .myaccordion__input:checked ~ .fa {
  transform: rotate(45deg) !important;
  color: #04414d !important;
}
#obi-template-container .myaccordion__input:checked ~ .myaccordion__label::after {
  display: none;
}
#obi-template-container .myaccordion__input:checked ~ .myaccordion__label .myaccordion__label_span::before {
  opacity: 0 !important;
  transition: opacity 0.5s ease;
}
@media (max-width: 549px) {
  #obi-template-container #faqs-button {
    display: none;
  }
}
#obi-template-container .divider {
  border-bottom: 1px solid;
  color: black;
  max-width: 117rem;
  margin: 0 auto;
}
#obi-template-container .legals-container {
  font-weight: 300;
  font-size: 1.75rem;
}
#obi-template-container .legals-container a {
  color: black;
}
#obi-template-container .legals-container ul {
  list-style: none;
}
@media (max-width: 549px) {
  #obi-template-container .legals-container ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#obi-template-container .legals-container li {
  display: inline-block;
  margin-right: 1rem;
  /* add spacing between items */
}
#obi-template-container .legals-container li::before {
  content: "•";
  float: left;
  padding: 0 1.3rem;
  line-height: 1.5rem;
  display: block;
}
@media (max-width: 549px) {
  #obi-template-container .legals-container li::before {
    display: none;
  }
}
#obi-template-container .legals-container li:first-child::before {
  opacity: 0;
}
#obi-template-container .section7-container {
  background-color: transparent;
  padding: 0 1rem 0;
}
#obi-template-container .bundle-title {
  font-size: 2rem;
}
@media only screen and (max-width: 915px) and (min-width: 550px) {
  #obi-template-container .bundle-title {
    padding: 0 2rem;
  }
}
#obi-template-container .bundle-title pre {
  margin-top: 0px;
}
#obi-template-container #bundles .section-obi-button {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
}
@media screen and (max-width: 915px) and (min-width: 698px) {
  #obi-template-container .bundle-width {
    width: 25rem;
  }
}
#obi-template-container .form-fields-card {
  background-color: white;
}
#obi-template-container .form-container {
  padding-bottom: 0rem;
}
#obi-template-container #form-button {
  margin: 0 auto;
  width: 100%;
  min-height: 55px;
}
#obi-template-container #form-button:hover {
  cursor: pointer;
}
#obi-template-container .footer_boxed_area {
  background-color: transparent;
  margin-top: 0;
}
#obi-template-container .footer-content-style {
  padding: 0 2rem;
}
#obi-template-container .iti {
  width: 100%;
}
@media (max-width: 549px) {
  #obi-template-container .iti {
    margin-left: 0;
    width: auto;
  }
}
#obi-template-container #phone-label-sub {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  font-size: 18px;
  color: grey;
  pointer-events: none;
  transition: all 0.3s ease;
}
#obi-template-container .form-opt2-outter-cnt {
  padding: 20px 0;
}
#obi-template-container .form-opt2-outter-cnt .bundle_option_box {
  margin: 15px 0;
}
#obi-template-container .form-opt2-spacing {
  padding: 20px 0;
}
#obi-template-container #form-opt2 .wrapper-opt2 {
  padding-bottom: initial;
}
#obi-template-container #form-opt2 .form-elements-container {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 26px;
}
@media (max-width: 549px) {
  #obi-template-container #form-opt2 .form-elements-container {
    grid-template-columns: auto;
  }
}
#obi-template-container #form-opt2 .form-elements-container_left {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#obi-template-container #form-opt2 .form-elements-container_left_formBox {
  font-family: "Poppins", sans-serif !important;
  display: flex;
  padding: 16px;
  flex-direction: column;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid;
  border-width: 10px;
  border-color: #8da4ff;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(32, 33, 36, 0.33);
  color: #202124;
  font-size: 16px;
  line-height: 20px;
  height: -moz-fit-content;
  height: fit-content;
  /* Dropdown Button */
  /* Dropdown button on hover &amp; focus */
  /* The container &lt;div&gt; - needed to position the dropdown content */
}
@media (max-width: 549px) {
  #obi-template-container #form-opt2 .form-elements-container_left_formBox {
    flex-direction: column;
    grid-column-gap: 0px;
  }
}
#obi-template-container #form-opt2 .form-elements-container_left_formBox .dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
#obi-template-container #form-opt2 .form-elements-container_left_formBox .dropbtn:hover,
#obi-template-container #form-opt2 .form-elements-container_left_formBox .dropbtn:focus {
  background-color: #2980B9;
}
#obi-template-container #form-opt2 .form-elements-container_left_formBox .dropdown {
  position: relative;
  display: inline-block;
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
}
#obi-template-container #form-opt2 .form-elements-container_left_formBox .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#obi-template-container #form-opt2 .form-elements-container_left_formBox .dropdown .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
#obi-template-container #form-opt2 .form-elements-container_left_formBox .dropdown .dropdown-content a:hover {
  background-color: #ddd;
}
#obi-template-container #form-opt2 .form-elements-container_left_formBox .dropdown .show {
  display: block;
}
#obi-template-container #form-opt2 .form-elements-container_left_formBox_title {
  color: #000;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
}
#obi-template-container #form-opt2 .form-elements-container_left_formBox_inner {
  display: flex;
  padding: 6px;
  flex-direction: column;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbc8ff;
  border-radius: 6px;
  background-color: #dce3ff;
}
#obi-template-container #form-opt2 .form-elements-container .wrapper-opt2 {
  border-radius: 8px;
  color: #202124;
  font-size: 16px;
  line-height: 20px;
}
#obi-template-container #form-opt2 .form-elements-container .wrapper-opt2 .input-data input {
  width: 100%;
  width: -webkit-fill-available;
  font-family: "Poppins", sans-serif !important;
  font-family: inherit;
  min-height: 36px;
  margin-bottom: 0px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbc8ff;
  border-radius: 6px;
  font-size: 16px;
  max-width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
#obi-template-container #form-opt2 .form-elements-container .wrapper-textArea-opt2 {
  border-radius: 8px;
  color: #202124;
  font-size: 16px;
  line-height: 20px;
}
#obi-template-container #form-opt2 .form-elements-container .wrapper-textArea-opt2 .input-data textarea {
  width: 100%;
  width: -webkit-fill-available;
  min-height: 36px;
  margin-bottom: 0px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbc8ff;
  border-radius: 6px;
  font-size: 16px;
}
#obi-template-container #form-opt2 .form-elements-container .button-form-opt2 {
  width: 100%;
  flex-direction: column;
  padding: 30px 0;
}
@media (max-width: 549px) {
  #obi-template-container #form-opt2 .form-elements-container .button-form-opt2 {
    padding: 20px 0;
  }
}
#obi-template-container #form-opt2 .form-elements-container .extra-info-color-box {
  border-style: dashed;
  border-width: 1px;
  border-color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  padding: 15px;
  background-color: #fff4df;
}
#obi-template-container #form-opt2 .form-elements-container_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 10px 0px;
  gap: 20px;
  margin: 0 auto;
  text-align: start;
  max-height: 80%;
}
#obi-template-container #form-opt2 .form-elements-container_content p {
  padding-bottom: 5px;
}
#obi-template-container #form-opt2 .form-elements-container_content .content-title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2em;
}
#obi-template-container #form-opt2 .form-elements-container_content .content-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}
#obi-template-container #form-opt2 .form-elements-container_content .content-image {
  width: 100%;
  max-width: 80%;
  height: auto;
}
#obi-template-container #form-opt2 .form-elements-container .field-grid {
  font-family: "Poppins", sans-serif !important;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-columns: auto;
  grid-template-rows: auto;
}
#obi-template-container #form-opt2 .form-elements-container .field-grid-twocols {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
@media (max-width: 549px) {
  #obi-template-container #form-opt2 .form-elements-container .field-grid-twocols {
    grid-template-columns: auto;
  }
}
#obi-template-container #form-opt2 .form-elements-container .drop-down-title {
  font-size: 20px;
  font-weight: 700;
}
#obi-template-container .align-left {
  align-items: flex-start;
}
#obi-template-container #bundles-drop {
  width: 100%;
  height: 100%;
  min-height: 36px;
  margin-bottom: 0px;
  padding: 8px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbc8ff;
  border-radius: 6px;
  background-color: #fff;
  font-size: 16px;
  line-height: 20px;
}
#obi-template-container #bundles-drop:first-child {
  color: red !important;
}
#obi-template-container #bundles-drop .bundles-drop-default {
  color: lightgray;
}
#obi-template-container .limited-stock-bar {
  display: flex;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  background-image: linear-gradient(180deg, #e4e4e4, #f1f1f1);
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}
#obi-template-container .bar.full {
  padding: 10px;
  border-radius: 4px;
  background-color: #dc6404;
  background-image: linear-gradient(180deg, #ff8425, #dc6404);
  box-shadow: 1px 0 3px 0 rgba(32, 33, 36, 0.33);
  color: #fff;
}
#obi-template-container .product-extra-opt2 {
  width: 100%;
  width: -webkit-fill-available;
  min-height: 36px;
  margin-bottom: 0px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbc8ff;
  border-radius: 6px;
  font-size: 16px;
}
#obi-template-container #extra-options-card {
  width: 100%;
}
#obi-template-container .form-elements-container .form-elements-container_left #color-options-element {
  display: none;
}
#obi-template-container .display-element {
  display: block !important;
}
#obi-template-container .select-options-title-opt2 {
  display: flex;
  font-size: 18px;
  padding: 10px 0;
}
#obi-template-container .courier-info-row-opt2 {
  width: 100%;
  margin: 10px auto 0;
  background-color: white;
  border-radius: 8px;
  justify-content: center;
  box-shadow: 0px 3px 15px rgba(86, 86, 86, 0.49);
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-around;
  padding: 0 5px;
  flex-wrap: wrap;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  #obi-template-container .courier-info-row-opt2 {
    width: 70%;
  }
}
@media (max-width: 549px) {
  #obi-template-container .courier-info-row-opt2 {
    padding: 8px 0;
    width: 80%;
    flex-direction: column;
    gap: 0.5rem;
  }
}
#obi-template-container .guarantee-box {
  width: 100%;
  margin: 10px auto 0;
  background-color: white;
  border-radius: 8px;
  justify-content: center;
  box-shadow: 0px 3px 15px rgba(86, 86, 86, 0.49);
  display: grid;
  grid-template-columns: auto 1.3fr;
  align-items: center;
  gap: 1rem;
  justify-content: space-around;
  padding: 8px;
  max-width: 600px;
}
@media (max-width: 549px) {
  #obi-template-container .guarantee-box {
    grid-template-columns: auto;
    justify-items: center;
  }
}
#obi-template-container .guarantee-box_content {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: inherit;
}
#obi-template-container .guarantee-box_content_text {
  text-align: left;
}
#obi-template-container .guarantee-box_content_check-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 549px) {
  #obi-template-container .guarantee-box_content_check-price {
    align-items: stretch;
  }
}
#obi-template-container .guarantee-box_content_check-price_price {
  font-size: 31px;
  font-weight: 600;
  color: #17A300;
  padding-right: 10px;
}
@media (max-width: 549px) {
  #obi-template-container .guarantee-box_content_check-price_price {
    font-size: 25px;
  }
}
#obi-template-container #guarantee-box_image-input {
  width: 70px;
  height: 70px;
}
#obi-template-container .checkmark-ctn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 549px) {
  #obi-template-container .checkmark-ctn {
    display: flex;
  }
}
#obi-template-container .checkmark-ctn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#obi-template-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  background-color: white;
  border: 1px solid lightgray;
  box-shadow: inset 0px 1px 3px rgba(86, 86, 86, 0.3);
}
#obi-template-container .checkmark-ctn:hover input ~ .checkmark {
  transform: none !important;
}
#obi-template-container .checkmark-ctn input:checked ~ .checkmark {
  background-color: #2196F3;
}
#obi-template-container .guarantee-box_content_check-price label {
  align-items: flex-start;
  font-size: 16px;
}
#obi-template-container .guarantee-box_content_check-price label:hover {
  transform: none;
}
#obi-template-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#obi-template-container .checkmark-ctn input:checked ~ .checkmark:after {
  display: block;
}
#obi-template-container .checkmark-ctn .checkmark:after {
  left: 9.5px;
  top: 5.5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
#obi-template-container .wrapper-textArea-opt2 .input-data textarea {
  width: 100%;
  width: -webkit-fill-available;
  min-height: 36px;
  margin-bottom: 0px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbc8ff;
  border-radius: 6px;
  font-size: 16px;
  color: #004500;
}

#obi-template #form-opt2 .wrapper-opt2 .input-data input {
  font-family: "Poppins", sans-serif !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #646464 !important;
  border-top: none;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.moove-gdpr-infobar-allow-all {
  color: white;
  background-color: #00C249;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.moove-gdpr-infobar-reject-btn {
  background-color: rgba(157, 157, 157, 0.7215686275);
  border: 1px solid #5c5959;
}

button.mgbutton.moove-gdpr-infobar-allow-all:hover {
  transform: scale(1.06);
  color: #3f3f3f !important;
}

button.mgbutton.moove-gdpr-infobar-reject-btn:hover {
  background-color: rgba(157, 157, 157, 0.7215686275) !important;
  color: #5c5959 !important;
}

#cookie-consent-banner {
  /* Basic styling */
  background: #222;
  /* Dark background */
  color: white;
  /* White text */
  padding: 20px;
  /* Some padding */
  position: fixed;
  /* Stick to the bottom */
  bottom: 0;
  left: 0;
  width: 100%;
  /* Full width */
  z-index: 1000;
  /* Ensure it's on top */
}

#cookie-consent-banner button {
  margin: 0 10px;
  padding: 10px;
  color: #222;
  background-color: #fff;
  border: none;
  cursor: pointer;
}

a:link {
  border: none;
  text-decoration: none !important;
}

a:active {
  border: none;
  text-decoration: none !important;
}

a:hover {
  border: none;
  text-decoration: none !important;
}

.add-bundles-gap {
  gap: 40px !important;
}

.add-border-chosen-bundle {
  border-style: solid;
  border-width: 5px;
  border-color: rgb(80, 218, 80);
  transform: scaleX(1);
}

select option:hover {
  color: aqua;
  background-color: yellow !important;
}

html {
  margin-top: 0px !important;
  scroll-behavior: smooth;
}

body {
  margin: 0px !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 20px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

input:-internal-autofill-selected {
  background-color: -internal-light-dark(#f5f7f8, rgba(70, 90, 126, 0.4)) !important;
}

ul {
  padding-left: 0px !important;
}

.no-outline:focus {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

.main-body-stracture-colored {
  width: 100%;
  height: 100%;
  background-color: #f5f7f8;
}

.main-body-stracture {
  width: 100%;
  height: 100%;
}

.hide-element {
  display: none;
  transition: all 0.3s ease-in-out;
}

.small-element {
  height: 450px !important;
  transition: all 0.3s ease-in-out;
}

.smaller-image {
  width: 100px;
  height: 100px !important;
}

.header_banner {
  top: 0 !important;
  align-items: center;
  background-color: white !important;
  justify-content: center;
}

.image-holder {
  padding: 10px;
  border-radius: 8px;
}

.adv-text-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar {
  display: flex;
  max-height: 44px;
  padding: 10px;
  background-color: #444444;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1em;
  color: white;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.media-svg-icons {
  width: 18px;
  height: 18px;
}

@media (max-width: 549px) {
  .media-svg-icons {
    width: 16px;
    height: 16px;
  }
}
.logo-bar-container {
  margin: auto;
  display: flex;
  margin-top: 10px;
  padding-bottom: 8px;
  min-height: 85px;
  align-items: center;
  background-color: white !important;
  justify-content: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0 !important;
  z-index: 99;
}
@media screen and (max-width: 1170px) and (min-width: 676px) {
  .logo-bar-container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 675px) and (min-width: 550px) {
  .logo-bar-container {
    justify-content: center;
  }
}

.custom-button {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ff8425;
  color: white;
  border-radius: 7px;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
  font-size: 23px;
  font-weight: 700;
  box-shadow: 0px 5px 8px #888888;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
}
.custom-button:hover {
  cursor: pointer;
  animation: none;
  transform: scale(1.1);
}
.custom-button:after {
  border: none;
  transform: scale(1.1);
}
.custom-button:active:after {
  border: none;
  transform: scale(1.1);
}
.custom-button:disabled {
  outline: none;
  height: 70px;
  display: flex;
  background: #aaa;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 549px) {
  .custom-button {
    padding: 15px 12px;
    font-size: 25px;
  }
}

.button-group-top-bar {
  width: 100% !important;
  height: auto;
  border-radius: 10px !important;
  margin: 10px;
  margin-top: 10px !important;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.button-group-section1 {
  display: flex;
  justify-content: start;
  height: auto;
  border-radius: 10px !important;
  margin: 20px 0px 0px;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
}

.custom-button-section1 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ff8425;
  color: white;
  border-radius: 7px;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
  font-size: 23px;
  font-weight: 700;
  box-shadow: 0px 5px 8px #888888;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin-top: 0px;
  padding: 10px 30px;
}
.custom-button-section1:hover {
  cursor: pointer;
  animation: none;
  transform: scale(1.1);
}
.custom-button-section1:after {
  border: none;
  transform: scale(1.1);
}
.custom-button-section1:active:after {
  border: none;
  transform: scale(1.1);
}
.custom-button-section1:disabled {
  outline: none;
  height: 70px;
  display: flex;
  background: #aaa;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 549px) {
  .custom-button-section1 {
    padding: 15px 12px;
    font-size: 25px;
  }
}

.button-group-section4 {
  display: flex;
  justify-content: center;
  height: auto;
  border-radius: 10px !important;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
}

.cards-section4-layout {
  display: flex;
  justify-content: center;
}

.custom-button-section4 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ff8425;
  color: white;
  border-radius: 7px;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
  font-size: 23px;
  font-weight: 700;
  box-shadow: 0px 5px 8px #888888;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  margin-top: 0px !important;
}
.custom-button-section4:hover {
  cursor: pointer;
  animation: none;
  transform: scale(1.1);
}
.custom-button-section4:after {
  border: none;
  transform: scale(1.1);
}
.custom-button-section4:active:after {
  border: none;
  transform: scale(1.1);
}
.custom-button-section4:disabled {
  outline: none;
  height: 70px;
  display: flex;
  background: #aaa;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 549px) {
  .custom-button-section4 {
    padding: 15px 12px;
    font-size: 25px;
  }
}

.button-bundles-options {
  display: flex;
  position: fixed;
  bottom: 0;
}

.bundle-button {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ff8425;
  color: white;
  border-radius: 7px;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
  font-size: 23px;
  font-weight: 700;
  box-shadow: 0px 5px 8px #888888;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  margin: 10px !important;
  margin-bottom: 30px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.bundle-button:hover {
  cursor: pointer;
  animation: none;
  transform: scale(1.1);
}
.bundle-button:after {
  border: none;
  transform: scale(1.1);
}
.bundle-button:active:after {
  border: none;
  transform: scale(1.1);
}
.bundle-button:disabled {
  outline: none;
  height: 70px;
  display: flex;
  background: #aaa;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 549px) {
  .bundle-button {
    padding: 15px 12px;
    font-size: 25px;
  }
}

.bundle-button:disabled {
  background-color: #ff8425 !important;
  height: inherit;
}

.bundle-button-mobile {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ff8425;
  color: white;
  border-radius: 7px;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
  font-size: 23px;
  font-weight: 700;
  box-shadow: 0px 5px 8px #888888;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  width: 100% !important;
  margin: 10px !important;
  margin-bottom: 30px !important;
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.bundle-button-mobile:hover {
  cursor: pointer;
  animation: none;
  transform: scale(1.1);
}
.bundle-button-mobile:after {
  border: none;
  transform: scale(1.1);
}
.bundle-button-mobile:active:after {
  border: none;
  transform: scale(1.1);
}
.bundle-button-mobile:disabled {
  outline: none;
  height: 70px;
  display: flex;
  background: #aaa;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 549px) {
  .bundle-button-mobile {
    padding: 15px 12px;
    font-size: 25px;
  }
}

.bundle-button-mobile:disabled {
  background-color: #ff8425 !important;
  height: inherit;
}

.bundle-button-mobile:hover {
  transform: none !important;
}

.container-button {
  width: 100%;
  height: 55px;
  padding: 10px;
  background-color: #ff8425;
  border-radius: 7px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  box-shadow: 0px 5px 8px #888888;
  color: white;
  font-weight: 700;
}

.button-group-section7 {
  display: flex;
  justify-content: center;
  height: auto;
  border-radius: 10px !important;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
}

.custom-submit-button {
  width: 100% !important;
  padding: 16px !important;
  font-size: 25px !important;
  margin-top: 30px !important;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ff8425;
  color: white;
  border-radius: 7px;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
  font-size: 23px;
  font-weight: 700;
  box-shadow: 0px 5px 8px #888888;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
}
.custom-submit-button:hover {
  cursor: pointer;
  animation: none;
  transform: scale(1.1);
}
.custom-submit-button:after {
  border: none;
  transform: scale(1.1);
}
.custom-submit-button:active:after {
  border: none;
  transform: scale(1.1);
}
.custom-submit-button:disabled {
  outline: none;
  height: 70px;
  display: flex;
  background: #aaa;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 549px) {
  .custom-submit-button {
    padding: 15px 12px;
    font-size: 25px;
  }
}

.custom-submit-button label {
  border-bottom: none !important;
}

/* focus/disabled styles, you can change this for accessibility */
.custom-submit-button:focus,
.custom-submit-button:disabled {
  outline: none;
  background: #aaa;
}

.col-md-7 {
  display: flex;
  align-items: center !important;
}

.col-md-5 {
  display: flex;
  align-items: center !important;
  justify-content: flex-end !important;
  padding-right: 0px !important;
}

.col-sm-9 {
  display: flex;
  justify-content: end;
  margin: 0px;
}

.col-sm-3 {
  display: flex;
  padding-left: 0px !important;
  align-items: center;
}

.innercontainerappbarwidth {
  display: inline-flex;
  margin: auto;
  min-width: 700px;
  justify-content: flex-end;
  align-items: center;
  margin-right: 50px;
}
@media screen and (max-width: 1170px) and (min-width: 916px) {
  .innercontainerappbarwidth {
    max-width: 700;
    min-width: 0px;
  }
}

.aligninend {
  display: flex;
  align-items: center !important;
  padding-right: 8px !important;
  padding-top: 5px !important;
}

.section1-container {
  padding: 50px 0px 50px;
  background-color: #f5f7f8;
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  font-size: 20px;
}
.section1-container img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 549px) {
  .section1-container {
    padding: 15px 0px 30px;
  }
}

.section2-container {
  padding: 40px 0px 60px;
  display: grid;
  grid-template-columns: auto;
  gap: 30px;
  text-align: center;
  justify-items: center;
}
.section2-container img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section2-container iframe {
  width: 100%;
}
@media (max-width: 549px) {
  .section2-container {
    padding: 30px 30px 35px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 916px) {
  .section2-container {
    padding: 30px 30px 35px;
  }
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .section2-container {
    padding: 30px 30px 35px;
  }
}

.section3-container {
  width: 100%;
  padding: 50px 0px 50px;
  background-color: #f5f7f8;
  display: grid;
  font-size: 20px;
  grid-template-columns: auto;
  text-align: center;
  gap: 20px;
}
.section3-container img {
  width: 95%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 549px) {
  .section3-container {
    gap: 10px;
    padding: 30px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 916px) {
  .section3-container {
    padding: 50px 30px 50px;
  }
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .section3-container {
    padding: 30px;
  }
}

.section4-container {
  padding: 30px 0px 30px;
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
  text-align: center;
}
.section4-container img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 549px) {
  .section4-container {
    padding: 30px;
  }
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .section4-container {
    padding: 30px;
  }
}

.section5-container {
  padding: 40px 0px 60px;
  background-color: #f5f7f8;
  display: grid;
  font-size: 20px;
  grid-template-columns: auto;
  text-align: center;
  gap: 20px;
}
.section5-container img {
  width: 95%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 549px) {
  .section5-container {
    gap: 30px;
    padding: 30px 20px 35px;
  }
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .section5-container {
    padding: 40px 0px 40px;
  }
}

.section6-container {
  margin: 50px 30px;
  padding: 0px;
  width: 100%;
  padding: 30px;
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
  text-align: center;
  background-color: #fff2e9;
}
.section6-container img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 549px) {
  .section6-container {
    padding: 30px;
    margin: auto;
  }
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .section6-container {
    padding: 30px;
    margin: auto;
  }
}

.section7-container {
  padding: 40px 10px 0px;
  background-color: #f5f7f8;
  display: grid;
  font-size: 20px;
  grid-template-columns: auto;
  text-align: center;
}
.section7-container label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 915px) {
  .section7-container label {
    max-height: 65vh;
  }
}
.section7-container p {
  margin: 0px !important;
}
.section7-container a {
  display: flex;
  justify-content: center;
}
.section7-container label:hover {
  transition: linear;
  transform: scale(1.1);
}
@media (max-width: 549px) {
  .section7-container label:hover {
    transform: scale(1);
  }
}
.section7-container img {
  width: 95%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 549px) {
  .section7-container {
    gap: 10px;
    padding: 50px 10px 0px;
    width: 100%;
  }
  .section7-container label {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
  }
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .section7-container {
    padding: 40px 0px 40px;
  }
}

#section1-image-desktop {
  width: 100%;
  display: inline-grid;
  /* justify-items: center; */
  align-items: center;
}

.global-sections-content {
  height: auto;
  display: flex;
  margin: auto;
  max-width: 1140px;
  box-sizing: content-box !important;
  flex-direction: row;
  justify-content: center;
  flex-direction: column;
}

.text-container {
  padding: 10px;
}

.sections-heading {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 549px) {
  .sections-heading {
    box-shadow: none !important;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.sections-heading #headline {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 550px) {
  .sections-heading #headline {
    font-size: 28px;
  }
}
.sections-heading #second-heading {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 550px) {
  .sections-heading #second-heading {
    font-size: 24px !important;
  }
}

.sections-subheading {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 549px) {
  .sections-subheading {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.section1-image {
  border-radius: 8px;
}

#section1-image-mobile {
  display: none;
}

.section3-image {
  border-radius: 8px;
}

.icon-text-row {
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  padding-bottom: 8px;
  font-size: 21px;
}

.icon-text-row-container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.checkicon {
  width: 55px;
  margin: 0px;
  color: #ff8425;
  font-size: 36px !important;
  padding-right: 10px;
}

.divider_line {
  width: 100%;
  margin: 0px !important;
}

.card-repeater-section2 {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-items: center;
}

.card-repeater-section4 {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-items: center;
}

.card-section2 {
  width: 90%;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 5px 10px 15px rgba(0, 0, 5, 0.4941176471);
  border: none;
}

.card-img-top {
  border-radius: 8px;
}

.card-body {
  padding: 0px;
  padding-top: 15px;
}

.card-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  padding-top: 10px;
}

.text-image-section3 {
  display: grid;
  grid-template-columns: 560px 570px;
  height: auto;
  align-items: center;
}
@media screen and (max-width: 1179px) and (min-width: 670px) {
  .text-image-section3 {
    grid-template-columns: 50% 50%;
  }
}

.text-area-section3 {
  padding: 10px 20px 0px;
  font-size: 21px;
}

.icon-text-grid-container {
  display: grid !important;
  grid-template-columns: 50% 50%;
  flex-direction: column;
  justify-items: start;
  gap: 20px;
}

.textarea-section4 {
  font-size: 21px;
}

.textarea-section4 p {
  margin-bottom: 20px !important;
}

.sub-section4 {
  padding: 30px;
}

.image-text-row {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  padding-top: 10px;
}

.image-text-row-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding-top: 20px;
  align-items: start;
}

.image-sec4 {
  max-width: 70px;
  max-height: 70px;
}

.image-sec4-4cols {
  max-width: 120px;
  max-height: 120px;
}

.image-text-area-sec4 {
  font-size: 24px;
  padding-top: 20px;
}

.image-text-area-4cols {
  font-size: 24px;
  padding-top: 20px;
}
@media (max-width: 549px) {
  .image-text-area-4cols {
    font-size: 21px;
  }
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .image-text-area-4cols {
    font-size: 22px;
  }
}

.image-text-column-holder {
  display: grid;
  grid-template-columns: auto;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}

.myaccordion {
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 15px;
}

.accordion__label__container {
  padding: 10px;
}

.myaccordion__label {
  padding: 15px 20px;
  margin: 0px;
}

.myaccordion__label {
  width: 100%;
  display: grid;
  justify-items: start;
  color: #333333;
  font-size: 26px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
  text-align: start;
}
@media screen and (max-width: 550px) {
  .myaccordion__label {
    font-size: 22px;
  }
}

.myaccordion__label:hover {
  text-decoration: underline;
}

.myaccordion__label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  width: 12px;
  height: 6px;
  background-image: url('data:image/svg+xml;utf8,&lt;svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"&gt;&lt;polygon points="0,0 100,0 50,50" style="fill:black;" /&gt;&lt;/svg&gt;');
  background-size: contain;
  transition: transform 0.4s;
}

.myaccordion__content {
  background: #fff2e9;
  padding: 0px 15px;
  font-size: 21px;
  font-weight: 400;
  display: none;
  text-align: start !important;
}
@media screen and (max-width: 550px) {
  .myaccordion__content {
    font-size: 20px;
  }
}
.myaccordion__content ul {
  padding-left: 8px;
}

.fa-caret-right {
  size: 14px;
  padding-right: 4px;
}

.myaccordion__input {
  display: none;
}

.myaccordion__content ul {
  padding-left: 8px;
}

.myaccordion__input:checked ~ .myaccordion__content {
  display: grid !important;
  transition-timing-function: linear;
  transition-delay: 5s;
  transition-duration: 9s;
}

.myaccordion__input:checked ~ .myaccordion__label {
  color: #e05200 !important;
  display: grid;
  justify-items: start;
}

.myaccordion__input:checked ~ .fa {
  transform: rotate(45deg) !important;
  color: #b64401 !important;
}

.myaccordion__input:checked ~ .myaccordion__label::after {
  background-image: url('data:image/svg+xml;utf8,&lt;svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"&gt;&lt;polygon points="0,0 100,0 50,50" style="fill:orange;" /&gt;&lt;/svg&gt;');
  transform: translateY(-50%) rotate(0.5turn);
}

.card-image-section5 {
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  max-width: 150px;
  max-height: 150px;
}

.card-repeater-section5 {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  justify-items: center;
}

.card-section5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 5px 10px 15px rgba(0, 0, 5, 0.4941176471);
  border: none;
  text-align: center;
  align-items: center;
  background-color: white !important;
}
@media (max-width: 549px) {
  .card-section5 {
    padding-top: 30px;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 290px) {
  .card-section5 {
    height: 140vh;
  }
}

.card-body-section5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  padding-top: 15px;
}

.card-text-name {
  font-size: 24px;
  font-weight: 24px;
  margin: 15px 10px 8px;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .card-text-name {
    font-size: 20px;
  }
}

.card-text-age {
  font-size: 18px;
}

.card-text-area {
  font-size: 21px;
  height: auto;
  padding: 10px;
}

.text-card {
  height: 670px;
}

.footer-content-style {
  font-size: 14px;
  line-height: 29px !important;
  padding: 40px;
  align-items: center;
  text-align: center;
  max-width: 1200px !important;
  color: #777;
}

.footer_boxed_area {
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}

.form-subtitle {
  font-size: 21px;
}

.sub_text_area {
  font-size: 18px;
  margin: 0px 0px 10px;
}

.form-container {
  height: auto;
  display: grid;
  grid-template-columns: auto;
  gap: 40px;
  margin: auto;
  max-width: 1140px;
  justify-items: center;
  border-radius: 8px;
  padding: 35px 0px;
  align-items: center;
}

.button-form {
  width: 100%;
  display: none;
  flex-direction: column;
  max-width: 570px;
  padding-bottom: 50px;
}

.bundle_option_box {
  gap: 40px;
  display: grid;
  grid-template-columns: 310px auto auto;
  justify-items: center;
}
@media screen and (max-width: 915px) and (min-width: 807px) {
  .bundle_option_box {
    -moz-column-gap: 30px;
         column-gap: 30px;
    display: grid;
    grid-template-columns: 233px auto auto !important;
  }
}
@media screen and (max-width: 697px) and (min-width: 550px) {
  .bundle_option_box {
    grid-template-columns: auto !important;
  }
}

.mobile-bundles {
  display: none;
}

.bundle_options_radio_btn {
  height: 600px;
  width: 100%;
  background-color: white;
  border-radius: 8px;
  justify-content: center;
  box-shadow: 5px 10px 15px rgba(0, 0, 5, 0.4941176471);
}

.add-scale-1 {
  transition: linear;
  transform: scale(1.1);
}

.bundle-title {
  max-width: 290px;
  padding: 0px 10px;
  display: flex;
  padding-top: 10px;
  font-size: 22px;
  align-items: flex-start;
  justify-items: center;
}
@media screen and (max-width: 550px) {
  .bundle-title {
    padding-top: 0px;
  }
}

.bundle-initial-price {
  font-size: 30px;
  color: red;
  text-decoration: line-through;
}

.bundle-price {
  font-size: 36px;
  font-weight: 600;
}

.bundle-text-area {
  font-size: 24px;
}

.bundle-option-image {
  width: 200px;
  height: 200px;
}

.bundle-image-pleceholder img {
  width: 100% !important;
  height: 100%;
}

.bundle-shipping {
  font-size: 17px;
}

.bundle-gift {
  padding: 0px 10px;
  font-size: 18px;
}

.bundle-top-banner-container {
  width: 100%;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.bundle-top-banner-container-chosen {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.bundle-width {
  width: 310px;
  gap: 10px;
}
@media screen and (max-width: 1029px) and (min-width: 916px) {
  .bundle-width {
    width: 270px;
  }
}
@media screen and (max-width: 915px) and (min-width: 698px) {
  .bundle-width {
    width: 200px;
  }
}
@media screen and (max-width: 697px) and (min-width: 550px) {
  .bundle-width {
    width: 233px;
  }
}

.bundle-info-cnt {
  align-items: center;
  padding: 0px 10px;
}

.bundle-save-price {
  color: greenyellow;
  font-size: 30px;
  display: flex;
  justify-content: center;
}

.piggy-bank {
  width: 40px !important;
  height: 40px;
}

.color-selection-card {
  max-width: 1140px;
  min-width: 550px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 5px 10px 15px rgba(0, 0, 5, 0.4941176471);
  border: none;
  margin-top: 15px !important;
  margin: 0px 30px;
}

#my-form .form-fields-card {
  display: none;
  width: 100%;
  min-width: 550px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 5px 10px 15px rgba(0, 0, 5, 0.4941176471);
  border: none;
  margin-top: 15px !important;
}
@media (max-width: 549px) {
  #my-form .form-fields-card {
    padding: 20px;
  }
}

.display-form {
  display: block !important;
}

.wrapper {
  max-width: inherit;
  width: auto;
  background: #fff;
  padding: 30px 20px;
  border: none;
}

.wrapper .input-data {
  height: 40px;
  width: 100%;
  position: relative;
}

.wrapper .input-data input {
  height: 100%;
  width: 100%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  font-size: 20px;
  border-bottom: 2px solid silver;
}

.wrapper .input-data label {
  width: inherit;
  display: inline-flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  color: grey;
  pointer-events: none;
  transition: all 0.3s ease;
}

.wrapper .input-data::after {
  border: none;
  box-sizing: content-box !important;
}

.wrapper .input-data input::after {
  border: none;
  box-sizing: content-box !important;
}

.input-data input:focus ~ label,
.input-data input:valid ~ label {
  font-size: 18px;
  color: grey;
  transform: translateY(-30px);
}

#sup-phone-field {
  display: flex;
  align-items: center;
  width: 90%;
  height: auto;
}
@media (max-width: 549px) {
  #sup-phone-field {
    width: auto;
  }
}
#sup-phone-field .sup-phone-input {
  min-width: 100%;
}
@media (max-width: 549px) {
  #sup-phone-field .sup-phone-input {
    min-width: auto;
  }
}

.wrapper .input-data .underline {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
}

.wrapper .input-data input:focus {
  border-bottom: 2px solid #ff8425 !important;
}

.comments-area {
  min-height: 100px !important;
}

.wrapper-textArea {
  width: auto;
  background: #fff;
  padding: 20px 20px;
  border: none;
}

.wrapper-textArea .input-data {
  width: 100%;
  position: relative;
}

.input-data textarea {
  width: 100%;
  border: 2px solid silver;
}

.input-data textarea:focus ~ label,
.input-data textarea:valid ~ label {
  font-size: 18px;
  color: grey;
  transform: translateY(-30px);
}

.wrapper-textArea .input-data textarea {
  height: 100%;
  width: 100%;
  font-size: 20px;
  border: 2px solid silver !important;
}

.wrapper-textArea .input-data label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  color: grey;
  pointer-events: none;
  transition: all 0.3s ease;
}

.wrapper-textArea .input-data::after {
  border: none;
  box-sizing: content-box !important;
}

.wrapper-textArea .input-data textarea::after {
  border: none;
  box-sizing: content-box !important;
}

.wrapper-textArea .input-data .underline {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
}

.wrapper-textArea .input-data textarea:focus {
  border: 2px solid #ff8425 !important;
}

.text-field:valid {
  border-bottom: 2px solid silver !important;
}

.email-field:valid {
  border-bottom: 2px solid silver !important;
}

.email-field:invalid ~ label {
  font-size: 18px;
  color: #ff8425;
  transform: translateY(-30px);
}

.text-field:invalid {
  border-bottom: 2px solid red !important;
}

.email-field:invalid {
  border-bottom: 2px solid red !important;
}

#error-name-space {
  display: none;
  max-width: 550px;
  color: red;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 549px) {
  #error-name-space {
    font-size: 14px;
    line-height: 1.1rem;
  }
}

#error-first-name-space {
  display: none;
  max-width: 550px;
  color: red;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 549px) {
  #error-first-name-space {
    font-size: 14px;
    line-height: 1.1rem;
  }
}

#error-last-name-space {
  display: none;
  max-width: 550px;
  color: red;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 549px) {
  #error-last-name-space {
    font-size: 14px;
    line-height: 1.1rem;
  }
}

#error-country-space {
  display: none;
  max-width: 550px;
  color: red;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 549px) {
  #error-country-space {
    font-size: 14px;
    line-height: 1.1rem;
  }
}

#error-city-space {
  display: none;
  max-width: 550px;
  color: red;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 549px) {
  #error-city-space {
    font-size: 14px;
    line-height: 1.1rem;
  }
}

#error-address-space {
  display: none;
  max-width: 550px;
  color: red;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 549px) {
  #error-address-space {
    font-size: 14px;
    line-height: 1.1rem;
  }
}

#error-zip-space {
  display: none;
  max-width: 550px;
  color: red;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 549px) {
  #error-zip-space {
    font-size: 14px;
    line-height: 1.1rem;
  }
}

#error-phone-space {
  display: none;
  max-width: 550px;
  color: red;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 549px) {
  #error-phone-space {
    font-size: 14px;
    line-height: 1.1rem;
  }
}

#error-email-space {
  display: none;
  max-width: 550px;
  color: red;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 549px) {
  #error-email-space {
    font-size: 14px;
    line-height: 1.1rem;
  }
}

/* This is the space for the spinner to appear, applied to the button */
.spin {
  display: flex;
  justify-content: center;
}

/* position of the spinner when it appears, you might have to change these values */
.spin .spinner {
  position: absolute;
}

/* spinner animation */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* The actual spinner element is a pseudo-element */
.spin .spinner::before {
  content: "";
  width: 1.5em;
  /* Size of the spinner */
  height: 1.5em;
  /* Change as desired */
  position: absolute;
  border-radius: 50%;
  border: solid 0.35em #999;
  /* Thickness/color of spinner track */
  border-bottom-color: #555;
  /* Color of variant spinner piece */
  animation: 0.8s linear infinite spinner;
  /* speed of spinner */
  transform: translate(-50%, -50%);
  will-change: transform;
}

/* optional, but it will affect the size if changed */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.hide-submit-button-text {
  display: none;
}

.square-container-color-option {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border: 2px solid greenyellow;
}

.logo-container-thank-you {
  padding: 30px;
  display: flex;
  min-width: 600px;
  flex-direction: row;
  justify-content: center;
}

.main-body-thank-you-page {
  min-height: 1300px;
  display: flex;
  /* padding: 30px; */
  flex-direction: row;
  justify-content: center;
  align-items: start;
  padding-top: 200px;
}

.video-embeded {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.video-embeded iframe {
  width: inherit;
}

.thank-you-card {
  height: 100%;
  display: flex;
  justify-items: center;
  min-height: 500px;
  border-radius: 8px;
  box-shadow: 5px 10px 15px rgba(0, 0, 5, 0.4941176471);
  border: none;
  width: 100%;
  max-width: 1240px;
  flex-direction: column;
  justify-content: space-evenly;
}

.logo-placeholder {
  max-height: 120px;
  min-width: -moz-max-content;
  min-width: max-content;
}

.thank-colored-row {
  padding: 25px;
  font-size: 36px;
  color: black;
  background-color: #e5e4e4;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
}

.fa-check-circle {
  width: 60px;
  height: 60px;
  font-size: 60px;
  color: #17a2b8;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-extra {
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  border: solid 2px silver;
}

select.product-extra option:hover {
  background-color: transparent;
}

.select-options-title {
  display: flex;
  font-size: 20px;
  padding-top: 10px;
}

.paragraph-thank-you {
  font-size: 26px;
  color: black;
  padding: 40px 40px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-row {
  display: flex;
  justify-content: center;
  padding: 10px 5px;
}
.info-row pre {
  font-family: "Source Sans Pro", sans-serif !important;
}
@media (max-width: 549px) {
  .info-row {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }
}

.info-row_dates {
  display: flex;
  text-align: center;
  flex-direction: column;
  padding-right: 40px;
}

.info-row_phone {
  display: flex;
  text-align: center;
  flex-direction: column;
  padding-right: 40px;
}

.info-row_email {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#charCount {
  display: flex;
  color: grey;
  flex-direction: row;
  justify-content: flex-end;
  font-size: 16px;
  padding-left: 220px;
}

.logo-bar-container .logo-container {
  width: 200px;
}
.logo-bar-container .logo-container img {
  width: 100%;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1205px) and (min-width: 907px) {
  .logo-bar-container .logo-container {
    width: 25%;
  }
}
@media screen and (max-width: 906px) and (min-width: 550px) {
  .logo-bar-container .logo-container {
    width: 35%;
  }
}
@media screen and (max-width: 549px) and (min-width: 311px) {
  .logo-bar-container .logo-container {
    width: 160px;
  }
}
@media (max-width: 310px) {
  .logo-bar-container .logo-container {
    width: 200px;
  }
}

@media screen and (max-width: 675px) and (min-width: 550px) {
  #logo-bar-text-button {
    display: none;
  }
}

@media screen and (max-width: 350px) and (min-width: 289px) {
  .bundle_options_radio_btn_mobile {
    width: auto;
  }
}
@media (max-width: 288px) {
  .bundle_options_radio_btn_mobile {
    height: 550px;
    max-width: 250px;
  }
}

.courier-info-row {
  width: 60%;
  margin: 10px auto 0;
  background-color: white;
  border-radius: 8px;
  justify-content: center;
  box-shadow: 0px 3px 15px rgba(86, 86, 86, 0.49);
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-around;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .courier-info-row {
    width: 70%;
  }
}
@media (max-width: 549px) {
  .courier-info-row {
    padding: 8px 0;
    width: 80%;
    flex-direction: column;
    gap: 0.5rem;
  }
}

.courier-info-text {
  font-size: 18px;
}
@media (max-width: 549px) {
  .courier-info-text {
    font-size: 14px;
  }
}

.courier-logo-row {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .courier-logo-row {
    flex-direction: column;
  }
}

#courier-logo {
  width: 120px;
  height: 80px;
}
@media (max-width: 549px) {
  #courier-logo {
    width: 110px;
    height: 50px;
  }
}
#courier-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 549px) {
  .bundle_options_radio_btn_mobile {
    height: 400px;
    width: 300px;
    display: flex !important;
    /* grid-template-columns: auto; */
    /* grid-template-rows: auto auto; */
    row-gap: 5px !important;
    background-color: white;
    border-radius: 8px;
    justify-content: space-between;
    box-shadow: 5px 10px 15px rgba(0, 0, 5, 0.4941176471);
    align-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  #logo-bar-text-button {
    display: none;
  }
  .top-bar {
    font-size: 20px;
    max-height: 85px !important;
  }
  .logo-bar-container {
    position: initial;
    margin-top: 5px;
    min-height: 65px;
  }
  .logo-container {
    text-align: center;
    width: 300px;
  }
  .logo-placeholder {
    max-height: 60px;
    max-width: 200px;
  }
  .section1-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #section1-image-mobile {
    display: contents;
  }
  #section1-image-desktop {
    display: none;
  }
  .section1-container {
    text-align: center;
    grid-template-columns: auto !important;
  }
  .image-holder {
    padding: 0px;
  }
  .icon-text-row-container {
    padding: 10px 20px 0px;
  }
  .button-group-section1 {
    justify-content: center;
  }
  .card-repeater-section2 {
    display: grid;
    grid-template-columns: auto !important;
    gap: 30px;
    padding: 0px 10px;
  }
  .card-repeater-section4 {
    display: grid;
    grid-template-columns: auto !important;
    gap: 30px;
    padding: 0px 10px;
  }
  .card-section2 {
    width: 90%;
  }
  .text-image-section3 {
    grid-template-columns: auto;
  }
  .icon-text-grid-container {
    padding-top: 10px;
    grid-template-columns: auto;
  }
  .sub-section4 {
    padding: 0px;
    padding-bottom: 30px;
  }
  .image-text-row {
    grid-template-columns: auto;
  }
  .image-text-row-4col {
    grid-template-columns: auto;
  }
  .text-area-section3 {
    padding: 0px 20px 10px;
  }
  .image-text-area-sec4 {
    font-size: 19px;
  }
  .myaccordion {
    max-width: 400px;
  }
  .card-repeater-section5 {
    gap: 30px;
    grid-template-columns: auto;
  }
  .form-fields-card {
    min-width: 0px !important;
    width: auto;
    max-width: 300px;
  }
  .bundle_option_box {
    display: grid;
    grid-template-columns: auto !important;
  }
  .mobile-bundles {
    display: grid;
    justify-content: center;
    justify-items: center;
  }
  .display-bundles {
    display: none !important;
  }
  .mobile-inside-content-bundles {
    display: grid !important;
    grid-template-columns: auto auto;
    align-items: center;
  }
}
@media screen and (max-width: 549px) and (max-width: 550px) {
  .mobile-inside-content-bundles {
    display: flex !important;
    flex-direction: column;
  }
}
@media (max-width: 549px) {
  .add-scale-1 {
    transition: linear;
    transform: scale(1.1);
  }
}
@media (max-width: 549px) and (max-width: 350px) {
  .add-scale-1 {
    transform: scale(1);
  }
}
@media (max-width: 549px) {
  .bundle-title {
    display: block;
    font-size: 22px;
  }
  .bundle-initial-price {
    text-align: right;
    padding-right: 10px;
    padding-top: 3px;
    font-size: 24px;
    color: red;
    text-decoration: line-through;
  }
  .bundle-price {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
  }
  .bundle-text-area {
    font-size: 22px;
  }
  .bundle-option-image {
    width: auto !important;
    height: 90px;
  }
  .bundle-top-banner-container {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .bundle-top-banner-container-chosen {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .bundle-width {
    width: auto;
    gap: 10px;
  }
  .bundle-info-cnt {
    align-items: center;
    padding: 0px 0px 0px 5px;
  }
  .bundle-save-price {
    color: greenyellow;
    font-size: 30px;
    display: flex;
    justify-content: center;
  }
  .bundle-button {
    padding: 15px !important;
    margin: 0px !important;
    font-size: 20px;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    box-shadow: none;
  }
  .bundle-button-mobile {
    padding: 15px !important;
    margin: 0px !important;
    font-size: 20px;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    box-shadow: none;
  }
  .text-bundles-container {
    display: flex;
    flex-direction: column;
  }
  .color-selection-card {
    min-width: 0px;
    margin: 0px;
  }
  .logo-container-thank-you {
    min-width: 0px;
  }
  .thank-colored-row {
    padding: 25px 0px;
    font-size: 30px;
  }
  .paragraph-thank-you {
    padding: 20px 10px;
    font-size: 24px;
  }
  .card-text-area {
    height: -moz-fit-content;
    height: fit-content;
    padding: 2px;
  }
  .form-container {
    gap: 0px;
  }
  .button-form {
    padding-bottom: 20px;
  }
  .footer_boxed_area {
    margin-top: 0px;
  }
  .custom-submit-button {
    margin-top: 10px !important;
    width: 90% !important;
    margin: auto;
  }
  #wrapper {
    padding-bottom: 45px;
  }
  .input-data input:focus ~ label,
  .input-data input:valid ~ label {
    font-size: 18px;
    color: grey;
    transform: translateY(-26px);
  }
  .input-data textarea:focus ~ label {
    transform: translateY(-26px);
  }
  .wrapper .input-data label {
    flex-direction: column !important;
    align-items: flex-start;
  }
  #charCount {
    padding-left: 0px;
  }
  .thank-you-card {
    width: auto !important;
    font-size: 16px;
  }
  .main-body-thank-you-page {
    padding-top: 90 !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .global-sections-content {
    justify-content: center;
  }
  .innercontainerappbarwidth {
    min-width: 0px !important;
  }
  .section1-container {
    text-align: center;
    grid-template-columns: auto !important;
  }
  .section1-image {
    margin-bottom: 20px;
  }
  #section1-image-mobile {
    display: contents;
  }
  #section1-image-desktop {
    display: none;
  }
  .text-image-section3 {
    grid-template-columns: auto !important;
  }
  .icon-text-grid-container {
    display: grid !important;
    grid-template-columns: auto;
    flex-direction: column;
    /* justify-items: center; */
    gap: 20px;
    justify-content: center;
  }
  .card-section5 {
    padding: 20px 20px 20px;
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: center;
  }
  .card-body-section5 {
    text-align: center;
    text-align: -webkit-center;
    padding: 0px 15px;
  }
  .card-repeater-section5 {
    grid-template-columns: auto;
    gap: 40px;
  }
  .mobile-bundles {
    display: none;
  }
  .bundle-option-image {
    width: 150px !important;
    height: 150px;
  }
  .bundle-button {
    padding: 10px !important;
  }
  .bundle-button-mobile {
    padding: 10px !important;
  }
  .card-text-area {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.iti {
  width: 100%;
}
@media (max-width: 549px) {
  .iti {
    margin-left: 0;
    width: auto;
  }
}

#phone-label-sub {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  font-size: 18px;
  color: grey;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-opt2-outter-cnt {
  padding: 20px 0;
}
.form-opt2-outter-cnt .bundle_option_box {
  margin: 15px 0;
}

.wrapper-opt2 #sup-phone-field {
  width: 95%;
}

.wrapper-opt2 #sup-phone-field .sup-phone-input {
  min-width: 80%;
}

.wrapper-opt2 #charCount {
  padding-left: 0px;
}

.wrapper-opt2 #phone-label-sub {
  justify-content: flex-end;
}

.form-opt2-spacing {
  padding: 20px 0;
}

#form-opt2 .wrapper-opt2 {
  padding-bottom: initial;
}

.form-elements-container {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 26px;
}
@media (max-width: 549px) {
  .form-elements-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.form-elements-container_left {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form-elements-container_left_formBox {
  display: flex;
  padding: 16px;
  flex-direction: column;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid;
  border-width: 10px;
  border-color: #8da4ff;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(32, 33, 36, 0.33);
  color: #202124;
  font-size: 16px;
  line-height: 20px;
  height: -moz-fit-content;
  height: fit-content;
  /* Dropdown Button */
  /* Dropdown button on hover &amp; focus */
  /* The container &lt;div&gt; - needed to position the dropdown content */
}
@media (max-width: 549px) {
  .form-elements-container_left_formBox {
    flex-direction: column;
    grid-column-gap: 0px;
  }
}
.form-elements-container_left_formBox .dropbtn {
  background-color: #3498db;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.form-elements-container_left_formBox .dropbtn:hover,
.form-elements-container_left_formBox .dropbtn:focus {
  background-color: #2980b9;
}
.form-elements-container_left_formBox .dropdown {
  position: relative;
  display: inline-block;
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
}
.form-elements-container_left_formBox .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.form-elements-container_left_formBox .dropdown .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.form-elements-container_left_formBox .dropdown .dropdown-content a:hover {
  background-color: #ddd;
}
.form-elements-container_left_formBox .dropdown .show {
  display: block;
}
.form-elements-container_left_formBox_title {
  color: #000;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
}
.form-elements-container_left_formBox_inner {
  display: flex;
  padding: 6px;
  flex-direction: column;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbc8ff;
  border-radius: 6px;
  background-color: #dce3ff;
}
.form-elements-container .wrapper-opt2 {
  border-radius: 8px;
  color: #202124;
  font-size: 16px;
  line-height: 20px;
}
.form-elements-container .wrapper-opt2 .input-data input {
  width: 100%;
  width: -webkit-fill-available;
  min-height: 36px;
  margin-bottom: 0px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbc8ff;
  border-radius: 6px;
  font-size: 16px;
  max-width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
@media screen and (max-width: 550px) {
  .form-elements-container .wrapper-opt2 .input-data input {
    font-size: 21px;
  }
}
.form-elements-container .wrapper-textArea-opt2 {
  border-radius: 8px;
  color: #202124;
  font-size: 16px;
  line-height: 20px;
}
.form-elements-container .wrapper-textArea-opt2 .input-data textarea {
  width: 100%;
  width: -webkit-fill-available;
  min-height: 36px;
  margin-bottom: 0px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbc8ff;
  border-radius: 6px;
  font-size: 16px;
}
.form-elements-container .button-form-opt2 {
  width: 100%;
  flex-direction: column;
  padding-bottom: 30px;
}
@media (max-width: 549px) {
  .form-elements-container .button-form-opt2 {
    padding: 20px 0;
  }
}
.form-elements-container .extra-info-color-box {
  border-style: dashed;
  border-width: 1px;
  border-color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  padding: 15px;
  background-color: #fff4df;
}
.form-elements-container_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 10px 0px;
  gap: 20px;
  margin: 0 auto;
  text-align: start;
  max-height: 80%;
}
.form-elements-container_content p {
  padding-bottom: 5px;
}
.form-elements-container_content .content-title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2em;
}
.form-elements-container_content .content-text {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4em;
}
.form-elements-container_content .content-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 550px;
}
.form-elements-container .field-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-columns: auto;
  grid-template-rows: auto;
}
.form-elements-container .field-grid-twocols {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
@media (max-width: 549px) {
  .form-elements-container .field-grid-twocols {
    grid-template-columns: auto;
  }
}
.form-elements-container .drop-down-title {
  font-size: 20px;
  font-weight: 700;
}

.align-left {
  align-items: flex-start;
}

#bundles-drop {
  width: 100%;
  height: 100%;
  min-height: 36px;
  margin-bottom: 0px;
  padding: 8px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbc8ff;
  border-radius: 6px;
  background-color: #fff;
  font-size: 16px;
  line-height: 20px;
}

#bundles-drop:first-child {
  color: red !important;
}

#bundles-drop .bundles-drop-default {
  color: lightgray;
}

.limited-stock-bar {
  display: flex;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  border-radius: 6px;
  background-image: linear-gradient(180deg, #e4e4e4, #f1f1f1);
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

.bar.full {
  padding: 10px;
  border-radius: 4px;
  background-color: #ff8425;
  box-shadow: 1px 0 3px 0 rgba(32, 33, 36, 0.33);
  color: #fff;
}

.product-extra-opt2 {
  width: 100%;
  width: -webkit-fill-available;
  min-height: 36px;
  margin-bottom: 0px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbc8ff;
  border-radius: 6px;
  font-size: 16px;
}

#extra-options-card {
  width: 100%;
  margin: auto;
}

#color-options-element {
  display: none;
}

.display-element {
  display: block !important;
}

.select-options-title-opt2 {
  display: flex;
  font-size: 18px;
  padding: 10px 0;
}

.courier-info-row-opt2 {
  width: 100%;
  margin: 10px auto 0;
  background-color: white;
  border-radius: 8px;
  justify-content: center;
  box-shadow: 0px 3px 15px rgba(86, 86, 86, 0.49);
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-around;
  padding: 5px 5px;
  flex-wrap: wrap;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .courier-info-row-opt2 {
    width: 70%;
  }
}
@media (max-width: 549px) {
  .courier-info-row-opt2 {
    padding: 8px 0;
    width: 90%;
    flex-direction: column;
    gap: 0.5rem;
  }
}

.guarantee-box {
  width: 100%;
  margin: 10px auto 0;
  background-color: white;
  border-radius: 8px;
  justify-content: center;
  box-shadow: 0px 3px 15px rgba(86, 86, 86, 0.49);
  display: grid;
  grid-template-columns: auto 1.3fr;
  align-items: center;
  gap: 1rem;
  justify-content: space-around;
  padding: 8px;
  max-width: 600px;
}
@media (max-width: 549px) {
  .guarantee-box {
    grid-template-columns: auto;
    justify-items: center;
  }
}
.guarantee-box_content {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: inherit;
  padding: 0 10px;
}
.guarantee-box_content_text {
  text-align: left;
  font-size: 18px;
}
.guarantee-box_content_check-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 549px) {
  .guarantee-box_content_check-price {
    align-items: stretch;
    flex-direction: column;
  }
}
.guarantee-box_content_check-price_price {
  font-size: 31px;
  font-weight: 600;
  color: #17a300;
}
@media (max-width: 549px) {
  .guarantee-box_content_check-price_price {
    text-align: end;
    padding-right: 10px;
    font-size: 25px;
  }
}

#guarantee-box_image-input {
  width: 70px;
  height: 70px;
}

/* Customize the label (the container) */
.checkmark-ctn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 549px) {
  .checkmark-ctn {
    display: flex;
  }
}

/* Hide the browser's default checkbox */
.checkmark-ctn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  background-color: white;
  border: 1px solid lightgray;
  box-shadow: inset 0px 1px 3px rgba(86, 86, 86, 0.3);
}

/* On mouse-over, add a grey background color */
.checkmark-ctn:hover input ~ .checkmark {
  transform: none !important;
}

/* When the checkbox is checked, add a blue background */
.checkmark-ctn input:checked ~ .checkmark {
  background-color: #2196f3;
}

.guarantee-box_content_check-price label {
  align-items: flex-start;
  font-size: 18px;
}

.guarantee-box_content_check-price label:hover {
  transform: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkmark-ctn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark-ctn .checkmark:after {
  left: 9.5px;
  top: 5.5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.wrapper-textArea-opt2 .input-data textarea {
  width: 100%;
  width: -webkit-fill-available;
  min-height: 36px;
  margin-bottom: 0px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbc8ff;
  border-radius: 6px;
  font-size: 16px;
  color: #004500;
}

#form-opt2 .no-display-element {
  display: none !important;
}

#form-opt2 #error-bundle-space {
  color: red;
}

.black-friday-banner {
  z-index: 30;
  position: sticky;
  top: 0;
}

.black-friday-banner {
  background-color: #004500;
}
@media screen and (max-width: 915px) and (min-width: 700px) {
  .black-friday-banner {
    position: relative;
  }
}
.black-friday-banner_inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  padding: 5px;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
@media only screen and (max-width: 699px) {
  .black-friday-banner_inner {
    gap: 3px;
    padding: 5px;
  }
}
.black-friday-banner_inner .black-friday_image {
  width: 70px;
  height: 70px;
}
.black-friday-banner_inner .black-friday_image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .black-friday-banner_inner .black-friday_image {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 699px) {
  .black-friday-banner_inner .black-friday_image {
    width: 55px;
    height: 55px;
  }
}
.black-friday-banner_inner .black-friday_image_bigger {
  width: 80px;
  height: 80px;
}
.black-friday-banner_inner .black-friday_image_bigger img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .black-friday-banner_inner .black-friday_image_bigger {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 699px) {
  .black-friday-banner_inner .black-friday_image_bigger {
    width: 55px;
    height: 55px;
  }
}
.black-friday-banner_inner .black-friday_text {
  color: white;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 915px) and (min-width: 700px) {
  .black-friday-banner_inner .black-friday_text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 699px) {
  .black-friday-banner_inner .black-friday_text {
    font-size: 17px;
    line-height: 1.2;
  }
}
.black-friday-banner_inner .black-friday_text_bigger {
  color: white;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 915px) and (min-width: 700px) {
  .black-friday-banner_inner .black-friday_text_bigger {
    font-size: 22px;
  }
}
@media only screen and (max-width: 699px) {
  .black-friday-banner_inner .black-friday_text_bigger {
    font-size: 17px;
    line-height: 1.2;
  }
}
.black-friday-banner_inner .fa-triangle-exclamation {
  color: red;
}
.black-friday-banner_inner .black-friday_limited-text {
  color: white;
  font-size: 15px;
}
@media screen and (max-width: 915px) and (min-width: 700px) {
  .black-friday-banner_inner .black-friday_limited-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 699px) {
  .black-friday-banner_inner .black-friday_limited-text {
    font-size: 12px;
  }
}
.black-friday-banner_inner .black-friday_limited-text-bigger {
  color: white;
  font-size: 18px;
}
@media screen and (max-width: 915px) and (min-width: 700px) {
  .black-friday-banner_inner .black-friday_limited-text-bigger {
    font-size: 16px;
  }
}
@media only screen and (max-width: 699px) {
  .black-friday-banner_inner .black-friday_limited-text-bigger {
    font-size: 15px;
  }
}
.black-friday-banner_inner .black-friday_subText {
  color: white;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 915px) and (min-width: 700px) {
  .black-friday-banner_inner .black-friday_subText {
    font-size: 20px;
  }
}
@media only screen and (max-width: 699px) {
  .black-friday-banner_inner .black-friday_subText {
    font-size: 15px;
    line-height: 1.2;
  }
}
.black-friday-banner_inner .combine-elements {
  display: flex;
  align-items: center;
  gap: 11px;
}
@media only screen and (max-width: 699px) {
  .black-friday-banner_inner .combine-elements .black-friday_text,
  .black-friday-banner_inner .combine-elements .black-friday_text_bigger,
  .black-friday-banner_inner .combine-elements .black-friday_limited-text,
  .black-friday-banner_inner .combine-elements .black-friday_limited-text-bigger {
    display: none;
  }
}
.black-friday-banner_inner .combine-elements-column {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 915px) and (min-width: 700px) {
  .black-friday-banner_inner .combine-elements-column {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 699px) {
  .black-friday-banner_inner .combine-elements-column {
    font-size: 15px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 699px) {
  .black-friday-banner_inner .combine-elements-column {
    display: none;
  }
}
.black-friday-banner_inner .mobile-cnt {
  display: none;
}
@media only screen and (max-width: 699px) {
  .black-friday-banner_inner .mobile-cnt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    width: 100%;
  }
}

.black-friday_button {
  padding-right: 4px;
}
@media only screen and (max-width: 699px) {
  .black-friday_button {
    display: none;
  }
}
.black-friday_button a button {
  width: 100%;
  color: white;
  font-weight: 500;
  border-radius: 8px;
  font-size: 22px;
  padding: 5px 30px;
  background-color: red;
  border: none;
}
@media screen and (max-width: 915px) and (min-width: 700px) {
  .black-friday_button a button {
    font-size: 18px;
    padding: 5px 20px;
  }
}

.black-friday_button-sticky {
  display: none;
}
@media only screen and (max-width: 699px) {
  .black-friday_button-sticky {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0px;
    left: 50%;
    /* centers the button horizontally */
    transform: translateX(-50%);
    /* further centering */
    z-index: 1000;
    /* ensure it's on top of other content */
  }
  .black-friday_button-sticky a button {
    width: 100%;
    color: white;
    font-weight: 500;
    border: none;
    font-size: 22px;
    padding: 5px 30px;
    background-color: red;
  }
}
@media only screen and (max-width: 699px) and (max-width: 915px) and (min-width: 700px) {
  .black-friday_button-sticky a button {
    font-size: 18px;
    padding: 5px 20px;
  }
}

html {
  margin-top: 0px !important;
}

.summer-banner {
  z-index: 30;
  position: sticky;
  top: 0;
}

.summer-banner {
  background: linear-gradient(90deg, #3cffb9 0%, #129feb 25%, #0070d8 50%, #129feb 75%, #3cffb9 100%);
}
@media screen and (max-width: 915px) and (min-width: 700px) {
  .summer-banner {
    position: relative;
  }
}
@media only screen and (max-width: 699px) {
  .summer-banner {
    position: relative;
  }
}
.summer-banner_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  padding: 5px;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
@media only screen and (max-width: 699px) {
  .summer-banner_inner {
    gap: 3px;
    padding: 5px;
  }
}
.summer-banner_inner .black-friday_image {
  width: 70px;
  height: 70px;
}
.summer-banner_inner .black-friday_image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .summer-banner_inner .black-friday_image {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 699px) {
  .summer-banner_inner .black-friday_image {
    width: 55px;
    height: 55px;
  }
}
.summer-banner_inner .black-friday_image_bigger {
  width: 80px;
  height: 80px;
}
.summer-banner_inner .black-friday_image_bigger img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 915px) and (min-width: 550px) {
  .summer-banner_inner .black-friday_image_bigger {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 699px) {
  .summer-banner_inner .black-friday_image_bigger {
    width: 55px;
    height: 55px;
  }
}
.summer-banner_inner .black-friday_text {
  color: white;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 915px) and (min-width: 700px) {
  .summer-banner_inner .black-friday_text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 699px) {
  .summer-banner_inner .black-friday_text {
    font-size: 17px;
    line-height: 1.2;
  }
}
.summer-banner_inner .black-friday_text_bigger {
  color: white;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 915px) and (min-width: 700px) {
  .summer-banner_inner .black-friday_text_bigger {
    font-size: 22px;
  }
}
@media only screen and (max-width: 699px) {
  .summer-banner_inner .black-friday_text_bigger {
    font-size: 17px;
    line-height: 1.2;
  }
}
.summer-banner_inner .fa-triangle-exclamation {
  color: red;
}
.summer-banner_inner .black-friday_limited-text {
  color: white;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 915px) and (min-width: 700px) {
  .summer-banner_inner .black-friday_limited-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 699px) {
  .summer-banner_inner .black-friday_limited-text {
    font-size: 16px;
  }
}
.summer-banner_inner .black-friday_limited-text-bigger {
  color: white;
  font-size: 18px;
}
@media screen and (max-width: 915px) and (min-width: 700px) {
  .summer-banner_inner .black-friday_limited-text-bigger {
    font-size: 16px;
  }
}
@media only screen and (max-width: 699px) {
  .summer-banner_inner .black-friday_limited-text-bigger {
    font-size: 15px;
  }
}
.summer-banner_inner .black-friday_subText {
  color: white;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 915px) and (min-width: 700px) {
  .summer-banner_inner .black-friday_subText {
    font-size: 20px;
  }
}
@media only screen and (max-width: 699px) {
  .summer-banner_inner .black-friday_subText {
    font-size: 15px;
    line-height: 1.2;
  }
}
.summer-banner_inner .combine-elements {
  display: flex;
  align-items: center;
  gap: 11px;
}
@media only screen and (max-width: 699px) {
  .summer-banner_inner .combine-elements .black-friday_text,
  .summer-banner_inner .combine-elements .black-friday_text_bigger,
  .summer-banner_inner .combine-elements .black-friday_limited-text,
  .summer-banner_inner .combine-elements .black-friday_limited-text-bigger {
    display: none;
  }
}
.summer-banner_inner .combine-elements-column {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 915px) and (min-width: 700px) {
  .summer-banner_inner .combine-elements-column {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 699px) {
  .summer-banner_inner .combine-elements-column {
    font-size: 15px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 699px) {
  .summer-banner_inner .combine-elements-column {
    display: none;
  }
}
.summer-banner_inner .mobile-cnt {
  display: none;
}
@media only screen and (max-width: 699px) {
  .summer-banner_inner .mobile-cnt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    width: 100%;
  }
}
.summer-banner_inner .mobile-cnt i {
  padding-right: 5px;
}

.summer-banner_button {
  padding-right: 4px;
}
@media only screen and (max-width: 699px) {
  .summer-banner_button {
    display: none;
  }
}
.summer-banner_button a {
  width: 100%;
  color: white !important;
  font-weight: 600;
  border-radius: 8px;
  font-size: 20px;
  padding: 5px 30px;
  background-color: #f86800;
  border: none;
}
@media screen and (max-width: 915px) and (min-width: 700px) {
  .summer-banner_button a {
    font-size: 18px;
    padding: 5px 20px;
  }
}

.summer-banner_button-sticky {
  display: none;
}
@media only screen and (max-width: 699px) {
  .summer-banner_button-sticky {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0px;
    left: 50%;
    /* centers the button horizontally */
    transform: translateX(-50%);
    /* further centering */
    z-index: 1000;
    /* ensure it's on top of other content */
  }
  .summer-banner_button-sticky a {
    display: block;
    width: 100%;
    color: white !important;
    font-weight: 500;
    border: none;
    font-size: 22px;
    padding: 15px 30px;
    background-color: #f86800;
    text-align: center;
  }
}
@media only screen and (max-width: 699px) and (max-width: 915px) and (min-width: 700px) {
  .summer-banner_button-sticky a {
    font-size: 18px;
    padding: 5px 20px;
  }
}

#second-heading {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 550px) {
  #second-heading {
    font-size: 24px !important;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>