/** Shopify CDN: Minification failed

Line 107:9 Expected ":"

**/
.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
}

.multicolumn-one .multicolumn-card {
    position: relative;
}

.multicolumn-one .title--section {
    margin-bottom: 0;
}
.about-text {
    margin-bottom: 40px;
} 
.about-text h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px !important;
}

.about-text p {
    margin-top: 14px;
}


.popup-box p {
    margin: 0;
}
.left-rights-box {
    margin-top: 44px;
}
.popup-box h3 {
    margin: 0;
    font-size: 14px;
    color: #ba1c13;
    font-weight: 600;
}

.popup-box {
    padding-right: 10px;
    width: 55%;
}
.left-rights-box {
    display: flex;
    display: -webkit-flex;
    justify-content: end;
    -webkit-justify-content: end;
}
.popup-box {
    padding-right: 10px;
    width: 55%;
}

.about-text p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

/* ======== POPUP ======= */

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
}

.popup-inner {
  max-width: 700px;
  width: 90%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 3px;
  background: #fff;
}

.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  
  transition: ease 0.25s all;
  -webkit transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0,0,0,0.8);
  
  font-family: Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}
a.popup-close {
    color: #fff;
}
.popup-close:hover {
  background: rgba(0,0,0,1);
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 4rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}
