@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap');

/*Reset CSS Starts*/
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  outline: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  font-size: 1%;
  height: 0;
  line-height: 0;
  width: 0;
  float: none;
  clear: both;
}

html,
body {
  overflow-x: hidden;
}

* html .clearfix {
  height: 1%;
}

input {
  outline: none;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

img,
img a {
  border: 0;
  outline: 0;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

img {
  border: none;
}

html {
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
table,
table tr td,
table tr th {
  border: none;
}

textarea {
  resize: none;
  border: none;
  outline: none;
  background: none;
}

input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type=datetime],
input[type=email] {
  background: 0 0;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Asap', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

::placeholder,
::-webkit-input-placeholder {
  opacity: 0.5;
  font-weight: 400;
  color: #C2C2C2;
}

/*Reset CSS end*/

html {
  font-size: 62.5%;
}

body {
  color: #0C4A39;
  background: #fff;
  font-family: "Asap", san-serif;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.container-fluid {
  padding: 0;
}

.container {
  margin: 0px auto;
  width: 100%;
  padding: 60px;
  max-width: 1366px;
}

.green-section {
  background: #0C4A39;
  color: #fff
}

.grey-section {
  background: #EDEDED;
}

h1 {
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1.4;
  font-style: italic;
}

h2 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
}

.subtitle {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  padding-top: 20px;
  font-style: italic;
}

a,
a:visited,
a:active,
a:focus {
  color: #0C4A39;
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.custom-primary-button {
  background: #00B29A;
  border-radius: 38px;
  padding: 20px 40px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  border: none;
  box-shadow: none;
}

header {
  background: #FFFDFD;
  padding: 0 60px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0px 0 8px 1px #ded9d9;
  -moz-box-shadow: 0px 0 8px 1px #ded9d9;
  -ms-box-shadow: 0px 0 8px 1px #ded9d9;
  box-shadow: 0px 0 8px 1px #ded9d9;
}

.footer-logo,
.header-logo {
  width: 147px;
}

footer {
  background: #F4F3F0;
  padding: 60px 60px 120px;
}

.footer-container {
  display: flex;
  padding-top: 30px;
  margin-left: -50px;
  margin-right: -50px;
}

.footer-container .coloumn {
  width: 50%;
  padding: 0 50px;
}

.footer-container .coloumn:nth-of-type(2) {
  width: 30%;
}

.footer-container .coloumn p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4B4B4B;
}

.footer-container .coloumn h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  color: #4B4B4B;
  padding-bottom: 24px;
}

.footer-container .coloumn .social-links {
  width: 100%;
  display: flex;
  padding-top: 20px;
}

.footer-container .coloumn .social-links li {
  padding-left: 10px;
}

.footer-container .coloumn .social-links li:first-child {
  padding-left: 0;
}

.footer-container .column .btn-wrap {
  padding-top: 72px;
}

.sticky-alert {
  position: fixed;
  box-shadow: 0px 4px 250px 0px #00000040, 4px 0px 10px 0px #00000040;
  border-radius: 10px;
  background-color: #D36972;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.33;
  margin: 0;
  padding: 16px;
  bottom: 84px;
  left: 84px;
  z-index: 20;
  width: 184px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.sticky-alert.show {
  opacity: 1;
  visibility: visible;
}

.sticky-footer {
  box-shadow: 0 -2px 7px 0 rgba(215, 215, 215, .5);
  background-color: #fcfcfc;
  margin: 0;
  padding: 15px;
  bottom: 0;
  z-index: 20;
  width: 100%;
  text-align: center;
}

.sticky-footer.sticky {
  position: fixed;
}

.sticky-footer span {
  font-weight: 700;
  margin-right: 24px;
}

.sticky-footer .button {
  background: #00b29a;
  border: 1px solid #00b29a;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Asap', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 9px 40px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 20px !important;
}

.marketing-section {
  background: url('../images/hero-generic-2025.webp') no-repeat;
  background-size: cover;
  background-position: top;
}

#diwali-2025 {
  background: url('../images/hero-diwali-2025.webp') no-repeat;
  background-size: cover;
  background-position: bottom;
}

.marketing-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.marketing-content {
  color: #303C60;
}

#diwali-2025 .marketing-content {
  color: #fff;
}

.marketing-content h1 {
  max-width: 571px;
  color: #303C60;
}

#diwali-2025 .marketing-content h1 {
  max-width: 571px;
  color: #fff;
}

.marketing-content h2 {
  padding-top: 16px;
  font-weight: 600;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.7;
}

.marketing-content ul {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  backdrop-filter: blur(2px);
}

