html {
  font-size: 17px;
}

body {
  background-color: #fdfdfd;
  color: #505f6b;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  overflow: hidden;
  position: relative;
}

section.section {
  padding: 4.5rem 1.5rem;
}

.owl-dots {
  margin-top: 25px;
}

.scroll-top {
  position: fixed;
  right: 5%;
  background-color: #1C3091;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: .85rem;
  bottom: 7%;
  z-index: 9;
  display: none;
}

.scroll-top:hover, .scroll-top:focus {
  color: #ffffff;
}

.pagination-link.is-current {
  background-color: #1C3091;
  border-color: #1C3091;
}

.facebook .icon {
  background-color: #3b5998;
  color: #ffffff;
  border-radius: 3px;
}

.whatsapp .icon {
  background-color: #25d366;
  color: #ffffff;
  border-radius: 3px;
}

.youtube .icon {
  background-color: #fd4343;
  color: #ffffff;
  border-radius: 3px;
}

.control-password {
  pointer-events: visible !important;
  cursor: pointer;
}

.mr-btm {
  margin-bottom: 35px !important;
}

.navbar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #ffffff !important;
}

.navbar .navbar-brand .navbar-item {
  color: #1C3091 !important;
  font-weight: 700;
  font-size: .89rem;
}

.navbar .navbar-brand .navbar-item:hover {
  background: none !important;
}

.navbar .navbar-brand img {
  margin-right: 7px;
}

.navbar .navbar-end .navbar-item,
.navbar .navbar-end .navbar-link {
  font-weight: 500;
  color: #505f6b !important;
  font-size: 16px;
}

.navbar .navbar-end .navbar-item:after,
.navbar .navbar-end .navbar-link:after {
  border-color: #505f6b !important;
}

.navbar .navbar-end .navbar-item.is-active,
.navbar .navbar-end .navbar-item:hover,
.navbar .navbar-end .navbar-link.is-active,
.navbar .navbar-end .navbar-link:hover {
  color: #1C3091 !important;
  background: none !important;
}

.navbar .navbar-end .navbar-item.is-active:after,
.navbar .navbar-end .navbar-item:hover:after,
.navbar .navbar-end .navbar-link.is-active:after,
.navbar .navbar-end .navbar-link:hover:after {
  border-color: #1C3091;
}

.navbar .navbar-end .navbar-item.is-active,
.navbar .navbar-end .navbar-link.is-active {
  color: #505f6b !important;
}

.navbar .navbar-end .navbar-link:hover,
.navbar .navbar-end .navbar-link:focus,
.navbar .navbar-end .navbar-link:active {
  color: #1C3091 !important;
  background: none !important;
}

.navbar .navbar-end .navbar-link:hover:after,
.navbar .navbar-end .navbar-link:focus:after,
.navbar .navbar-end .navbar-link:active:after {
  border-color: #1C3091 !important;
}

.navbar .navbar-end .navbar-item:focus,
.navbar .navbar-end .navbar-link:focus {
  background: none !important;
}

.navbar .navbar-end .contact-btn {
  color: #1C3091;
  border-color: #1C3091;
  font-size: 16px;
  font-weight: 500;
}

.navbar .navbar-end .lang {
  background-color: #1C3091;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.navbar.has-shadow {
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 1024px) {
  .navbar {
    min-height: 4rem;
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffffff !important;
  }
}

.loader-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fdfdfd;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.loader-page .company-name {
  font-size: 1.15rem;
  color: #1C3091;
}

.loader-page .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loader-page .lds-ripple div {
  position: absolute;
  border: 4px solid #1C3091;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loader-page .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.loaded {
  display: none;
}

.home .hero-body {
  background-color: #e7e8f4;
  position: relative;
  padding-top: 80px;
}

.home .hero-body .is-overlay {
  background: url("../imgs/pattern.png");
  opacity: .7;
}

.home .hero-body h1 {
  color: #505f6b;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.home .hero-body h1 span {
  font-size: 1rem;
}

.home .hero-body p {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.home .hero-body .image {
  margin: auto;
}

.home .hero-body .shop-btn {
  color: #ffffff;
  background-color: #1C3091;
  font-size: 16px;
  font-weight: 500;
}

.home .hero-body .owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background-color: #c2c6ef;
  margin-right: 7px;
  border-radius: 50%;
  outline: none;
}

.home .hero-body .owl-carousel .owl-dots .owl-dot.active {
  background-color: #1C3091;
}

