html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

@-moz-document url-prefix() {
  .is-box-img.fl-right {
    display: table;
  }
}

grammarly-extension {
  display: none !important;
}

.is-dummy {
  height: 50px;
}

.margin-t60 {
  margin-top: 60px;
}

#contentarea {
  margin: 0 auto;
  max-width: none;
  width: 100%;
  position: relative;
  line-height: 2;
}

#contentarea h1, #contentarea h2, #contentarea h3, #contentarea h4, #contentarea h5, #contentarea h6 {
  word-wrap: break-word;
  line-height: 1.5em;
}

#contentarea p, #contentarea span, #contentarea li {
  word-wrap: break-word;
  line-height: 1.8em;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.mr10 {
  margin-right: 10px;
}

.w50 {
  width: 50%;
}

.pr5 {
  padding-right: 5px;
}

.pl5 {
  padding-left: 5px;
}

.demo-snippet h2 {
  margin-top: 0;
}

.demo-snippet h3 {
  margin-bottom: 0;
}

.no-bg-needed {
  background: transparent !important;
}

div#contentarea > .row {
  width: 980px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 980px) {
  div#contentarea > .row {
    width: 100%;
    padding: 0 20px;
  }
}

div#contentarea > .row.edge-to-egde > .row > .column {
  padding: 0;
}

div#contentarea > .row.edge-to-egde > .column {
  padding: 0;
}

div#contentarea > .row.edge-to-egde.infoblock > .column {
  padding-left: 1.32rem;
  padding-right: 1.32rem;
}

div#contentarea > .row.edge-to-egde > .column > .hdr {
  margin: 0;
}

div#contentarea > .row.edge-to-egde > .column > .embed-responsive {
  margin: 0;
}

div#contentarea > .row.edge-to-egde > .row > .column > figure {
  margin: 0;
}

div#contentarea > .row.edge-to-egde, div#contentarea > .row.edge-to-egde img {
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 0;
  position: relative;
}

div#contentarea > .row.edge-to-egde img {
  vertical-align: middle;
}

.is-card-circle {
  box-sizing: content-box;
}

.is-card > script {
  display: none;
}

grammarly-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  div#contentarea > .row.edge-to-egde.cover-banner-12 img {
    width: 100%;
    max-width: 200%;
    left: 50%;
    transform: translateX(-50%);
  }
  div#contentarea > .row.edge-to-egde.slider-snippet img {
    width: 100%;
    max-width: 100%;
    max-width: 200%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 640px) {
  .center-responsive {
    text-align: center;
  }
}

div#contentarea figure.ten figcaption, div#contentarea figure.eleven figcaption {
  height: 100%;
  text-align: center;
}

div#contentarea figure.ten figcaption .border-container {
  background: rgba(255, 255, 255, 0.7);
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 768px) {
  div#contentarea figure.ten figcaption .border-container {
    padding: 0.5em 2em;
  }
  div#contentarea figure.ten figcaption .border-container .btn {
    padding: 2px 20px;
  }
}

div#contentarea figure.ten figcaption .border-container h1 {
  margin: 0;
  text-transform: none;
}

@media screen and (max-width: 640px) {
  div#contentarea figure.ten figcaption .border-container h1 {
    font-size: 1em;
  }
}

div#contentarea figure.eleven figcaption .border-container h1 {
  margin: 0;
}

@media screen and (max-width: 640px) {
  div#contentarea figure.eleven figcaption .border-container h1 {
    font-size: 1em;
  }
}

div#contentarea figure.ten figcaption .border-container h1 span, div#contentarea figure.eleven figcaption .border-container h1 span {
  font-size: inherit;
}

div#contentarea figure.ten figcaption .border-container h2 {
  margin: 0 0 25px;
  text-transform: none;
  font-size: 1em;
}

@media screen and (max-width: 640px) {
  div#contentarea figure.ten figcaption .border-container h2 {
    margin: 0 0 10px;
    font-size: 0.5em;
  }
}

div#contentarea figure.eleven figcaption .border-container {
  position: absolute;
  text-align: left;
  top: 50%;
  left: 15%;
  transform: translateY(-50%) translateX(-15%);
}

div#contentarea figure.eleven figcaption .border-container h2, div#contentarea figure.eleven figcaption .border-container h3, div#contentarea figure.eleven figcaption .border-container h4 {
  margin: 0 0 25px;
}

@media screen and (max-width: 640px) {
  div#contentarea figure.eleven figcaption .border-container h2, div#contentarea figure.eleven figcaption .border-container h3, div#contentarea figure.eleven figcaption .border-container h4 {
    margin: 0 0 10px;
    font-size: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  div#contentarea figure.eleven figcaption .border-container .btn {
    padding: 2px 20px;
  }
}

div#contentarea .cover-profile {
  width: 100%;
  padding: 3em 0;
  overflow: hidden;
  position: relative;
}

div#contentarea .cover-profile .border-container {
  width: 60%;
  margin: 0 auto;
}

div#contentarea .cover-profile .profile-pic {
  padding: 2em 0 0;
}

div#contentarea .cover-profile .profile-pic img {
  width: inherit;
}

div#contentarea .cover-profile .profile-des img {
  width: inherit;
}

div#contentarea .cover-profile .profile-des h1 {
  margin: 5px 0 0;
}

div#contentarea .cover-profile .profile-des p {
  margin: 0 0 15px;
}

div#contentarea .contact-form input {
  font-size: 0.85em;
  background: transparent;
  outline: none;
}

div#contentarea .contact-form input[type='text'], div#contentarea .contact-form input[type='email'], div#contentarea .contact-form input[type='number'] {
  border: 1px solid #E1E1E1;
  border-radius: 0px;
  width: 100%;
  padding: 1em;
  margin-bottom: 10px;
}

div#contentarea .contact-form textarea {
  border: 1px solid #E1E1E1;
  border-radius: 0px;
  background: transparent;
  outline: none;
  width: 100%;
  padding: 1em;
  font-size: 0.85em;
  margin-bottom: 10px;
}

div#contentarea .contact-form input[type='text']:focus, div#contentarea .contact-form input[type='email']:focus, div#contentarea .contact-form input[type='number']:focus {
  border-color: #B3AAAA;
}

div#contentarea .contact-form textarea:focus {
  border-color: #B3AAAA;
}

div#contentarea .contact-form input[type='button'] {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.3em;
  padding: 1.15em 1.85em;
  color: #000;
  margin-top: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

div#contentarea .contact-form input[type='button']:hover {
  opacity: 0.7;
}

div#contentarea .contact-form .right-textarea textarea {
  height: 116px;
}

div#contentarea .contact-form h1, div#contentarea .contact-form h2, div#contentarea .contact-form h3 {
  margin-top: 10px;
}

.is-rounded-button-small {
  display: inline-block;
}

.is-rounded-button-small a {
  display: inline-block;
  text-align: center;
  margin: 0 15px 0;
  border-radius: 500px;
  width: 2.9em;
  height: 2.9em;
  line-height: 2.9em;
  background-color: #aaa;
  position: relative;
}

.is-rounded-button-small a:first-child {
  margin-left: 0px;
}

.is-rounded-button-small a:last-child {
  margin-right: 0px;
}

.is-rounded-button-small a:hover {
  opacity: 0.8;
}

.is-rounded-button-small a i {
  width: 100%;
  color: #fff;
  font-size: 20px;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.btn.btn-outline {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
}

.btn.btn-outline:hover {
  color: #1CFFE4;
  border-color: #1CFFE4;
}

.btn.btn-white {
  color: #000;
  background-color: #fff;
}

.btn.btn-white:hover {
  color: #111;
  background-color: #ccc;
  border-color: #ccc;
}

.btn.btn-black {
  color: #fff;
  background-color: #000;
}

.btn.btn-black:hover {
  border-color: transparent;
  opacity: 0.6;
}

.form-snippit-submit {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 0.3em;
  padding: 1.15em 1.85em;
  color: #000;
  margin-top: 10px;
  border: 1px solid #ccc;
  background: transparent;
}

#contact-form input[type="text"], #contact-form input[type="number"] {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0.85em;
}

#contact-form textarea {
  display: inline-block;
  height: 104px;
  width: 100%;
  vertical-align: middle;
  font-size: 0.85em;
}

.cover-page-06-bg:after {
  background: #1b83df;
  position: relative;
  width: 100%;
  z-index: 0;
}

.cover-banner-01, .cover-banner-04, .cover-banner-05, .cover-banner-06, .cover-banner-07, .cover-banner-10, .cover-banner-11 {
  position: relative;
  overflow: hidden;
}

