
/* ═══════════════════════════════════════
   VARIAVEIS DE DESIGN PARA FACIL EDICAO
═══════════════════════════════════════ */
:root {
  --size-headline: 2.6875rem; 
  --color-orange: #ec6300;
  --color-red: #e2211c;
}
@font-face {
  font-family: 'Asap Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/asap-condensed-headline-subset.woff2') format('woff2');
}


















































































































































































































































































.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  line-height: 0
}

.clearfix:after {
  clear: both
}

.btn:active,
.btn:hover {
  color: #333;
  background-color: #e6e6e6
}

.btn:hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn-primary:active,
.btn-primary:hover {
  color: #fff;
  background-color: #04c
}

.btn-warning:active,
.btn-warning:hover {
  color: #fff;
  background-color: #f89406
}

.btn-danger:active,
.btn-danger:hover {
  color: #fff;
  background-color: #bd362f
}

.btn-success:active,
.btn-success:hover {
  color: #fff;
  background-color: #51a351
}

.btn-info:active,
.btn-info:hover {
  color: #fff;
  background-color: #2f96b4
}

.btn-inverse:active,
.btn-inverse:hover {
  color: #fff;
  background-color: #222
}

button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0
}

.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:hover {
  color: #333;
  text-decoration: none
}

.modal-footer:after,
.modal-footer:before {
  display: table;
  content: "";
  line-height: 0
}

.modal-footer:after {
  clear: both
}

.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4
}

@media (max-width:767px) {
  body {
    padding-left: 20px;
    padding-right: 20px
  }

  .container {
    width: auto
  }

  .row {
    margin-left: 0
  }

  [class*=span] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .row-fluid [class*=offset]:first-child {
    margin-left: 0
  }

  input[class*=span],
  select[class*=span],
  textarea[class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
}

@media (max-width:480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0)
  }

  input[type=checkbox],
  input[type=radio] {
    border: 1px solid #ccc
  }
}

@media (min-width:768px) and (max-width:979px) {

  .row:after,
  .row:before {
    display: table;
    content: "";
    line-height: 0
  }

  .row:after {
    clear: both
  }

  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px
  }

  .container,
  .navbar-fixed-bottom .container,
  .navbar-fixed-top .container,
  .navbar-static-top .container {
    width: 724px
  }

  .row-fluid:after,
  .row-fluid:before {
    display: table;
    content: "";
    line-height: 0
  }

  .row-fluid:after {
    clear: both
  }

  .row-fluid [class*=span]:first-child {
    margin-left: 0
  }

  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%
  }

  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%
  }

  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%
  }

  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%
  }

  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%
  }

  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%
  }

  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%
  }

  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%
  }

  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%
  }

  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%
  }

  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%
  }

  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%
  }

  input,
  textarea {
    margin-left: 0
  }
}

@media (min-width:1200px) {

  .row:after,
  .row:before {
    display: table;
    content: "";
    line-height: 0
  }

  .row:after {
    clear: both
  }

  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 30px
  }

  .container,
  .navbar-fixed-bottom .container,
  .navbar-fixed-top .container,
  .navbar-static-top .container {
    width: 1170px
  }

  .row-fluid:after,
  .row-fluid:before {
    display: table;
    content: "";
    line-height: 0
  }

  .row-fluid:after {
    clear: both
  }

  .row-fluid [class*=span]:first-child {
    margin-left: 0
  }

  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%
  }

  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%
  }

  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%
  }

  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%
  }

  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%
  }

  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%
  }

  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%
  }

  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%
  }

  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%
  }

  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%
  }

  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%
  }

  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%
  }

  input,
  textarea {
    margin-left: 0
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158"
}

.fa-krw:before,
.fa-won:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.icon-glass:before {
  content: "\f000"
}

.icon-music:before {
  content: "\f001"
}

.icon-search:before {
  content: "\f002"
}

.icon-envelope:before {
  content: "\f003"
}

.icon-heart:before {
  content: "\f004"
}

.icon-star:before {
  content: "\f005"
}

.icon-star-empty:before {
  content: "\f006"
}

.icon-user:before {
  content: "\f007"
}

.icon-film:before {
  content: "\f008"
}

.icon-th-large:before {
  content: "\f009"
}

.icon-th:before {
  content: "\f00a"
}

.icon-th-list:before {
  content: "\f00b"
}

.icon-ok:before {
  content: "\f00c"
}

.icon-remove:before {
  content: "\f00d"
}

.icon-zoom-in:before {
  content: "\f00e"
}

.icon-zoom-out:before {
  content: "\f010"
}

.icon-off:before {
  content: "\f011"
}

.icon-signal:before {
  content: "\f012"
}

.icon-cog:before {
  content: "\f013"
}

.icon-trash:before {
  content: "\f014"
}

.icon-home:before {
  content: "\f015"
}

.icon-file:before {
  content: "\f016"
}

.icon-time:before {
  content: "\f017"
}

.icon-road:before {
  content: "\f018"
}

.icon-download-alt:before {
  content: "\f019"
}

.icon-download:before {
  content: "\f01a"
}

.icon-upload:before {
  content: "\f01b"
}

.icon-inbox:before {
  content: "\f01c"
}

.icon-play-circle:before {
  content: "\f01d"
}

.icon-repeat:before {
  content: "\f01e"
}

.icon-refresh:before {
  content: "\f021"
}

.icon-list-alt:before {
  content: "\f022"
}

.icon-lock:before {
  content: "\f023"
}

.icon-flag:before {
  content: "\f024"
}

.icon-headphones:before {
  content: "\f025"
}

.icon-volume-off:before {
  content: "\f026"
}

.icon-volume-down:before {
  content: "\f027"
}

.icon-volume-up:before {
  content: "\f028"
}

.icon-qrcode:before {
  content: "\f029"
}

.icon-barcode:before {
  content: "\f02a"
}

.icon-tag:before {
  content: "\f02b"
}

.icon-tags:before {
  content: "\f02c"
}

.icon-book:before {
  content: "\f02d"
}

.icon-bookmark:before {
  content: "\f02e"
}

.icon-print:before {
  content: "\f02f"
}

.icon-camera:before {
  content: "\f030"
}

.icon-font:before {
  content: "\f031"
}

.icon-bold:before {
  content: "\f032"
}

.icon-italic:before {
  content: "\f033"
}

.icon-text-height:before {
  content: "\f034"
}

.icon-text-width:before {
  content: "\f035"
}

.icon-align-left:before {
  content: "\f036"
}

.icon-align-center:before {
  content: "\f037"
}

.icon-align-right:before {
  content: "\f038"
}

.icon-align-justify:before {
  content: "\f039"
}

.icon-list:before {
  content: "\f03a"
}

.icon-indent-left:before {
  content: "\f03b"
}

.icon-indent-right:before {
  content: "\f03c"
}

.icon-facetime-video:before {
  content: "\f03d"
}

.icon-picture:before {
  content: "\f03e"
}

.icon-pencil:before {
  content: "\f040"
}

.icon-map-marker:before {
  content: "\f041"
}

.icon-adjust:before {
  content: "\f042"
}

.icon-tint:before {
  content: "\f043"
}

.icon-edit:before {
  content: "\f044"
}

.icon-share:before {
  content: "\f045"
}

.icon-check:before {
  content: "\f046"
}

.icon-move:before {
  content: "\f047"
}

.icon-step-backward:before {
  content: "\f048"
}

.icon-fast-backward:before {
  content: "\f049"
}

.icon-backward:before {
  content: "\f04a"
}

.icon-play:before {
  content: "\f04b"
}

.icon-pause:before {
  content: "\f04c"
}

.icon-stop:before {
  content: "\f04d"
}

.icon-forward:before {
  content: "\f04e"
}

.icon-fast-forward:before {
  content: "\f050"
}

.icon-step-forward:before {
  content: "\f051"
}

.icon-eject:before {
  content: "\f052"
}

.icon-chevron-left:before {
  content: "\f053"
}

.icon-chevron-right:before {
  content: "\f054"
}

.icon-plus-sign:before {
  content: "\f055"
}

.icon-minus-sign:before {
  content: "\f056"
}

.icon-remove-sign:before {
  content: "\f057"
}

.icon-ok-sign:before {
  content: "\f058"
}

.icon-question-sign:before {
  content: "\f059"
}

.icon-info-sign:before {
  content: "\f05a"
}

.icon-screenshot:before {
  content: "\f05b"
}

.icon-remove-circle:before {
  content: "\f05c"
}

.icon-ok-circle:before {
  content: "\f05d"
}

.icon-ban-circle:before {
  content: "\f05e"
}

.icon-arrow-left:before {
  content: "\f060"
}

.icon-arrow-right:before {
  content: "\f061"
}

.icon-arrow-up:before {
  content: "\f062"
}

.icon-arrow-down:before {
  content: "\f063"
}

.icon-share-alt:before {
  content: "\f064"
}

.icon-resize-full:before {
  content: "\f065"
}

.icon-resize-small:before {
  content: "\f066"
}

.icon-plus:before {
  content: "\f067"
}

.icon-minus:before {
  content: "\f068"
}

.icon-asterisk:before {
  content: "\f069"
}

.icon-exclamation-sign:before {
  content: "\f06a"
}

.icon-gift:before {
  content: "\f06b"
}

.icon-leaf:before {
  content: "\f06c"
}

.icon-fire:before {
  content: "\f06d"
}

.icon-eye-open:before {
  content: "\f06e"
}

.icon-eye-close:before {
  content: "\f070"
}

.icon-warning-sign:before {
  content: "\f071"
}

.icon-plane:before {
  content: "\f072"
}

.icon-calendar:before {
  content: "\f073"
}

.icon-random:before {
  content: "\f074"
}

.icon-comment:before {
  content: "\f075"
}

.icon-magnet:before {
  content: "\f076"
}

.icon-chevron-up:before {
  content: "\f077"
}

.icon-chevron-down:before {
  content: "\f078"
}

.icon-retweet:before {
  content: "\f079"
}

.icon-shopping-cart:before {
  content: "\f07a"
}

.icon-folder-close:before {
  content: "\f07b"
}

.icon-folder-open:before {
  content: "\f07c"
}

.icon-resize-vertical:before {
  content: "\f07d"
}

.icon-resize-horizontal:before {
  content: "\f07e"
}

.icon-bar-chart:before {
  content: "\f080"
}

.icon-twitter-sign:before {
  content: "\f081"
}

.icon-facebook-sign:before {
  content: "\f082"
}

.icon-camera-retro:before {
  content: "\f083"
}

.icon-key:before {
  content: "\f084"
}

.icon-cogs:before {
  content: "\f085"
}

.icon-comments:before {
  content: "\f086"
}

.icon-thumbs-up:before {
  content: "\f087"
}

.icon-thumbs-down:before {
  content: "\f088"
}

.icon-star-half:before {
  content: "\f089"
}

.icon-heart-empty:before {
  content: "\f08a"
}

.icon-signout:before {
  content: "\f08b"
}

.icon-linkedin-sign:before {
  content: "\f08c"
}

.icon-pushpin:before {
  content: "\f08d"
}

.icon-external-link:before {
  content: "\f08e"
}

.icon-signin:before {
  content: "\f090"
}

.icon-trophy:before {
  content: "\f091"
}

.icon-github-sign:before {
  content: "\f092"
}

.icon-upload-alt:before {
  content: "\f093"
}

.icon-lemon:before {
  content: "\f094"
}

.icon-phone:before {
  content: "\f095"
}

.icon-check-empty:before {
  content: "\f096"
}

.icon-bookmark-empty:before {
  content: "\f097"
}

.icon-phone-sign:before {
  content: "\f098"
}

.icon-twitter:before {
  content: "\f099"
}

.icon-facebook:before {
  content: "\f09a"
}

.icon-github:before {
  content: "\f09b"
}

.icon-unlock:before {
  content: "\f09c"
}

.icon-credit:before {
  content: "\f09d"
}

.icon-rss:before {
  content: "\f09e"
}

.icon-hdd:before {
  content: "\f0a0"
}

.icon-bullhorn:before {
  content: "\f0a1"
}

.icon-bell:before {
  content: "\f0a2"
}

.icon-certificate:before {
  content: "\f0a3"
}

.icon-hand-right:before {
  content: "\f0a4"
}

.icon-hand-left:before {
  content: "\f0a5"
}

.icon-hand-up:before {
  content: "\f0a6"
}

.icon-hand-down:before {
  content: "\f0a7"
}

.icon-circle-arrow-left:before {
  content: "\f0a8"
}

.icon-circle-arrow-right:before {
  content: "\f0a9"
}

.icon-circle-arrow-up:before {
  content: "\f0aa"
}

.icon-circle-arrow-down:before {
  content: "\f0ab"
}

.icon-globe:before {
  content: "\f0ac"
}

.icon-wrench:before {
  content: "\f0ad"
}

.icon-tasks:before {
  content: "\f0ae"
}

.icon-filter:before {
  content: "\f0b0"
}

.icon-briefcase:before {
  content: "\f0b1"
}

.icon-fullscreen:before {
  content: "\f0b2"
}

.icon-group:before {
  content: "\f0c0"
}

.icon-link:before {
  content: "\f0c1"
}

.icon-cloud:before {
  content: "\f0c2"
}

.icon-beaker:before {
  content: "\f0c3"
}

.icon-cut:before {
  content: "\f0c4"
}

.icon-copy:before {
  content: "\f0c5"
}

.icon-paper-clip:before {
  content: "\f0c6"
}

.icon-save:before {
  content: "\f0c7"
}

.icon-sign-blank:before {
  content: "\f0c8"
}

.icon-reorder:before {
  content: "\f0c9"
}

.icon-list-ul:before {
  content: "\f0ca"
}

.icon-list-ol:before {
  content: "\f0cb"
}

.icon-strikethrough:before {
  content: "\f0cc"
}

.icon-underline:before {
  content: "\f0cd"
}

.icon-table:before {
  content: "\f0ce"
}

.icon-magic:before {
  content: "\f0d0"
}

.icon-truck:before {
  content: "\f0d1"
}

.icon-pinterest:before {
  content: "\f0d2"
}

.icon-pinterest-sign:before {
  content: "\f0d3"
}

.icon-google-plus-sign:before {
  content: "\f0d4"
}

.icon-google-plus:before {
  content: "\f0d5"
}

.icon-money:before {
  content: "\f0d6"
}

.icon-caret-down:before {
  content: "\f0d7"
}

.icon-caret-up:before {
  content: "\f0d8"
}

.icon-caret-left:before {
  content: "\f0d9"
}

.icon-caret-right:before {
  content: "\f0da"
}

.icon-columns:before {
  content: "\f0db"
}

.icon-sort:before {
  content: "\f0dc"
}

.icon-sort-down:before {
  content: "\f0dd"
}

.icon-sort-up:before {
  content: "\f0de"
}

.icon-envelope-alt:before {
  content: "\f0e0"
}

.icon-linkedin:before {
  content: "\f0e1"
}

.icon-undo:before {
  content: "\f0e2"
}

.icon-legal:before {
  content: "\f0e3"
}

.icon-dashboard:before {
  content: "\f0e4"
}

.icon-comment-alt:before {
  content: "\f0e5"
}

.icon-comments-alt:before {
  content: "\f0e6"
}

.icon-bolt:before {
  content: "\f0e7"
}

.icon-sitemap:before {
  content: "\f0e8"
}

.icon-umbrella:before {
  content: "\f0e9"
}

.icon-paste:before {
  content: "\f0ea"
}

.icon-lightbulb:before {
  content: "\f0eb"
}

.icon-exchange:before {
  content: "\f0ec"
}

.icon-cloud-download:before {
  content: "\f0ed"
}

.icon-cloud-upload:before {
  content: "\f0ee"
}

.icon-user-md:before {
  content: "\f0f0"
}

.icon-stethoscope:before {
  content: "\f0f1"
}

.icon-suitcase:before {
  content: "\f0f2"
}

.icon-bell-alt:before {
  content: "\f0f3"
}

.icon-coffee:before {
  content: "\f0f4"
}

.icon-food:before {
  content: "\f0f5"
}

.icon-file-alt:before {
  content: "\f0f6"
}

.icon-building:before {
  content: "\f0f7"
}

.icon-hospital:before {
  content: "\f0f8"
}

.icon-ambulance:before {
  content: "\f0f9"
}

.icon-medkit:before {
  content: "\f0fa"
}

.icon-fighter-jet:before {
  content: "\f0fb"
}

.icon-beer:before {
  content: "\f0fc"
}

.icon-h-sign:before {
  content: "\f0fd"
}

.icon-plus-sign-2:before {
  content: "\f0fe"
}

.icon-double-angle-left:before {
  content: "\f100"
}

.icon-double-angle-right:before {
  content: "\f101"
}

.icon-double-angle-up:before {
  content: "\f102"
}

.icon-double-angle-down:before {
  content: "\f103"
}

.icon-angle-left:before {
  content: "\f104"
}

.icon-angle-right:before {
  content: "\f105"
}

.icon-angle-up:before {
  content: "\f106"
}

.icon-angle-down:before {
  content: "\f107"
}

.icon-desktop:before {
  content: "\f108"
}

.icon-laptop:before {
  content: "\f109"
}

.icon-tablet:before {
  content: "\f10a"
}

.icon-mobile:before {
  content: "\f10b"
}

.icon-circle-blank:before {
  content: "\f10c"
}

.icon-quote-left:before {
  content: "\f10d"
}

.icon-quote-right:before {
  content: "\f10e"
}

.icon-spinner:before {
  content: "\f110"
}

.icon-circle:before {
  content: "\f111"
}

.icon-reply:before {
  content: "\f112"
}

.icon-github-alt:before {
  content: "\f113"
}

.icon-folder-close-alt:before {
  content: "\f114"
}

.icon-folder-open-alt:before {
  content: "\f115"
}

.icon-expand-alt:before {
  content: "\f116"
}

.icon-collapse-alt:before {
  content: "\f117"
}

.icon-smile:before {
  content: "\f118"
}

.icon-frown:before {
  content: "\f119"
}

.icon-meh:before {
  content: "\f11a"
}

.icon-gamepad:before {
  content: "\f11b"
}

.icon-keyboard:before {
  content: "\f11c"
}

.icon-flag-alt:before {
  content: "\f11d"
}

.icon-flag-checkered:before {
  content: "\f11e"
}

.icon-terminal:before {
  content: "\f120"
}

.icon-code:before {
  content: "\f121"
}

.icon-reply-all:before {
  content: "\f122"
}

.icon-star-half-full:before {
  content: "\f123"
}

.icon-location-arrow:before {
  content: "\f124"
}

.icon-crop:before {
  content: "\f125"
}

.icon-code-fork:before {
  content: "\f126"
}

.icon-unlink:before {
  content: "\f127"
}

.icon-question:before {
  content: "\f128"
}

.icon-info:before {
  content: "\f129"
}

.icon-exclamation:before {
  content: "\f12a"
}