.about h2 {
  text-align: center;
  font-size: 1.35rem;
  color: #1C3091;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.about .subtitle {
  color: #505f6b;
  text-align: center;
  margin-bottom: 45px;
}

.about .president {
  max-width: 350px;
  margin: auto;
}

.about .president img {
  border-radius: 20px;
}

.about .signature {
  max-width: 170px;
}

.about .about-description {
  font-size: 1.25rem;
  margin-bottom: 25px;
}

.about .about-description span.line {
  position: relative;
}

.about .about-description span.line .bold {
  font-weight: 500;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
}

.about .about-description span.line:after {
  content: '';
  height: 13px;
  width: 100px;
  display: block;
  position: absolute;
  left: 50%;
  background: rgba(179, 184, 255, 0.5);
  -webkit-transform: translate(-50%, -14px);
  transform: translate(-50%, -14px);
}

.features .box {
  background-color: #f4f8fd;
  text-align: center;
  background-color: #f4f8fd;
  text-align: center;
  border-radius: 15px;
  min-height: 250px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.5rem 1.25rem 3rem;
}

.features .box .icon {
  color: #1C3091;
  background-color: #e8edfa;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}

.features .box .icon i {
  font-size: 1.5rem;
}

.features .box h4 {
  color: #1C3091;
  margin: 20px auto 10px;
  font-size: 1.09rem;
}

.features .box p {
  color: #686a71;
  min-height: 100px;
  font-size: .92rem;
}

.products {
  position: relative;
}

.products h2 {
  text-align: center;
  font-size: 1.35rem;
  color: #1C3091;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.products .subtitle {
  color: #505f6b;
  text-align: center;
  margin-bottom: 45px;
}

.products .owl-stage-outer {
  overflow: visible;
}

.products .owl-stage-outer .item {
  width: 100%;
}

.products .product .card {
  -webkit-box-shadow: 0 0.1em 0.7em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0 0.1em 0.7em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  border-radius: 20px;
}

.products .product .card-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.products .product .card-content {
  background-color: #f9f9f9;
  border-radius: 35px 35px 20px 20px;
  min-height: 155px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products .product figure {
  width: 85%;
  margin: auto;
}

.products .product p {
  margin-bottom: 15px;
}

.products .product p a {
  font-weight: 600;
}

.products .product .button {
  background-color: #1C3091;
  color: #ffffff;
  border-radius: 5px;
}

.products .more-products {
  margin: 25px auto 0;
  background: #1C3091;
  border-color: #1C3091;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: .9rem;
}

.old-products {
  background: #fafafa;
  position: relative;
}

.old-products .is-overlay {
  background: url("../imgs/pattern.png");
}

.old-products h2 {
  text-align: center;
  font-size: 1.35rem;
  color: #1C3091;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.old-products p {
  color: #505f6b;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.old-products .whatsapp-btn {
  background-color: #25d366;
  color: #ffffff;
  border-radius: 5px;
  border: 0;
  margin: auto;
  font-weight: 400;
}

.brands h4 {
  color: #505f6b;
  font-size: 1.2rem;
  position: relative;
  font-weight: 500;
  margin-bottom: 35px;
}

.brands h4 span {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
}

.brands h4::after {
  content: '';
  height: 15px;
  width: 156px;
  display: block;
  position: absolute;
  left: 50%;
  background: #b3b8ff;
  -webkit-transform: translate(-50%, -14px);
          transform: translate(-50%, -14px);
}

.brands ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brands ul li {
  margin-bottom: 15px;
  padding: 10px 25px;
}

.brands ul .image {
  max-width: 180px;
}

.reviews {
  background: url("../imgs/map-1.png") no-repeat center center;
  position: relative;
}

.reviews .review {
  width: 75%;
  margin: auto;
}

.reviews .review .reviewer .image {
  margin: auto;
  position: relative;
  margin-bottom: 30px;
}

.reviews .review .reviewer .image img {
  border-radius: 20px;
}

.reviews .review .reviewer .image .icon {
  background-color: #1C3091;
  color: #ffffff;
  border-radius: 50%;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.reviews .review .reviewer-name {
  font-size: 20px;
  font-weight: 700;
  color: #505f6b;
}

.reviews .review .rating i {
  color: #FFC107;
  font-size: 10px;
}

.reviews .review .review-content {
  font-size: 1.15rem;
  margin-top: 20px;
  font-weight: 400;
}

.reviews .owl-dots {
  margin-top: 35px;
  text-align: center;
}

.reviews .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background-color: #c2c6ef;
  margin-right: 7px;
  border-radius: 50%;
  outline: none;
}

.reviews .owl-dots .owl-dot.active {
  background-color: #1C3091;
}

.contact .form-msg {
  margin-bottom: 30px;
}

.contact h3 {
  color: #1C3091;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}

.contact P.contact-description {
  color: #505f6b;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 45px;
}

.contact .field .control {
  position: relative;
}

.contact .field .control .input,
.contact .field .control .textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fdfdfd;
}

.contact .field .control .label {
  position: absolute;
  top: -22px;
  left: 25px;
  background-color: #fdfdfd;
  padding: 5px 12px;
  color: #505f6b;
  font-size: .9rem;
}

.contact input[type=submit] {
  background-color: #1C3091;
  color: #ffffff;
  width: 120px;
  font-weight: 500;
}

.contact .message-svg {
  max-width: 450px;
  margin: auto;
}

footer {
  background-color: #37434a;
  padding: 3rem 1.5rem 1.75rem;
}

footer .company-info-links {
  margin-bottom: 1.75rem;
}

footer .company-info-links .image {
  width: 55px;
  height: 55px;
  margin-bottom: 12px;
}

footer .company-info-links .company-info h5.company-name {
  color: #e8e8e8;
  font-size: 1.07rem;
  margin-bottom: 7px;
}

footer .company-info-links .company-info .company-description {
  color: #e8e8e8;
  margin-bottom: 15px;
  font-size: .95rem;
}

footer .company-info-links .company-info .social li {
  display: inline-block;
  margin-right: 3px;
}

footer .company-info-links .menu.quick-links h5 {
  color: #e8e8e8;
  font-size: 1rem;
  margin-bottom: 15px;
}

footer .company-info-links .menu.quick-links li a {
  color: #e8e8e8;
  font-size: 16px;
}

footer .company-info-links .menu.quick-links li a .icon {
  margin-right: 5px;
}

footer .company-info-links .menu.quick-links li a:hover {
  background-color: transparent;
}

footer .company-info-links .menu.company-contact h5 {
  color: #e8e8e8;
  font-size: 1rem;
  margin-bottom: 15px;
}

footer .company-info-links .menu.company-contact li {
  padding: 0.5em 0.75em;
  color: #e8e8e8;
  font-size: 16px;
}

footer .company-info-links .menu.company-contact li .icon {
  margin-right: 5px;
}

footer .company-info-links .menu.company-contact li span a {
  color: #e8e8e8;
  font-size: 16px;
}

footer .company-info-links .menu.company-contact li span a:hover {
  background-color: transparent;
}

footer .copyrights {
  padding-top: 1.75rem;
  border-top: 1px solid;
}

footer .copyrights .copyright-date {
  color: #e8e8e8;
}

footer .copyrights .designer {
  color: #e8e8e8;
}

footer .copyrights .designer a {
  color: #ffffff;
}

.store .header-area {
  background-color: #e7e8f4;
  position: relative;
  padding: 3rem 1rem;
}

.store .header-area .is-overlay {
  background: url("../imgs/pattern.png");
  opacity: .7;
}

.store .header-area h1 {
  color: #505f6b;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.store .header-area h1 span {
  font-size: 1rem;
}

.store .header-area p {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.store .header-area p a {
  font-weight: 600;
}

.store .tabs {
  margin-bottom: 50px;
}

.store .tabs a {
  font-size: 15px;
}

.store .tabs li.is-active a {
  background-color: #1C3091;
  border-color: #1C3091;
  color: #ffffff;
  z-index: 1;
}

.store .product .card {
  -webkit-box-shadow: 0 0.1em 0.7em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0 0.1em 0.7em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  border-radius: 20px;
}

.store .product .card-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.store .product .card-content {
  background-color: #f9f9f9;
  border-radius: 35px 35px 20px 20px;
  min-height: 120px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.store .product figure {
  width: 75%;
  margin: auto;
}

.store .product p {
  margin-bottom: 15px;
}

.store .product .button {
  background-color: #1C3091;
  color: #ffffff;
  border-radius: 5px;
}

.product .breadcrumb {
  margin-bottom: 50px;
}

.product .breadcrumb a {
  color: #1C3091;
}

.product .breadcrumb a.is-active {
  color: #505f6b;
}

.product #exzoom {
  max-width: 500px;
  margin: auto;
}

.product h1 {
  font-size: 1.75rem;
  color: #1C3091;
  margin-bottom: 15px;
  font-weight: bold;
}

.product .code {
  color: #505f6b;
}

.product p {
  margin: 25px 0 35px;
}

.product .whatsapp-btn {
  background-color: #25d366;
  color: #ffffff;
  border-radius: 5px;
  border: 0;
  font-weight: 400;
}

.product h2 {
  text-align: center;
  font-size: 1.35rem;
  color: #1C3091;
  text-transform: uppercase;
  margin: 50px 0;
}

.product .product .card {
  -webkit-box-shadow: 0 0.1em 0.7em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0 0.1em 0.7em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  border-radius: 20px;
}

.product .product .card-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product .product .card-content {
  background-color: #f9f9f9;
  border-radius: 35px 35px 20px 20px;
  min-height: 120px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .product figure {
  width: 75%;
  margin: auto;
}

.product .product p {
  margin-bottom: 15px;
}

.product .product .button {
  background-color: #1C3091;
  color: #ffffff;
  border-radius: 5px;
}

.is-404 .hero-body {
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.is-404 .image-404 {
  margin: auto;
  max-width: 350px;
}

.is-404 h1 {
  color: #1C3091;
  font-size: 1.75rem;
  margin-top: 25px;
}

.is-404 p {
  font-size: 1.25rem;
  margin: 15px auto 30px;
}

.is-404 .buttons .button {
  background: #1C3091;
  color: #ffffff;
  margin: auto;
}

.header-login {
  margin-bottom: 25px;
}

.header-login figure.image {
  margin: auto;
}

.header-login h1 {
  text-align: center;
  color: #1C3091;
  font-weight: 700;
}

.login-form {
  max-width: 60%;
  margin: auto;
  padding: 3rem;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login-form .form-msg {
  margin-bottom: 26px;
  color: #E91E63;
  font-weight: 400;
}

.login-form .field .control {
  position: relative;
}

.login-form .field .control .input,
.login-form .field .control .textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fdfdfd;
}

.login-form .field .control .label {
  position: absolute;
  top: -22px;
  left: 25px;
  background-color: #fdfdfd;
  padding: 5px 12px;
  color: #505f6b;
  font-size: .9rem;
}

.login-form input[type=submit] {
  background-color: #1C3091;
  color: #ffffff;
  width: 120px;
  font-weight: 500;
}

.admin-dashboard nav .navbar-item .icon {
  margin-right: 5px;
}

.admin-dashboard .welcome {
  background: #fafafa;
  position: relative;
}

.admin-dashboard .welcome .is-overlay {
  background: url("../imgs/pattern.png");
}

.admin-dashboard .welcome h2 {
  text-align: center;
  font-size: 1.35rem;
  color: #1C3091;
  font-weight: bold;
  text-transform: uppercase;
}

.admin-dashboard .output {
  min-height: 75vh;
}

.admin-dashboard .output h2 {
  color: #1C3091;
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 1.15rem;
}

.admin-dashboard .output .add-product {
  background: #1C3091;
  color: #ffffff;
  border: none;
  margin-bottom: 25px;
}

.admin-dashboard .output .add-product span {
  font-weight: 600;
}

.admin-dashboard .output .return-btn {
  background: #1C3091;
  color: #ffffff;
  border: none;
  margin-bottom: 50px;
}

.admin-dashboard .output .field .control {
  position: relative;
}

.admin-dashboard .output .field .control .input,
.admin-dashboard .output .field .control .textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fdfdfd;
}

.admin-dashboard .output .field .control .label {
  position: absolute;
  top: -23px;
  left: 25px;
  background-color: #fdfdfd;
  padding: 5px 12px;
  color: #505f6b;
  font-size: .9rem;
}

.admin-dashboard .output .field .control #product-name {
  overflow: hidden;
}

.admin-dashboard .output input[type=submit] {
  background-color: #1C3091;
  color: #ffffff;
  width: 120px;
  font-weight: 500;
}

.admin-dashboard .output table thead {
  background: #efefef;
}

.admin-dashboard .output table th {
  padding: 0.5em;
  font-size: .85rem;
}

.admin-dashboard footer {
  padding: 2rem 1.5rem;
}

.admin-dashboard footer .copyrights {
  border-top: none;
  padding-top: 0;
}

@media (max-width: 768px) {
  .reveresed-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact .reveresed-columns .column.is-7 {
    width: 100%;
  }
}
/*# sourceMappingURL=core.css.map */