@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600|Oswald:500|Poppins:500,600,700");
.btn-rounded-red, .btn-rounded-white, header .social-media i, footer .row-border .social-media a, .contact .select .selectric-items li:hover, .contact .select .selectric, .contact .select .selectric-open, .contact .select .selectric-open .selectric-items, a:hover, a {
  -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.btn-rounded-red {
  background: #EE2737;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.64px;
  text-align: center;
  line-height: 20px;
  width: 200px;
  display: block;
  padding: 8px 0 8px 0;
  cursor: pointer;
  border: none; }
  .btn-rounded-red:hover {
    background-color: #d21020;
    color: #FFFFFF;
    text-decoration: none; }

.btn-rounded-white {
  background: #F9F9F9;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #EE2737;
  letter-spacing: 0.64px;
  text-align: center;
  line-height: 20px;
  width: 170px;
  display: block;
  padding: 8px 0 8px 0; }
  .btn-rounded-white:hover {
    background-color: #e6e6e6;
    color: #EE2737;
    text-decoration: none; }

.btn-square-gray {
  background: #F0F0F0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: -0.03px;
  text-align: center;
  line-height: 20px;
  padding: 5px 12px; }

.btn-square-black {
  border: 1px solid #282828;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: -0.03px;
  text-align: center;
  line-height: 20px;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 15px; }

@media screen and (max-width: 767px) {
  .btn-rounded-red {
    padding: 10px 0; }

  .btn-rounded-white {
    padding: 10px 0; } }
header {
  position: absolute;
  top: 20px;
  display: flex;
  width: 100%;
  z-index: 20; }
  header .row {
    align-items: center;
    justify-content: space-between; }
  header .social-media {
    display: flex;
    width: 150px;
    justify-content: space-evenly;
    align-items: baseline;
    margin-right: 20px; }
    header .social-media i {
      font-weight: lighter; }
    header .social-media i:hover {
      color: #EE2737; }
  header .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 700px; }
    header .menu ul {
      list-style-type: none;
      display: inline-flex;
      padding: 0;
      width: 100%;
      justify-content: space-evenly;
      align-items: center;
      margin-bottom: 0; }
      header .menu ul li {
        list-style-type: none; }
        header .menu ul li a {
          background-image: linear-gradient(0deg, #282828 0%, #282828 100%);
          background-position: left bottom;
          background-repeat: no-repeat;
          background-size: 0 1px; }
        header .menu ul li a {
          transition: all 0.125s; }
          header .menu ul li a:after {
            transition: all 0.125s; }
        header .menu ul li:hover a {
          background-size: 100% 1px;
          color: #282828; }
  header li.active {
    border-bottom: 1px solid #282828;
    opacity: 1; }
  header li + li {
    margin-left: 5%; }
  header a, header p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #282828;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-bottom: 0; }
  header .select {
    cursor: pointer;
    margin-left: 20px;
    width: 150px; }
    header .select .label, header .select li {
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      font-size: 11px;
      color: #282828;
      letter-spacing: 0.9px;
      text-transform: uppercase;
      margin-left: 10px;
      cursor: pointer; }
    header .select .selectric-items li + li {
      border-top: 0px solid #E7E7E6; }
    header .select .selectric-items {
      position: absolute;
      top: 100%;
      left: 0;
      background: transparent;
      border: none;
      z-index: -1;
      border: 0px solid #e9ebed;
      border-top: 0;
      box-shadow: 0;
      cursor: pointer;
      transition: padding 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      header .select .selectric-items li:first-child {
        display: block;
        margin-left: 0; }
      header .select .selectric-items li {
        padding: 5px 10px;
        transition: padding 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        margin-left: 0;
        color: #282828; }
    header .select .selectric {
      border: 0px solid #F9F9F9;
      background: transparent;
      box-shadow: 0;
      display: flex;
      align-items: center; }
      header .select .selectric .button {
        background-image: url("/assets/macleche/icons/arrow-down.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 10px;
        background-color: transparent;
        border: 0;
        transform: none;
        margin-top: 0; }
      header .select .selectric .button:after {
        border-top-color: transparent; }
    header .select .selectric-hover .selectric {
      cursor: pointer; }
    header .select .selectric-open .selectric b.button {
      margin-top: 0; }

@media screen and (max-width: 991px) {
  header .menu {
    width: 100%; }
    header .menu li + li {
      margin-left: 5%; }
    header .menu .select {
      height: 20px;
      cursor: pointer;
      margin-left: 0px;
      width: inherit; }
      header .menu .select .label {
        margin-left: 0; }
      header .menu .select .selectric {
        height: 25px; }
      header .menu .select ul {
        display: block; } }
@media screen and (max-width: 1200px) {
  header .menu {
    min-width: 650px; }
    header .menu li + li {
      margin-left: 3%; } }
@media screen and (max-width: 767px) {
  header .menu-mobile-trigger {
    left: 0;
    width: 100%;
    z-index: 50; }
    header .menu-mobile-trigger a {
      display: block;
      width: fit-content;
      margin: 0 auto; }
    header .menu-mobile-trigger img {
      margin: 0 auto;
      display: block;
      height: 40px; }

  .open-mobile-menu {
    overflow-y: hidden; }

  .header-open-fixed {
    position: fixed; }

  #nav-icon3 {
    width: 22px;
    height: 16px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 51;
    position: absolute;
    top: 10px;
    right: 15px; }

  #nav-icon3 span:nth-child(1) {
    top: 0px; }

  #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 8px; }

  #nav-icon3 span:nth-child(4) {
    top: 16px; }

  #nav-icon3.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%; }

  #nav-icon3.open span:nth-child(2) {
    transform: rotate(45deg); }

  #nav-icon3.open span:nth-child(3) {
    transform: rotate(-45deg); }

  #nav-icon3.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%; }

  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #282828;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }

  header {
    height: 60px;
    top: 15px; }

  header .mobile-menu {
    width: 100vw;
    display: none;
    background-color: #F7F7F7;
    position: fixed;
    top: 0;
    height: 100vh; }
    header .mobile-menu ul {
      margin-bottom: 0;
      padding: 0; }
    header .mobile-menu .mobile-menu-center {
      position: relative;
      top: 48%;
      transform: translateY(-50%);
      text-align: center; }
      header .mobile-menu .mobile-menu-center ul:nth-child(2) {
        display: inline-block;
        margin-top: 30px; }
        header .mobile-menu .mobile-menu-center ul:nth-child(2) span {
          color: #c6c6c6;
          font-family: 'Poppins', sans-serif;
          font-weight: 600;
          font-size: 12px;
          margin-left: 10px;
          margin-right: 10px; }
        header .mobile-menu .mobile-menu-center ul:nth-child(2) li {
          display: inline-block; }
          header .mobile-menu .mobile-menu-center ul:nth-child(2) li.active {
            border-bottom: 1px solid #282828; }
          header .mobile-menu .mobile-menu-center ul:nth-child(2) li + li {
            margin-left: 3%;
            margin-top: 0; }
    header .mobile-menu .social-media {
      position: absolute;
      bottom: 35px;
      left: 0;
      right: 0;
      width: 100%;
      text-align: center;
      display: block; }
      header .mobile-menu .social-media a + a {
        margin-left: 3%; }
      header .mobile-menu .social-media p {
        margin: 0;
        margin-bottom: 15px; }

  header .mobile-menu ul > li + li {
    margin-top: 30px;
    padding-left: 0;
    margin-left: 0; }

  header .mobile-menu li {
    display: block; }

  header .mobile-menu a {
    font-size: 14px;
    letter-spacing: 0.26px; }

  li a.active {
    border-bottom: 1px solid #282828;
    opacity: 1;
    width: fit-content; } }
footer {
  background-color: #F9F9F9;
  padding-top: 95px;
  padding-bottom: 95px; }
  footer .mt-30 {
    margin-top: 0; }
  footer h6 {
    font-size: 20px;
    letter-spacing: 0.1px;
    line-height: 30px;
    margin-bottom: 20px; }
  footer .col-lg-2 img {
    width: 130px; }
  footer p {
    font-size: 12px; }
  footer ul {
    padding: 0;
    margin-bottom: 0; }
    footer ul li {
      list-style-type: none; }
      footer ul li:hover a {
        background-size: 100% 1px;
        color: #282828; }
      footer ul li a {
        background-image: linear-gradient(0deg, #282828 0%, #282828 100%);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 0 1px; }
      footer ul li a {
        transition: all 0.125s; }
        footer ul li a:after {
          transition: all 0.125s; }
    footer ul a {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #686868;
      letter-spacing: 0.2px;
      line-height: 20px; }
  footer span a {
    color: #686868; }
  footer .row-border {
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
    margin-top: 40px; }
    footer .row-border .social-media a {
      border-radius: 50%;
      background-color: #EE2737;
      height: 25px;
      width: 25px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      footer .row-border .social-media a:hover {
        background-color: #d21020;
        color: #FFFFFF;
        text-decoration: none; }
      footer .row-border .social-media a + a {
        margin-left: 12px; }
      footer .row-border .social-media a i {
        color: #FFFFFF;
        font-size: 12px; }
    footer .row-border .d-none p {
      display: inline-block;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      font-size: 10px;
      color: #282828;
      letter-spacing: 1.1px;
      line-height: 20px;
      text-transform: uppercase; }
    footer .row-border .d-none p:last-child {
      margin-left: 60px; }
    footer .row-border .d-none img {
      width: 20px;
      height: auto;
      margin-left: 10px; }

@media screen and (max-width: 991px) {
  footer {
    padding-top: 55px;
    padding-bottom: 30px; }
    footer .row-border .d-none {
      justify-content: space-between; }
      footer .row-border .d-none p:last-child {
        margin-left: 40px; }
    footer .col-lg-2 img {
      height: 200px;
      width: auto; }
    footer .mt-30 {
      margin-top: 30px; } }
@media screen and (max-width: 767px) {
  footer {
    text-align: center; }
    footer ul {
      margin-bottom: 35px; }
      footer ul li {
        margin: 0 auto;
        line-height: 22px; }
    footer li, footer a {
      text-align: center; }
    footer .col-lg-2 img {
      width: auto;
      height: 200px;
      margin-bottom: 15px; }
    footer .mt-30 {
      margin-top: 0; }
    footer h6 {
      margin-bottom: 15px; }
    footer p {
      margin-bottom: 35px; }
    footer .row-border {
      margin-top: 10px;
      padding-top: 40px; }
      footer .row-border .d-block {
        margin-top: 30px; }
        footer .row-border .d-block p {
          display: block;
          margin-bottom: 0;
          font-size: 10px;
          text-transform: uppercase;
          letter-spacing: 1.1px;
          font-weight: 600;
          font-family: 'Poppins', sans-serif;
          color: #282828;
          line-height: 20px; }
          footer .row-border .d-block p:last-child {
            float: none;
            text-align: center;
            margin-top: 8px; }
            footer .row-border .d-block p:last-child img {
              height: 18px;
              margin-left: 6px; } }
section {
  padding: 80px 0; }

.section-noPadding {
  padding: 0px 0; }

.mt-section {
  margin-top: 150px;
  padding-top: 0; }

.col-centered {
  float: none;
  margin: 0 auto; }

.m-auto {
  margin: 0 auto; }

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.mt-30 {
  margin-top: 30px; }

.goals-box {
  margin-top: 30px;
  border-right: 1px solid #C6C6C6; }
  .goals-box:last-child {
    border-right: 0px; }
  .goals-box object {
    margin-bottom: 13px; }
  .goals-box p {
    margin-top: 27px; }

.contact .select {
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  border-bottom: 2px solid #FFFFFF; }
  .contact .select .label, .contact .select li {
    font-family: 'Oswald', sans-serif;
    font-size: 41px;
    letter-spacing: -0.4px;
    line-height: 45px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer; }
  .contact .select .selectric-items li + li {
    border-top: 0px solid #E7E7E6; }
  .contact .select .label {
    cursor: pointer; }
  .contact .select .selectric-items {
    position: absolute;
    top: 100%;
    left: 0;
    background: transparent;
    border: none;
    z-index: -1;
    border: 0px solid #e9ebed;
    border-top: 0;
    box-shadow: 0;
    cursor: pointer; }
    .contact .select .selectric-items li:hover {
      background-color: #f45b67; }
    .contact .select .selectric-items li:first-child {
      display: block; }
    .contact .select .selectric-items li {
      padding: 5px 10px 7px 10px;
      text-align: left;
      white-space: nowrap;
      color: #F9F9F9;
      font-size: 41px;
      letter-spacing: -0.4px;
      line-height: 45px; }
  .contact .select .selectric {
    border: 0px solid #F9F9F9;
    background: transparent;
    box-shadow: 0;
    display: flex;
    align-items: center;
    padding: 0 5px; }
    .contact .select .selectric .button {
      background-image: url("/assets/macleche/icons/arrow-down-white.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-left: 10px;
      background-color: transparent;
      border: 0;
      transform: none;
      margin-top: 4px; }
    .contact .select .selectric .button:after {
      border-top-color: transparent; }
  .contact .select .selectric-hover .selectric {
    cursor: pointer; }
  .contact .select .selectric-open .selectric b.button {
    margin-top: 4px; }
  .contact .select .selectric-open {
    background-color: #FB707B; }
    .contact .select .selectric-open .selectric-items {
      background-color: #F34957;
      padding: 0 0px; }

.select.select-general {
  cursor: pointer;
  display: inline-block;
  border: 0px solid #F0F0F0; }
  .select.select-general .label, .select.select-general li {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: #282828;
    letter-spacing: 0.37px;
    line-height: 33px;
    text-transform: uppercase;
    cursor: pointer; }
  .select.select-general .selectric-items li + li {
    border-top: 1px solid #F0F0F0; }
  .select.select-general .selectric-items {
    position: absolute;
    top: 100%;
    left: 0;
    background: transparent;
    border: none;
    z-index: -1;
    border: 1px solid #F0F0F0;
    border-top: 0;
    box-shadow: 0;
    cursor: pointer;
    text-align: left;
    transition: padding 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .select.select-general .selectric-items li:first-child {
      display: block; }
    .select.select-general .selectric-items li {
      padding: 0px 10px;
      white-space: nowrap;
      font-weight: 500; }
  .select.select-general .selectric {
    border: 1px solid #F0F0F0;
    background: transparent;
    box-shadow: 0;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between; }
    .select.select-general .selectric .button {
      background-image: url("/assets/macleche/icons/arrow-down.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-color: transparent;
      border: 0;
      transform: none;
      margin-top: 0px; }
    .select.select-general .selectric .button:after {
      border-top-color: transparent; }
  .select.select-general .selectric-hover .selectric {
    cursor: pointer; }
  .select.select-general .selectric-open .selectric b.button {
    margin-top: 0px; }
  .select.select-general .selectric-open .selectric-items {
    background-color: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-top: 0px;
    padding: 0 5px;
    transition: padding 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center; }
  .modal__overlay .modal__container {
    background-color: white;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    padding: 25px 40px; }
    .modal__overlay .modal__container .modal__content img {
      width: 100%;
      object-fit: contain;
      height: 555px; }
    .modal__overlay .modal__container .modal__close {
      float: right;
      cursor: pointer; }
      .modal__overlay .modal__container .modal__close img {
        height: 16px;
        width: 16px; }

@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }
@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.modal.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.modal.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.modal.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

.micromodal-slide.is-open {
  display: block; }

@media screen and (max-width: 991px) {
  section {
    padding: 55px 0 60px 0; }

  .mt-section {
    margin-top: 125px;
    padding-top: 0; }

  .goals-box {
    border-right: 0px; }

  .contact .select .label, .contact .select li {
    font-size: 30px;
    letter-spacing: -0.2px;
    line-height: 40px; }
  .contact .select .selectric-items li {
    text-align: left;
    white-space: nowrap;
    color: #F9F9F9;
    font-size: 30px;
    letter-spacing: -0.2px;
    line-height: 40px; } }
@media screen and (max-width: 767px) {
  section {
    padding: 45px 0 45px 0; }

  .mt-section {
    margin-top: 100px;
    padding-top: 0; }

  .goals-box {
    margin-top: 40px; }
    .goals-box p {
      margin-top: 15px; }

  section.contact .select .label, section.contact .select li {
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    letter-spacing: -0.25px;
    line-height: 35px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer; }
  section.contact .select .selectric-items li {
    text-align: left;
    white-space: nowrap;
    color: #F9F9F9;
    font-size: 25px;
    letter-spacing: -0.25px;
    line-height: 35px; } }
.icon {
  background-color: #f0f0f0;
  height: 100vh;
  width: 100vw; }

@keyframes wave {
  from {
    transform: translate(0, 150px); }
  49% {
    transform: translate(-200px, 0); }
  50% {
    transform: translate(-150px); }
  to {
    transform: translate(-200px, -150px); } }
.wave {
  animation-name: wave;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999999999;
  background: white; }

.loader .slide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999999999; }

html,
body,
button,
i,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

button {
  outline: 0px auto -webkit-focus-ring-color !important; }

h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 60px;
  color: #282828;
  letter-spacing: -0.6px;
  line-height: 60px;
  text-transform: uppercase; }

h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #282828;
  letter-spacing: 0.4px;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase; }

h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 27px;
  color: #282828;
  letter-spacing: -0.2px;
  line-height: 30px;
  text-transform: uppercase; }

h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: 0.37px;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase; }

h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  color: #282828;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: uppercase; }

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #686868;
  letter-spacing: 0.2px;
  line-height: 20px;
  margin-bottom: 0; }

i {
  color: #282828; }

h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 41px;
  letter-spacing: -0.4px;
  line-height: 45px;
  color: #282828;
  text-transform: uppercase; }

a:hover {
  color: #282828; }

a:focus {
  outline: -webkit-focus-ring-color auto 0px;
  outline-style: none; }

input:focus, textarea:focus {
  outline: -webkit-focus-ring-color auto 0px;
  outline-style: none !important; }

a {
  color: #282828; }
  a:hover {
    text-decoration: none !important;
    text-decoration: none !important; }

h2 + h1 {
  margin-top: 10px; }

h4 + h3 {
  margin-top: 10px; }

@media screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
    letter-spacing: -0.19px;
    line-height: 45px; }

  h3 {
    font-size: 20px;
    letter-spacing: -0.05px;
    line-height: 22px; }

  h6 {
    font-size: 30px;
    letter-spacing: -0.2px;
    line-height: 40px; } }
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    letter-spacing: -0.1px;
    line-height: 35px; }

  h6 {
    font-size: 26px;
    letter-spacing: -0.09px;
    line-height: 30px; } }