.icon-superscript:before {
  content: "\f12b"
}

.icon-subscript:before {
  content: "\f12c"
}

.icon-eraser:before {
  content: "\f12d"
}

.icon-puzzle:before {
  content: "\f12e"
}

.icon-microphone:before {
  content: "\f130"
}

.icon-microphone-off:before {
  content: "\f131"
}

.icon-shield:before {
  content: "\f132"
}

.icon-calendar-empty:before {
  content: "\f133"
}

.icon-fire-extinguisher:before {
  content: "\f134"
}

.icon-rocket:before {
  content: "\f135"
}

.icon-maxcdn:before {
  content: "\f136"
}

.icon-chevron-sign-left:before {
  content: "\f137"
}

.icon-chevron-sign-right:before {
  content: "\f138"
}

.icon-chevron-sign-up:before {
  content: "\f139"
}

.icon-chevron-sign-down:before {
  content: "\f13a"
}

.icon-html5:before {
  content: "\f13b"
}

.icon-css3:before {
  content: "\f13c"
}

.icon-anchor:before {
  content: "\f13d"
}

.icon-unlock-alt:before {
  content: "\f13e"
}

.icon-bullseye:before {
  content: "\f140"
}

.icon-ellipsis-horizontal:before {
  content: "\f141"
}

.icon-ellipsis-vertical:before {
  content: "\f142"
}

.icon-rss-sign:before {
  content: "\f143"
}

.icon-play-sign:before {
  content: "\f144"
}

.icon-ticket:before {
  content: "\f145"
}

.icon-minus-sign-alt:before {
  content: "\f146"
}

.icon-check-minus:before {
  content: "\f147"
}

.icon-level-up:before {
  content: "\f148"
}

.icon-level-down:before {
  content: "\f149"
}

.icon-check-sign:before {
  content: "\f14a"
}

.icon-edit-sign:before {
  content: "\f14b"
}

.icon-external-link-sign:before {
  content: "\f14c"
}

.icon-share-sign:before {
  content: "\f14d"
}

.icon-compass:before {
  content: "\f14e"
}

.icon-collapse:before {
  content: "\f150"
}

.icon-collapse-top:before {
  content: "\f151"
}

.icon-expand:before {
  content: "\f152"
}

.icon-euro:before {
  content: "\f153"
}

.icon-gbp:before {
  content: "\f154"
}

.icon-dollar:before {
  content: "\f155"
}

.icon-rupee:before {
  content: "\f156"
}

.icon-yen:before {
  content: "\f157"
}

.icon-renminbi:before {
  content: "\f158"
}

.icon-won:before {
  content: "\f159"
}

.icon-bitcoin:before {
  content: "\f15a"
}

.icon-file-2:before {
  content: "\f15b"
}

.icon-file-text:before {
  content: "\f15c"
}

.icon-sort-by-alphabet:before {
  content: "\f15d"
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"
}

.icon-sort-by-attributes:before {
  content: "\f160"
}

.icon-sort-by-attributes-alt:before {
  content: "\f161"
}

.icon-sort-by-order:before {
  content: "\f162"
}

.icon-sort-by-order-alt:before {
  content: "\f163"
}

.icon-thumbs-up-2:before {
  content: "\f164"
}

.icon-thumbs-down-2:before {
  content: "\f165"
}

.icon-youtube-sign:before {
  content: "\f166"
}

.icon-youtube:before {
  content: "\f167"
}

.icon-xing:before {
  content: "\f168"
}

.icon-xing-sign:before {
  content: "\f169"
}

.icon-youtube-play:before {
  content: "\f16a"
}

.icon-dropbox:before {
  content: "\f16b"
}

.icon-stackexchange:before {
  content: "\f16c"
}

.icon-instagram:before {
  content: "\f16d"
}

.icon-flickr:before {
  content: "\f16e"
}

.icon-adn:before {
  content: "\f170"
}

.icon-bitbucket:before {
  content: "\f171"
}

.icon-bitbucket-sign:before {
  content: "\f172"
}

.icon-tumblr:before {
  content: "\f173"
}

.icon-tumblr-sign:before {
  content: "\f174"
}

.icon-long-arrow-down:before {
  content: "\f175"
}

.icon-long-arrow-up:before {
  content: "\f176"
}

.icon-long-arrow-left:before {
  content: "\f177"
}

.icon-long-arrow-right:before {
  content: "\f178"
}

.icon-apple:before {
  content: "\f179"
}

.icon-windows:before {
  content: "\f17a"
}

.icon-android:before {
  content: "\f17b"
}

.icon-linux:before {
  content: "\f17c"
}

.icon-dribbble:before {
  content: "\f17d"
}

.icon-skype:before {
  content: "\f17e"
}

.icon-foursquare:before {
  content: "\f180"
}

.icon-trello:before {
  content: "\f181"
}

.icon-female:before {
  content: "\f182"
}

.icon-male:before {
  content: "\f183"
}

.icon-gittip:before {
  content: "\f184"
}

.icon-sun:before {
  content: "\f185"
}

.icon-moon:before {
  content: "\f186"
}

.icon-archive:before {
  content: "\f187"
}

.icon-bug:before {
  content: "\f188"
}

.icon-vk:before {
  content: "\f189"
}

.icon-weibo:before {
  content: "\f18a"
}

.icon-renren:before {
  content: "\f18b"
}

.icon-layers:before {
  content: "\e000"
}

.icon-switches:before {
  content: "\e002"
}

.icon-section:before {
  content: "\e006"
}

.icon-page-2:before {
  content: "\e007"
}

.icon-page-1:before {
  content: "\e008"
}

.icon-lifebuoy:before {
  content: "\e009"
}

.icon-layers-2:before {
  content: "\e00a"
}

.icon-form:before {
  content: "\e00b"
}

.icon-buy:before {
  content: "\e00c"
}

.icon-mobile-2:before {
  content: "\e00d"
}

.icon-button:before {
  content: "\e00e"
}

.icon-box:before {
  content: "\e00f"
}

.icon-text:before {
  content: "\e001"
}

.icon-grid-horizontal:before {
  content: "\e003"
}

.icon-grid-vertical:before {
  content: "\e004"
}

.icon-grid:before {
  content: "\e005"
}

.icon-padding-top:before {
  content: "\e010"
}

.icon-padding-right:before {
  content: "\e011"
}

.icon-padding-left:before {
  content: "\e012"
}

.icon-padding-bottom:before {
  content: "\e013"
}

.icon-margin-top:before {
  content: "\e014"
}

.icon-margin-right:before {
  content: "\e015"
}

.icon-margin-left:before {
  content: "\e016"
}

.icon-margin-bottom:before {
  content: "\e017"
}

.icon-font-thin:before {
  content: "\e019"
}

.icon-font-bold:before {
  content: "\e01b"
}

.icon-border-top:before {
  content: "\e01d"
}

.icon-border-right:before {
  content: "\e01e"
}

.icon-border-radius-top-right:before {
  content: "\e01f"
}

.icon-border-radius-top-left:before {
  content: "\e020"
}

.icon-border-radius-bottom-right:before {
  content: "\e021"
}

.icon-border-radius-bottom-left:before {
  content: "\e022"
}

.icon-border-left:before {
  content: "\e023"
}

.icon-border-bottom:before {
  content: "\e024"
}

.icon-line-height:before {
  content: "\e018"
}

.icon-font-normal:before {
  content: "\e01a"
}

.icon-uppercase:before {
  content: "\e01c"
}

.icon-lowercase:before {
  content: "\e025"
}

.icon-capitalize:before {
  content: "\e026"
}

@media only screen and (max-width:763px) {

  body,
  div {
    background-attachment: scroll !important
  }
}

body {
  text-rendering: optimizeLegibility
}

[class*='-iframe-enabled-'] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  padding: 0;
  margin: 0
}

[class*="-iframe-enabled-overlay"] {
  position: absolute;
  left: 0;
  margin: 0
}

[class*="-iframe-enabled-underlay"] {
  position: absolute
}

[class^=desktop-iframe-enabled] {
  display: none
}

[class^=tablet-iframe-enabled] {
  display: none
}

[class^=mobile-iframe-enabled] {
  display: none
}

img:not([src]) {
  visibility: hidden
}

@media (hover:none) {
  .accordion-cursor-pointer {
    cursor: default
  }
}

@media screen and (max-width:763px) {
  .lan-tooltip-wrapper {
    max-width: 304px
  }
}

@keyframes tooltip-fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.clearfix:before {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body,
html {
  font-size: 16px
}

ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered
}

ol li {
  position: relative;
  margin-left: calc(1em + 10px)
}

ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial
}

.blueimp-gallery ol li:before {
  content: "";
  display: none
}

ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0
}

ul li {
  position: relative;
  margin-left: calc(1em + 10px)
}

ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

b,
strong {
  font-weight: 700
}

em,
i {
  font-style: italic
}

body {
  font-family: Arial, 'sans-serif';
  line-height: 1
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
  outline: 0
}

b,
strong {
  font-weight: 700
}

em,
i {
  font-style: italic
}

.row {
  height: 100%
}

.row:before {
  content: " ";
  display: table
}

.row:after {
  clear: both
}

[class*=col-] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:764px) {
  [class*=col-] {
    float: left;
    height: 100%
  }
}

.widget {
  position: absolute
}

.widget-section {
  position: relative
}

.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px
}

.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px
}

.widget-button {
  cursor: pointer
}

a.widget-image img {
  display: block;
  width: 100%;
  height: 100%
}

.widget-icon i::before,
.widget-icon::before,
.widget-popupcloser i::before,
.widget-popupcloser::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.widget-text a {
  color: inherit
}

.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, .3), rgba(0, 0, 0, .4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, .3)), to(rgba(0, 0, 0, .4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, .3), rgba(0, 0, 0, .4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, .3), rgba(0, 0, 0, .4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, .3), rgba(0, 0, 0, .4));
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: transparent
}

.widget-button[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important
}

.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center
}

.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, .2);
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s
}

img[data-gallery]:hover {
  cursor: pointer
}

.bg-cover .container {
  background-size: cover
}

.bg-contain .container {
  background-size: contain
}

@media screen and (max-width:763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px
  }
}

html[dir=rtl] input[type=tel] {
  direction: rtl
}

:root {
  --color-primary-0: 245, 148, 31;
  --color-primary-1: 176, 143, 72;
  --color-primary-2: 171, 127, 40;
  --color-primary-3: 158, 64, 23;
  --color-primary-4: 104, 46, 40;
  --color-secondary-0: 235, 237, 226;
  --color-secondary-1: 189, 195, 157;
  --color-secondary-2: 123, 134, 59;
  --color-secondary-3: 62, 67, 30;
  --color-secondary-4: 18, 20, 9;
  --color-tertiary-0: 255, 255, 255;
  --color-tertiary-1: 255, 252, 251;
  --color-tertiary-2: 123, 123, 123;
  --color-tertiary-3: 119, 119, 119;
  --color-tertiary-4: 0, 0, 0;
  --headlines-font-family: "Montserrat";
  --paragraphs-font-family: "Raleway"
}

@media only screen and (max-width:763px) {
  [class*=col-] {
    width: 100%%
  }
}

@media only screen and (min-width:764px) and (max-width:959px) {
  html {
    width: 960px
  }
}

body {
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  position: relative;
  top: 0;
  left: 0;
  display: block
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row>.video-iframe-container {
  display: none
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#hero {
  position: relative;
  display: none
}

#hero {
  border-width: 0;
  border-radius: 0
}

#hero>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#hero>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#hero-title-line1 {
  color: #000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: var(--size-headline);
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 5.375rem;
  top: 3.5625rem;
  left: 0;
  display: none
}

#zBahK4t6eXp9RlCbGsC9rcOiPfkDnH3E {
  color: #000;
  display: block;
  width: 17.3125rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.25rem;
  top: 10.375rem;
  left: 1.3125rem;
  display: none
}

#hero-subtitle-bg {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none
}

#badge-sem-gluten-text {
  color: #000;
  display: block;
  width: 8.4375rem;
  position: absolute;
  font-family: arial;
  font-size: 1.3125rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.625rem;
  top: 1.125rem;
  left: 5.75rem;
  display: none
}

#badge-sem-gluten-bg {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none
}



#rDkRmF9TDDrHh5HmpZdNXMLqGfasmtJU {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#EfLw0PlTCwgNIHi2DyZkwa1thNhExkAX {
  color: #000;
  display: block;
  width: 6.3125rem;
  position: absolute;
  font-family: arial;
  font-size: .875rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.125rem;
  top: 17.625rem;
  left: 6.8125rem;
  display: none
}

#hero-price-bg-line1 {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none
}

#hero-price-bg-line2 {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none
}

#hero-title-line2 {
  color: #000;
  display: block;
  width: 17.875rem;
  position: absolute;
  font-family: arial;
  font-size: var(--size-headline);
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.6875rem;
  top: 7.3125rem;
  left: 1.0625rem;
  display: none
}

#bullets-section {
  position: relative;
  display: none
}

#bullets-section {
  border-width: 0;
  border-radius: 0
}

#bullets-section>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#bullets-section>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#bullets-card {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none
}

#bullets-text {
  color: #000;
  display: block;
  width: 15.5rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 3.875rem;
  top: 38.9375rem;
  left: 2.25rem;
  display: none
}

#bullet-icon-1 {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none
}

#bullet-icon-2 {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none
}

#bullet-icon-3 {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I {
  position: relative;
  display: none
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I {
  border-width: 0;
  border-radius: 0
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa {
  position: relative;
  display: none
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa {
  border-width: 0;
  border-radius: 0
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#xRLblXKMHa0s72sk2mei0u3hRJL0ZaHA {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#GrR6QdV3asFPd0EJ4xCg9XRuAsFIbPDx {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .5625rem 1.4375rem rgba(0, 0, 0, .5);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#Eo9GNVnT8XHiiA3QwMVBa0muT4emm5hX {
  background-color: #5d92ff;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  text-shadow: .0625rem .0625rem .1875rem rgba(0, 0, 0, .5);
  padding-top: .5rem;
  padding-right: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  display: block;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  z-index: 15000;
  text-align: center;
  text-align-last: center;
  display: none
}

#arGooKi2XNRfv99TWVpJCNKHovTICAeL {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 15000;
  display: block
}

#RgerqOWcqmdPlP2sl05FZF4vmapq591C {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .09);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#SVpfkyNEitqfVB98nHlzuCJlIqQkWg5u {
  color: #000;
  display: block;
  width: 11.125rem;
  position: absolute;
  font-family: arial;
  font-size: 1rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.0625rem;
  top: 16.25rem;
  left: 6.6875rem;
  display: none
}

#FQbQn4J8keXfo1uAJzG3yCyPuD2Sllsx {
  color: #000;
  display: block;
  width: 10.4375rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.0625rem;
  top: 15.25rem;
  left: 6.4375rem;
  display: none
}

#PER1s1Std03rJMC40H5cDiaRWKNhA2UC {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.75rem;
  width: 13.5625rem;
  display: none
}

#HVns3JTgt3vir4tW0uH5gTpf5B0E4S3x {
  color: #000;
  display: block;
  width: 11.125rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.0625rem;
  top: 12.375rem;
  left: 6.4375rem;
  display: none
}

#ZJOcckrMqknvhUqexByD72DA0w1cGg1P {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 11.875rem;
  width: 12.875rem;
  display: none
}

#ghD5obyK2DKtcggAHAITybIrb5rZZpfo {
  color: #000;
  display: block;
  width: 11.125rem;
  position: absolute;
  font-family: arial;
  font-size: 1rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.0625rem;
  top: 13.375rem;
  left: 6.5rem;
  display: none
}

#C5TwMMkL5a9ZUnOu01QlK1niwdz5kPhS {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.75rem;
  width: 12.875rem;
  display: none
}

#uTMTg8kb8xrh75gLT5H06J1lR6chkeRH {
  color: #000;
  display: block;
  width: 9.9375rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.5625rem;
  top: 19.625rem;
  left: 6.4375rem;
  display: none
}

#ymD8goK7LkX8RLsVv7lQB58Ea1PnRUHO {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.75rem;
  width: 14.0625rem;
  display: none
}

#i2dI87QcVT32S5VPCMahvTfEUU829s2t {
  color: #000;
  display: block;
  width: 8.4375rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.5625rem;
  top: 18.625rem;
  left: 6.9375rem;
  display: none
}

#bIqbBdtrV4Rouy1w9gVH1ZqVaHn0X7MI {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 13.25rem;
  width: 14.0625rem;
  display: none
}

#kCfgiooLK7G6HzyqSPGWTFZaTNV5HvGV {
  color: #000;
  display: block;
  width: 16.5625rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.8125rem;
  top: 13.8125rem;
  left: 1.6875rem;
  display: none
}

#xMxGUTT7JQ1yn4mh3KE22ZryQZTKShfK {
  color: #000;
  display: block;
  width: 14.1875rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 4.4375rem;
  top: 20.0625rem;
  left: 3rem;
  display: none
}

#hnaLVU4nISThhJtTsAClJtdrP3NuiIFx {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 58.5rem;
  width: 46.4375rem;
  display: none
}

#fNJtKoJOTXr4AONeu8AQyvTfOfhyf0zG {
  color: #000;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.1875rem;
  font-weight: 700;
  z-index: 15004;
  line-height: 1.1;
  letter-spacing: 0;
  top: 1.75rem;
  left: 9.3125rem;
  height: 2.375rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s {
  position: relative;
  display: none
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s {
  border-width: 0;
  border-radius: 0
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#nOv6v90oe73TDt5URKl48XXTI046f3vp {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 3.6875rem;
  width: 3.6875rem;
  display: none
}

#iO4gqEG6qFFJ2kUnTfUoZAeLkTUgHOFB {
  color: #000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 3.25rem;
  top: 20.125rem;
  left: 0;
  display: none
}

#oCSvhtVcHc1HEtaqWvAfT2srJVcSoV1W {
  color: #000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 3.25rem;
  top: 20.125rem;
  left: 0;
  display: none
}

#udfkaCgz431MlHC8TTM4AzM8fr2mtosW {
  color: #000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 3.25rem;
  top: 20.125rem;
  left: 0;
  display: none
}

#sD7Pint6TNsfAlpBQh5Bassdlw4agP88 {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 3.6875rem;
  width: 3.6875rem;
  display: none
}

#xTkCMwXQF9gJFLqqOt91iD8e5knIGkxD {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 3.5625rem;
  width: 3.6875rem;
  display: none
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9 {
  position: relative;
  display: none
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9 {
  border-width: 0;
  border-radius: 0
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#bcePsbFL76IsRGKhTkKE593K3K9Ac0Tb {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 25.0625rem;
  width: 21.0625rem;
  display: none
}

#asEATArf7QIqod0J3x7ZVCGhrVilczyz {
  color: #000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 3.25rem;
  top: 20.125rem;
  left: 0;
  display: none
}

