<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  overflow-y: hidden;
}
.horizontal-container {
  left: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  scroll-behavior: smooth;
  scrollbar-width: 0px!important;
}

.horizontal-container::-webkit-scrollbar {
  display: none !important;
}

.horizontal-container section {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.horizontal-container .padding-X{
  padding: 0 20px;
}

.horizontal-container a {
  display: block;
}

.horizontal-container a img {
  width: 26vh;
  height: unset;
}

.horizontal-container section .content {
  height: 100%;
  min-width: 50px;
}

.horizontal-container a {
  display: block;
  text-decoration: none;
  cursor: url("../assets/cursor.png"), auto;
}
.horizontal-container div&gt;img:hover,
.horizontal-container a:hover img {
  transform: scale(1.15);
  transition: all 0.5s ease-in-out;
}

.horizontal-container .leaf{
  position: relative;
}

.horizontal-container .leaf::after{
  content: "";
  position: absolute;
  width: 6vh;
  height: 6vh;
  top: -35px;
  background: url(../assets/leaf.png) no-repeat;
  background-size: contain;
}
.horizontal-container .leaf._right::after{
  right: 20px;
}

.horizontal-container .leaf._bottom._right::after{
  bottom: 30px;
  top: unset;
}


.horizontal-container .leaf._left::after{
  left: 35px;
}

/* .horizontal-container .leaf._flip::after{
  transform: rotate(103deg)!important;
} */

.hand.leaf._bottom._right::after {
  bottom: 136px;
  top: unset;
  right: 40px;
}

.horizontal-container .hand-section .hand img {
  width: 15vh;
  margin-left: 58px;
  z-index: 2;
  position: relative;
  transform: none!important;
}
.horizontal-container .profiles {
  width: 31vh;
  margin-right: 73px;
}

.horizontal-container .profiles img {
  width: 35vh;
}


.horizontal-container .thunder-icon {
  transform: translateY(20px);
  height: 80px;
  width: unset;
}

.horizontal-container .futureclimate-wrap {
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr) 0.5fr 1fr;
  grid-template-rows: 1fr 0.5fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.horizontal-container .futureclimate .fcl-img {
  width: 44vh!important;
  object-fit: contain;
}
.horizontal-container .futureclimate {
  display: flex;
  grid-area: 1 / 1 / 2 / 4;
  margin-left: -79px;
}
.guru-img { grid-area: 1 / 3 / 3 / 5; }
.horizontal-container .speaker {
    grid-area: 2 / 1 / 3 / 3;
    margin-bottom: -80px;
    transform: translateY(-10px);
    text-align: end;
  }
  .horizontal-container .speaker img{
    width: 29vh;
  }


.horizontal-container .futureclimate .points {
  width: 35vh;
  transform: translateX(-34px) translateY(13px);
}
.horizontal-container .futureclimate .points img{
  width: 100%;
}
.horizontal-container .futureclimate:hover .points img{
  animation: fader 1s ease-in-out 1 alternate both;
  transition: 0.3s ease-in-out;
}
.horizontal-container .futureclimate:hover .points img.point2{
  animation-delay: 0.5s;
}
.horizontal-container .futureclimate:hover .points img.point3{
  animation-delay: 1s;
}
@-webkit-keyframes fader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.horizontal-container .careers {
  margin-left: 30px;
}

.horizontal-container .careers img {
  width: 36vh;
}

.horizontal-container .fcl-combi{
  margin-right: 40px;
}

.horizontal-container .fcl-combi img{
  width: 95vh;
}
.horizontal-container .fcl-combi:hover img{
  transform: scale(1.05);
}
.horizontal-container .TV{
  display: flex;
  padding-top: 20px;
}
.horizontal-container .TV img {
  margin-top: 10px;
  width: 65vh;
  transform: none;
}
.horizontal-container .trophy{
  margin-right: 47px;
  position: relative;
}
.horizontal-container .trophy img{
  width: 38vh;
}
.horizontal-container .trophy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  height: 100%;
  background: url(../assets/climate-leaf.png) no-repeat;
  background-size: contain;
}
.horizontal-container .trophy:hover::before{
  animation: leafAnim 2s ease-in-out 0s 1 normal forwards;
}

