h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
button {
  margin: 0;
}

a {
  display: inline-block;
  text-decoration: none;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Urbanist", sans-serif;
}

.container {
  max-width: 1156px;
  padding: 0 20px;
}

:root {
  --white: #fff;
  --primary_white: #fff8ec;
  --PrussianBlue: #003153;
  --Sazerac: #fff3e1;
  --GlossyBronze: #ffa83d;
  --Chestnut: #ab4c3a;
  --GreenLeaf: #4d7a42;
  --bgBlue: #12486d;

  --fnt48: 48px;
  --fnt32: 32px;
  --fnt22: 22px;
  --fnt20: 20px;
  --fnt16: 16px;
  --fnt14: 14px;
  --fnt12: 12px;

  --lh110: 110%;
  --lh120: 120%;
  --lh150: 150%;

  --fw300: 300;
  --fw400: 400;
  --fw500: 500;
  --fw600: 600;
  --fw700: 700;

  --ls4: 4px;
  --ls2: 2px;
  --ls15: 1.5px;
  --ls1: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--fw400);
  line-height: var(--lh120);
  color: var(--PrussianBlue);
}

h1,
.fnt48 {
  font-size: var(--fnt48);
  letter-spacing: var(--ls4);
}

h2,
.fnt32 {
  font-size: var(--fnt32);
  letter-spacing: var(--ls2);
}

h3 {
  font-size: var(--fnt20);
  letter-spacing: var(--ls15);
}

h4 {
}

p,
.fnt16 {
  font-size: var(--fnt16);
  line-height: var(--lh150);
  color: var(--PrussianBlue);
  font-weight: var(--fw400);
  letter-spacing: var(--ls1);
}

.fnt14 {
  font-size: var(--fnt14);
  line-height: var(--lh110);
  color: var(--PrussianBlue);
  font-weight: var(--fw400);
  letter-spacing: var(--ls1);
}

.btn_blue {
  background: #003153;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: Urbanist;
  font-weight: var(--fw500);
  font-size: var(--fnt16);
  line-height: var(--lh150);
  letter-spacing: 16%;
  text-transform: uppercase;
  padding: 0 30px;
  color: var(--white);
}