#gEzvqSKoainb9fCcZtJpEtSxmp8M0d6A {
  color: #000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 3.25rem;
  top: 20.125rem;
  left: 0;
  display: none
}

#G8LhnVqTl3PrkAHJLE3fHgl611bH5q7r {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none
}

#h7gqQNAMhMT14GTItIaFXmllhKIVgWir {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h {
  position: relative;
  display: none
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h {
  border-width: 0;
  border-radius: 0
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#s0n7FbtZLbB29x7DzoWpG8HySivKNsyR {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 90rem;
  width: 50.625rem;
  display: none
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu {
  position: relative;
  display: none
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu {
  border-width: 0;
  border-radius: 0
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#GAqNoEXzLfKDKkkfaE33UbiguIMafy5N {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 90rem;
  width: 50.625rem;
  display: none
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z {
  position: relative;
  display: none
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z {
  border-width: 0;
  border-radius: 0
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#IhnfWo1MLxtVpWRmOLd7RZyKIcCWAtsT {
  color: #ff0054;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.625rem;
  font-weight: 700;
  z-index: 15003;
  line-height: 1.1;
  letter-spacing: 0;
  top: .90625rem;
  left: 9.3125rem;
  height: 2.875rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none
}

#DHUixLokZz9By2J0qwkTi0Pe4AT9cFH0 {
  color: #000;
  display: block;
  width: 15.25rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.875rem;
  top: 8.75rem;
  left: 2.375rem;
  display: none
}

#obuzTM0C0oFqWbJu5XNy4z0rgsTD9EDn {
  color: #000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.4375rem;
  top: 13rem;
  left: 0;
  display: none
}

#yczhTBMvyxQCnd3RwhIN31TLwIlcEKyK {
  color: #6d6d6d;
  display: block;
  width: 25.9375rem;
  position: absolute;
  font-family: lato;
  font-size: 1.1875rem;
  font-weight: 300;
  z-index: 15004;
  line-height: 2.1;
  letter-spacing: 0;
  top: 2.8667435646057rem;
  left: 32.03125rem;
  height: 17.0625rem;
  font-style: normal;
  display: none
}

#KbQH2NSiLRnGoTgDaJFrbWi0frX3mnnT {
  color: #000;
  display: block;
  width: 17.3125rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.4375rem;
  top: 42.1875rem;
  left: 1.3125rem;
  display: none
}

#MF0Pd6cFIrauQCcBLpbUK1pJR8EziBsJ {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none
}

#kpmGXKOADDwmDWMVHsbiRfS2rcPfin7d {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none
}

#taBpzKERo7JIDAyfs5GT4B6EaM92Gvmd {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none
}

#XnHRh09NHrGd4SI2oTQyrqlqE8zsROQs {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none
}

#lz3pLBQcLNTJBNEsEBe30BIA3bTTsJR8 {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none
}

#oWDOqZaMgW8hLRlkGTyvKgvRUAqJdhbr {
  color: #000;
  display: block;
  width: 15.25rem;
  position: absolute;
  font-family: arial;
  font-size: .9375rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 5.8125rem;
  top: 36.8125rem;
  left: .375rem;
  display: none
}

#sR3kK47ImLtMynV15F2T7bQNzA24ZcEx {
  color: #000;
  display: block;
  width: 13.0625rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.875rem;
  top: 43.5625rem;
  left: .375rem;
  display: none
}

#oz4TobHsdB13dVQS0x6uf51xOaAJi0sm {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 58.5rem;
  width: 46.4375rem;
  display: none
}

#B3TO0Il7CveUzHtNkqbBAs2RzBgr9oKc {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .09);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW {
  position: relative;
  display: none
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW {
  border-width: 0;
  border-radius: 0
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#TkI12Vd7wqUu53FKT8r6BFZdTMwmckPy {
  color: #ff0054;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.625rem;
  font-weight: 700;
  z-index: 15003;
  line-height: 1.1;
  letter-spacing: 0;
  top: .90625rem;
  left: 9.3125rem;
  height: 2.875rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none
}

#E7sU3Mrq5s4nsXOznKnZ7Cvab0fwaZbF {
  color: #000;
  display: block;
  width: 15.25rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.875rem;
  top: 7.875rem;
  left: 2.375rem;
  display: none
}

#hbAeLe0HJf3OldSly9v52kElFep50xQk {
  color: #000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.875rem;
  top: 7.75rem;
  left: 0;
  display: none
}

#sqi3XPlMNtLXWWM2WUGy7FMTb2qOq8Ty {
  color: #000;
  display: block;
  width: 18.5625rem;
  position: absolute;
  font-family: arial;
  font-size: 1.375rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.4375rem;
  top: 25.9375rem;
  left: .625rem;
  display: none
}

#NLXfiKWaypV5dD61clah3e2VGufswAWb {
  color: #000;
  display: block;
  width: 18.5625rem;
  position: absolute;
  font-family: arial;
  font-size: .9375rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 4.875rem;
  top: 27.8125rem;
  left: .6875rem;
  display: none
}

#y2EhQ7nQMFsgApNSBcmWT5eF7PD6W6eG {
  color: #000;
  display: block;
  width: 19.125rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.75rem;
  top: 33.375rem;
  left: .625rem;
  display: none
}

#iv03UvNOKRA7F5oZ7C0JNwQu4cP2emVN {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .09);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#HVUtuPRkDc6A12hyG0Il5qPxfJyBmkia {
  color: #000;
  display: block;
  width: 20rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.4375rem;
  top: 11rem;
  left: 0;
  display: none
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR {
  position: relative;
  display: none
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR {
  border-width: 0;
  border-radius: 0
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#zZyZftKwm2aSp99xukWcahrTTrg0E1ve {
  color: #000;
  display: block;
  width: 17.8125rem;
  position: absolute;
  font-family: arial;
  font-size: 1.1875rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.6875rem;
  top: 9.5rem;
  left: 1rem;
  display: none
}

#TlcXLeIHrLZLRIqm9KIN12HMzlgxnLrb {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none
}

#quXtwBvAlUuClz6cZpPQowroWOqssN0H {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none
}

#ED8fdbGmUiF2teIcQhe7AAHuzBunABRy {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#Fzw4fUO5qReuWqgdaaKeR0vVuHdOo90H {
  color: #000;
  display: block;
  width: 17.8125rem;
  position: absolute;
  font-family: arial;
  font-size: 1.1875rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.6875rem;
  top: 1.0625rem;
  left: 1rem;
  display: none
}

#N2uW4Z0MpFEu0szgA6LmRNInI1Vy74zB {
  color: #000;
  display: block;
  width: 17.8125rem;
  position: absolute;
  font-family: arial;
  font-size: 1.1875rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 1.75rem;
  top: 8.8125rem;
  left: 1rem;
  display: none
}

#zlMmMd0AI05CcorKZIflzitmhiBBas8Q {
  color: #ff0054;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.625rem;
  font-weight: 700;
  z-index: 15003;
  line-height: 1.1;
  letter-spacing: 0;
  top: .90625rem;
  left: 9.3125rem;
  height: 2.875rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR {
  position: relative;
  display: none
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR {
  border-width: 0;
  border-radius: 0
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#xoIcNxb5ENmJKvL3ayaMpLeFvICNldJk {
  color: #000;
  display: block;
  width: 17.875rem;
  position: absolute;
  font-family: arial;
  font-size: 1.1875rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.5625rem;
  top: 22.625rem;
  left: 1.0625rem;
  display: none
}

#JQOvvUTklp6mTxeW2pfwnrTA1fn9Wxoq {
  color: #000;
  display: block;
  width: 18.3125rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 4.4375rem;
  top: 25.125rem;
  left: .8125rem;
  display: none
}

#SoMGOWsJAU3eHBccfSZokxhECnSJymcB {
  color: #000;
  display: block;
  width: 17.5rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.875rem;
  top: 10.625rem;
  left: 1.25rem;
  display: none
}

#icKDl2PcAsFi14RPcrkHvUvbP818MPNc {
  color: #000;
  display: block;
  width: 16.5625rem;
  position: absolute;
  font-family: arial;
  font-size: 1.1875rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 3.3125rem;
  top: 7.75rem;
  left: 1.75rem;
  display: none
}

#F402Ok1w3v7u6r94ugM9xWWwThrBMtdb {
  color: #000;
  display: block;
  width: 13.625rem;
  position: absolute;
  font-family: arial;
  font-size: 1.1875rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.5625rem;
  top: 41.75rem;
  left: 3.1875rem;
  display: none
}

#FV7rEBXSq7qfNUq2OrAwVdKvCBDCDOlV {
  color: #000;
  display: block;
  width: 17.375rem;
  position: absolute;
  font-family: arial;
  font-size: 1.125rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 5.0625rem;
  top: 45.4375rem;
  left: 1.25rem;
  display: none
}

#gZACQW05FOeVRqopRpEID9dQeIFLWDeO {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .09);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#iIL9zzrXctP7NKu00UWBi7FQLTZt66ts {
  display: block;
  width: 60rem;
  position: absolute;
  font-family: bitter;
  font-size: 2.75rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  top: .8561198711395rem;
  left: 0;
  height: 7.125rem;
  color: #2d3142;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none
}

#bHiCqKufdHZHTgy7iDdDu6To1OwFqscN {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .09);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#ftxT8ciTdGc7IALltH6nZOq3WZ7V12OA {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .09);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#TTOeAScuQvn6GGArTFsJycmnTmB4EzCs {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .09);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#wWtVFpCJUwTKRwuE9xZhePAX5zXo8gdP {
  color: #000;
  display: block;
  width: 18.4375rem;
  position: absolute;
  font-family: arial;
  font-size: 1.0625rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 4.125rem;
  top: 31.9375rem;
  left: .8125rem;
  display: none
}

#f4c60V1JH420ZpkyKtgAMVslN8v3kyp3 {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .09);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#hXwOA6TgPXhEs12zgVF6slWFwblwEiTT {
  color: #000;
  display: block;
  width: 16.4375rem;
  position: absolute;
  font-family: arial;
  font-size: 1.1875rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.5625rem;
  top: 29.6875rem;
  left: 1.8125rem;
  display: none
}

#fOwqx7M5y1IzaIwlDqIpD0DrOJ899ZrI {
  display: block;
  width: 60rem;
  position: absolute;
  font-family: bitter;
  font-size: 2.75rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  top: .8561198711395rem;
  left: 0;
  height: 7.125rem;
  color: #2d3142;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none
}

#oM9zOSGJSgAQyNf0c7pTC4IwqCz6sb0d {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .09);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#J592n92fe4TfZ4AduFEPTxWlK3JkzNHm {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .09);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#qfuG1Evz9TXKXacAPPEmH2IrEUl4O1VU {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .09);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK {
  position: relative;
  display: none
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK {
  border-width: 0;
  border-radius: 0
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#kWHuNdbLPuzTyLgR5fAq6q7twsALn3pJ {
  color: #fff;
  display: block;
  width: 22.125rem;
  position: absolute;
  font-family: montserrat;
  font-size: .875rem;
  font-weight: 400;
  z-index: 15008;
  line-height: 1.4;
  letter-spacing: 0;
  top: 7.5rem;
  left: 36.25rem;
  height: 2.375rem;
  font-style: normal;
  text-align: justify;
  text-align-last: initial;
  display: none
}

#NCPXXoh687k3oSRe99ciikAaHEaED3qk {
  display: block;
  width: 27.874375rem;
  position: absolute;
  font-family: bitter;
  font-size: 3rem;
  font-weight: 400;
  z-index: 15001;
  line-height: 1.3;
  letter-spacing: 0;
  top: 5.4991312026978rem;
  left: 3.4375rem;
  height: 3.875rem;
  color: #fff;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  display: none
}

#QyM7390Q5VfOmBfveOZCh21MaTWnWuBc {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .09);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#B5pcc54ZXfU9fRTHClbzE7Ox8fLIIKoL {
  display: block;
  width: 27.874375rem;
  position: absolute;
  font-family: bitter;
  font-size: 3rem;
  font-weight: 400;
  z-index: 15001;
  line-height: 1.3;
  letter-spacing: 0;
  top: 5.4991312026978rem;
  left: 3.4375rem;
  height: 3.875rem;
  color: #fff;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  display: none
}

#MKQa4KxChnEyfGB2x69eRDkqzteL2g9w {
  color: #fff;
  display: block;
  width: 22.125rem;
  position: absolute;
  font-family: montserrat;
  font-size: .875rem;
  font-weight: 400;
  z-index: 15008;
  line-height: 1.4;
  letter-spacing: 0;
  top: 7.5rem;
  left: 36.25rem;
  height: 2.375rem;
  font-style: normal;
  text-align: justify;
  text-align-last: initial;
  display: none
}

#U2EJg5SqzbL0LC8hvAgr5uKrTEOBPz9q {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .09);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#gMdKfkaZNUh327tSa3VIr0dqxTEZWHeX {
  color: #fff;
  display: block;
  width: 22.125rem;
  position: absolute;
  font-family: montserrat;
  font-size: .875rem;
  font-weight: 400;
  z-index: 15008;
  line-height: 1.4;
  letter-spacing: 0;
  top: 7.5rem;
  left: 36.25rem;
  height: 2.375rem;
  font-style: normal;
  text-align: justify;
  text-align-last: initial;
  display: none
}

#Mr6Raqmy2lnqFKkAUP6HiFUFlOvpzZtk {
  display: block;
  width: 27.874375rem;
  position: absolute;
  font-family: bitter;
  font-size: 3rem;
  font-weight: 400;
  z-index: 15001;
  line-height: 1.3;
  letter-spacing: 0;
  top: 5.4991312026978rem;
  left: 3.4375rem;
  height: 3.875rem;
  color: #fff;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  display: none
}

#tSAFDLk6NTu0eEefCxT1d6PNxR3xAA0R {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .09);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#l3ghd475whqn20xXTlCttVwF0n14QyUA {
  color: #fff;
  display: block;
  width: 22.125rem;
  position: absolute;
  font-family: montserrat;
  font-size: .875rem;
  font-weight: 400;
  z-index: 15008;
  line-height: 1.4;
  letter-spacing: 0;
  top: 7.5rem;
  left: 36.25rem;
  height: 2.375rem;
  font-style: normal;
  text-align: justify;
  text-align-last: initial;
  display: none
}

#ph9zkoA0gqCPNdaRk1aJdTVZoAy2M7LF {
  display: block;
  width: 27.874375rem;
  position: absolute;
  font-family: bitter;
  font-size: 3rem;
  font-weight: 400;
  z-index: 15001;
  line-height: 1.3;
  letter-spacing: 0;
  top: 5.4991312026978rem;
  left: 3.4375rem;
  height: 3.875rem;
  color: #fff;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  display: none
}

#CwfNHhemfyW7LNqlQxUrk8wQ4KKJezLZ {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none
}

#fzo911tWKvTo0BBg1gB8y2x3NV9zgry8 {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none
}

#bdSTKOXOPmL9nAreg7rsaACylD4T8uRd {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .09);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#AJrxQdxNEv1dxgJ2SpFs3gk7ivR1yD21 {
  color: #fff;
  display: block;
  width: 22.125rem;
  position: absolute;
  font-family: montserrat;
  font-size: .875rem;
  font-weight: 400;
  z-index: 15008;
  line-height: 1.4;
  letter-spacing: 0;
  top: 7.5rem;
  left: 36.25rem;
  height: 2.375rem;
  font-style: normal;
  text-align: justify;
  text-align-last: initial;
  display: none
}

#uxsOs1o3R2qKe6bH7DP29wVU61Aodqk8 {
  display: block;
  width: 27.874375rem;
  position: absolute;
  font-family: bitter;
  font-size: 3rem;
  font-weight: 400;
  z-index: 15001;
  line-height: 1.3;
  letter-spacing: 0;
  top: 5.4991312026978rem;
  left: 3.4375rem;
  height: 3.875rem;
  color: #fff;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  display: none
}

#Cf8v4NrElMPr2aq1WM7W79myMmAUrAZc {
  display: block;
  width: 27.874375rem;
  position: absolute;
  font-family: bitter;
  font-size: 3rem;
  font-weight: 400;
  z-index: 15001;
  line-height: 1.3;
  letter-spacing: 0;
  top: 5.4991312026978rem;
  left: 3.4375rem;
  height: 3.875rem;
  color: #fff;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  display: none
}

#LZyqtqzH60yDw5kDLqr7Ls2lP1DMbuhA {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#mnLryySxZcwtaaIAWik2SKvvaZsAXUCy {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .5625rem 1.4375rem rgba(0, 0, 0, .5);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#P6T7aDFvRvV8u71akDcSu1Fex0L7z0kx {
  background-color: #5d92ff;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  text-shadow: .0625rem .0625rem .1875rem rgba(0, 0, 0, .5);
  padding-top: .5rem;
  padding-right: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  display: block;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  z-index: 15000;
  text-align: center;
  text-align-last: center;
  display: none
}

#A6DqHgS9eQoDeBW0dGChDNPS7onN5xmB {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 15000;
  display: block
}

#I0hTugJTIT1pGMgkS7mFQrcmVILp7mB6 {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#lmpONozpa5Oa4wXQFDkZfV8ihxdTsN9a {
  color: #000;
  display: block;
  width: 17.375rem;
  position: absolute;
  font-family: "open sans";
  font-size: .9375rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 4.1875rem;
  top: 9.25rem;
  left: 1.3125rem;
  display: none
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4 {
  position: relative;
  display: none
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4 {
  border-width: 0;
  border-radius: 0
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#kVtCComxaFU43Lk6GBT5k4inhaLPD2Wz {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#cEmkx403chroPXVdmErOp1mkP1xhLBC8 {
  color: #000;
  display: block;
  width: 16.3125rem;
  position: absolute;
  font-family: "open sans";
  font-size: 1.0625rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 5.9375rem;
  top: 13.5625rem;
  left: 1.75rem;
  display: none
}

#B2B1dQm3avGtUi5qL5W9cTpH4rNc1JEb {
  position: absolute;
  display: block;
  z-index: 15000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 9.0625rem;
  width: 9.0625rem;
  display: none
}

#IEeMVdmdcTm3496rTOuVT7yspBhUJedN {
  color: #ff0054;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.625rem;
  font-weight: 700;
  z-index: 15003;
  line-height: 1.1;
  letter-spacing: 0;
  top: .90625rem;
  left: 9.3125rem;
  height: 2.875rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none
}