.cover-banner-01 figcaption, .cover-banner-04 figcaption, .cover-banner-05 figcaption, .cover-banner-06 figcaption, .cover-banner-07 figcaption, .cover-banner-10 figcaption, .cover-banner-11 figcaption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow-x: hidden;
  width: 40em;
  max-width: 100%;
  padding: 3.59375em 2.875em;
}

.cover-banner-01 figcaption h1, .cover-banner-04 figcaption h1, .cover-banner-05 figcaption h1, .cover-banner-06 figcaption h1, .cover-banner-07 figcaption h1, .cover-banner-10 figcaption h1, .cover-banner-11 figcaption h1, .cover-banner-01 figcaption h2, .cover-banner-04 figcaption h2, .cover-banner-05 figcaption h2, .cover-banner-06 figcaption h2, .cover-banner-07 figcaption h2, .cover-banner-10 figcaption h2, .cover-banner-11 figcaption h2, .cover-banner-01 figcaption h3, .cover-banner-04 figcaption h3, .cover-banner-05 figcaption h3, .cover-banner-06 figcaption h3, .cover-banner-07 figcaption h3, .cover-banner-10 figcaption h3, .cover-banner-11 figcaption h3, .cover-banner-01 figcaption h4, .cover-banner-04 figcaption h4, .cover-banner-05 figcaption h4, .cover-banner-06 figcaption h4, .cover-banner-07 figcaption h4, .cover-banner-10 figcaption h4, .cover-banner-11 figcaption h4 {
  margin: 0;
  line-height: 1.5rem;
}

.cover-banner-01 figcaption p, .cover-banner-04 figcaption p, .cover-banner-05 figcaption p, .cover-banner-06 figcaption p, .cover-banner-07 figcaption p, .cover-banner-10 figcaption p, .cover-banner-11 figcaption p {
  margin: 0;
}

.cover-banner-01 figcaption .btn-outline, .cover-banner-04 figcaption .btn-outline, .cover-banner-05 figcaption .btn-outline, .cover-banner-06 figcaption .btn-outline, .cover-banner-07 figcaption .btn-outline, .cover-banner-10 figcaption .btn-outline, .cover-banner-11 figcaption .btn-outline {
  border: 0px solid transparent;
  border-radius: 6px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.3);
}

.cover-banner-01 figcaption .btn-outline:hover, .cover-banner-04 figcaption .btn-outline:hover, .cover-banner-05 figcaption .btn-outline:hover, .cover-banner-06 figcaption .btn-outline:hover, .cover-banner-07 figcaption .btn-outline:hover, .cover-banner-10 figcaption .btn-outline:hover, .cover-banner-11 figcaption .btn-outline:hover {
  border-color: transparent;
}

.cover-banner-01 figcaption .is-social, .cover-banner-04 figcaption .is-social, .cover-banner-05 figcaption .is-social, .cover-banner-06 figcaption .is-social, .cover-banner-07 figcaption .is-social, .cover-banner-10 figcaption .is-social, .cover-banner-11 figcaption .is-social {
  margin-bottom: 0px;
}

.cover-banner-01 figcaption .is-social a, .cover-banner-04 figcaption .is-social a, .cover-banner-05 figcaption .is-social a, .cover-banner-06 figcaption .is-social a, .cover-banner-07 figcaption .is-social a, .cover-banner-10 figcaption .is-social a, .cover-banner-11 figcaption .is-social a {
  border-radius: 100%;
  width: 2.9em;
  height: 2.9em;
  line-height: 2.9em;
  border: 1px solid transparent;
  display: inline-block;
  text-align: center;
  transition: all 0.1s ease-in-out;
  margin: 0.3125rem 0.625rem 0.3125rem 0;
  position: relative;
}

.cover-banner-01 figcaption .is-social a:last-child, .cover-banner-04 figcaption .is-social a:last-child, .cover-banner-05 figcaption .is-social a:last-child, .cover-banner-06 figcaption .is-social a:last-child, .cover-banner-07 figcaption .is-social a:last-child, .cover-banner-10 figcaption .is-social a:last-child, .cover-banner-11 figcaption .is-social a:last-child {
  margin-right: 0px;
}