@keyframes leafAnim {
	0%,
	100% {
		transform: translateX(0%);
		transform-origin: 50% 50%;
	}

	15% {
		transform: translateX(-20px) rotate(-4deg);
	}

	30% {
		transform: translateX(10px) rotate(4deg);
	}

	45% {
		transform: translateX(-10px) rotate(-3.6deg);
	}

	60% {
		transform: translateX(6px) rotate(2deg);
	}

	75% {
		transform: translateX(-4px) rotate(-1deg);
	}
}

.horizontal-container .TV .trophy img{
  width: 40vh;
}

.horizontal-container .TV .tv-img::after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  background: url(../assets/WHY.png) no-repeat;
  z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-size: contain;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.horizontal-container .TV a.tv-img {
  position: relative;
  cursor: url("../assets/play.png"), auto;
}

.horizontal-container .TV a.tv-img:hover img {
  -webkit-transform: none;
          transform: none;
}

.horizontal-container .TV a:hover::after {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.86);
          transform: scale(0.86);
}

.horizontal-container .even-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.horizontal-container .guru-img img {
  width: 48vh;
  margin-left: 43px;
}


.horizontal-container .dev-goals{
  margin-left: -60px;
}

.horizontal-container .dev-goals img{
  width: 58vh;
}

.horizontal-container .rrr-img{
  /* transform: translateX(-30px); */
}
.horizontal-container .rrr-img img{
  width: 49vh;
  transform-origin: center;
}
.horizontal-container .jugad-wrap{
  display: flex;
}
.horizontal-container .jugad-wrap:hover img{
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}
.horizontal-container .cloud-img{
  width: 20vh;
  object-fit: contain;
}
.horizontal-container .jugad img{
  width: 53vh;
  margin-left: 15px;
  margin-right: 35px;
}

.horizontal-container .jugad{
  padding: 10px 0 50px 0;
  position: relative;
}

.horizontal-container .jugad::after{
  content: "";
  position: absolute;
  right: 16%;
  bottom: 57px;
  width: 20vh;
  height: 16vh;
  background: url(../assets/spanner.png) no-repeat;
  background-size: contain;
  transform: rotate(-25deg)!important;
  transform-origin: center;
}
.horizontal-container .jugad:hover::after{
  transform-origin: center;
  transform: rotate(-20deg)!important;
}

.horizontal-container .yellow-taxi{
  width: 35vh;
  margin-left: 30px;
  margin-top: 60px;
  margin-bottom: 10px;
}

.horizontal-container .periodDiv{
  display: flex;
}

.horizontal-container .periodDiv .period{
  margin-right: 67px;
}

.horizontal-container .periodDiv .period img{
    width: auto;
    width: 37vh;
    margin-left: 15px;
}

.horizontal-container .matrix-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: -50px;
}

.horizontal-container .matrix-div .matrix-text {
  margin-top: 30px;
  margin-right: -20px;
  width: 525px;
  font-family: 'Press Start 2P', cursive;
}

.horizontal-container .matrix-div .matrix-text p {
  font-size: 2rem;
  text-align: center;
  color: #E9C187;
  letter-spacing: 10px;
  margin-bottom: 0;
  font-family: 'Press Start 2P', cursive;
}

.horizontal-container .matrix-div .matrix-text .insider-letter {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 10px;
  color: #000;
  display: block;
  font-family: 'Press Start 2P', cursive;
}

.horizontal-container img {
  width: 25vh;
}

.horizontal-container .egs-teri {
  margin-bottom: 20px;
  margin-right: 50px;
}

.horizontal-container .partners{
  width: 51vh;
}

.horizontal-container .egs-teri img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.horizontal-container .egs-teri a {
  padding: 10px;
}

.horizontal-container .egs-teri .logos {
  width: 35vh;
}



.horizontal-container .milk-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 0.7fr 0.2fr 0.7fr 0.5fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  place-items: center;
  position: relative;
  margin-bottom: 60px;
}

.horizontal-container .milk-grid::after{
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-35%);
  bottom: 0;
  width: 100%;
  height: 90%;
  background: url(../assets/line.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}

.sustainable { grid-area: 1 / 1 / 2 / 3; }
.horizontal-container .sustainable img{
  width: 30vh;
}

.horizontal-container .stamp { 
  transform: translateY(-20px);
  grid-area: 2 / 1 / 3 / 3;
  margin-bottom: -50px;
}
.horizontal-container .stamp img{
  width: 23vh;
}