#RVWUHguz2tHA5UodozyOhTX4vLdRbVBK {
  color: #ff0054;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.625rem;
  font-weight: 700;
  z-index: 15003;
  line-height: 1.1;
  letter-spacing: 0;
  top: .90625rem;
  left: 9.3125rem;
  height: 2.875rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA {
  position: relative;
  display: none
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA {
  border-width: 0;
  border-radius: 0
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#WHHxpqL4cFg654TfxOxTVISJrT6EmRr0 {
  color: #ff0054;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.625rem;
  font-weight: 700;
  z-index: 15003;
  line-height: 1.1;
  letter-spacing: 0;
  top: .90625rem;
  left: 9.3125rem;
  height: 2.875rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none
}

#G9HgvxdwGBe1Cy0847yabXMm44l0TbyZ {
  color: #ff0054;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.625rem;
  font-weight: 700;
  z-index: 15003;
  line-height: 1.1;
  letter-spacing: 0;
  top: .90625rem;
  left: 9.3125rem;
  height: 2.875rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT {
  position: relative;
  display: none
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT {
  border-width: 0;
  border-radius: 0
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#Mds7a1373qV5ZLKOLUJ39edDFcITaQep {
  color: #000;
  display: block;
  width: 18.3125rem;
  position: absolute;
  font-family: arial;
  font-size: 1rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 4.5rem;
  top: 19.0625rem;
  left: .875rem;
  display: none
}

#opGezkbAHckgmrPAPeMZroP7uJLEPFaP {
  box-sizing: content-box;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  display: none
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw {
  position: relative;
  display: none
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw {
  border-width: 0;
  border-radius: 0
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#wa9kqZCar1LHZ02dIWtQSJLIv1HzgTf5 {
  color: #000;
  display: block;
  width: 41.375rem;
  position: absolute;
  font-family: montserrat;
  font-size: 2.1875rem;
  font-weight: 700;
  z-index: 15004;
  line-height: 1.1;
  letter-spacing: 0;
  top: 1.75rem;
  left: 9.3125rem;
  height: 2.375rem;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  display: none
}

#JoDFBrKCUSTUNkfZTJP483ey0FEyhhgz {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#oCB73h38Oq5I8p8fWh4ZNFiolOcyrRmd {
  background-color: #5d92ff;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  text-shadow: .0625rem .0625rem .1875rem rgba(0, 0, 0, .5);
  padding-top: .5rem;
  padding-right: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  display: block;
  font-family: arial;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  z-index: 15000;
  text-align: center;
  text-align-last: center;
  display: none
}

#g7fd3aiCKL4w5cQlxqTuclsV48DvhM6o {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 15000;
  display: block
}

#SnNIAZKRpW8gokUCOyfURlTLlXrzC4V6 {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: none;
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#dQ9PslLPoQR1Wua2sRnxzCs1wunrtTNZ {
  position: absolute;
  display: block;
  z-index: 15000;
  background-color: #e3e3e3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  border-top-left-radius: initial;
  box-shadow: 0 .5625rem 1.4375rem rgba(0, 0, 0, .5);
  height: 12.5rem;
  width: 12.5rem;
  display: none
}

#rruMrpaVlTCTVBqeOTXFAxne4qtoTU3N {
  box-sizing: content-box;
  color: #5d92ff;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  height: 3.125rem;
  width: 3.125rem;
  position: absolute;
  text-align: center;
  text-align-last: center;
  text-decoration: none;
  display: flex;
  z-index: 15000;
  opacity: 1;
  display: none
}

#oFAtqhthdz7FkxTzi8hvT3xRCaH7bso2 {
  color: #6d6d6d;
  display: block;
  width: 25.9375rem;
  position: absolute;
  font-family: lato;
  font-size: 1.1875rem;
  font-weight: 300;
  z-index: 15004;
  line-height: 2.1;
  letter-spacing: 0;
  top: 2.8667435646057rem;
  left: 32.03125rem;
  height: 17.0625rem;
  font-style: normal;
  display: none
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa {
  position: relative;
  display: none
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa {
  border-width: 0;
  border-radius: 0
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
  background-image: none;
  font-size: .875rem;
  font-family: arial;
  height: 18.75rem;
  width: 60rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-bottom-left-radius: initial;
  position: relative;
  display: none
}

#EvkVaTGCEH2QuVDRi9aAJdeahCrxS4pS {
  color: #000;
  display: block;
  width: 12.5rem;
  position: absolute;
  font-family: arial;
  font-size: .75rem;
  font-weight: 400;
  z-index: 15000;
  line-height: 1.3;
  letter-spacing: 0;
  height: 2.5625rem;
  top: 1.375rem;
  left: 3.75rem;
  display: none
}

body {
  position: relative;
  display: block
}

#hero {
  display: none
}

#hero>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#hero-title-line1 {
  top: 3.5625rem;
  left: 0;
  width: 20rem;
  height: 5.375rem;
  font-size: var(--size-headline);
  display: none
}

#zBahK4t6eXp9RlCbGsC9rcOiPfkDnH3E {
  top: 10.375rem;
  left: 0;
  width: 17.3125rem;
  height: 2.25rem;
  font-size: 1.125rem;
  display: none
}

#hero-subtitle-bg {
  display: none
}

#badge-sem-gluten-text {
  top: 1.125rem;
  left: 0;
  width: 8.4375rem;
  height: 1.625rem;
  font-size: 1.3125rem;
  display: none
}

#badge-sem-gluten-bg {
  display: none
}



#rDkRmF9TDDrHh5HmpZdNXMLqGfasmtJU {
  display: none
}

#EfLw0PlTCwgNIHi2DyZkwa1thNhExkAX {
  top: 17.625rem;
  left: .6875rem;
  width: 6.3125rem;
  height: 1.125rem;
  font-size: .875rem;
  display: none
}

#hero-price-bg-line1 {
  display: none
}

#hero-price-bg-line2 {
  display: none
}

#hero-title-line2 {
  top: 7.3125rem;
  left: 0;
  width: 17.875rem;
  height: 2.6875rem;
  font-size: var(--size-headline);
  display: none
}

#bullets-section {
  display: none
}

#bullets-section>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#bullets-card {
  display: none
}

#bullets-text {
  top: 38.9375rem;
  left: 0;
  width: 15.5rem;
  height: 3.875rem;
  font-size: 1.0625rem;
  display: none
}

#bullet-icon-1 {
  display: none
}

#bullet-icon-2 {
  display: none
}

#bullet-icon-3 {
  display: none
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I {
  display: none
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa {
  display: none
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#xRLblXKMHa0s72sk2mei0u3hRJL0ZaHA {
  display: none
}

#GrR6QdV3asFPd0EJ4xCg9XRuAsFIbPDx {
  display: none
}

#Eo9GNVnT8XHiiA3QwMVBa0muT4emm5hX {
  display: none
}

#arGooKi2XNRfv99TWVpJCNKHovTICAeL {
  display: block
}

#RgerqOWcqmdPlP2sl05FZF4vmapq591C {
  display: none
}

#SVpfkyNEitqfVB98nHlzuCJlIqQkWg5u {
  top: 16.25rem;
  left: .61875009536743rem;
  width: 11.125rem;
  height: 1.0625rem;
  font-size: 1rem;
  display: none
}

#FQbQn4J8keXfo1uAJzG3yCyPuD2Sllsx {
  top: 15.25rem;
  left: .3125rem;
  width: 10.4375rem;
  height: 1.0625rem;
  font-size: 1.0625rem;
  display: none
}

#PER1s1Std03rJMC40H5cDiaRWKNhA2UC {
  width: 13.5625rem;
  height: 12.75rem;
  display: none
}

#HVns3JTgt3vir4tW0uH5gTpf5B0E4S3x {
  top: 12.375rem;
  left: .3125rem;
  width: 11.125rem;
  height: 1.0625rem;
  font-size: 1.0625rem;
  display: none
}

#ZJOcckrMqknvhUqexByD72DA0w1cGg1P {
  width: 12.875rem;
  height: 11.875rem;
  display: none
}

#ghD5obyK2DKtcggAHAITybIrb5rZZpfo {
  top: 13.375rem;
  left: .375rem;
  width: 11.125rem;
  height: 1.0625rem;
  font-size: 1rem;
  display: none
}

#C5TwMMkL5a9ZUnOu01QlK1niwdz5kPhS {
  width: 12.875rem;
  height: 12.75rem;
  display: none
}

#uTMTg8kb8xrh75gLT5H06J1lR6chkeRH {
  top: 19.625rem;
  left: .3125rem;
  width: 9.9375rem;
  height: 1.5625rem;
  font-size: 1.0625rem;
  display: none
}

#ymD8goK7LkX8RLsVv7lQB58Ea1PnRUHO {
  width: 14.0625rem;
  height: 12.75rem;
  display: none
}

#i2dI87QcVT32S5VPCMahvTfEUU829s2t {
  top: 18.625rem;
  left: .8125rem;
  width: 8.4375rem;
  height: 1.5625rem;
  font-size: 1.0625rem;
  display: none
}

#bIqbBdtrV4Rouy1w9gVH1ZqVaHn0X7MI {
  width: 14.0625rem;
  height: 13.25rem;
  display: none
}

#kCfgiooLK7G6HzyqSPGWTFZaTNV5HvGV {
  top: 13.8125rem;
  left: 0;
  width: 16.5625rem;
  height: 1.8125rem;
  font-size: 1.0625rem;
  display: none
}

#xMxGUTT7JQ1yn4mh3KE22ZryQZTKShfK {
  top: 20.0625rem;
  left: 0;
  width: 14.1875rem;
  height: 4.4375rem;
  font-size: 1.0625rem;
  display: none
}

#hnaLVU4nISThhJtTsAClJtdrP3NuiIFx {
  width: 46.4375rem;
  height: 58.5rem;
  display: none
}

#fNJtKoJOTXr4AONeu8AQyvTfOfhyf0zG {
  top: 1.5625rem;
  left: 0;
  width: 18.4375rem;
  height: 5.625rem;
  font-size: 2.125rem;
  display: none
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s {
  display: none
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#nOv6v90oe73TDt5URKl48XXTI046f3vp {
  width: 3.6875rem;
  height: 3.6875rem;
  display: none
}

#iO4gqEG6qFFJ2kUnTfUoZAeLkTUgHOFB {
  top: 0;
  left: 0;
  width: 17.1875rem;
  height: 1.0625rem;
  font-size: 1rem;
  display: none
}

#oCSvhtVcHc1HEtaqWvAfT2srJVcSoV1W {
  top: 1.0625rem;
  left: 0;
  width: 17.1875rem;
  height: 1.0625rem;
  font-size: 1rem;
  display: none
}

#udfkaCgz431MlHC8TTM4AzM8fr2mtosW {
  top: 1.0625rem;
  left: 2.09375rem;
  width: 9.9375rem;
  height: 1.0625rem;
  font-size: .9375rem;
  display: none
}

#sD7Pint6TNsfAlpBQh5Bassdlw4agP88 {
  width: 3.6875rem;
  height: 3.6875rem;
  display: none
}

#xTkCMwXQF9gJFLqqOt91iD8e5knIGkxD {
  width: 3.6875rem;
  height: 3.5625rem;
  display: none
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9 {
  display: none
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#bcePsbFL76IsRGKhTkKE593K3K9Ac0Tb {
  width: 21.0625rem;
  height: 25.0625rem;
  display: none
}

#asEATArf7QIqod0J3x7ZVCGhrVilczyz {
  top: 21.8125rem;
  left: 0;
  width: 20rem;
  height: 3.8125rem;
  font-size: 1.8125rem;
  display: none
}

#gEzvqSKoainb9fCcZtJpEtSxmp8M0d6A {
  top: 25.625rem;
  left: 0;
  width: 20rem;
  height: 2.4375rem;
  font-size: 1.125rem;
  display: none
}

#G8LhnVqTl3PrkAHJLE3fHgl611bH5q7r {
  display: none
}

#h7gqQNAMhMT14GTItIaFXmllhKIVgWir {
  display: none
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h {
  display: none
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#s0n7FbtZLbB29x7DzoWpG8HySivKNsyR {
  width: 47.75rem;
  height: 84.875rem;
  display: none
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu {
  display: none
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#GAqNoEXzLfKDKkkfaE33UbiguIMafy5N {
  width: 47.6875rem;
  height: 84.875rem;
  display: none
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z {
  display: none
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#IhnfWo1MLxtVpWRmOLd7RZyKIcCWAtsT {
  top: 1.8125rem;
  left: 0;
  width: 20rem;
  height: 5.3125rem;
  font-size: 1.75rem;
  display: none
}

#DHUixLokZz9By2J0qwkTi0Pe4AT9cFH0 {
  top: 8.75rem;
  left: 0;
  width: 15.25rem;
  height: 2.875rem;
  font-size: 1.125rem;
  display: none
}

#obuzTM0C0oFqWbJu5XNy4z0rgsTD9EDn {
  top: 13rem;
  left: 0;
  width: 20rem;
  height: 1.4375rem;
  font-size: 1.125rem;
  display: none
}

#yczhTBMvyxQCnd3RwhIN31TLwIlcEKyK {
  top: 15.375rem;
  left: 0;
  width: 18.5rem;
  height: 17.8125rem;
  font-size: 1.0625rem;
  display: none
}

#KbQH2NSiLRnGoTgDaJFrbWi0frX3mnnT {
  top: 42.1875rem;
  left: 0;
  width: 17.3125rem;
  height: 1.4375rem;
  font-size: 1.125rem;
  display: none
}

#MF0Pd6cFIrauQCcBLpbUK1pJR8EziBsJ {
  display: none
}

#kpmGXKOADDwmDWMVHsbiRfS2rcPfin7d {
  display: none
}

#taBpzKERo7JIDAyfs5GT4B6EaM92Gvmd {
  display: none
}

#XnHRh09NHrGd4SI2oTQyrqlqE8zsROQs {
  display: none
}

#lz3pLBQcLNTJBNEsEBe30BIA3bTTsJR8 {
  display: none
}

#oWDOqZaMgW8hLRlkGTyvKgvRUAqJdhbr {
  top: 36.8125rem;
  left: 0;
  width: 15.25rem;
  height: 5.8125rem;
  font-size: .9375rem;
  display: none
}

#sR3kK47ImLtMynV15F2T7bQNzA24ZcEx {
  top: 43.5625rem;
  left: 0;
  width: 13.0625rem;
  height: 2.875rem;
  font-size: 1.0625rem;
  display: none
}

#oz4TobHsdB13dVQS0x6uf51xOaAJi0sm {
  width: 46.4375rem;
  height: 58.5rem;
  display: none
}

#B3TO0Il7CveUzHtNkqbBAs2RzBgr9oKc {
  display: none
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW {
  display: none
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#TkI12Vd7wqUu53FKT8r6BFZdTMwmckPy {
  top: 1.8125rem;
  left: 0;
  width: 20rem;
  height: 3.8125rem;
  font-size: 1.75rem;
  display: none
}

#E7sU3Mrq5s4nsXOznKnZ7Cvab0fwaZbF {
  top: 7.875rem;
  left: 0;
  width: 15.25rem;
  height: 2.875rem;
  font-size: 1.125rem;
  display: none
}

#hbAeLe0HJf3OldSly9v52kElFep50xQk {
  top: 7.75rem;
  left: 0;
  width: 20rem;
  height: 2.875rem;
  font-size: 1.125rem;
  display: none
}

#sqi3XPlMNtLXWWM2WUGy7FMTb2qOq8Ty {
  top: 25.9375rem;
  left: 0;
  width: 18.5625rem;
  height: 1.4375rem;
  font-size: 1.375rem;
  display: none
}

#NLXfiKWaypV5dD61clah3e2VGufswAWb {
  top: 27.8125rem;
  left: 0;
  width: 18.5625rem;
  height: 4.875rem;
  font-size: .9375rem;
  display: none
}

#y2EhQ7nQMFsgApNSBcmWT5eF7PD6W6eG {
  top: 33.375rem;
  left: 0;
  width: 19.125rem;
  height: 2.75rem;
  font-size: 1.0625rem;
  display: none
}

#iv03UvNOKRA7F5oZ7C0JNwQu4cP2emVN {
  display: none
}

#HVUtuPRkDc6A12hyG0Il5qPxfJyBmkia {
  top: 11rem;
  left: 0;
  width: 20rem;
  height: 1.4375rem;
  font-size: 1.125rem;
  display: none
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR {
  display: none
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#zZyZftKwm2aSp99xukWcahrTTrg0E1ve {
  top: 9.5rem;
  left: 0;
  width: 17.8125rem;
  height: 1.6875rem;
  font-size: 1.1875rem;
  display: none
}

#TlcXLeIHrLZLRIqm9KIN12HMzlgxnLrb {
  display: none
}

#quXtwBvAlUuClz6cZpPQowroWOqssN0H {
  display: none
}

#ED8fdbGmUiF2teIcQhe7AAHuzBunABRy {
  display: none
}

#Fzw4fUO5qReuWqgdaaKeR0vVuHdOo90H {
  top: 1.0625rem;
  left: 0;
  width: 17.8125rem;
  height: 1.6875rem;
  font-size: 1.1875rem;
  display: none
}

#N2uW4Z0MpFEu0szgA6LmRNInI1Vy74zB {
  top: 8.8125rem;
  left: 0;
  width: 17.8125rem;
  height: 1.75rem;
  font-size: 1.1875rem;
  display: none
}

#zlMmMd0AI05CcorKZIflzitmhiBBas8Q {
  top: 1.75rem;
  left: 0;
  width: 20rem;
  height: 1.875rem;
  font-size: 1.75rem;
  display: none
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR {
  display: none
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#xoIcNxb5ENmJKvL3ayaMpLeFvICNldJk {
  top: 22.625rem;
  left: 0;
  width: 17.875rem;
  height: 2.5625rem;
  font-size: 1.1875rem;
  display: none
}

#JQOvvUTklp6mTxeW2pfwnrTA1fn9Wxoq {
  top: 25.125rem;
  left: 0;
  width: 18.3125rem;
  height: 4.4375rem;
  font-size: 1.0625rem;
  display: none
}

#SoMGOWsJAU3eHBccfSZokxhECnSJymcB {
  top: 10.625rem;
  left: 0;
  width: 17.5rem;
  height: 2.875rem;
  font-size: 1.125rem;
  display: none
}

#icKDl2PcAsFi14RPcrkHvUvbP818MPNc {
  top: 7.75rem;
  left: 0;
  width: 16.5625rem;
  height: 3.3125rem;
  font-size: 1.1875rem;
  display: none
}

#F402Ok1w3v7u6r94ugM9xWWwThrBMtdb {
  top: 41.75rem;
  left: 0;
  width: 13.625rem;
  height: 2.5625rem;
  font-size: 1.1875rem;
  display: none
}

#FV7rEBXSq7qfNUq2OrAwVdKvCBDCDOlV {
  top: 45.4375rem;
  left: 0;
  width: 17.375rem;
  height: 5.0625rem;
  font-size: 1.125rem;
  display: none
}

#gZACQW05FOeVRqopRpEID9dQeIFLWDeO {
  display: none
}

#iIL9zzrXctP7NKu00UWBi7FQLTZt66ts {
  width: 46.5rem;
  height: 4.0625rem;
  top: 0;
  left: .625rem;
  font-size: 3rem;
  display: none
}