.cover-banner-01 figcaption .is-social a i, .cover-banner-04 figcaption .is-social a i, .cover-banner-05 figcaption .is-social a i, .cover-banner-06 figcaption .is-social a i, .cover-banner-07 figcaption .is-social a i, .cover-banner-10 figcaption .is-social a i, .cover-banner-11 figcaption .is-social a i {
  color: #fff;
  font-size: 1.5em;
  margin: 0px;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.cover-banner-01 figcaption .is-social a:hover, .cover-banner-04 figcaption .is-social a:hover, .cover-banner-05 figcaption .is-social a:hover, .cover-banner-06 figcaption .is-social a:hover, .cover-banner-07 figcaption .is-social a:hover, .cover-banner-10 figcaption .is-social a:hover, .cover-banner-11 figcaption .is-social a:hover {
  color: #1CFFE4;
  border: 1px solid #1CFFE4;
}

.cover-banner-01 figcaption .is-social a:hover i, .cover-banner-04 figcaption .is-social a:hover i, .cover-banner-05 figcaption .is-social a:hover i, .cover-banner-06 figcaption .is-social a:hover i, .cover-banner-07 figcaption .is-social a:hover i, .cover-banner-10 figcaption .is-social a:hover i, .cover-banner-11 figcaption .is-social a:hover i {
  color: #07b0a2;
}

.cover-banner-02, .cover-banner-03, .cover-banner-09, .cover-banner-08 {
  position: relative;
  overflow: hidden;
}

.cover-banner-02 figcaption, .cover-banner-03 figcaption, .cover-banner-09 figcaption, .cover-banner-08 figcaption {
  position: absolute;
  left: 0;
  top: 0%;
  width: 40%;
  max-width: 500px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .cover-banner-02 figcaption, .cover-banner-03 figcaption, .cover-banner-09 figcaption, .cover-banner-08 figcaption {
    width: 70%;
  }
}

@media screen and (max-width: 680px) {
  .cover-banner-02 figcaption, .cover-banner-03 figcaption, .cover-banner-09 figcaption, .cover-banner-08 figcaption {
    width: 100%;
  }
}

.cover-banner-02 figcaption h1, .cover-banner-03 figcaption h1, .cover-banner-09 figcaption h1, .cover-banner-08 figcaption h1, .cover-banner-02 figcaption h2, .cover-banner-03 figcaption h2, .cover-banner-09 figcaption h2, .cover-banner-08 figcaption h2, .cover-banner-02 figcaption h3, .cover-banner-03 figcaption h3, .cover-banner-09 figcaption h3, .cover-banner-08 figcaption h3, .cover-banner-02 figcaption h4, .cover-banner-03 figcaption h4, .cover-banner-09 figcaption h4, .cover-banner-08 figcaption h4 {
  margin: 1.5rem 0;
}

.cover-banner-02 figcaption p, .cover-banner-03 figcaption p, .cover-banner-09 figcaption p, .cover-banner-08 figcaption p {
  margin: 0;
}

.cover-banner-02 figcaption .border, .cover-banner-03 figcaption .border, .cover-banner-09 figcaption .border, .cover-banner-08 figcaption .border {
  position: relative;
  margin: 1.5rem 0;
  display: inline-block;
  width: 100%;
}

.cover-banner-02 figcaption .border:before, .cover-banner-03 figcaption .border:before, .cover-banner-09 figcaption .border:before, .cover-banner-08 figcaption .border:before {
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  border: 0px;
  width: 100%;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cover-banner-02 figcaption .btn-white, .cover-banner-03 figcaption .btn-white, .cover-banner-09 figcaption .btn-white, .cover-banner-08 figcaption .btn-white {
  border-radius: 6px;
}

.cover-banner-02 figcaption .top-left-center, .cover-banner-03 figcaption .top-left-center, .cover-banner-09 figcaption .top-left-center, .cover-banner-08 figcaption .top-left-center {
  text-align: left;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 3.59375em 2.875em;
  transform: translateY(-50%);
}

@media screen and (max-width: 680px) {
  .cover-banner-02 figcaption .top-left-center, .cover-banner-03 figcaption .top-left-center, .cover-banner-09 figcaption .top-left-center, .cover-banner-08 figcaption .top-left-center {
    padding: 3.59375em 0.875em;
  }
}

.cover-banner-03 figcaption, .cover-banner-09 figcaption {
  right: 0;
  left: inherit;
}

@media screen and (max-width: 768px) {
  .cover-banner-04, .cover-banner-05, .cover-banner-06, .cover-banner-07, .cover-banner-10 {
    position: relative;
    overflow: hidden;
    min-height: 600px;
  }
}

.cover-banner-04 figcaption, .cover-banner-05 figcaption, .cover-banner-06 figcaption, .cover-banner-07 figcaption, .cover-banner-10 figcaption {
  background: rgba(255, 255, 255, 0.929);
  width: 35%;
  max-width: 100%;
  padding: 1.59375em 2.875em;
  border-radius: 5px;
}

@media screen and (max-width: 1200px) {
  .cover-banner-04 figcaption, .cover-banner-05 figcaption, .cover-banner-06 figcaption, .cover-banner-07 figcaption, .cover-banner-10 figcaption {
    padding: 1.59375em 1.875em;
  }
}

@media screen and (max-width: 1024px) {
  .cover-banner-04 figcaption, .cover-banner-05 figcaption, .cover-banner-06 figcaption, .cover-banner-07 figcaption, .cover-banner-10 figcaption {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .cover-banner-04 figcaption, .cover-banner-05 figcaption, .cover-banner-06 figcaption, .cover-banner-07 figcaption, .cover-banner-10 figcaption {
    width: 70%;
  }
}

@media screen and (max-width: 680px) {
  .cover-banner-04 figcaption, .cover-banner-05 figcaption, .cover-banner-06 figcaption, .cover-banner-07 figcaption, .cover-banner-10 figcaption {
    width: 90%;
  }
}

.cover-banner-04 figcaption h1, .cover-banner-05 figcaption h1, .cover-banner-06 figcaption h1, .cover-banner-07 figcaption h1, .cover-banner-10 figcaption h1, .cover-banner-04 figcaption h2, .cover-banner-05 figcaption h2, .cover-banner-06 figcaption h2, .cover-banner-07 figcaption h2, .cover-banner-10 figcaption h2, .cover-banner-04 figcaption h3, .cover-banner-05 figcaption h3, .cover-banner-06 figcaption h3, .cover-banner-07 figcaption h3, .cover-banner-10 figcaption h3, .cover-banner-04 figcaption h4, .cover-banner-05 figcaption h4, .cover-banner-06 figcaption h4, .cover-banner-07 figcaption h4, .cover-banner-10 figcaption h4 {
  margin: 0;
}

.cover-banner-04 figcaption p, .cover-banner-05 figcaption p, .cover-banner-06 figcaption p, .cover-banner-07 figcaption p, .cover-banner-10 figcaption p {
  margin: 0;
}

.cover-banner-04 figcaption .border, .cover-banner-05 figcaption .border, .cover-banner-06 figcaption .border, .cover-banner-07 figcaption .border, .cover-banner-10 figcaption .border {
  position: relative;
  margin: 1.5rem 0;
  display: inline-block;
  width: 25%;
}

.cover-banner-04 figcaption .border:before, .cover-banner-05 figcaption .border:before, .cover-banner-06 figcaption .border:before, .cover-banner-07 figcaption .border:before, .cover-banner-10 figcaption .border:before {
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
  border: 0px;
  width: 100%;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cover-banner-04 figcaption .btn-black, .cover-banner-05 figcaption .btn-black, .cover-banner-06 figcaption .btn-black, .cover-banner-07 figcaption .btn-black, .cover-banner-10 figcaption .btn-black {
  border-radius: 0px;
}

.cover-banner-04 figcaption .profile, .cover-banner-05 figcaption .profile, .cover-banner-06 figcaption .profile, .cover-banner-07 figcaption .profile, .cover-banner-10 figcaption .profile {
  width: 200px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {
  .cover-banner-04 figcaption .profile, .cover-banner-05 figcaption .profile, .cover-banner-06 figcaption .profile, .cover-banner-07 figcaption .profile, .cover-banner-10 figcaption .profile {
    width: 120px;
  }
  .cover-banner-04 figcaption .profile img, .cover-banner-05 figcaption .profile img, .cover-banner-06 figcaption .profile img, .cover-banner-07 figcaption .profile img, .cover-banner-10 figcaption .profile img {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100%;
  }
}

.cover-banner-04 figcaption .is-social, .cover-banner-05 figcaption .is-social, .cover-banner-06 figcaption .is-social, .cover-banner-07 figcaption .is-social, .cover-banner-10 figcaption .is-social {
  margin-bottom: 0px;
}

.cover-banner-04 figcaption .is-social a, .cover-banner-05 figcaption .is-social a, .cover-banner-06 figcaption .is-social a, .cover-banner-07 figcaption .is-social a, .cover-banner-10 figcaption .is-social a {
  border: solid 1px #C8CCCF;
}

.cover-banner-04 figcaption .is-social a:last-child, .cover-banner-05 figcaption .is-social a:last-child, .cover-banner-06 figcaption .is-social a:last-child, .cover-banner-07 figcaption .is-social a:last-child, .cover-banner-10 figcaption .is-social a:last-child {
  margin-right: 0px;
}

.cover-banner-04 figcaption .is-social a i, .cover-banner-05 figcaption .is-social a i, .cover-banner-06 figcaption .is-social a i, .cover-banner-07 figcaption .is-social a i, .cover-banner-10 figcaption .is-social a i {
  color: #C8CCCF;
}

.cover-banner-05 figcaption {
  width: 50%;
  background: none;
}

@media screen and (max-width: 768px) {
  .cover-banner-05 figcaption {
    width: 70%;
  }
}

@media screen and (max-width: 680px) {
  .cover-banner-05 figcaption {
    width: 95%;
  }
}

.cover-banner-05 figcaption .btn-white {
  border-radius: 0px;
}

.cover-banner-05 figcaption .border {
  margin: 0 0 1.5rem;
}

.cover-banner-05 figcaption .border:before {
  background: #fff;
}

.cover-banner-06 {
  min-height: 100%;
  z-index: 1;
  height: 100vh;
}

.cover-banner-06 figcaption {
  width: 50%;
  background: none;
}

@media screen and (max-width: 768px) {
  .cover-banner-06 figcaption {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cover-banner-06 figcaption {
    position: relative;
    left: 0;
    right: 0;
    transform: none;
  }
}

.cover-banner-06 figcaption h1, .cover-banner-06 figcaption h2, .cover-banner-06 figcaption h3, .cover-banner-06 figcaption h4 {
  margin: 0;
}

.cover-banner-06 figcaption p {
  margin: 1.5em 0;
}

.cover-banner-06 figcaption .border {
  margin: 0 auto 1.5rem;
  width: 100%;
}

.cover-banner-06 figcaption .border:before {
  background: rgba(255, 255, 255, 0.231);
  width: 50%;
}

.cover-banner-06 figcaption .btn-white {
  border-radius: 0px;
}

.cover-banner-06 figcaption .is-social a:hover {
  color: #fff;
  border: 1px solid #fff;
}

.cover-banner-06 figcaption .is-social a:hover i {
  color: #fff;
}

.cover-banner-07 {
  position: relative;
  overflow: hidden;
}

.cover-banner-07 figcaption {
  width: 100%;
  background: rgba(255, 255, 255, 0.922);
  position: absolute;
  bottom: 0px;
  text-align: center;
  padding: 2.59375em 2.875em;
  border-radius: 0px;
  transform: translateX(0%) translateY(0%);
  left: 0;
  overflow: hidden;
  top: inherit;
}

@media screen and (max-width: 768px) {
  .cover-banner-07 figcaption {
    padding: 1em 2.875em;
  }
}

.cover-banner-07 figcaption .btn-black {
  border-radius: 0px;
}

.cover-banner-08 {
  position: relative;
  overflow: hidden;
}

.cover-banner-08 figcaption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 60%;
  padding: 3.59375em 2.875em;
  transform: translateY(-50%);
  background: none;
  text-align: left;
  bottom: inherit;
  max-width: inherit;
}

@media screen and (max-width: 768px) {
  .cover-banner-08 figcaption {
    width: 95%;
    padding: 1.59375em 0.875em;
  }
}

.cover-banner-08 figcaption .btn-outline {
  border-radius: 5px;
}

.cover-banner-08 figcaption .btn-outline:hover {
  background: #fff;
  border-color: transparent;
  color: #000;
}

.cover-banner-08 figcaption .is-boxed-button-small a {
  border-radius: 5px;
  background-color: #fff;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

@media screen and (max-width: 768px) {
  .cover-banner-08 figcaption .is-boxed-button-small a {
    margin-bottom: 10px;
  }
}

.cover-banner-08 figcaption .is-boxed-button-small a:last-child {
  margin-right: 0px;
}

.cover-banner-08 figcaption .is-boxed-button-small a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.cover-banner-08 figcaption .is-boxed-button-small a i {
  color: #000;
}

.cover-banner-09 {
  position: relative;
  overflow: hidden;
}

.cover-banner-09 figcaption {
  width: 45%;
  max-width: inherit;
}

@media screen and (max-width: 768px) {
  .cover-banner-09 figcaption {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cover-banner-09 figcaption .is-rounded-button-small a {
    margin-bottom: 10px;
  }
}

.cover-banner-10 {
  position: relative;
  overflow: hidden;
}

.cover-banner-10 figcaption {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 40%;
  margin: 0 auto;
  max-width: inherit;
  bottom: 0;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  transform: translateX(0%) translateY(0%);
}

@media screen and (max-width: 768px) {
  .cover-banner-10 figcaption {
    width: 70%;
    background: rgba(255, 255, 255, 0.93);
  }
}

@media screen and (max-width: 680px) {
  .cover-banner-10 figcaption {
    width: 100%;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
}

.cover-banner-10 figcaption .top-left-center {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 4.21875rem 3.375rem;
  text-align: center;
  transform: translateY(-50%);
  padding-top: 1px;
}

@media screen and (max-width: 680px) {
  .cover-banner-10 figcaption .top-left-center {
    padding: 3.59375em 0.875em;
  }
}

.cover-banner-10 figcaption .top-left-center .btn-black {
  border-radius: 0px;
}

.cover-banner-10 figcaption .top-left-center .is-social a:hover {
  color: #000;
  border: 1px solid #000;
}

.cover-banner-10 figcaption .top-left-center .is-social a:hover i {
  color: #000;
}

.cover-banner-11 {
  overflow: hidden;
  position: relative;
}

.cover-banner-11 figcaption .border {
  position: relative;
  margin: 1.5rem auto 1.5rem;
  display: inline-block;
  width: 25%;
}

.cover-banner-11 figcaption .border:before {
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  border: 0px;
  width: 50%;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cover-banner-11 figcaption .btn-outline {
  background: none;
  border: 1px solid #fff;
  padding: 8px 20px;
  border-radius: 0px;
}

.cover-banner-11 figcaption .btn-outline:hover {
  border-color: inherit;
}

.cover-banner-12 {
  display: table;
}

.cover-banner-12 .column.half {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.cover-banner-12 figcaption {
  padding: 60px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .cover-banner-12 figcaption {
    padding: 30px 30px 50px;
  }
}

.cover-banner-12 figcaption .is-rounded-button-small a, .cover-banner-12 figcaption .btn-black {
  border-radius: 0px;
}

@media screen and (max-width: 768px) {
  .cover-banner-12 .column.half {
    width: 100%;
    float: left;
  }
}

.cover-page-video:before {
  background: rgba(0, 0, 0, 0.2);
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
}

.cover-page-video figcaption {
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .cover-page-video figcaption {
    position: relative;
    left: inherit;
    top: inherit;
    transform: inherit;
  }
}

.cover-page-video .embed-responsive {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .cover-page-video .embed-responsive {
    position: relative;
    z-index: 1;
  }
}

.cover-page-video .cover-video-help {
  display: none;
}

@media screen and (max-width: 40rem) {
  .pb-text-center {
    text-align: center;
  }
}

div#contentarea > .row.edge-to-egde.grid-gallery-wrapper img {
  position: absolute;
}

.grid-gallery-wrapper {
  line-height: 0;
}

.grid-gallery-wrapper ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.grid-gallery-wrapper ul li {
  text-align: center;
  width: 25%;
  padding-bottom: 20%;
  position: relative;
  float: left;
  overflow: hidden;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .grid-gallery-wrapper ul li {
    width: 50%;
    padding-bottom: 35%;
  }
}

.grid-gallery-wrapper ul li img {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.column-2-container #contentarea {
  min-height: 100%;
  height: auto;
  width: auto;
}

@media screen and (max-width: 1280px) {
  .column-2-container div#contentarea > .row {
    width: 100%;
  }
}

.column-2-container.column-2-right #contentarea {
  margin-left: 0;
}

/* slider - prince */
#custom-slider {
  transform: translateZ(0);
  transition: all 0.5s ease-out;
  display: inline-block;
  width: 100%;
  position: relative;
  float: left;
}

#custom-slider #overflow {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

#custom-slider #slides .inner {
  width: 600%;
  line-height: 0;
  display: none;
  position: relative;
}

#custom-slider #slides article {
  width: 16.6666666666%;
  float: left;
}

#custom-slider #slides article div {
  width: 100%;
}

#custom-slider #controls {
  margin: 0;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#custom-slider #controls label {
  font-size: 50px;
  color: #fff;
}

#custom-slider #controls .left {
  padding-left: 40px;
}

#custom-slider #controls .right {
  padding-right: 40px;
}

