.main-nav__menu, .languages {
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  color: #3B4148;
  font-family: "manrope-webfont", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
}

html, body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

@font-face {
  font-family: 'manrope-webfont';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/marnope-wefont-light.woff2") format("woff2"), url("../fonts/marnope-wefont-light.woff") format("woff");
}

@font-face {
  font-family: 'manrope-webfont';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/marnope-wefont-regular.woff2") format("woff2"), url("../fonts/marnope-wefont-regular.woff") format("woff");
}

@font-face {
  font-family: 'manrope-webfont';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/marnope-wefont-medium.woff2") format("woff2"), url("../fonts/marnope-wefont-medium.woff") format("woff");
}

@font-face {
  font-family: 'manrope-webfont';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/marnope-wefont-bold.woff2") format("woff2"), url("../fonts/marnope-wefont-bold.woff") format("woff");
}

.button {
  background-color: transparent;
  border: 0;
  color: #E40851;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding: 1.25rem 2.5rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .button {
    font-size: 0.8125rem;
  }
}

.button:hover {
  text-decoration: none;
}

.button:focus {
  outline: 0;
}

.button:disabled {
  opacity: .5;
}

.button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.button--primary {
  background: #1D70B7;
  color: #fff;
}

.button--primary:hover {
  background: #E1261D;
}

@media only screen and (max-width: 1023px) {
  .menu-opened {
    overflow: hidden;
  }
}