#bHiCqKufdHZHTgy7iDdDu6To1OwFqscN {
  display: none
}

#ftxT8ciTdGc7IALltH6nZOq3WZ7V12OA {
  display: none
}

#TTOeAScuQvn6GGArTFsJycmnTmB4EzCs {
  display: none
}

#wWtVFpCJUwTKRwuE9xZhePAX5zXo8gdP {
  top: 31.9375rem;
  left: 0;
  width: 18.4375rem;
  height: 4.125rem;
  font-size: 1.0625rem;
  display: none
}

#f4c60V1JH420ZpkyKtgAMVslN8v3kyp3 {
  display: none
}

#hXwOA6TgPXhEs12zgVF6slWFwblwEiTT {
  top: 29.6875rem;
  left: 0;
  width: 16.4375rem;
  height: 2.5625rem;
  font-size: 1.1875rem;
  display: none
}

#fOwqx7M5y1IzaIwlDqIpD0DrOJ899ZrI {
  width: 46.5rem;
  height: 4.0625rem;
  top: 0;
  left: .625rem;
  font-size: 3rem;
  display: none
}

#oM9zOSGJSgAQyNf0c7pTC4IwqCz6sb0d {
  display: none
}

#J592n92fe4TfZ4AduFEPTxWlK3JkzNHm {
  display: none
}

#qfuG1Evz9TXKXacAPPEmH2IrEUl4O1VU {
  display: none
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK {
  display: none
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#kWHuNdbLPuzTyLgR5fAq6q7twsALn3pJ {
  top: 7.5rem;
  left: 27.75rem;
  width: 20rem;
  height: 1.3125rem;
  font-size: 1.125rem;
  display: none
}

#NCPXXoh687k3oSRe99ciikAaHEaED3qk {
  width: 46.5rem;
  height: 4.0625rem;
  top: 0;
  left: .625rem;
  font-size: 3rem;
  display: none
}

#QyM7390Q5VfOmBfveOZCh21MaTWnWuBc {
  top: 0;
  display: none
}

#B5pcc54ZXfU9fRTHClbzE7Ox8fLIIKoL {
  width: 46.5rem;
  height: 4.0625rem;
  top: 0;
  left: .625rem;
  font-size: 3rem;
  display: none
}

#MKQa4KxChnEyfGB2x69eRDkqzteL2g9w {
  top: 9.625rem;
  left: 0;
  width: 16.9375rem;
  height: 3.875rem;
  font-size: 1rem;
  display: none
}

#U2EJg5SqzbL0LC8hvAgr5uKrTEOBPz9q {
  top: 0;
  display: none
}

#gMdKfkaZNUh327tSa3VIr0dqxTEZWHeX {
  top: 15.9375rem;
  left: 0;
  width: 16.0625rem;
  height: 3.875rem;
  font-size: 1rem;
  display: none
}

#Mr6Raqmy2lnqFKkAUP6HiFUFlOvpzZtk {
  width: 46.5rem;
  height: 4.0625rem;
  top: 0;
  left: .625rem;
  font-size: 3rem;
  display: none
}

#tSAFDLk6NTu0eEefCxT1d6PNxR3xAA0R {
  top: 0;
  display: none
}

#l3ghd475whqn20xXTlCttVwF0n14QyUA {
  top: 7.5rem;
  left: 30.125rem;
  width: 17.1875rem;
  height: 3.625rem;
  font-size: 1rem;
  display: none
}

#ph9zkoA0gqCPNdaRk1aJdTVZoAy2M7LF {
  width: 46.5rem;
  height: 4.0625rem;
  top: 0;
  left: .625rem;
  font-size: 3rem;
  display: none
}

#CwfNHhemfyW7LNqlQxUrk8wQ4KKJezLZ {
  display: none
}

#fzo911tWKvTo0BBg1gB8y2x3NV9zgry8 {
  display: none
}

#bdSTKOXOPmL9nAreg7rsaACylD4T8uRd {
  top: 0;
  display: none
}

#AJrxQdxNEv1dxgJ2SpFs3gk7ivR1yD21 {
  top: 29rem;
  left: 1.6875rem;
  width: 11.25rem;
  height: 3.625rem;
  font-size: .9375rem;
  display: none
}

#uxsOs1o3R2qKe6bH7DP29wVU61Aodqk8 {
  width: 46.5rem;
  height: 4.0625rem;
  top: 0;
  left: .625rem;
  font-size: 3rem;
  display: none
}

#Cf8v4NrElMPr2aq1WM7W79myMmAUrAZc {
  width: 46.5rem;
  height: 4.0625rem;
  top: 0;
  left: .625rem;
  font-size: 3rem;
  display: none
}

#LZyqtqzH60yDw5kDLqr7Ls2lP1DMbuhA {
  display: none
}

#mnLryySxZcwtaaIAWik2SKvvaZsAXUCy {
  display: none
}

#P6T7aDFvRvV8u71akDcSu1Fex0L7z0kx {
  display: none
}

#A6DqHgS9eQoDeBW0dGChDNPS7onN5xmB {
  display: block
}

#I0hTugJTIT1pGMgkS7mFQrcmVILp7mB6 {
  display: none
}

#lmpONozpa5Oa4wXQFDkZfV8ihxdTsN9a {
  top: 9.25rem;
  left: 0;
  width: 17.375rem;
  height: 4.1875rem;
  font-size: .9375rem;
  display: none
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4 {
  display: none
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#kVtCComxaFU43Lk6GBT5k4inhaLPD2Wz {
  display: none
}

#cEmkx403chroPXVdmErOp1mkP1xhLBC8 {
  top: 13.5625rem;
  left: 0;
  width: 16.3125rem;
  height: 5.9375rem;
  font-size: 1.0625rem;
  display: none
}

#B2B1dQm3avGtUi5qL5W9cTpH4rNc1JEb {
  width: 9.0625rem;
  height: 9.0625rem;
  display: none
}

#IEeMVdmdcTm3496rTOuVT7yspBhUJedN {
  top: 1.8125rem;
  left: 0;
  width: 20rem;
  height: 2.25rem;
  font-size: 1.875rem;
  display: none
}

#RVWUHguz2tHA5UodozyOhTX4vLdRbVBK {
  top: 4.125rem;
  left: 0;
  width: 20rem;
  height: 2.4375rem;
  font-size: 1.875rem;
  display: none
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA {
  display: none
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#WHHxpqL4cFg654TfxOxTVISJrT6EmRr0 {
  top: 3.8125rem;
  left: 0;
  width: 20rem;
  height: 1.8125rem;
  font-size: 1.875rem;
  display: none
}

#G9HgvxdwGBe1Cy0847yabXMm44l0TbyZ {
  top: 1.5rem;
  left: 0;
  width: 20rem;
  height: 2.25rem;
  font-size: 1.875rem;
  display: none
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT {
  display: none
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#Mds7a1373qV5ZLKOLUJ39edDFcITaQep {
  top: 19.0625rem;
  left: 0;
  width: 18.3125rem;
  height: 4.5rem;
  font-size: 1rem;
  display: none
}

#opGezkbAHckgmrPAPeMZroP7uJLEPFaP {
  display: none
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw {
  display: none
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#wa9kqZCar1LHZ02dIWtQSJLIv1HzgTf5 {
  top: 21.6875rem;
  left: 0;
  width: 20rem;
  height: 5.125rem;
  font-size: 1.3125rem;
  display: none
}

#JoDFBrKCUSTUNkfZTJP483ey0FEyhhgz {
  display: none
}

#oCB73h38Oq5I8p8fWh4ZNFiolOcyrRmd {
  display: none
}

#g7fd3aiCKL4w5cQlxqTuclsV48DvhM6o {
  display: block
}

#SnNIAZKRpW8gokUCOyfURlTLlXrzC4V6 {
  display: none
}

#dQ9PslLPoQR1Wua2sRnxzCs1wunrtTNZ {
  display: none
}

#rruMrpaVlTCTVBqeOTXFAxne4qtoTU3N {
  display: none
}

#oFAtqhthdz7FkxTzi8hvT3xRCaH7bso2 {
  top: 36rem;
  left: 0;
  width: 10.625rem;
  height: 2.375rem;
  font-size: 1.125rem;
  display: none
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa {
  display: none
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container {
  width: 47.75rem;
  position: relative;
  display: none
}

#EvkVaTGCEH2QuVDRi9aAJdeahCrxS4pS {
  top: 1.375rem;
  left: 0;
  width: 12.5rem;
  height: 2.5625rem;
  font-size: .75rem;
  display: none
}

body {
  position: relative;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  display: block
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row>.video-iframe-container {
  display: none
}

#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#hero {
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: url("assets/bolo1.webp");
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: cover !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: block
}

#hero>.row .container {
  background-color: transparent;
  background-image: none
}

#hero::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#hero>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#hero>.row .container>.video-iframe-container {
  display: none
}

#hero>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#hero>.row>.video-iframe-container {
  display: none
}

#hero>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#hero>.row .container {
  border-width: 0;
  border-radius: 0
}

#hero>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial
}

#hero>.row .container {
  width: 20rem;
  height: 31.25rem;
  position: relative;
  display: block
}

#hero-title-line1 {
  top: 3.8125rem;
  left: 1.0625rem;
  width: 17.875rem;
  height: 5.375rem;
  z-index: 15081;
  text-align: center;
  text-align-last: center;
  font-size: var(--size-headline);
  font-family: "asap condensed";
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: rgba(var(--color-tertiary-1), 1);
  display: block
}

#zBahK4t6eXp9RlCbGsC9rcOiPfkDnH3E {
  top: 13.9609375rem;
  left: 1.21875rem;
  width: 17.5625rem;
  height: 2.4746125rem;
  z-index: 15082;
  text-align: center;
  text-align-last: center;
  font-size: 1.125rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  line-height: 1.1;
  color: rgba(var(--color-tertiary-0), 1);
  display: block
}

#hero-subtitle-bg {
  top: 13.48046875rem;
  left: 1.1875rem;
  width: 17.625rem;
  height: 3.4375rem;
  z-index: 15002;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  background-color: rgba(var(--color-primary-4), 1);
  background-image: none;
  display: block
}

#badge-sem-gluten-text {
  top: .9375rem;
  left: 6.0625rem;
  width: 7.875rem;
  height: 1.8375rem;
  z-index: 15080;
  text-align: center;
  text-align-last: center;
  font-size: 1.3125rem;
  font-family: "dancing script";
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  color: rgba(var(--color-tertiary-0), 1);
  display: block
}

#badge-sem-gluten-bg {
  top: 1rem;
  left: 6.625rem;
  width: 6.8125rem;
  height: 1.875rem;
  z-index: 15001;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  background-color: var(--color-red);
  background-image: none;
  display: block
}



#rDkRmF9TDDrHh5HmpZdNXMLqGfasmtJU {
  top: 16.4375rem;
  left: 6.75rem;
  width: 6.625rem;
  height: 1.5625rem;
  z-index: 15003;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: rgba(var(--color-primary-4), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  display: block
}

#EfLw0PlTCwgNIHi2DyZkwa1thNhExkAX {
  top: 16.75rem;
  left: 6.625rem;
  width: 6.75rem;
  height: 1.1375rem;
  z-index: 15004;
  text-align: center;
  text-align-last: center;
  font-weight: 300;
  font-style: normal;
  font-family: "roboto condensed";
  font-size: .875rem;
  color: rgba(var(--color-tertiary-0), 1);
  display: block
}

#hero-price-bg-line1 {
  top: 3.8125rem;
  left: 1.21875rem;
  width: 17.5rem;
  height: 2.6875rem;
  z-index: 15000;
  background-color: rgba(var(--color-primary-0), 1);
  background-image: none;
  display: block
}

#hero-price-bg-line2 {
  top: 6.9375rem;
  left: 3.4375rem;
  width: 13.0625rem;
  height: 2.6875rem;
  z-index: 15001;
  background-color: rgba(var(--color-primary-0), 1);
  background-image: none;
  display: block
}

#hero-title-line2 {
  top: 9.73046875rem;
  left: 1.0625rem;
  width: 17.875rem;
  height: 2.68771875rem;
  z-index: 15082;
  text-align: center;
  text-align-last: center;
  font-size: var(--size-headline);
  font-family: "asap condensed";
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: var(--color-orange);
  display: block
}

#bullets-section {
  background-color: transparent;
  background-image: -webkit-linear-gradient(180deg, #fafafa, rgba(var(--color-tertiary-0), 1));
  background-image: -moz-linear-gradient(180deg, #fafafa, rgba(var(--color-tertiary-0), 1));
  background-image: -ms-linear-gradient(180deg, #fafafa, rgba(var(--color-tertiary-0), 1));
  background-image: -o-linear-gradient(180deg, #fafafa, rgba(var(--color-tertiary-0), 1));
  background-image: linear-gradient(180deg, #fafafa, rgba(var(--color-tertiary-0), 1));
  background-size: auto !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: block
}

#bullets-section>.row .container {
  background-color: transparent;
  background-image: none
}

#bullets-section::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#bullets-section>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#bullets-section>.row .container>.video-iframe-container {
  display: none
}

#bullets-section>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#bullets-section>.row>.video-iframe-container {
  display: none
}

#bullets-section>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#bullets-section>.row .container {
  border-width: 0;
  border-radius: 0
}

#bullets-section>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial
}

#bullets-section>.row .container {
  width: 20rem;
  height: 6.875rem;
  position: relative;
  display: block
}

#bullets-card {
  top: -1.5rem;
  left: 1.2312500476837rem;
  width: 17.5rem;
  height: 5.4375rem;
  z-index: 15008;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
  border-bottom-right-radius: .75rem;
  box-shadow: 0 .25rem 1.5rem rgba(var(--color-tertiary-4), .14);
  border-top: .0625rem solid #eaeaea;
  border-left: .0625rem solid #eaeaea;
  border-right: .0625rem solid #eaeaea;
  border-bottom: .0625rem solid #eaeaea;
  display: block
}

#bullets-text {
  top: 0.5rem;
  left: 3.5rem;
  width: 15.1875rem;
  height: 4.46191875rem;
  z-index: 15028;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  font-size: 1.0625rem;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#bullet-icon-1 {
  display: flex;
  top: 3.3125rem;
  left: 2.1875rem;
  width: 1rem;
  height: 1rem;
  z-index: 15025;
  font-size: .6875rem
}

#bullet-icon-2 {
  display: flex;
  top: 1.8125rem;
  left: 2.1875rem;
  width: 1rem;
  height: 1rem;
  z-index: 15024;
  font-size: .6875rem
}

