@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "AvenirNextCondensedRegular";
  src: url("../fonts/AvenirNextCondensed-Regular.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "AvenirNextCondensedDemiBold";
  src: url("../fonts/AvenirNextCondensed-DemiBold.otf") format("opentype");
  font-style: normal;
}
body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.need-help .row .form button[type=submit] {
    display: block;
    background-color: #0091ff;
    color: #FFFFFF;
    width: 209px;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: none;
    margin: 0 0 0 auto;
    cursor: pointer;
    text-transform: uppercase;
}

.need-help .row .form button[type=submit]:hover {
text-decoration: underline;
}
.be-part-experience .row .form button[type=submit] {
    display: block;
    background-color: #79b836;
    color: #FFFFFF;
    width: 209px;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: none;
    margin: 0 auto;
    cursor: pointer;
    text-transform: uppercase;
}

.be-part-experience .row .form button[type=submit]:hover {
text-decoration: underline;
}

p {
  line-height: normal;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 600;
}

.thin {
  font-weight: 300;
}

.container {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.56);
  z-index: 9998;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .overlay {
    background-color: rgba(0, 0, 0, 0.91);
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .overlay {
    background-color: rgba(0, 0, 0, 0.91);
  }
}

.small-padding {
  padding: 10px 0 !important;
}

.logo-bar {
  position: relative;
  display: none;
  background-color: #FFFFFF;
  height: 60px;
  text-align: center;
  z-index: 9999;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .logo-bar {
    display: flex;
    align-items: center;
  }
}
.logo-bar .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-bar .logo .logo-image {
  width: 27px;
  height: 27px;
  margin-right: 17px;
}
.logo-bar .logo .logo-text {
  width: 86px;
  height: 40px;
}

.top-bar {
  position: relative;
  background-color: #388f5f;
  z-index: 9999;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .top-bar .container {
    max-width: 100%;
    padding: 0 0 0 39px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .top-bar .container {
    max-width: 100%;
    padding: 0;
  }
}
.top-bar.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
.top-bar .row {
  display: flex;
  justify-content: space-between;
}
.top-bar .row > div {
  display: flex;
  align-items: center;
}
.top-bar .row > div > a {
  display: inline-block;
  font-size: 14px;
  margin-right: 32px;
}
.top-bar .row .top-bar-menu {
  display: none;
  cursor: pointer;
}
.top-bar .row .top-bar-menu span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.92px;
  color: #FFFFFF;
  margin-left: 10px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .top-bar .row .top-bar-menu {
    display: flex;
  }
}
.top-bar .row .top-bar-menu .rotate-arrow {
  transform: rotate(180deg);
}
.top-bar .row .contact a {
  color: #d3efff;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .top-bar .row .contact {
    display: none;
  }
}
.top-bar .row .links a {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.top-bar .row .links a.highlight {
  display: flex;
  align-items: center;
  background-color: #256040;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  height: 60px;
  padding: 0 12px;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .top-bar .row .links a.highlight {
    height: 45px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.92px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .top-bar .row .links {
    display: none;
  }
}
.top-bar .row .links-mobile {
  display: none;
}
.top-bar .row .links-mobile a {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 0.4px;
}
.top-bar .row .links-mobile a.highlight {
  display: flex;
  align-items: center;
  background-color: #256040;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  height: 60px;
  padding: 0 12px;
  margin: 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .top-bar .row .links-mobile a.highlight {
    height: 45px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.92px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .top-bar .row .links-mobile {
    display: flex;
  }
}

.navbar {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  height: 80px;
  z-index: 9999;
}
.navbar.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .navbar {
    display: none;
  }
}
.navbar .row {
  display: flex;
  justify-content: space-between;
}
.navbar .row .logo {
  display: flex;
}
.navbar .row .logo .logo-image {
  width: 33px;
  height: 33px;
  margin-top: 8px;
  margin-right: 20px;
}
.navbar .row .logo .logo-text {
  width: auto;
  height: 48px;
  margin-right: 30px;
}
.navbar .row .links {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .navbar .row .links {
    display: none;
  }
}
.navbar .row .links ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar .row .links ul li {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13px;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 0.4px;
  color: #4b840f;
  cursor: pointer;
  text-transform: uppercase;
}
.navbar .row .links ul li .menu-item-title::after {
  display: inline-block;
  content: "";
  background: url("../assets/arrow-down-green.svg");
  background-size: cover;
  background-position: center;
  width: 13px;
  height: 10px;
  margin-left: 5px;
}
.navbar .row .links ul li:hover {
  text-decoration: underline;
}
.navbar .row .links ul li ul.submenu {
  display: none;
  min-width: 120px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 100px;
  padding-top: 60px;
  z-index: 1;
}
.navbar .row .links ul li ul.submenu li a {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 0.4px;
  color: #4b840f;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.navbar .row .links ul li ul.submenu.show {
  display: block;
  position: absolute;
}
.navbar .row .menu-tablet {
  display: none;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  font-stretch: condensed;
  letter-spacing: 0.4px;
  color: #4b840f;
  cursor: pointer;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .navbar .row .menu-tablet {
    display: flex;
  }
}
.navbar .row .menu-tablet img {
  margin-left: 5px;
}
.navbar .submenu-wrapper {
  display: none;
  position: absolute;
  top: 80px;
  background-color: #FFFFFF;
  width: 100%;
  height: 380px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px inset, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.bottom-bar {
  display: flex;
  align-items: center;
  background-color: #f59b19;
  color: #FFFFFF;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .bottom-bar .container {
    width: 200px;
  }
}
.bottom-bar p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: white;
}

.bottom-bar p:hover {
  text-decoration: underline;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .bottom-bar p {
    font-size: 12px;
    letter-spacing: 0.77px;
  }
}

#contact-bar {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #061727;
  padding: 14px 0;
  text-align: center;
  z-index: 9999;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #contact-bar {
    display: block;
  }
}
#contact-bar .contact-bar-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 47px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.65);
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
}
#contact-bar .contact-bar-button .contact-bar-button-title {
  display: flex;
  align-items: center;
  line-height: normal;
}
#contact-bar .contact-bar-button .contact-bar-button-title::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #contact-bar .contact-bar-button .contact-bar-button-title::before {
    width: 13px;
    height: 13px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #contact-bar .contact-bar-button {
    width: 130px;
    height: 35px;
    font-size: 16px;
    border-radius: 4px;
  }
}
#contact-bar .contact-bar-button.call-us {
  background-color: #0091ff;
  color: #FFFFFF;
  margin-right: 40px;
}
#contact-bar .contact-bar-button.call-us .contact-bar-button-title::before {
  background: url("../assets/icons/phone.svg");
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #contact-bar .contact-bar-button.call-us {
    margin-right: 20px;
  }
}
#contact-bar .contact-bar-button.whatsapp {
  background-color: #41a510;
  color: #FFFFFF;
}
#contact-bar .contact-bar-button.whatsapp .contact-bar-button-title::before {
  background: url("../assets/icons/whatsapp.svg");
  background-size: cover;
  background-position: center;
}