#custom-slider #active {
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}

#custom-slider #active label {
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
}

#custom-slider #slide1:checked ~ #active label:nth-child(1), #custom-slider #slide2:checked ~ #active label:nth-child(2), #custom-slider #slide3:checked ~ #active label:nth-child(3), #custom-slider #slide4:checked ~ #active label:nth-child(4), #custom-slider #slide5:checked ~ #active label:nth-child(5) {
  background: #333;
  border-color: #333 !important;
}

#custom-slider #slides {
  transform: translateZ(0);
  transition: all 0.5s ease-out;
}

#custom-slider #slides .inner {
  transform: translateZ(0);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}

#custom-slider #active {
  transform: translateZ(0);
  transition: all 0.5s ease-out;
}

#custom-slider #active label {
  transform: translateZ(0);
  transition: all 0.5s ease-out;
}

@media screen and (max-width: 768px) {
  .cover-banner-img {
    width: 100%;
  }
  .cover-banner-img > img {
    width: 100%;
    height: 75%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 768px) and (max-width: 640px) {
  .cover-banner-img > img {
    height: 100%;
  }
}

div#contentarea > .row.edge-to-egde.store-grid img {
  position: absolute;
}

.store-grid {
  width: 100%;
  margin: 0 auto;
}

.store-grid .store-grid-item {
  cursor: auto;
  display: inline-block;
  width: 33.333333333%;
  margin: 0;
  float: left;
  overflow: hidden;
  position: relative;
}

.store-grid .store-grid-item:hover .image-overlay {
  opacity: 0;
}

.store-grid .store-grid-item:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.store-grid .store-grid-item:nth-child(3n+1) {
  clear: left;
  width: 66.666666667%;
}

.store-grid .store-grid-item:nth-child(3n+1) .grid-image img {
  left: 0px;
}

.store-grid .store-grid-item:nth-child(3n+1) .store-listing-overlay {
  left: 0;
}

@media screen and (max-width: 767px) {
  .store-grid .store-grid-item:nth-child(3n+1) {
    width: 100%;
  }
}

.store-grid .store-grid-item:nth-child(3n+2) {
  width: 33.333333333%;
}

@media screen and (max-width: 767px) {
  .store-grid .store-grid-item:nth-child(3n+2) {
    width: 50%;
  }
}

.store-grid .store-grid-item:nth-child(3n+3) {
  width: 33.333333333%;
}

@media screen and (max-width: 767px) {
  .store-grid .store-grid-item:nth-child(3n+3) {
    width: 50%;
  }
}

.store-grid .store-grid-item .store-listing-overlay {
  cursor: pointer;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  opacity: 0;
}

.store-grid .store-grid-item .store-listing-overlay:hover {
  opacity: 1;
  pointer-events: auto;
}

.store-grid .store-grid-item .store-listing-overlay .store-overlay-content {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  max-width: 90%;
  text-align: center;
  padding-top: 1px;
}

.store-grid .store-grid-item .store-listing-overlay .product-title {
  margin: 0;
}

.store-grid .store-grid-item .store-listing-overlay .product-price {
  margin: 5px 0 0;
}

.store-grid .store-grid-item .store-listing-overlay .product-button {
  margin: 10px 0 0;
}

.store-grid .store-grid-item .grid-image {
  cursor: pointer;
  margin: 0;
}

.store-grid .store-grid-item .grid-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  vertical-align: bottom;
  right: 10px;
  bottom: 10px;
}

.column.half.store-grid, .column.third.store-grid {
  padding-left: 1rem;
  padding-right: 1rem;
}

.store-listing {
  text-align: center;
  position: relative;
  width: 100%;
}

.store-listing img {
  width: 100%;
}

.store-listing .store-listing-overlay {
  margin: 0 auto;
  opacity: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.store-listing .store-listing-overlay .store-overlay-content {
  left: 50%;
  top: 50%;
  position: absolute;
  max-width: 90%;
  text-align: center;
  padding-top: 1px;
  transform: translateX(-50%) translateY(-50%);
}

.store-listing .store-listing-overlay .store-overlay-content .product-title {
  margin: 0;
}

.store-listing .store-listing-overlay .store-overlay-content .product-price {
  margin: 5px 0 0;
}

.store-listing .store-listing-overlay .store-overlay-content .product-button {
  margin: 10px 0 0;
}

.store-listing:hover .store-listing-overlay {
  opacity: 1;
}

#contentarea blockquote {
  position: relative;
  clear: both;
  text-align: center;
  border: 0;
  padding: 35px 25px;
  margin: 40px 0;
  line-height: 1.8em;
}

