@charset "UTF-8";
mt-100 {
  margin-top: 100px;
}

.navigation {
  min-height: 70px;
  background: #ffffff;
  z-index: 1;
  padding: 20px 0px;
  position: fixed;
  width: 100%;
  transition: box-shadow 0.3s ease;
}

.navigation.scrolled {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.brand {
  float: left;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  margin: 0 auto;
  padding: 0 180px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .nav-container {
    display: block;
    padding: 0 20px;
  }
}
nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  color: #424242;
  text-decoration: none;
  font-size: 20px;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  color: #ff325c;
  background-color: #f4f4f4;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
nav ul li ul li {
  min-width: 230px;
  white-space: nowrap;
  width: 100%;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
  padding: 20px 30px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  border-radius: 12px;
  padding: 0px;
}

/* MOBILE */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 798px) {
  .navigation .brand img {
    width: 90px;
  }
  .nav-mobile {
    display: block;
    top: 9px;
    right: 6px;
  }
  nav {
    width: 100%;
  }
  nav ul {
    display: none;
    margin-top: 32px;
  }
  nav ul li {
    float: none;
    border-bottom: 0.5px solid #eeeeee;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  nav ul li:last-child {
    border: none;
  }
  .nav-dropdown {
    position: static;
    box-shadow: none;
    margin: 0;
    transition-timing-function: linear;
  }
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 27px;
  background: #424242;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -7px;
}
#nav-toggle span:after {
  bottom: -7px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/* Extra small devices (phones, portrait) */
@media (max-width: 480px) {
  .navigation-bar {
    max-width: 100%;
    white-space: initial;
    padding: 0 20px;
  }
  .nav-links {
    white-space: initial;
  }
  .nav-item {
    white-space: initial;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .nav-container {
    padding: 0 43px;
  }
}
.cta-button {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  border-radius: 30px;
  background-color: #ff325c;
  display: flex;
  margin-top: 84px;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  color: #fff;
  justify-content: center;
  padding: 17px 49px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #e02a52;
}

/* Small devices (phones, landscape) */
@media (min-width: 481px) and (max-width: 768px) {
  .cta-button {
    margin-top: 30px;
    padding: 16px 29px;
    border-radius: 19px;
    font-size: 18px;
  }
}
/* Medium devices (tablets, portrait & small screens) */
@media (min-width: 769px) and (max-width: 1024px) {
  .cta-button {
    margin-top: 30px;
    padding: 16px 29px;
    border-radius: 19px;
    font-size: 18px;
  }
}
.input-wrap {
  position: relative;
  width: 320px; /* adjust as needed */
}

.input-wrap input {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  outline: none;
  font-size: 16px;
  transition: border-color 0.2s;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  display: flex;
  min-height: 56px;
  justify-content: start;
  background-color: #fff;
  color: #6d6d6d;
}

.input-wrap input:focus {
  border-color: var(--border-focus);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--border-focus) 20%, transparent);
}

.icon-left,
.icon-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #9ca3af;
}

.icon-left {
  left: 12px;
  pointer-events: none;
}

.icon-right {
  right: 12px;
  display: inline-flex;
  align-items: center;
}

.icon-button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
}

.icon-button:hover {
  color: #6b7280;
}

.faq-accordion {
  padding: 89px 324px;
}
.faq-accordion .transition, .faq-accordion ul li i:before, .faq-accordion ul li i:after, .faq-accordion p {
  transition: all 0.25s ease-in-out;
}
.faq-accordion .flipIn, .faq-accordion ul li, .faq-accordion h1 {
  animation: flipdown 0.5s ease both;
}
.faq-accordion .no-select, .faq-accordion h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq-accordion h1,
.faq-accordion h2 {
  color: rgb(255, 104, 115);
}
.faq-accordion h1 {
  font-size: 64px;
  text-align: center;
  line-height: normal;
  font-weight: 600;
  font-family: "Funnel Display", sans-serif;
  color: #313131;
}
.faq-accordion h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  color: #000;
  font-size: 28px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}
.faq-accordion .faq-sub {
  font-size: 20px;
  text-align: center;
  margin-bottom: 70px;
  color: #313131;
}
.faq-accordion p {
  color: #888;
  font-size: 17px;
  line-height: 26px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  font-family: "titillium-regular", -apple-system, Roboto, Helvetica, sans-serif;
}
.faq-accordion ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.faq-accordion ul li {
  position: relative;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #f6f6f6;
}
.faq-accordion ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.faq-accordion ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.faq-accordion ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.faq-accordion ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 40px;
}
.faq-accordion ul li i:before, .faq-accordion ul li i:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 3px;
  height: 9px;
}
.faq-accordion ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.faq-accordion ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.faq-accordion ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
}
.faq-accordion ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.faq-accordion ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.faq-accordion ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

/* Extra small devices (phones, portrait) */
@media (max-width: 575px) {
  /* styles here */
  .faq-accordion {
    padding: 30px;
  }
  .faq-accordion h1 {
    font-size: 32px;
  }
  .faq-accordion h2 {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 25px;
    width: calc(100% - 40px);
  }
  .faq-accordion .faq-sub {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .faq-accordion p {
    font-size: 16px;
    line-height: 20px;
  }
  #privacy {
    padding-top: 120px;
  }
}
/* Small devices (phones landscape, tablets portrait) */
@media (min-width: 576px) and (max-width: 767px) {
  /* styles here */
  .faq-accordion {
    padding: 30px;
  }
}
/* Medium devices (tablets landscape, small laptops) */
@media (min-width: 768px) and (max-width: 991px) {
  /* styles here */
  .faq-accordion {
    padding: 30px;
  }
  #privacy {
    padding-top: 90px;
  }
}
/* Large devices (desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* styles here */
  .faq-accordion {
    padding: 30px;
  }
}
/* Extra large devices (large desktops) */
@media (min-width: 1200px) and (max-width: 1399px) {
  /* styles here */
}
/* XXL devices (very large monitors) */
@media (min-width: 1400px) {
  /* styles here */
}
/* Tab Section */
.tab-section .tab-header {
  align-items: center;
  display: flex;
  width: 100%;
  gap: 4px;
  justify-content: start;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
}
.tab-section .tabs {
  position: relative;
  background: #ff325c;
  padding: 50px 140px;
  padding-bottom: 80px;
  border-radius: 5px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
}
.tab-section .tabs input[name=tab-control] {
  display: none;
}
.tab-section .tabs .content section h2,
.tab-section .tabs ul li label {
  font-weight: 400;
  font-size: 18px;
  color: #428bff;
}
.tab-section .tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
.tab-section .tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
  border-bottom: 6px solid #d1d1d1;
}
@media (max-width: 480px) {
  .tab-section .tabs ul li {
    border-bottom: 6px solid #d1d1d1;
  }
}
.tab-section .tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #e7e7e7;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tab-section .tabs ul li label br {
  display: none;
}
.tab-section .tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.tab-section .tabs ul li label:hover,
.tab-section .tabs ul li label:focus,
.tab-section .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tab-section .tabs ul li label:hover svg,
.tab-section .tabs ul li label:focus svg,
.tab-section .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tab-section .tabs .slider {
  position: relative;
  width: 33%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tab-section .tabs .slider .indicator {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 16px;
  background: transparent;
  border-radius: 1px;
  margin-top: -16px;
}
.tab-section .tabs .content {
  margin-top: 30px;
}
.tab-section .tabs .content section {
  display: none;
  -webkit-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  line-height: 1.4;
}
.tab-section .tabs .content section h2 {
  color: #428bff;
  display: none;
}
.tab-section .tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #428bff;
  margin-top: 5px;
  left: 1px;
}
.tab-section .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) {
  border-bottom: 6px solid #fff;
}
.tab-section .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: white;
}
.tab-section .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #428bff;
}
@media (max-width: 480px) {
  .tab-section .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: transparent;
  }
  .tab-section .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label > h3 {
    font-weight: 600;
  }
  .tab-section .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) {
    border-bottom: 6px solid #fff;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tab-section .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label > h3 {
    font-weight: 600;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .tab-section .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label > h3 {
    font-weight: 600;
  }
  .tab-section .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) {
    border-bottom: 6px solid #fff;
  }
}
.tab-section .tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tab-section .tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tab-section .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) {
  border-bottom: 6px solid #fff;
}
.tab-section .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #fff;
}
.tab-section .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #428bff;
}
@media (max-width: 480px) {
  .tab-section .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: transparent;
  }
  .tab-section .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label > h3 {
    font-weight: 600;
  }
  .tab-section .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) {
    border-bottom: 6px solid #fff;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tab-section .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label > h3 {
    font-weight: 600;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .tab-section .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label > h3 {
    font-weight: 600;
  }
  .tab-section .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) {
    border-bottom: 6px solid #fff;
  }
}
.tab-section .tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tab-section .tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tab-section .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #fff;
}
.tab-section .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) {
  border-bottom: 6px solid #fff;
}
.tab-section .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #428bff;
}
@media (max-width: 480px) {
  .tab-section .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: transparent;
  }
  .tab-section .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label > h3 {
    font-weight: 600;
  }
  .tab-section .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) {
    border-bottom: 6px solid #fff;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .tab-section .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label > h3 {
    font-weight: 600;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .tab-section .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label > h3 {
    font-weight: 600;
  }
  .tab-section .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) {
    border-bottom: 6px solid #fff;
  }
}
.tab-section .tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.tab-section .tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tab-section .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #428bff;
}
.tab-section .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #428bff;
}
@media (max-width: 600px) {
  .tab-section .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tab-section .tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.tab-section .tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tab-section .tabs ul li label {
    white-space: initial;
  }
  .tab-section .tabs ul li label br {
    display: initial;
  }
  .tab-section .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tab-section .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tab-section .tabs .slider {
    display: none;
  }
  .tab-section .tabs .content {
    margin-top: 20px;
  }
  .tab-section .tabs .content section h2 {
    display: block;
  }
}

/*-----------------------------------------------------------------------------------MOBILE-------------------------------*/
/* Extra small devices (phones, portrait) */
/*-----------------------------------------------------------------------------------MOBILE LANDSCAPE (ipad mini)-------------------------------*/
/* Small devices (phones, landscape) */
@media (min-width: 481px) and (max-width: 768px) {
  .tab-section .tabs {
    padding: 20px;
  }
}
/*-----------------------------------------------------------------------------------LAPTOP DESKTOP-------------------------------*/
/* Large devices (laptops/desktops) */
@media (min-width: 1025px) and (max-width: 1200px) {
  .tab-section .tabs {
    padding: 60px;
  }
  .feature-highlight-container {
    padding: 0;
  }
}
/*--------------------------------------------------------------------------- Hero Section */
.hero-section {
  background-color: #fff;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  color: #313131;
  font-weight: 600;
  padding: 120px 40px 28px;
}

.hero-container {
  display: flex;
  flex-direction: column;
  border-radius: 80px 0px 80px 80px;
  position: relative;
  min-height: 806px;
  align-items: start;
  justify-content: center;
}

.hero-background {
  position: relative;
  inset: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 70px 0px 70px 70px;
}

.hero-content {
  position: absolute;
  display: flex;
  width: 714px;
  max-width: 100%;
  flex-direction: column;
  align-items: start;
  padding: 0 40px;
}

.hero-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  align-self: stretch;
  font-family: "Funnel Display", sans-serif;
}

.title-empowering {
  font-family: "Funnel Display", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}

.title-connectivity {
  font-family: "Funnel Display", sans-serif;
  font-weight: 500;
  color: #ff325c;
  white-space: nowrap;
}

.hero-description {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-top: 42px;
}

/*---------------------------------------------------------------------------  Statistic Section */
.connectivity-stats-section {
  display: flex;
  width: 100%;
  padding: 198px 111px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #ff325c;
}

.stats-container {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  flex-shrink: 0;
}

.main-heading {
  font-family: "Funnel Display", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: normal;
  width: 1130px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin: 0;
}