.horizontal-container .milk-hand{
  transform: translateX(-30px);
  grid-area: 3 / 1 / 4 / 2;
}
.horizontal-container .milk-hand img{
  width: 30vh;
}
.buffalo { grid-area: 3 / 2 / 4 / 3; }
.eatright { grid-area: 4 / 1 / 5 / 3; }

.horizontal-container  .eatright {
  text-align: center;
}

.horizontal-container  .eatright img {
  width: auto;
  width: 32vh;
  object-fit: contain;
}

.horizontal-container .ditchmilk {
  position: relative;
  margin: 43px 0 0 -49px;
}

.horizontal-container .ditchmilk img {
  width: 29vh;
  scale: none;
  transform: rotate(5deg) scale(1) !important;
}

.horizontal-container .ditchmilk::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  left: -10px;
  top: 79px;
  background: #E9C187;
  border-radius: 4px 40px 40px 40px;
  border: 1px solid #000000;
  -webkit-animation: myAnim 1.5s ease-out 0s 1 normal forwards;
  animation: myAnim 1.5s ease-out 0s 1 normal forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: -1;
  display: none;
}

@keyframes myAnim {
  0% {
    transform: translateY(0) rotate(84.35deg);
  }
  100% {
    transform: translateY(120px) rotate(64.35deg);
  }
}

.horizontal-container .ditchmilk:hover::after {
  display: block;
}

.horizontal-container .ditchmilk:hover {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}


.horizontal-container .jugad-grid{
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 60vh;
  margin-left: 30px;
  margin-right: 75px;
  position: relative;
}
.horizontal-container .jugad-grid::after{
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-35%);
  bottom: 0;
  width: 100%;
  height: 90%;
  background: url(../assets/line.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}


.horizontal-container .turn-soil { grid-area: 1 / 1 / 2 / 3; }
.horizontal-container .rrr-img { grid-area: 2 / 2 / 3 / 4; }
.horizontal-container .jugad-wrap { grid-area: 3 / 1 / 4 / 4; }

.horizontal-container .ipcc {
  position: relative;
  display: flex;
  margin: 10px auto;
}

.horizontal-container .ipcc img {
  width: 53vh;
}

.horizontal-container .turn-soil img {
  width: 40vh;
}

.turn-soil.leaf._right::after{
  top: 18px;
  right: -10px;
}

.horizontal-container .ipcc:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.horizontal-container .rockstar{
  margin-top: -25px;
  padding: 0 40px;
}
.horizontal-container .rockstar img{
  width: 50vh;
}

.menu-button {
  display: none;
  opacity: 0.6;
  background-color: transparent;
  position: fixed;
  z-index: 2;
  top: 24px;
  left: 24px;
  border: 8px solid #000;
  width: 46px;
  height: 40px;
  outline: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background: #000;
  padding: 5px;
}

.menu-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: auto;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(20%, #ffffff), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, #ffffff), color-stop(60%, #ffffff), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff, #ffffff 20%, transparent 20%, transparent 40%, #ffffff 40%, #ffffff 60%, transparent 60%, transparent 80%, #ffffff 80%, #ffffff 100%);
  -webkit-transition: opacity 0.2s ease-out,
 width 0.2s 0.2s ease-out;
  transition: opacity 0.2s ease-out,
 width 0.2s 0.2s ease-out;
}

.menu-button:after {
  opacity: 0;
  content: '×';
  color: white;
  position: absolute;
  top: 16px;
  left: -4px;
  font-family: Arial, sans-serif;
  font-size: 76px;
  line-height: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.menu-button:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.menu-button:hover {
  opacity: 1;
}

.open .menu-button {
  opacity: 1;
}

.open .menu-button:before {
  opacity: 0;
  width: 0;
}

.open .menu-button:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
          transform: translate3d(0, 0, 0) rotate(360deg);
  -webkit-transition: opacity 0.4s 1s ease-out,
 -webkit-transform 0.4s 1s ease-out;
  transition: opacity 0.4s 1s ease-out,
 -webkit-transform 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out,
 opacity 0.4s 1s ease-out;
  transition: transform 0.4s 1s ease-out,
 opacity 0.4s 1s ease-out,
 -webkit-transform 0.4s 1s ease-out;
}

nav {
  z-index: 1;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

nav:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.98);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.04), translateY(9999px);
          transform: scale(0.04), translateY(9999px);
  overflow: hidden;
}