@media only screen and (min-width: 1024px) {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.main-nav__menu {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  text-transform: none;
  margin-top: 1.25rem;
}

@media only screen and (min-width: 1024px) {
  .main-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1240px) {
  .main-nav__menu {
    font-size: 1.125rem;
  }
}

.main-nav__menu .menu-item {
  font-weight: 500;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .main-nav__menu .menu-item + .menu-item {
    margin-top: 2.4375rem;
  }
  .main-nav__menu .menu-item + .menu-item::after {
    background: #aba4a4;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    top: -1.25rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.875rem;
  }
}

@media only screen and (min-width: 1024px) {
  .main-nav__menu .menu-item {
    text-align: left;
  }
  .main-nav__menu .menu-item + .menu-item {
    margin-left: 1.875rem;
  }
}

@media only screen and (min-width: 1240px) {
  .main-nav__menu .menu-item + .menu-item {
    margin-left: 2.5rem;
  }
}

.main-nav__menu .menu-item__link {
  color: #626262;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.main-nav__menu .menu-item__link:hover {
  color: #e1261d;
}

.main-nav__menu .current-menu-item .menu-item__link {
  color: #e1261d;
}

.main-nav__menu .menu-item__description {
  color: #aba4a4;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}

@media only screen and (min-width: 1024px) {
  .main-nav__menu .menu-item__description {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 1240px) {
  .main-nav__menu .menu-item__description {
    font-size: 0.75rem;
  }
}

.menu-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../img/ico-nav.svg") no-repeat left;
  background-size: 200% auto;
  border: 0;
  height: 0;
  left: 1.25rem;
  outline: none;
  padding-top: 24px;
  position: absolute;
  top: 15.5px;
  width: 24px;
  z-index: 4;
}

@media only screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

.menu-opened .menu-toggle {
  -webkit-animation: appear 0.3s;
          animation: appear 0.3s;
  background-position: right center;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.5rem 0 1.25rem;
}

@media only screen and (min-width: 1024px) {
  .languages {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .header__navigation .languages {
    display: none;
  }
}

.languages__item + .languages__item {
  margin-left: 1.25rem;
}

.languages__item a {
  color: #aba4a4;
  text-transform: uppercase;
}

.languages__item--current {
  font-weight: 700;
}

.languages__item--current a {
  color: #000;
}

.lang-mobile {
  left: 60px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 4px;
}

.lang-mobile .languages {
  font-size: 0.75rem;
  margin: 0;
}

.lang-mobile .languages__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  width: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lang-mobile .languages__item + .languages__item {
  margin-left: 0.3125rem;
}

@media only screen and (min-width: 1024px) {
  .lang-mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .site {
    margin-top: 55px;
  }
}

.site__main {
  width: 100%;
}

.wrapper {
  max-width: 75rem;
  margin: 0 1.25rem;
}

@media only screen and (min-width: 1240px) {
  .wrapper {
    margin: 0 auto;
  }
}

.header {
  background: #fff;
  left: 0;
  min-height: 2.8125rem;
  padding-top: 5px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}

@media only screen and (min-width: 1024px) {
  .header {
    position: initial;
  }
}

.header::before {
  background: yellow url("../img/top-border.svg");
  background-size: 100% auto;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.admin-bar .header {
  top: 2.8125rem;
}

@media only screen and (min-width: 768px) {
  .admin-bar .header {
    top: 2rem;
  }
}

.header__inner {
  background: #fff;
}

@media only screen and (min-width: 1024px) {
  .header__inner .wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 1024px) {
  .header__brand {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 50px;
  }
}

.logo {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .logo {
    background: url("../img/logo-single.png") no-repeat center center;
    background-size: 100% auto;
    width: 6.875rem;
    height: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .logo {
    max-width: 12.5rem;
    height: auto;
  }
}

@media only screen and (min-width: 1240px) {
  .logo {
    max-width: 16.25rem;
  }
}

.logo__img {
  vertical-align: bottom;
}

@media only screen and (max-width: 1023px) {
  .logo__img {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .header__navigation {
    background: #f3f4f4;
    overflow: hidden;
    height: 0;
    -webkit-transition: height .75s ease-in-out;
    transition: height .75s ease-in-out;
  }
  .menu-opened .header__navigation {
    height: calc(100vh - 55px);
    overflow: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .header__navigation {
    background: none;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 150px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2.5rem;
    padding-top: 1.25rem;
  }
}

.footer {
  margin-top: 1.25rem;
}

@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 2.5rem;
  }
}

.footer a:hover {
  text-decoration: underline;
}

.footer__info {
  background: #eaeeec;
  border-top-left-radius: 30px;
  color: #000;
  padding: 1.25rem;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .footer__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top-left-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.5rem;
  }
}

.footer__cert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 13.75rem;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .footer__cert {
    max-width: 13.75rem;
    margin: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .footer__cert {
    max-width: 16.25rem;
  }
}

.footer__cert-text {
  font-size: 0.625rem;
  color: #3B4148;
  opacity: .7;
  line-height: 1.5;
  margin: 0 0 0 0.625rem;
}

.footer__cert-img {
  max-width: 6.25rem;
}

@media only screen and (min-width: 1024px) {
  .footer__cert-img {
    max-width: 9.375rem;
  }
}

.footer__contact {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.7;
  margin-top: 2.5rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-top: 0;
  }
}

.footer__contact,
.footer__contact a {
  color: #3B4148;
}

.footer__contact-location,
.footer__contact-tels {
  padding-top: 2.125rem;
  position: relative;
}

.footer__contact-location::before,
.footer__contact-tels::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 0;
  padding-top: 24px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 768px) {
  .footer__contact-location::before,
  .footer__contact-tels::before {
    left: 0;
    -webkit-transform: none;
            transform: none;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.footer__contact-location::before {
  background-image: url("../img/ico-marker.svg");
}

.footer__contact-tels {
  margin-top: 1.25rem;
}

.footer__contact-tels::before {
  background-image: url("../img/ico-chat.svg");
}

@media only screen and (min-width: 768px) {
  .footer__contact-tels {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.footer__bottom {
  background: #1D70B7;
  -webkit-text-emphasis: none;
          text-emphasis: none;
  padding: 3.75rem 0 1.25rem;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  text-align: center;
}

.footer__bottom, .footer__bottom a {
  color: #fff;
}

.footer__bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .footer__bottom .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__copy {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 0.625rem;
}

@media only screen and (min-width: 768px) {
  .footer__copy {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.footer__links {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 768px) {
  .footer__links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.page-section__inner {
  background-position: center center;
  background-size: cover;
  min-height: 250px;
  background-color: #f3f4f4;
  background-image: none;
}

@media only screen and (min-width: 1024px) {
  .page-section__inner {
    padding: 12.5rem 5rem;
    background-image: inherit;
  }
}

.page-section__img {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .page-section__img {
    display: none;
  }
}

.section-content {
  background: #fff;
  padding: 1.25rem;
}

@media only screen and (min-width: 1024px) {
  .section-content {
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
            box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    max-width: 35vw;
    padding: 2.5rem 3.75rem 2.5rem 2.5rem;
  }
  .page-section:nth-child(odd) .section-content {
    border-bottom-right-radius: 150px;
  }
  .page-section:nth-child(even) .section-content {
    border-top-right-radius: 150px;
  }
}

.page-subtitle {
  color: #1D70B7;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 .75em;
}

@media only screen and (min-width: 1024px) {
  .page-subtitle {
    font-size: 2.375rem;
  }
}

.cms-content {
  color: #3B4148;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
}

.cms-content strong {
  color: #1D70B7;
}

.cms-content a {
  color: #38A9E0;
  text-decoration: underline;
}

.cms-content a:hover {
  color: #E1261D;
}

.cms-content p {
  margin: 0;
}

.cms-content p + p {
  margin-top: 1.25rem;
}

@media only screen and (min-width: 1024px) {
  .cms-content {
    font-size: 1rem;
  }
}

.page-cards {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}

@media only screen and (min-width: 1024px) {
  .page-cards .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-card {
  background-color: #38A9E0;
  background-position: center;
  background-size: cover;
  padding: 2.5rem;
  position: relative;
  text-align: center;
}

.page-card::after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.page-card:nth-child(1) {
  border-top-left-radius: 50px;
  overflow: hidden;
}

.page-card:nth-child(2) {
  border-bottom-left-radius: 50px;
  overflow: hidden;
}

.page-card:nth-child(3) {
  border-top-right-radius: 50px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .page-card + .page-card {
    margin-top: 1.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  .page-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page-card + .page-card {
    margin-left: 1.25rem;
  }
}

.page-card__inner {
  color: #fff;
  position: relative;
  z-index: 2;
}

.page-card__title {
  font-size: 2.125rem;
  font-weight: 600;
  margin: 0;
}

.page-card__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 1.25rem auto;
}

@media only screen and (min-width: 768px) {
  .page-card__text {
    max-width: 60%;
  }
}

.page-section--static {
  padding: 1.25rem;
  background: #f3f4f4;
}

.home-section {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.home-section:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .home-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .home-section:last-child {
    padding-bottom: 0;
  }
}

.home-section--featured {
  background: #f3f4f4;
}

.home-section--featured .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-featured {
  position: relative;
}

.home-featured__text {
  background: #fff;
  border-bottom-right-radius: 100px;
  padding: 1.25rem 5rem 1.25rem 1.25rem;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .home-featured__text {
    background: #fff;
    border-bottom-right-radius: 50px;
    top: 50px;
    left: 50px;
    position: absolute;
  }
}

.home-featured__img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .home-featured__img {
    border-bottom-left-radius: 100px;
  }
}

.home-featured__title {
  color: #e1261d;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .home-featured__title {
    font-size: 1.75rem;
    font-weight: 400;
  }
}

.home-featured__subtitle {
  color: #626262;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .home-featured__subtitle {
    font-size: 1.125rem;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) {
  .home-section--cards .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.card {
  position: relative;
}

.card + .card {
  margin-top: 1.25rem;
}

@media only screen and (min-width: 768px) {
  .card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .card + .card {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.card__link {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 260px;
  position: relative;
  background-color: #aba4a4;
}

@media only screen and (min-width: 768px) {
  .card__link {
    height: 280px;
  }
}

@media only screen and (min-width: 1240px) {
  .card__link {
    height: 360px;
  }
}

.card__img {
  display: none;
}

.card__content {
  bottom: 20px;
  left: 20px;
  padding: 1.25rem;
  padding-right: 2.5rem;
  position: absolute;
  right: 20px;
}

.card__content::before, .card__content::after {
  position: absolute;
}

.card__content::before {
  background: #fff;
  border-bottom-right-radius: 100px;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
}

.card__content::after {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: rgba(29, 112, 183, 0.6);
  bottom: 0;
  color: #fff;
  content: '+';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: 400;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  padding-bottom: 0.375rem;
  padding-right: 0.375rem;
  right: 0;
  width: 50%;
  z-index: 1;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  height: 90%;
}

.card__link:hover .card__content::after {
  background-color: #1D70B7;
}

@media only screen and (min-width: 1240px) {
  .card__content {
    padding-right: 5rem;
  }
}

.card__title,
.card__subtitle {
  position: relative;
  z-index: 2;
}

.card__title {
  color: #1d70b7;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.3125rem;
}

@media only screen and (min-width: 1240px) {
  .card__title {
    font-size: 1.5rem;
  }
}

.card__subtitle {
  color: rgba(59, 65, 72, 0.7);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

@media only screen and (min-width: 1240px) {
  .card__subtitle {
    font-size: 0.9375rem;
  }
}

.page-section--company .section-content {
  max-width: none;
}

.page-section--company .section-content:first-child .cms-content {
  font-size: 1rem;
}

.page-section--company .section-content:nth-child(2) {
  background-color: #f3f4f4;
}

@media only screen and (min-width: 1024px) {
  .page-section--company .section-content:nth-child(2) {
    background-color: #fff;
    margin-top: 2.5rem;
  }
}

@media only screen and (min-width: 1240px) {
  .page-section--company .page-section__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10rem 5rem;
  }
  .page-section--company .section-content:first-child {
    max-width: 40%;
  }
  .page-section--company .section-content:first-child .cms-content {
    font-size: 1.125rem;
  }
  .page-section--company .section-content:nth-child(2) {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    margin-top: 0;
    max-width: 50%;
  }
  .page-section--company .section-content:nth-child(2) .cms-content {
    font-size: 1.125rem;
  }
}

.page-template-template-productos {
  background: linear-gradient(to bottom, #f3f4f4 60px, #fff 120px, transparent 100%);
}

@media only screen and (min-width: 1024px) {
  .products__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: #fff;
  }
}

@media only screen and (min-width: 1240px) {
  .products__hero {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.25rem;
  }
}

.products__hero-img {
  margin: 1.25rem auto 0;
  display: block;
}

@media only screen and (min-width: 768px) {
  .products__hero-img {
    height: 500px;
    width: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .products__hero-img {
    height: 680px;
    margin: 0 0 0 5rem;
  }
}

.products__intro {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media only screen and (min-width: 1024px) {
  .products__intro {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.products__intro-title {
  color: #E1261D;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .products__intro-title {
    font-size: 2.625rem;
  }
}

@media only screen and (min-width: 1024px) {
  .products__intro-title {
    font-size: 3.5rem;
  }
}

.products__intro-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
}

@media only screen and (min-width: 768px) {
  .products__intro-text {
    font-size: 1rem;
  }
}

.products__intro-text p {
  margin: 0;
}

.products__intro-text p:first-child {
  margin: 1.25rem 0;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .products__intro-text p:first-child {
    font-size: 1.25rem;
    margin: 1.25rem 0;
    line-height: 1.5;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1024px) {
  .products__intro-text p:first-child {
    margin: 1.875rem 0;
    font-size: 1.5rem;
  }
}

.products__intro-text p + p {
  margin-top: 1.25rem;
}

.products__intro-text strong {
  border-bottom: 3px solid rgba(56, 169, 224, 0.2);
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .products__intro-text strong {
    border-bottom: 0;
    display: inline-block;
    position: relative;
  }
  .products__intro-text strong::before {
    background-color: rgba(56, 169, 224, 0.2);
    border-radius: 2px;
    bottom: -2px;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

.products__container {
  background: #f3f4f4;
  padding: 2.5rem 0;
}

.products {
  position: relative;
  z-index: 2;
}

.products + .products {
  margin-top: 5rem;
}

.products__category {
  text-align: center;
  color: #1D70B7;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 0.625rem;
  position: relative;
  margin: 0 0 1.25rem;
}

.products__category::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background: url("../img/top-border.svg") repeat-y;
  background-size: 100% auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  border-radius: 1px;
}

@media only screen and (min-width: 768px) {
  .products__category {
    font-size: 2rem;
    padding-bottom: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .products__category::before {
    width: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .product__grid {
    display: grid;
    grid-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 1240px) {
  .product__grid {
    grid-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }
}

.product {
  background: #fff;
  color: #626262;
  padding: 1.25rem;
}

.product__grid .product:nth-child(2n+1) {
  border-top-left-radius: 30px;
}

.product__grid .product:nth-child(2n) {
  border-bottom-right-radius: 30px;
}

@media only screen and (max-width: 767px) {
  .product + .product {
    margin-top: 1.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  .product {
    display: grid;
    grid-gap: 1.25rem;
    grid-template-columns: 1fr 2fr;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .product:hover {
    border: 2px solid #1D70B7;
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.12);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.12);
    color: #1D70B7;
    -webkit-transform: scale(1.05) translateY(-4px);
            transform: scale(1.05) translateY(-4px);
  }
  .product:hover .product__thumb-img {
    opacity: 1;
  }
}

.product__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__thumb-img {
  max-width: 100%;
  max-height: 120px;
  opacity: .9;
}

.product__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.8125rem;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.8;
}

@media only screen and (max-width: 1023px) {
  .product__text {
    margin-top: 1.25rem;
  }
}

@media only screen and (min-width: 1024px) {
  .product__text {
    font-size: 0.9375rem;
  }
}

.product__text p {
  margin: 0;
}

.product__text p + p {
  margin-top: .5em;
}

.products__bottom {
  position: relative;
  margin-top: -50px;
}

.products__bottom::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f4f4), to(transparent));
  background: linear-gradient(to bottom, #f3f4f4 0%, transparent 100%);
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .products__bottom {
    margin-top: -200px;
  }
}

@media only screen and (min-width: 1024px) {
  .products__bottom {
    margin-top: -280px;
  }
}

.products__bottom-img {
  opacity: .7;
}

.clients-grid {
  background: #f3f4f4;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.clients-grid::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/world.svg) no-repeat center center;
  z-index: 0;
  opacity: .30;
  background-size: auto 95%;
}

.clients-grid::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f4f4), color-stop(50%, transparent));
  background: linear-gradient(to bottom, #f3f4f4 0, transparent 50%);
  z-index: 0;
}

.clients-grid .wrapper {
  position: relative;
  z-index: 1;
}

.clients-title {
  color: #E1261D;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 2.5rem 0;
  padding-bottom: 0.625rem;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .clients-title {
    font-size: 2.625rem;
  }
}

.clients-title::before {
  background: url("../img/top-border.svg") repeat-y;
  background-size: 100% auto;
  border-radius: 1px;
  bottom: 0;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
}

.clients {
  display: grid;
  grid-gap: 1.25rem;
  margin: 5rem 0;
}

@media only screen and (min-width: 768px) {
  .clients {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1240px) {
  .clients {
    grid-gap: 5rem;
  }
}

.client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  height: 180px;
  border-top-left-radius: 50px;
}

.client__logo {
  min-width: 64px;
  max-width: 180px;
  max-height: 80%;
}

.page-template-template-iplusd .page-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
}

.page-template-template-contact .footer__contact {
  display: none;
}

.map {
  text-align: center;
  font-size: 1.5rem;
  background: #f3f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60vh;
  z-index: 2;
}

.contact-info {
  font-size: 1.125rem;
  margin: 2.5rem 0;
}

@media only screen and (min-width: 1024px) {
  .contact-info {
    margin: 5rem 0;
  }
  .contact-info .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.8;
  }
}

.contact-info a {
  color: #3B4148;
}

.contact-info__item {
  padding-top: 3.25rem;
  position: relative;
  text-align: center;
}

.contact-info__item::before {
  content: '';
  position: absolute;
  width: 32px;
  height: 0;
  padding-top: 32px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 1023px) {
  .contact-info__item + .contact-info__item {
    margin-top: 2.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-info__item + .contact-info__item {
    margin-left: 2.5rem;
  }
}

.contact-info__item--location::before {
  background-image: url("../img/ico-marker.svg");
}

.contact-info__item--tel::before {
  background-image: url("../img/ico-phone.svg");
  background-size: cover;
}

.contact-info__item--fax::before {
  background-image: url("../img/ico-fax.svg");
  background-size: cover;
}

.contact-info__item--mail::before {
  background-image: url("../img/ico-mail.svg");
  background-size: 100% auto;
}

.contact-cartel-block {
  margin: 25px 5px;
  font-size: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-cartel-block h3 {
  font-size: 14px;
}

.sellos-content {
  width: 100%;
  margin-top: 10px;
  height: auto;
}

.sellos-content img {
  max-width: 60%;
  max-height: 100px;
}

.cartel-resolucion {
  font-size: 12px;
}

@media only screen and (min-width: 1240px) {
  .contact-cartel-block {
    width: 40%;
  }
}

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