.marketing-content li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.marketing-content li .icon {
  height: 40px;
  width: 40px;
  background: #6C80BB;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#diwali-2025 .marketing-content li .icon {
  background: #7968A5;
}

.marketing-content li .icon-text {
  font-size: 1.6rem;
}

.marketing-content .testimonial-container {
  margin-top: 60px;
  padding: 20px 0;
  background: #435488;
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
}

#diwali-2025 .marketing-content .testimonial-container {
  background: #534773;
}

.marketing-content .testimonial-container .container {
  padding-top: 0;
  padding-bottom: 0;
}

.marketing-content .testimonial-container .container .testimonial-quote {
  max-width: calc(100% - 547px);
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.7;
}

.marketing-content .testimonial-container .container .testimonial-brand {
  margin-top: 20px;
}

.marketing-form {
  width: 100%;
  max-width: 527px;
  background: #fff;
  border-radius: 13px;
  padding: 40px 60px;
  margin-bottom: 100px;
  z-index: 1;
  position: relative;
}

.marketing-form::after {
  content: '';
  width: 115px;
  height: 105px;
  background: url('../images/form-generic-2025-after.svg') no-repeat;
  position: absolute;
  top: -43px;
  left: -35px;
}

#diwali-2025 .marketing-form::after {
  content: '';
  width: 75px;
  height: 84px;
  background: url('../images/form-diwali-2025-after.webp') no-repeat;
  position: absolute;
  top: unset;
  left: unset;
  bottom: -54px;
  right: -18px;
}

.marketing-form h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  color: #4C4D4F;
}

.marketing-form .form-container {
  margin-top: 40px;
}

.marketing-form .form-group {
  margin-bottom: 10px;
  width: 100%;
}

.field {
  position: relative;
}

.marketing-form .form-group.half {
  width: 48%;
  display: inline-block;
}

.marketing-form .form-group.half.right-field {
  float: right;
}

.marketing-form .form-group .form-control {
  border-radius: 2px;
  background-color: #F3F3F3;
  height: auto;
  padding: 15px;
  font-size: 1.6rem;
  border-radius: 5px;
  font-weight: 500;
  color: #7E7B71;
  border: none;
  width: 100%;
  box-shadow: none;
  margin-bottom: 10px;
}

.callBackForm .selectdd {
  color: #7E7B71 !important;
  /* background-color: #F3F3F3; */
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

.selectdd .floating-label {
  font-size: 1.2rem;
  padding: 5px 15px;
  opacity: .5;
  display: block;
}

.callBackForm .select {
  padding-left: 15px;
  border: none;
  border-bottom: none;
  border-radius: 5px;
  font-size: 1.6rem;
  height: 25px;
  padding-right: 30px;
  width: 100%;
  color: #7E7B71 !important;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  padding: 0 15px;
  background-color: #F3F3F3;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.callBackForm .custom-select-wrap::before {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 16px);
  width: 24px;
  height: 24px;
  background: url(../images/arrow-down.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 9;
}

.marketing-form .form-group textarea.form-control {
  height: 80px;
  box-shadow: none;
  font-family: 'Asap', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  margin: 0;
  margin-bottom: 10px;
  vertical-align: baseline;
  box-sizing: border-box;
}

.marketing-form .btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}

.marketing-form .btn-wrap img#lead-loader {
  display: none;
  margin-left: 20px;
}

.marketing-form .custom-primary-button:disabled {
  background-color: #cccccc;
}

.marketing-form p {
  padding-top: 24px;
  color: #4A4A4A;
  font-weight: 500;
}

.marketing-form a {
  color: #4A4A4A;
  text-decoration: underline;
  font-weight: 600;
}

.dialcode .control {
  position: relative;
}

.dialcode .control span {
  position: absolute;
  font-size: 1.6rem;
  font-weight: 500;
  color: #7E7B71;
  top: 14px;
  left: 15px;
}

.dialcode input {
  padding-left: 46px !important;
}

.swiper {
  overflow: visible;
  position: static;
}

.swiper-slide {
  width: auto !important;
}

.hampers-container {
  margin-top: 20px;
}

.hampers-tabs {
  display: flex;
  gap: 12px;
  overflow: auto;
  scrollbar-width: none;
}

.hampers-tabs::-webkit-scrollbar {
  display: none;
}

.hampers-tabs li {
  color: #00B29A;
  padding: 8px 20px;
  border: 1px solid #00B29A;
  border-radius: 38px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
}

.hampers-tabs li.active {
  color: #fff;
  background: #00B29A;
  font-weight: 600;
}

#productsCarousel {
  margin-top: 20px;
}