.open nav {
  top: 0;
}

.open nav:before {
  -webkit-animation: menu-animation 0.8s ease-out forwards;
          animation: menu-animation 0.8s ease-out forwards;
}

ul.menu {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  color: white;
  list-style: none;
  padding-left: 0;
}

ul.menu li {
  opacity: 0;
  text-align: center;
  -webkit-transform: translate3d(0, 36px, 0);
          transform: translate3d(0, 36px, 0);
  font-size: 40px;
  padding: 5px;
  font-family: 'Passion One', cursive;
}

ul.menu li a {
  text-decoration: none;
  color: #fff;
  z-index: 1;
}

ul.menu li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: auto;
  background-color: white;
  height: 100%;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.14s ease-out;
  transition: width 0.14s ease-out;
}

ul.menu li:after {
  opacity: 0;
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #ffffff;
  overflow: hidden;
  -webkit-transform: translate(-24px, 6px);
          transform: translate(-24px, 6px);
  -webkit-transition: opacity 0.1s ease-out,
 -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s ease-out,
 -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out,
 opacity 0.1s ease-out;
  transition: transform 0.1s ease-out,
 opacity 0.1s ease-out,
 -webkit-transform 0.1s ease-out;
}

ul.menu li:hover a {
  color: #000;
  position: relative;
}

ul.menu li:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

ul.menu li:hover:after {
  opacity: 1;
  padding: 0 20px;
  -webkit-transform: translate(0px, 6px);
          transform: translate(0px, 6px);
  -webkit-transition: opacity 0.2s 0.14s ease-out,
 -webkit-transform 0.2s 0.14s ease-out;
  transition: opacity 0.2s 0.14s ease-out,
 -webkit-transform 0.2s 0.14s ease-out;
  transition: transform 0.2s 0.14s ease-out,
 opacity 0.2s 0.14s ease-out;
  transition: transform 0.2s 0.14s ease-out,
 opacity 0.2s 0.14s ease-out,
 -webkit-transform 0.2s 0.14s ease-out;
}

.open ul.menu li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.2s ease-out,
 -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out,
 -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out,
 opacity 0.2s ease-out;
  transition: transform 0.2s ease-out,
 opacity 0.2s ease-out,
 -webkit-transform 0.2s ease-out;
}

.open ul.menu li:nth-child(1) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.open ul.menu li:nth-child(2) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.open ul.menu li:nth-child(3) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

.open ul.menu li:nth-child(4) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.content-wrapper {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.open .content-wrapper {
  -webkit-transform: scaleY(0.92);
          transform: scaleY(0.92);
  -webkit-transition: -webkit-transform 0.2s 0.41s ease-out;
  transition: -webkit-transform 0.2s 0.41s ease-out;
  transition: transform 0.2s 0.41s ease-out;
  transition: transform 0.2s 0.41s ease-out, -webkit-transform 0.2s 0.41s ease-out;
}

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 800px) {
  .horizontal-container{
    display: inline-flex;
    height: 100vh;
    overflow-x: scroll;
    overflow-y: hidden;
    position: absolute;
    scrollbar-width: none;
    top: 0;
    width: 100vw;
  }
  .horizontal-container .trophy{
    margin-top: 0;
  }
  .horizontal-container .trophy img {
    width: 42vh;
  }
  .horizontal-container .TV img{
    width: 67vh;
  }
  .horizontal-container .matrix-div .matrix-text .insider-letter,
  .horizontal-container .matrix-div .matrix-text p{
    font-size: 1rem;
  }
  .horizontal-container .ditchmilk:hover::after{
    display: none!important;
  }
  .horizontal-container .jugad::after {
    right: 128px;
    bottom: 21px;
    width: 14vh;
    height: 14vh;
  }
  .horizontal-container .jugad-grid{
    width: 122vw;
  }
  .horizontal-container .matrix-div .matrix-text{
    width: 435px;
  }
  .horizontal-container .periodDiv .period img {
    width: 28vh;
    margin-left: -10px;
  }
  .horizontal-container .yellow-taxi{
    margin-top: 5px;
  }
  .horizontal-container .egs-teri .logos{
    width: 31vh;
  }
  .horizontal-container .fcl-combi img {
    width: 87vh;
  }
}</pre></body></html>