<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.sweet-input {
  position: absolute !important;
  left: -999em;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none !important;
}
.demo-indicator {
  position: fixed;
  bottom: 20px;
  left: -35px;
  right: 0;
  background-color: #438eb9;
  color: #fff;
  padding: 5px 0;
  display: block;
  z-index: 9999;
  margin: 0 auto;
  width: 200%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: 5px 5px 10px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 10px -1px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  overflow: hidden;
}
.caption-title,
.caption-description {
  display: block;
  line-height: 1.5;
  font-size: 14px;
}
.caption-description {
  font-style: italic;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Redactor 3 adds the figure element. This is not needed so il give it a static position */
.video-container &gt; figure {
  position: static !important;
}
.view-switcher button,
.view-switcher .btn {
  box-shadow: none;
  background-color: transparent;
  border-color: transparent;
  padding: 0px;
  margin: 0px;
  color: #000;
  width: 40px;
}
.view-switcher button img,
.view-switcher .btn img {
  width: 25px;
}
.view-switcher button:hover,
.view-switcher .btn:hover,
.view-switcher .btn:focus {
  color: #000;
}
.view-switcher .btn:active,
.view-switcher button:active {
  box-shadow: none;
}
.view-switcher .btn-group.open .dropdown-toggle {
  box-shadow: none;
  color: #000;
}
.view-switcher ul.dropdown-menu {
  min-width: 40px;
  max-width: 40px;
  position: absolute;
  background-color: #fff;
  border-color: transparent;
  /*box-shadow:none;*/
}
.view-switcher ul.dropdown-menu li {
  width: 100%;
  margin-left: 0px;
}
.view-switcher ul.dropdown-menu li &gt; a {
  padding: 0px;
  display: block;
  text-align: center;
}
.view-switcher ul.dropdown-menu li &gt; a:before {
  display: block;
}
.view-switcher ul.dropdown-menu li &gt; a:hover {
  background-color: transparent;
  background: transparent;
}
.view-switcher button.btn span.flag {
  display: block;
}
.view-switcher button.btn span.caret {
  display: none;
}
.view-switcher button.btn span.flag:before {
  display: inline-block;
}
.view-switcher ul.dropdown-menu li &gt; a img {
  width: 24px;
  height: 24px;
  margin: 0px auto;
}
.view-switcher ul.dropdown-menu li &gt; a span {
  display: none;
}
/* COOKIE */
.cookie-container {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 0px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  left: 0px;
  text-align: center;
  display: block;
  height: auto;
  -webkit-transition: bottom 2s ease-in;
  -o-transition: bottom 2s ease-in;
  transition: bottom 2s ease-in;
  color: #fff;
}
.cookie-container [data-accepted="1"],
.cookie-container.accepted-1 {
  display: none;
}
.cookie-container.slideDown {
  bottom: -100%;
}
.cookie-container .cookie-close {
  position: absolute;
  right: 5px;
  top: 0px;
}
.cookie-container .cookie-close a {
  color: #fff;
  font-size: 15px;
}
.cookie-container#new-cookie-container {
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-family: inherit;
}
.cookie-container#new-cookie-container h4 {
  margin: 10px 0px;
  text-transform: uppercase;
  color: #fff;
  font-size: inherit;
}
.cookie-container#new-cookie-container p {
  line-height: normal;
  margin: 10px 0px;
  color: #fff;
}
.cookie-container#new-cookie-container a.button {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-family: inherit;
  font-size: inherit;
  text-transform: uppercase;
  line-height: 30px;
  vertical-align: middle;
  padding: 0 21px;
}
.cookie-container#new-cookie-container a.button.primary {
  background-color: #6eff6a;
  color: #000;
}
.cookie-container#new-cookie-container a.button.primary:hover {
  background-color: #000;
  color: #6eff6a;
  border-color: #6eff6a;
}
@media (max-width: 767px) {
  .cookie-container#new-cookie-container a.button.primary {
    display: block;
    text-align: center;
  }
}
.cookie-container#new-cookie-container a.button.secondary {
  background-color: #000;
  color: #6eff6a;
}
.cookie-container#new-cookie-container a.button.secondary:hover {
  background-color: #6eff6a;
  color: #000;
}
.cookie-container#new-cookie-container a.button.privacy {
  background-color: transparent;
  text-transform: uppercase;
  text-shadow: none;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px;
  display: block;
  text-align: center;
  color: inherit;
  line-height: normal;
  font-size: 13px;
}
.cookie-container#new-cookie-container a.button.privacy:hover,
.cookie-container#new-cookie-container a.button.privacy:focus,
.cookie-container#new-cookie-container a.button.privacy:hover:focus {
  background-color: transparent;
  color: #fff;
  text-shadow: none;
}
.cookie-container#new-cookie-container .content {
  background-color: transparent;
  border: none;
  max-width: 640px;
  margin: 0px auto;
  width: 100%;
  padding: 0px 15px;
}
.cookie-container#new-cookie-container form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 10px 0px;
}
@media (max-width: 767px) {
  .cookie-container#new-cookie-container form {
    display: block;
  }
}
.cookie-container#new-cookie-container form label {
  color: #fff;
  text-transform: none;
  font-size: 15px;
}
@media (max-width: 767px) {
  .cookie-container#new-cookie-container form label {
    padding-left: 0px;
  }
}
.cookie-container#new-cookie-container form .checkbox {
  margin: 0px 5px;
}
.cookie-container#new-cookie-container form .checkbox input[type="checkbox"] {
  margin-top: 0;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0px;
  position: relative;
}
.cookie-container#new-cookie-container form .checkbox.submit {
  margin-left: auto;
}
@media (max-width: 767px) {
  .cookie-container#new-cookie-container form .checkbox.submit {
    margin: 10px 0px;
  }
}
.cookie-container .cookie-content {
  color: #fff;
  vertical-align: middle;
  max-width: 1170px;
  width: 100%;
  padding: 0px 15px;
  display: table;
  margin: 0 auto;
}
.cookie-container .cookie-content .cookie-message {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
}
.cookie-container .cookie-content .cookie-message p {
  margin-bottom: 0px;
  font-size: 15px;
}
.cookie-container .cookie-content .cookie-button {
  width: 100%;
  max-width: 20%;
  display: table-cell;
  vertical-align: middle;
}
.cookie-container .cookie-content .cookie-button a.btn-cookie {
  vertical-align: middle;
  background-color: #6eff6a;
  color: #000;
  padding: 4px 15px;
  display: inline-block;
}
.cookie-container .cookie-content .cookie-button a.btn-cookie:hover {
  color: #6eff6a;
  background-color: #000;
}
.cookie-container .cookie-clear {
  clear: both;
}
@media (max-width: 768px) {
  .cookie-container .cookie-content .cookie-message {
    width: 100%;
    display: table-row;
  }
  .cookie-container .cookie-content .cookie-message p {
    margin-bottom: 15px;
  }
  .cookie-container .cookie-content .cookie-button {
    max-width: 100%;
    display: table-row;
  }
}
@media (max-width: 640px) {
  .cookie-container .cookie-content .cookie-button a.btn-cookie {
    display: block;
  }
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
figure.center-block img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
table.sweet-grid {
  background: #333;
  display: block;
  width: 100%;
  position: relative;
  background: unset !important;
  border: unset !important;
  padding: 0 !important;
  overflow: visible !important;
}
table.sweet-grid img {
  margin-bottom: 15px;
}
table.sweet-grid tbody {
  display: block;
  width: 100%;
  position: relative;
}
table.sweet-grid tbody,
table.sweet-grid tr,
table.sweet-grid td {
  background: unset !important;
  border: unset !important;
  padding: 0 !important;
}
table.sweet-grid tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -15px;
}
table.sweet-grid.content-centered td {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
table.sweet-grid.content-centered td * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
table.sweet-grid td {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (max-width: 991px) {
  table.sweet-grid td {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
table.sweet-grid td img {
  display: block;
}
.form-group {
  position: relative;
}
.form-group .email-suggestion {
  background-color: #17a2b8;
  color: #fff;
  padding: 4px 8px;
  position: absolute;
  z-index: 2;
  bottom: -30px;
  left: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.form-group .email-suggestion:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #17a3b8 transparent;
}
.sweet-fullname-input .invalid-nested-input,
.sweet-address-input .invalid-nested-input {
  margin: 0 !important;
}
@media (max-width: 768px) {
  .sweet-fullname-input input {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .sweet-address-input input {
    margin-bottom: 10px;
  }
}
.sweet-alert-popup-container {
  position: fixed;
  top: 0;
  right: 0;
  min-height: 100vh;
  left: 0;
  z-index: 99999999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sweet-alert-popup-container:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.sweet-alert-popup-container .sweet-alert {
  background: #fff;
  z-index: 9;
  margin: 0 15px;
  width: 400px;
  padding: 50px 50px 25px;
  text-align: center;
  position: relative;
  min-height: 350px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px;
}
.sweet-alert-popup-container .sweet-alert h4 {
  text-transform: capitalize;
  font-weight: 800;
  color: #333;
}
.sweet-alert-popup-container .sweet-alert p {
  font-size: 18px;
  color: #333;
}
.sweet-alert-popup-container .sweet-alert .icon {
  position: absolute;
  top: -40px;
  border-radius: 500px;
  left: calc(50% - 40px);
  background: #fff;
  height: 80px;
  width: 80px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.sweet-alert-popup-container .sweet-alert .icon svg {
  width: 100%;
  height: 100%;
  color: #fff;
}
.sweet-alert-popup-container .sweet-alert .close-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.sweet-alert-popup-container .sweet-alert .close-icon svg {
  width: 25px;
  height: 25px;
  color: #333;
}
.sweet-alert-popup-container .sweet-alert .close-button {
  padding: 15px 0;
  color: #fff;
  cursor: pointer;
  opacity: 0.9;
  transition: 0.3s opacity;
  font-weight: bold;
}
.sweet-alert-popup-container .sweet-alert .close-button:hover {
  opacity: 1;
}
.sweet-alert-popup-container .sweet-alert.error .icon,
.sweet-alert-popup-container .sweet-alert.danger .icon,
.sweet-alert-popup-container .sweet-alert.error .close-button,
.sweet-alert-popup-container .sweet-alert.danger .close-button {
  background: #dc3545;
}
.sweet-alert-popup-container .sweet-alert.warning .icon,
.sweet-alert-popup-container .sweet-alert.warning .close-button {
  background: #ffc107;
}
.sweet-alert-popup-container .sweet-alert.info .icon,
.sweet-alert-popup-container .sweet-alert.info .close-button {
  background: #0dcaf0;
}
.sweet-alert-popup-container .sweet-alert.success .icon,
.sweet-alert-popup-container .sweet-alert.success .close-button {
  background: #155724;
}
body.popup-active {
  overflow: hidden;
  height: 100vh;
}
.sweet-alert-container {
  position: fixed;
  top: 15px;
  right: 15px;
  margin-left: 15px;
  z-index: 999999999;
}
.sweet-alert-container .sweet-alert {
  margin: 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 20px;
  background: #fff;
  border: 0;
}
.sweet-alert-container .sweet-alert .close-button {
  display: none;
}
.sweet-alert-container .sweet-alert .close-icon {
  order: 3;
  margin-left: 10px;
  cursor: pointer;
}
.sweet-alert-container .sweet-alert .close-icon svg {
  display: block;
}
.sweet-alert-container .sweet-alert p {
  margin: 0;
}
.sweet-alert-container .sweet-alert .icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #155724;
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  margin-right: 15px;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}
.sweet-alert-container .sweet-alert .icon svg {
  color: #fff;
  width: 16px;
  height: 16px;
}
.form-group .form-group {
  margin-bottom: 0 !important;
}
</pre></body></html>