#bullet-icon-3 {
  display: flex;
  top: .25rem;
  left: 2.1875rem;
  width: 1rem;
  height: 1rem;
  z-index: 15023;
  font-size: .6875rem
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I {
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: url("assets/cake_video.webp");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: cover !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: block
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container {
  background-color: transparent;
  background-image: none
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container>.video-iframe-container {
  display: none
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row>.video-iframe-container {
  display: none
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container {
  border-width: 0;
  border-radius: 0
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial
}

#W8W8OUJBw0Gfmh5FesAFMPTMGATx221I>.row .container {
  width: 20rem;
  height: 12.5rem;
  position: relative;
  display: block
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa {
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: block
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container {
  background-color: transparent;
  background-image: none
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container>.video-iframe-container {
  display: none
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row>.video-iframe-container {
  display: none
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container {
  border-width: 0;
  border-radius: 0
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial
}

#yJWJGLtqEdF9xJSzeGnpWQyxy7ir6OXa>.row .container {
  width: 20rem;
  height: 48.125rem;
  position: relative;
  display: block
}

#xRLblXKMHa0s72sk2mei0u3hRJL0ZaHA {
  top: 42.937503814698rem;
  left: 1.25rem;
  width: 17.5rem;
  height: 4.31055rem;
  z-index: 14998;
  background-color: rgba(var(--color-primary-1), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#GrR6QdV3asFPd0EJ4xCg9XRuAsFIbPDx {
  top: 43.687503814698rem;
  left: 2rem;
  width: 15.996125rem;
  height: 3.499025rem;
  z-index: 14989;
  background-color: rgba(var(--color-secondary-2), 0);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  box-shadow: 0 .5625rem 1.4375rem rgba(var(--color-tertiary-4), .22);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#Eo9GNVnT8XHiiA3QwMVBa0muT4emm5hX {
  top: 42.625003814698rem;
  left: 1.25rem;
  width: 17.5rem;
  height: 4.25rem;
  z-index: 14999;
  background-color: #ffd57f;
  background-image: none;
  font-family: var(--headlines-font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
  color: #1a1310;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  text-shadow: .0625rem .0625rem .0625rem rgba(var(--color-tertiary-0), .27);
  display: block
}

#arGooKi2XNRfv99TWVpJCNKHovTICAeL {
  display: block
}

#RgerqOWcqmdPlP2sl05FZF4vmapq591C {
  top: 15.687503814698rem;
  left: 1.875rem;
  width: 16.25rem;
  height: 25.5rem;
  z-index: 14992;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0 .1875rem .5rem rgba(var(--color-tertiary-4), .12);
  border-top: .125rem dashed rgba(var(--color-primary-0), 1);
  border-left: .125rem dashed rgba(var(--color-primary-0), 1);
  border-right: .125rem dashed rgba(var(--color-primary-0), 1);
  border-bottom: .125rem dashed rgba(var(--color-primary-0), 1);
  display: block
}

#SVpfkyNEitqfVB98nHlzuCJlIqQkWg5u {
  top: 38rem;
  left: 6.6875rem;
  width: 11.125rem;
  height: 1rem;
  z-index: 15087;
  text-align: left;
  text-align-last: left;
  font-size: 1rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  color: rgba(var(--color-tertiary-2), 1);
  display: block
}

#FQbQn4J8keXfo1uAJzG3yCyPuD2Sllsx {
  top: 36.9375rem;
  left: 6.6875rem;
  width: 10.4375rem;
  height: 1.062675rem;
  z-index: 15086;
  text-align: left;
  text-align-last: left;
  font-size: 1.0625rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#PER1s1Std03rJMC40H5cDiaRWKNhA2UC {
  top: 34.0625rem;
  left: 4rem;
  width: 2.1875rem;
  height: 2rem;
  z-index: 15006;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#HVns3JTgt3vir4tW0uH5gTpf5B0E4S3x {
  top: 34.0625rem;
  left: 6.6875rem;
  width: 11.125rem;
  height: 1.062675rem;
  z-index: 15085;
  text-align: left;
  text-align-last: left;
  font-size: 1.0625rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#ZJOcckrMqknvhUqexByD72DA0w1cGg1P {
  top: 37.0625rem;
  left: 4rem;
  width: 2.1875rem;
  height: 1.9375rem;
  z-index: 15012;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#ghD5obyK2DKtcggAHAITybIrb5rZZpfo {
  top: 35.1875rem;
  left: 6.6875rem;
  width: 11.125rem;
  height: 1rem;
  z-index: 15086;
  text-align: left;
  text-align-last: left;
  font-size: 1rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  color: rgba(var(--color-tertiary-2), 1);
  display: block
}

#C5TwMMkL5a9ZUnOu01QlK1niwdz5kPhS {
  top: 31.375rem;
  left: 4rem;
  width: 2.0625rem;
  height: 2.0625rem;
  z-index: 15009;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#uTMTg8kb8xrh75gLT5H06J1lR6chkeRH {
  top: 31.625rem;
  left: 6.6875rem;
  width: 9.9375rem;
  height: 1.4875rem;
  z-index: 15088;
  text-align: left;
  text-align-last: left;
  font-size: 1.0625rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#ymD8goK7LkX8RLsVv7lQB58Ea1PnRUHO {
  top: 28.8125rem;
  left: 3.9375rem;
  width: 2.25rem;
  height: 2rem;
  z-index: 15003;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#i2dI87QcVT32S5VPCMahvTfEUU829s2t {
  top: 28.875rem;
  left: 6.6875rem;
  width: 8.4375rem;
  height: 1.4875rem;
  z-index: 15082;
  text-align: left;
  text-align-last: left;
  font-size: 1.0625rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#bIqbBdtrV4Rouy1w9gVH1ZqVaHn0X7MI {
  top: 26.25rem;
  left: 3.9375rem;
  width: 2.1875rem;
  height: 2.0625rem;
  z-index: 15000;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#kCfgiooLK7G6HzyqSPGWTFZaTNV5HvGV {
  top: 26.3125rem;
  left: 6.6875rem;
  width: 8.4375rem;
  height: 1.4875rem;
  z-index: 15079;
  text-align: left;
  text-align-last: left;
  font-size: 1.0625rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#xMxGUTT7JQ1yn4mh3KE22ZryQZTKShfK {
  top: 20.0625rem;
  left: 3rem;
  width: 14.1875rem;
  height: 4.4619125rem;
  z-index: 15080;
  text-align: center;
  text-align-last: center;
  font-size: 1.0625rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#hnaLVU4nISThhJtTsAClJtdrP3NuiIFx {
  top: 8.9375rem;
  left: 5.625rem;
  width: 8.8125rem;
  height: 11.25rem;
  z-index: 15090;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#fNJtKoJOTXr4AONeu8AQyvTfOfhyf0zG {
  width: 19.9375rem;
  height: 6.375rem;
  top: .875rem;
  left: 0;
  font-size: 2.125rem;
  color: #713a3a;
  z-index: 15010;
  line-height: 1;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: normal;
  display: block
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s {
  display: block
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s {
  background-color: transparent;
  background-image: none
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row .container>.video-iframe-container {
  display: none
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row>.video-iframe-container {
  display: none
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s {
  border-width: 0;
  border-radius: 0
}

#WArOnJb71nRwwKOPtNfeLUFxiL6Xp60s>.row .container {
  width: 20rem;
  height: 2.5rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  display: block
}

#nOv6v90oe73TDt5URKl48XXTI046f3vp {
  top: .125rem;
  left: .125rem;
  width: 2.125rem;
  height: 2.125rem;
  z-index: 15001;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#iO4gqEG6qFFJ2kUnTfUoZAeLkTUgHOFB {
  top: .125rem;
  left: 2.5rem;
  width: 17.1875rem;
  height: 1.0998875rem;
  z-index: 15015;
  font-size: 1rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  color: rgba(var(--color-tertiary-4), 1);
  line-height: 1.1;
  text-align: left;
  text-align-last: left;
  display: block
}

#oCSvhtVcHc1HEtaqWvAfT2srJVcSoV1W {
  top: 1.19140625rem;
  left: 2.5rem;
  width: 5.625rem;
  height: 1.0998875rem;
  z-index: 15000;
  font-size: 1rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  color: rgba(var(--color-tertiary-4), 1);
  line-height: 1.1;
  text-align: left;
  text-align-last: left;
  display: block
}

#udfkaCgz431MlHC8TTM4AzM8fr2mtosW {
  top: 1.25390625rem;
  left: 8.90625rem;
  width: 9.9375rem;
  height: 1.03125rem;
  z-index: 15017;
  font-size: .9375rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  color: rgba(var(--color-tertiary-4), 1);
  line-height: 1.1;
  text-align: left;
  text-align-last: left;
  display: block
}

#sD7Pint6TNsfAlpBQh5Bassdlw4agP88 {
  top: 1.4249973297119rem;
  left: 7.925000190735rem;
  width: .8125rem;
  height: .8125rem;
  z-index: 15002;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#xTkCMwXQF9gJFLqqOt91iD8e5knIGkxD {
  top: 1.1750011444092rem;
  left: 18.362501144409rem;
  width: 1.125rem;
  height: 1.125rem;
  z-index: 15003;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9 {
  display: block
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9 {
  background-color: transparent;
  background-image: none
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row .container>.video-iframe-container {
  display: none
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row>.video-iframe-container {
  display: none
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9 {
  border-width: 0;
  border-radius: 0
}

#NTOM15TT4F89RW05c1rlBDt5CEcLFLt9>.row .container {
  width: 20rem;
  height: 29.0625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  display: block
}

#bcePsbFL76IsRGKhTkKE593K3K9Ac0Tb {
  top: .4375rem;
  left: .64036312849156rem;
  width: 17.0625rem;
  height: 20.3125rem;
  z-index: 15016;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#asEATArf7QIqod0J3x7ZVCGhrVilczyz {
  top: 21.4375rem;
  left: 0;
  width: 20rem;
  height: 3.986325rem;
  z-index: 15013;
  font-size: 1.8125rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  color: rgba(var(--color-tertiary-4), 1);
  line-height: 1.1;
  text-align: center;
  text-align-last: center;
  display: block
}

#gEzvqSKoainb9fCcZtJpEtSxmp8M0d6A {
  top: 25.671875rem;
  left: 0;
  width: 20rem;
  height: 2.4746125rem;
  z-index: 15014;
  font-size: 1.125rem;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: normal;
  color: rgba(var(--color-tertiary-4), 1);
  line-height: 1.1;
  text-align: center;
  text-align-last: center;
  display: block
}

#G8LhnVqTl3PrkAHJLE3fHgl611bH5q7r {
  top: .375rem;
  left: 4.84375rem;
  width: 12.9375rem;
  height: 20.25rem;
  z-index: 15015;
  background-color: transparent;
  background-image: none;
  box-shadow: .6875rem .75rem 1.4375rem rgba(var(--color-tertiary-4), .32);
  display: block
}

#h7gqQNAMhMT14GTItIaFXmllhKIVgWir {
  top: 4.875rem;
  left: 11.03125rem;
  width: 2.375rem;
  height: .1875rem;
  z-index: 15017;
  background-color: #ff005a;
  background-image: none;
  display: block
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h {
  display: block
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h {
  background-color: transparent;
  background-image: none
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row .container>.video-iframe-container {
  display: none
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row>.video-iframe-container {
  display: none
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h {
  border-width: 0;
  border-radius: 0
}

#aJCJ2wAV4oiknqX2G9eJ5EUu9XTFLE8h>.row .container {
  width: 20rem;
  height: 36.25rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  display: block
}

#s0n7FbtZLbB29x7DzoWpG8HySivKNsyR {
  top: 0;
  left: 0;
  width: 20rem;
  height: 35.5rem;
  z-index: 15000;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu {
  display: block
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu {
  background-color: transparent;
  background-image: none
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row .container>.video-iframe-container {
  display: none
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row>.video-iframe-container {
  display: none
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu {
  border-width: 0;
  border-radius: 0
}

#wiqehgpL3B11uiMfkszo8l3yuPiKF2bu>.row .container {
  width: 20rem;
  height: 36.25rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  display: block
}

#GAqNoEXzLfKDKkkfaE33UbiguIMafy5N {
  top: 0;
  left: 0;
  width: 19.9375rem;
  height: 35.5rem;
  z-index: 15000;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z {
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: none
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z>.row .container {
  border-width: 0;
  border-radius: 0
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial
}

#vgto7W3OdXiUJnkSWEbQu0dUpufIT37Z>.row .container {
  width: 20rem;
  height: 43.75rem;
  position: relative;
  display: none
}

#IhnfWo1MLxtVpWRmOLd7RZyKIcCWAtsT {
  width: 20rem;
  height: 5.77441875rem;
  top: 1.8125rem;
  left: 0;
  font-size: 1.75rem;
  color: rgba(var(--color-tertiary-4), 1);
  z-index: 15010;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  display: block
}

#DHUixLokZz9By2J0qwkTi0Pe4AT9cFH0 {
  top: 7.9130859375rem;
  left: 2.375rem;
  width: 15.25rem;
  height: 2.923825rem;
  z-index: 14993;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#obuzTM0C0oFqWbJu5XNy4z0rgsTD9EDn {
  top: 12.1630859375rem;
  left: 0;
  width: 20rem;
  height: 1.4619125rem;
  z-index: 14994;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#yczhTBMvyxQCnd3RwhIN31TLwIlcEKyK {
  width: 18.5rem;
  height: 14.875rem;
  top: 14.50390625rem;
  left: 1.5rem;
  font-size: 1.0625rem;
  line-height: 1;
  color: rgba(var(--color-tertiary-4), 1);
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: normal;
  z-index: 14995;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block
}

#KbQH2NSiLRnGoTgDaJFrbWi0frX3mnnT {
  top: 31.48828125rem;
  left: 1.1875rem;
  width: 9.375rem;
  height: 1.4619125rem;
  z-index: 14994;
  text-align: left;
  text-align-last: left;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#MF0Pd6cFIrauQCcBLpbUK1pJR8EziBsJ {
  display: flex;
  top: 14.69140625rem;
  left: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  z-index: 15011;
  font-size: .6875rem
}

#kpmGXKOADDwmDWMVHsbiRfS2rcPfin7d {
  display: flex;
  top: 17.75390625rem;
  left: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  z-index: 15012;
  font-size: .6875rem
}

#taBpzKERo7JIDAyfs5GT4B6EaM92Gvmd {
  display: flex;
  top: 20.87890625rem;
  left: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  z-index: 15013;
  font-size: .6875rem
}

#XnHRh09NHrGd4SI2oTQyrqlqE8zsROQs {
  display: flex;
  top: 24.06640625rem;
  left: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  z-index: 15014;
  font-size: .6875rem
}

#lz3pLBQcLNTJBNEsEBe30BIA3bTTsJR8 {
  display: flex;
  top: 27.25390625rem;
  left: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  z-index: 15015;
  font-size: .6875rem
}

#oWDOqZaMgW8hLRlkGTyvKgvRUAqJdhbr {
  top: 33.32421875rem;
  left: 1.1875rem;
  width: 15.25rem;
  height: 4.875rem;
  z-index: 15016;
  text-align: left;
  text-align-last: left;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: normal;
  font-size: .9375rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#sR3kK47ImLtMynV15F2T7bQNzA24ZcEx {
  top: 38.255859375rem;
  left: 1.1875rem;
  width: 13.0625rem;
  height: 2.761725rem;
  z-index: 14995;
  text-align: left;
  text-align-last: left;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#oz4TobHsdB13dVQS0x6uf51xOaAJi0sm {
  top: 30.94140625rem;
  left: 11.6748046875rem;
  width: 8.1875rem;
  height: 10.5rem;
  z-index: 15091;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#B3TO0Il7CveUzHtNkqbBAs2RzBgr9oKc {
  top: 30.705078125rem;
  left: .3125rem;
  width: 16.6875rem;
  height: 11.0625rem;
  z-index: 14992;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
  background-color: #fffaf3;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0 .1875rem .5rem rgba(var(--color-tertiary-4), .12);
  border-top: .125rem solid rgba(var(--color-primary-0), 1);
  border-left: .125rem solid rgba(var(--color-primary-0), 1);
  border-right: .125rem solid rgba(var(--color-primary-0), 1);
  border-bottom: .125rem solid rgba(var(--color-primary-0), 1);
  display: block
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW {
  background-color: #fffaf3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: none
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW>.row .container {
  border-width: 0;
  border-radius: 0
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial
}

#OUmNTazuAgKslKEJD8tuZiLvWSZklcoW>.row .container {
  width: 20rem;
  height: 37.5rem;
  position: relative;
  display: none
}

#TkI12Vd7wqUu53FKT8r6BFZdTMwmckPy {
  width: 20rem;
  height: 3.8496125rem;
  top: 1.75rem;
  left: 0;
  font-size: 1.75rem;
  color: rgba(var(--color-tertiary-4), 1);
  z-index: 15010;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  display: block
}

#E7sU3Mrq5s4nsXOznKnZ7Cvab0fwaZbF {
  top: 5.662109375rem;
  left: 1.09375rem;
  width: 17.8125rem;
  height: 1.4619125rem;
  z-index: 14993;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#hbAeLe0HJf3OldSly9v52kElFep50xQk {
  top: 7.810546875rem;
  left: 0;
  width: 20rem;
  height: 2.923825rem;
  z-index: 14994;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#sqi3XPlMNtLXWWM2WUGy7FMTb2qOq8Ty {
  top: 25.7490234375rem;
  left: .625rem;
  width: 18.5625rem;
  height: 1.7871125rem;
  z-index: 14994;
  text-align: left;
  text-align-last: left;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#NLXfiKWaypV5dD61clah3e2VGufswAWb {
  top: 27.8662109375rem;
  left: .71875rem;
  width: 18.5625rem;
  height: 4.875rem;
  z-index: 15016;
  text-align: left;
  text-align-last: left;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: normal;
  font-size: .9375rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#y2EhQ7nQMFsgApNSBcmWT5eF7PD6W6eG {
  top: 33.375rem;
  left: .625rem;
  width: 19.125rem;
  height: 2.761725rem;
  z-index: 14995;
  text-align: left;
  text-align-last: left;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#iv03UvNOKRA7F5oZ7C0JNwQu4cP2emVN {
  top: 13.892578125rem;
  left: .5rem;
  width: 18.75rem;
  height: 11.0625rem;
  z-index: 14992;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
  background-color: #fffbf4;
  background-image: url("assets/bolo2.webp");
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: cover !important;
  box-shadow: 0 .1875rem .5rem rgba(var(--color-tertiary-4), .12);
  border-top: .125rem solid rgba(var(--color-primary-0), 1);
  border-left: .125rem solid rgba(var(--color-primary-0), 1);
  border-right: .125rem solid rgba(var(--color-primary-0), 1);
  border-bottom: .125rem solid rgba(var(--color-primary-0), 1);
  display: block
}

#HVUtuPRkDc6A12hyG0Il5qPxfJyBmkia {
  top: 11.998046875rem;
  left: .65625rem;
  width: 18.6875rem;
  height: 1.4619125rem;
  z-index: 14995;
  text-align: left;
  text-align-last: left;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(var(--color-primary-0), 1);
  display: block
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR {
  display: block
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR {
  background-color: transparent;
  background-image: none
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row .container>.video-iframe-container {
  display: none
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row>.video-iframe-container {
  display: none
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR {
  border-width: 0;
  border-radius: 0
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row .container>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial
}

#yFD3XgPUzy2A3EILgMbV8GVkPV2AePFR>.row .container {
  width: 20rem;
  height: 14.375rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-top: 0 solid #ee3162;
  border-left: 0 solid #ee3162;
  border-right: 0rem solid #ee3162;
  border-bottom: .0625rem solid #fafafa;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  position: relative;
  display: block
}

#zZyZftKwm2aSp99xukWcahrTTrg0E1ve {
  top: 5.9375rem;
  left: 1.0625rem;
  width: 17.875rem;
  height: 1.78178125rem;
  z-index: 15078;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.1875rem;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#TlcXLeIHrLZLRIqm9KIN12HMzlgxnLrb {
  display: flex;
  top: 7.623046875rem;
  left: 10.748046875rem;
  width: 1.6870125rem;
  height: 1.6870125rem;
  z-index: 15083;
  font-size: 1.125rem
}

#quXtwBvAlUuClz6cZpPQowroWOqssN0H {
  display: flex;
  top: 7.7177734375rem;
  left: 4.05859375rem;
  width: 1.6235375rem;
  height: 1.6235375rem;
  z-index: 15082;
  font-size: 1.125rem
}

#ED8fdbGmUiF2teIcQhe7AAHuzBunABRy {
  top: 4.89453125rem;
  left: .5537109375rem;
  width: 18.8125rem;
  height: 7.1875rem;
  z-index: 15069;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
  background-color: #fbfbfb;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top: .125rem solid #b0b0b0;
  border-left: .125rem solid #b0b0b0;
  border-right: .125rem solid #b0b0b0;
  border-bottom: .125rem solid #b0b0b0;
  display: block
}

#Fzw4fUO5qReuWqgdaaKeR0vVuHdOo90H {
  top: 9.248046875rem;
  left: 1.0615234375rem;
  width: 17.87475rem;
  height: 3.5625rem;
  z-index: 15079;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.1875rem;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#N2uW4Z0MpFEu0szgA6LmRNInI1Vy74zB {
  top: 7.623046875rem;
  left: 1.0615234375rem;
  width: 17.8735625rem;
  height: 1.78178125rem;
  z-index: 15080;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.1875rem;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#zlMmMd0AI05CcorKZIflzitmhiBBas8Q {
  width: 20rem;
  height: 1.925rem;
  top: 1.75rem;
  left: 0;
  font-size: 1.75rem;
  color: rgba(var(--color-tertiary-4), 1);
  z-index: 15009;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  display: block
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR {
  background-color: #fffbf3;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: block
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container {
  background-color: transparent;
  background-image: none
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container>.video-iframe-container {
  display: none
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row>.video-iframe-container {
  display: none
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container {
  border-width: 0;
  border-radius: 0
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial
}

#BynGwOykuuFdgtx1VTJthiZzIkoH5zPR>.row .container {
  width: 20rem;
  height: 47.8125rem;
  position: relative;
  display: block
}

#xoIcNxb5ENmJKvL3ayaMpLeFvICNldJk {
  top: 16.625rem;
  left: 1.8125rem;
  width: 16.4375rem;
  height: 2.6118625rem;
  z-index: 15087;
  text-align: center;
  text-align-last: center;
  font-size: 1.1875rem;
  font-family: roboto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: rgba(var(--color-tertiary-0), 1);
  display: block
}

#JQOvvUTklp6mTxeW2pfwnrTA1fn9Wxoq {
  top: 20.5rem;
  left: .8125rem;
  width: 18.3125rem;
  height: 4.14258125rem;
  z-index: 14995;
  text-align: center;
  text-align-last: center;
  font-family: roboto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-3), 1);
  display: block
}

#SoMGOWsJAU3eHBccfSZokxhECnSJymcB {
  top: 10.6875rem;
  left: 1.34375rem;
  width: 17.3125rem;
  height: 2.9243625rem;
  z-index: 14992;
  text-align: center;
  text-align-last: center;
  font-family: roboto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 1);
  display: block
}

