.hidden{
    display: none;
}

.btn svg {
    position: relative;
    z-index: 3;
    transition: color 0.35s ease;
}

.hero-coffee{
    padding: 100px 0 87px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 675px;
        display: flex;
    align-items: center;
}

.hero-coffee__box{
    background-color: var(--blue-bird);
    padding: 42px 23px 40px 44px;
    border: 6px solid var(--beak);
    border-radius: 7px;
    max-width: 504.5px;
    background-clip: padding-box;
    position: relative;
    
}

.hero-coffee__content{
    position: relative;
    max-width: max-content;
    width: 100%;
    margin-top: -12px;
}

.hero-coffee__content::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: var(--beak);
    /* border: 6px solid var(--beak); */
    left: -14.31px;
    top: 11.61px;
    border-radius: 7px;

}

.hero-coffee__content{
    z-index: 2;
    position: relative;
}

.hero-coffee .container {
    max-width: 1335px;
    width: 100%;
}

.hero-coffee__heading {
    color: var(--white);
    font-weight: 700;
    font-size: 48px;
    line-height: calc(60 / 48);
    letter-spacing: 0%;
    margin-bottom: 11px;

}

.hero-coffee__description p{
    color: var(--white);
    font-family: 'Suti';
    font-weight: 400;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0%;

}

.intro-coffee{
    padding-top: 25px;
    padding-bottom: 35px;
}

.intro-coffee .container{
    max-width: 1336px;
}