#productsCarousel .product-image img {
  border-radius: 12px;
}

#productsCarousel .product-name {
  padding-top: 12px;
  font-weight: 600;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1;
}

#productsCarousel .last-card {
  height: 364px;
  width: 364px;
  background: #0C4A39;
  color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 20px;
}

#productsCarousel .last-card h3 {
  font-size: 2rem;
  line-height: 3;
}

.why-list {
  margin-top: 32px;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.why-element {
  display: flex;
  gap: 20px;
  align-items: center;
}

.why-element .why-icon {
  height: 60px;
  width: 60px;
  background: #92AB74;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-element .why-text {
  width: calc(100% - 80px);
}

.why-element .why-text h3 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
}

.why-element .why-text p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 10px;
}

#clientsCarousel {
  margin-top: 48px;
}

#clientsCarousel .swiper-wrapper {
  align-items: center;
  justify-content: space-evenly;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

#testimonialCarousel {
  margin-top: 30px;
}

#testimonialCarousel .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

#testimonialCarousel .swiper-slide {
  display: flex;
  height: auto;
}

.testimonial-section .testimonial-container {
  width: 360px;
  background: #FFFCFC;
  box-shadow: 2px 2px 10px 0px #0000001A;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.testimonial-section .testimonial-container .testimonial-quote {
  font-style: italic;
  font-size: 2rem;
  line-height: 1.4;
}

.testimonial-section .testimonial-container .testimonial-brand {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.testimonial-section .testimonial-container .testimonial-brand .testimonial-speaker {
  font-size: 1.3rem;
  line-height: 1.54;
}

.testimonial-section .testimonial-container .testimonial-brand .testimonial-speaker .testimonial-speaker-name {
  font-weight: 700;
}

.testimonial-section .testimonial-container .testimonial-brand .testimonial-logo {
  height: 40px;
  width: auto;
}

.tips-list {
  margin-top: 32px;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.tips-element {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.tips-element .tips-icon {
  height: 20px;
  width: 20px;
  background: #8DB738;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tips-element .tips-text {
  width: calc(100% - 30px);
}

.tips-element .tips-text h3 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
}

.tips-element .tips-text p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 10px;
}

.press-container {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.press-card {
  width: calc(33.33% - 13.33px);
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), -2px 0 4px 0 rgba(0, 0, 0, 0.05), 2px 2px 4px 0 rgba(0, 0, 0, 0.03), 0 -2px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  height: auto;
}

.press-card a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.press-card .press-logo {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.press-card h3 {
  margin: 10px 0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.25;
}

.press-card .press-date {
  margin-top: auto;
  border-top: solid 1px #c7c7c7;
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: 1.25;
}

.faq-section {
  font-size: 1.6rem;
  line-height: 1.5;
}

.faq-section h3 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}

.faq-section h3:last-of-type {
  margin-top: 30px;
  font-size: 2rem;
  line-height: 3;
}

.faq-section .button {
  margin-top: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
  .marketing-form {
    max-width: 420px;
    padding: 40px;
  }

  .marketing-content .testimonial-container .container .testimonial-quote {
    max-width: calc(100% - 440px);
  }
}

@media only screen and (min-width: 0px) and (max-width: 992px) {

  header {
    padding: 0 30px;
  }

  footer {
    padding: 30px;
  }

  .footer-container {
    flex-wrap: wrap;
    margin: 0;
    padding-top: 0;
  }

  .footer-container .coloumn,
  .footer-container .coloumn:nth-of-type(2),
  .footer-container .coloumn:nth-of-type(3) {
    width: 100%;
    padding: 30px 0;
  }

  .footer-container .coloumn:nth-of-type(3) {
    padding-bottom: 80px;
  }

  .footer-container .column .btn-wrap {
    padding-top: 0;
  }

  .container {
    padding: 30px;
  }

  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 2rem;
  }

  .subtitle {
    font-size: 1.6rem;
  }

  .marketing-section {
    background-size: contain;
    background-position: top;
    background-color: #435488;
  }

  #diwali-2025 {
    background-size: contain;
    background-position: top;
    background-color: #534773;
  }

  .marketing-wrap {
    flex-direction: column;
  }

  .marketing-content h1 {
    max-width: 450px;
  }

  .marketing-content h2 {
    font-size: 1.8rem;
  }

  .marketing-content li .icon-text {
    font-size: 1.6rem;
  }

  .marketing-content .testimonial-container {
    position: static;
    margin: 120px -30px 30px;
    width: 100vw;
  }

  .marketing-content .testimonial-container .container .testimonial-quote {
    max-width: unset;
  }

  .marketing-form {
    margin-bottom: 60px;
    max-width: 100%;
  }

  .hampers-tabs {
    margin: 0 -30px;
    padding: 0 30px;
  }

  .product-image img,
  #productsCarousel .last-card {
    width: 273px;
    height: 273px;
  }

  .testimonial-section .testimonial-container .testimonial-quote {
    font-size: 1.6rem;
  }

  .press-card {
    width: calc(50% - 10px);
  }

  .sticky-alert {
    left: 30px;
  }

}