#icKDl2PcAsFi14RPcrkHvUvbP818MPNc {
  top: 7.1875rem;
  left: 1.3125rem;
  width: 17.9375rem;
  height: 1.66281875rem;
  z-index: 15078;
  text-align: center;
  text-align-last: center;
  font-size: 1.1875rem;
  font-family: roboto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  color: rgba(var(--color-tertiary-0), 1);
  display: block
}

#F402Ok1w3v7u6r94ugM9xWWwThrBMtdb {
  top: 37.187496185302rem;
  left: 3.1875rem;
  width: 13.625rem;
  height: 2.6118625rem;
  z-index: 15089;
  text-align: center;
  text-align-last: center;
  font-size: 1.1875rem;
  font-family: roboto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: rgba(var(--color-tertiary-0), 1);
  display: block
}

#FV7rEBXSq7qfNUq2OrAwVdKvCBDCDOlV {
  top: 40.874996185302rem;
  left: 1.25rem;
  width: 17.375rem;
  height: 4.38654375rem;
  z-index: 14998;
  text-align: center;
  text-align-last: center;
  font-family: roboto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-4), 0);
  display: block
}

#gZACQW05FOeVRqopRpEID9dQeIFLWDeO {
  top: 6.1875rem;
  left: .3125rem;
  width: 19.375rem;
  height: 8.625rem;
  z-index: 14991;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0 .3125rem .25rem rgba(37, 27, 24, .12);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#iIL9zzrXctP7NKu00UWBi7FQLTZt66ts {
  width: 20rem;
  height: 2.25rem;
  top: 3.0367279052734rem;
  left: 0;
  text-align: center;
  text-align-last: center;
  font-size: 1.875rem;
  font-family: "encode sans condensed";
  color: #9e542b;
  font-weight: 700;
  font-style: normal;
  z-index: 15003;
  line-height: 1.2;
  display: block
}

#bHiCqKufdHZHTgy7iDdDu6To1OwFqscN {
  top: 6.1875rem;
  left: .3125rem;
  width: 19.375rem;
  height: 3.75rem;
  z-index: 14992;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #e8bd84;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0 .3125rem .9375rem rgba(var(--color-tertiary-4), .09);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#ftxT8ciTdGc7IALltH6nZOq3WZ7V12OA {
  top: 15.9375rem;
  left: .3125rem;
  width: 19.375rem;
  height: 3.75rem;
  z-index: 15086;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #e8bd84;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0 .3125rem .9375rem rgba(var(--color-tertiary-4), .09);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#TTOeAScuQvn6GGArTFsJycmnTmB4EzCs {
  top: 36.437496185302rem;
  left: .3125rem;
  width: 19.375rem;
  height: 3.75rem;
  z-index: 15088;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #e8bd84;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0 .3125rem .9375rem rgba(var(--color-tertiary-4), .09);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#wWtVFpCJUwTKRwuE9xZhePAX5zXo8gdP {
  top: 31.499996185302rem;
  left: .5625rem;
  width: 18.875rem;
  height: 2.76171875rem;
  z-index: 14999;
  text-align: center;
  text-align-last: center;
  font-family: roboto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.3;
  color: rgba(var(--color-tertiary-3), 1);
  display: block
}

#f4c60V1JH420ZpkyKtgAMVslN8v3kyp3 {
  top: 26.9375rem;
  left: .3125rem;
  width: 19.375rem;
  height: 3.75rem;
  z-index: 15090;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #e8bd84;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0 .3125rem .9375rem rgba(var(--color-tertiary-4), .09);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#hXwOA6TgPXhEs12zgVF6slWFwblwEiTT {
  top: 27.5rem;
  left: 1.8125rem;
  width: 16.4375rem;
  height: 2.6118625rem;
  z-index: 15091;
  text-align: center;
  text-align-last: center;
  font-size: 1.1875rem;
  font-family: roboto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: rgba(var(--color-tertiary-0), 1);
  display: block
}

#fOwqx7M5y1IzaIwlDqIpD0DrOJ899ZrI {
  width: 20rem;
  height: 2.25rem;
  top: .66172790527344rem;
  left: 0;
  text-align: center;
  text-align-last: center;
  font-size: 1.875rem;
  font-family: "encode sans condensed";
  color: rgba(var(--color-tertiary-0), 1);
  font-weight: 700;
  font-style: normal;
  z-index: 15004;
  line-height: 1.2;
  display: block
}

#oM9zOSGJSgAQyNf0c7pTC4IwqCz6sb0d {
  top: 15.9375rem;
  left: .3125rem;
  width: 19.375rem;
  height: 9.9375rem;
  z-index: 14992;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0 .3125rem .25rem rgba(37, 27, 24, .12);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#J592n92fe4TfZ4AduFEPTxWlK3JkzNHm {
  top: 26.9375rem;
  left: .3125rem;
  width: 19.375rem;
  height: 8.4375rem;
  z-index: 14993;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0 .3125rem .25rem rgba(37, 27, 24, .12);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#qfuG1Evz9TXKXacAPPEmH2IrEUl4O1VU {
  top: 36.437496185302rem;
  left: .3125rem;
  width: 19.375rem;
  height: 9.75rem;
  z-index: 14994;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0 .3125rem .25rem rgba(37, 27, 24, .12);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK {
  display: none
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK {
  border-width: 0;
  border-radius: 0
}

#L9nMrglHzNHOLRemMg7CLN78Eq6qaxUK>.row .container {
  width: 20rem;
  height: 46.875rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  display: none
}

#kWHuNdbLPuzTyLgR5fAq6q7twsALn3pJ {
  width: 20rem;
  height: 1.575rem;
  top: 6.75rem;
  left: 0;
  font-size: 1.125rem;
  text-align: center;
  text-align-last: center;
  color: rgba(var(--color-tertiary-4), 1);
  z-index: 14987;
  font-family: var(--paragraphs-font-family);
  display: block
}

#NCPXXoh687k3oSRe99ciikAaHEaED3qk {
  width: 18rem;
  height: 4.125rem;
  top: 1.9375rem;
  left: 1rem;
  text-align: center;
  text-align-last: center;
  font-size: 2.0625rem;
  font-family: var(--paragraphs-font-family);
  line-height: 1;
  color: #6a3021;
  z-index: 15003;
  font-weight: 700;
  font-style: normal;
  display: block
}

#QyM7390Q5VfOmBfveOZCh21MaTWnWuBc {
  top: 8.8125rem;
  left: .3125rem;
  width: 19.375rem;
  height: 5.625rem;
  z-index: 14999;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0 .3125rem .5rem rgba(var(--color-tertiary-4), .29);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#B5pcc54ZXfU9fRTHClbzE7Ox8fLIIKoL {
  width: 3.3125rem;
  height: 2.8125rem;
  top: 9.625rem;
  left: 0;
  text-align: center;
  text-align-last: center;
  font-size: 2.8125rem;
  font-family: var(--headlines-font-family);
  line-height: 1;
  color: #8f3b14;
  z-index: 15004;
  font-weight: 700;
  font-style: normal;
  display: block
}

#MKQa4KxChnEyfGB2x69eRDkqzteL2g9w {
  width: 16.9375rem;
  height: 3.8994125rem;
  top: 9.643750190735rem;
  left: 3.0625rem;
  font-size: 1rem;
  text-align: left;
  text-align-last: left;
  color: rgba(var(--color-tertiary-4), 1);
  z-index: 15005;
  font-family: var(--paragraphs-font-family);
  line-height: 1.3;
  font-weight: 300;
  font-style: normal;
  display: block
}

#U2EJg5SqzbL0LC8hvAgr5uKrTEOBPz9q {
  top: 15rem;
  left: .25rem;
  width: 19.375rem;
  height: 5.625rem;
  z-index: 15002;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0 .3125rem .5rem rgba(var(--color-tertiary-4), .29);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#gMdKfkaZNUh327tSa3VIr0dqxTEZWHeX {
  width: 16.0625rem;
  height: 3.9rem;
  top: 15.859375rem;
  left: 2.75rem;
  font-size: 1rem;
  text-align: left;
  text-align-last: left;
  color: rgba(var(--color-tertiary-4), 1);
  z-index: 15008;
  font-family: var(--paragraphs-font-family);
  line-height: 1.3;
  font-weight: 300;
  font-style: normal;
  display: block
}

#Mr6Raqmy2lnqFKkAUP6HiFUFlOvpzZtk {
  width: 3.3125rem;
  height: 2.8125rem;
  top: 15.748046875rem;
  left: 0;
  text-align: center;
  text-align-last: center;
  font-size: 2.8125rem;
  font-family: var(--headlines-font-family);
  line-height: 1;
  color: #8f3b14;
  z-index: 15007;
  font-weight: 700;
  font-style: normal;
  display: block
}

#tSAFDLk6NTu0eEefCxT1d6PNxR3xAA0R {
  top: 21.25rem;
  left: .3125rem;
  width: 19.375rem;
  height: 5.625rem;
  z-index: 15005;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  box-shadow: 0 .3125rem .5rem rgba(var(--color-tertiary-4), .29);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#l3ghd475whqn20xXTlCttVwF0n14QyUA {
  width: 16.0625rem;
  height: 3.9rem;
  top: 22.1123046875rem;
  left: 2.7373046875rem;
  font-size: 1rem;
  text-align: left;
  text-align-last: left;
  color: rgba(var(--color-tertiary-4), 1);
  z-index: 15011;
  font-family: var(--paragraphs-font-family);
  line-height: 1.3;
  font-weight: 300;
  font-style: normal;
  display: block
}

#ph9zkoA0gqCPNdaRk1aJdTVZoAy2M7LF {
  width: 3.3125rem;
  height: 2.8125rem;
  top: 22rem;
  left: .0625rem;
  text-align: center;
  text-align-last: center;
  font-size: 2.8125rem;
  font-family: var(--headlines-font-family);
  line-height: 1;
  color: #8f3b14;
  z-index: 15010;
  font-weight: 700;
  font-style: normal;
  display: block
}

#CwfNHhemfyW7LNqlQxUrk8wQ4KKJezLZ {
  top: 14.375rem;
  left: 1.625rem;
  width: .3125rem;
  height: .75rem;
  z-index: 15018;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  display: block
}

#fzo911tWKvTo0BBg1gB8y2x3NV9zgry8 {
  top: 20.625rem;
  left: 1.6748046875rem;
  width: .3125rem;
  height: .75rem;
  z-index: 15019;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  display: block
}

#bdSTKOXOPmL9nAreg7rsaACylD4T8uRd {
  top: 27.5rem;
  left: .3125rem;
  width: 19.375rem;
  height: 5.75rem;
  z-index: 14990;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
  background-color: rgba(var(--color-primary-3), 1);
  background-image: none;
  box-shadow: 0 .3125rem .5625rem rgba(var(--color-tertiary-4), .29);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#AJrxQdxNEv1dxgJ2SpFs3gk7ivR1yD21 {
  width: 11.25rem;
  height: 3.65625rem;
  top: 28.625rem;
  left: 7.8125rem;
  font-size: .9375rem;
  text-align: left;
  text-align-last: left;
  color: rgba(var(--color-tertiary-0), 1);
  z-index: 15021;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  line-height: 1.3;
  display: block
}

#uxsOs1o3R2qKe6bH7DP29wVU61Aodqk8 {
  width: 11rem;
  height: 1.4375rem;
  top: 30.5625rem;
  left: 1.125rem;
  text-align: left;
  text-align-last: left;
  font-size: 1.4375rem;
  font-family: var(--headlines-font-family);
  line-height: 1;
  color: rgba(var(--color-tertiary-0), 1);
  z-index: 15021;
  font-weight: 700;
  font-style: normal;
  display: block
}

#Cf8v4NrElMPr2aq1WM7W79myMmAUrAZc {
  width: 11rem;
  height: 2.125rem;
  top: 28.625rem;
  left: 1.1875rem;
  text-align: left;
  text-align-last: left;
  font-size: 2.125rem;
  font-family: var(--headlines-font-family);
  line-height: 1;
  color: rgba(var(--color-tertiary-0), 1);
  z-index: 15020;
  font-weight: 700;
  font-style: normal;
  display: block
}

#LZyqtqzH60yDw5kDLqr7Ls2lP1DMbuhA {
  top: 41rem;
  left: .625rem;
  width: 18.6230625rem;
  height: 4.31055rem;
  z-index: 14998;
  background-color: rgba(var(--color-primary-2), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#mnLryySxZcwtaaIAWik2SKvvaZsAXUCy {
  top: 41.6875rem;
  left: 2rem;
  width: 15.9980625rem;
  height: 3.499025rem;
  z-index: 14989;
  background-color: rgba(var(--color-secondary-2), 0);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  box-shadow: 0 .5625rem 1.4375rem rgba(var(--color-tertiary-4), .41);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#P6T7aDFvRvV8u71akDcSu1Fex0L7z0kx {
  top: 40.375rem;
  left: .625rem;
  width: 18.75rem;
  height: 4.25rem;
  z-index: 14999;
  background-color: #ffd57f;
  background-image: none;
  font-family: var(--headlines-font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
  color: #1a1310;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  text-shadow: .0625rem .0625rem .0625rem rgba(var(--color-tertiary-0), .27);
  display: block
}

#A6DqHgS9eQoDeBW0dGChDNPS7onN5xmB {
  display: block
}

#I0hTugJTIT1pGMgkS7mFQrcmVILp7mB6 {
  top: 33.8125rem;
  left: .625rem;
  width: 18.75rem;
  height: 5.1875rem;
  z-index: 15068;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
  background-color: #fff3d8;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top: .125rem dashed #f1c56c;
  border-left: .125rem dashed #f1c56c;
  border-right: .125rem dashed #f1c56c;
  border-bottom: .125rem dashed #f1c56c;
  box-shadow: .0625rem .3125rem .9375rem rgba(var(--color-tertiary-4), .14);
  display: block
}

#lmpONozpa5Oa4wXQFDkZfV8ihxdTsN9a {
  top: 34.625rem;
  left: 1.25rem;
  width: 17.5rem;
  height: 3.9375rem;
  z-index: 15074;
  font-family: roboto;
  font-weight: 400;
  font-style: normal;
  color: rgba(var(--color-tertiary-4), 1);
  font-size: .9375rem;
  text-align: center;
  text-align-last: center;
  line-height: 1.4;
  display: block
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4 {
  display: block
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4 {
  background-color: transparent;
  background-image: none
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row .container>.video-iframe-container {
  display: none
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row>.video-iframe-container {
  display: none
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4 {
  border-width: 0;
  border-radius: 0
}

#KJefIRATLRGVx072MI2sxyg6rzpydtm4>.row .container {
  width: 20rem;
  background-color: transparent;
  background-image: none;
  height: 22.1875rem;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  display: block
}

#kVtCComxaFU43Lk6GBT5k4inhaLPD2Wz {
  top: 9.93408203125rem;
  left: .5537109375rem;
  width: 18.75rem;
  height: 10.686875rem;
  z-index: 15068;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
  background-color: #fbfbfb;
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top: .125rem solid #b0b0b0;
  border-left: .125rem solid #b0b0b0;
  border-right: .125rem solid #b0b0b0;
  border-bottom: .125rem solid #b0b0b0;
  display: block
}

#cEmkx403chroPXVdmErOp1mkP1xhLBC8 {
  top: 13.310546875rem;
  left: 1.8115234375rem;
  width: 16.375rem;
  height: 5.949225rem;
  z-index: 15074;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: normal;
  color: rgba(var(--color-tertiary-4), 1);
  font-size: 1.0625rem;
  text-align: center;
  text-align-last: center;
  line-height: 1.4;
  display: block
}

#B2B1dQm3avGtUi5qL5W9cTpH4rNc1JEb {
  top: 7.060546875rem;
  left: 7.1875rem;
  width: 5.625rem;
  height: 5.625rem;
  z-index: 15077;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#IEeMVdmdcTm3496rTOuVT7yspBhUJedN {
  width: 20rem;
  height: 2.0625rem;
  top: 1.90673828125rem;
  left: 0;
  font-size: 1.875rem;
  color: rgba(var(--color-tertiary-4), 1);
  z-index: 15007;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  display: block
}