.stats-grid {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.stat-card {
  width: 100%;
  max-width: 280px;
  min-height: 290px;
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 25px;
  box-sizing: border-box;
  background-color: #fff;
}

.stat-number {
  font-family: "Funnel Display", sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2;
  color: #262626;
  text-align: center;
  margin-bottom: 20px;
}

.stat-title {
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  color: #4f4f4f;
  text-align: left;
  margin: 0 0 16px 0;
}

.stat-description {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #313131;
  text-align: left;
  margin: 0;
}

/* Services Section */
.services-section {
  background-color: #fff;
  align-self: center;
  z-index: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 90px 240px;
}

.view-plans-button {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  align-self: end;
  margin-top: 593px;
  flex-grow: 1;
}

.services-content {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  width: fit-content;
  gap: 64px;
  display: flex;
  width: 100%;
  max-width: 1379px;
  align-items: stretch;
  flex-wrap: wrap;
}

.service-item {
  align-items: center;
  display: flex;
  width: 100%;
  gap: 48px;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.service-text {
  align-self: stretch;
  min-width: 240px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 530px;
  gap: 40px;
  margin: auto 0;
}

.our-service-title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
  color: #ff325c;
  font-size: 82px;
  line-height: 1;
}
.our-service-title .service-span {
  font-weight: 300;
}

.service-title.light {
  font-weight: 300;
}

.our-service-description {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #313131;
  font-size: 24px;
  line-height: 36px;
  margin-top: 40px;
}

.service-image {
  aspect-ratio: 0.76;
  object-fit: contain;
  object-position: center;
  width: 462px;
  border-radius: 80px 0px 80px 80px;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
}

/*--------------------------------------------------------------- Banner Section */
.banner-section {
  background-color: #fff;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  color: #313131;
  font-weight: 600;
}

.banner-container {
  display: flex;
  flex-direction: column;
  border-radius: 80px 0px 80px 80px;
  position: relative;
  min-height: 806px;
  align-items: start;
  padding: 157px 80px;
}

.banner-background {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-content {
  position: relative;
  display: flex;
  margin-bottom: -49px;
  width: 714px;
  max-width: 100%;
  flex-direction: column;
  align-items: start;
}

.banner-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  align-self: stretch;
}

.title-world {
  font-family: "Funnel Display", sans-serif;
  font-weight: 500;
  color: #fff;
}

.title-connected {
  font-family: "Funnel Display", sans-serif;
  font-weight: 500;
  color: #ff325c;
  white-space: nowrap;
}

.banner-description {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-top: 42px;
  width: 545px;
}

/*--------------------------------------------------------------- Why Choose Corona Section */
.choose-section {
  align-items: center;
  align-self: center;
  display: flex;
  width: 1272px;
  max-width: 100%;
  flex-direction: column;
  justify-content: start;
  gap: var(--1872-px, 72px);
  padding-top: 70px;
}

.choose-content {
  align-items: stretch;
  display: flex;
  width: 1130px;
  max-width: 100%;
  flex-direction: column;
  text-align: center;
  justify-content: start;
  gap: var(--1248-px, 48px);
}

.choose-header {
  align-items: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  text-align: center;
  justify-content: start;
  gap: var(--1248-px, 48px);
}

.choose-heading {
  font-family: "Funnel Display", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: normal;
  color: rgb(49, 49, 49);
  margin: 0;
}

.highlight-text {
  color: rgb(255, 50, 92);
}

.description-wrapper {
  align-self: center;
  display: flex;
  margin-top: 48px;
  width: 968px;
  max-width: 100%;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.choose-description {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #313131;
  margin: 0;
}

/*--------------------------------------------------------------- Testimonials Section */
.testimonials-section {
  background-color: rgb(255, 255, 255);
  width: 100%;
  overflow: hidden;
}

.testimonials-container {
  background-color: rgb(255, 255, 255);
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 109px 80px;
}

.testimonials-header {
  display: flex;
  width: 1305px;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
}

.section-intro {
  align-self: center;
  display: flex;
  width: 934px;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

.testimonials-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

.testimonials-badge {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  border-radius: 999px;
  align-self: center;
  font-size: 24px;
  line-height: 1;
  width: 173px;
  max-width: 100%;
  color: rgb(49, 49, 49);
  white-space: nowrap;
}

.testimonials-badge span {
  border-radius: 999px;
  background-color: rgba(49, 49, 49, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 9px 17px;
}

.testimonials-intro {
  display: flex;
  margin-top: 31px;
  min-height: 217px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  justify-content: start;
}

.testimonials-title {
  font-family: "Funnel Display", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 1.2;
  color: rgb(255, 50, 92);
  margin: 31px 0 0 0;
  text-align: center;
}

.title-dark {
  color: rgb(49, 49, 49);
}

.testimonials-description {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: normal;
  color: rgb(49, 49, 49);
  align-self: center;
  margin: 53px 0 0 0;
  width: 656px;
  max-width: 100%;
  text-align: center;
}

.more-stories-button {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  border-radius: 30px;
  align-self: center;
  margin-top: 61px;
  width: 215px;
  max-width: 100%;
  color: rgb(255, 255, 255);
}

.news-button {
  border-radius: 30px;
  background-color: rgb(255, 50, 92);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 27px 22px;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  width: 100%;
}

.testimonials-grid {
  display: flex;
  margin-top: 120px;
  gap: 40px 64px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}

.testimonial-card {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  align-self: stretch;
  display: flex;
  min-width: 400px;
  flex-direction: column;
  overflow: hidden;
  align-items: start;
  flex-grow: 1;
  flex-shrink: 1;
  margin: auto 0;
  min-height: 420px;
  justify-content: center;
}

.testimonial-small {
  transform: rotate(0rad);
  border-radius: 19px 0px 19px 19px;
  max-width: 400px;
  padding: 50px 42px 23px;
}

.testimonial-large {
  transform: rotate(0rad);
  border-radius: 24px 0px 24px 24px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  width: 381px;
  padding: 62px 70px 29px 35px;
}

.testimonial-quote {
  font-family: "Funnel Display", sans-serif;
  font-weight: 500;
  font-size: 29px;
  line-height: normal;
  align-self: stretch;
  color: rgb(255, 50, 92);
  margin: 0;
}

.testimonial-big {
  font-family: "Funnel Display", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: normal;
}

.quote-dark {
  color: rgb(49, 49, 49);
}

.testimonial-text {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  color: rgb(49, 49, 49);
  margin: 31px 0 0 0;
  width: 259px;
}

.testimonial-large .testimonial-text {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  margin-top: 41px;
}

.testimonial-author {
  display: flex;
  margin-top: 189px;
  align-items: stretch;
  gap: 17px;
}

.testimonial-large .testimonial-author {
  margin-top: 236px;
  gap: 22px;
}

.author-avatar {
  background-color: rgb(2, 197, 100);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 69px;
  padding: 0 6px;
}

.testimonial-large .author-avatar {
  width: 86px;
  height: 86px;
  padding: 0 7px;
}

.avatar-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 57px;
  border-radius: 50%;
}

.testimonial-large .avatar-image {
  width: 72px;
}

.author-info {
  font-family: "Titillium Web", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: rgb(49, 49, 49);
  line-height: 1.2;
  margin: auto 0;
}

.author-name {
  font-size: 19px;
  font-weight: 600;
  align-self: start;
  margin: 0;
}

.testimonial-large .author-name {
  font-size: 24px;
}

.author-company {
  font-size: 14px;
  font-weight: 300;
  margin: 9px 0 0 0;
}

.testimonial-large .author-company {
  font-size: 18px;
  margin-top: 12px;
}

/*--------------------------------------------------------------- Konek Section */
.konek-tayo-banner {
  display: flex;
  padding: 100px 227px;
  justify-content: center;
  align-self: stretch;
  background-color: #ff325c;
  align-items: center;
}

.konek-tayo-wrapper {
  font-family: "Funnel Display", sans-serif;
  font-weight: 700;
  font-size: 105px;
  line-height: normal;
  color: #fff;
  text-align: center;
}

.konek-tayo-heading {
  font-family: "Funnel Display", sans-serif;
  font-weight: 700;
  font-size: 105px;
  line-height: normal;
  color: rgb(255, 255, 255);
  margin: 0;
}
.konek-tayo-heading a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

@media (max-width: 991px) {
  .konek-tayo-heading {
    font-size: 80px;
  }
}
@media (max-width: 640px) {
  .konek-tayo-heading {
    font-size: 48px;
  }
}
/*--------------------------------------------------------------- News Section */
.latest-news-section {
  width: 100%;
  position: relative;
  padding: 100px 0;
  background-color: #fff;
}

.news-container {
  display: flex;
  max-width: 1272px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 0 auto;
  padding: 0 24px;
}

.news-section-header {
  display: flex;
  max-width: 894.6px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
}

.section-news-title {
  font-family: "Funnel Display", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 1.2;
  align-self: stretch;
  color: #313131;
  text-align: center;
  position: relative;
  margin: 0;
}

.section-news-description {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  align-self: stretch;
  color: #313131;
  text-align: center;
  position: relative;
  margin: 30px;
}

.news-grid {
  position: relative;
}

.news-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  position: relative;
  flex-direction: row;
}

.news-card {
  min-height: 578px;
  max-width: 50%;
  border-radius: 30.686px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #f6f6f6;
}

.news-image {
  width: 100%;
  flex-shrink: 0;
  border-radius: 30.686px 30.686px 0 0;
  object-fit: cover;
}

.news-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  height: auto;
  min-height: 320px;
  padding: 30px;
}

.news-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  position: relative;
}

.news-category {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  align-self: stretch;
  color: #ff325c;
  position: relative;
}

.news-title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
  align-self: stretch;
  color: #313131;
  position: relative;
  margin: 0;
}

.news-desc {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
}

.news-date {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  align-self: stretch;
  color: #313131;
  position: relative;
}

.news-date-gray {
  color: #757575;
}

.see-more-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
}

.see-more-button {
  width: 215px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #ff325c;
  border: none;
  transition: background-color 0.3s ease;
}

.see-more-button:hover {
  background-color: #e02a52;
}