.footer {
  background-color: #FFFFFF;
  color: rgb(0, 0, 0);
  padding: 47px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .footer {
    padding: 31px 0 83px 0;
  }
}
.footer .grid {
  display: grid;
  grid-template-columns: 40% 30% 30%;
  grid-template-rows: auto auto;
  margin-bottom: 31px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .footer .grid {
    grid-template-columns: 70% 30%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .footer .grid {
    display: block;
  }
}
.footer .grid .academic-offer {
  grid-area: 1/1/3/2;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .footer .grid .academic-offer {
    grid-area: 1/1/3/2;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .footer .grid .academic-offer {
    margin-bottom: 30px;
  }
}
.footer .grid .academic-offer h3 {
  color: #7baf7b;
}
.footer .grid .about-ucad {
  grid-area: 1/2/3/3;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .footer .grid .about-ucad {
    grid-area: 1/2/2/3;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .footer .grid .about-ucad {
    margin-bottom: 30px;
  }
}
.footer .grid .about-ucad h3 {
  color: #53a8bc;
}
.footer .grid .contact-us {
  grid-area: 1/3/3/4;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .footer .grid .contact-us {
    grid-area: 2/2/3/3;
  }
}
.footer .grid .contact-us h3 {
  color: #846ca5;
}
.footer .grid h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  font-stretch: condensed;
  margin: 0 0 20px 0;
}
.footer .grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .footer .grid ul {
    margin-bottom: 30px;
  }
}
.footer .grid ul li {
  margin: 0 0 10px 0;
}
.footer .grid ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-stretch: condensed;
  line-height: 1;
  color: rgb(0, 0, 0);
}
.footer .address {
  text-align: center;
}
.footer .address p {
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .footer .address p {
    font-size: 12px;
    line-height: 2;
  }
}