#contentarea blockquote:before, #contentarea blockquote:after {
  content: '';
  display: block;
  width: 60%;
  height: 2px;
  position: absolute;
  left: 20%;
}

#contentarea blockquote:before {
  top: 0;
}

#contentarea blockquote:after {
  bottom: 0;
}

.newsletter-block {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .newsletter-block {
    width: 100%;
    text-align: left;
  }
  .newsletter-block .newsletter-input {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter-block .newsletter-input input {
    width: 100%;
  }
}

.newsletter-block input {
  border-radius: 3px;
  margin: 0;
  padding: 15px 15px;
  background: transparent;
  border: 1px solid #E1E1E1;
}

.newsletter-block input:focus {
  border-color: #B3AAAA;
}

.newsletter-block button {
  border-radius: 3px;
  padding: 12px 15px;
}

.is-wrapper h1, .is-wrapper h2, .is-wrapper h3 {
  word-wrap: break-word;
}

.is-wrapper h1:first-child, .is-wrapper h2:first-child, .is-wrapper h3:first-child {
  margin-top: 0;
}

.is-wrapper h1:last-child, .is-wrapper h2:last-child, .is-wrapper h3:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .is-wrapper h1, .is-wrapper h2, .is-wrapper h3 {
    margin: 1.2rem 0;
  }
}

.is-wrapper h4:first-child {
  margin-top: 0;
}

.is-wrapper h4:last-child {
  margin-bottom: 0;
}

.is-wrapper p:first-child {
  margin-top: 0;
}

.is-wrapper p:last-child {
  margin-bottom: 0;
}

.is-wrapper .row .is-global-btn span {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .is-wrapper .is-global-inset-val .pxp-block {
    padding: 1rem 0;
  }
}

.is-wrapper .pxp-block-padding {
  padding: 1rem;
}

@media screen and (max-width: 767px) {
  .is-wrapper .pxp-block-padding {
    padding: 0;
  }
}

.is-wrapper .pxp-block {
  position: relative;
  height: auto;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(128, 128, 128, 0);
  transition: box-shadow .2s ease-in-out;
  padding: 1rem;
}

@media screen and (max-width: 767px) {
  .is-wrapper .pxp-block {
    padding: 1rem 0;
  }
}

.is-wrapper .pxp-block.pxp-block-html {
  clear: none;
}

.is-wrapper .pxp-block.pxp-block-p0 {
  padding: 1rem 0;
}

.is-wrapper .pxp-block .pxp-block-content > *:first-child {
  margin-top: 0;
}

.is-wrapper .pxp-block .pxp-block-content > *:last-child {
  margin-bottom: 0;
}

.is-wrapper .is-section-pagewith_max .pxp-block {
  padding: 1rem 0;
}

.is-wrapper .is-default-text .is-btn-ghost1, .is-wrapper .is-default-text .is-btn-ghost2 {
  color: #fff;
  border-color: #fff;
}

.is-wrapper .is-default-text .is-btn-ghost1:hover {
  color: #fff;
  border-color: #fff;
  background: none;
}

.is-wrapper .is-default-text .is-btn-ghost2 {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.is-wrapper .is-default-text .is-btn-ghost2:hover {
  background: #fff;
}

.is-wrapper .is-default-text .is-btn-ghost1.dark {
  border-color: #000;
  color: #000;
}

.is-wrapper .is-default-text .is-btn-ghost2.dark {
  background: #000;
  border-color: #000;
  color: #fff;
}

.is-wrapper .is-default-text .btn.btn-primary {
  color: #fff;
}

.is-wrapper .is-dark-text .row .is-btn-ghost1 {
  color: #000;
}

.is-wrapper .is-dark-text .row .is-btn-ghost1:hover {
  color: #000;
}

.is-wrapper .is-dark-text .row .is-btn-ghost2 {
  color: #000;
}

.is-wrapper .is-dark-text .row .is-btn-ghost2:hover {
  color: #000;
}

.is-wrapper .is-dark-text .row .btn.btn-primary {
  color: #fff;
}

.is-wrapper .is-dark-text .row .form-field-wrapper .title, .is-wrapper .is-dark-text .row .form-field-wrapper .sub-label, .is-wrapper .is-dark-text .row .form-field-wrapper input[type="submit"], .is-wrapper .is-dark-text .row .form-field-wrapper input[type="button"] {
  color: #000;
}

.is-wrapper .is-dark-text .row .form-field-item .title, .is-wrapper .is-dark-text .row .form-field-item .sub-label, .is-wrapper .is-dark-text .row .form-field-item select, .is-wrapper .is-dark-text .row .form-field-item .checkout-input, .is-wrapper .is-dark-text .row .form-field-item .captcha-code {
  color: #000;
}

.is-wrapper .is-dark-text .row .form-field-item select {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.is-wrapper .is-dark-text .row .form-field-item .select-field:before {
  border-bottom-color: #000 !important;
}

.is-wrapper .is-dark-text .row .form-field-item .select-field:after {
  border-top-color: #000 !important;
}

.is-wrapper .is-dark-text .row .captcha-code {
  color: #000;
}

.is-wrapper .is-dark-text .row .form-content input[type="submit"], .is-wrapper .is-dark-text .row .form-content input[type="button"] {
  color: #000;
}

.is-wrapper .is-light-text .row .is-btn-ghost1 {
  color: #fff;
}

.is-wrapper .is-light-text .row .is-btn-ghost1:hover {
  color: #fff;
}

.is-wrapper .is-light-text .row .is-btn-ghost2 {
  color: #000;
}

.is-wrapper .is-light-text .row .is-btn-ghost2:hover {
  color: #000;
}

.is-wrapper .is-light-text .row .btn.btn-primary {
  color: #fff;
}

.is-wrapper .is-light-text .row .form-field-wrapper .title, .is-wrapper .is-light-text .row .form-field-wrapper .sub-label, .is-wrapper .is-light-text .row .form-field-wrapper input[type="submit"], .is-wrapper .is-light-text .row .form-field-wrapper input[type="button"] {
  color: #fff;
}

.is-wrapper .is-light-text .row .form-field-item .title, .is-wrapper .is-light-text .row .form-field-item .sub-label, .is-wrapper .is-light-text .row .form-field-item select, .is-wrapper .is-light-text .row .form-field-item .checkout-input {
  color: #fff;
}

.is-wrapper .is-light-text .row .form-field-item select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #111;
}

.is-wrapper .is-light-text .row .form-field-item .select-field:before {
  border-bottom-color: #fff !important;
}

.is-wrapper .is-light-text .row .form-field-item .select-field:after {
  border-top-color: #fff !important;
}

.is-wrapper .is-light-text .row .captcha-code {
  color: #fff;
}

.is-wrapper .is-light-text .row .form-content input[type="submit"], .is-wrapper .is-light-text .row .form-content input[type="button"] {
  color: #fff;
}

.is-wrapper .is-custom-text .h1.subtitle, .is-wrapper .is-custom-text .h2.subtitle, .is-wrapper .is-custom-text .h3.subtitle, .is-wrapper .is-custom-text .h4.subtitle, .is-wrapper .is-custom-text .h5.subtitle, .is-wrapper .is-custom-text .h6.subtitle, .is-wrapper .is-custom-text .p.subtitle, .is-wrapper .is-custom-text .subtitle.description-para, .is-wrapper .is-custom-text .description-para p, .is-wrapper .is-custom-text .description-para, .is-wrapper .is-custom-text .pxp-block-content > div, .is-wrapper .is-custom-text .thumbnail-navigation {
  color: inherit !important;
  fill: inherit !important;
}

.is-wrapper .is-custom-text h1, .is-wrapper .is-custom-text h2, .is-wrapper .is-custom-text h3, .is-wrapper .is-custom-text h4, .is-wrapper .is-custom-text h5, .is-wrapper .is-custom-text h6, .is-wrapper .is-custom-text p, .is-wrapper .is-custom-text li, .is-wrapper .is-custom-text .description-para p, .is-wrapper .is-custom-text .description-para, .is-wrapper .is-custom-text .pxp-block-content > div {
  color: inherit !important;
}

.slider-content-overlay .is-overlay-color {
  z-index: 1;
}

@media screen and (max-width: 980px) {
  .snippit-slider .slick-slider {
    height: auto !important;
    min-height: 200px !important;
  }
  .snippit-slider .slick-slider .slider-image {
    height: auto !important;
    min-height: 200px !important;
  }
}

table {
  -webkit-backface-visibility: visible;
}

table.default td {
  padding: 12px;
  border: #cccccc 1px dashed;
}

.is-wrapper h1:first-child, .is-wrapper h2:first-child, .is-wrapper h3:first-child, .is-wrapper h4:first-child, .is-wrapper h5:first-child, .is-wrapper h6:first-child, .is-wrapper P:first-child {
  margin-top: 0;
}

.is-wrapper .column.w-47 h1:first-child, .is-wrapper .column.w-47 h2:first-child, .is-wrapper .column.w-47 h3:first-child, .is-wrapper .column.w-47 h4:first-child, .is-wrapper .column.w-47 h5:first-child, .is-wrapper .column.w-47 h6:first-child, .is-wrapper .column.w-47 P:first-child, .is-wrapper .column.w-30 h1:first-child, .is-wrapper .column.w-30 h2:first-child, .is-wrapper .column.w-30 h3:first-child, .is-wrapper .column.w-30 h4:first-child, .is-wrapper .column.w-30 h5:first-child, .is-wrapper .column.w-30 h6:first-child, .is-wrapper .column.w-30 P:first-child {
  margin-top: 1rem;
}

@media screen and (max-width: 480px) {
  .slick-arrow.slick-prev, .slick-arrow.slick-next {
    display: none !important;
  }
}

.lg-sub-html p {
  display: inline;
}

.dynamic-component-img {
  display: inline-block;
}

.dynamic-component-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.submit-loader {
  display: inline-block;
  width: 30px;
  background: transparent;
  height: 39px;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  line-height: 39px;
  padding: 9px;
}

.circle-loader {
  border: 2px solid #e6e6e6;
  border-left-color: #636363;
  -webkit-animation: loader-spin 1.2s infinite linear;
          animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
}

.checkmark-tick {
  display: none;
  height: 0.8em;
  position: relative;
}

.checkmark-tick.draw:after {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-name: checkmark;
          animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}

.checkmark-tick:after {
  opacity: 1;
  height: 0.8em;
  width: 0.4em;
  transform-origin: left top;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  left: 0.15em;
  top: 0.7em;
  position: absolute;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #fff;
  transition: border 500ms ease-out;
}

@-webkit-keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.4em;
    opacity: 1;
  }
  40% {
    height: 0.8em;
    width: 0.4em;
    opacity: 1;
  }
  100% {
    height: 0.8em;
    width: 0.4em;
    opacity: 1;
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.4em;
    opacity: 1;
  }
  40% {
    height: 0.8em;
    width: 0.4em;
    opacity: 1;
  }
  100% {
    height: 0.8em;
    width: 0.4em;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .is-section-fullwidth .dynamic-photo-gallery .photo-gallery {
    padding: 0 4.5vw;
  }
}