.see-more-text {
  font-family: "Titillium Web", sans-serif;
  line-height: normal;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.see-more-text a {
  text-decoration: none;
  color: white;
  -webkit-tap-highlight-color: transparent;
}

/* Investment Section */
.investment-image {
  align-self: center;
  z-index: 0;
  width: 100%;
}

.investment-banner {
  aspect-ratio: 1.82;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.investment-section {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  line-height: normal;
  z-index: 0;
  min-height: 200px;
  width: 100%;
  color: #fff;
  gap: 24px;
}

.investment-container {
  align-items: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  background-color: #ff325c;
  padding: 24px 0;
}

.investment-content {
  align-items: center;
  border-radius: 32px;
  display: flex;
  width: 100%;
  gap: 64px;
  justify-content: start;
  flex-wrap: wrap;
  padding: 16px 324px;
}

.investment-info {
  justify-content: center;
  align-items: stretch;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  margin: auto 0;
}

.investment-title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.investment-divider {
  min-height: 1px;
  margin-top: 12px;
  width: 100%;
  background-color: #b0b0b0;
  border: 1px solid #b0b0b0;
}

.investment-description {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 12px;
}

.investment-quote {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: start;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  justify-content: center;
  width: 500px;
  margin: auto 0;
}

.quote-container {
  display: flex;
  width: 428px;
  max-width: 100%;
  align-items: center;
  gap: 28px;
  justify-content: start;
}

.quote-text {
  color: #fff;
  align-self: stretch;
  flex: 1;
  margin: auto 0;
}

.contact-section {
  align-self: stretch;
  font-family: Titillium Web, -apple-system, Roboto, Helvetica, sans-serif;
  color: var(--Color-Corona-Neutral-global-white, #fff);
  gap: var(--Spacing-5, 24px);
}

.contact-container {
  align-items: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  background-color: var(--Color-Corona-Primary-Red-500, #ff325c);
  padding: 24px 0;
}

@media (max-width: 991px) {
  .contact-container {
    max-width: 100%;
    padding: 38px 0;
  }
}
.contact-content {
  align-items: center;
  border-radius: 32px;
  display: flex;
  width: 100%;
  gap: var(--Spacing-8, 64px);
  justify-content: start;
  flex-wrap: wrap;
  padding: 16px 324px;
}

@media (max-width: 991px) {
  .contact-content {
    max-width: 100%;
    padding: 0 40px;
  }
}
.contact-info {
  justify-content: center;
  align-items: stretch;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  gap: var(--Spacing-3, 12px);
  margin: auto 0;
}

@media (max-width: 991px) {
  .contact-info {
    max-width: 100%;
  }
}
.contact-title {
  color: var(--Color-Corona-Neutral-global-white, #fff);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 991px) {
  .contact-title {
    max-width: 100%;
    font-size: 40px;
  }
}
.contact-divider {
  min-height: 1px;
  margin-top: 12px;
  width: 100%;
  background-color: var(--Color-Corona-Primary-Deep-Gray-300, #b0b0b0);
  border: 1px solid rgb(176, 176, 176);
}

@media (max-width: 991px) {
  .contact-divider {
    max-width: 100%;
  }
}
.contact-description {
  color: var(--Color-Corona-Neutral-global-white, #fff);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin: 12px 0 0 0;
}

@media (max-width: 991px) {
  .contact-description {
    max-width: 100%;
  }
}
.contact-email {
  font-weight: 600;
}

.quote-section {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: start;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  justify-content: center;
  width: 500px;
  margin: auto 0;
}

@media (max-width: 991px) {
  .quote-section {
    max-width: 100%;
    font-size: 20px;
    line-height: 26px;
  }
}
.quote-container {
  display: flex;
  width: 428px;
  max-width: 100%;
  align-items: center;
  gap: 28px;
  justify-content: start;
}

.quote-text {
  color: var(--Color-Corona-Neutral-global-white, #fff);
  align-self: stretch;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
}

@media (max-width: 991px) {
  .quote-text {
    max-width: 100%;
  }
}
/* Service Section */
.service-section {
  background-color: #fff;
  padding: 150px 200px 0px;
  text-align: center;
}

.service-subtitle {
  color: #313131;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 53px;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
}

.service-title {
  font-family: "Titillium Web", sans-serif;
  color: #313131;
  font-weight: 600;
  font-size: 78px;
  line-height: 1.2;
  margin-bottom: 78px;
}

.service-description {
  color: #313131;
  font-size: 24px;
  line-height: normal;
  max-width: 729px;
  margin: 0 auto;
  font-family: "Titillium Web", sans-serif;
}

/* Services Grid */
.services-grid {
  display: flex;
  align-items: center;
  gap: 21px;
  justify-content: center;
  margin: 100px 0px;
}

.service-card {
  min-width: 320px;
  min-height: 294px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  padding: 59px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.service-icon {
  height: 132px;
}

.service-card-title {
  color: #ff325c;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  margin: 0;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
}

.service-card-description {
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
}

.plans-section {
  background-color: #ff325c;
  z-index: 0;
  width: 100%;
  padding: 99px 50px;
  position: relative;
}

.plans-title {
  color: #fff;
  text-align: center;
  align-self: center;
  font-size: 64px;
  margin-bottom: 60px;
  font-weight: 600;
  font-family: "Funnel Display", sans-serif;
}

.plans-container {
  width: 100%;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  gap: 64px;
}

.plan-tabs {
  align-items: center;
  display: flex;
  width: 100%;
  gap: 48px;
  color: #e7e7e7;
  justify-content: start;
  flex-wrap: wrap;
}

.plan-tab {
  align-self: stretch;
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  gap: 12px;
  margin: auto 0;
}

.plan-tab.active {
  color: #fff;
  font-weight: 600;
}

.tab-header {
  align-items: center;
  display: flex;
  width: 100%;
  gap: 4px;
  justify-content: start;
}

.tab-number {
  font-size: 20px;
  align-self: stretch;
  margin: auto 0;
}

.tab-title {
  font-size: 32px;
  align-self: stretch;
  margin: auto 0;
  font-weight: 400;
}

.tab-indicator {
  min-height: 8px;
  margin-top: 12px;
  width: 100%;
  border: 8px solid #d1d1d1;
}

.tab-indicator.active {
  background-color: #fff;
  border-color: #fff;
}

.plans-content {
  margin-top: 64px;
  width: 100%;
}

.plan-cards {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
}

.plan-card {
  border-radius: 32px 0 32px 32px;
  min-width: 240px;
  min-height: 428px;
  width: 368px;
  padding: 48px 32px;
  gap: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.plan-card.featured {
  border: 1px solid #d1d1d1;
}

.plan-header {
  width: 100%;
  gap: 32px;
}

.plan-name-section {
  width: 100%;
  gap: 12px;
}

.plan-name-container {
  justify-content: center;
  align-items: end;
  display: flex;
  width: 100%;
  gap: 4px;
  font-size: 48px;
  color: #ff325c;
  font-weight: 700;
  line-height: 1;
}

.plan-name {
  color: #ff325c;
  width: 302px;
  font-size: 48px;
  font-weight: 600;
}

.plan-speed {
  color: #262626;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-top: 12px;
}

.plan-description {
  color: #424242;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 32px;
}

.plan-button-container {
  justify-content: center;
  align-items: center;
  align-self: start;
  display: flex;
  margin-top: 32px;
  height: 48px;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.plan-button {
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  align-self: stretch;
  display: flex;
  gap: 16px;
  overflow: hidden;
  margin: auto 0;
  padding: 16px 48px 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.plan-button.outline {
  border: 1px solid #000;
  color: #262626;
  background-color: transparent;
}

.plan-button.filled {
  background-color: #ff325c;
  color: #fff;
}

.plan-button:hover {
  transform: translateY(-2px);
}

/* Pricing Section */
.pricing-section {
  background-color: #ff325c;
  padding: 100px 200px;
  text-align: center;
}

.pricing-title {
  color: #fff;
  font-family: "Funnel Display", sans-serif;
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 80px;
}

.pricing-grid {
  display: flex;
  gap: 21px;
  justify-content: center;
}

.pricing-card {
  width: 409px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  padding: 37px 30px 35px;
  position: relative;
  text-align: left;
}

.pricing-name {
  color: #000;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}

.pricing-price {
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
}

.pricing-description {
  color: #424242;
  font-size: 18px;
  line-height: normal;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
}

.pricing-arrow {
  right: 47px;
  bottom: 27px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  justify-content: flex-end;
}

.pricing-arrow a:hover {
  background-color: #f5f5f5;
  border-radius: 100%;
}

/* FAQ Section */
.faq-section {
  background-color: #fff;
  padding: 89px 324px;
}

.faq-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-bottom: 100px;
}

.faq-title {
  color: #313131;
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: normal;
  text-align: center;
  margin: 0;
}

.faq-subtitle {
  color: #313131;
  font-size: 20px;
  text-align: center;
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-item {
  background-color: #f6f6f6;
  border-radius: 30px;
  padding: 35px 43px 35px 31px;
  position: relative;
  min-height: 106px;
}

.faq-question {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.56px;
  margin-bottom: 20px;
}

.faq-toggle {
  position: absolute;
  right: 43px;
  top: 35px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.faq-toggle:hover {
  transform: scale(1.1);
}

.faq-answer {
  display: none;
}

.faq-item.expanded .faq-answer {
  display: block;
}

.faq-answer-text {
  color: #888;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 25px;
}

.faq-answer-summary {
  color: #888;
  font-weight: 600;
  font-size: 20px;
  line-height: 132%;
  letter-spacing: 0.4px;
}

/* signup Section */
.signup-section {
  background-color: #f5f5f5;
  padding: 141px 255px;
}

.signup-container {
  display: flex;
  align-items: center;
  gap: 60px;
  box-shadow: 0px 0px 12px rgba(128, 128, 128, 0.2509803922);
  border-radius: 29px;
}

.signup-content {
  width: 433px;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.signup-title {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.56px;
  font-family: "Titillium Web", sans-serif;
  margin: 0;
}

.signup-description {
  color: #313131;
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
}

.signup-button {
  width: 161px;
  height: 53px;
  background-color: #ff325c;
  color: #fff;
  border: none;
  border-radius: 22.5px;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "Titillium Web", sans-serif;
}

.signup-button:hover {
  background-color: #e02a50;
}

.signup-image {
  width: 765px;
  height: 563px;
  position: relative;
  overflow: hidden;
  border-radius: 0 30px 30px 0;
}

.signup-img {
  width: 1032px;
  height: 688px;
  position: absolute;
  left: -206px;
  top: -82px;
  object-fit: cover;
}

/* Footer */
/* Interactive Elements */
/*BRGY WIFI*/
.wifi-brgy-card {
  display: flex;
  width: 1094px;
  height: 428px;
  align-items: center;
  gap: 48px;
  border-radius: 36px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 0 auto;
}

.brgy-image {
  width: 543px;
  height: 428px;
  flex-shrink: 0;
  border-radius: 36px 0 36px 36px;
  object-fit: cover;
}

.brgy-content-wrapper {
  display: flex;
  width: 468px;
  padding: 24px 48px 24px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  align-self: stretch;
}

.brgy-info {
  display: flex;
  width: 445px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.brgy-title {
  align-self: stretch;
  color: #ff325c;
  font-weight: 500;
  font-size: 40px;
  line-height: normal;
  font-family: "Funnel Display", sans-serif;
  margin: 0;
}

.brgy-description {
  width: 445px;
  color: #424242;
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
  font-family: "Titillium Web", sans-serif;
  margin: 0;
}

.brgy-action-button {
  display: flex;
  height: 50px;
  padding: 8px 0;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px 16px 0 16px;
  backdrop-filter: blur(2.9px);
  background-color: rgba(255, 255, 255, 0.9);
}

.brgy-contact-info {
  color: #ed1148;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  font-family: "Titillium Web", sans-serif;
}
.brgy-contact-info a {
  color: #ed1148;
  text-decoration: none;
}

.wifi-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.feature-highlight-container {
  display: flex;
  align-items: start;
  gap: 32px;
  font-weight: 400;
  justify-content: center;
  padding: 0 24px;
}

/* Note in plans section*/
.feature-highlight-container {
  display: flex;
  align-items: start;
  gap: 32px;
  font-weight: 400;
  justify-content: center;
  padding: 0 44px;
  margin-top: 20px;
}

.feature-card {
  align-items: stretch;
  border-radius: 16px;
  display: flex;
  min-width: 240px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  gap: var(--Spacing-3, 12px);
  background-color: var(--Color-Corona-Primary-Deep-Gray-50, #f6f6f6);
  padding: 16px 48px;
}

.feature-content {
  align-items: center;
  display: flex;
  width: 100%;
  gap: var(--Spacing-4, 16px);
  justify-content: start;
  flex-wrap: wrap;
}

.bullet-point {
  color: var(--Color-Corona-Primary-Red-500, #ff325c);
  letter-spacing: -0.48px;
  align-self: stretch;
  margin: auto 0;
  font: 16px Funnel Display, -apple-system, Roboto, Helvetica, sans-serif;
}

.feature-description {
  color: var(--Color-Corona-Primary-Deep-Gray-800, #424242);
  letter-spacing: -0.6px;
  align-self: stretch;
  margin: auto 0;
  font: 20px Titillium Web, -apple-system, Roboto, Helvetica, sans-serif;
}

.feature-card {
  align-items: stretch;
  border-radius: 16px;
  display: flex;
  min-width: 240px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  gap: var(--Spacing-3, 12px);
  background-color: var(--Color-Corona-Primary-Deep-Gray-50, #f6f6f6);
  padding: 16px 48px;
}

.feature-content {
  align-items: center;
  display: flex;
  width: 100%;
  gap: var(--Spacing-4, 16px);
  justify-content: start;
  flex-wrap: wrap;
}

.bullet-point {
  color: var(--Color-Corona-Primary-Red-500, #ff325c);
  letter-spacing: -0.48px;
  align-self: stretch;
  margin: auto 0;
  font: 16px Funnel Display, -apple-system, Roboto, Helvetica, sans-serif;
}

.feature-description {
  color: var(--Color-Corona-Primary-Deep-Gray-800, #424242);
  letter-spacing: -0.6px;
  align-self: stretch;
  margin: auto 0;
  font: 20px Titillium Web, -apple-system, Roboto, Helvetica, sans-serif;
}

.about-us-page {
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
}

.main-header {
  background-color: rgb(255, 255, 255);
  align-self: stretch;
  display: flex;
  min-height: 96px;
  width: 100%;
  align-items: center;
  overflow: hidden;
  color: rgb(49, 49, 49);
  white-space: nowrap;
  justify-content: space-between;
  padding: 33px 324px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  line-height: normal;
  font-size: 20px;
}

.plans-nav {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: start;
  margin: auto 0;
}

.nav-text {
  align-self: stretch;
  margin: auto 0;
}

.nav-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 30px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}

.nav-item {
  align-self: stretch;
  margin: auto 0;
}

.hero-about-section {
  background-color: rgb(255, 50, 92);
  align-self: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  color: rgb(255, 255, 255);
  padding: 162px 80px 326px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  line-height: normal;
  font-size: 24px;
}

.hero-about-content {
  display: flex;
  margin-bottom: -65px;
  width: 957px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
}

.hero-about-title {
  text-align: center;
  align-self: stretch;
  margin: 0px;
  font-family: "Funnel Display", sans-serif;
  font-weight: 500;
  font-size: 68px;
  line-height: normal;
}

.hero-about-description {
  text-align: center;
  margin: 56px 0px;
}

.video-section {
  border-radius: 30px;
  z-index: 0;
  margin-top: -226px;
  width: 1272px;
  max-width: 100%;
}

.o-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%; /* 9 / 16 * 100 */
}

.o-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  border-radius: 30px;
}

.video-image {
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 30px;
}

/* Vision Section*/
.content-sections {
  margin: 60px 0px;
  width: 1284px;
  max-width: 100%;
}

.vision-mission-container {
  border-radius: 39px;
  width: 100%;
}

.vision-section {
  border-radius: 30px 0px 30px 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  padding: 110px 78px;
}

.vision-content {
  gap: 20px;
  display: flex;
}

.text-content {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  color: rgb(49, 49, 49);
  justify-content: center;
  margin: auto 0;
  width: 56%;
}

.section-title {
  font-size: 78px;
  line-height: 1.2;
}

.title-normal {
  font-family: "Funnel Display", sans-serif;
  font-weight: 500;
}

.title-accent {
  font-family: "Funnel Display", sans-serif;
  font-weight: 500;
  color: rgb(255, 50, 92);
}

.section-description {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
}

.image-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 44%;
  margin-left: 20px;
}

.section-image {
  object-position: center;
  width: 100%;
  border-radius: 18px 0px 18px 18px;
  flex-grow: 1;
}

.mission-section {
  border-radius: 0px 39px 39px 39px;
  width: 100%;
}

.mission-content {
  border-radius: 0px 30px 30px 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  padding: 60px;
  gap: 20px;
  margin: 40px 0;
}

.mission-section .image-content {
  width: 43%;
  margin-left: 0px;
}

.mission-section .text-content {
  font-family: "Titillium Web", sans-serif;
  align-self: stretch;
  color: rgb(49, 49, 49);
  font-weight: 600;
  text-align: right;
  margin: auto 0;
  width: 57%;
  margin-left: 20px;
}

.mission-section .section-image {
  margin-top: 31px;
}

/* Intro*/
.intro-container {
  background-color: rgb(255, 255, 255);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
}

.intro-statement {
  background-color: rgb(255, 255, 255);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  color: var(--Labels---Vibrant---Controls-Primary, #404040);
  justify-content: center;
  padding: 0 64px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  line-height: normal;
  font-size: 24px;
}

.intro-text {
  color: var(--Labels---Vibrant---Controls-Primary, #404040);
  margin: 0;
}

.intro-image-section {
  background-color: rgb(255, 255, 255);
  margin-top: 32px;
  width: 100%;
  padding: 0 64px;
}

.intro-image {
  aspect-ratio: 3.19;
  object-fit: contain;
  object-position: center;
  width: 1152px;
  border-radius: 16px;
  max-width: 100%;
}

.intro-commitment {
  background-color: rgb(255, 255, 255);
  display: flex;
  margin-top: 32px;
  width: 100%;
  flex-direction: column;
  align-items: end;
  color: var(--Labels---Vibrant---Controls-Primary, #404040);
  text-align: right;
  justify-content: center;
  padding: 0 64px;
  font: 600 36px/54px Titillium Web, -apple-system, Roboto, Helvetica, sans-serif;
}

.commitment-text {
  color: var(--Labels---Vibrant---Controls-Primary, #404040);
  margin: 0;
}

/* Impact Section */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.impact-section {
  display: flex;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  position: relative;
  background-color: #fff;
}

.main-content-wrapper {
  display: flex;
  width: 1184px;
  height: 602px;
  align-items: center;
  gap: 24px;
  position: relative;
}

.content-container {
  display: flex;
  width: 667px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 24px 0 16px 16px;
  position: relative;
  background-color: #fff;
}

.header-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  position: relative;
}

.main-title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  line-height: normal;
  font-size: 36px;
  align-self: stretch;
  color: #424242;
  position: relative;
}

.description {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  align-self: stretch;
  color: #424242;
  position: relative;
}

.commitments-section {
  display: flex;
  padding: 16px 0 24px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  position: relative;
}

.commitments-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  position: relative;
}

.commitment-badge {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #424242;
  position: relative;
}

.commitment-label {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  line-height: normal;
  font-size: 16px;
  color: #424242;
  position: relative;
}

.commitments-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  position: relative;
  list-style: none;
}

.commitment-item {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  position: relative;
  background-color: #fff;
}

.commitment-text {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  line-height: normal;
  font-size: 21px;
  flex: 1 0 0;
  color: #424242;
  position: relative;
}

.image-container {
  display: flex;
  align-items: center;
  gap: 5.676px;
  flex: 1 0 0;
  align-self: stretch;
  position: relative;
}

.impact-image {
  border-radius: 32px 0 32px 32px;
  position: relative;
  width: 100%;
}

.impact-button {
  display: flex;
  height: 50px;
  padding: 8px 24px 8px 0;
  align-items: center;
  gap: 10px;
  border-radius: 16px 16px 0 16px;
  backdrop-filter: blur(2.9px);
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.impact-button:hover {
  background-color: rgb(255, 255, 255);
  transform: translateY(-2px);
}

.button-text {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  line-height: normal;
  font-size: 16px;
  color: #ed1148;
  position: relative;
}

.icon-container {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 256px;
  position: relative;
  background-color: #f6f6f6;
}

.arrow-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* Extra small devices (phones, portrait) */
@media (max-width: 575px) {
  /* styles here */
}
/* Small devices (phones landscape, tablets portrait) */
@media (min-width: 576px) and (max-width: 767px) {
  /* styles here */
}
/* Medium devices (tablets landscape, small laptops) */
@media (min-width: 768px) and (max-width: 991px) {
  /* styles here */
}
/* Large devices (desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* styles here */
}
/* Extra large devices (large desktops) */
@media (min-width: 1200px) and (max-width: 1399px) {
  /* styles here */
}
/* XXL devices (very large monitors) */
@media (min-width: 1400px) {
  /* styles here */
}
.community-header-section {
  background-color: #fff;
  padding: 150px 200px 0px 200px;
  text-align: center;
}

.community-sections {
  margin: 0px 0px;
  width: 1284px;
  max-width: 100%;
}

.community-title {
  color: #313131;
  font-family: "titillium-semibold", -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 78px;
  line-height: 120%;
  margin-bottom: 58px;
}

.community-description {
  color: #313131;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.72px;
  max-width: 729px;
  margin: 0 auto 0px;
  font-family: "titillium-regular", -apple-system, Roboto, Helvetica, sans-serif;
}

.ongoing-programs-section {
  display: flex;
  padding: 40px 324px 120.15px 324px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 118px;
  position: relative;
  background-color: #fff;
}

.programs-content-container {
  display: flex;
  width: 1272px;
  flex-direction: column;
  align-items: center;
  gap: 96px;
  position: relative;
}

.programs-section-header {
  display: flex;
  width: 894.6px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
}

.programs-section-title {
  align-self: stretch;
  color: #313131;
  text-align: center;
  position: relative;
  font: 700 64px/120% "Funnel Display", sans-serif;
  margin: 0;
}

.programs-grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  position: relative;
}

.programs-row {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  position: relative;
}

.program-card {
  width: 626px;
  border-radius: 30.686px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #f6f6f6;
  height: auto;
  min-height: 320px;
}

.program-image {
  width: 100%;
  flex-shrink: 0;
  border-radius: 30.686px 30.686px 0 0;
  object-fit: cover;
}

.program-content {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  height: auto;
  min-height: 200px;
  padding: 30px;
}

.program-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  position: relative;
}

.program-title {
  align-self: stretch;
  color: #313131;
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.program-description {
  align-self: stretch;
  color: #313131;
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

/*---------------------------------------------------Impact by Numbers*/
.impact-num-section {
  display: flex;
  width: 100%;
  padding: 126px 331px 125px 331px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #ff325c;
}

.impact-num-container {
  display: flex;
  max-width: 1488px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  flex-shrink: 0;
}

.impact-num-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.impact-num-title {
  width: 1130px;
  color: #fff;
  text-align: center;
  font: 500 64px/87% "Funnel Display", sans-serif;
  margin-bottom: 30px;
}

.impact-num-subtitle {
  width: 1130px;
  color: #fff;
  text-align: center;
  font: 400 34px/120% "Funnel Display", sans-serif;
  margin: 0;
}

.com-stats-grid {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.com-stat-card {
  width: 286px;
  height: 270px;
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
}

.com-stat-number {
  color: #262626;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 43px;
  font: 500 60px/120% "Funnel Display", sans-serif;
}

.com-stat-description {
  color: #000000;
  text-align: left;
  letter-spacing: 0.56px;
  font: 500 18px/120% "Titillium Web", sans-serif;
  margin: 0;
}

.benefits-section {
  gap: var(--Spacing-0, 0);
  padding: 0px 204px 0px 195px;
  background-color: #ff325c;
}

.benefits-container {
  justify-content: center;
  align-items: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  padding: 48px var(--Spacing-7, 48px);
  gap: var(--Spacing-5, 24px);
}

.benefits-content-wrapper {
  display: flex;
  min-height: 602px;
  width: 100%;
  align-items: stretch;
  gap: 24px;
  justify-content: start;
  flex-wrap: wrap;
}

.benefits-main-content {
  border-radius: var(--Spacing-5, 24px) 0 16px 16px;
  min-width: 240px;
  font-family: Titillium Web, -apple-system, Roboto, Helvetica, sans-serif;
  color: var(--Color-Corona-Primary-Deep-Gray-800, #424242);
  width: 667px;
  padding: var(--Spacing-5, 24px);
  gap: var(--Spacing-4, 16px);
  background-color: var(--Color-Corona-Neutral-global-white, #fff);
}

.benefits-header {
  width: 100%;
}

.benefits-title {
  color: var(--Color-Corona-Primary-Deep-Gray-800, #424242);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
}

.benefits-description {
  color: var(--Color-Corona-Primary-Deep-Gray-800, #424242);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.pillars-section {
  padding-bottom: var(--Spacing-5, 24px);
  justify-content: center;
  align-items: stretch;
  display: flex;
  margin-top: 16px;
  width: 100%;
  flex-direction: column;
  font-weight: 600;
  gap: var(--Spacing-6, 32px);
}

.pillars-container {
  width: 100%;
  gap: var(--Spacing-5, 24px);
}

.pillars-list {
  width: 100%;
}

.pillar-card {
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 16px;
}

.pillar-card:first-child {
  padding: 0 16px;
}

.pillar-title {
  color: var(--Color-Corona-Primary-Deep-Gray-800, #424242);
  font-size: 21px;
  letter-spacing: -0.63px;
}

.pillar-text {
  color: var(--Color-Corona-Primary-Deep-Gray-800, #424242);
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.54px;
  margin-top: 10px;
}

.benefits-image-section {
  display: flex;
  min-width: 240px;
  align-items: stretch;
  gap: 6px;
  justify-content: start;
  height: 100%;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 48px;
}

.benefits-image {
  aspect-ratio: 0.82;
  object-fit: contain;
  object-position: center;
  width: 100%;
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  border-radius: 0px 30px 30px 30px;
}

/* New Our Mission*/
.new-mission-section {
  padding-top: 11px;
  font-family: Titillium Web, -apple-system, Roboto, Helvetica, sans-serif;
  color: var(--Color-Corona-Primary-Deep-Gray-800, #424242);
  padding: 50px 0;
}

@media (max-width: 991px) {
  .new-mission-section {
    max-width: 100%;
    margin-top: 0px;
    padding: 20px 20px;
  }
}
.new-mission-container {
  justify-content: center;
  display: flex;
  margin-top: 11px;
  height: 769px;
  width: 100%;
  gap: var(--Spacing-5, 24px);
  flex-wrap: wrap;
  padding: 0 48px;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .new-mission-container {
    max-width: 100%;
    padding: 0 20px;
    height: auto;
    gap: 0;
  }
}
.new-mission-image {
  aspect-ratio: 0.65;
  object-fit: contain;
  object-position: center;
  width: 525px;
  align-self: start;
  min-width: 240px;
}

@media (max-width: 991px) {
  .new-mission-image {
    max-width: 100%;
    width: 100%;
  }
}
.new-mission-content {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .new-mission-content {
    max-width: 100%;
  }
}
.main-mission-card {
  justify-content: center;
  align-items: start;
  border-radius: 26px 0 26px 26px;
  display: flex;
  width: 100%;
  gap: 10px;
  background-color: var(--Color-Corona-Primary-Deep-Gray-50, #f6f6f6);
  padding: 48px;
}

@media (max-width: 991px) {
  .main-mission-card {
    max-width: 100%;
    padding: 10px;
    gap: 0px;
  }
}
.mission-statement-wrapper {
  border-radius: 16px 0 16px 16px;
  border: 10px solid var(--Color-Corona-Primary-Deep-Gray-100, #e7e7e7);
  background-color: #fff;
  min-width: 240px;
  width: 100%;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 32px 48px 32px var(--Spacing-7, 48px);
}

@media (max-width: 991px) {
  .mission-statement-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
}
.mission-title {
  color: var(--Color-Corona-Primary-Deep-Gray-800, #424242);
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  margin: 0;
}

@media (max-width: 991px) {
  .mission-title {
    max-width: 100%;
    font-size: 20px;
    line-height: 26px;
    margin-top: 10px;
  }
}
.title-divider {
  min-height: 1px;
  margin-top: 24px;
  width: 100%;
  background-color: var(--Color-Corona-Primary-Deep-Gray-50, #f6f6f6);
  border: 1px solid rgb(246, 246, 246);
}

@media (max-width: 991px) {
  .title-divider {
    max-width: 100%;
  }
}
.mission-description-container {
  justify-content: center;
  align-items: center;
  border-radius: 16px 0 16px 16px;
  display: flex;
  margin-top: 24px;
  width: 100%;
  gap: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 24px;
}

@media (max-width: 991px) {
  .mission-description-container {
    max-width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }
}
.mission-description {
  color: var(--Color-Corona-Primary-Deep-Gray-800, #424242);
  align-self: stretch;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
}

.impact-statement-card {
  justify-content: center;
  align-items: start;
  border-radius: 32px 0 32px 32px;
  display: flex;
  margin-top: 24px;
  width: 100%;
  gap: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  background-color: var(--Color-Corona-Primary-Deep-Gray-50, #f6f6f6);
  padding: 10px;
}

@media (max-width: 991px) {
  .impact-statement-card {
    max-width: 100%;
    padding: 0 20px;
  }
}
.impact-content {
  justify-content: center;
  align-items: center;
  border-radius: 16px 0 16px 16px;
  display: flex;
  min-width: 240px;
  width: 100%;
  gap: 10px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 16px var(--Spacing-4, 16px);
}

@media (max-width: 991px) {
  .impact-content {
    max-width: 100%;
    padding: 16px 0;
  }
}
.impact-text {
  color: var(--Color-Corona-Primary-Deep-Gray-800, #424242);
  align-self: stretch;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin: auto 0;
}

@media (max-width: 991px) {
  .impact-text {
    max-width: 100%;
    font-size: 20px;
    line-height: 26px;
  }
}
.community-impact-section {
  display: flex;
  margin: 52px 0;
  width: 1272px;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

@media (max-width: 991px) {
  .community-impact-section {
    margin: 0;
    padding: 20px;
  }
}
.section-header {
  align-self: center;
  display: flex;
  width: 895px;
  max-width: 100%;
  flex-direction: column;
  align-items: start;
  color: rgb(49, 49, 49);
  text-align: center;
  justify-content: start;
  text-align: center;
  align-items: center;
}

.impact-title {
  font: 700 64px/1.2 Funnel Display, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .impact-title {
    max-width: 100%;
    font-size: 40px;
  }
}
.impact-subtitle {
  font: 400 20px/1 Titillium Web, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .impact-subtitle {
    max-width: 100%;
  }
}
.impact-cards {
  display: flex;
  flex-direction: column;
  gap: 96px;
}

@media (max-width: 991px) {
  .impact-cards {
    margin-top: 0px;
    gap: 40px;
  }
}
.impact-card {
  border-radius: 30px 0px 30px 30px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.community-card {
  border-radius: 0px 30px 30px 30px;
}

@media (max-width: 991px) {
  .impact-card {
    max-width: 100%;
  }
}
.card-background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  .card-background {
    height: 430px;
  }
}
.card-content {
  position: relative;
  display: flex;
  min-height: 606px;
  width: 100%;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 113px 60px;
}

@media (max-width: 991px) {
  .card-content {
    max-width: 100%;
    padding: 20px 20px;
    min-height: 0;
  }
}
.card-header {
  display: flex;
  align-items: center;
  justify-content: start;
}

.card-icon {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: start;
  margin: auto 0;
  padding: 6px;
}

.icon-line {
  background-color: rgb(255, 255, 255);
  align-self: stretch;
  display: flex;
  min-height: 37px;
  width: 1px;
  margin: auto 0;
}

.card-title {
  color: rgb(255, 255, 255);
  text-align: center;
  align-self: stretch;
  margin: auto 0;
  font: 600 22px Titillium Web, -apple-system, Roboto, Helvetica, sans-serif;
}

.card-description {
  color: rgb(255, 255, 255);
  text-align: left;
  align-self: stretch;
  margin-top: 39px;
  font: 600 28px/42px Titillium Web, -apple-system, Roboto, Helvetica, sans-serif;
  width: 433px;
  max-width: 100%;
}

.card-description2 {
  color: rgb(255, 255, 255);
  text-align: left;
  align-self: stretch;
  margin-top: 39px;
  font: 600 18px/24px Titillium Web, -apple-system, Roboto, Helvetica, sans-serif;
  max-width: 505px;
}

@media (max-width: 991px) {
  .card-description {
    max-width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }
  .card-description2 {
    margin-top: 10px;
    font: 500 14px/18px Titillium Web, -apple-system, Roboto, Helvetica, sans-serif;
  }
}
.card-action {
  border-radius: 23px;
  margin-top: 39px;
  max-width: 100%;
  color: rgb(49, 49, 49);
  font: 600 18px Titillium Web, -apple-system, Roboto, Helvetica, sans-serif;
}

.read-story-btn {
  border-radius: 23px;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 21px 39px;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.read-story-btn a {
  color: #313131;
  text-decoration: none;
}

@media (max-width: 991px) {
  .read-story-btn {
    padding: 15px 15px;
    font-size: 14px;
  }
}
.careers-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 150px 20px 50px;
  box-sizing: border-box;
}

.careers-header {
  text-align: center;
}

.careers-title {
  color: #313131;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 53px;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
}

.careers-tag {
  color: #313131;
  font-family: "titillium-semibold", -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 78px;
  line-height: 120%;
  margin-bottom: 58px;
}

.careers-description {
  color: #313131;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.72px;
  max-width: 729px;
  margin: 0 auto 0px;
  font-family: "titillium-regular", -apple-system, Roboto, Helvetica, sans-serif;
}

.why-work-section {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
  gap: 10px;
  padding: 122px 0 62px 48px;
  box-sizing: border-box;
}

.why-content-area {
  display: flex;
  width: 651px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
  flex-shrink: 0;
  padding: 48px 0;
  border-radius: 24px 0 16px 16px;
}

.why-section-title {
  width: 639px;
  color: #262626;
  margin: 0;
  font: 700 48px/50% "Titillium Web", sans-serif;
}

.why-section-description {
  width: 613px;
  color: #424242;
  letter-spacing: -0.72px;
  margin: 0;
  font: 400 24px/125% "Titillium Web", sans-serif;
}

.careers-statistics-card {
  position: relative;
  width: 565px;
  height: 352px;
  border-radius: 36px 0 36px 36px;
  background: linear-gradient(5deg, rgba(0, 0, 0, 0.6) 10.18%, rgba(0, 0, 0, 0) 44.48%), url("../../images/img_06.jpg") lightgray 50%/cover no-repeat;
}

.careers-stat-content {
  position: absolute;
  left: 30px;
  top: 233px;
  width: 190px;
  height: 81px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.careers-stat-number {
  color: #fff;
  text-align: left;
  align-self: stretch;
  margin: 0;
  font: 700 48px/125% "Titillium Web", sans-serif;
}

.careers-stat-label {
  color: #fff;
  align-self: stretch;
  transform: rotate(-0.132deg);
  margin: 0;
  font: 400 14px/150% "Titillium Web", sans-serif;
}

.contactus-section {
  background-color: rgb(255, 50, 92);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 121px 80px;
}

.contactus-container {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
}

.contactus-title {
  color: rgb(255, 255, 255);
  text-align: center;
  align-self: center;
  font-family: "Titillium Web", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.contactus-cards-wrapper {
  margin-top: 78px;
}

.contactus-cards-grid {
  gap: 20px;
  display: flex;
}

.contactus-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 33%;
  margin-left: 0px;
}

.contactus-card-content {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  font-family: "Titillium Web", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 600;
  text-align: center;
  line-height: normal;
  width: 100%;
  padding: 54px 50px;
}

.email-card {
  padding: 60px 30px;
}

.chat-card {
  padding: 56px 39px;
}

.contactus-icon {
  width: 59px;
}

.email-icon {
  width: 59px;
}

.chat-icon {
  width: 59px;
}

.contactus-method {
  font-size: 32px;
  letter-spacing: 0.64px;
  margin: 25px 0 0 0;
}

.email-address {
  align-self: stretch;
  margin-top: 27px;
  text-decoration: none;
  color: #000;
}

.contactus-type {
  font-size: 24px;
  letter-spacing: 0.48px;
  margin: 24px 0 0 0;
  font-weight: 600;
}

.coming-soon {
  margin-top: 24px;
}

.contactus-description {
  color: rgb(66, 66, 66);
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.36px;
  margin: 10px 0 0 0;
}

.contactus-card:first-child .contact-description {
  align-self: stretch;
}

.chat-card .contactus-description {
  align-self: stretch;
}

.address-section {
  justify-content: center;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  font-family: "Titillium Web", -apple-system, Roboto, Helvetica, sans-serif;
  color: rgb(49, 49, 49);
  font-weight: 400;
  line-height: 1.2;
  gap: var(--Spacing-5, 0);
}

.office-container {
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  display: flex;
  min-height: 200px;
  width: 100%;
  gap: var(--Spacing-8, 64px);
  flex-wrap: wrap;
  padding: 34px 324px;
}

.company-info {
  justify-content: center;
  align-items: stretch;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  font-size: 16px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  gap: var(--Spacing-3, 12px);
  margin: auto 0;
}

.office-title {
  font-size: 48px;
  font-weight: 600;
}

.title-divider {
  min-height: 1px;
  margin-top: 12px;
  width: 100%;
  border: 1px solid rgb(176, 176, 176);
}

.company-name {
  margin: 12px 0 0 0;
  font-size: 16px;
  font-weight: 400;
}

.company-address {
  font-style: normal;
}

.operating-hours {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: center;
  width: 500px;
  margin: auto 0;
  align-items: flex-end;
}

.hours-container {
  display: flex;
  width: 428px;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.operating-days {
  font-size: 24px;
}

.operating-time {
  font-size: 20px;
  margin-top: 4px;
  font-style: normal;
}

.offer-section {
  display: flex;
  padding: 100px 110px;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  background-color: #f8f9fa;
}

.offer-main-title {
  width: 100%;
  color: #313131;
  text-align: center;
  font-size: 64px;
  font-weight: 500;
  line-height: normal;
  font-family: "Funnel Display", sans-serif;
  margin: 0;
}

.offer-cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 21px;
  flex-wrap: wrap;
}

.offer-card {
  display: flex;
  padding: 40px 43px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 30px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  min-height: 300px;
  justify-content: center;
  max-width: 330px;
  min-width: 319px;
  width: 100%;
  min-height: 327px;
}

.offer-card-title {
  color: #ff325c;
  text-align: center;
  letter-spacing: 0.64px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Titillium Web", sans-serif;
  margin: 0;
}

.offer-card-description {
  color: #000;
  text-align: center;
  letter-spacing: 0.48px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Titillium Web", sans-serif;
  margin: 0;
}

.investment-section {
  display: flex;
  padding: 100px 324px;
  flex-direction: column;
  align-items: center;
  gap: 49px;
  align-self: stretch;
  position: relative;
  background-color: #ff325c;
}

.invest-main-title {
  color: #fff;
  text-align: center;
  font-family: "Funnel Display", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.invest-main-description {
  width: 894.6px;
  color: #fff;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.invest-section-subtitle {
  color: #fff;
  text-align: center;
  font-family: "Funnel Display", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.investment-cards-container {
  display: flex;
  align-items: center;
  gap: 21px;
  position: relative;
}

.investment-card {
  display: flex;
  max-width: 330px;
  min-width: 319px;
  width: 100%;
  min-height: 327px;
  padding: 21px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 33px;
  border-radius: 30px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff;
}

.invest-card-title {
  color: #000;
  text-align: center;
  letter-spacing: 0.6px;
  font-family: "Titillium Web", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.invest-card-description {
  width: 100%;
  color: #424242;
  text-align: center;
  letter-spacing: 0.36px;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.blog-section {
  display: flex;
  padding: 40px 325px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 59px;
  align-self: stretch;
  position: relative;
}

.blog-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.blog-title {
  color: #313131;
  text-align: center;
  position: relative;
  font-family: "Funnel Display", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: normal;
  margin: 0;
}

.blog-description {
  align-self: stretch;
  color: #313131;
  text-align: center;
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  margin: 0;
}

.blog-posts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  position: relative;
}

.blog-post {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

.blog-post-image {
  max-width: 510px;
  height: 320px;
  position: relative;
  object-fit: cover;
}

.blog-post-content {
  display: flex;
  max-width: 718px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}

.blog-post-category {
  align-self: stretch;
  color: #ff325c;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}

.blog-post-category.economy {
  color: #ff325c;
}

.blog-post-category.business {
  color: #ff325c;
}

.blog-post-title {
  align-self: stretch;
  color: #232536;
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  margin: 0;
}

.blog-post-excerpt {
  align-self: stretch;
  color: #313131;
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  margin: 0;
}

.downloadable-resources {
  display: flex;
  padding: 100px 325px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 63px;
  align-self: stretch;
  position: relative;
  background-color: #ff325c;
}

.resources-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.dl-main-title {
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0;
  color: rgb(255, 255, 255);
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Funnel Display", sans-serif;
}

.subtitle {
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0;
  color: rgb(255, 255, 255);
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.resources-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 21px;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.resource-item {
  display: flex;
  padding: 10px 30px 10px 37px;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #fff;
}

.resource-title {
  color: #000;
  text-align: left;
  letter-spacing: 0.48px;
  position: relative;
  flex: 1;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(0, 0, 0);
}

.download-button {
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  width: 38px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border: 1px solid #e7e7e7;
}

.dl-arrow {
  width: 28px;
}

.download-button:hover {
  background-color: rgba(255, 50, 92, 0.1);
}

.download-button:focus {
  outline: 2px solid #ff325c;
  outline-offset: 2px;
}

.download-icon {
  width: 32px;
  height: 18px;
  transform: rotate(90deg);
  aspect-ratio: 16/9;
}

.troubleshooting-steps {
  display: flex;
  width: 100%;
  max-width: 1272px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
}

.step-card {
  display: flex;
  width: 100%;
  padding: 18px 24px 23px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  background-color: #fff;
}

.step-title {
  color: #232536;
  letter-spacing: -2px;
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
  margin: 0;
}

.step-content {
  width: 100%;
  color: #6d6e76;
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.support-contact {
  color: #000;
  letter-spacing: 0.4px;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
}

.footer {
  z-index: 0;
  width: 100%;
  gap: 0;
}

.footer-container {
  justify-content: center;
  align-items: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 32px 324px;
  gap: 32px;
  background-color: #262626;
}

.footer-content {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 32px;
  justify-content: start;
  flex-wrap: wrap;
}

.footer-column {
  min-width: 240px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #fff;
  font-weight: 600;
}

.footer-column.support {
  width: 333px;
}

.footer-column.links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  flex: 1;
}

.footer-column.location {
  flex: 1;
}

.footer-title {
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.72px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}

.footer-subtitle {
  color: #fff;
  font-size: 21px;
  letter-spacing: -0.63px;
}

.footer-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 19px;
}

.footer-link {
  color: #fff;
  margin-top: 19px;
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.footer-icons {
  align-self: start;
  display: flex;
  margin-top: 19px;
  align-items: start;
  gap: 19px;
  justify-content: start;
}

.footer-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px;
  flex-shrink: 0;
}

.location-section {
  width: 100%;
  color: #fff;
}

.location-title {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.63px;
}

.location-description {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.zip-input-container {
  margin-top: 19px;
  width: 320px;
  max-width: 100%;
  font-size: 16px;
  color: #6d6d6d;
  font-weight: 400;
}

.zip-input {
  align-items: center;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  display: flex;
  min-height: 56px;
  width: 100%;
  gap: 8px;
  overflow: hidden;
  justify-content: start;
  background-color: #fff;
  padding: 10px 14px;
}

.input-content {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 8px;
  justify-content: start;
  flex: 1;
  margin: auto 0;
}

.input-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 20px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}

.input-text {
  color: #6d6d6d;
  align-self: stretch;
  flex: 1;
  margin: auto 0;
}

.input-arrow {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 16px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}

.footer-bottom {
  display: flex;
  margin-top: 32px;
  width: 100%;
  align-items: start;
  gap: 32px;
  color: #fff;
  justify-content: start;
  flex-wrap: wrap;
  font-size: 14px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
}

.footer-privacy {
  font-weight: 600;
  flex: 1;
}

.footer-copyright {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: end;
  font-weight: 400;
  justify-content: start;
  flex: 1;
}

/* Extra small devices (phones, portrait) */
@media (max-width: 480px) {
  .footer {
    max-width: 100%;
  }
  .footer-container {
    max-width: 100%;
    padding: 20px 20px;
  }
  .footer-content {
    max-width: 100%;
    margin: 0;
  }
  .footer-column.support {
    max-width: 100%;
  }
  .footer-column.links {
    max-width: 100%;
  }
  .footer-column.location {
    max-width: 100%;
  }
  .location-description {
    max-width: 100%;
  }
  .footer-bottom {
    max-width: 100%;
    flex-direction: column;
  }
  .footer-privacy {
    max-width: 100%;
  }
  .footer-copyright {
    max-width: 100%;
  }
}
/*-----------------------------------------------------------------------------------MOBILE-------------------------------*/
/* Extra small devices (phones, portrait) */
@media (max-width: 480px) {
  .footer-container {
    padding: 32px;
  }
}
/*-----------------------------------------------------------------------------------MOBILE LANDSCAPE (ipad mini)-------------------------------*/
/* Small devices (phones, landscape) */
@media (min-width: 481px) and (max-width: 768px) {
  /* styles for larger phones */
  .footer-container {
    padding: 32px;
  }
  .footer-content {
    flex-direction: row;
  }
}
/*-----------------------------------------------------------------------------------MOBILE-------------------------------*/
/* Extra small devices (phones, portrait) */
@media (max-width: 480px) {
  .hero-section {
    max-width: 100%;
    padding: 20px 10px;
    margin-top: 70px;
  }
  .hero-background {
    border-radius: 20px 0px 20px 20px;
    min-height: 221px;
  }
  .hero-container {
    max-width: 100%;
    min-height: auto;
  }
  .hero-content {
    margin-bottom: 10px;
    padding: 0 23px;
  }
  .hero-title {
    max-width: 100%;
    font-size: 19px;
    line-height: 1.2;
  }
  .hero-description {
    max-width: 100%;
    margin-top: -7px;
    font-size: 11px;
    width: 201px;
    line-height: 1.2;
  }
  .cta-button {
    margin-top: 12px;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 14px;
  }
  .connectivity-stats-section {
    padding: 60px 20px;
  }
  .main-heading {
    font-size: 30px;
    line-height: normal;
    width: 100%;
  }
  .stats-container {
    gap: 32px;
  }
  .stat-card {
    width: 100%;
    max-width: 290px;
    height: auto;
    min-height: 260px;
    padding: 20px;
    justify-content: center;
  }
  .stat-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .stat-number {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .stats-grid {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .stat-description {
    font-size: 14px;
    line-height: 1.2;
  }
  .services-section {
    max-width: 100%;
    padding: 20px 60px 60px;
  }
  .our-service-title {
    font-size: 32px;
    margin-top: 10px;
  }
  .services-container {
    max-width: 100%;
  }
  .view-plans-button {
    margin: 40px -6px 0 0;
  }
  .services-content {
    max-width: 100%;
    gap: 0;
  }
  .service-item {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
    gap: 0px;
  }
  .services-content .service-item:nth-child(odd) {
    display: flex;
    flex-direction: column-reverse;
  }
  .service-text {
    max-width: 100%;
  }
  .service-title {
    max-width: 100%;
    font-size: 32px;
  }
  .our-service-description {
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.2;
  }
  .service-image {
    max-width: 100%;
    border-radius: 10px 0px 10px 10px;
  }
  .banner-container {
    padding: 0 36px;
    min-height: 273px;
  }
  .banner-container .banner-background {
    min-height: 273px;
  }
  .banner-container .banner-content .banner-title {
    line-height: 15px;
  }
  .banner-container .banner-content .banner-title .title-world {
    font-family: "Funnel Display", sans-serif;
    font-weight: 300;
    line-height: normal;
    font-size: 24px;
  }
  .banner-container .banner-content .banner-title .title-connected {
    font-family: "Funnel Display", sans-serif;
    font-weight: 500;
    line-height: normal;
    font-size: 24px;
  }
  .investment-image {
    max-width: 100%;
  }
  .investment-banner {
    max-width: 100%;
  }
  .investment-section {
    max-width: 100%;
  }
  .investment-container {
    max-width: 100%;
  }
  .investment-content {
    max-width: 100%;
    padding: 0 20px;
  }
  .investment-info {
    max-width: 100%;
  }
  .investment-title {
    max-width: 100%;
    font-size: 48px;
  }
  .investment-divider {
    max-width: 100%;
  }
  .investment-description {
    max-width: 100%;
  }
  .investment-quote {
    max-width: 100%;
  }
  .quote-text {
    max-width: 100%;
  }
  .description-wrapper {
    font-size: 16px;
    line-height: 20px;
  }
  .choose-section {
    padding: 40px 20px;
  }
  .choose-heading {
    font-size: 32px;
    line-height: 40px;
  }
  .choose-header {
    gap: 0;
  }
  .choose-content {
    gap: 20px;
  }
  .testimonial-quote,
  .testimonial-large {
    font-size: 18px;
    line-height: 27px;
    padding: 20px 20px;
    min-width: 100%;
  }
  .testimonial-quote {
    font-size: 18px !important;
    line-height: 27px !important;
  }
  .testimonial-text {
    margin-top: 10px;
  }
  .testimonials-section {
    max-width: 100%;
  }
  .testimonials-container {
    max-width: 100%;
    padding: 0 20px 20px;
  }
  .testimonials-header {
    margin-bottom: 10px;
  }
  .testimonials-content {
    max-width: 100%;
  }
  .testimonials-badge {
    white-space: initial;
  }
  .testimonials-badge span {
    white-space: initial;
    padding: 10px 20px;
  }
  .testimonials-intro {
    max-width: 100%;
  }
  .testimonials-title {
    max-width: 100%;
    font-size: 32px;
    line-height: 36px;
  }
  .testimonials-description {
    margin-top: 40px;
    font-size: 20px;
    line-height: normal;
  }
  .more-stories-button {
    margin-top: 40px;
  }
  .news-button {
    padding: 0 20px;
  }
  .testimonials-grid {
    padding: 10px;
    margin-top: 0;
    width: 100%;
    gap: 20px;
  }
  .testimonial-small {
    padding: 20px 20px;
    min-width: 100%;
    min-height: auto;
  }
  .testimonial-text {
    margin-top: 10px;
  }
  .testimonial-author {
    margin-top: 40px;
  }
  .konek-tayo-banner {
    padding: 50px 20px;
    height: auto;
  }
  .latest-news-section {
    padding: 20px 0;
  }
  .news-container {
    gap: 0px;
  }
  .news-card {
    width: 100%;
    max-width: 100%;
  }
  .section-news-title {
    font-size: 32px;
  }
  .section-news-description {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .news-grid {
    gap: 16px;
  }
  .news-row {
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }
  .news-image {
    width: 100%;
    height: 200px;
  }
  .news-content {
    width: 100%;
    left: 20px;
    top: 230px;
  }
  .news-info {
    gap: 16px;
  }
  .news-category {
    font-size: 16px;
  }
  .news-title {
    font-size: 20px;
    line-height: 1.3;
  }
  .see-more-button {
    width: 108px;
    height: 40px;
  }
  .see-more-text {
    font-size: 14px;
  }
}
/*-----------------------------------------------------------------------------------MOBILE LANDSCAPE (ipad mini)-------------------------------*/
/* Small devices (phones, landscape) */
@media (min-width: 481px) and (max-width: 768px) {
  /* styles for larger phones */
  .hero-section {
    padding: 120px 20px 28px;
  }
  .hero-container {
    max-width: 100%;
    padding: 0px;
    min-height: auto;
  }
  .hero-content {
    padding: 0 20px;
  }
  .hero-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .hero-description {
    margin: 0;
    width: calc(100% - 150px);
    line-height: 1.2;
    font-size: 18px;
  }
  .hero-background {
    border-radius: 20px 0px 20px 20px;
  }
  .connectivity-stats-section {
    padding: 100px 50px;
  }
  .main-heading {
    font-size: 40px;
  }
  .stats-container {
    gap: 48px;
  }
  .stat-card {
    width: 100%;
    max-width: 260px;
    height: auto;
    min-height: 260px;
  }
  .stat-title {
    font-size: 24px;
  }
  .stat-number {
    font-size: 48px;
  }
  .stat-description {
    font-size: 16px;
  }
  .stats-grid {
    gap: 32px;
  }
  .services-section {
    padding: 60px;
  }
  .service-image {
    border-radius: 50px 0px 50px 50px;
    min-width: 0;
    width: 300px;
  }
  .service-item {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .our-service-title {
    font-size: 52px;
    font-weight: 600;
  }
  .our-service-description {
    line-height: 1.2;
    font-size: 20px;
  }
  .service-text {
    width: 0;
  }
  .banner-container {
    min-height: 420px;
    padding: 60px;
  }
  .banner-title {
    font-size: 40px;
    line-height: normal;
  }
  .choose-section {
    padding: 60px;
  }
  .choose-header {
    gap: 0;
  }
  .choose-heading {
    font-size: 40px;
  }
  .testimonials-section {
    max-width: 100%;
  }
  .testimonials-container {
    max-width: 100%;
    padding: 0 20px 20px;
  }
  .testimonials-header {
    margin-bottom: 10px;
  }
  .testimonials-content {
    max-width: 100%;
  }
  .testimonials-badge {
    white-space: initial;
  }
  .testimonials-badge span {
    white-space: initial;
    padding: 10px 20px;
  }
  .testimonials-intro {
    max-width: 100%;
  }
  .testimonials-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 36px;
  }
  .testimonials-description {
    margin-top: 40px;
    font-size: 22px;
    line-height: normal;
  }
  .more-stories-button {
    margin-top: 40px;
  }
  .news-button {
    padding: 0 20px;
  }
  .testimonials-grid {
    padding: 10px;
    margin-top: 0;
    width: 100%;
    gap: 20px;
  }
  .testimonial-quote {
    font-size: 18px;
    line-height: 27px;
  }
  .testimonial-small {
    padding: 20px;
    width: auto;
    min-width: 200px;
    max-width: 300px;
    min-height: 200px;
    max-height: 300px;
  }
  .testimonial-large {
    font-family: "Funnel Display", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    max-width: 100%;
    padding: 0 20px;
  }
  .testimonial-quote,
  .testimonial-large {
    font-size: 18px;
    line-height: 27px;
    width: auto;
    min-width: 0;
    padding: 20px;
    max-width: 300px;
    min-height: 200px;
    margin: 0;
  }
  .testimonial-large .testimonial-text {
    margin-top: 10px;
  }
  .testimonial-author {
    margin-top: 40px;
  }
  .konek-tayo-banner {
    padding: 0 60px;
    height: 270px;
  }
  .news-container {
    padding: 0;
  }
  .news-section-header {
    gap: 0;
  }
  .latest-news-section {
    padding: 40px;
  }
  .section-news-title {
    font-size: 48px;
  }
  .section-news-description {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .news-row {
    flex-direction: column;
    align-items: center;
  }
  .news-card {
    width: 100%;
    max-width: 100%;
  }
  .news-image {
    width: 100%;
    height: 250px;
  }
  .news-content {
    width: calc(100% - 60px);
    left: 30px;
    top: 280px;
  }
  .news-title {
    font-size: 24px;
  }
  .see-more-container {
    margin-top: 20px;
  }
}
/*-----------------------------------------------------------------------------------TABLET  LANDSCAPE(ipad pro)-------------------------------*/
/* Medium devices (tablets, portrait & small screens) */
@media (min-width: 769px) and (max-width: 1024px) {
  /* tablet styles */
  .hero-container {
    max-width: 100%;
    padding: 0;
    min-height: auto;
  }
  .hero-background {
    border-radius: 30px 0px 30px 30px;
  }
  .hero-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .hero-description {
    margin: 0;
  }
  .connectivity-stats-section {
    padding: 80px 50px;
    min-height: auto;
  }
  .main-heading {
    font-size: 54px;
  }
  .stat-card {
    height: auto;
    min-height: 300px;
  }
  .stats-grid {
    gap: 44px;
  }
  .services-section {
    padding: 70px;
  }
  .service-image {
    border-radius: 50px 0px 50px 50px;
    width: 100%;
  }
  .service-item {
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .service-text {
    width: auto;
    gap: 20px;
  }
  .our-service-title {
    font-size: 70px;
    font-weight: 600;
  }
  .banner-container {
    min-height: auto;
    padding: 129px 80px;
  }
  .choose-section {
    padding: 60px;
  }
  .choose-header {
    gap: 0;
  }
  .testimonials-grid {
    gap: 30px;
    margin-top: 48px;
  }
  .testimonials-container {
    padding: 60px;
  }
  .testimonials-description {
    margin-top: 30px;
    font-size: 30px;
    line-height: 1.2;
  }
  .testimonials-title {
    font-size: 54px;
  }
  .testimonial-small {
    max-width: 200px;
    padding: 30px;
    margin: 0;
  }
  .testimonial-large {
    max-width: 200px;
    padding: 30px;
    margin: 0;
  }
  .testimonial-big {
    font-size: 29px;
  }
  .konek-tayo-heading {
    font-size: 85px;
  }
  .latest-news-section {
    padding: 60px;
  }
  .section-news-title {
    font-size: 54px;
  }
  .section-news-description {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 48px;
  }
  .news-title {
    font-size: 20px;
  }
  .contact-content {
    padding: 60px;
  }
  .footer-container {
    padding: 32px;
  }
  .footer-content {
    flex-direction: row;
    margin: 0;
    gap: 10px;
  }
}
/*-----------------------------------------------------------------------------------LAPTOP DESKTOP-------------------------------*/
/* Large devices (laptops/desktops) */
@media (min-width: 1025px) and (max-width: 1200px) {
  /* small desktop / laptop styles */
  /* tablet styles */
  .hero-container {
    max-width: 100%;
    padding: 30px 40px;
    min-height: auto;
  }
  .hero-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .hero-description {
    margin: 0;
  }
  .cta-button {
    margin-top: 30px;
    padding: 16px 29px;
    border-radius: 19px;
    font-size: 18px;
  }
  .services-section {
    padding: 30px;
  }
  .service-item {
    flex-wrap: nowrap;
  }
  .service-text {
    width: auto;
    gap: 20px;
  }
  .banner-container {
    min-height: auto;
    padding: 129px 80px;
  }
  .footer-container {
    padding: 32px;
  }
  .footer-content {
    flex-direction: row;
    margin: 0;
  }
}
/*-----------------------------------------------------------------------------------BIG SCREEN-------------------------------*/
/* Extra large devices (large desktops) */
@media (min-width: 1201px) and (max-width: 1535px) {
  /* big screen desktop styles */
  /* tablet styles */
  .hero-container {
    max-width: 100%;
    padding: 30px 40px;
    min-height: auto;
  }
  .hero-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .hero-description {
    margin: 0;
  }
  .cta-button {
    margin-top: 30px;
    padding: 16px 29px;
    border-radius: 19px;
    font-size: 18px;
  }
  .services-section {
    padding: 160px;
  }
  .service-item {
    flex-wrap: nowrap;
  }
  .service-text {
    width: auto;
    gap: 20px;
  }
  .banner-container {
    min-height: auto;
    padding: 129px 80px;
  }
  .footer-container {
    padding: 32px;
  }
  .footer-content {
    flex-direction: row;
    margin: 0;
  }
  .contact-content {
    padding: 34px 244px;
  }
}
/* Ultra wide monitors */
@media (min-width: 1536px) {
  /* 4K / ultrawide screen styles */
}
/*-----------------------------------------------------------------------------------MOBILE-------------------------------*/
/* Extra small devices (phones, portrait) */
@media (max-width: 480px) {
  .hero-about-section {
    max-width: 100%;
    padding: 120px 20px 210px;
  }
  .hero-about-title {
    max-width: 100%;
    font-size: 32px;
    line-height: 40px;
  }
  .hero-about-content {
    gap: 20px;
  }
  .video-section {
    padding: 20px;
    margin-top: -130px;
  }
  .intro-statement {
    max-width: 100%;
    padding: 0 20px;
  }
  .intro-container {
    padding: 0 20px;
  }
  .intro-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .intro-image-section {
    max-width: 100%;
    padding: 0 20px;
  }
  .intro-commitment {
    max-width: 100%;
    padding: 0 20px;
  }
  .commitment-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Titillium Web", sans-serif;
  }
  .content-sections {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-title {
    max-width: 100%;
    font-size: 40px;
  }
  .section-description {
    max-width: 100%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .mission-section {
    max-width: 100%;
    margin-top: 0px;
    padding: 20px;
  }
  .mission-content {
    max-width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
    margin-bottom: 0;
  }
  .mission-section .image-content {
    width: 100%;
  }
  .mission-section .text-content {
    max-width: 100%;
    margin-top: 40px;
    width: 100%;
    margin-left: 0;
  }
  .mission-section .section-image {
    margin-top: 0px;
  }
  .main-content-wrapper {
    width: 100% !important;
    flex-direction: column !important;
    height: auto !important;
    gap: 16px !important;
  }
  .impact-section {
    padding: 20px;
    gap: 34px;
  }
  .main-title {
    margin: 0;
  }
  .content-container {
    width: 100% !important;
    padding: 16px !important;
  }
  .commitment-list {
    gap: 0;
    padding: 0;
  }
  .commitment-item {
    gap: 0;
    padding: 0;
  }
  .impact-button {
    width: 100% !important;
    justify-content: center !important;
    padding: 12px 24px !important;
  }
  .impact-image {
    width: 100%;
  }
}
/*-----------------------------------------------------------------------------------MOBILE LANDSCAPE (ipad mini)-------------------------------*/
/* Small devices (phones, landscape) */
@media (min-width: 481px) and (max-width: 768px) {
  .main-header {
    max-width: 100%;
    white-space: initial;
    padding: 0 20px;
  }
  .plans-nav {
    white-space: initial;
  }
  .hero-about-section {
    max-width: 100%;
    padding: 100px 20px;
  }
  .hero-about-content {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .hero-about-title {
    max-width: 100%;
    font-size: 32px;
    line-height: 40px;
  }
  .hero-about-subtitle {
    margin-bottom: 20px;
  }
  .hero-about-description {
    margin-top: 40px;
  }
  .video-image {
    max-width: 100%;
  }
  .video-section {
    padding: 20px;
    margin-top: -130px;
  }
  .intro-statement {
    max-width: 100%;
    padding: 0 20px;
  }
  .intro-container {
    padding: 0 20px;
  }
  .intro-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .intro-image-section {
    max-width: 100%;
    padding: 0 20px;
  }
  .intro-commitment {
    max-width: 100%;
    padding: 0 20px;
  }
  .commitment-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-family: "Titillium Web", sans-serif;
  }
  .content-sections {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .vision-mission-container {
    max-width: 100%;
    padding: 20px;
  }
  .vision-section {
    max-width: 100%;
    padding: 20px;
  }
  .vision-content {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
  .text-content {
    max-width: 100%;
    margin-top: 0px;
    width: 100%;
  }
  .section-title {
    max-width: 100%;
    font-size: 40px;
  }
  .section-description {
    max-width: 100%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .image-content {
    width: 100%;
    margin-left: 0;
  }
  .section-image {
    max-width: 100%;
    margin-top: 40px;
  }
  .mission-section {
    max-width: 100%;
    margin-top: 0px;
  }
  .mission-content {
    max-width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
    margin-bottom: 0;
  }
  .mission-section .image-content {
    width: 100%;
  }
  .mission-section .text-content {
    max-width: 100%;
    margin-top: 40px;
    width: 100%;
    margin-left: 0;
  }
  .mission-section .section-image {
    margin-top: 0px;
  }
  .impact-section {
    padding: 0 40px;
    gap: 30px;
  }
  .main-content-wrapper {
    width: 100% !important;
    flex-direction: column !important;
    height: auto !important;
  }
  .content-container {
    width: 100% !important;
  }
  .header-section {
    gap: 0;
  }
  .main-title {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    line-height: normal;
    font-size: 30px;
  }
  .commitment-list {
    gap: 0;
    padding: 0;
  }
  .commitment-item {
    gap: 0;
    padding: 0;
  }
  .commitment-text {
    font-family: "Titillium Web", sans-serif;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    max-width: 100%;
  }
  .impact-image {
    width: 100%;
  }
}
/*-----------------------------------------------------------------------------------TABLET LANDSCAPE(ipad pro)-------------------------------*/
/* Medium devices (tablets, portrait & small screens) */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-about-section {
    padding: 162px 80px 226px;
  }
  .intro-statement {
    font-size: 20px;
  }
  .mission-section {
    padding: 20px;
  }
  .video-section {
    padding: 20px;
    margin-top: -130px;
  }
  .community-impact-section {
    padding: 20px;
  }
  .main-content-wrapper {
    width: 100%;
    justify-content: center;
  }
  .content-container {
    width: 50%;
  }
  .commitments-list {
    gap: 0;
  }
  .main-title {
    margin: 0;
    font-size: 32px;
  }
  .commitment-text {
    font-size: 20px;
  }
  .commitment-item {
    padding: 10px;
  }
}
/*-----------------------------------------------------------------------------------LAPTOP DESKTOP-------------------------------*/
/* Large devices (laptops/desktops) */
@media (min-width: 1025px) and (max-width: 1200px) {
  .main-content-wrapper {
    width: auto;
  }
  .content-container {
    width: 500px;
  }
  .commitments-list {
    gap: 20px;
  }
  .commitment-item {
    gap: 0;
    padding: 0;
  }
  .commitment-text {
    font-size: 18px;
  }
  .video-section {
    padding: 20px;
  }
  .content-sections {
    margin: 32px 0px;
  }
  .community-impact-section {
    padding: 20px;
  }
  .main-content-wrapper {
    width: 100%;
  }
}
/*-----------------------------------------------------------------------------------BIG SCREEN-------------------------------*/
/* Extra large devices (large desktops) */
@media (min-width: 1201px) and (max-width: 1535px) {
  .video-section {
    padding: 20px;
  }
}
/* big screen desktop styles */
/*-----------------------------------------------------------------------------------MOBILE-------------------------------*/
/* Extra small devices (phones, portrait) */
@media (max-width: 480px) {
  .service-section {
    padding: 100px 20px 0px;
  }
  .service-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .service-description {
    font-size: 18px;
  }
  .services-grid {
    flex-direction: column;
    margin: 60px 0;
  }
  .service-card {
    padding: 40px 20px;
    height: auto;
  }
  .service-icon {
    height: 72px;
  }
  .service-card-title {
    font-size: 24px;
  }
  .service-card-description {
    font-size: 18px;
  }
  .plans-section {
    max-width: 100%;
    padding: 20px;
  }
  .plans-title {
    max-width: 100%;
    font-size: 32px;
    margin-top: 36px;
    font-weight: 500;
  }
  .plans-container {
    max-width: 100%;
    margin-top: 40px;
  }
  .plan-tabs {
    max-width: 100%;
  }
  .tab-title {
    font-size: 16px;
  }
  .plans-content {
    max-width: 100%;
    margin-top: 40px;
  }
  .plan-cards {
    max-width: 100%;
    gap: 24px;
  }
  .plan-cards {
    flex-direction: column;
    padding: 0 10px;
  }
  .plan-name-container {
    font-size: 40px;
  }
  .plan-speed {
    font-size: 32px;
  }
  .plan-description {
    font-size: 24px;
  }
  .plan-button {
    padding: 16px 27px 15px;
  }
  .plan-cards {
    gap: 23px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .plan-card {
    width: 100%;
    min-height: auto;
  }
  .tab-section .tabs {
    padding: 20px;
  }
  .tab-section .tabs ul {
    flex-direction: column;
    padding: 10px;
  }
  .tab-section .tabs ul li {
    width: 100%;
  }
  .feature-highlight-container {
    padding: 10px 10px;
  }
  .feature-card {
    max-width: 100%;
    padding: 20px;
  }
  .feature-content {
    max-width: 100%;
  }
  .feature-card {
    max-width: 100%;
    padding: 20px 20px;
  }
  .feature-content {
    max-width: 100%;
  }
  .pricing-section {
    padding: 80px 20px 120px;
  }
  .pricing-title {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .pricing-card {
    padding: 30px 40px;
    height: auto;
  }
  .pricing-name {
    font-size: 24px;
  }
  .pricing-price {
    font-size: 20px;
  }
  .pricing-description {
    font-size: 16px;
  }
  .faq-section {
    padding: 80px 20px;
  }
  .faq-header {
    margin-bottom: 80px;
  }
  .faq-title {
    font-size: 36px;
  }
  .faq-item {
    padding: 25px 20px;
  }
  .faq-question {
    font-size: 20px;
    margin-bottom: 15px;
    padding-right: 50px;
  }
  .faq-answer-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .faq-answer-summary {
    font-size: 16px;
  }
  .signup-section {
    padding: 60px 20px;
  }
  .signup-container {
    gap: 40px;
    padding: 20px 10px 10px;
    flex-direction: column;
  }
  .signup-content {
    gap: 30px;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .signup-title {
    font-size: 24px;
  }
  .signup-description {
    font-size: 18px;
  }
  .signup-button {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  .signup-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .signup-image img {
    width: 100%;
  }
  .wifi-brgy-card {
    max-width: 100%;
    border-radius: 24px;
    gap: 20px;
    padding: 20px;
    flex-direction: column;
    height: auto;
  }
  .brgy-image {
    height: 250px;
    border-radius: 20px;
    width: 100%;
  }
  .brgy-content-wrapper {
    width: 100%;
    padding: 0;
    gap: 16px;
  }
  .brgy-info {
    width: 100%;
    height: auto;
  }
  .brgy-title {
    font-size: 28px;
    line-height: 36px;
  }
  .brgy-description {
    font-size: 15px;
    line-height: 20px;
    width: 100%;
  }
  .brgy-action-button {
    padding: 10px 0px;
    border-radius: 12px;
  }
  .brgy-contact-info {
    font-size: 14px;
  }
  .wifi-section {
    padding: 16px;
  }
}
/*-----------------------------------------------------------------------------------MOBILE LANDSCAPE (ipad mini)-------------------------------*/
/* Small devices (phones, landscape) */
@media (min-width: 481px) and (max-width: 768px) {
  .service-section {
    padding: 100px 40px 0px;
  }
  .service-title {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .service-subtitle {
    margin-bottom: 20px;
  }
  .service-description {
    font-size: 20px;
  }
  .services-grid {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
    margin: 80px 0;
  }
  .service-card {
    width: 100%;
    max-width: 409px;
  }
  .plans-section {
    padding: 30px;
  }
  .plan-cards {
    gap: 23px;
    flex-wrap: wrap;
  }
  .plan-card {
    width: 330px;
  }
  .plan-tab {
    min-width: auto;
  }
  .tab-title {
    font-size: 14px;
  }
  .feature-highlight-container {
    padding: 10px 10px;
  }
  .feature-card {
    max-width: 100%;
    padding: 20px;
  }
  .feature-content {
    max-width: 100%;
  }
  .feature-card {
    max-width: 100%;
    padding: 20px 20px;
  }
  .feature-content {
    max-width: 100%;
  }
  .pricing-section {
    padding: 120px 40px 200px;
  }
  .pricing-title {
    font-size: 48px;
    margin-bottom: 80px;
  }
  .pricing-grid {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .pricing-card {
    width: 100%;
    max-width: 409px;
  }
  .faq-section {
    padding: 120px 40px;
  }
  .faq-header {
    margin-bottom: 120px;
  }
  .faq-title {
    font-size: 48px;
  }
  .signup-section {
    padding: 80px 40px;
  }
  .signup-container {
    gap: 20px;
  }
  .signup-content {
    width: 100%;
    padding-left: 10px;
    text-align: center;
    gap: 14px;
    align-items: center;
  }
  .signup-description {
    font-size: 18px;
    line-height: normal;
  }
  .signup-image {
    width: 100%;
    height: auto;
    border-radius: 14px;
  }
  .signup-image img {
    width: 100%;
  }
  .signup-img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .wifi-brgy-card {
    width: 100%;
    max-width: 800px;
    height: auto;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
  .brgy-image {
    width: 100%;
    height: 300px;
    border-radius: 24px;
  }
  .brgy-content-wrapper {
    width: 100%;
    padding: 0;
    gap: 16px;
  }
  .brgy-info {
    width: 100%;
    height: auto;
  }
  .brgy-title {
    font-size: 32px;
    line-height: 40px;
  }
  .brgy-description {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  .brgy-action-button {
    height: auto;
    padding: 12px 0px;
  }
}
/*-----------------------------------------------------------------------------------TABLET  LANDSCAPE(ipad pro)-------------------------------*/
/* Medium devices (tablets, portrait & small screens) */
@media (min-width: 769px) and (max-width: 1024px) {
  .service-title {
    font-size: 58px;
  }
  .service-section {
    padding: 150px 120px 0px;
  }
  .service-card-description {
    font-size: 17px;
  }
  .service-description {
    margin: 0 auto;
  }
  .service-card {
    padding: 19px 44px;
  }
  .services-grid {
    margin: 100px 0px;
  }
  .tab-section .tabs {
    padding: 50px 40px;
  }
  .tab-title {
    font-size: 20px;
  }
  .plan-cards {
    gap: 10px;
  }
  .feature-highlight-container {
    padding: 0;
  }
  .plan-card {
    min-height: 388px;
  }
  .plan-name {
    font-size: 44px;
  }
  .wifi-brgy-card {
    width: 100%;
  }
  .brgy-image {
    width: 393px;
  }
  .signup-section {
    padding: 60px;
  }
}
/*-----------------------------------------------------------------------------------LAPTOP DESKTOP-------------------------------*/
/* Large devices (laptops/desktops) */
@media (min-width: 1025px) and (max-width: 1200px) {
  .feature-highlight-container {
    padding: 0;
  }
  .plans-section {
    padding: 30px;
  }
  .plan-cards {
    gap: 60px;
  }
  .plan-tab {
    min-width: auto;
  }
  .tab-title {
    font-size: 22px;
  }
  .wifi-brgy-card {
    width: 100%;
    gap: 19px;
  }
  .wifi-section {
    padding: 0;
  }
  .service-card-description {
    font-size: 17px;
  }
  .signup-section {
    padding: 60px;
  }
}
/*-----------------------------------------------------------------------------------BIG SCREEN-------------------------------*/
/* Extra large devices (large desktops) */
@media (min-width: 1201px) and (max-width: 1535px) {
  /* big screen desktop styles */
  .plans-section {
    padding: 30px;
  }
  .plan-cards {
    gap: 9px;
  }
  .plan-tab {
    min-width: auto;
  }
  .tab-title {
    font-size: 22px;
  }
}
/*-----------------------------------------------------------------------------------MOBILE-------------------------------*/
/* Extra small devices (phones, portrait) */
@media (max-width: 480px) {
  .community-header-section {
    padding: 100px 20px 0px 20px;
  }
  .community-description {
    font-size: 18px;
  }
  .community-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .ongoing-programs-section {
    padding: 40px 40px;
    gap: 80px;
  }
  .programs-content-container {
    gap: 60px;
  }
  .programs-section-title {
    font-size: 36px;
  }
  .programs-row {
    gap: 20px;
    flex-direction: column;
  }
  .program-card {
    min-height: auto;
  }
  .program-card {
    width: 300px;
    max-width: 500px;
    height: auto;
  }
  .program-image {
    max-height: 200px;
  }
  .program-content {
    width: 100%;
    height: auto;
    min-height: 180px;
  }
  .program-title {
    font-size: 24px;
    line-height: 110%;
  }
  .program-description {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.5px;
  }
  .impact-num-section {
    padding: 20px 20px;
  }
  .impact-num-container {
    gap: 40px;
  }
  .impact-num-title {
    font-size: 36px;
    line-height: 100%;
  }
  .impact-num-subtitle {
    font-size: 24px;
  }
  .com-stats-grid {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .com-stat-card {
    width: 100%;
    max-width: 250px;
    height: 200px;
    padding: 20px;
  }
  .com-stat-number {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .com-stat-description {
    font-size: 18px;
    letter-spacing: 0.4px;
  }
}
/*-----------------------------------------------------------------------------------MOBILE LANDSCAPE (ipad mini)-------------------------------*/
/* Small devices (phones, landscape) */
@media (min-width: 481px) and (max-width: 768px) {
  .community-header-section {
    padding: 100px 20px 0px 20px;
  }
  .community-title {
    font-size: 32px;
  }
  .ongoing-programs-section {
    padding: 40px 40px;
  }
  .community-description {
    font-size: 18px;
  }
  .programs-content-container {
    width: 100%;
    max-width: 800px;
  }
  .programs-section-header {
    width: 100%;
  }
  .programs-section-title {
    font-size: 48px;
  }
  .programs-row {
    gap: 30px;
  }
  .program-card {
    width: 100%;
    max-width: 500px;
    height: auto;
    min-height: 500px;
  }
  .program-image {
    width: 100%;
    max-height: 250px;
  }
  .program-content {
    width: 100%;
    height: auto;
    min-height: 180px;
  }
  .program-title {
    font-size: 28px;
  }
  .program-description {
    font-size: 22px;
  }
  .impact-num-section {
    padding: 80px 50px;
  }
  .impact-num-container {
    width: 100%;
    max-width: 900px;
    gap: 50px;
  }
  .impact-num-title {
    width: 100%;
    font-size: 48px;
  }
  .impact-num-subtitle {
    width: 100%;
    font-size: 32px;
  }
  .com-stats-grid {
    gap: 30px;
  }
  .com-stat-card {
    width: 250px;
    height: 280px;
    padding: 25px;
  }
  .com-stat-number {
    font-size: 50px;
  }
  .com-stat-description {
    font-size: 24px;
  }
  .benefits-section {
    padding: 40px;
  }
  .benefits-container {
    max-width: 100%;
    padding: 0px;
  }
  .benefits-content-wrapper {
    max-width: 100%;
  }
  .benefits-main-content {
    max-width: 100%;
    padding: 0 20px;
    width: 100%;
  }
  .benefits-header {
    max-width: 100%;
  }
  .benefits-title {
    max-width: 100%;
  }
  .benefits-description {
    max-width: 100%;
  }
  .pillars-section {
    max-width: 100%;
  }
  .pillars-container {
    max-width: 100%;
  }
  .pillars-list {
    max-width: 100%;
  }
  .pillar-card {
    max-width: 100%;
  }
  .pillar-title {
    max-width: 100%;
  }
  .pillar-text {
    max-width: 100%;
  }
  .benefits-image-section {
    max-width: 100%;
  }
  .benefits-image {
    max-width: 100%;
  }
}
/*-----------------------------------------------------------------------------------TABLET  LANDSCAPE(ipad pro)-------------------------------*/
/* Medium devices (tablets, portrait & small screens) */
@media (min-width: 769px) and (max-width: 1024px) {
  .new-mission-image {
    width: 50%;
  }
  .main-mission-card {
    padding: 20px;
  }
  .mission-statement-wrapper {
    padding: 20px;
  }
  .impact-statement-card {
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    margin-top: 12px;
  }
  .new-mission-container {
    align-items: flex-start;
    height: auto;
  }
  .programs-content-container {
    width: 100%;
  }
  .program-card {
    width: auto;
    min-width: 50%;
  }
  .impact-num-section {
    padding: 60px;
  }
  .impact-num-container {
    max-width: 100%;
  }
  .program-card {
    height: auto;
  }
  .program-content {
    min-height: 290px;
  }
}
/*-----------------------------------------------------------------------------------LAPTOP DESKTOP-------------------------------*/
/* Large devices (laptops/desktops) */
@media (min-width: 1025px) and (max-width: 1200px) {
  .impact-statement-card {
    font-size: 18px;
    line-height: 25px;
  }
  .program-card {
    width: 500px;
  }
  .programs-row {
    justify-content: center;
  }
  .impact-num-section {
    padding: 100px;
  }
  .impact-num-container {
    width: 100%;
  }
}
/*-----------------------------------------------------------------------------------BIG SCREEN-------------------------------*/
/* Extra large devices (large desktops) */
@media (min-width: 1201px) and (max-width: 1535px) {
  .impact-num-section {
    padding: 126px 190px;
  }
  .impact-num-container {
    width: 100%;
  }
}
/* big screen desktop styles */
/*-----------------------------------------------------------------------------------MOBILE-------------------------------*/
/* Extra small devices (phones, portrait) */
@media (max-width: 480px) {
  .careers-container {
    padding: 120px 16px 40px;
  }
  .careers-tag {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .careers-title {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .careers-description {
    font-size: 18px;
    padding: 0 10px;
  }
  .careers-header {
    margin-bottom: 0px;
  }
  .why-work-section {
    padding: 20px 0;
    gap: 30px;
    flex-direction: column;
    max-width: 100%;
  }
  .why-content-area {
    gap: 30px;
    padding: 16px 0;
    width: 100%;
  }
  .why-section-title {
    font-size: 28px;
    line-height: 120%;
    width: 100%;
    text-align: center;
  }
  .why-section-description {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
  .careers-statistics-card {
    height: 250px;
    width: 100%;
  }
  .careers-stat-content {
    left: 15px;
    top: 170px;
  }
  .careers-stat-number {
    font-size: 36px;
  }
  .careers-stat-label {
    font-size: 12px;
  }
  .contactus-section {
    padding: 60px 20px;
  }
  .contactus-title {
    font-size: 40px;
  }
  .contactus-cards-wrapper {
    max-width: 100%;
    margin-top: 40px;
  }
  .contactus-cards-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
  .contactus-card {
    width: 100%;
    margin-left: 0px;
  }
  .contactus-card-content {
    margin-top: 21px;
    padding: 54px 20px;
  }
  .contactus-method {
    font-size: 22px;
    margin-top: 10px;
  }
  .contactus-card {
    padding: 60px 20px;
  }
  .contactus-card {
    padding: 0px 20px;
  }
  .office-container {
    max-width: 100%;
    padding: 40px 20px;
    gap: 30px;
  }
  .hours-container {
    align-items: flex-start;
  }
  .company-info {
    max-width: 100%;
  }
  .office-title {
    max-width: 100%;
    font-size: 40px;
  }
  .title-divider {
    max-width: 100%;
  }
  .company-name {
    max-width: 100%;
  }
  .company-address {
    max-width: 100%;
  }
  .operating-hours {
    max-width: 100%;
  }
  .operating-days {
    max-width: 100%;
  }
  .operating-time {
    max-width: 100%;
  }
  .offer-section {
    padding: 60px 20px;
    gap: 40px;
  }
  .offer-main-title {
    font-size: 36px;
  }
  .offer-cards-container {
    flex-direction: column;
    gap: 20px;
  }
  .offer-card {
    width: 100%;
    max-width: 320px;
    padding: 60px 30px;
  }
  .offer-card-title {
    font-size: 24px;
  }
  .offer-card-description {
    font-size: 18px;
  }
  .investment-section {
    padding: 40px 20px;
    gap: 30px;
  }
  .invest-main-title {
    font-size: 36px;
  }
  .invest-main-description {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }
  .invest-section-subtitle {
    font-size: 28px;
  }
  .investment-cards-container {
    flex-direction: column;
    gap: 20px;
  }
  .investment-card {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 20px;
    min-height: 260px;
  }
  .invest-card-title {
    font-size: 24px;
  }
  .invest-card-description {
    width: 100%;
    font-size: 16px;
  }
}
/*-----------------------------------------------------------------------------------MOBILE LANDSCAPE (ipad mini)-------------------------------*/
/* Small devices (phones, landscape) */
@media (min-width: 481px) and (max-width: 768px) {
  .careers-container {
    padding: 120px 16px 40px;
  }
  .careers-tag {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .careers-title {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .careers-description {
    font-size: 20px;
  }
  .careers-header {
    margin-bottom: 0px;
  }
  .why-work-section {
    flex-direction: column;
    padding: 40px 0;
    gap: 40px;
  }
  .why-content-area {
    width: 100%;
    max-width: 600px;
    gap: 40px;
    padding: 24px 0;
  }
  .why-section-title {
    width: 100%;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
  }
  .why-section-description {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
  .careers-statistics-card {
    width: 100%;
    max-width: 500px;
    height: 300px;
  }
  .careers-stat-content {
    left: 20px;
    top: 200px;
  }
  .contactus-section {
    padding: 100px 90px;
  }
  .contactus-title {
    font-size: 40px;
  }
  .contactus-cards-wrapper {
    max-width: 100%;
    margin-top: 40px;
  }
  .contactus-cards-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
  .contactus-card {
    width: 100%;
    margin-left: 0px;
  }
  .contactus-card-content {
    margin-top: 21px;
    padding: 54px 20px;
  }
  .email-card {
    padding: 60px 20px;
  }
  .chat-card {
    padding: 56px 20px;
  }
  .office-container {
    max-width: 100%;
    padding: 40px 20px;
    gap: 30px;
  }
  .hours-container {
    align-items: flex-start;
  }
  .company-info {
    max-width: 100%;
  }
  .office-title {
    max-width: 100%;
    font-size: 40px;
  }
  .title-divider {
    max-width: 100%;
  }
  .company-name {
    max-width: 100%;
  }
  .company-address {
    max-width: 100%;
  }
  .operating-hours {
    max-width: 100%;
    width: 100%;
    align-items: flex-start;
  }
  .operating-days {
    max-width: 100%;
  }
  .operating-time {
    max-width: 100%;
  }
  .offer-section {
    padding: 80px 20px;
    gap: 50px;
  }
  .offer-main-title {
    width: 100%;
    font-size: 48px;
  }
  .offer-cards-container {
    gap: 20px;
  }
  .offer-card {
    width: 350px;
    padding: 80px 35px;
  }
  .offer-card-title {
    font-size: 28px;
  }
  .offer-card-description {
    font-size: 20px;
  }
  .investment-section {
    padding: 60px 40px;
    gap: 40px;
  }
  .invest-main-title {
    font-size: 48px;
  }
  .invest-main-description {
    width: 100%;
    max-width: 700px;
    font-size: 18px;
  }
  .invest-section-subtitle {
    font-size: 36px;
  }
  .investment-cards-container {
    flex-wrap: wrap;
    gap: 20px;
  }
  .investment-card {
    width: calc(50% - 10px);
    min-width: 300px;
  }
}
/*-----------------------------------------------------------------------------------TABLET  LANDSCAPE(ipad pro)-------------------------------*/
/* Medium devices (tablets, portrait & small screens) */
@media (min-width: 769px) and (max-width: 1024px) {
  .careers-tag {
    font-size: 68px;
  }
  .contactus-section {
    padding: 100px 30px;
  }
  .contactus-card-content {
    padding: 54px 20px;
  }
  .contactus-method {
    font-size: 25px;
  }
  .offer-cards-container {
    gap: 20px;
  }
  .office-container {
    max-width: 100%;
    padding: 30px;
  }
  .investment-section {
    padding: 60px 40px;
    gap: 40px;
  }
  .investment-cards-container {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
/*-----------------------------------------------------------------------------------LAPTOP DESKTOP-------------------------------*/
/* Large devices (laptops/desktops) */
/*-----------------------------------------------------------------------------------BIG SCREEN-------------------------------*/
/* Extra large devices (large desktops) */
@media (min-width: 1201px) and (max-width: 1535px) {
  .office-container {
    padding: 34px 244px;
  }
  .offer-card {
    max-width: 278px;
    padding: 20px;
  }
  .offer-card-title {
    line-height: 1.2;
  }
  .offer-section {
    padding: 100px 50px;
  }
}
/*-----------------------------------------------------------------------------------MOBILE-------------------------------*/
/* Extra small devices (phones, portrait) */
@media (max-width: 480px) {
  .blog-section {
    padding: 20px;
    gap: 40px;
  }
  .blog-title {
    font-size: 32px;
    line-height: 110%;
  }
  .blog-description {
    font-size: 16px;
    line-height: 120%;
  }
  .blog-post {
    gap: 40px;
    flex-direction: column;
  }
  .blog-post-image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .blog-post-category {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .blog-post-title {
    font-size: 24px;
    line-height: 32px;
  }
  .blog-post-excerpt {
    font-size: 14px;
  }
  .downloadable-resources {
    padding: 40px 16px;
    gap: 30px;
  }
  .dl-main-title {
    font-size: 36px;
    line-height: 110%;
  }
  .subtitle {
    font-size: 18px;
    line-height: 130%;
  }
  .resources-list {
    width: 100%;
    max-width: 800px;
  }
  .resource-item {
    width: 100%;
    padding: 12px 16px;
    flex-direction: row;
    align-items: center;
  }
  .resource-title {
    font-size: 16px;
    line-height: 140%;
  }
  .download-button {
    width: 32px;
    height: 32px;
    padding: 2px 6px;
  }
  .download-icon {
    width: 24px;
    height: 14px;
  }
}
/*-----------------------------------------------------------------------------------MOBILE LANDSCAPE (ipad mini)-------------------------------*/
/* Small devices (phones, landscape) */
@media (min-width: 481px) and (max-width: 768px) {
  .blog-section {
    padding: 40px 60px;
    height: auto;
  }
  .blog-title {
    font-size: 48px;
  }
  .blog-description {
    font-size: 20px;
  }
  .blog-post {
    flex-direction: column;
    gap: 24px;
  }
  .blog-post {
    gap: 16px;
    flex-direction: column;
  }
  .blog-post-image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .blog-post-content {
    width: 100%;
  }
  .blog-post-title {
    font-size: 28px;
    line-height: 36px;
  }
  .downloadable-resources {
    padding: 60px 20px;
    gap: 40px;
  }
  .dl-main-title {
    width: 100%;
    max-width: 600px;
    font-size: 48px;
  }
  .subtitle {
    width: 100%;
    max-width: 800px;
    font-size: 20px;
  }
  .resources-list {
    width: 100%;
    max-width: 800px;
  }
  .resource-item {
    width: 100%;
    padding: 15px 20px;
    height: auto;
    min-height: 60px;
  }
  .resource-title {
    font-size: 20px;
  }
}
/*-----------------------------------------------------------------------------------TABLET  LANDSCAPE(ipad pro)-------------------------------*/
/* Medium devices (tablets, portrait & small screens) */
@media (min-width: 769px) and (max-width: 1024px) {
  .blog-section {
    padding: 40px 60px;
    height: auto;
  }
  .blog-post {
    flex-direction: column;
  }
  .blog-post-image {
    max-width: 100%;
    width: 100%;
  }
  .downloadable-resources {
    padding: 60px;
    gap: 40px;
  }
}
/*-----------------------------------------------------------------------------------LAPTOP DESKTOP-------------------------------*/
/* Large devices (laptops/desktops) */
@media (min-width: 1025px) and (max-width: 1200px) {
  .blog-section {
    padding: 40px 60px;
    height: auto;
  }
}
/*-----------------------------------------------------------------------------------BIG SCREEN-------------------------------*/
/* Extra large devices (large desktops) */
@media (min-width: 1201px) and (max-width: 1535px) {
  .blog-section {
    padding: 40px 60px;
    height: auto;
  }
  .downloadable-resources {
    padding: 100px;
    gap: 40px;
  }
}
/*-----------------------------------------------------------------------------------MOBILE-------------------------------*/
/* Extra small devices (phones, portrait) */
@media (max-width: 480px) {
  .troubleshooting-steps {
    padding: 0 16px;
    gap: 20px;
  }
  .step-card {
    padding: 14px 16px 18px 16px;
    gap: 5px;
  }
  .step-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
  }
  .step-content {
    font-size: 18px;
    line-height: 22px;
  }
  .support-contact {
    font-size: 16px;
    line-height: 24px;
  }
}
/*-----------------------------------------------------------------------------------MOBILE LANDSCAPE (ipad mini)-------------------------------*/
/* Small devices (phones, landscape) */
@media (min-width: 481px) and (max-width: 768px) {
  .troubleshooting-steps {
    padding: 0 20px;
    gap: 25px;
  }
  .step-card {
    padding: 16px 20px 20px 20px;
    gap: 6px;
  }
  .step-title {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -1.5px;
  }
  .step-content {
    font-size: 22px;
  }
  .support-contact {
    font-size: 18px;
  }
}
/*-----------------------------------------------------------------------------------TABLET  LANDSCAPE(ipad pro)-------------------------------*/
/* Medium devices (tablets, portrait & small screens) */
/*-----------------------------------------------------------------------------------LAPTOP DESKTOP-------------------------------*/
/* Large devices (laptops/desktops) */
/*-----------------------------------------------------------------------------------BIG SCREEN-------------------------------*/
/* Extra large devices (large desktops) */

/*# sourceMappingURL=style.css.map */
