@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Bilo";
  src: url("../../../fonts/Bilo.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.button {
  font-family: "Bilo", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: #E29E18;
  border-radius: 100px;
  color: white;
  padding: 12px 32px;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #E29E18;
}
.button:hover {
  background-color: transparent;
  transition: 0.3s;
  color: #E29E18;
  text-decoration: unset;
}
.button:hover svg {
  fill: #E29E18;
  transition: 0.3s;
}
.button svg {
  width: 16px;
  fill: white;
  margin-left: 10px;
  position: relative;
  top: 1px;
  transition: 0.3s;
}

.button_hover-active {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: transparent;
  border-radius: 100px;
  color: #E29E18;
  padding: 12px 32px;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #E29E18;
  text-transform: uppercase;
}
.button_hover-active:hover {
  background-color: #E29E18;
  transition: 0.3s;
  color: white;
  text-decoration: unset;
}

.information-section {
  padding: 80px 20px;
}

.information-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

.information-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  gap: 40px;
}

.information-content {
  flex: 1 1 50%;
  max-width: 50%;
}

.information-text {
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-family: "Bilo", sans-serif;
  color: #3B3935;
  font-weight: 500;
}

.information-button {
  display: inline-block;
  background-color: #0057a3;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.information-button:hover {
  background-color: #003d73;
}

.information-image .image {
  max-width: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}

.information-image {
  position: relative;
  width: 45%;
  height: 350px;
}

.information-image .image {
  position: absolute;
  z-index: 3;
  height: 100%;
}

.information-image .stack-img--overlay-2 {
  position: absolute;
  z-index: 2;
  height: 100%;
  transform: translate(18%, -9%) scale(0.95);
  max-width: 100%;
  height: 365px;
}

.information-content .button {
  margin-top: 20px;
}

@media (max-width: 1400px) and (min-width: 1000px) {
  .information-content {
    max-width: 50%;
  }
  .information-image {
    width: 45%;
  }
  .information-image .stack-img--overlay-2 {
    transform: translate(7%, -8%) scale(0.95);
    max-width: 100%;
    height: 305px;
  }
}
@media (max-width: 999px) and (min-width: 600px) {
  .information-content {
    max-width: 100%;
  }
  .information-image {
    width: 40%;
  }
  .information-row {
    flex-direction: column;
    gap: 80px;
  }
  .information-image {
    max-width: 440px;
    width: 100%;
  }
  .information-section {
    padding: 55px 0 30px;
  }
  .information-image .stack-img--overlay-2 {
    transform: translate(8%, -8%) scale(0.95);
    max-width: 100%;
    height: 300px;
  }
}
@media (max-width: 599px) {
  .information-content {
    max-width: 100%;
  }
  .information-image {
    width: 40%;
  }
  .information-row {
    flex-direction: column;
    gap: 80px;
  }
  .information-image {
    max-width: 440px;
    width: 100%;
    height: 380px;
  }
  .information-image .image {
    border-radius: 50px;
  }
  .information-image .stack-img--overlay-2 {
    transform: translate(10%, -10%) scale(0.9);
    height: 340px;
    width: 100%;
  }
  .information-section {
    padding: 50px 0px 10px;
  }
  .services-section {
    padding-top: 20px !important;
  }
}
@media (max-width: 399px) {
  .information-image {
    height: 290px;
  }
  .information-image .stack-img--overlay-2 {
    height: 200px;
  }
  .information-image .image {
    border-radius: 20px;
  }
}/*# sourceMappingURL=information_image_article.css.map */