.dynamic-photo-gallery .is_lightbox_no .grid-item, .dynamic-photo-gallery .is_lightbox_no .slideshow-item, .dynamic-photo-gallery .photo-gallery[data-onload="slideshow"][data-slideshow="vertical_slider"].is_lightbox_no .grid-item, .dynamic-photo-gallery .photo-gallery[data-onload="slideshow"][data-slideshow="vertical_slider"].is_lightbox_no .slideshow-item {
  cursor: default;
}

.dynamic-photo-gallery .photo-gallery, .dynamic-photo-gallery .photo-gallery[data-onload="slideshow"][data-slideshow="single_image"] {
  overflow-x: hidden;
}

.dynamic-photo-gallery .photo-gallery.is_lightbox_no .grid-item, .dynamic-photo-gallery .photo-gallery[data-onload="slideshow"][data-slideshow="single_image"].is_lightbox_no .grid-item {
  cursor: default;
}

.dynamic-photo-gallery .photo-gallery.is_lightbox_no .single-image-slider .light-slider img, .dynamic-photo-gallery .photo-gallery[data-onload="slideshow"][data-slideshow="single_image"].is_lightbox_no .single-image-slider .light-slider img {
  cursor: inherit;
}

.dynamic-photo-gallery .photo-gallery.is_lightbox_no #frame .slidee li.list-active, .dynamic-photo-gallery .photo-gallery[data-onload="slideshow"][data-slideshow="single_image"].is_lightbox_no #frame .slidee li.list-active {
  cursor: inherit;
}

#contentarea img.lazyload, #contentarea img.lazyloading, .is-wrapper img.lazyload, .is-wrapper img.lazyloading {
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

#contentarea img.lazyloaded, .is-wrapper img.lazyloaded {
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: all 0.25s ease-in-out;
}

#contentarea .photo-gallery-container[data-onload="slideshow"][data-slideshow="vertical_slider"] img.lazyloaded, .is-wrapper .photo-gallery-container[data-onload="slideshow"][data-slideshow="vertical_slider"] img.lazyloaded {
  width: initial;
}

#contentarea .photo-gallery-container[data-onload="slideshow"][data-slideshow="vertical_slider"].is_lightbox_yes img, .is-wrapper .photo-gallery-container[data-onload="slideshow"][data-slideshow="vertical_slider"].is_lightbox_yes img {
  cursor: pointer;
}

.is-wrapper-new > div.is-section-pagewith_max .is-boxes {
  margin: 0 auto;
}

.is-wrapper-new > div.is-section-fullwidth_inset {
  width: auto;
}

.is-wrapper-new .dynamic-content-wrapper-full.dynamic-full-list-p0.fullbleed-inset-override .is-container {
  padding: 0 4.5vw;
}

.is-wrapper-new .dynamic-content-wrapper-full.dynamic-full-list-p0 .is-container {
  padding: 0;
}

