/* Base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a,
li,
ul,
ol,
label,
input,
textarea,
button,
th,
td,
strong,
em,
b,
i,
small,
blockquote,
pre,
code {
  font-family: "DM Sans", -apple-system, Roboto, Helvetica, sans-serif !important;
}

#header-container,
#header,
.right-side,
.left-side {
  background-color: var(--hero-bg) !important;
}

.fip-home-homepage-container {
  width: 100%;
  font-family: "DM Sans", -apple-system, Roboto, Helvetica, sans-serif;
  position: relative;
  background-color: #f9fafb;
}

.fip-home-hero-section {
  padding: 0 56px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .fip-home-hero-section {
    padding: 0 32px;
    flex-direction: column-reverse;
  }
}

@media (max-width: 640px) {
  .fip-home-hero-section {
    padding: 0 24px;
    padding-top: 30px;
  }
}

.fip-home-hero-content-wrapper {
  display: flex;
  gap: 10px;
  position: relative;
  min-height: 600px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
}

@media (max-width: 991px) {
  .fip-home-hero-content-wrapper {
    flex-direction: column-reverse;
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .fip-home-hero-content-wrapper {
    flex-direction: column-reverse;
  }
}

.fip-home-hero-text-content {
  flex: 1;
  max-width: 50%;
  padding-top: 120px;
  width: 100%;
}

@media (max-width: 991px) {
  .fip-home-hero-text-content {
    max-width: 100%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .fip-home-hero-text-content {
    padding-top: 32px;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.fip-home-hero-title-wrapper {
  position: relative;
}

@media (max-width: 991px) {
  .fip-home-hero-title-wrapper {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
}

.fip-home-hero-logo-icon {
  aspect-ratio: 1.12;
  object-fit: cover;
  object-position: center;
  width: 28px;
  margin-top: -5px;
  height: 25px;
  position: absolute;
  top: 0px;
  margin-left: -20px;
}

@media (max-width: 991px) {
  .fip-home-hero-logo-icon {
    display: none;
    margin-top: -10px;
  }
}

@media (max-width: 640px) {
  .fip-home-hero-logo-icon {
    display: none;
  }
}

.fip-home-hero-main-title {
  color: #1a1a19;
  font-size: 53px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
  width: 100%;
  font-family: DM Sans, sans-serif;
  text-align: left;
}

@media (max-width: 991px) {
  .fip-home-hero-main-title {
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .fip-home-hero-main-title {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 24px;
  }
}

.fip-home-hero-description {
  color: #1a1a19;
  font-size: 23px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 48px;
  width: 80%;
}

@media (max-width: 991px) {
  .fip-home-hero-description {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 640px) {
  .fip-home-hero-description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
  }
}

.fip-home-cta-buttons-container {
  display: flex;
  gap: 9px;
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .fip-home-cta-buttons-container {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .fip-home-cta-buttons-container {
    gap: 12px;
    justify-content: center;
    align-items: center;
  }
}

.fip-home-cta-button-primary {
  padding: 16px 24px;
  border-radius: 6px;
  color: #1a1a19;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  cursor: pointer;
  width: 191px;
  height: 52px;
  box-sizing: border-box;
  background-color: #25bfca;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.fip-home-cta-button-primary:hover {
  background-color: #1eadb8;
}

@media (max-width: 991px) {
  .fip-home-cta-button-primary {
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 640px) {
  .fip-home-cta-button-primary {
    font-size: 14px;
    padding: 12px 16px;
    height: 44px;
  }
}

.fip-home-cta-button-secondary {
  padding: 16px 24px;
  border-radius: 6px;
  border: 1px solid #47c3d3;
  color: #1a1a19;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  cursor: pointer;
  width: 244px;
  height: 52px;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fip-home-cta-button-secondary:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
  .fip-home-cta-button-secondary {
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 640px) {
  .fip-home-cta-button-secondary {
    font-size: 14px;
    height: 44px;
  }
}

.fip-home-decorative-elements {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .fip-home-decorative-elements {
    display: none;
  }
}

@media (max-width: 640px) {
  .fip-home-decorative-elements {
    display: none;
  }
}

.fip-home-decorative-element-left {
  width: 200px;
  margin-top: -78px;
  margin-left: -6px;
}

.fip-home-decorative-image-left {
  height: 65px;
  object-fit: cover;
  position: relative;
  margin-left: -40px;
  margin-top: 13px;
}

@media (max-width: 991px) {
  .fip-home-decorative-image-left {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: none;
  }
}

@media (max-width: 640px) {
  .fip-home-decorative-image-left {
    display: none;
  }
}

.fip-home-decorative-text-left {
  color: #25bfca;
  font-family: "Caveat", cursive !important;
  font-size: 22px;
  font-weight: 700;
  margin-top: -18px;
}

@media (max-width: 991px) {
  .fip-home-decorative-text-left {
    position: static;
    margin-top: 16px;
  }
}

.fip-home-decorative-element-right {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 144px;
  margin-top: -55px;
}

@media (max-width: 991px) {
  .fip-home-decorative-element-right {
    display: none;
  }
}

@media (max-width: 640px) {
  .fip-home-decorative-element-right {
    display: none;
  }
}

.fip-home-decorative-image-right {
  height: 65px;
  object-fit: cover;
  margin-left: 115px;
}

@media (max-width: 991px) {
  .fip-home-decorative-image-right {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: none;
  }
}

@media (max-width: 640px) {
  .fip-home-decorative-image-right {
    display: none;
  }
}

.fip-home-decorative-text-right {
  color: #1a1a19;
  font-family: "Caveat", cursive !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  left: 359px;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .fip-home-decorative-text-right {
    position: static;
    margin-top: 16px;
  }
}

.fip-home-hero-image-container {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  max-width: 50%;
}

@media (max-width: 991px) {
  .fip-home-hero-image-container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .fip-home-hero-image-container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.fip-home-hero-main-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: -20px;
  margin-right: auto;
}

@media (max-width: 991px) {
  .fip-home-hero-main-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .fip-home-hero-main-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