.our-plantel {
  padding: 80px 0 112px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .our-plantel {
    padding: 75px 0 70px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .our-plantel {
    padding: 40px 0;
  }
}
.our-plantel h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 63px;
  font-weight: 300;
  font-stretch: condensed;
  color: #5d6862;
  margin: 0 0 45px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .our-plantel h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
}
.our-plantel .row {
  display: grid;
  grid-template-columns: 622px 1fr;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .our-plantel .row {
    grid-template-columns: 1fr;
  }
}
.our-plantel .row .info {
  background-color: #fbfbfb;
  padding: 89px 124px 105px 49px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.21);
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .our-plantel .row .info {
    padding: 89px 124px 55px 49px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .our-plantel .row .info {
    padding: 32px 16px 76px 22px;
  }
}
.our-plantel .row .info h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  font-stretch: condensed;
  color: #52900f;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .our-plantel .row .info h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
  }
}
.our-plantel .row .info p {
  font-family: "AvenirNextCondensedRegular", sans-serif;
  font-size: 20px;
  font-stretch: condensed;
  color: #1d1d1d;
  width: 378px;
  margin: 0 0 26px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .our-plantel .row .info p {
    width: 262px;
    margin: 0 0 49px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .our-plantel .row .info p {
    font-size: 16px;
    width: auto;
    margin: 0 0 15px 0;
  }
}
.our-plantel .row .info a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e02020;
  color: #FFFFFF;
  width: 257px;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .our-plantel .row .info a {
    margin: 0 auto;
  }
}
.our-plantel .row .map {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .our-plantel .row .map {
    align-items: start;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .our-plantel .row .map {
    justify-content: center;
  }
}
.our-plantel .row .map img {
  margin-left: -120px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .our-plantel .row .map img {
    width: 334px;
    height: auto;
    margin-top: 38px;
    margin-left: -270px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .our-plantel .row .map img {
    width: 100%;
    height: auto;
    margin-top: -50px;
    margin-left: 0;
  }
}

.be-part-experience {
  background: linear-gradient(to bottom, rgba(139, 161, 223, 0.2) 70%, #000), url("../assets/be-part-experience.webp");
  background-position: bottom center;
  background-size: cover;
  padding: 67px 0 42px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .be-part-experience {
    background: #FFFFFF;
    padding: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .be-part-experience .container {
    padding: 0;
  }
}
.be-part-experience .container .row {
  display: grid;
  grid-template-columns: 1fr 300px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .be-part-experience .container .row {
    display: block;
  }
}
.be-part-experience .container .row .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFFFFF;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .be-part-experience .container .row .info {
    background: linear-gradient(to bottom, rgba(139, 161, 223, 0.2) 50%, #000), url("../assets/be-part-experience.webp");
    background-position: bottom left;
    background-size: cover;
    height: 296px;
    padding: 39px 10px 20px 10px;
    box-sizing: border-box;
  }
}
.be-part-experience .container .row .info h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
}
.be-part-experience .container .row .info h2 .line-1 {
  display: block;
  font-size: 52px;
  font-weight: 300;
  font-stretch: condensed;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .be-part-experience .container .row .info h2 .line-1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .be-part-experience .container .row .info h2 .line-1 {
    font-size: 30px;
    margin: 0 0 7px 0;
  }
}
.be-part-experience .container .row .info h2 .line-2 {
  display: block;
  font-size: 71px;
  font-weight: 300;
  font-stretch: condensed;
  text-transform: uppercase;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .be-part-experience .container .row .info h2 .line-2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .be-part-experience .container .row .info h2 .line-2 {
    font-size: 33px;
  }
}
.be-part-experience .container .row .info p {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 32px;
  font-stretch: condensed;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.87);
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .be-part-experience .container .row .info p {
    font-size: 31px;
  }
}
.be-part-experience .container .row .form {
  background-color: #FFFFFF;
  padding: 40px 26px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.24);
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .be-part-experience .container .row .form {
    margin: 10px 10px 20px 10px;
  }
}
.be-part-experience .container .row .form h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: condensed;
  text-align: center;
  color: rgb(0, 0, 0);
  margin: 0 0 26px 0;
}
.be-part-experience .container .row .form input {
  display: block;
}
.be-part-experience .container .row .form input[type=text], .be-part-experience .container .row .form input[type=number], .be-part-experience .container .row .form input[type=email] {
  width: 100%;
  height: 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-stretch: condensed;
  color: #728093;
  border-radius: 5px;
  border: solid 1px #979797;
  box-shadow: inset -2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 13px 7px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.be-part-experience .container .row .form input[type=submit] {
  display: block;
  background-color: #79b836;
  color: #FFFFFF;
  width: 209px;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: none;
  margin: 0 auto;
  cursor: pointer;
}
.be-part-experience .container .row .form select {
  display: block;
  width: 100%;
  height: 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-stretch: condensed;
  color: #728093;
  border-radius: 5px;
  border: solid 1px #979797;
  box-shadow: inset -2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 13px 7px;
  box-sizing: border-box;
  margin-bottom: 16px;
  padding: 0 7px;
}

.our-agreements {
  padding: 94px 0 95px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .our-agreements {
    padding: 68px 0 35px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .our-agreements {
    padding: 40px 0 20px 0;
  }
}
.our-agreements h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 63px;
  font-weight: 300;
  font-stretch: condensed;
  color: #5d6862;
  margin: 0 0 33px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .our-agreements h2 {
    margin: 0 0 61px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .our-agreements h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
}
.our-agreements .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .our-agreements .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.our-agreements .grid .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .our-agreements .grid .logo {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .our-agreements .grid .logo {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .our-agreements .grid .logo img {
    width: 184px;
    height: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .our-agreements .grid .logo img {
    width: 130px;
    height: auto;
  }
}

.need-help {
  background: url("../assets/need-help.webp");
  background-size: cover;
  background-position: center;
  padding: 60px 0 93px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .need-help {
    padding: 35px 0 55px 0;
  }
}
.need-help h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 63px;
  font-weight: 300;
  font-stretch: condensed;
  color: #5d6862;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .need-help h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
}
.need-help .row {
  display: grid;
  grid-template-columns: 1fr 300px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.24);
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .need-help .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .need-help .row {
    grid-template-columns: 1fr 203px;
  }
}
.need-help .row .form {
  background-color: #FFFFFF;
  padding: 34px 30px 36px 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .need-help .row .form {
    padding: 18px 14px 24px 14px;
  }
}
.need-help .row .form h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: 300;
  font-stretch: condensed;
  color: #5d6862;
  margin: 0 0 25px 0;
}
.need-help .row .form input {
  display: block;
}
.need-help .row .form input[type=text], .need-help .row .form input[type=number], .need-help .row .form input[type=email] {
  width: 100%;
  height: 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  color: #637997;
  padding: 9px 0 10px 15px;
  border-radius: 5px;
  border: solid 1px #979797;
  box-shadow: inset -2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  box-sizing: border-box;
}
.need-help .row .form input[type=submit] {
  display: block;
  background-color: #0091ff;
  color: #FFFFFF;
  width: 209px;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: none;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.need-help .row .form select {
  display: block;
  width: 100%;
  height: 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  color: #637997;
  padding: 9px 0 10px 15px;
  border-radius: 5px;
  border: solid 1px #979797;
  box-shadow: inset -2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  box-sizing: border-box;
  padding: 0 7px;
}
.need-help .row .image {
  background: url("../assets/need-help-image.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .need-help .row .image {
    width: auto;
    height: 194px;
    background: url("../assets/need-help-image-mobile.webp");
    background-size: cover;
    background-position: center top;
  }
}

.ucad-advantages {
  background-color: #f3f3f3;
  padding: 45px 0 75px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ucad-advantages {
    padding: 65px 0 49px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-advantages {
    padding: 40px 0 10px 0;
  }
}
.ucad-advantages h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 63px;
  font-weight: 300;
  font-stretch: condensed;
  color: #5d6862;
  margin: 0 0 61px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ucad-advantages h2 {
    margin: 0 0 42px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-advantages h2 {
    font-size: 28px;
    margin: 0 0 30px 0;
  }
}
.ucad-advantages .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-advantages .grid {
    grid-template-columns: 1fr;
  }
}
.ucad-advantages .grid .item {
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-advantages .grid .item {
    text-align: inherit;
    margin: 0 0 30px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-advantages .grid .item .title {
    display: flex;
    margin: 0 0 10px 0;
  }
}
.ucad-advantages .grid .item .title img {
  margin: 0 0 41px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ucad-advantages .grid .item .title img {
    width: auto;
    height: 74px;
    margin: 0 0 33px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-advantages .grid .item .title img {
    width: auto;
    height: 50px;
    margin: 0 20px 0 0;
  }
}
.ucad-advantages .grid .item .title h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  font-stretch: condensed;
  color: rgb(0, 0, 0);
  text-align: left;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ucad-advantages .grid .item .title h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-advantages .grid .item .title h3 {
    width: 165px;
    font-size: 18px;
    margin: 0;
  }
}
.ucad-advantages .grid .item p {
  font-family: "AvenirNextCondensedRegular", sans-serif;
  font-size: 20px;
  font-stretch: condensed;
  text-align: left;
  margin: 0;
}
.ucad-advantages .grid .item p.bold {
  font-family: "AvenirNextCondensedDemiBold", sans-serif;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-advantages .grid .item p {
    font-size: 16px;
  }
}

.revalidation {
  background: url("../assets/revalidation.webp");
  background-size: cover;
  background-position: top center;
  padding: 60px 0 93px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .revalidation {
    background: #FFFFFF;
    padding: 60px 0 20px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .revalidation {
    background: #FFFFFF;
    padding: 40px 0 20px 0;
  }
}
.revalidation h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 63px;
  font-weight: 300;
  font-stretch: condensed;
  color: #5d6862;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .revalidation h2 {
    margin: 0 0 27px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .revalidation h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
}
.revalidation .grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.24);
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .revalidation .grid {
    grid-template-columns: 203px 1fr;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .revalidation .grid {
    grid-template-columns: 1fr;
  }
}
.revalidation .grid .image {
  background: url("../assets/revalidation-image.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .revalidation .grid .image {
    width: auto;
    height: 170px;
    background: url("../assets/revalidation-image-mobile.webp");
    background-size: cover;
    background-position: center;
  }
}
.revalidation .grid .info {
  padding: 52.5px 97px 77px 42px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .revalidation .grid .info {
    padding: 53px 30px 38px 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .revalidation .grid .info {
    padding: 15px 14px 40px 23px;
  }
}
.revalidation .grid .info h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  font-stretch: condensed;
  color: #5d6862;
  margin: 0 0 26px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .revalidation .grid .info h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
  }
}
.revalidation .grid .info p {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-stretch: condensed;
  line-height: 1.75;
  color: #5d6862;
  margin: 0 0 56px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .revalidation .grid .info p {
    margin: 0 0 25px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .revalidation .grid .info p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 15px 0;
  }
}
.revalidation .grid .info a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0091ff;
  color: #FFFFFF;
  width: 209px;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.hero {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("../assets/hero.webp");
  background-size: cover;
  background-position: top center;
  padding: 193px 0 92px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .hero {
    padding: 193px 0 63px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero {
    background: url("../assets/hero-mobile.webp");
    background-size: cover;
    background-position: top center;
    padding: 42px 0 31px 0;
  }
}
.hero h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 25px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero h1 {
    margin: 0 0 3px 0;
  }
}
.hero h1 .line-1 {
  display: block;
  font-size: 52px;
  font-weight: 300;
  font-stretch: condensed;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero h1 .line-1 {
    font-size: 22px;
  }
}
.hero h1 .line-2 {
  display: block;
  font-size: 83px;
  font-weight: 300;
  font-stretch: condensed;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .hero h1 .line-2 {
    font-size: 83px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero h1 .line-2 {
    font-size: 32px;
  }

  .float{
    display: none;
}

.my-float{
  display: none;
}
}
.hero p {
  display: none;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  font-stretch: condensed;
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero p {
    display: block;
  }
}
.hero a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 209px;
  height: 45px;
  background-color: #79b836;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}

.hero-index {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("../assets/hero-index.webp");
  background-size: cover;
  background-position: top center;
  padding: 73px 0 92px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .hero-index {
    padding: 193px 0 65px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero-index {
    background: url("../assets/hero-mobile.webp");
    background-size: cover;
    background-position: top center;
    padding: 42px 0 31px 0;
  }
}
.hero-index h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 65px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .hero-index h1 {
    margin: 0 0 25px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero-index h1 {
    margin: 0 0 3px 0;
  }
}
.hero-index h1 .line-1 {
  display: block;
  width: 616px;
  font-size: 52px;
  font-weight: 300;
  font-stretch: condensed;
  margin: 0 auto 17px auto;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .hero-index h1 .line-1 {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero-index h1 .line-1 {
    display: none;
  }
}
.hero-index h1 .line-2 {
  display: none;
  font-size: 52px;
  font-weight: 300;
  font-stretch: condensed;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .hero-index h1 .line-2 {
    display: block;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero-index h1 .line-2 {
    display: block;
    font-size: 22px;
    margin: 0 0 4.2px 0;
  }
}
.hero-index h1 .line-3 {
  display: block;
  font-size: 83px;
  font-weight: 300;
  font-stretch: condensed;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .hero-index h1 .line-3 {
    font-size: 83px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero-index h1 .line-3 {
    font-size: 32px;
  }
}
.hero-index p {
  display: none;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  font-stretch: condensed;
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero-index p {
    display: block;
  }
}
.hero-index a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 209px;
  height: 45px;
  background-color: #79b836;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}

.hero-detail {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/hero-detail.webp");
  background-size: cover;
  background-position: top center;
  padding: 36px 0 35px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .hero-detail {
    padding: 53px 0 35px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero-detail {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/hero-detail-mobile.webp");
    background-size: cover;
    background-position: top center;
    padding: 26px 0 34px 0;
  }
}
.hero-detail h1 {
  max-width: 789px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #FFFFFF;
  text-align: left;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .hero-detail h1 {
    margin: 0 0 28px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero-detail h1 {
    margin: 0 0 15px 0;
  }
}
.hero-detail h1 .line-1 {
  display: block;
  font-size: 52px;
  font-weight: 300;
  font-stretch: condensed;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero-detail h1 .line-1 {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
}
.hero-detail h1 .line-2 {
  display: block;
  font-size: 83px;
  font-weight: 600;
  font-stretch: condensed;
  text-transform: uppercase;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .hero-detail h1 .line-2 {
    font-size: 70px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero-detail h1 .line-2 {
    font-size: 26px;
  }
}
.hero-detail p {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: 300;
  font-stretch: condensed;
  color: #FFFFFF;
  margin: 0 0 50px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero-detail p {
    font-size: 16px;
  }
}
.hero-detail a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 45px;
  background-color: #79b836;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 0 20px 22px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero-detail a {
    width: 100%;
    margin: 0 0 16px 0;
  }
}
.hero-detail a.blue-button {
  background-color: #93cde4;
  color: #32647f;
  text-transform: uppercase;
}

.hero-detail a.green-button {
  background-color: #79b836;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero-detail a.blue-button {
    margin: 0;
  }
  .hero-detail a.green-button {
    margin: 0;
    margin: 0 0 16px 0;
  }
}
.hero-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .hero-detail ul {
    display: none;
  }
}
.hero-detail ul li {
  display: inline-block;
  color: #FFFFFF;
  font-family: "AvenirNextCondensedRegular", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 36px;
  cursor: pointer;
}

.hero-detail ul li:hover {
text-decoration: underline;
}
.hero-detail ul li::after {
  content: "";
  position: absolute;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  padding: 4px;
  margin: 1px 0 0 5px;
  transform: rotate(45deg);
}
.hero-detail .demibold {
  font-family: "AvenirNextCondensedDemibold", sans-serif;
}


.careers {
  margin: -31px 0 0 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .careers {
    margin: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .careers {
    margin: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .careers .container {
    padding: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .careers .container {
    padding: 0;
  }
}
.careers .container .row {
  background-color: #5368bc;
}
.careers .container .row.mobile {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .careers .container .row.mobile {
    display: flex;
    justify-content: flex-end;
    padding: 12px 20px;
  }
}
.careers .container .row.mobile #careers-menu-button {
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13px;
  font-weight: 300;
  font-stretch: condensed;
  text-transform: uppercase;
  cursor: pointer;
}
.careers .container .row.mobile .arrow-down {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin: 0 0 0 5px;
  border-top: 7px solid #FFFFFF;
}
.careers .container .row.mobile .arrow-up {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin: 0 0 0 5px;
  border-bottom: 7px solid #FFFFFF;
}
.careers .container .row.menu-content {
  display: flex;
  justify-content: space-between;
  padding: 31px 33px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .careers .container .row.menu-content {
    padding: 32px 39px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .careers .container .row.menu-content {
    display: none;
    flex-flow: column;
    padding: 0;
  }
}
.careers .container .row.menu-content .careers-menu-item {
  display: block;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-stretch: condensed;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .careers .container .row.menu-content .careers-menu-item {
    font-size: 18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .careers .container .row.menu-content .careers-menu-item {
    font-size: 13px;
    text-align: right;
    padding: 13px 43px 13px 0;
  }
}
.careers .container .row.menu-content .careers-menu-item.highlight {
  background-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .careers .container .row.menu-content .careers-menu-item.highlight {
    background-color: #3b55c1;
  }
}
.careers .container .row.menu-content .careers-menu-item.enabled {
  color: #e0fffe;
}
.careers .container .row.menu-content .careers-menu-item.disabled {
  color: #a5aacc;
}

.find-your-passion {
  padding: 90px 0 80px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .find-your-passion {
    padding: 84px 0 48px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion {
    padding: 30px 0 30.5px 0;
  }
}
.find-your-passion h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 63px;
  font-weight: 300;
  font-stretch: condensed;
  color: #5d6862;
  margin: 0 0 33px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
}
.find-your-passion .grid {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 60px 20px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .find-your-passion .grid {
    grid-template-columns: repeat(2, 300px);
    gap: 33px 20px;
    justify-content: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid {
    grid-template-columns: auto;
    gap: 30px;
    justify-content: center;
  }
}
.find-your-passion .grid .career-item {
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item {
    padding-bottom: 25px;
    border-bottom: solid 1px #d9d9d9;
  }
}
.find-your-passion .grid .career-item .career-item-header .id {
  position: absolute;
  top: 15px;
  right: 9px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.78);
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-header .id {
    top: 5px;
  }
}
.find-your-passion .grid .career-item .career-item-header .image {
  width: 100%;
  height: 225.6px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-header .image {
    height: 169.5px;
  }
}
.find-your-passion .grid .career-item .career-item-header .image.odontologia {
  background: url("../assets/careers/odontologia.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-header .image.odontologia {
    background: url("../assets/careers/odontologia-mobile.webp");
    background-size: cover;
    background-position: top center;
  }
}
.find-your-passion .grid .career-item .career-item-header .image.nutricion {
  background: url("../assets/careers/nutricion.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-header .image.nutricion {
    background: url("../assets/careers/nutricion-mobile.webp");
    background-size: cover;
    background-position: top center;
  }
}
.find-your-passion .grid .career-item .career-item-header .image.psicologia {
  background: url("../assets/careers/psicologia.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-header .image.psicologia {
    background: url("../assets/careers/psicologia-mobile.webp");
    background-size: cover;
    background-position: top center;
  }
}
.find-your-passion .grid .career-item .career-item-header .image.pedagogia {
  background: url("../assets/careers/pedagogia.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-header .image.pedagogia {
    background: url("../assets/careers/pedagogia-mobile.webp");
    background-size: cover;
    background-position: top center;
  }
}
.find-your-passion .grid .career-item .career-item-header .image.derecho {
  background: url("../assets/careers/derecho.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-header .image.derecho {
    background: url("../assets/careers/derecho-mobile.webp");
    background-size: cover;
    background-position: top center;
  }
}
.find-your-passion .grid .career-item .career-item-header .image.sistemas {
  background: url("../assets/careers/sistemas.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-header .image.sistemas {
    background: url("../assets/careers/sistemas-mobile.webp");
    background-size: cover;
    background-position: top center;
  }
}
.find-your-passion .grid .career-item .career-item-header .image.administracion {
  background: url("../assets/careers/administracion.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-header .image.administracion {
    background: url("../assets/careers/administracion-mobile.webp");
    background-size: cover;
    background-position: top center;
  }
}
.find-your-passion .grid .career-item .career-item-header .image.mercadotecnia {
  background: url("../assets/careers/mercadotecnia.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-header .image.mercadotecnia {
    background: url("../assets/careers/mercadotecnia-mobile.webp");
    background-size: cover;
    background-position: top center;
  }
}
.find-your-passion .grid .career-item .career-item-header .image.contaduria {
  background: url("../assets/careers/contaduria.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-header .image.contaduria {
    background: url("../assets/careers/contaduria-mobile.webp");
    background-size: cover;
    background-position: top center;
  }
}
.find-your-passion .grid .career-item .career-item-header .image.odontopediatria {
  background: url("../assets/careers/odontopediatria.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-header .image.odontopediatria {
    background: url("../assets/careers/odontopediatria-mobile.webp");
    background-size: cover;
    background-position: top center;
  }
}
.find-your-passion .grid .career-item .career-item-header .image.ortodoncia {
  background: url("../assets/careers/ortodoncia.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-header .image.ortodoncia {
    background: url("../assets/careers/ortodoncia-mobile.webp");
    background-size: cover;
    background-position: top center;
  }
}
.find-your-passion .grid .career-item .career-item-header .blue-band {
  display: flex;
  justify-content: space-between;
  background-color: #53a8bc;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.find-your-passion .grid .career-item .career-item-header .blue-band span {
  line-height: 1.43;
}
.find-your-passion .grid .career-item .career-item-header .green-band {
  display: flex;
  justify-content: space-between;
  background-color: #53a8bc;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #7baf7b;
}
.find-your-passion .grid .career-item .career-item-header .green-band span {
  line-height: 1.43;
}
.find-your-passion .grid .career-item .career-item-header .red-band {
  display: flex;
  justify-content: space-between;
  background-color: #53a8bc;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #c75e87;
}
.find-your-passion .grid .career-item .career-item-header .red-band span {
  line-height: 1.43;
}
.find-your-passion .grid .career-item .career-item-header .purple-band {
  display: flex;
  justify-content: space-between;
  background-color: #53a8bc;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #846ca5;
}
.find-your-passion .grid .career-item .career-item-header .purple-band span {
  line-height: 1.43;
}
.find-your-passion .grid .career-item .career-item-body {
  min-height: 180px;
  padding: 10px 0 0 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-body {
    min-height: 0px;
  }
}
.find-your-passion .grid .career-item .career-item-body h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  font-stretch: condensed;
  color: #393939;
  margin: 0 0 10px 0;
}

.find-your-passion .grid .career-item .career-item-body h3:hover {
  text-decoration: underline;
}

.find-your-passion .grid .career-item .career-item-body small {
  display: block;
  font-size: 12px;
  color: #8c8b8b;
  margin: 0 0 10px 0;
}
.find-your-passion .grid .career-item .career-item-body p {
  font-family: "AvenirNextCondensedRegular", sans-serif;
  font-size: 20px;
  font-stretch: condensed;
  color: #1d1d1d;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-body p {
    font-size: 16px;
  }
}
.find-your-passion .grid .career-item .career-item-footer a {
  display: block;
}
.find-your-passion .grid .career-item .career-item-footer a.studies-plan {
  font-family: "AvenirNextCondensedDemiBold", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: condensed;
  color: #0091ff;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-footer a.studies-plan {
    font-size: 16px;
    margin: 0 0 25px 0;
  }
}
.find-your-passion .grid .career-item .career-item-footer a.studies-plan::after {
  display: inline-block;
  position: absolute;
  content: "";
  border: solid #0091ff;
  border-width: 0 3px 3px 0;
  padding: 5px;
  margin: 5px 0 0 5px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .find-your-passion .grid .career-item .career-item-footer a.studies-plan::after {
    border-width: 0 2px 2px 0;
    padding: 3px;
    margin: 3px 0 0 3px;
  }
}
.find-your-passion .grid .career-item .career-item-footer a.know-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 35px;
  background-color: #79b836;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1;
  margin: 0 auto;
  text-transform: uppercase;
}

.ucad-experience {
  background-color: rgba(224, 225, 224, 0.41);
  padding: 96px 0 61px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ucad-experience {
    padding: 52px 0 34.2px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience {
    padding: 43px 0 20px 0;
  }
}
.ucad-experience h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 63px;
  font-weight: 300;
  font-stretch: condensed;
  color: #287737;
  margin: 0 0 54px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
}
.ucad-experience .ucad-experience-item-left,
.ucad-experience .ucad-experience-item-right {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ucad-experience .ucad-experience-item-left,
  .ucad-experience .ucad-experience-item-right {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left,
  .ucad-experience .ucad-experience-item-right {
    margin-bottom: 20px;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-image,
.ucad-experience .ucad-experience-item-right .ucad-experience-image {
  position: absolute;
  top: 55px;
  width: 434px;
  height: 326px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-image,
  .ucad-experience .ucad-experience-item-right .ucad-experience-image {
    width: 334px;
    height: 251px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-image,
  .ucad-experience .ucad-experience-item-right .ucad-experience-image {
    position: relative;
    top: 0;
    width: 100%;
    height: 170px;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-image.instalations,
.ucad-experience .ucad-experience-item-right .ucad-experience-image.instalations {
  background: url("../assets/ucad-experience/instalations.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-image.instalations,
  .ucad-experience .ucad-experience-item-right .ucad-experience-image.instalations {
    background: url("../assets/ucad-experience/instalations-mobile.webp");
    background-size: cover;
    background-position: top center;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-image.events,
.ucad-experience .ucad-experience-item-right .ucad-experience-image.events {
  background: url("../assets/ucad-experience/events.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-image.events,
  .ucad-experience .ucad-experience-item-right .ucad-experience-image.events {
    background: url("../assets/ucad-experience/events-mobile.webp");
    background-size: cover;
    background-position: top center;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-image.certifications,
.ucad-experience .ucad-experience-item-right .ucad-experience-image.certifications {
  background: url("../assets/ucad-experience/certifications.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-image.certifications,
  .ucad-experience .ucad-experience-item-right .ucad-experience-image.certifications {
    background: url("../assets/ucad-experience/certifications-mobile.webp");
    background-size: cover;
    background-position: top center;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-image.tradition,
.ucad-experience .ucad-experience-item-right .ucad-experience-image.tradition {
  background: url("../assets/ucad-experience/tradition.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-image.tradition,
  .ucad-experience .ucad-experience-item-right .ucad-experience-image.tradition {
    background: url("../assets/ucad-experience/tradition-mobile.webp");
    background-size: cover;
    background-position: top center;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-image.detail-labor-demand,
.ucad-experience .ucad-experience-item-right .ucad-experience-image.detail-labor-demand {
  background: url("../assets/ucad-experience/detail-labor-demand.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-image.detail-labor-demand,
  .ucad-experience .ucad-experience-item-right .ucad-experience-image.detail-labor-demand {
    background: url("../assets/ucad-experience/detail-labor-demand.webp");
    background-size: cover;
    background-position: top center;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-image.detail-job-stability,
.ucad-experience .ucad-experience-item-right .ucad-experience-image.detail-job-stability {
  background: url("../assets/ucad-experience/detail-job-stability.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-image.detail-job-stability,
  .ucad-experience .ucad-experience-item-right .ucad-experience-image.detail-job-stability {
    background: url("../assets/ucad-experience/detail-job-stability.webp");
    background-size: cover;
    background-position: top center;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-image.detail-seminar,
.ucad-experience .ucad-experience-item-right .ucad-experience-image.detail-seminar {
  background: url("../assets/ucad-experience/detail-seminar.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-image.detail-seminar,
  .ucad-experience .ucad-experience-item-right .ucad-experience-image.detail-seminar {
    background: url("../assets/ucad-experience/detail-seminar.webp");
    background-size: cover;
    background-position: top center;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-image.detail-software,
.ucad-experience .ucad-experience-item-right .ucad-experience-image.detail-software {
  background: url("../assets/ucad-experience/detail-software.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-image.detail-software,
  .ucad-experience .ucad-experience-item-right .ucad-experience-image.detail-software {
    background: url("../assets/ucad-experience/detail-software.webp");
    background-size: cover;
    background-position: top center;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-image.detail-value,
.ucad-experience .ucad-experience-item-right .ucad-experience-image.detail-value {
  background: url("../assets/ucad-experience/detail-value.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-image.detail-value,
  .ucad-experience .ucad-experience-item-right .ucad-experience-image.detail-value {
    background: url("../assets/ucad-experience/detail-value.webp");
    background-size: cover;
    background-position: top center;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-info,
.ucad-experience .ucad-experience-item-right .ucad-experience-info {
  background-color: #FFFFFF;
  width: 622px;
  box-sizing: border-box;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-info,
  .ucad-experience .ucad-experience-item-right .ucad-experience-info {
    width: 100%;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-body h3,
.ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-body h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  font-stretch: condensed;
  color: #52900f;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-body p,
.ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-body p {
  font-family: "AvenirNextCondensedRegular", sans-serif;
  font-size: 20px;
  font-stretch: condensed;
  color: #1d1d1d;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-body p,
  .ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-body p {
    margin: 0 0 16px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-body p,
  .ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-body p {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-body p:last-child,
  .ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-body p:last-child {
    margin: 0 0 22px 0;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-footer a.ucad-experience-button,
.ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-footer a.ucad-experience-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #0091ff;
  margin: 0 35px 0 0;
}
.ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-footer a.ucad-experience-button.button-orange,
.ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-footer a.ucad-experience-button.button-orange {
  width: 257px;
  background-color: #fa6400;
}
.ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-footer a.ucad-experience-button.button-red,
.ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-footer a.ucad-experience-button.button-red {
  width: 257px;
  background-color: #e02020;
}
.ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-footer a.ucad-experience-button.button-purple,
.ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-footer a.ucad-experience-button.button-purple {
  width: 300px;
  background-color: #596d95;
  box-shadow: none;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-footer a.ucad-experience-button.button-purple,
  .ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-footer a.ucad-experience-button.button-purple {
    width: 100%;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-footer .ucad-experience-logos,
.ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-footer .ucad-experience-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32.5px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-footer .ucad-experience-logos,
  .ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-footer .ucad-experience-logos {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-footer .ucad-experience-logos img,
.ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-footer .ucad-experience-logos img {
  display: block;
  margin: 0 0 13px 0;
}
.ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-footer .ucad-experience-logos a,
.ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-footer .ucad-experience-logos a {
  font-family: "AvenirNextCondensedDemiBold", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: condensed;
  color: #0091ff;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-footer .ucad-experience-logos a,
  .ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-footer .ucad-experience-logos a {
    font-size: 16px;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-info {
  padding: 55px 32px 74px 0;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-info {
    width: 559px;
    padding: 55px 21px 46px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-info {
    padding: 20px 20px 40px 20px;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-body {
  padding-left: 141px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-body {
    padding-left: 233px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-body {
    padding-left: 0;
  }
}
.ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-footer {
  padding-left: 141px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-footer {
    padding-left: 0;
    text-align: right;
  }
  .ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-footer a.ucad-experience-button {
    margin: 0 0 0 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-footer {
    padding-left: 0;
  }
  .ucad-experience .ucad-experience-item-left .ucad-experience-info .ucad-experience-footer a.ucad-experience-button {
    margin: 0 0 20px 0px;
  }
}
.ucad-experience .ucad-experience-item-right .ucad-experience-image {
  right: 0;
}
.ucad-experience .ucad-experience-item-right .ucad-experience-info {
  padding: 49px 0 36px 49px;
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ucad-experience .ucad-experience-item-right .ucad-experience-info {
    padding: 41px 0 41px 34px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-right .ucad-experience-info {
    padding: 20px 20px 40px 20px;
  }
}
.ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-body {
  padding-right: 144px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-body {
    padding-right: 286px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-body {
    padding-right: 0;
  }
}
.ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-footer {
  padding-right: 144px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-experience .ucad-experience-item-right .ucad-experience-info .ucad-experience-footer {
    padding-right: 0;
  }
}

.ucad-university {
  padding: 86px 0 0 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-university {
    padding: 20px 0 0 0;
  }
}
.ucad-university h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 63px;
  font-weight: 300;
  color: #5d6862;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-university h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
}
.ucad-university p {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #1d1d1d;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .ucad-university p {
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: 0.13px;
    margin: 0 0 20px 0;
  }
}

.detail-bar {
  background-color: #596d95;
  padding: 15px 0;
  color: #FFFFFF;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .detail-bar {
    padding: 14px 0 13px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-bar {
    padding: 18px 0 17px 0;
  }
}
.detail-bar .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.detail-bar .grid > div {
  display: inline-flex;
  align-items: center;
}
.detail-bar .grid > div img {
  margin-right: 21px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-bar .grid > div img {
    width: 25px;
    height: 25px;
    margin-right: 7px;
  }
}
.detail-bar .grid > div p {
  margin: 0;
}
.detail-bar .grid > div .line-1, .detail-bar .grid > div .line-2 {
  display: block;
}
.detail-bar .grid > div .line-1 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 3px 0;

}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-bar .grid > div .line-1 {
    font-size: 10px;
    margin: 0;
  }
}
.detail-bar .grid > div .line-2 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: 300;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-bar .grid > div .line-2 {
    font-size: 12px;
  }
}

.detail-description {
  padding: 80px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .detail-description {
    padding: 83px 0 62px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-description {
    padding: 40px 0 63px 0;
  }
}
.detail-description .detail-description-mode {
  font-family: "AvenirNextCondensedRegular";
  font-size: 14px;
  color: #9a9a9a;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-description .detail-description-mode {
    font-size: 12px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
  }
}
.detail-description .detail-description-demibold {
  font-family: "AvenirNextCondensedDemibold";
  font-weight: bold;
  text-transform: uppercase;
}
.detail-description h2 {
  display: flex;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-description h2 {
    margin: 0 0 11px 0;
  }
}
.detail-description h2 .detail-description-title {
  width: 480px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 63px;
  font-weight: 300;
  color: #5d6862;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-description h2 .detail-description-title {
    width: 220px;
    font-size: 28px;
  }
}
.detail-description h2 img {
  margin: 16px 0 0 12px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-description h2 img {
    width: 23px;
    height: 23px;
    margin: 5px 0 0 12px;
  }
}
.detail-description p {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #1d1d1d;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-description p {
    font-size: 16px;
    line-height: 1.38;
    margin: 0 0 25px 0;
  }
}
.detail-description p:last-of-type {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .detail-description p:last-of-type {
    margin: 0 0 40px 0;
  }
}
.detail-description .detail-description-modalities {
  font-family: "AvenirNextCondensedRegular";
  font-size: 14px;
  color: #9a9a9a;
  text-align: right;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .detail-description .detail-description-modalities {
    margin: 0 0 34px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-description .detail-description-modalities {
    font-size: 12px;
    letter-spacing: 0.3px;
    margin: 0 0 20px 0;
  }
}
.detail-description .detail-description-modalities a {
  font-family: "AvenirNextCondensedDemibold";
  color: #0091ff;
}

.detail-description .detail-description-modalities a:hover {
  text-decoration: underline;
}

.detail-description .detail-description-divider {
  background-color: #596d95;
  width: 100%;
  height: 1px;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-description .detail-description-divider {
    margin: 0 0 20px 0;
  }
}
.detail-description .detail-description-buttons {
  display: flex;
  justify-content: right;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-description .detail-description-buttons {
    display: block;
  }
}
.detail-description .detail-description-buttons .detail-description-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  background-color: #79b836;
  color: #FFFFFF;
  margin: 0 0 0 20px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-description .detail-description-buttons .detail-description-button {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .detail-description .detail-description-buttons .detail-description-button:last-of-type {
    margin: 0;
  }
}
.detail-description .detail-description-buttons .detail-description-button.purple {
  background-color: #596d95;
}

.detail-statics {
  background-color: rgba(224, 225, 224, 0.41);
  padding: 67px 0 30px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-statics {
    padding: 50px 0 30px 0;
  }
}
.detail-statics h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 63px;
  font-weight: 300;
  color: #5d6862;
  margin: 0 0 33px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .detail-statics h2 {
    margin: 0 0 42px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-statics h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
}
.detail-statics .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 30px 0;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.19);
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .detail-statics .grid {
    padding: 22px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-statics .grid {
    display: block;
    padding: 0 30px;
  }
}
.detail-statics .grid .item {
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid #979797;
}
.detail-statics .grid .item:last-of-type {
  border-right: none;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .detail-statics .grid .item {
    padding: 0 22px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-statics .grid .item {
    padding: 30px 0;
    border-right: none;
    border-bottom: 1px solid #979797;
  }
  .detail-statics .grid .item:last-of-type {
    border-bottom: none;
  }
}
.detail-statics .grid .item h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 68px;
  font-weight: 300;
  color: #211e1e;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .detail-statics .grid .item h3 {
    margin: 0 0 10px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .detail-statics .grid .item h3 {
    font-size: 48px;
  }
}
.detail-statics .grid .item p {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  color: #5d6862;
  margin: 0;
}

.professional-profile {
  padding: 80px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .professional-profile {
    padding: 62px 0 41px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .professional-profile {
    padding: 40px 0;
  }
}
.professional-profile h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 63px;
  font-weight: 300;
  color: #5d6862;
  margin: 0 0 40px 0;
  text-transform: uppercase;

}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .professional-profile h2 {
    margin: 0 0 47px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .professional-profile h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
}
.professional-profile .professional-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .professional-profile .professional-profile-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .professional-profile .professional-profile-grid {
    grid-template-columns: 1fr;
  }
}
.professional-profile .professional-profile-grid .professional-profile-item .professional-profile-item-image {
  width: auto;
  height: 170px;
}
.professional-profile .professional-profile-grid .professional-profile-item .professional-profile-item-image.item-01 {
  background: url("../assets/professional-profile/item-01.webp");
  background-position: center;
  background-size: cover;
}
.professional-profile .professional-profile-grid .professional-profile-item .professional-profile-item-image.item-02 {
  background: url("../assets/professional-profile/item-02.webp");
  background-position: center;
  background-size: cover;
}
.professional-profile .professional-profile-grid .professional-profile-item .professional-profile-item-image.item-03 {
  background: url("../assets/professional-profile/item-03.webp");
  background-position: center;
  background-size: cover;
}
.professional-profile .professional-profile-grid .professional-profile-item .professional-profile-item-body {
  background-color: #f8f8f8;
  padding: 18px 20px 30px 20px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .professional-profile .professional-profile-grid .professional-profile-item .professional-profile-item-body {
    padding: 18px 20px 20px 20px;
  }
}
.professional-profile .professional-profile-grid .professional-profile-item .professional-profile-item-body h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #393939;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .professional-profile .professional-profile-grid .professional-profile-item .professional-profile-item-body h3 {
    margin: 0 0 20px 0;
  }
}
.professional-profile .professional-profile-grid .professional-profile-item .professional-profile-item-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.professional-profile .professional-profile-grid .professional-profile-item .professional-profile-item-body ul li {
  font-family: "AvenirNextCondensedRegular";
  font-size: 20px;
  font-weight: 500;
  color: #1d1d1d;
  margin-bottom: 15px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .professional-profile .professional-profile-grid .professional-profile-item .professional-profile-item-body ul li {
    font-size: 16px;
  }
}
.professional-profile .professional-profile-grid .professional-profile-item .professional-profile-item-body .professional-profile-icon {
  color: #52900f;
}
.professional-profile .professional-profile-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .professional-profile .professional-profile-buttons {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .professional-profile .professional-profile-buttons {
    display: block;
    margin-bottom: 40px;
  }
}
.professional-profile .professional-profile-buttons .professional-profile-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 45px;
  background-color: #79b836;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
}
.professional-profile .professional-profile-buttons .professional-profile-button:last-of-type {
  margin-right: 0;
}
.professional-profile .professional-profile-buttons .professional-profile-button.purple {
  background-color: #596d95;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .professional-profile .professional-profile-buttons .professional-profile-button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .professional-profile .professional-profile-buttons .professional-profile-button:last-of-type {
    margin-bottom: 0;
  }
}
.professional-profile h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 36px;
  font-weight: 300;
  color: #5d6862;
  text-align: center;
  margin: 0 0 22px 0;
  text-transform: uppercase;

}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .professional-profile h3 {
    font-size: 28px;
    text-align: left;
    margin: 0 0 20px 0;
    text-transform: uppercase;

  }
}
.professional-profile .professional-profile-links {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .professional-profile .professional-profile-links {
    display: block;
  }
}
.professional-profile .professional-profile-links .professional-profile-link {
  font-family: "AvenirNextCondensedDemibold";
  font-size: 20px;
  font-weight: 600;
  color: #0091ff;
  margin-right: 47px;
}
.professional-profile .professional-profile-links .professional-profile-link:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .professional-profile .professional-profile-links .professional-profile-link {
    display: block;
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .professional-profile .professional-profile-links .professional-profile-link:last-of-type {
    margin-bottom: 0;
  }
}

.subscribe {
  padding: 88px 0 80px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .subscribe {
    padding: 64px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .subscribe {
    padding: 40px 0;
  }
}
.subscribe h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 63px;
  font-weight: 300;
  color: #5d6862;
  margin: 0 0 74px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .subscribe h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
}
.subscribe .subscribe-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .subscribe .subscribe-grid {
    margin-bottom: 96.5px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .subscribe .subscribe-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
.subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-header {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-header {
    margin-bottom: 10px;
  }
}
.subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-header .subscribe-grid-item-number {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 63px;
  font-weight: bold;
  color: #d27f67;
  margin-right: 12px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-header .subscribe-grid-item-number {
    font-size: 48px;
  }
}
.subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-header .subscribe-grid-item-line {
  background-color: #979797;
  width: 100%;
  height: 2px;
}
.subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-body h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  color: #52900f;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-body h3 {
    margin: 0 0 46px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-body h3 {
    margin: 0 0 10px 0;
  }
}
.subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-body ul li {
  font-family: "AvenirNextCondensedRegular";
  font-size: 20px;
  color: #1d1d1d;
  margin-bottom: 15px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-body ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-body ul li {
    font-size: 16px;
  }
}
.subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-body ul li .bold {
  font-family: "AvenirNextCondensedDemibold";
  font-weight: 600;
}
.subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-body ul li .subscribe-grid-item-icon {
  color: #52900f;
}
.subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-body ul li .subscribe-grid-item-link {
  font-family: "AvenirNextCondensedDemibold";
  font-weight: 600;
  text-decoration: underline;
}
.subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-body ul li .subscribe-grid-item-link.orange {
  color: #fa6400;
}
.subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-body ul li .subscribe-grid-item-link.blue {
  color: #0091ff;
}
.subscribe .subscribe-grid .subscribe-grid-item .subscribe-grid-item-body ul li .subscribe-grid-item-link.green {
  color: #45b72c;
}
.subscribe h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  text-decoration: underline;
  color: #b3b3b3;
  margin: 0 0 29px 0;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .subscribe h3 {
    font-size: 28px;
    text-align: left;
    margin: 0 0 9px 0;
  }
}
.subscribe h4 {
  font-family: "AvenirNextCondensedDemibold";
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #1d1d1d;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .subscribe h4 {
    margin: 0 0 18.5px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .subscribe h4 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}
.subscribe .subscribe-buttons {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .subscribe .subscribe-buttons {
    display: block;
  }
}
.subscribe .subscribe-buttons .subscribe-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 45px;
  background-color: #79b836;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  margin-right: 20px;
}
.subscribe .subscribe-buttons .subscribe-button:last-of-type {
  margin-right: 0;
}
.subscribe .subscribe-buttons .subscribe-button.blue {
  background-color: #0091ff;
}
.subscribe .subscribe-buttons .subscribe-button.purple {
  background-color: #596d95;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .subscribe .subscribe-buttons .subscribe-button {
    width: 220px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .subscribe .subscribe-buttons .subscribe-button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .subscribe .subscribe-buttons .subscribe-button:last-of-type {
    margin-bottom: 0;
  }
}

.mobile-menu-content {
  display: none;
  position: fixed;
  width: 100%;
  max-height: 400px;
  background-color: #19472e;
  color: #FFFFFF;
  padding: 10px 0 20px 0;
  box-sizing: border-box;
  overflow-y: scroll;
  z-index: 99999;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .mobile-menu-content {
    width: 320px;
    right: 0;
  }
}
.mobile-menu-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu-content ul li.mobile-menu-item {
  cursor: pointer;
}
.mobile-menu-content ul li.mobile-menu-item span.mobile-menu-item-main {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.92px;
  padding: 12px 0 12px 10px;
  text-transform: uppercase;
}
.mobile-menu-content ul li.mobile-menu-item .rotate-arrow {
  transform: rotate(180deg);
}
.mobile-menu-content ul li.mobile-menu-item ul.mobile-menu-item-submenu {
  display: none;
  background-color: #256040;
  padding: 15px 28px;
}
.mobile-menu-content ul li.mobile-menu-item ul.mobile-menu-item-submenu li {
  margin: 0 0 22px 0;
}
.mobile-menu-content ul li.mobile-menu-item ul.mobile-menu-item-submenu li a {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.77px;
}
.mobile-menu-content ul li.mobile-menu-item ul.mobile-menu-item-submenu li:last-child {
  margin: 0;
}
.mobile-menu-content .mobile-menu-content-close {
  display: flex;
  justify-content: right;
  padding: 20px 20px 0 0;
}
.mobile-menu-content .mobile-menu-content-close span.mobile-menu-content-close-button {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.92px;
  cursor: pointer;
}/*# sourceMappingURL=main.css.map */