#RVWUHguz2tHA5UodozyOhTX4vLdRbVBK {
  width: 20rem;
  height: 2.0625rem;
  top: 3.96875rem;
  left: 0;
  font-size: 1.875rem;
  color: #f2b200;
  z-index: 15008;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  display: block
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA {
  display: block
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA {
  background-color: transparent;
  background-image: none
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row .container>.video-iframe-container {
  display: none
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row>.video-iframe-container {
  display: none
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA {
  border-width: 0;
  border-radius: 0
}

#HPUdDTq18OOB33WttRBZ5ZSGdGmFduWA>.row .container {
  width: 20rem;
  height: 5.9375rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  display: block
}

#WHHxpqL4cFg654TfxOxTVISJrT6EmRr0 {
  width: 20rem;
  height: 2.0625rem;
  top: 3.4375rem;
  left: 0;
  font-size: 1.875rem;
  color: #e43b2c;
  z-index: 15012;
  font-family: var(--paragraphs-font-family);
  font-weight: 700;
  font-style: normal;
  display: block
}

#G9HgvxdwGBe1Cy0847yabXMm44l0TbyZ {
  width: 20rem;
  height: 2.0625rem;
  top: 1.3125rem;
  left: 0;
  font-size: 1.875rem;
  color: #1f1f1f;
  z-index: 15011;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: normal;
  display: block
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT {
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: url("assets/lara.avif");
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: cover !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: block
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container {
  background-color: transparent;
  background-image: none
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container>.video-iframe-container {
  display: none
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row>.video-iframe-container {
  display: none
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container {
  border-width: 0;
  border-radius: 0
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial
}

#vsZFmuLPSVXgqhFz7uk1A9Pk3ggt18fT>.row .container {
  width: 20rem;
  height: 27.8125rem;
  position: relative;
  display: block
}

#Mds7a1373qV5ZLKOLUJ39edDFcITaQep {
  top: 19.37548828125rem;
  left: 1.96875rem;
  width: 16.0625rem;
  height: 7.1953125rem;
  z-index: 15079;
  text-align: justify;
  text-align-last: initial;
  font-family: var(--paragraphs-font-family);
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  font-size: 1rem;
  color: rgba(var(--color-tertiary-4), .7);
  display: block
}

#opGezkbAHckgmrPAPeMZroP7uJLEPFaP {
  top: 18.375rem;
  left: .1875rem;
  width: 19.6875rem;
  height: 8rem;
  z-index: 15078;
  background-color: rgba(var(--color-tertiary-0), .97);
  background-image: none;
  border-top-right-radius: .625rem;
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  border-top-left-radius: .625rem;
  box-shadow: .125rem .125rem .3125rem rgba(var(--color-tertiary-4), .5);
  display: block
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw {
  display: block
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw {
  background-color: transparent;
  background-image: none
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row .container>.video-iframe-container {
  display: none
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row>.video-iframe-container {
  display: none
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw {
  border-width: 0;
  border-radius: 0
}

#kHfZkXJKeHCm2bFmlMtCpuxS0tQwRhUw>.row .container {
  width: 20rem;
  height: 15rem;
  background-color: rgba(var(--color-tertiary-0), 1);
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  display: block
}

#wa9kqZCar1LHZ02dIWtQSJLIv1HzgTf5 {
  width: 20rem;
  height: 4.3300875rem;
  top: 2.625rem;
  left: 0;
  font-size: 1.3125rem;
  color: #6e2d1a;
  z-index: 15002;
  line-height: 1.1;
  text-align: center;
  text-align-last: center;
  font-family: var(--paragraphs-font-family);
  font-weight: 400;
  font-style: normal;
  display: block
}

#JoDFBrKCUSTUNkfZTJP483ey0FEyhhgz {
  top: .5625rem;
  left: 8rem;
  width: 4.0625rem;
  height: .74978125rem;
  z-index: 15080;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: .1875rem solid #e43b2c;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  display: block
}

#oCB73h38Oq5I8p8fWh4ZNFiolOcyrRmd {
  top: 7.875rem;
  left: .625rem;
  width: 18.75rem;
  height: 4.0625rem;
  z-index: 14996;
  background-color: #ffd57f;
  background-image: none;
  font-family: var(--headlines-font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 1.1875rem;
  border-top-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
  color: #1a1310;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  text-shadow: .0625rem .0625rem .0625rem rgba(var(--color-tertiary-0), .27);
  display: block
}

#g7fd3aiCKL4w5cQlxqTuclsV48DvhM6o {
  display: block
}

#SnNIAZKRpW8gokUCOyfURlTLlXrzC4V6 {
  top: 7.9375rem;
  left: .625rem;
  width: 18.6230625rem;
  height: 4.3112rem;
  z-index: 14995;
  background-color: rgba(var(--color-primary-2), 1);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#dQ9PslLPoQR1Wua2sRnxzCs1wunrtTNZ {
  top: 8.625rem;
  left: 2rem;
  width: 15.9980625rem;
  height: 3.49935rem;
  z-index: 14986;
  background-color: rgba(var(--color-secondary-2), 0);
  background-image: none;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background-size: auto !important;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  box-shadow: 0 .5625rem 1.4375rem rgba(var(--color-tertiary-4), .41);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: block
}

#rruMrpaVlTCTVBqeOTXFAxne4qtoTU3N {
  display: flex;
  top: 12.3125rem;
  left: 13.0625rem;
  width: 1.9375rem;
  height: 1.9375rem;
  z-index: 15081;
  font-size: 1.3125rem;
  opacity: .53
}

#oFAtqhthdz7FkxTzi8hvT3xRCaH7bso2 {
  width: 9.6875rem;
  height: 2.25rem;
  top: 12.375rem;
  left: 4.625rem;
  font-size: 1.125rem;
  line-height: 2;
  color: #353535;
  font-family: "roboto condensed";
  font-weight: 300;
  font-style: normal;
  z-index: 15011;
  text-align: center;
  text-align-last: center;
  display: block
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa {
  background-color: #090909;
  background-image: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  display: block
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container {
  background-color: transparent;
  background-image: none
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container>.video-iframe-container {
  display: none
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row>.video-iframe-container {
  display: none
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container>.video-iframe-container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container {
  border-width: 0;
  border-radius: 0
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row>.video-iframe-container {
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial
}

#y27ZIkRErfqVMUsmG3UP0Gvc9gAwdvGa>.row .container {
  width: 20rem;
  height: 2.1875rem;
  position: relative;
  display: block
}

#EvkVaTGCEH2QuVDRi9aAJdeahCrxS4pS {
  top: .70001220703125rem;
  left: 0;
  width: 20rem;
  height: .975rem;
  z-index: 15000;
  color: rgba(var(--color-tertiary-0), .46);
  text-align: center;
  text-align-last: center;
  font-size: .75rem;
  font-family: roboto;
  display: block
}
/* === ESTILOS INLINE MOVIDOS === */

        @font-face {
            font-family: 'Asap Condensed';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url('assets/fonts/asap-condensed-headline-subset.woff2') format('woff2');
        }

        @font-face {
            font-family: 'Raleway';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url('assets/fonts/raleway-regular-subset.woff2') format('woff2');
        }

        
@media (max-width:767px) {
            body {
                padding-left: 20px;
                padding-right: 20px
            }

            .container {
                width: auto
            }

            .row {
                margin-left: 0
            }
        }

        
@media (min-width:768px) and (max-width:979px) {

            .row:after,
            .row:before {
                display: table;
                content: "";
                line-height: 0
            }

            .row:after {
                clear: both
            }

            .container,
            .navbar-fixed-bottom .container,
            .navbar-fixed-top .container,
            .navbar-static-top .container {
                width: 724px
            }
        }

        
@media (min-width:1200px) {

            .row:after,
            .row:before {
                display: table;
                content: "";
                line-height: 0
            }

            .row:after {
                clear: both
            }

            .container,
            .navbar-fixed-bottom .container,
            .navbar-fixed-top .container,
            .navbar-static-top .container {
                width: 1170px
            }
        }

        
@keyframes fa-spin {
            0% {
                -webkit-transform: rotate(0);
                transform: rotate(0)
            }

            100% {
                -webkit-transform: rotate(359deg);
                transform: rotate(359deg)
            }
        }

        
@media only screen and (max-width:763px) {

            body,
            div {
                background-attachment: scroll !important
            }
        }

        
body {
            text-rendering: optimizeLegibility
        }

        
@keyframes tooltip-fade-in {
            from {
                opacity: 0
            }

            to {
                opacity: 1
            }
        }

        
a,
        b,
        body,
        div,
        h1,
        h2,
        html,
        i,
        img,
        p,
        span {
            border: 0;
            font-size: 100%;
            font: inherit;
            margin: 0;
            padding: 0;
            vertical-align: baseline
        }

        
body,
        html {
            font-size: 16px
        }

        
b {
            font-weight: 700
        }

        
i {
            font-style: italic
        }

        
body {
            font-family: Arial, 'sans-serif';
            line-height: 1
        }

        
b {
            font-weight: 700
        }

        
i {
            font-style: italic
        }

        
.row {
            height: 100%
        }

        
.row:before {
            content: " ";
            display: table
        }

        
.row:after {
            clear: both
        }

        
.widget {
            position: absolute
        }

        
.widget-section {
            position: relative
        }

        
.widget-smartsection .container {
            height: 100%;
            margin: 0 auto;
            position: relative;
            width: 960px
        }

        
.widget-section .container {
            height: 100%;
            margin: 0 auto;
            position: relative;
            width: 960px
        }

        
.widget-text a {
            color: inherit
        }

        
.widget-button[version="2"] .widget-text,
        .widget-button[version="3"] .widget-text,
        .widget-contact[version="2"] .widget-text,
        .widget-contact[version="3"] .widget-text {
            white-space: nowrap;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        
.widget-button[version="2"] .widget-text,
        .widget-contact[version="2"] .widget-text {
            left: 0;
            position: absolute !important
        }

        
.bg-cover .container {
            background-size: cover
        }

        
.bg-contain .container {
            background-size: contain
        }

        
@media only screen and (min-width:764px) and (max-width:959px) {
            html {
                width: 960px
            }
        }

        
body {
            background-color: rgba(var(--color-tertiary-0), 1);
            background-image: none;
            border-top: 0;
            border-right: 0;
            border-bottom: 0;
            border-left: 0;
            position: relative;
            top: 0;
            left: 0;
            display: block
        }

        
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0)
        }

        
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row>.video-iframe-container::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0)
        }

        
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row>.video-iframe-container {
            display: none
        }

        
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row .container>.video-iframe-container::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0)
        }

        
#hero {
            position: relative;
            display: none
        }

        
#hero {
            border-width: 0;
            border-radius: 0
        }

        
#hero>.row .container>.video-iframe-container {
            border-top-left-radius: initial;
            border-top-right-radius: initial;
            border-bottom-right-radius: initial;
            border-bottom-left-radius: initial
        }

        
#hero>.row .container {
            border-bottom: 0;
            border-left: 0;
            border-right: 0;
            border-top: 0;
            background-color: #fff;
            background-image: none;
            font-size: .875rem;
            font-family: arial;
            height: 18.75rem;
            width: 60rem;
            border-top-left-radius: initial;
            border-top-right-radius: initial;
            border-bottom-right-radius: initial;
            border-bottom-left-radius: initial;
            position: relative;
            display: none
        }

        
#hero-title-line1 {
            color: #000;
            display: block;
            width: 20rem;
            position: absolute;
            font-family: arial;
            font-size: 2.6875rem;
            font-weight: 400;
            z-index: 15000;
            line-height: 1.3;
            letter-spacing: 0;
            height: 5.375rem;
            top: 3.5625rem;
            left: 0;
            display: none
        }

        
#zBahK4t6eXp9RlCbGsC9rcOiPfkDnH3E {
            color: #000;
            display: block;
            width: 17.3125rem;
            position: absolute;
            font-family: arial;
            font-size: 1.125rem;
            font-weight: 400;
            z-index: 15000;
            line-height: 1.3;
            letter-spacing: 0;
            height: 2.25rem;
            top: 10.375rem;
            left: 1.3125rem;
            display: none
        }

        
#hero-subtitle-bg {
            box-sizing: content-box;
            height: 12.5rem;
            width: 12.5rem;
            position: absolute;
            display: block;
            z-index: 15000;
            background-color: #e3e3e3;
            background-image: none;
            display: none
        }

        
#badge-sem-gluten-text {
            color: #000;
            display: block;
            width: 8.4375rem;
            position: absolute;
            font-family: arial;
            font-size: 1.1rem;
            font-weight: 400;
            z-index: 15000;
            line-height: 1.3;
            letter-spacing: 0;
            height: 1.625rem;
            top: 1.125rem;
            left: 5.75rem;
            display: none
        }

        
#badge-sem-gluten-bg {
            box-sizing: content-box;
            height: 12.5rem;
            width: 12.5rem;
            position: absolute;
            display: block;
            z-index: 15000;
            background-color: #e3e3e3;
            background-image: none;
            display: none
        }

        


        
#rDkRmF9TDDrHh5HmpZdNXMLqGfasmtJU {
            position: absolute;
            display: block;
            z-index: 15000;
            background-color: #e3e3e3;
            background-image: none;
            border-top: 0;
            border-left: 0;
            border-right: 0;
            border-bottom: 0;
            border-top-right-radius: initial;
            border-bottom-right-radius: initial;
            border-bottom-left-radius: initial;
            border-top-left-radius: initial;
            box-shadow: none;
            height: 12.5rem;
            width: 12.5rem;
            display: none
        }

        
#EfLw0PlTCwgNIHi2DyZkwa1thNhExkAX {
            color: #000;
            display: block;
            width: 6.3125rem;
            position: absolute;
            font-family: arial;
            font-size: .875rem;
            font-weight: 400;
            z-index: 15000;
            line-height: 1.3;
            letter-spacing: 0;
            height: 1.125rem;
            top: 17.625rem;
            left: 6.8125rem;
            display: none
        }

        
#hero-price-bg-line1 {
            box-sizing: content-box;
            height: 12.5rem;
            width: 12.5rem;
            position: absolute;
            display: block;
            z-index: 15000;
            background-color: #e3e3e3;
            background-image: none;
            display: none
        }

        
#hero-price-bg-line2 {
            box-sizing: content-box;
            height: 12.5rem;
            width: 12.5rem;
            position: absolute;
            display: block;
            z-index: 15000;
            background-color: #e3e3e3;
            background-image: none;
            display: none
        }

        
#hero-title-line2 {
            color: #000;
            display: block;
            width: 17.875rem;
            position: absolute;
            font-family: arial;
            font-size: 2.6875rem;
            font-weight: 400;
            z-index: 15000;
            line-height: 1.3;
            letter-spacing: 0;
            height: 2.6875rem;
            top: 7.3125rem;
            left: 1.0625rem;
            display: none
        }

        
body {
            position: relative;
            display: block
        }

        
#hero {
            display: none
        }

        
#hero>.row .container {
            width: 47.75rem;
            position: relative;
            display: none
        }

        
#hero-title-line1 {
            top: 3.5625rem;
            left: 0;
            width: 20rem;
            height: 5.375rem;
            font-size: 2.6875rem;
            display: none
        }

        
#zBahK4t6eXp9RlCbGsC9rcOiPfkDnH3E {
            top: 10.375rem;
            left: 0;
            width: 17.3125rem;
            height: 2.25rem;
            font-size: 1.125rem;
            display: none
        }

        
#hero-subtitle-bg {
            display: none
        }

        
#badge-sem-gluten-text {
            top: 1.125rem;
            left: 0;
            width: 8.4375rem;
            height: 1.625rem;
            font-size: 1.3125rem;
            display: none
        }

        
#badge-sem-gluten-bg {
            display: none
        }

        


        
#rDkRmF9TDDrHh5HmpZdNXMLqGfasmtJU {
            display: none
        }

        
#EfLw0PlTCwgNIHi2DyZkwa1thNhExkAX {
            top: 17.625rem;
            left: .6875rem;
            width: 6.3125rem;
            height: 1.125rem;
            font-size: .875rem;
            display: none
        }

        
#hero-price-bg-line1 {
            display: none
        }

        
#hero-price-bg-line2 {
            display: none
        }

        
#hero-title-line2 {
            top: 7.3125rem;
            left: 0;
            width: 17.875rem;
            height: 2.6875rem;
            font-size: 2.6875rem;
            display: none
        }

        
body {
            position: relative;
            background-color: rgba(var(--color-tertiary-0), 1);
            background-image: none;
            border-top: 0;
            border-right: 0;
            border-bottom: 0;
            border-left: 0;
            display: block
        }

        
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0)
        }

        
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row>.video-iframe-container::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0)
        }

        
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row>.video-iframe-container {
            display: none
        }

        
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1>.row .container>.video-iframe-container::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0)
        }

        
#hero {
            background-color: rgba(var(--color-tertiary-0), 1);
            background-image: url("assets/bolo1.webp");
            background-position: top center !important;
            background-repeat: no-repeat !important;
            background-attachment: scroll;
            background-size: cover !important;
            border-top: 0;
            border-left: 0;
            border-right: 0;
            border-bottom: 0;
            border-top-left-radius: initial;
            border-top-right-radius: initial;
            border-bottom-left-radius: initial;
            border-bottom-right-radius: initial;
            display: block
        }

        
#hero>.row .container {
            background-color: transparent;
            background-image: none
        }

        
#hero::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0)
        }

        
#hero>.row .container::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0)
        }

        
#hero>.row .container>.video-iframe-container {
            display: none
        }

        
#hero>.row>.video-iframe-container::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0)
        }

        
#hero>.row>.video-iframe-container {
            display: none
        }

        
#hero>.row .container>.video-iframe-container::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0)
        }

        
#hero>.row .container {
            border-width: 0;
            border-radius: 0
        }

        
#hero>.row>.video-iframe-container {
            border-top-left-radius: initial;
            border-top-right-radius: initial;
            border-bottom-left-radius: initial;
            border-bottom-right-radius: initial
        }

        
#hero>.row .container {
            width: 20rem;
            height: 31.25rem;
            position: relative;
            display: block
        }

        
#hero-title-line1 {
            top: 3.8125rem;
            left: 1.0625rem;
            width: 17.875rem;
            height: 5.375rem;
            z-index: 15081;
            text-align: center;
            text-align-last: center;
            font-size: 2.6875rem;
            font-family: "asap condensed";
            font-weight: 700;
            font-style: normal;
            line-height: 1;
            color: rgba(var(--color-tertiary-1), 1);
            display: block
        }

        
#zBahK4t6eXp9RlCbGsC9rcOiPfkDnH3E {
            top: 13.9609375rem;
            left: 1.21875rem;
            width: 17.5625rem;
            height: 2.4746125rem;
            z-index: 15082;
            text-align: center;
            text-align-last: center;
            font-size: 1.125rem;
            font-family: var(--paragraphs-font-family);
            font-weight: 300;
            font-style: normal;
            line-height: 1.1;
            color: rgba(var(--color-tertiary-0), 1);
            display: block
        }

        
#hero-subtitle-bg {
            top: 13.48046875rem;
            left: 1.1875rem;
            width: 17.625rem;
            height: 3.4375rem;
            z-index: 15002;
            border-top-left-radius: .5rem;
            border-top-right-radius: .5rem;
            border-bottom-left-radius: .5rem;
            border-bottom-right-radius: .5rem;
            background-color: rgba(var(--color-primary-4), 1);
            background-image: none;
            display: block
        }

        
#badge-sem-gluten-text {
            top: .9375rem;
            left: 6.0625rem;
            width: 7.875rem;
            height: 1.5rem;
            z-index: 15080;
            text-align: center;
            text-align-last: center;
            font-size: 1.1rem;
            font-family: "Raleway";
            font-weight: 400;
            font-style: italic;
            line-height: 1.5;
            color: rgba(var(--color-tertiary-0), 1);
            display: block
        }

        
#badge-sem-gluten-bg {
            top: 1rem;
            left: 6.625rem;
            width: 6.8125rem;
            height: 1.5rem;
            z-index: 15001;
            border-top-left-radius: .5rem;
            border-top-right-radius: .5rem;
            border-bottom-left-radius: .5rem;
            border-bottom-right-radius: .5rem;
            background-color: #e2211c;
            background-image: none;
            display: block
        }

        


        
#rDkRmF9TDDrHh5HmpZdNXMLqGfasmtJU {
            display: none
        }

        
#EfLw0PlTCwgNIHi2DyZkwa1thNhExkAX {
            display: none
        }

        
#hero-price-bg-line1 {
            top: 3.8125rem;
            left: 1.21875rem;
            width: 17.5rem;
            height: 2.6875rem;
            z-index: 15000;
            background-color: rgba(var(--color-primary-0), 1);
            background-image: none;
            display: block
        }

        
#hero-price-bg-line2 {
            top: 6.9375rem;
            left: 3.4375rem;
            width: 13.0625rem;
            height: 2.6875rem;
            z-index: 15001;
            background-color: rgba(var(--color-primary-0), 1);
            background-image: none;
            display: block
        }

        
#hero-title-line2 {
            top: 9.73046875rem;
            left: 1.0625rem;
            width: 17.875rem;
            height: 2.68771875rem;
            z-index: 15082;
            text-align: center;
            text-align-last: center;
            font-size: 2.6875rem;
            font-family: "asap condensed";
            font-weight: 700;
            font-style: normal;
            line-height: 1;
            color: #ec6300;
            display: block
        }

        /* Extra styles */
        body #hero.widget-section {
            background-image: url("assets/hero-mobile.avif");
        }
    