.is-wrapper-new .dynamic-content-wrapper-full.is-box .is-container {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.is-wrapper-new .dynamic-content-wrapper-full.is-box .is-boxes .is-box-centered {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}

.is-wrapper-new .dynamic-content-wrapper-full.is-box .is-container .column.full {
  padding: 0;
}

.is-wrapper-new .is-section-video.dynamic-content-wrapper-full.is-box .is-boxes .is-box-centered {
  display: table-cell;
}

.is-wrapper-new .is-section-video.dynamic-content-wrapper-full.is-box .is-container {
  margin: 0 auto !important;
}

@media screen and (max-width: 767px) {
  .is-section.is-section-headlines .column + .column {
    padding-top: 2rem;
  }
}

.is-section.is-section-social .is-boxes .is-box-centered .is-container {
  margin-bottom: 0;
}

@media screen and (max-width: 425px) {
  .is-section.is-section-social .is-boxes .is-box-centered .is-container .row.dynamic-component-rowtoolhide {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .is-section.is-section-location.dynamic-content-wrapper-full.is-section-100, .is-section.is-section-location.dynamic-content-wrapper-full.is-section-90, .is-section.is-section-location.dynamic-content-wrapper-full.is-section-75, .is-section.is-section-location.dynamic-content-wrapper-full.is-section-60, .is-section.is-section-location.dynamic-content-wrapper-full.is-section-50, .is-section.is-section-location.dynamic-content-wrapper-full.is-section-33, .is-section.is-section-location.dynamic-content-wrapper-full.is-section-25 {
    height: 50%;
  }
}

.is-section.is-section-location.dynamic-content-wrapper-full .is-boxes .is-box-centered .is-container {
  margin: 0;
}

.is-section.is-section-location.dynamic-content-wrapper-full .is-boxes .is-box-centered .is-container .embed-responsive {
  margin: 0;
  height: 100%;
}

.is-section.is-section-basic.is-align-right ul, .is-section.is-section-basic.is-align-right ol {
  float: right;
}

.is-section.is-section-basic.is-align-center ul li, .is-section.is-section-basic.is-align-center ol li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.is-section.is-section-location.dynamic-content-wrapper-full .content-margin {
  height: 100%;
}

.is-section.is-section-location.dynamic-content-wrapper-full .column.full .embed-responsive.embed-responsive-16by9 {
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
}

.is-section.is-section-location.dynamic-content-wrapper-full .column.full .embed-responsive.embed-responsive-16by9 .is-section-auto {
  height: 50vh;
}

.is-section.is-section-location.dynamic-content-wrapper-full .column.full .embed-responsive.embed-responsive-16by9 .is-section-33 {
  height: 33vh;
}

.is-section.is-section-location.dynamic-content-wrapper-full .column.full .embed-responsive.embed-responsive-16by9 .is-section-25 {
  height: 25vh;
}

.is-section.is-section-location.dynamic-content-wrapper-full .column.full .embed-responsive.embed-responsive-16by9 .is-section-50 {
  height: 50vh;
}

.is-section.is-section-location.dynamic-content-wrapper-full .column.full .embed-responsive.embed-responsive-16by9 .is-section-60 {
  height: 60vh;
}

.is-section.is-section-location.dynamic-content-wrapper-full .column.full .embed-responsive.embed-responsive-16by9 .is-section-75 {
  height: 75vh;
}

.is-section.is-section-location.dynamic-content-wrapper-full .column.full .embed-responsive.embed-responsive-16by9 .is-section-90 {
  height: 90vh;
}

.is-section.is-section-location.dynamic-content-wrapper-full .column.full .embed-responsive.embed-responsive-16by9 .is-section-100 {
  height: 100vh;
}

.is-section.is-section-location.dynamic-content-wrapper-full .column.full .embed-responsive.embed-responsive-16by9 iframe {
  position: relative;
  width: 100%;
}

.is-section.is-light-text .popup-form .popup-form-inner .popup-form-content .title, .is-section.is-light-text .popup-form .popup-form-inner .popup-form-content .sub-label, .is-section.is-light-text .popup-form .popup-form-inner .popup-form-content input, .is-section.is-light-text .popup-form .popup-form-inner .popup-form-content select {
  color: #636363;
}

.is-section.is-light-text .popup-form .popup-form-inner .popup-form-content input[type=text], .is-section.is-light-text .popup-form .popup-form-inner .popup-form-content input[type=email], .is-section.is-light-text .popup-form .popup-form-inner .popup-form-content input[type=number], .is-section.is-light-text .popup-form .popup-form-inner .popup-form-content textarea, .is-section.is-light-text .popup-form .popup-form-inner .popup-form-content select {
  border: 1px solid #636363;
}

.is-wrapper-new {
  text-align: center;
}

.is-wrapper-new .is-box .is-container .dynamic-component .is-container > .pxp-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.is-wrapper-new .is-container.is-content-width_full {
  max-width: 100%;
}

.is-wrapper-new .is-content-width_medium.is-content-right .row, .is-wrapper-new .is-content-width_small.is-content-right .row, .is-wrapper-new .is-content-width_extsmall.is-content-right .row {
  float: right;
}

.is-wrapper-new .is-content-width_medium.is-content-left .row, .is-wrapper-new .is-content-width_small.is-content-left .row, .is-wrapper-new .is-content-width_extsmall.is-content-left .row {
  float: left;
}

.is-wrapper-new .is-global-btn, .is-wrapper-new .is-global-btn-solid, .is-wrapper-new .is-global-btn-outline, .is-wrapper-new .is-global-btn-link {
  margin-bottom: 1px;
  -webkit-backface-visibility: initial;
}

.is-wrapper-new .text-button.button-flex-center, .is-wrapper-new .text-button.button-flex-right, .is-wrapper-new .text-button.button-flex-left {
  align-items: center;
}

.is-wrapper-new .text-button.button-flex-center .is-global-btn-medium + .is-global-btn-medium, .is-wrapper-new .text-button.button-flex-center .is-global-btn-small + .is-global-btn-small, .is-wrapper-new .text-button.button-flex-center .is-global-btn-large + .is-global-btn-large, .is-wrapper-new .text-button.button-flex-right .is-global-btn-medium + .is-global-btn-medium, .is-wrapper-new .text-button.button-flex-right .is-global-btn-small + .is-global-btn-small, .is-wrapper-new .text-button.button-flex-right .is-global-btn-large + .is-global-btn-large, .is-wrapper-new .text-button.button-flex-left .is-global-btn-medium + .is-global-btn-medium, .is-wrapper-new .text-button.button-flex-left .is-global-btn-small + .is-global-btn-small, .is-wrapper-new .text-button.button-flex-left .is-global-btn-large + .is-global-btn-large {
  margin-left: 1em;
}

.is-wrapper-new .is-section-newsletter .column.w-47 h1, .is-wrapper-new .is-section-newsletter .column.w-47 h2, .is-wrapper-new .is-section-newsletter .column.w-47 h3, .is-wrapper-new .is-section-newsletter .column.w-47 h4, .is-wrapper-new .is-section-newsletter .column.w-47 h5, .is-wrapper-new .is-section-newsletter .column.w-47 h6, .is-wrapper-new .is-section-newsletter .column.w-47 p {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .is-wrapper-new .is-section-newsletter .column.w-47 h1, .is-wrapper-new .is-section-newsletter .column.w-47 h2, .is-wrapper-new .is-section-newsletter .column.w-47 h3, .is-wrapper-new .is-section-newsletter .column.w-47 h4, .is-wrapper-new .is-section-newsletter .column.w-47 h5, .is-wrapper-new .is-section-newsletter .column.w-47 h6, .is-wrapper-new .is-section-newsletter .column.w-47 p {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .is-wrapper-new .is-section-newsletter .column.width-100 #newsletter-form[data-layout='1'] .form-content form {
    display: inline-block;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .is-wrapper-new .is-section-newsletter .column.width-100 #newsletter-form[data-layout='1'] .form-content form .form-field-item input {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .is-wrapper-new .is-section-newsletter .column.width-100 #newsletter-form[data-layout='1'] .form-content form .form-display {
    width: 100%;
  }
  .is-wrapper-new .is-section-newsletter .column.width-100 #newsletter-form[data-layout='1'] .form-content form .form-display div {
    width: auto;
  }
}

@media screen and (max-width: 1024px) {
  .is-wrapper-new .is-section-newsletter .column.width-100 #newsletter-form[data-layout='1'] .form-content form button {
    display: flex;
    margin: 0 auto;
  }
}