@media only screen and (min-width: 0) and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }

  header {
    padding: 0 16px;
    height: 80px;
  }

  .container {
    padding: 32px 16px;
  }

  footer {
    padding: 32px 16px;
  }

  .footer-logo,
  .header-logo {
    width: 97px;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .subtitle {
    font-size: 1.4rem;
    line-height: 1.2;
    padding-top: 12px;
  }

  .footer-container .coloumn {
    padding: 30px 0 0 0;
  }

  .footer-container .coloumn p {
    font-size: 1.2rem;
  }

  .footer-container .coloumn h3 {
    padding-bottom: 16px;
    font-size: 2rem;
  }

  .footer-container .coloumn .social-links {
    padding-top: 16px;
  }

  .marketing-section {
    background: url('../images/hero-generic-2025-sm.webp') no-repeat;
    background-size: contain;
    background-color: #435488;
  }

  #diwali-2025 {
    background: url('../images/hero-diwali-2025-sm.webp') no-repeat;
    background-size: contain;
    background-color: #534773;
  }

  .marketing-content h2 {
    font-size: 1.6rem;
    padding-top: 12px;
  }

  .marketing-content ul {
    padding-top: 12px;
    gap: 12px;
  }

  .marketing-content li .icon-text {
    font-size: 1.4rem;
  }

  .marketing-content .testimonial-container {
    margin: 80% -16px 12px;
  }

  #diwali-2025 .marketing-content .testimonial-container {
    margin: 72% -16px 12px;
  }

  .marketing-form {
    margin-bottom: 30px;
    padding: 20px;
  }

  .marketing-form h3 {
    font-size: 1.8rem;
  }

  .marketing-form .form-container {
    margin-top: 20px;
  }

  .marketing-form p {
    font-size: 1.2rem;
  }

  .hampers-tabs {
    margin: 0 -16px;
    padding: 0 16px;
  }

  .product-image img,
  #productsCarousel .last-card {
    width: 240px;
    height: 240px;
  }

  #productsCarousel .product-name {
    font-size: 1.4rem;
  }

  #productsCarousel .last-card h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .last-card .custom-primary-button {
    padding: 20px 30px;
  }

  .testimonial-section .testimonial-container {
    width: 240px;
  }

  .testimonial-section .testimonial-container .testimonial-quote {
    font-size: 1.4rem;
  }

  .tips-element .tips-text h3 {
    font-size: 1.4rem;
  }

  .press-card {
    width: 100%;
  }

  .press-card h3 {
    font-size: 1.4rem;
  }

  .press-card .press-date {
    font-size: 1.2rem;
  }

  .faq-section,
  .faq-section h3 {
    font-size: 1.4rem;
  }

  .faq-section h3:last-of-type {
    margin-top: 48px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .sticky-footer span {
    display: block;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
  }

  .sticky-alert {
    left: 16px;
    bottom: 140px;
  }

}

/* Modal */
.ei-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .4);
  display: none;
  z-index: 9998;
}

.ei-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.ei-card {
  max-width: 502px;
  width: 100%;
  background: #fff;
  border-radius: 13px;
  padding: 40px;
}

.ei-card p {
  font-size: 2rem;
  line-height: 1.6;
  margin: 0 0 40px;
  color: #063b36
}

.ei-actions {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}

.custom-secondary-button {
  appearance: none;
  border: 0;
  background: none;
  color: #00B29A;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}

.ei-hidden {
  display: none !important
}

.ei-noscroll {
  overflow: hidden
}

@media (max-width:480px) {
  .ei-card {
    padding: 24px 20px
  }

  .ei-title {
    font-size: 22px
  }

  .ei-body {
    font-size: 16px
  }
}

/*Ticker*/
#ticker-banner {
  background: #94B05B;
  color: #fff;
  padding: 22px;
  z-index: 10000;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 20s linear infinite;
}

.ticker-item {
  white-space: nowrap;
  padding-right: 15px;
  font-size: 1.8rem;
  line-height: 1.2;
}

.ticker-item::after {
  content: '|';
  padding-left: 15px;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}