.intro-coffee__inner{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.intro-coffee__content{
    width: 53%;
    padding: 103px 20px 139px 3.5%;
}

.intro-coffee__thumbnail{
    width: 47%;
    position: relative;
}

.intro-coffee__thumbnail img{
    margin: 0 auto;
}

.intro-coffee__spin--right{
    right: 5% !important;
    top: 10% !important;
    width: 22.36% !important;
    height: auto !important;
    object-fit: unset !important;
}

.intro-coffee__spin--left{
    left: 7px !important;
    bottom: 15% !important;
    width: 16% !important;
    height: auto !important;
    object-fit: unset !important;
}

.img-intro__spin{
    position: absolute;
    bottom: 15.9%;
    left: 2.1%;
}

.img-intro__spin:hover {
  animation: spin 3s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.our-coffee{
    position: relative;
}

.our-coffee .container{
    max-width: 1356px;
}

.intro-coffee__block h2{
    color: var(--blue-700);
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 31px;
    letter-spacing: 0.02em;
    margin-bottom: 26px;

}

.intro-coffee__block h3{
    font-weight: 700;
    font-size: 36px;
    line-height: calc(44 / 36);
    color: var(--blue-700);
    margin-bottom: 4px;

}

.intro-coffee__desc p, .intro-coffee__desc{
    font-weight: 400;
    font-size: 18px;
    line-height: calc(24 / 18);
    color: var(--black);
}

.intro-coffee__desc p:not(:last-child){
    margin-bottom: 15px;
}

.intro-coffee__desc.coffee-intro__desc--small p{
    font-size: 16px;
    line-height: calc(22 / 16);
}

.intro-coffee__block:not(:last-child){
    margin-bottom: 65px;
}

.our-coffee__heading{
    font-family: 'Suti';
    font-weight: 400;
    font-size: 60px;
    line-height: calc(72 / 60);
    letter-spacing: 0%;
    padding: 19px 29px 26px 28px;
    background: var(--blue-bird);
    color: var(--white);
    border: 7px solid var(--blue-100);
    border-radius: 50%;
    display: inline-block;
    rotate: -9deg;
    top: -73px;
    position: absolute;
    /* Delete */
    /* max-width: 319px;
    max-height: 130px; */
}

.our-coffee{
    background-color: var(--blue-100);
    padding-top: 98px;
    padding-bottom: 56px;
}

.our-coffee__list{
    max-width: 1189px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    gap: 39px;
}

.our-coffee__item{
    border-radius: 20px;
    overflow: hidden;
    width: calc((100% - 78px) / 3);
    background-color: var(--white);
}

.our-coffee__item--content{
    padding: 20px 26.25px 21px;
}

.our-coffee__item--name{
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: var(--black);
    margin-bottom: 1px;
}

.our-coffee__item--subtite p{
    font-weight: 700;
    font-size: 16px;
    line-height: calc(22 / 16);
    letter-spacing: 0%;
    color: var(--black);
    margin-bottom: 7px;

}

.our-coffee__item--desc p{
    font-weight: 400;
    font-size: 14px;
    line-height: calc(20 / 14);
    letter-spacing: 0%;
}

.our-coffee__item--thumbnail{
    aspect-ratio: 370 / 197;

}

.our-coffee__item--thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-cta{
    background: var(--blue-bird);
    padding: 40px 0 39px;
}

.section-cta .container{
    max-width: 1437px;
}

.section-cta__inner{
    max-width: 1144px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr max-content;
     align-items: center;
}

.section-cta__wrapper{
    padding: 50px 20px;
    background: var(--blue-700);
    border-radius: 20px;
}

.section-cta__title{
    font-weight: 700;
    font-size: 48px;
    line-height: calc(60 / 48);
    letter-spacing: 0%;
    color: var(--white);
    margin-bottom: 15px;
}

.section-cta__desc p{
    font-weight: 400;
    font-size: 18px;
    line-height: calc(24 / 18);
    letter-spacing: 0%;
    color: var(--white);
}

.section-cta__content{
    /* width: 70.7%; */
/*     padding-right: 40px; */
}

.section-cta__groups a{
    padding: 12px 20px;
    font-family: 'Agrandir';
    
}

.section-cta__groups{
        display: flex;
    align-items: center;
    gap: 36px;
}

/* Careers */
.hero-careers{
    background: var(--blue-100);
    padding: 31px 0 34px;
}

.hero-careers .container{
    max-width: 1434px;
}

.hero-careers__inner{
    background: var(--blue-700);
    border-radius: 47px;
    padding: 60px 40px 54px;
}

.hero-careers__inner{
    position: relative;
}

.hero-careers__img{
    position: absolute;
    right: 8.1%;
    bottom: -32%;
    width: 14%;
}

.hero-careers__wrapper{
    max-width: 1214px;
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
    align-items: center;
    margin: 0 auto;
}

.hero-careers__subtitle p{
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFCD49;
    margin-bottom: 20px;
}

.hero-careers__title h1{
    font-weight: 700;
    font-size: 36px;
    line-height: calc(44 / 36);
    letter-spacing: 0%;
    color: var(--white);
    margin-bottom: 0;
}

.hero-careers__group{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}

.hero-careers__group a{
        font-family: 'Agrandir';
}
.hero-careers__content{
    width: calc(35% - 27.5px);

}

.hero-careers__desc{
    width: calc(65% - 27.5px);
    max-width: 692px;
    padding: 20px 0;

}

.hero-careers__desc p{
    color: var(--white);
    font-family: 'Agrandir';
    font-weight: 469;
    font-size: 24px;
    line-height: calc(32 / 24);
    letter-spacing: 0%;
}

.why-onvo{
    padding: 84px 0 62px;

}

.why-onvo .container{
    max-width: 1344px;
}

.why-onvo__heading{
    max-width: 1218px;
    margin: 0 auto;
    margin-bottom: 19px;
}

.why-onvo__title{
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: calc(44 / 36);
    letter-spacing: 0%;
    color: var(--blue-700);
    margin-bottom: 4px;
}

.why-onvo__desc p{
    font-weight: 400;
    font-size: 18px;
    line-height: calc(24 / 18);
    letter-spacing: 0%;
    color: var(--black);
}

.why-onvo__list{
    display: flex;
    flex-wrap: wrap;
    gap: 29px 20px;

}

.why-onvo__item{
    padding: 30px 50px;
    width: calc((100% - 40px) / 3);
}

.why-onvo__item--top{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 5px;
}

.why-onvo__item--icon{
    max-width: 54px;
	height: 59px;
    /* aspect-ratio: 1; */
    /* object-fit: cover; */
}

.why-onvo__item--title{
    font-weight: 700;
    font-size: 20px;
    line-height: calc(30 / 20);
    letter-spacing: 0%;
    vertical-align: bottom;
    color: var(--blue-700);
    margin: 0;
    max-width: 161px;
}

.why-onvo__item--desc p{
    font-weight: 400;
    font-size: 16px;
    line-height: calc(23 / 16);
    letter-spacing: 0%;
    color: #727272;
    max-width: 286px;
}

.cta-careers .container{
    max-width: 1434px;
}

.cta-careers__inner{
    background: var(--blue-700);
    border-radius: 47px;
    padding: 53px 40px 49px;
}

.cta-careers__wrapper {
    max-width: 1142px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 auto;
    align-items: center;
}

.cta-careers__heading{
    width: calc(39.5% - 20px);
}

.cta-careers__desc {
    width: calc(60.5% - 20px);

}

.cta-careers__desc p{
    font-weight: 700;
    font-size: 18px;
    line-height: calc(24 / 18);
    letter-spacing: 0%;
    color: var(--white);

}

.cta-careers__heading h2{
    font-weight: 700;
    font-size: 36px;
    line-height: calc(44 / 36);
    letter-spacing: 0%;
    color: var(--white);
    margin-bottom: 11px;
}

.intro-coffee.intro-careers{
    padding-top: 42px;
}

.intro-coffee.intro-careers .intro-coffee__desc p:not(:last-child){
    margin-bottom: 18px;
}

.intro-coffee.intro-careers .intro-coffee__desc{
    max-width: 571px;
}

.intro-coffee.intro-careers .intro-coffee__content {
    padding: 107px 20px 101px 3.5%;
}

.section-grow{
    background: var(--soaring-orange);
    padding: 17px 0 18px;
}

.section-grow .container{
    max-width: 1462px;
    padding: 0 29px;
}

.section-grow__inner{
    background: var(--Beige, #FFFBF9);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.section-grow__thumbnail{
    aspect-ratio: 682 / 456;
    line-height: 0;
    border-radius: 12px;
    overflow: hidden;
    width: 49.34%;
	flex: 1;
}

.section-grow__content{
    padding: 40px 30px 64px clamp(40px, 6.528vw, 94px);
    width: 50.66%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-grow__title{
    font-weight: 700;
    font-size: 48px;
    line-height: calc(60 / 48);
    letter-spacing: 0%;
    margin-bottom: 19px;
    color: var(--blue-700);
}

.section-grow__desc p{
    font-weight: 400;
    font-size: 18px;
    line-height: calc(24 / 18);
    color: var(--black);
    max-width: 537px;
}

.section-grow__thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-preview{
    background: var(--blue-100);
    padding: 70px 0 63px;
}

.blog-preview__heading{
    padding-left: 33px;
    padding-right: 14px;
    margin-bottom: 32px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
}

.blog-preview__list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-preview .container{
    max-width: 1365px;
}

.blog-preview__thumbnail{
    aspect-ratio: 417.67 / 200;
    line-height: 0;
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-preview__thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-preview__title{
    font-weight: 700;
    font-size: 18px;
    line-height: calc(24 / 18);
    color: var(--black);
    margin-bottom: 12px;
}

.blog-preview__excerpt, .blog-preview__date{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
    margin-bottom: 12px;
}

.blog-preview__date{
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
}

.blog-preview__excerpt{
    margin-bottom: 6px;
}

.blog-preview__heading h2{
    font-weight: 700;
    font-size: 36px;
    line-height: calc(44 / 36);
    letter-spacing: 0%;
    color: var(--blue-700);
    margin: 0;
}

.blog-preview__link{
/*     font-family: 'Arial'; */
    font-weight: 700;
/*     font-size: 18px;
    line-height: calc(24 / 18); */
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--black);
    display: inline-block;
	color: var(--blue-bird, #0057C7);
    font-size: 16px;
    line-height: 21px;
    font-family: 'Agrandir';
	display: inline-flex;
    align-items: center;
    gap: 8px;
	transition: all .3s ease
}

.blog-preview__link:hover{
	gap: 10px
}

.blog-preview__heading a{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 6px;
    padding-left: 14px;

}

.section-cta.section-cta__center .container{
    max-width: 1440px;
    padding: 0 20px;
}

.section-cta.section-cta__center{
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-cta.section-cta__center .section-cta__title{
    font-size: 36px;
    line-height: calc(44 / 36);

}

.section-cta.section-cta__center .section-cta__inner{
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-cta.section-cta__center .section-cta__wrapper{
    padding: 33px 20px;
}

.section-cta.section-cta__center .section-cta__content{
    padding-right: 44px;
}

.section-cta.section-cta__center .section-cta__title{
    margin: 0;
}

.section-cta.section-cta__center .section-cta__desc{
    display: none;
}

/* Hotels */
.why-hotels{
    background: var(--blue-bird);
    padding: 64px 0 84px;
}

.why-hotels__heading h2{
    font-weight: 700;
    font-size: 48px;
    line-height: calc(60 / 48);
    letter-spacing: 0%;
    text-align: center;
    color: var(--white);
    margin-bottom: 0;
    max-width: 500px;
    margin: 0 auto ;
}

.why-hotels__inner{
    position: relative;
}

.why-hotel__img{
    position: absolute;
    top: -36%;
    right: 45px;
}

.why-hotels__heading {
    margin-bottom: 82px;
}

.why-hotels__desc p{
    margin-top: 10px;
    font-family: 'Agrandir';
    font-weight: 336;
    font-size: 24px;
    line-height: calc(32 / 24);
    letter-spacing: 0.01em;
    text-align: center;
    color: var(--white);
}

.why-hotels__list{
    display: flex;
    gap: 42px;
    justify-content: center;
    flex-wrap: wrap;
    /* max-width: 1147px; */
    margin: 0 auto;
}

.why-hotels__box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0 12px;
    max-width: 184px;
}

.why-hotel__text{
    color: var(--white);
    font-weight: 400;
    font-size: 18px;
    line-height: calc(24 / 18);
    text-align: center;

}

.section-brand{
    padding: 74px 0 84px;
}

.section-brand .container{
    max-width: 1088px;
}

.section-brand__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-brand__list{
    width: 49%;
    display: flex;
    gap: 24.43px 30px;
/*     justify-content: space-between; */
        flex-wrap: wrap;
    align-items: center;
}

.section-brand__list img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-brand__content{
    width: 51%;
    padding-right: 30px;
    max-width: 461px;
}

.section-brand__logo{
    aspect-ratio: 133.38 / 78.29;
    max-width: 133.38px;
    line-height: 0;
}

.section-brand__title{
    font-weight: 700;
    font-size: 48px;
    line-height: calc(60 / 48);
    color: var(--blue-700);
    margin-bottom: 7px;
}

.section-brand__desc p{
    font-family: 'Agrandir';
    font-weight: 336;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: var(--black);
}

.hotel-location{
    background: var(--blue-100);
    padding: 65px 0 130px;
}

.hotel-location .container{
    max-width: 1256px;
}

.hotel-location__title{
    font-family: 'Agrandir' ;
    font-weight: 700;
    font-size: 48px;
    line-height: 31px;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--blue-700);
    margin-bottom: 81px;
}

.hotel-location__list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px 50px;
}

.hotel-location__content{
    padding: 28px 33px 18px;
}

.hotel-location__item{
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hotel-location__thumbnail{
    line-height: 0
}

.hotel-location__thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 368 / 157;
}

.hotel-location__name{
    font-weight: 700;
    font-size: 20px;
    line-height: calc(30 / 20);
    color: #101828;
    margin-bottom: 10px;
}

.hotel-location__address, .hotel-location__phone{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--gray);
    margin-bottom: 1px;
}

.hotel-location__phone{
    margin-bottom: 21px;
    display: inline-block;
}


.hotel-location__link a{
    font-family: 'Agrandir';
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--blue-bird);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hero-img .hero-careers__desc{
    display: none;
}

.hero-careers.hero-careers__blue--bird {
    background: var(--blue-bird);
}

.hero-careers__thumbnail{
    position: absolute;
    right: 5.4%;
    max-width: 24.7%;
    top: -2%;
	translateX(-5%);
}


.hero-food.hero-careers .hero-careers__thumbnail:hover, .intro-food__img:hover{
	animation: pulseLoopHover 2.5s ease-in-out infinite;
}

@keyframes pulseLoopHover {
  0%,
  100% {
    transform: translateY(0)scale(1);
  }

  50% {
    transform: translateY(-10px)scale(1.01);
  }
}

.hero-careers.hero-img .hero-careers__content{
    width: 67%;
}

.hero-careers.hero-container__small .container{
    max-width: 1414px;
}

.hero-careers.hero-container__small{
    padding-bottom: 31px;
}

.hero-careers.hero-img .hero-careers__inner{
    padding: 70px 40px 66px
}

.hero-careers__vector{
        position: absolute;
    bottom: 8%;
    left: -16%;
    width: 34.4%;
    z-index: 2;
}

.hero-careers__img--main{
    border-radius: 8px;
    border: 8px solid var(--blue-bird);
    transform: rotate(5.76deg);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
}

.hero-careers__thumbnail{
    aspect-ratio: 1;
}

.community-programs .cp-content__subtile{
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--soaring-orange);
    margin-bottom: 19px;
}

.community-programs__hotels.community-programs .inner{
    grid-template-columns: 42.36% 57.64%;
    min-height: 533px;
	max-width: 1440px;
    margin: 0 auto;
}

.community-programs__hotels.community-programs .content-col h2{
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 9px;
}

.community-programs__hotels.community-programs .cp-content-item p {
    max-width: 488px;
}

.community-programs__hotels.community-programs  .btn{
    padding: 12px 20px;
}

.community-programs__hotels.community-programs .btn-group {
    margin-top: 13px;
}

.community-programs.community-programs__hotels .content-col .swiper-slide{
    padding: 89px 20px 100px 0;
    
}

.community-programs.community-programs__hotels .content-col  .swiper-pagination{
    bottom: 83px;
}

/* Food & Drink */
.hero-food .hero-careers__img--main{
    border-radius: 0;
    border: none;
    transform: unset;
    height: auto;
}

.hero-food.hero-careers .hero-careers__content {
    width: 53.9%;
}

.hero-food.hero-careers .hero-careers__title h1{
    font-size: 48px;
    line-height: calc(60 / 48);
}

.hero-food.hero-careers .hero-careers__inner {
    padding: 67px 40px 76px;
}

.hero-food.hero-careers .hero-careers__subtitle p{
    margin-bottom: 22px;
}

.hero-food.hero-careers .hero-careers__group{
    margin-top: 22px;
}

.hero-food.hero-careers {
    padding: 31px 0 26px;
}

.hero-food.hero-careers .hero-careers__thumbnail {
    position: absolute;
    right: 0.4%;
    max-width: 46.7%;
    top: 10%;
    aspect-ratio: unset;
}

.intro-food .container{
    max-width: 1394px;
}

.intro-food__inner{
    display: grid;
    grid-template-columns: 53.2% 46.8%;
    align-items: center;
}

.intro-food__content{
    padding: 17px 35px 77px clamp(20px, 7.014vw, 101px);

}

.intro-food__title{
    font-weight: 700;
    font-size: 48px;
    line-height: calc(60 / 48);
    color: var(--blue-700);
    margin-bottom: 2px;
}

.intro-food__desc p, .intro-food__features--desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--black);
}

