:root {
  --org: #F08F05;
  --wht: #ffffff;
  --drk: #0C1E41;
  --textdrk: #133345;
}
.inner-wrapper {
  background-color: #F4F8FA;
}
.inner-wrapper .wrapper {
  display: flex;
  gap: 4rem;
}
.inner-wrapper .inner-left {
  width: 70%;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.14);
}
.inner-wrapper .inner-left h1, .inner-wrapper .inner-left h2, .inner-wrapper .inner-left h3, .inner-wrapper .inner-left h4, .inner-wrapper .inner-left h5, .inner-wrapper .inner-left h6 {
  font-family: var(--headings);
  color: #1F1F25;
  display: inline-block;
  margin-bottom: 15px;
}
.inner-wrapper .inner-left h2 {
  font-size: 31px;
}
.inner-wrapper .inner-left h3 {
  font-size: 25px;
}
.inner-wrapper .inner-left p {
  font-size: 15px;
  color: #74787C;
  font-family: var(--texts);
  line-height: 26px;
  margin-bottom: 15px !important;
}
.inner-wrapper .right-inner {
  width: 30%;
  /*Section 1*/
  /*Section 2*/
  /*Section 3*/
}
.inner-wrapper .right-inner .section-1 {
  text-align: center;
  border-radius: 15px;
  background: #F2EBDF;
  position: relative;
  box-shadow: 0px 0px 30px 0 rgba(21, 32, 70, 0.15);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.inner-wrapper .right-inner .section-1 h3 {
  font-size: 20px;
  font-family: "Recoleta Alt";
  line-height: 28px;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: var(--primary);
  text-align: center;
}
.inner-wrapper .right-inner .section-1 svg {
  fill: var(--primary);
}
.inner-wrapper .right-inner .section-1 a {
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  font-family: var(--texts);
  display: inline-block;
  padding: 0 25px;
  border-radius: 100px;
  color: #F2EBDF;
  background-color: var(--primary);
}
.inner-wrapper .right-inner .section-1 a img {
  width: 18px;
  margin-right: 5px;
}
.inner-wrapper .right-inner .section-2 {
  box-shadow: 0px 0px 30px 0 rgba(21, 32, 70, 0.15);
  padding: 30px;
  border-radius: 15px;
  margin-top: 40px;
  background-image: linear-gradient(180deg, #301A04 0%, #201102 100%);
}
.inner-wrapper .right-inner .section-2 h3 {
  font-size: 20px;
  font-family: var(--headings);
  line-height: 28px;
  margin: 0px 0 30px;
  color: #ffffff;
}
.inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_fields {
  row-gap: 2.5rem;
}
.inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_fields .gfield {
  position: relative;
}
.inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_fields .ginput_container_text input, .inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_fields .ginput_container_email input {
  border-radius: 45px;
  padding: 10px 25px;
  height: auto;
  color: #000;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  padding-left: 60px;
  text-align: left;
}
.inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_fields .gfield_description {
  position: absolute;
  top: 20px;
  z-index: 4;
  margin: 0;
  left: 25px;
}
.inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_fields .gfield_description i {
  font-size: 20px;
}
.inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_fields select {
  background-color: #F7F7F7;
  border: 2px solid #F7F7F7;
  border-radius: 10px;
  color: #000;
  padding: 10px 25px;
  height: auto;
  text-align: left;
}
.inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_fields textarea {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  color: #000;
  padding: 25px 25px 10px;
  height: auto;
  font-family: inherit;
  height: 100px;
  border: none;
  text-align: left;
}
.inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_fields .ginput_container_consent input {
  border-radius: 20px !important;
  margin-top: 5px;
}
.inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_fields .ginput_container_consent .gform-field-label {
  color: var(--light);
  font-size: 20px;
  font-weight: 600;
}
.inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_footer {
  justify-content: start;
}
@media screen and (max-width: 1199px) {
  .inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_footer {
    justify-content: center;
  }
}
.inner-wrapper .right-inner .section-2 .gform-theme--foundation form .gform_footer input {
  font-size: 18px !important;
  font-family: var(--text) !important;
  background-color: var(--secondary) !important;
  width: 100%;
  padding: 0px 35px !important;
  line-height: 64px !important;
  color: white !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 50px !important;
}
.inner-wrapper .right-inner .section-3 {
  box-shadow: 0px 0px 30px 0 rgba(21, 32, 70, 0.15);
  padding: 30px;
  background-color: white;
  border-radius: 15px;
  margin-top: 40px;
}
.inner-wrapper .right-inner .section-3 h3 {
  font-size: 20px;
  font-family: "Recoleta Alt";
  line-height: 28px;
  margin: 0px 0 20px;
  color: var(--primary);
}
.inner-wrapper .right-inner .section-3 a {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
  line-height: 32px;
  font-size: 16px;
  color: var(--primary);
  font-family: "Montserrat";
}
.inner-wrapper .right-inner .section-3 a i {
  margin-right: 6px;
  color: #382511;
  font-size: 18px;
  line-height: 32px;
}
.inner-wrapper .right-inner .section-3 > a:nth-child(2n) i {
  color: #CEA880;
}
/*inner-wrapper*/
.inner-page-logo {
  background-image: url(/wp-content/uploads/2024/09/Screenshot-2024-07-12-at-16.45-1.webp);
  background-repeat: no-repeat;
}
.inner-page-logo .center-title {
  text-align: center;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 30px;
}