.is-wrapper-new .is-section-newsletter .content-margin.d-flex.flow-col .column.width-100 #newsletter-form[data-layout='1'] .form-content form, .is-wrapper-new .is-section-newsletter .content-margin.flow-col .column.width-100 #newsletter-form[data-layout='1'] .form-content form {
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .is-wrapper-new .is-box .is-container {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
  .is-wrapper-new .is-box .is-container .dynamic-component .is-container {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
  .is-wrapper-new .is-container.is-content-width_medium .row, .is-wrapper-new .is-container.is-content-width_small .row, .is-wrapper-new .is-container.is-content-width_extsmall .row {
    width: 100%;
  }
  .is-wrapper-new .text-button.button-flex-center {
    display: block;
  }
  .is-wrapper-new .text-button.button-flex-center .is-global-btn-medium + .is-global-btn-medium, .is-wrapper-new .text-button.button-flex-center .is-global-btn-small + .is-global-btn-small, .is-wrapper-new .text-button.button-flex-center .is-global-btn-large + .is-global-btn-large {
    margin-top: 1em;
  }
  .is-wrapper-new .text-button.button-flex-center .is-global-btn-medium + .is-global-btn-medium:nth-child(2), .is-wrapper-new .text-button.button-flex-center .is-global-btn-small + .is-global-btn-small:nth-child(2), .is-wrapper-new .text-button.button-flex-center .is-global-btn-large + .is-global-btn-large:nth-child(2) {
    margin-top: 0;
  }
  .is-wrapper-new .text-button.button-flex-center .is-global-btn-medium + .is-global-btn-medium:nth-child(odd), .is-wrapper-new .text-button.button-flex-center .is-global-btn-small + .is-global-btn-small:nth-child(odd), .is-wrapper-new .text-button.button-flex-center .is-global-btn-large + .is-global-btn-large:nth-child(odd) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .is-wrapper-new .is-container.is-content-width_medium .row {
    width: 75%;
    margin: 0 auto;
  }
  .is-wrapper-new .is-container.is-content-width_small .row {
    width: 50%;
    margin: 0 auto;
  }
  .is-wrapper-new .is-container.is-content-width_extsmall .row {
    width: 30%;
    margin: 0 auto;
  }
  .is-wrapper-new .is-section-basic .is-container.is-content-width_full .row, .is-wrapper-new .is-section-basic .is-container.is-content-width_large .row, .is-wrapper-new .is-section-basic .is-container.is-content-width_medium .row, .is-wrapper-new .is-section-basic .is-container.is-content-width_small .row, .is-wrapper-new .is-section-basic .is-container.is-content-width_extsmall .row {
    margin: unset;
  }
}

.is-section .lscenter-pager {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-section .lscenter-pager {
    display: none;
    width: 90vw;
  }
}

@media screen and (max-width: 425px) {
  .is-section .lscenter-pager .lSPager.lSpg > li:only-child {
    display: none;
  }
}

.is-section .spacer {
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .is-section .spacer {
    height: 3vh;
  }
}

*.column.width .text-button, .column.w-75 .text-button {
  display: inline-block;
}

/*img-left 47-47-6*/
.d-flex {
  display: flex;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: center;
  vertical-align: middle;
}

.d-flex .text-card {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .d-flex .text-card {
    width: 100%;
  }
}

.d-flex .text-card .width {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .d-flex .text-card .width {
    margin-left: 0;
  }
}

.d-flex .column.w-47 {
  padding-right: 0;
}

.d-flex .column.ml-6 {
  padding-left: 0;
  padding-right: 1rem;
}

/*img text overlap*/
.content {
  display: flex;
  width: 100%;
  position: relative;
  opacity: 1;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.content.flow-col, .content.flow {
  align-items: unset;
  justify-content: unset;
}

.content .width-50 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .content .width-50 {
    width: 100%;
  }
}

.content .text-card {
  display: flex;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  width: 50%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 10vh;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .content .text-card {
    width: 100%;
    left: 0;
    margin-top: 0;
  }
}

.content .text-card .text {
  margin-right: 0%;
  background-color: #eee;
  padding: 10%;
  box-sizing: border-box;
}

.content .text-card .text-button {
  display: inline-block;
}

.content .width-50 .img-card {
  width: 120%;
  left: -20%;
  margin: 0 !important;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .content .width-50 .img-card {
    width: 100%;
    left: 0;
  }
}

.content .width-50 .img-card .img-left {
  vertical-align: middle;
}

.content .width-50 .right-reverse {
  left: 0 !important;
}

@media screen and (max-width: 767px) {
  .flow {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .flow-col {
    display: flex;
    flex-direction: column;
  }
}

.flow-col .w-space, .flow .w-space {
  margin-left: 6%;
}

@media screen and (max-width: 767px) {
  .flow-col .w-space, .flow .w-space {
    margin-left: 0;
  }
}

.text-button {
  padding: 1rem 0;
  margin: 0;
}

.two-third img {
  width: 100%;
}

.column.margin svg, .column.margin h3 {
  margin: 2rem 0;
}

.half.width {
  width: 100%;
}

.is-global-btn, .is-global-btn-solid, .is-global-btn-outline, .is-global-btn-link {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .column.width-100 {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .column.width-half {
    width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .column.width-half {
    width: 100% !important;
    margin-bottom: 2rem;
  }
}

.column.w-47 {
  width: 47%;
}

.column.w-47 #newsletter-form[data-layout="1"] .form-content form {
  width: 100%;
}

.column.width {
  width: 47%;
  padding-right: 0;
}

.column.ml-6 {
  padding-left: 0;
}

.column.w-30 {
  padding-right: 0;
}

.flow-col .column.w-64 {
  padding-right: 0;
}

.flow-col .column.w-30.ml-6 {
  padding-right: 1rem;
}

.column.ml-6 {
  margin-left: 6%;
}

@media screen and (max-width: 767px) {
  .column.ml-6 {
    margin-left: 0;
  }
}

.column.ml-5 {
  margin-left: 5%;
}

@media screen and (max-width: 767px) {
  .column.ml-5 {
    margin-left: 0;
  }
}

.column.w-64 {
  width: 64%;
}

.column.w-30 {
  width: 30%;
}

.column.w-70 {
  width: 70%;
}

.column.w-25 {
  width: 25%;
}

@media screen and (max-width: 1026px) {
  .is-section-desktop_only {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .is-section-mobile_only {
    display: none !important;
  }
}

.is-section-hidden {
  display: none !important;
}

/*Snippets sidebar UI*/
.is-wrapper > div.cover-video-wrapper {
  position: fixed !important;
  display: none;
  height: 100% !important;
}

.cover-video-wrapper {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: 1053;
  display: none;
}

.cover-video-wrapper iframe {
  height: 200px;
  width: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}

.cover-video-wrapper .cover-close {
  padding: 10px;
  text-align: right;
  font-size: 21px;
  color: #fff;
  float: right;
  cursor: pointer;
}

.cover-video-wrapper .cover-close.listitem_video_close {
  position: fixed;
  z-index: 999;
  right: 0;
}

.button-flex-center {
  display: flex;
  justify-content: center;
  text-align: center;
}

.button-flex-left {
  display: flex;
  justify-content: flex-start;
}

.button-flex-right {
  display: flex;
  justify-content: flex-end;
}

.is-wrapper .group_navigation {
  margin: 2rem 0;
}

.is-wrapper-new > div.is-section-pagewith_max #builder-image_with_text-items .faqs-grid-container, .is-wrapper-new > div.is-section-pagewith_max #builder-image_with_text-items .pxp-block-padding, .is-wrapper-new > div.is-section-pagewith_max #builder-image_with_text-items .pixpa-slick_slide, .is-wrapper-new > div.is-section-pagewith_max #builder-with_text-items .faqs-grid-container, .is-wrapper-new > div.is-section-pagewith_max #builder-with_text-items .pxp-block-padding, .is-wrapper-new > div.is-section-pagewith_max #builder-with_text-items .pixpa-slick_slide, .is-wrapper-new > div.is-section-pagewith_max #builder-video_list_items .faqs-grid-container, .is-wrapper-new > div.is-section-pagewith_max #builder-video_list_items .pxp-block-padding, .is-wrapper-new > div.is-section-pagewith_max #builder-video_list_items .pixpa-slick_slide, .is-wrapper-new > div.is-section-pagewith_max #builder-testimonial-items .faqs-grid-container, .is-wrapper-new > div.is-section-pagewith_max #builder-testimonial-items .pxp-block-padding, .is-wrapper-new > div.is-section-pagewith_max #builder-testimonial-items .pixpa-slick_slide, .is-wrapper-new > div.is-section-pagewith_max #builder-social-items .faqs-grid-container, .is-wrapper-new > div.is-section-pagewith_max #builder-social-items .pxp-block-padding, .is-wrapper-new > div.is-section-pagewith_max #builder-social-items .pixpa-slick_slide {
  padding-left: 0;
  padding-right: 0;
}

.is-wrapper-new > div.is-section-pagewith_max.is-section-contact .column.half:first-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-contact .column.w-47:first-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-contact .column.width:first-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-payment .column.half:first-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-payment .column.w-47:first-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-payment .column.width:first-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-newsletter .column.half:first-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-newsletter .column.w-47:first-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-newsletter .column.width:first-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-location .column.half:first-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-location .column.w-47:first-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-location .column.width:first-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-headlines .column.half:first-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-headlines .column.w-47:first-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-headlines .column.width:first-child {
  padding-left: 0;
}

.is-wrapper-new > div.is-section-pagewith_max.is-section-contact .column.half:last-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-contact .column.w-47:last-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-contact .column.width:last-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-payment .column.half:last-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-payment .column.w-47:last-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-payment .column.width:last-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-newsletter .column.half:last-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-newsletter .column.w-47:last-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-newsletter .column.width:last-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-location .column.half:last-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-location .column.w-47:last-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-location .column.width:last-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-headlines .column.half:last-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-headlines .column.w-47:last-child, .is-wrapper-new > div.is-section-pagewith_max.is-section-headlines .column.width:last-child {
  padding-right: 0;
}

.is-wrapper-new > div.is-section-pagewith_max.is-section-headlines .pxp-block-padding {
  padding: 1rem 0;
}

.is-wrapper-new > div.is-section-pagewith_max.is-section-location {
  margin: 0 auto;
  float: none;
}

.is-wrapper-new > div.is-section-pagewith_max.is-section-location .flow-col .column.w-70 {
  padding-left: 0;
}

.is-wrapper-new > div.is-section-pagewith_max.is-section-location .flow-col .column.w-25 {
  padding-right: 0;
}

.is-wrapper-new > div.is-section-pagewith_max.is-section-location .flow .column.w-70 {
  padding-right: 0;
}

.is-wrapper-new > div.is-section-pagewith_max.is-section-location .flow .column.w-25 {
  padding-left: 0;
}

.is-wrapper-new > div.is-section-pagewith_max.is-section-images .row .content-margin, .is-wrapper-new > div.is-section-pagewith_max.is-section-text .row .content-margin {
  margin: 0 -1rem;
}

@media screen and (max-width: 767px) {
  .is-wrapper-new > div.is-section-pagewith_max.is-section-images .row .content-margin, .is-wrapper-new > div.is-section-pagewith_max.is-section-text .row .content-margin {
    margin: 0;
  }
}

.is-wrapper-new > div.is-section-pagewith_max.is-section-store .column.full, .is-wrapper-new > div.is-section-pagewith_max.is-section-location .column.full, .is-wrapper-new > div.is-section-pagewith_max.is-section-headlines .column.full, .is-wrapper-new > div.is-section-pagewith_max.is-section-text .column.full, .is-wrapper-new > div.is-section-pagewith_max.is-section-images .column.full {
  padding: 0;
}

.is-section-video.dynamic-content-wrapper-full .is-container {
  margin: 0 !important;
}