.intro-food__desc {
    margin-bottom: 28px;
}

.intro-food__features--title{
    font-weight: 700;
    font-size: 20px;
    line-height: calc(30 / 20);
    color: var(--black);
    margin-bottom: 1px;
}

.intro-food__group{
    margin-top: 30px;
}

.intro-food{
        padding-top: 40px;
    padding-bottom: 30px;
}

.intro-food__img{
	padding-top: 31px
}

.fast-food .container{
    padding: 0 27px;
	margin-bottom: 57px
}

.fast-food__inner{
    background: var(--blue-700);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    grid-template-columns: 54.12% 45.88%;
    display: grid;
    align-items: stretch;
}

.fast-food__content h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #FFFBF9;
    margin-bottom: 11px;
}

.fast-food__content{
    padding: 40px 70px 44px clamp(20px, 6.736vw, 97px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fast-food__desc{
    max-width: 522px;
}

.fast-food__image{
    position: relative;
}

.fast-food__spin{
    position: absolute;
    top: 10%;
    left: -10px;
    transform: translateX(-50%);
    width: 23% !important;
    height: auto !important;
    object-fit: unset !important;
}

.fast-food__spin:hover {
  /* animation: spinFood 3s linear infinite; */
}

@keyframes spinFood {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

.fast-food__desc p, .fast-food__desc li{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFBF9;

}

.fast-food__desc li::marker{
        font-size: 8px;
}

.fast-food__desc p:not(:last-child){
    margin-bottom: 16px;
}

.fast-food__desc li:not(:last-child){
    margin-bottom: 4px;
}

.fast-food__image{
    aspect-ratio: 636 / 405;
}

.fast-food__image img{
        width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fast-food__desc ul{
    margin-left: 24px;
    margin-bottom: 16px;
}

.quick-section__content h2{
/*     color: var(--blue-700);
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.25;
    margin-bottom: 10px;
    max-width: 777px; */
	font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #FFFBF9;
    margin-bottom: 11px;

}

.quick-section__desc p{
/*     color: var(--black);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%; */
	font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFBF9;
}

.quick-section__desc sup {
    position: relative;
    vertical-align: unset;
    margin-left: 1px;
    font-size: inherit;
}

.quick-section__list{
    display: flex;
    gap: 10px 47px;
    max-width: 777px;
    flex-wrap: wrap;

}

.quick-section .container{
    max-width: 1440px;
}

.quick-section__list img{
    max-width: 133.38px;
	width: auto;
/* 	max-width: 100% */
}

.quick-section__desc{
    margin-bottom: 27.14px;
    max-width: 522px;
}

.quick-section__inner{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
/* 	grid-template-columns: 54.12% 45.88%;
    display: grid;
    align-items: stretch; */
	background: #023787;
	border-radius: 20px;
	overflow: hidden
}

.quick-section{
        padding-top: 30px;
        padding-bottom: 39px;
}

.quick-section__image{
    width: 45.88%;
    aspect-ratio: 636 / 405;
	position: relative;
	right: -1px;
}

.quick-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.quick-section__content{
/*     width: 63.3%;
    padding-left: 40px;
    padding-bottom: 38px;
    padding-top: 40px; */
	width: 54.12%;
	padding: 79px 70px 44px clamp(20px, 6.736vw, 97px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.best-coffee{
    background: var(--blue-100);
}

.best-coffee__inner{
    grid-template-columns: 54.1% 45.9%;
    display: grid;
    align-items: stretch;
	max-width: 1920px;
    margin: 0 auto;
}

.best-coffee__wrapper {
    padding: 73px 40px 40px 31px;
    display: flex;
    align-items: center;
	justify-content: center;
}

.best-coffee__wrapper h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 1.25;
    color: var(--blue-700);
    margin-bottom: 4px;
}

.best-coffee__desc p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--black);
}

.best-coffee__desc {
    margin-bottom: 22px;
}

.best-coffee__thumbnail{
    aspect-ratio: 661 / 483;
    line-height: 0;
    max-width: 100%;
}

.best-coffee__food .best-coffee__thumbnail img{
	width: auto;
    max-width: 655px;
    object-fit: contain;
}

.best-coffee__food .best-coffee__wrapper {
    padding: 71px 69px 40px 40px;
    justify-content: flex-end;
}

.best-coffee.best-coffee__food {
	background: none;
    padding-bottom: 23px;
}

.best-coffee.best-coffee__food .best-coffee__inner{
	align-items: center
}

.best-coffee.best-coffee__food .best-coffee__inner{
	grid-template-columns: 48.1% 51.9%;
}

.best-coffee__thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-coffee__content{
    max-width: 495px;
}

.about-food{
    padding-bottom: 17px;
}

.about-food--update .container{
	max-width: 100%
}
.about-food__content h2{
    color: var(--blue-700);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.25;
    max-width: 777px;

}

.about-food__content{
    padding: 120px 26px 44px 40px;
}

.about-food__desc p{
    color: var(--black);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;

}

.about-food__desc {
    margin-bottom: 26px;
    max-width: 777px;
}

.about-food__image {
	position: relative;
}

.about-food__image .image-sticker-food {
	width: auto;
    top: 31px;
    right: 37px;
}

.about-food__inner{
    grid-template-columns:37.8% 62.2%;
    display: grid;
    align-items: center;
}

.about-food .container{
    padding: 0;
	max-width: 1440px
}

.packages-food{
    background: var(--soaring-orange);
    padding: 33px 0;

}

.packages-food .container{
    max-width: 1400px;
}

.packages-food__inner{
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 26px;
}

.packages-food__item{
    background: var(--Beige, #FFFBF9);
    border-radius: 25px;
    overflow: hidden;
    grid-template-columns: 63.24% 36.76%;
    display: grid;
        align-items: stretch;
}

.packages-food__content{
    padding: 51px 38px 45px 41px;
    
}

.packages-food__img{
    line-height: 0;
    aspect-ratio: 243 / 260;
    max-width: 100%;
}

.packages-food__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.packages-food__title {
    font-family: 'Agrandir';
    font-weight: 700;
    font-size: 30px;
    line-height: calc(38 / 30);
    vertical-align: bottom;
    color: var(--black);
    margin-bottom: 14px;
}



.packages-food__desc p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: var(--black);
}

.gallery-food{
    background-color: var(--blue-100);
    padding: 46px 0 32px;
}

.gallery-food__title{
    color: var(--blue-700);
    font-weight: 700;
    font-size: 48px;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 25px;
    padding: 0 26px;
}

.gallery-food__item {
    aspect-ratio: 1;
    line-height: 0;
}

.gallery-food__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.gallery-food__item{
    width: 100% !important;
  max-width: 370px !important;
}

.gallery-food__swiper .swiper-pagination{
    bottom: -2px;
}

.gallery-food__swiper{
    padding-bottom: 34px;
}

/* Truck Stop Amenities */
.hero-truck .hero-careers__title h1{
    font-size: 48px;
    line-height: 1.25;

}

.hero-truck .hero-careers__wrapper {
    max-width: 1218px;
}

.hero-careers.hero-truck .hero-careers__inner {
    padding: 61px 40px 73px;
}

.hero-careers.hero-truck .hero-careers__subtitle p{
    margin-bottom: 34px;
}

.hero-careers.hero-truck .hero-careers__group{
    margin-top: 19px;
}

.hero-careers.hero-truck .hero-careers__thumbnail {
    position: absolute;
    right: 6%;
    max-width: 24.3%;
    top: 3%;
	max-height: 100%;
}

.hero-careers{
	position: relative;
	z-index: 1;
}

.hero-careers.hero-truck{
    padding-bottom: 26px;
}

.hero-careers.hero-truck .hero-careers__content {
    width: 69%;
}

.hero-careers.hero-truck .hero-careers__vector {
    position: absolute;
    bottom: 3%;
    left: unset;
    width: 31.4%;
    z-index: 2;
    right: -46px;
}



.best-coffee__truck{
    background: var(--Beige, #FFFBF9);

}

.best-coffee__truck .best-coffee__wrapper {
    padding: 148px 40px 40px 31px;
}

.best-coffee__truck .best-coffee__inner {
    grid-template-columns: 53.5% 46.5%;
}

.best-coffee__truck .best-coffee__thumbnail{
    aspect-ratio: 670 / 484;
}

.best-coffee__truck .best-coffee__content {
    max-width: 566px;
}

.best-coffee__truck .best-coffee__wrapper h2{
    margin-bottom: 9px;
}

.section-amenities__text{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: var(--black);
}

.section-amenities__icon{
    max-width: 52px;
}

.section-amenities__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    max-width: 202px;
    justify-content: space-between;
    min-width: 177px;
}

.section-amenities__list{
    display: flex;
    flex-wrap: wrap;
    gap: 67px 34px;
    justify-content: center;
}

.section-amenities .container{
    max-width: 1284px;
}

.section-amenities {
    padding: 86px 0 57px;
}

.section-grow__truck{
    background: var(--blue-300);
    padding: 41px 0 33px;
}

.section-grow__truck .section-grow__inner{
    border-radius: 20px;
}

.section-grow__truck .section-grow__content{
    width: 63.54%;
    padding: 65px 30px 47px clamp(26px, 5.833vw, 84px);
}

.section-grow__truck .section-grow__content img{
    max-width: 211px;
    margin-top: 34px;
}

.section-grow__truck .section-grow__thumbnail{
    width: 36.46%
}

.section-grow__truck .section-grow__desc p{
    font-size: 16px;
    line-height: 22px;
    max-width: 714px;
}

.gallery-food__white{
    background: var(--Beige, #FFFBF9);

}

.section-grow__truck .section-grow__title{
    margin-bottom: 11px;
    letter-spacing: 0.02em;
}

.info-truck{
    background: var(--soaring-orange);
    padding: 35px 0 34px;

}

.info-truck__title{
    font-weight: 700;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 0.03em;
    vertical-align: bottom;
    text-transform: capitalize;
    color: var(--blue-700);
    margin-bottom: 7px;
}

.info-truck__desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: var(--black);
    max-width: 274px;
}

.info-truck__item{
    background: var(--white);
    border-radius: 10px;
    padding: 30px 50px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-truck__inner{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.info-truck .container{
    padding: 0 23px;
}
.image-slider .content{
	padding-right: 50px;
}
.single-ep .pdfemb-viewer{
	margin: 0 auto;
}

/* Page 404 */
.page-404{
	background-color: #CBE0F2;
	min-height: 583px;
	padding-top: 137px;
}
.page-404 .container{
	max-width: 1316px;
	margin: 0 auto;
}
.page-404-inner{
	display: flex;
	gap: 41px;
}
.page-404-inner .image{
	width: 200px;
}
.page-404-inner .image img{
	width: 100%;
	height: auto;
}
.page-404-inner .text{
	padding-top: 56px;
	flex: 1;
}
.title-404{
	font-family: 'Suti', sans-serif;
	font-size: 60px;
	line-height: 1.2;
	margin-bottom: 16px;
	color: #0057C7;
	font-weight: 400;
}
.desc-404{
	line-height: 1.222;
	color: #F18221;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 25px;
}
.page-404-inner .btn{
	padding: 12px 20px;
	font-size: 14px;
}
.sop-section{
	padding: 67px 0 90px;
}
.sop-section .container{
	max-width: 1200px;
}
.sop-section .page-title{
	margin-bottom: 25px;
	font-size: 60px;
	line-height: 1.2;
	color: #0057C7;
}
.list-links .link-group:not(:last-child){
	margin-bottom: 25px;
}
.link-group,
.list-links-wrap{
	color: #023787;
}
.link-group .title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #023787;
}
.link-group a,
.list-links-wrap a{
	color: #023787;
	font-size: 18px;
	text-decoration: underline;
    text-underline-offset: 2px;
}
.link-group ul,
.list-links-wrap ul{
	padding-left: 28px;
	display: flex;
    flex-direction: column;
    gap: 4px;
}
.list-links-wrap ul{
	margin-bottom: 25px;
}
.link-group ul li::marker,
.list-links-wrap ul li::marker{
	font-size: 9px;
}

.container-small{
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	padding-left: 26px;
	padding-right: 26px;
}
.title-and-subtitle{
	padding-top: 67px;
	padding-bottom: 57px;
}
.title-and-subtitle .title{
	font-size: 60px;
	line-height: 1.2;
	color: #0057C7;
	font-weight: 700;
	margin-bottom: 7px;
}
.title-and-subtitle .sub-title{
	font-size: 36px;
	line-height: 1.222;
	font-weight: bold;
	color: #F18221;
}
.link-with-image{
	padding-bottom: 82px;
}
.link-with-image .title{
	font-size: 30px;
	font-weight: bold;
	color: #023787;
	line-height: 1.2666;
	margin-bottom: 25px;
}
.list-links-wrap{
	display: flex;
	gap: 73px;
}
.list-links-wrap .list-links-left{
	width: 43%;
}
.list-links-wrap .list-links-right{
	flex: 1;
}
.list-links-wrap h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.333;
	margin-bottom: 22px;
	color: #023787;
}
.list-links-wrap h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom:7px;
	color: #023787;
}
.blue-box{
	padding-bottom: 78px;
}
.blue-box-inner{
	background-color: #023787;
	border-radius: 47px;
	padding: 85px 125px 79px 68px;
	color: #FFF;
	display: flex;
}
.blue-box-inner .title{
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	width: 290px;
	padding-right: 10px;
}

.blue-box-inner .box-content{
	flex: 1;
}

.blue-box-inner .box-content ul{
	padding-left: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
	font-size: 18px;
	line-height: 1.333;
}
.blue-box-inner .box-content ul li::marker{
	font-size: 8px;
}
.blue-box-inner .box-content a{
	color: #F18221;
	text-decoration: underline;
}
.ep .gallery-food__title{
	text-align: left;
	padding-left: 68px;
	padding-right: 68px;
}
.gallery-food.ep{
	padding-top: 41px;
}
.list-links-wrap img{
	margin-top: 45px;
	max-width: 412px;
	width: 100%;
	height: auto;
}

.video-box.--full,
.video-box.--full .videos{
	width: 100%;
	height: 100%;
}

.video-box.--full .videos{
	aspect-ratio: 5 / 3;
}

.reward-video-bg{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
}

.reward-hero .container{
	position: relative;
	z-index: 1;
}

.hero-single-image img{
	width: 100%;
}

.hero-swiper-button{
	width: 46px;
	height: 46px;
	color: #FFF;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.2);
}

.hero-swiper-button:after{
	font-size: 20px;
}

.food-images-slider .swiper-slide{
	height: auto;
}

.food-images-slider .swiper-slide img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}

/* Download App */
.app-download {
  padding: 30px 30px 58px;
  overflow: hidden;
}

.app-download__card {
  position: relative;
  min-height: 497px;
  overflow: visible;
  border-radius: 44px;
  background: #CBE0F2;
}

.app-download__content {
  position: relative;
  z-index: 1;
  padding: 124px 430px 80px 80px;
}

.app-download__title {
  margin: 0;
  font-size: clamp(42px, 4.167vw, 60px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
	max-width: 828px;
	color: #023787;
	
}

.app-download__stores {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 53px;
}

.store-link {
  display: block;
  flex: 0 0 auto;
  border-radius: 8px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.store-link:first-child {
  width: 220px;
}

.store-link:last-child {
  width: 231px;
}

.store-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgb(0 62 135 / 18%);
}

.store-link:focus-visible {
  outline: 4px solid #f5b900;
  outline-offset: 4px;
}

.app-download__phone {
  position: absolute;
  z-index: 2;
  top: 27px;
  right: 132px;
  width: 288px;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.hero-slider .swiper-slide{
	height: auto;
}

@media (max-width: 1199px) {

  .app-download {
    padding: 30px 0 40px;
  }

  .app-download__card {
    min-height: 347px;
    border-radius: 33px;
  }

  .app-download__content {
    padding: 83px 300px 55px 56px;
  }

  .app-download__title {
    font-size: clamp(38px, 4.2vw, 50px);
  }

  .app-download__stores {
    gap: 18px;
    margin-top: 42px;
  }

  .store-link:first-child {
    width: 154px;
  }

  .store-link:last-child {
    width: 162px;
  }

  .app-download__phone {
    top: 9px;
    right: 80px;
    width: 200px;
  }
}

@media (max-width: 767px) {
  .app-download__card {
    min-height: 0;
    border-radius: 28px;
  }

  .app-download__content {
    padding: 48px 28px 36px;
    text-align: center;
  }

  .app-download__title {
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1.13;
    letter-spacing: -0.04em;
  }

  .app-download__title br {
    display: none;
  }

  .app-download__stores {
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
  }

  .store-link:first-child,
  .store-link:last-child {
    width: min(42vw, 170px);
  }

  .app-download__phone {
    position: relative;
    top: auto;
    right: auto;
    width: min(250px, 67vw);
    margin: 0 auto -18px;
  }
}

@media (max-width: 420px) {
  .app-download__stores {
    flex-direction: column;
  }

  .store-link:first-child,
  .store-link:last-child {
    width: 165px;
  }
}

@media (min-width: 768px){
	.about-food__image .image-sticker-food{
		width: 8.681vw;
		max-width: 125px
	}
}
@media (max-width: 1360px){
    .hero-careers__thumbnail{
        max-width: 23%;
    }

    .hero-food.hero-careers .hero-careers__thumbnail {
        max-width: 43%;
    }
}

@media (max-width: 1290px){
    .best-coffee__truck .best-coffee__wrapper, .quick-section__content{
        padding-left: 26px;
    }
	
	.quick-section__content{
		padding-right: 26px
	}
}
@media (max-width: 1223px){
    .best-coffee__wrapper{
        padding-left: 26px;
    }

    .fast-food__content{
        padding-left: 26px;
    }
}

@media (max-width: 1200px){
    .hero-careers__img{
        bottom: -20%;
    }

	.intro-coffee__content, .intro-coffee.intro-careers .intro-coffee__content{
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1024px){
	.best-coffee__food .best-coffee__wrapper{
		padding-left: 20px;
		padding-right: 20px
	}
    .intro-coffee__block:first-child{
        order: 0;
        margin-bottom: 0 !important;
    }

    .intro-coffee{
        padding: 60px 0 120px;
    }

    .intro-coffee__block:not(:last-child) {
        margin-bottom: 40px;
    }

    .intro-coffee__block:nth-child(2) {
        margin-top: 40px;
    }

/*     .intro-coffee__thumbnail{
        width: 100%;
        max-width: 587px;
    } */

    .our-coffee__item{
        width: calc((100% - 40px) / 3);
    }

    .our-coffee__list{
        gap: 20px
    }

    .section-cta__inner{
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .our-coffee__item--content {
        padding: 20px 15px 21px;
    }

    .hero-coffee__heading, .intro-coffee__block h2{
        font-size: 38px;
    }

    .hero-coffee__description p{
        font-size: 30px;
    }

    .intro-coffee__block h3{
        font-size: 32px;
    }

    .our-coffee__heading{
        font-size: 50px;
    }

    .our-coffee__item--name{
        font-size: 20px;
    }

    .section-cta__content{
        padding: 0;
    }

    .section-cta__groups{
        gap: 20px;
    }

    /* Careers */
    .hero-careers__group{
        order: 1;
    }

    .hero-careers__content{
        display: contents;
    }

    .hero-careers__subtitle{
        width: 100%;
    }

    .hero-careers__wrapper{
        gap: 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-careers__desc{
        padding: 0;
        margin-bottom: 30px;
        max-width: unset;
        width: 100%;
    }

    .hero-careers__group{
        margin-top: 10px;
    }

    

    .why-onvo__item{
        width: calc(50% - 10px);
    }

    .cta-careers__heading{
        display: contents;
    }

    .cta-careers__heading h2, .cta-careers__desc, .intro-coffee__block{
        width: 100%;
    }

    .cta-careers__heading a{
        order: 1;
        margin-top: 30px;
    }

    .cta-careers__wrapper{
        gap: 0;
    }

    .intro-coffee.intro-careers .intro-coffee__desc{
        max-width: 100%;
    }

    .intro-coffee.intro-careers{
        padding-bottom: 80px;
    }

    .section-grow__content{
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-grow__title{
        font-size: 38px;
    }

    .blog-preview__list{
        gap: 20px;
    }

    .why-onvo__title, .cta-careers__heading h2, .blog-preview__heading h2, .section-cta.section-cta__center .section-cta__title{
        font-size: 32px;
    }

    .why-hotels__list{
        gap: 40px 30px;
    }

    .why-hotels__box{
        width: calc((100% - 60px) / 3);
        max-width: unset;
    }

    .hotel-location__list{
        grid-template-columns: repeat(2, 1fr);
    }

    .section-brand__title, .hotel-location__title, .why-hotels__heading h2{
        font-size: 38px;
    }

    .why-hotel__img{
        right: -10px;
    }

    .hotel-location__title{
        margin-bottom: 60px;
    }

    .hotel-location{
        padding-bottom: 80px;
    }

    .why-hotels__heading{
        margin-bottom: 60px;
    }

    .hero-careers__thumbnail{
        position: relative;
        right: unset;
        top: unset;
        max-width: 400px;
        margin-top: 30px;
    }

    .hero-img .hero-careers__title h1{
        font-size: 32px;
    }

    .community-programs__hotels.community-programs .inner{
        grid-template-columns: 1fr 1fr
    }

    /* Food & Drink */
    .hero-food.hero-careers .hero-careers__title h1{
        font-size: 38px;
    }

    .intro-food__content{
        padding-left: 0;
    }

    .hero-careers.hero-food .hero-careers__group{
        display: block;
        width: 100%;
        order: unset;
    }

    .hero-food.hero-careers .hero-careers__thumbnail{
        position: relative;
        right: 0;
        top: unset;
        max-width: unset;
        display: block;
        aspect-ratio: unset;
    }

    .packages-food__inner{
        grid-template-columns: 1fr
    }

    .about-food__content {
        padding: 62px 26px 60px 40px;
    }

    .intro-food__content{
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 20px;
    }

    .intro-food{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .intro-food__title, .best-coffee__wrapper h2, .gallery-food__title{
        font-size: 38px;
    }

    .about-food__content h2{
        font-size: 32px;
    }

    .packages-food__title{
        font-size: 24px;
    }

    .fast-food__spin{
        left: -8px;
    }

    /* Truck Stop Amenities */

    .info-truck__item{
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-grow__truck .section-grow__content{
        padding-left: 20px;
        padding-right: 20px;
    }

    .best-coffee__truck .best-coffee__wrapper{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hero-careers.hero-truck .hero-careers__thumbnail{
        position: relative;
        right: unset;
        top: unset;
        max-width: 400px;
        order: 2;
        margin-top: 50px;
    }
	.title-404{
		font-size: 50px;
	}
	.desc-404{
		font-size: 30px;
	}
	.page-404-inner .text{
		padding-top: 0;
	}
	.blue-box-inner{
		flex-direction: column;
		gap: 20px;
	}
}

@media (max-width: 992px){
	.intro-coffee__thumbnail{
        order: 1;
        margin-top: 40px !important;
    }

    .intro-coffee__block {
        order: 2;
    } 
	
	 .intro-coffee__thumbnail{
        width: 100%;
        max-width: 587px;
    }

    .intro-coffee__content{
        display: contents;
    }
}
@media (max-width: 767px){
	.best-coffee__food .best-coffee__thumbnail img{
		margin: 0 auto
	}
	.best-coffee.best-coffee__food .best-coffee__inner {
		grid-template-columns: 1fr;
	}
	
	.best-coffee__wrapper {
		justify-content: unset;
	}
	
    .our-coffee__item{
        width: calc(50% - 9px);
    }

    .our-coffee__list{
        gap: 18px
    }

    .hero-coffee__heading{
        font-size: 30px;
        line-height: 35.5px;
    }

    .intro-coffee__block h2{
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 8px;
        letter-spacing: 0;
    }

    .intro-coffee__block h3{
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 11.5px;
    }

    .hero-coffee__box{
        padding: 24px 16px 26px 28px;
    }

    .hero-coffee__box{
        border-width: 4px;
    }

    .hero-coffee{
        padding-top: 38px;
        align-items: flex-start;
        min-height: 475px;
    }

    .hero-coffee__description p{
        font-size: 26px;
    }

    .hero-coffee__inner{
        padding-left: 13px;
    }

    .hero-coffee__content::before{
        left: -9.31px;
        top: 5.61px;
    }

    .intro-coffee__inner{
        padding: 0 6px;
    }

    .intro-coffee {
        padding: 30px 0 84px;
    }

    .intro-coffee__desc p, .intro-coffee__desc{
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .intro-coffee__block:not(:last-child) {
        margin-bottom: 27px;
    }

    .intro-coffee__thumbnail{
        padding-right: 17px;
        aspect-ratio: 329 / 340;
        margin-top: 27px  !important;
    }

    .intro-coffee__block:nth-child(2) {
        margin-top: 42px;
    }

    .intro-coffee__thumbnail img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .img-intro__spin{
        width: 25% !important;
        height: auto !important;
        bottom: 15.9%;
        left: 2.6%;
    }

    .intro-coffee__desc p:not(:last-child) {
        margin-bottom: 14px;
    }

    .our-coffee__heading{
        font-size: 40px;
        top: -41px;
        /* max-width: 241px; */
        /* Delete */
        /* max-height: 96px; */
        border-width: 5px;
    }

    .our-coffee{
        padding-top: 88px;
    }

    .our-coffee__item{
        border-radius: 12px;
    }

    .our-coffee__item--thumbnail {
        aspect-ratio: 161.5 / 114;
    }

    .our-coffee__item--content{
        padding: 16px 10px 13px;
    }

    .our-coffee__item--name{
        font-size: 18px;
        margin-bottom: 6px;
    }

    .our-coffee__item--subtite p{
        font-size: 14px;
        line-height: 1;
    }

    .our-coffee{
        padding-bottom: 35px;
    }

    .section-cta__wrapper{
        background: inherit;
        padding: 13px 15px 0 ;
        border-radius: 0;
    }

    .section-cta__groups{
        gap: 12.35px;
    }

    .section-cta__inner{
        gap: 28px;
    }

    .section-cta{
        padding-bottom: 50px;
    }

    /* Careers */
    .why-onvo__item{
        padding: 10px 0;
        width: calc(50% - 8.5px);
    }

    .why-onvo__item--top {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 17px;
            margin-bottom: 6px;
    }

    .why-onvo__item--title{
        font-size: 18px;
        line-height: 24px;
    }

    .why-onvo__item--desc p{
        font-size: 12px;
        line-height: 18px;
    }

    .why-onvo__title, .cta-careers__heading h2{
        font-size: 30px;
    }

    .cta-careers__inner{
        padding: 32px 29px 27px;
        border-radius: 20px;
    }

    .cta-careers .container{
        padding: 0 15px;
    }

    .section-grow__content{
        padding: 37px 31px 42px;
        width: 100%;

    }

    .section-grow__thumbnail{
        width: 100%;
		flex: unset;
    }

    .section-grow__title, .blog-preview__heading h2, .section-cta.section-cta__center .section-cta__title{
        font-size: 30px;
    }

    .blog-preview__list{
        grid-template-columns: 1fr;
        gap: 41px;
    }

    .blog-preview__heading{
        padding: 0;
    }

    .blog-preview__heading{
        display: contents;
    }

    .blog-preview__heading a{
        order: 1;
        margin: 7px auto 0;
    }

    .blog-preview__inner{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 27px;
    }

    .section-cta.section-cta__center .section-cta__content {
        padding-right: 0;
    }

    .section-cta.section-cta__center .section-cta__inner {
        flex-direction: column;
        gap: 13px;
    }

    .section-cta.section-cta__center .section-cta__title{
        text-align: center;
    }

    .hero-careers .container{
        padding:  0 23px;
    }

    .hero-careers__inner{
        padding: 28px 27px 31px;
        border-radius: 20px;
    }

    .hero-careers{
        padding: 19px 0 17px;
    }

    .hero-careers__title h1{
        max-width: 86%;
        margin-bottom: 7px;
    }

    .hero-careers__group{
        margin-top: 7px;
    }

    .hero-careers__group{
        gap: 9px;
        flex-wrap: wrap;
    }

    .hero-careers__desc p{
        font-size: 20px;
        font-family: 'Object Sans';
        line-height: 30px;
        font-weight: 700;
    }

    .hero-careers__subtitle p{
        margin-bottom: 21px;
    }

    .hero-careers__desc{
        margin-bottom: 12px;
    }

    .hero-careers__img {
        bottom: unset;
        width: 116.28px;
        right: -15px;
        top: 38px;
    }

    .why-onvo {
        padding: 40px 0 34px;
    }

    .why-onvo .container{
        padding: 0 39px;
    }

    .why-onvo__desc p{
        font-size: 16px;
        line-height: 22px;
    }

    .why-onvo__title{
        margin-bottom: 3px;
    }

    .why-onvo__list{
        gap: 21px 17px;
    }

    .why-onvo__heading{
        margin-bottom: 15px;
    }

    .why-onvo__item--title br{
        display: none;
    }

    .cta-careers__desc p{
        font-family: 'Object Sans';
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;

    }

    .cta-careers__heading h2{
        margin-bottom: 4px;
    }

    .cta-careers__heading a{
        margin-top: 13px;
    }

    .intro-coffee.intro-careers {
        padding-top: 33px;
        padding-bottom: 37px;
    }

    .intro-coffee.intro-careers .intro-coffee__inner {
        padding: 0 4px;
    }

    .intro-coffee.intro-careers .intro-coffee__block h3{
        margin-bottom: 6.5px;
    }

    .intro-coffee.intro-careers .intro-coffee__desc p:not(:last-child) {
        margin-bottom: 16px;
    }

    .intro-coffee.intro-careers .intro-coffee__thumbnail{
        padding: 0;
        aspect-ratio: unset;
    }

    .intro-coffee.intro-careers .intro-coffee__thumbnail img.intro-coffee__img{
        height: auto;
        object-fit: unset;
        margin: 0 auto;
        width: 85%;
    }

    .intro-coffee__spin--right {
        right: 2% !important;
        top: 1% !important;
        width: 31.36% !important;
    }

    .intro-coffee__spin--left {
        left: -1px !important;
        bottom: 14% !important;
        width: 23% !important;
    }

    .section-grow .container{
        padding: 0 15px;
    }

    .section-grow{
        padding: 23px 0;
    }

    .section-grow__inner{
        border-radius: 20px;
    }

    .section-grow__desc p{
        font-size: 16px;
        line-height: 22px;
    }

    .section-grow__title{
        margin-bottom: 7px;
    }

    .blog-preview{
        padding: 34px 0;
    }

    .blog-preview__thumbnail{
        aspect-ratio: 341 / 200;
    }

    .blog-preview__excerpt {
        margin-bottom: 12px;
    }

    .blog-preview__date {
        margin-bottom: 14px;
    }

    .section-cta.section-cta__center .section-cta__wrapper{
        padding: 0 20px;
    }

    .section-cta.section-cta__center {
        padding-top: 54px;
        padding-bottom: 52px;
    }

    /* Hotels */
    .hotel-location__list {
        grid-template-columns: 1fr;
        gap: 19px;
    }

    .hotel-location__content{
        padding-bottom: 38px;
    }

    .section-brand__content, .section-brand__list{
        width: 100%;
    }

    .why-hotels__box{
        padding: 0;
        width: calc(50% - 12.5px);
    }

    .why-hotels__list{
        gap: 27px 25px;
    }

    .section-brand__title, .hotel-location__title, .why-hotels__heading h2{
        font-size: 30px;
        line-height: 38px;
    }

    .why-hotels__desc p, .why-hotels__heading h2{
        text-align: left;
    }

    .why-hotels{
        padding: 56px 0 42px;
    }

    .why-hotels__desc p {
        margin-top: 16px;
    }

    .why-hotel__img{
        display: none;
    }

    .why-hotels__inner{
        padding: 0 5px;
    }

    .why-hotels__heading {
        margin-bottom: 38px;
    }

    .why-hotels__box{
        gap: 20px;
    }

    .section-brand {
        padding: 37px 0 37px;
    }

    .section-brand .container{
        padding: 0 28px;
    }

    .section-brand__content{
        padding: 0;
    }

    .section-brand__title{
        margin-bottom: 3px;
    }

    .section-brand__list{
        gap: 15px 34.58px;
        padding: 0 5px;
    }

    .section-brand__inner{
        gap: 37px;
    }

    .section-brand__logo{
        width: calc((100% - 69.16px) / 3);
    }

    .hotel-location {
        padding: 54px 0 30px;
    }

    .hotel-location .container{
        padding: 0 12px;
    }

    .hotel-location__title{
        margin-bottom: 23px;
    }

    .hotel-location__item.hotel-hidden {
        display: none;
    }

    .hotel-location__view{
        display: inline-flex;
        align-items: center;
        margin-top: 31px;
        gap: 6px;
        cursor: pointer;
        padding-right: 8px;
    }

    .btn svg{
        z-index: 1;
        position: relative;
    }

    .hotel-location__load {
        display: flex;
        justify-content: center;
    }

    .hero-img .hero-careers__title h1{
        font-size: 24px;
        line-height: 32px;
    }

    .hero-careers.hero-img .hero-careers__inner{
        padding: 31px 26px;
    }

    .hero-careers.hero-img .hero-careers__title h1{
        max-width: 100%;
    }

    .hero-careers.hero-img .hero-careers__inner {
        padding: 29px 26px;
    }

    .hero-careers__thumbnail {
        left: 7%;
        max-width: 94%;
        margin-top: 22px;
        margin-bottom: -20px;
        order: 2;
    }

    .hero-careers__vector {
        bottom: 8%;
        left: -15%;
        width: 39.4%;
        
    }

    .community-programs__hotels.community-programs .inner{
        grid-template-columns: 1fr;
        gap: 33px;
        min-height: unset;
    }

    .community-programs__hotels.community-programs .content-col .swiper-slide{
        padding: 0;
        padding-bottom: 37px
    }

    .community-programs .content-col .swiper-slide p.cp-content__subtile{
        margin-bottom: 20px !important;
    }

    /* .community-programs .content-col .swiper-slide p {
        margin-bottom: 4px;
    } */

    .community-programs__hotels.community-programs .btn {
        padding: 8px 14px;
    }

    .community-programs__hotels.community-programs .btn-group {
        margin-top: 0;
    }

    .community-programs__hotels.community-programs .content-col .swiper-slide p {
        margin-bottom: 18px !important;
    }

    .community-programs__hotels.community-programs .content-col{
        padding-bottom: 41px;
    }

    .community-programs.community-programs__hotels .content-col .swiper-pagination {
        bottom: 0;
    }

    .hero-careers.hero-container__small {
        padding-bottom: 18px;
    }

    /* Food & Drink */
    .hero-food.hero-careers .hero-careers__title h1{
        font-size: 36px;
        line-height: 44px;
    }

    .intro-food__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .fast-food__inner{
        grid-template-columns: 1fr;

    }

    .fast-food__spin{
        display: none;
    }

    .fast-food__content{
       padding: 37px 28px 34px 32px;
    }

    .quick-section__content{
        width: 100%;
        padding-left: 0;
        padding: 0;
		padding: 37px 28px 34px 32px;
    }

    .quick-section__image{
        width: 100%;
    }

    .quick-section__inner {
        flex-direction: column;
        gap: 0;
    }

    .best-coffee__inner, .about-food__inner {
        grid-template-columns: 1fr;
    }

    .about-food__image{
        order: 1;
        right: 0;
        position: absolute;
        
    }
    

    .fast-food__desc p:not(:last-child) {
        margin-bottom: 14px;
    }

    .fast-food__desc ul {
        margin-bottom: 14px;
    }

    .fast-food__content h2{
        margin-bottom: 10px;
    }

    .hero-food.hero-careers {
        padding: 19px 0 26px;
    }

    .hero-food.hero-careers .hero-careers__group {
        margin-top: 18px;
    }

    .hero-food.hero-careers .hero-careers__wrapper{
        display: block;
    }
    .hero-food.hero-careers .hero-careers__thumbnail{
        right: unset;
        left: -40px;
        width: calc(100% + 87px);
        margin-top: 10px;
        margin-bottom: -83px;
    }

    .hero-food.hero-careers .hero-careers__thumbnail img{
        width: auto;
    }

    .hero-food.hero-careers{
        padding-bottom: 23px;
    }

    .intro-food__title{
        font-size: 30px;
        margin-bottom: 11px;
    }

    .intro-food .container{
        padding: 0 30px;
    }

    .intro-food {
        padding-top: 36px;
        padding-bottom: 35px;
    }

    .intro-food__desc p, .intro-food__features--desc{
        font-size: 14px;
        line-height: 20px;
    }

    .intro-food__content{
        padding-right: 0;
    }

    .intro-food__desc {
        margin-bottom: 12px;
    }

    .intro-food__features--title{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .intro-food__group {
        margin-top: 12px;
    }

    .fast-food .container {
        padding: 0 16px;
    }

    .fast-food__image{
        aspect-ratio: 362 / 242
    }

    .quick-section__content h2{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 13px;
    }


    .quick-section {
        padding-top: 52px;
        padding-bottom: 33px;
    }

    .quick-section__desc p, .best-coffee__desc p, .about-food__desc p{
        font-size: 14px;
        line-height: 20px;
    }

    .quick-section__list img{
        max-width: 64px;
    }
	
	.quick-section__list img:last-child{
        max-width: 37px;
    }

    .quick-section__list{
        gap: 14px;
    }

    .quick-section__desc{
        margin-bottom: 21px;
    }

    .best-coffee__wrapper h2{
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 11px;
    }

    .best-coffee__wrapper{
        padding: 45px 26px 44px 31px;
    }

    .best-coffee__desc {
        margin-bottom: 16px;
    }

    .best-coffee__thumbnail {
        aspect-ratio: 393 / 241;
    }

    .about-food__content h2{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 7px
    }

    .about-food__desc {
        margin-bottom: 24px;
    }

    .about-food__content {
        padding: 43px 20px 0px 30px;
    }

    .about-food__content img{
        max-width: 100px;
    }

    .about-food__inner{
        position: relative;
    }

    .about-food__image{
        width: max-content;
        margin-left: auto;
        margin-top: -43px;
        position: relative;
    }

    .about-food{
        padding-bottom: 29px;
    }

    .packages-food{
        padding: 24px 0 28px;
    }

    .packages-food .container{
        padding: 0 19px;
    }

    .packages-food__title{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 7px;
    }

    .packages-food__content {
        padding: 23px 25px 26px 29px;
    }

    .packages-food__desc p{
        font-size: 14px;
        line-height: 20px;
    }

    .packages-food__inner{
        gap: 25px
    }

    .gallery-food__title{
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 22px;
    }

    .gallery-food {
        padding: 38px 0 29px;
    }

    /* Truck Stop Amenities */
    .info-truck__inner{
        grid-template-columns: 1fr
    }

    .section-amenities__item{
        width: 152px;
        min-width: unset;
    }

    .section-amenities__list {
        gap: 47.3px 36px;
    }

    .hero-careers.hero-truck .hero-careers__subtitle p {
        margin-bottom: 20px;
    }

    .hero-careers.hero-truck .hero-careers__group {
        margin-top: 7px;
    }

    .hero-careers.hero-truck .hero-careers__thumbnail {
        margin-top: 34px;
        width: 86%;
        left: 6%;
        margin-bottom: 0;
    }

    .hero-careers.hero-truck .hero-careers__vector {
        position: absolute;
        bottom: -13%;
        left: unset;
        width: 41.4%;
        z-index: 2;
        right: -37px;
    }

    .hero-careers.hero-truck .hero-careers__inner {
        padding: 29px 26px 39px;
    }

    .best-coffee__truck .best-coffee__inner{
/*         grid-template-columns: 1fr; */
		display: flex;
		flex-direction: column;
    }

    .best-coffee__truck .best-coffee__wrapper h2{
        font-size: 24px;
        line-height: 32px;
    }

    .best-coffee__truck .best-coffee__wrapper {
        padding: 34px 30px 14px 33px;
    }

    .best-coffee__truck .best-coffee__wrapper h2 {
        margin-bottom: 16px;
    }

    .best-coffee__truck .best-coffee__thumbnail {
        aspect-ratio: 393 / 277;
    }

    .section-amenities {
        padding: 51px 0 63px;
    }

    .section-grow__truck .section-grow__content, .section-grow__truck .section-grow__thumbnail{
        width: 100%;
    }

    .section-grow__truck .section-grow__content{
        padding: 37px 30px 40px 30px;
    }

    .section-grow__truck .section-grow__title {
        margin-bottom: 13px;
    }

    .section-grow__truck .section-grow__content img{
        max-width: 182px;
        margin-top: 30px;
    }

    .section-grow__truck{
        padding: 23px 0 26px;
    }

    .info-truck{
        padding: 24px 0 28px;
    }

    .info-truck .container {
        padding: 0 21px;
    }

    .info-truck__item{
        padding: 37px 24px 36px;
    }

    .info-truck__title{
        margin-bottom: 8px;
    }

    .info-truck__inner{
        gap: 21px;
    }
	
	.page-404-inner .image{
		display: none;
	}
	.title-404{
		margin-bottom: 22px;
	}
	.page-404{
		padding-top: 97px;
		padding-bottom: 134px;
	}
	.page-404-inner{
		padding-left: 9px;
	}
	.sop-section{
		padding: 36px 12px 53px;
	}
	.sop-section .page-title{
		font-size: 36px;
		margin-bottom: 28px;
	}
	.title-and-subtitle{
		padding-top: 42px;
		padding-bottom: 19px;
	}
	.list-links-wrap{
		flex-direction: column;
		gap: 15px;
	}
	.list-links-wrap .list-links-left{
		width: 100%;
	}
	.title-and-subtitle .title{
		font-size: 36px;
	}
	.title-and-subtitle .sub-title{
		font-size: 24px;
	}
	.list-links-wrap img{
		margin-top: 35px;
	}
	.link-with-image{
		padding-bottom: 34px;
	}
	.blue-box-inner{
		padding: 50px 28px 42px;
	}
	.blue-box-inner .title{
		font-size: 30px;
	}
	.box-content{
		word-break: break-word;
	}
	.blue-box{
		padding-bottom: 40px;
	}
	.ep .gallery-food__title{
		padding-left: 0;
		padding-right: 0;
		font-size: 36px;
		line-height: 1.2222;
	}
	
	.about-food__image .image-sticker-food{
		width: 81px;
		right: unset;
		top: 38%;
		left: 13px;
	}
	
	.community-people{
		display: flex !important;
		flex-direction: column;
	}
	
	.hero-swiper-button{
		width: 36px;
		height: 36px;
		color: #FFF;
		border-radius: 50%;
		background-color: rgba(0,0,0,0.2);
	}

	.hero-swiper-button:after{
		font-size: 16px;
	}
}

@media(max-width: 392px){
    .why-onvo__item{
        width: 100%;
    }
}
	
	
.ss-hero-main {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.btn {
  padding: 10px 14px 6px;
}

.ss-hero .ss-hero-content {
  width: 54.86%;
  padding: 82px 109px 82px 27px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 709px;
}
.ss-hero .ss-hero-img {
  width: 45.14%;
}
.ss-hero-heading {
  font-family: "Suti";
  font-weight: 400;
  font-size: 72px;
  line-height: 90px;
  color: var(--blue-700);
}
.ss-hero-subheading {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: var(--blue-700);
  max-width: 474px;
}
.ss-hero-desc p {
  font-size: 18px;
  color: var(--blue-700);
  line-height: 24px;
}
.ss-how-enter-sec {
  background-color: #ffcd49;
  padding: 50px 27px 52px;
}
.ss-how-enter-wrap {
  max-width: 1386px;
  margin: 0 auto;
  background-color: var(--blue-bird);
  border-radius: 20px;
  padding: 91px 58px 54px 101px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ss-how-enter-wrap .left {
  width: 42.54%;
}
.ss-how-enter-wrap .right {
  width: 57.46%;
  padding-left: clamp(50px, 9.931vw, 143px);
}
.ss-how-enter-sec .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: var(--white);
  margin-bottom: 4px;
}
.ss-how-enter-sec .content,
.ss-how-enter-sec .content p {
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
  line-height: 30px;
}
.ss-how-enter-sec .content ol {
  padding-left: 30px;
}
.ss-how-enter-sec .content ol li + li {
  margin-top: 4px;
}
.ss-how-enter-sec .btn {
  margin-top: 22px;
  padding: 14px 20px 10px;
}
.ss-how-enter-sec .btn:hover::before{
	background:var(--beak, #FFBA00);
}
.ss-how-enter-sec .image-wrapper {
  position: relative;
  margin-top: -30px;
}
.ss-how-enter-sec .image-wrapper .img {
  width: 100%;
  transform: rotate(5.41deg);
}
.ss-how-enter-sec .image-wrapper .logo {
  width: 24.3%;
  position: absolute;
  bottom: -16px;
  left: -42px;
  transform: rotate(2.65deg);
}
.ss-app-benefits-sec {
  padding: 31px 0 50px;
  overflow: hidden;
}
.ss-app-benefits-wrap {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 27px;
}
.ss-app-benefits-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 32px;
}
.ss-app-benefits-content .left {
  width: 39.4%;
}
.ss-app-benefits-content .right {
  width: 60.6%;
  padding-top: 40px;
}
.ss-app-benefits-content .image img {
  transform: rotate(-3.6deg);
  width: 107.5%;
  margin-left: -38px;
  max-width: unset;
}
.ss-app-benefits-content .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: var(--blue-700);
  margin-bottom: 11px;
}
.ss-app-benefits-content .content {
  font-size: 16px;
  line-height: 22px;
}
.ss-app-benefits-content .content ul {
  padding-left: 25px;
}
.ss-app-benefits-content .content ul li + li {
  margin-top: 4px;
}
.ss-app-benefits-content .btn {
  margin-top: 32px;
}
.ss-app-benefits-note {
  margin-top: 40px;
  max-width: 1197px;
  font-family: "Agrandir";
}
.ss-app-benefits-note p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--gray);
}

.hero-slider .hero-coffee{
	min-height: 0;
}

.location-section.description h3{
	color: #000;
}

.onvo-accordion h3 {
	margin: 0;
}

.onvo-accordion-toggle {
	width: 100%;
	padding: 15px 0;
	border: 0;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	text-align: left;
	color: #000;
}

.onvo-accordion-icon {
	width: 22px;
	height: 22px;
	min-width: 22px;
	border: 2px solid #687386;
	border-radius: 50%;
	color: #687386;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	transition: transform 0.25s ease;
	padding-top: 4px;
}

.onvo-accordion-panel {
	display: none;
/* 	background: #fff; */
}

@media (min-width: 1920px) {
  .ss-hero-wrap {
    max-width: 1440px;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .ss-hero .ss-hero-content {
    padding-right: 60px;
  }
  .ss-how-enter-wrap {
    padding: 50px 40px;
  }
}
@media (max-width: 1024px) {
  .ss-hero .ss-hero-content {
    padding: 40px 50px 40px 27px;
  }
  .ss-hero-main {
    align-items: center;
  }
  .ss-how-enter-wrap .left,
  .ss-how-enter-wrap .right {
    width: 100%;
  }
  .ss-how-enter-wrap .left {
    padding: 50px 34px;
  }
  .ss-how-enter-wrap .right {
    padding-left: 0;
    padding-bottom: 27px;
  }
  .ss-how-enter-wrap {
    padding: 0;
  }
  .ss-how-enter-sec .image-wrapper .logo {
    bottom: auto;
    top: -40px;
    left: auto;
    right: 40px;
  }
  .ss-how-enter-sec .image-wrapper {
    max-width: 600px;
    margin: 0 auto;
  }
  .ss-app-benefits-content .left {
    width: 50%;
    padding-right: 20px;
  }
  .ss-app-benefits-content .right {
    width: 50%;
  }
	.hero-slider .hero-coffee{
		padding-top: 60px;
		padding-bottom: 60px
	}
}
@media (max-width: 767px) {
  .ss-hero .ss-hero-content {
    padding: 36px 27px;
    width: 100%;
  }
  .ss-hero .ss-hero-img {
    width: 100%;
  }
  .ss-hero-subheading {
    font-size: 24px;
    line-height: 32px;
  }
  .ss-hero-desc p {
    font-size: 16px;
    line-height: 22px;
  }
  .ss-how-enter-sec {
    padding: 36px 16px 41px;
  }
  .ss-how-enter-sec .title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 14px;
  }
  .ss-how-enter-sec .image-wrapper .logo {
    top: -51%;
    right: 7%;
    width: 36%;
  }
  .ss-how-enter-sec .image-wrapper {
    margin-top: 1%;
  }
  .ss-app-benefits-content {
    flex-direction: column-reverse;
  }
  .ss-app-benefits-content .left,
  .ss-app-benefits-content .right {
    width: 100%;
    padding: 0;
  }
  .ss-app-benefits-content .title {
    font-size: 36px;
    line-height: 44px;
  }
  .ss-app-benefits-sec {
    padding: 59px 0;
  }
  .ss-app-benefits-content .image img {
    margin-left: 0;
    width: 96.5%;
  }
  .ss-app-benefits-note {
    margin-top: 48px;
  }
	
}