.btn_blue:hover,
.btn_blue:focus {
  background: linear-gradient(0deg, #003153, #003153);
  color: var(--white);
}

.btn_grey {
  background: #8baabf;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: Urbanist;
  font-weight: var(--fw500);
  font-size: var(--fnt16);
  line-height: var(--lh150);
  letter-spacing: 16%;
  text-transform: uppercase;
  padding: 0 30px;
  color: var(--white);
}

.btn_grey:hover,
.btn_grey:focus {
  background: #8baabf;
  color: var(--white);
}

/* Header Start */
.header .navbar {
  height: 80px;
}

.header .logo {
  height: 30px;
}

.header .btn_blue {
  height: 48px;
  max-width: 320px;
  width: 100%;
}

/* Header End */
/* Footer Start */
.footer {
  background: rgba(0, 0, 0, 1);
  padding: 76px 0;
}

.footer .imght30px {
  height: 30px;
  margin-bottom: 33px;
}

.footer .title {
  font-weight: var(--fw600);
  line-height: var(--lh150);
  color: var(--Sazerac);
}

.footer .text {
  line-height: var(--lh150);
  color: var(--Sazerac);
}

.footer .underLine {
  text-decoration: underline;
  margin-bottom: 12px;
  display: block;
}

.footer .socialIcons {
  display: flex;
  list-style: none;
}

.footer .mr12px {
  margin-right: 12px;
}

.footer .pages {
  list-style: none;
}

.footer .pages li a {
  font-weight: var(--fw400);
  font-size: var(--fnt14);
  line-height: var(--lh150);
  text-align: right;
  text-decoration: underline;
  color: var(--Sazerac);
}

.footer .mb32px {
  margin-bottom: 28px;
}

/* Footer End */

/* Index Start */
.banner .contentPosition {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner .bannerContent {
  max-width: 420px;
  width: 100%;
}

.banner .btn_blue {
  width: 100%;
  margin-bottom: 24px;
}

.banner .btn_grey {
  width: 100%;
}

.banner .blueCard {
  background-color: var(--PrussianBlue);
  padding: 16px 0;
}

.banner .blueCard .fnt14 {
  margin-left: 12px;
  font-weight: var(--fw500);
  color: var(--primary_white);
}

.banner .blueCard img {
  height: 32px;
  width: 32px;
}

.prepackaged {
  padding: 120px 0;
}

.prepackaged h2 {
  line-height: var(--lh150);
  max-width: 430px;
  margin: 0 auto 32px auto;
  text-align: center;
}

.prepackaged p {
  max-width: 150px;
  text-align: center;
  margin: 0 auto;
}

.prepackaged .afterLine:after {
  content: "";
  position: absolute;
  background-color: var(--PrussianBlue);
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
}

.prepackaged .afterLine:last-child:after {
  display: none;
}

.snack {
  background-color: var(--primary_white);
  padding: 40px 0 50px 0;
}

.snack h2 {
  max-width: 442px;
  margin: 0 auto;
}

.snack .imght559px {
  height: 559px;
}

.snack .imght47px {
  height: 47px;
  width: 38px;
}

.snack h3 {
  margin-bottom: 12px;
}

.snack p {
  max-width: 400px;
}

.snack .mb64px {
  margin-bottom: 64px;
}

.chooseSnack {
  padding: 71px 0 0 0;
}

.chooseSnack h2 {
  line-height: var(--lh150);
}

.chooseSnack .nav-tabs {
  border: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 29px;
}

.chooseSnack .nav-link {
  background: #d5e3ed;
  color: var(--PrussianBlue);
  font-weight: var(--fw600);
  padding: 15px 15px;
  border-radius: 0;
  letter-spacing: 2.56px;
  font-size: var(--fnt16);
  line-height: var(--lh150);
  text-transform: uppercase;
}

.chooseSnack .nav-link.active {
  background: #8baabf;
  color: var(--white);
}

.chooseSnack .imght292px {
  height: 292px;
}

.chooseSnack .text {
  max-width: 293px;
}

.chooseSnack .tag {
  background: rgba(139, 170, 191, 1);
  font-weight: var(--fw500);
  font-size: var(--fnt16);
  line-height: var(--lh150);
  letter-spacing: 2.56px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 20px;
  color: var(--white);
  max-width: 529px;
  width: 100%;
}

.chooseSnack h4 {
  font-size: var(--fnt22);
  font-weight: var(--fw600);
  line-height: var(--lh120);
  letter-spacing: var(--ls1);
}

.chooseSnack .maxwid267px {
  max-width: 267px;
  margin: 0 auto;
}

.chooseSnack .fnt14 {
  font-weight: var(--fw300);
}

.chooseSnack .afterLine:after {
  content: "";
  position: absolute;
  background-color: var(--PrussianBlue);
  height: 24px;
  width: 1px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.chooseSnack a {
  max-width: 533px;
  width: 100%;
}

.chooseSnack .afterLine:last-child:after {
  display: none;
}

.freshDrop {
  padding: 108px 0;
}

.freshDrop h2 {
  margin-bottom: 32px;
}

.freshDrop .imght64px {
  height: 64px;
  width: 64px;
}

.freshDrop h3 {
  line-height: var(--lh150);
}

.freshDrop .fnt14 {
  line-height: var(--lh150);
  max-width: 125px;
  margin: 0 auto;
}

.freshDrop .mb52px {
  margin-bottom: 52px;
}

.freshDrop .btn_blue {
  max-width: 528px;
  width: 100%;
}

.firstFreshDrop {
  background-color: var(--primary_white);
  padding: 64px 0;
}

.firstFreshDrop h2 {
  max-width: 368px;
  margin-bottom: 32px;
}

.firstFreshDrop h3 {
  line-height: var(--lh150);
  margin-bottom: 12px;
}

.firstFreshDrop p {
  margin-bottom: 32px;
}

.firstFreshDrop .btn_blue {
  max-width: 394px;
  width: 100%;
}

.firstFreshDrop .imght558px {
  height: 558px;
}

.soulOfSnack {
  padding: 120px 0 110px 0;
}

.soulOfSnack h2 {
  margin-bottom: 32px;
  line-height: var(--lh150);
}

.soulOfSnack .imght593px {
  height: 593px;
}

.soulOfSnack .imgPosition {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 114px;
  width: 105px;
}

.snackArrives {
  padding-bottom: 106px;
}

.snackArrives h2 {
  line-height: var(--lh150);
  max-width: 605px;
  margin: 0 auto 32px auto;
}

.snackArrives .imght360px {
  height: 360px;
  object-fit: cover;
}

.snackArrives h3 {
  line-height: var(--lh150);
  margin: 32px 0 12px 0;
}

.snackArrives .slick-slide {
  padding: 0 24px;
}

.snackSmart {
  padding-bottom: 120px;
}

.snackSmart h2 {
  line-height: var(--lh150);
}

.snackSmart .mt32px {
  margin-top: 32px;
}

.snackSmart .creamCard {
  background: var(--Sazerac);
  padding: 16px 16px 25px 16px;
}

.snackSmart .bronzeCard {
  background: var(--GlossyBronze);
}

.snackSmart .cardStyles {
  padding: 41px 12px;
  border-radius: 12px;
  min-height: 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.snackSmart h3 {
  line-height: var(--lh150);
  max-width: 193px;
  margin: 0 auto;
}

.snackSmart p {
  max-width: 296px;
  margin: 32px auto 0 auto;
}

.snackSmart .maroonCard {
  background: rgba(171, 76, 58, 1);
}

.snackSmart .greenCard {
  background: rgba(77, 122, 66, 1);
}

.snackSmart .textWhite {
  color: var(--white);
}

.snackSmart .slick-slide {
  padding-right: 24px;
}

.snackSmart .slick-dots {
  display: none;
  list-style: none;
  margin-top: 24px;
  justify-content: center;
}

.snackSmart .slick-dots button {
  font-size: 0;
  border: 0;
  background-color: transparent;
  background: rgba(215, 229, 238, 1);
  height: 5px;
  width: 60px;
  border-radius: 0;
}

.snackSmart .slick-dots li:first-child button {
  border-radius: 20px 0 0 20px;
}

.snackSmart .slick-dots li:last-child button {
  border-radius: 0 20px 20px 0;
}

.snackSmart .slick-dots .slick-active button {
  background: rgba(166, 195, 215, 1);
}

.questions {
  padding-bottom: 120px;
}

.questions h2 {
  margin-bottom: 32px;
}

.questions .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(177, 199, 214, 1);
  border-radius: 0;
  padding: 20px;
}

.questions .accordion-button {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  font-weight: var(--fw400);
  font-size: var(--fnt20);
  line-height: var(--lh150);
  letter-spacing: 1.2px;
  color: rgba(0, 49, 83, 1);
}

.questions .accordion-button::after {
  background-image: url(../../assets/img/accordionBtn.svg);
  height: 12px;
  width: 12px;
  background-size: cover;
  background-repeat: no-repeat;
}

.questions .accordion-body {
  padding: 10px 0 0 0;
}

.availabilityDepends {
  background: rgba(0, 49, 83, 1);
  padding: 64px 0;
}

.availabilityDepends h6 {
  font-weight: var(--fw400);
  font-size: var(--fnt16);
  line-height: var(--lh150);
  letter-spacing: 0.64px;
  text-align: center;
  color: rgba(255, 243, 225, 1);
  margin-bottom: 30px;
}

.availabilityDepends .maxwid267px {
  max-width: 230px;
  margin: 0 auto;
}

.availabilityDepends .afterLine:after {
  content: "";
  position: absolute;
  background-color: rgba(35, 98, 142, 1);
  height: 24px;
  width: 1px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.availabilityDepends a {
  max-width: 529px;
  width: 100%;
  background: var(--Sazerac) !important;
  color: var(--PrussianBlue) !important;
}

.availabilityDepends .fnt14 {
  color: rgba(255, 243, 225, 1);
  font-weight: var(--fw300);
  font-size: var(--fnt14);
  line-height: var(--lh120);
}

.availabilityDepends h3 {
  color: rgba(255, 243, 225, 1);
  font-weight: var(--fw600);
}

.availabilityDepends .afterLine:last-child:after {
  display: none;
}

.availabilityDepends .blueCard {
  background: rgba(18, 72, 109, 1);
  padding: 47px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.availabilityDepends .colorChange {
  color: var(--Sazerac);
}

.availabilityDepends .mb36px {
  margin-bottom: 36px;
}

/* Index End */

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

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

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

@media screen and (max-width: 991px) {
  .header .navbar {
    height: 65px;
  }

  .header .logo {
    height: 20px;
  }

  .header .btn_blue {
    height: 34px;
    max-width: 160px;
  }

  .snackSmart .slick-dots {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --fnt48: 26px;
    --fnt32: 22px;
    --fnt22: 18px;
    --fnt20: 18px;
    --fnt16: 16px;
    --fnt14: 10px;

    --ls4: 2px;
    --ls2: 1.5px;
    --ls15: 1px;
    --ls1: 1px;
  }

  .btn_blue,
  .btn_grey {
    height: 42px;
    font-size: 12px;
    padding: 0 16px;
  }

  .banner .contentPosition {
    top: inherit;
    transform: inherit;
    bottom: 24px;
  }

  .banner .blueCard .fnt14 {
    margin: 8px auto 0 auto;
    max-width: 74px;
  }

  .prepackaged .afterLine:after {
    height: 1px;
    width: 272px;
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b1c7d6;
  }

  .prepackaged p {
    max-width: 100%;
    padding: 12px 0;
    font-weight: var(--fw300);
  }

  .prepackaged {
    padding: 76px 0;
  }

  .snack .imght559px {
    height: 350px;
    object-fit: cover;
  }

  .snack {
    padding: 16px 0 4px 0;
  }

  .snack .imght47px {
    height: 29px;
    width: 24px;
  }

  .snack p {
    font-weight: var(--fw300);
  }

  .snack .mb64px {
    margin-bottom: 32px;
  }

  .snack h2 {
    max-width: 322px;
  }

  .chooseSnack .nav-link {
    font-size: var(--fnt12);
    line-height: var(--lh120);
    padding: 16px 20px;
    max-width: 328px;
    width: 100%;
    color: var(--white);
    background-color: rgba(139, 170, 191, 1);
    margin-bottom: 32px;
  }

  .chooseSnack .tab-content .tab-pane {
    display: block;
    opacity: 1;
  }

  .chooseSnack .imght292px {
    height: 216px;
    object-fit: cover;
  }

  .chooseSnack h3 {
    font-size: var(--fnt16);
    line-height: var(--lh150);
    margin: 12px 0;
  }

  .chooseSnack .text {
    font-weight: var(--fw300);
    font-size: var(--fnt12);
  }

  .chooseSnack .tag {
    font-size: 10px;
    padding: 10px;
  }

  .chooseSnack h3 {
    line-height: var(--lh120);
    margin: 24px 0 10px 0;
  }

  .chooseSnack .maxwid267px {
    max-width: 200px;
  }

  .mobileDesign {
    padding: 80px 0 56px 0;
  }

  .mobileDesign .imght393px {
    height: 393px;
    object-fit: cover;
  }

  .freshDrop {
    padding: 0 0 80px 0;
  }

  .freshDrop h3 {
    font-size: var(--fnt22);
  }

  .freshDrop .imght64px {
    height: 32px;
    width: 32px;
  }

  .freshDrop .fnt14 {
    font-weight: var(--fw300);
    line-height: var(--lh120);
  }

  .firstFreshDrop {
    background-color: inherit;
    padding: 0;
  }

  .firstFreshDrop .imght558px {
    height: 330px;
    object-fit: cover;
  }

  .firstFreshDrop h2 {
    line-height: var(--lh150);
    text-align: center;
    margin: 24px 0;
    max-width: 297px;
  }

  .firstFreshDrop p {
    max-width: 196px;
    margin: 0 auto 24px auto;
  }

  .soulOfSnack {
    padding: 66px 0 0 0;
  }

  .soulOfSnack h2 {
    margin-bottom: 24px;
  }

  .soulOfSnack .imght593px {
    height: 290px;
    object-fit: cover;
  }

  .soulOfSnack .imgPosition {
    height: 53px;
    width: 49px;
  }

  .snackArrives {
    background: rgba(255, 248, 236, 1);
    padding: 70px 0 55px 0;
  }

  .snackArrives h2 {
    font-size: 18px;
    max-width: 310px;
  }

  .snackArrives .imght360px {
    height: 236px;
    object-fit: cover;
  }

  .snackArrives .slick-slide {
    padding: 0 4px;
  }

  .snackArrives h3 {
    font-size: var(--fnt16);
    margin: 12px 0;
  }

  .snackArrives p {
    font-weight: var(--fw300);
    font-size: var(--fnt12);
    line-height: var(--lh120);
  }

  .snackSmart {
    padding: 80px 0;
  }

  .snackSmart h2 {
    font-size: 18px;
  }

  .snackSmart .mt32px {
    margin-top: 24px;
  }

  .snackSmart h3 {
    font-size: 16px;
  }

  .snackSmart p {
    font-weight: var(--fw300);
    font-size: var(--fnt12);
    line-height: var(--lh120);
  }

  .snackSmart .creamCard {
    min-height: 280px;
  }

  .questions h2 {
    line-height: var(--lh150);
    max-width: 250px;
    margin: 0 auto 4px auto;
  }

  .questions .accordion-button {
    font-size: var(--fnt16);
  }

  .questions .accordion-item {
    padding: 10px;
  }

  .questions .accordion-body p {
    font-weight: var(--fw300);
    font-size: var(--fnt12);
    line-height: var(--lh120);
  }

  .questions {
    padding-bottom: 80px;
  }

  .availabilityDepends {
    padding: 32px 0;
  }

  .availabilityDepends h6 {
    line-height: var(--lh120);
    margin-bottom: 10px;
  }

  .availabilityDepends h3 {
    line-height: var(--lh120);
  }

  .availabilityDepends a {
    max-width: 328px;
    margin-bottom: 27px;
  }

  .availabilityDepends .blueCard {
    padding: 18px 0;
    max-width: 328px;
    margin: 0 auto;
  }

  .availabilityDepends .colorChange {
    font-size: var(--fnt14);
    line-height: var(--lh120);
  }

  .availabilityDepends .mb36px {
    margin-bottom: 28px;
  }

  .footer {
    padding: 32px 0;
  }

  .footer .imght30px {
    margin-bottom: 24px;
  }

  .footer .title {
    font-size: 14px;
  }

  .footer .text {
    font-size: 14px;
  }

  .footer .underLine {
    margin-bottom: 4px;
  }

  .footer .pages li a {
    font-size: 14px;
  }
}

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