@charset "UTF-8";
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.spinner {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.spinner:before,
.spinner:after {
  content: "";
  position: absolute;
  top: 0;
}

.spinner:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* Begin screen reader overrides */
.sr, .screen-reader-text, .screen-reader-shortcut {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* End screen reader overrides */
/* Begin Translation bar rules */
#vvikcom-translate-container {
  position: relative;
}
#vvikcom-translate-container .closes-translate-container {
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  height: 40px;
  z-index: 202;
  background: transparent;
  border: none;
}
#vvikcom-translate-container .closes-translate-container:focus {
  outline: 1px solid #ebebeb;
}
#vvikcom-translate-container .closes-translate-container span {
  display: block;
  height: 2px;
  width: 30px;
  margin-top: -1px;
  background: #fff;
}
#vvikcom-translate-container .closes-translate-container span.close-1 {
  transform: rotateZ(45deg);
}
#vvikcom-translate-container .closes-translate-container span.close-2 {
  transform: rotateZ(-45deg);
}

/* End Translation bar rules */
/* Begin Global rules */
@media (max-width: 639px) {
  body.logged-in.admin-bar {
    border-top: 46px solid rgb(45, 45, 45);
  }
  body.logged-in.admin-bar #wpadminbar {
    margin-top: -46px;
  }
}

body .site-container {
  font-family: "Proxima N W01 Reg", "Hind", "Myriad Pro", "PT Sans", "Arial", "Sans serif";
  font-weight: 400;
  min-height: 120vh;
}
body .site-container.admin-bar {
  padding-top: 46px;
}
@media (min-width: 640px) {
  body .site-container.admin-bar {
    padding-top: 32px;
  }
}
body .site-container .ua-dependent {
  display: none;
}
body .site-container .bgc-white {
  background-color: #fff;
}
body .site-container .bgc-black {
  background-color: #000;
}
body .site-container .bgc-teal {
  background-color: rgb(0, 162, 181);
}
body .site-container .bgc-olive {
  background-color: rgb(165, 201, 130);
}
body .site-container .bgc-blue_dark {
  background-color: rgb(0, 106, 158);
}
body .site-container .bgc-blue_light {
  background-color: rgb(91, 197, 242);
}
body .site-container .bgc-red {
  background-color: rgb(192, 13, 13);
}
body .site-container .bgc-cerise {
  background-color: rgb(234, 81, 109);
}
body .site-container .bgc-orange {
  background-color: rgb(243, 149, 63);
}
body .site-container .bgc-orange_light {
  background-color: rgb(251, 190, 94);
}
body .site-container .bgc-silver {
  background-color: #EDEDED;
}
body .site-container .bgc-silver {
  background-color: #EDEDED;
}
body .site-container .bgc-grey {
  background-color: rgb(45, 45, 45);
}
body .site-container .bgc-steel {
  background-color: rgb(97, 97, 97);
}
body .site-container .bgc-teal-translucent {
  background-color: rgba(0, 162, 181, 0.9);
}
body .site-container .bgc-olive-translucent {
  background-color: rgba(165, 201, 130, 0.9);
}
body .site-container .bgc-blue_dark-translucent {
  background-color: rgba(0, 106, 158, 0.9);
}
body .site-container .bgc-blue_light-translucent {
  background-color: rgba(91, 197, 242, 0.9);
}
body .site-container .bgc-red-translucent {
  background-color: rgba(192, 13, 13, 0.9);
}
body .site-container .bgc-cerise-translucent {
  background-color: rgba(234, 81, 109, 0.9);
}
body .site-container .bgc-orange-translucent {
  background-color: rgba(243, 149, 63, 0.9);
}
body .site-container .bgc-orange_light-translucent {
  background-color: rgba(251, 190, 94, 0.9);
}
body .site-container .bgc-silver-translucent {
  background-color: rgba(237, 237, 237, 0.9);
}
body .site-container .bgc-grey-translucent {
  background-color: rgba(45, 45, 45, 0.9);
}
body .site-container .bgc-steel-translucent {
  background-color: rgba(97, 97, 97, 0.9);
}
body .site-container .border-color-teal {
  border-color: rgb(0, 162, 181);
}
body .site-container .border-color-olive {
  border-color: rgb(165, 201, 130);
}
body .site-container .border-color-blue_dark {
  border-color: rgb(0, 106, 158);
}
body .site-container .border-color-blue_light {
  border-color: rgb(91, 197, 242);
}
body .site-container .border-color-red {
  border-color: rgb(192, 13, 13);
}
body .site-container .border-color-cerise {
  border-color: rgb(234, 81, 109);
}
body .site-container .border-color-orange {
  border-color: rgb(243, 149, 63);
}
body .site-container .border-color-orange_light {
  border-color: rgb(251, 190, 94);
}
body .site-container .border-color-silver {
  border-color: #EDEDED;
}
body .site-container .border-color-silver {
  border-color: #EDEDED;
}
body .site-container .border-color-grey {
  border-color: rgb(45, 45, 45);
}
body .site-container .border-color-steel {
  border-color: rgb(97, 97, 97);
}
body .site-container .fill-teal {
  fill: rgb(0, 162, 181);
}
body .site-container .fill-teal svg * {
  fill: rgb(0, 162, 181) !important;
}
body .site-container .fill-olive {
  fill: rgb(165, 201, 130);
}
body .site-container .fill-olive svg * {
  fill: rgb(165, 201, 130) !important;
}
body .site-container .fill-blue_dark {
  fill: rgb(0, 106, 158);
}
body .site-container .fill-blue_dark svg * {
  fill: rgb(0, 106, 158) !important;
}
body .site-container .fill-blue_light {
  fill: rgb(91, 197, 242);
}
body .site-container .fill-blue_light svg * {
  fill: rgb(91, 197, 242) !important;
}
body .site-container .fill-red {
  fill: rgb(192, 13, 13);
}
body .site-container .fill-red svg * {
  fill: rgb(192, 13, 13) !important;
}
body .site-container .fill-cerise {
  fill: rgb(234, 81, 109);
}
body .site-container .fill-cerise svg * {
  fill: rgb(234, 81, 109) !important;
}
body .site-container .fill-orange {
  fill: rgb(243, 149, 63);
}
body .site-container .fill-orange svg * {
  fill: rgb(243, 149, 63) !important;
}
body .site-container .fill-orange_light {
  fill: rgb(251, 190, 94);
}
body .site-container .fill-orange_light svg * {
  fill: rgb(251, 190, 94) !important;
}
body .site-container .fill-silver {
  fill: #EDEDED;
}
body .site-container .fill-silver svg * {
  fill: #EDEDED !important;
}
body .site-container .fill-silver {
  fill: #EDEDED;
}
body .site-container .fill-silver svg * {
  fill: #EDEDED !important;
}
body .site-container .fill-grey {
  fill: rgb(45, 45, 45);
}
body .site-container .fill-grey svg * {
  fill: rgb(45, 45, 45) !important;
}
body .site-container .fill-steel {
  fill: rgb(97, 97, 97);
}
body .site-container .fill-steel svg * {
  fill: rgb(97, 97, 97) !important;
}
body .site-container .stroke-teal {
  stroke: rgb(0, 162, 181);
}
body .site-container .stroke-teal svg * {
  stroke: rgb(0, 162, 181) !important;
}
body .site-container .stroke-olive {
  stroke: rgb(165, 201, 130);
}
body .site-container .stroke-olive svg * {
  stroke: rgb(165, 201, 130) !important;
}
body .site-container .stroke-blue_dark {
  stroke: rgb(0, 106, 158);
}
body .site-container .stroke-blue_dark svg * {
  stroke: rgb(0, 106, 158) !important;
}
body .site-container .stroke-blue_light {
  stroke: rgb(91, 197, 242);
}
body .site-container .stroke-blue_light svg * {
  stroke: rgb(91, 197, 242) !important;
}
body .site-container .stroke-red {
  stroke: rgb(192, 13, 13);
}
body .site-container .stroke-red svg * {
  stroke: rgb(192, 13, 13) !important;
}
body .site-container .stroke-cerise {
  stroke: rgb(234, 81, 109);
}
body .site-container .stroke-cerise svg * {
  stroke: rgb(234, 81, 109) !important;
}
body .site-container .stroke-orange {
  stroke: rgb(243, 149, 63);
}
body .site-container .stroke-orange svg * {
  stroke: rgb(243, 149, 63) !important;
}
body .site-container .stroke-orange_light {
  stroke: rgb(251, 190, 94);
}
body .site-container .stroke-orange_light svg * {
  stroke: rgb(251, 190, 94) !important;
}
body .site-container .stroke-silver {
  stroke: #EDEDED;
}
body .site-container .stroke-silver svg * {
  stroke: #EDEDED !important;
}
body .site-container .stroke-silver {
  stroke: #EDEDED;
}
body .site-container .stroke-silver svg * {
  stroke: #EDEDED !important;
}
body .site-container .stroke-grey {
  stroke: rgb(45, 45, 45);
}
body .site-container .stroke-grey svg * {
  stroke: rgb(45, 45, 45) !important;
}
body .site-container .stroke-steel {
  stroke: rgb(97, 97, 97);
}
body .site-container .stroke-steel svg * {
  stroke: rgb(97, 97, 97) !important;
}
body .site-container .tc-white {
  color: #fff;
}
body .site-container h1, body .site-container h2, body .site-container h3, body .site-container h4, body .site-container h5, body .site-container h6, body .site-container li {
  line-height: 1.3em;
}
body .site-container p {
  line-height: 1.4em;
}
body .site-container h1, body .site-container h2, body .site-container h3, body .site-container h4, body .site-container h5, body .site-container h6 {
  font-family: "Proxima N W01 Reg", "Hind", "Myriad Pro", "PT Sans", "Arial", "Sans serif";
  margin-top: 0.9em;
  margin-bottom: 0.33em;
  line-height: 1.15em;
}
body .site-container h1.banner, body .site-container h2.banner, body .site-container h3.banner, body .site-container h4.banner, body .site-container h5.banner, body .site-container h6.banner {
  background-color: rgb(45, 45, 45);
  font-family: "Proxima N W01 Reg", "Hind", "Myriad Pro", "PT Sans", "Arial", "Sans serif";
  color: #fff;
  padding: 0.5em 0.5em 0.35em 0.5em;
  letter-spacing: 0.035em;
  font-weight: 600;
  text-align: center;
}
body .site-container h1.banner.silver, body .site-container h2.banner.silver, body .site-container h3.banner.silver, body .site-container h4.banner.silver, body .site-container h5.banner.silver, body .site-container h6.banner.silver {
  background-color: #EDEDED;
  color: rgb(45, 45, 45);
}
body .site-container h1 {
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 639px) {
  body .site-container h1 {
    font-size: 26px;
  }
}
body .site-container h2 {
  font-size: 20px;
  font-weight: 700;
}
body .site-container h2.banner {
  font-size: 20px;
  font-family: "Proxima N W01 Bold", "Hind", "Georgia", "Sans serif";
}
body .site-container h3 {
  font-size: 18px;
  font-family: "Proxima N W01 Bold", "Hind", "Georgia", "Sans serif";
}
body .site-container h3.banner {
  font-size: 18px;
  font-weight: 300;
  display: block;
}
body .site-container h4, body .site-container h5, body .site-container h6 {
  font-family: "Proxima N W01 Bold", "Hind", "Georgia", "Sans serif";
}
body .site-container h3 {
  font-size: 30px;
}
body .site-container h4 {
  font-size: 23px;
}
body .site-container h5 {
  font-size: 19px;
}
body .site-container h6 {
  font-size: 19px;
}
body .site-container .text-small {
  font-size: 0.8em;
}
body .site-container .padded-title-container {
  padding: 40px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
@media (max-width: 959px) {
  body .site-container .padded-title-container {
    padding: 15px;
  }
}
body .site-container .padded-title-container h1, body .site-container .padded-title-container h2, body .site-container .padded-title-container h3, body .site-container .padded-title-container h4 {
  margin: 0;
}
body .site-container p {
  margin-bottom: 0.55em;
  font-weight: 400;
}
body .site-container p strong {
  font-family: "Proxima N W01 Bold", "Hind", "Georgia", "Sans serif";
  font-weight: 600;
}
body .site-container .wpcf7-form {
  max-width: 800px;
}
body .site-container .wpcf7-form .form-field {
  margin-bottom: 1.25em;
}
body .site-container .wpcf7-form .form-field input, body .site-container .wpcf7-form .form-field textarea {
  width: 100%;
  max-width: 320px;
  margin-top: 0.5em;
  padding: 0.5em 0.35em;
  border: 1px solid #ccc;
  font-size: 16px;
}
body .site-container .wpcf7-form .form-field input[type=file], body .site-container .wpcf7-form .form-field textarea[type=file] {
  border: none;
}
body .site-container .wpcf7-form .form-field input[type=submit], body .site-container .wpcf7-form .form-field textarea[type=submit] {
  border: none;
  background: rgb(0, 162, 181);
  color: #fff;
}
body .site-container .wpcf7-form .form-field input:focus, body .site-container .wpcf7-form .form-field textarea:focus {
  outline: none;
  border: 1px solid rgb(45, 45, 45);
}
body .site-container .imitate-link {
  color: rgb(0, 0, 238);
  text-decoration: underline;
  cursor: pointer;
}
body .site-container .fl-module.fl-module-heading .fl-module-content {
  margin-bottom: 0px;
}
body .site-container .fl-module.fl-module-heading .fl-module-content h1, body .site-container .fl-module.fl-module-heading .fl-module-content h2, body .site-container .fl-module.fl-module-heading .fl-module-content h3, body .site-container .fl-module.fl-module-heading .fl-module-content h4 {
  margin-bottom: 0px;
}
body .site-container .fl-module-rich-text p, body .site-container .fl-module-rich-text h1, body .site-container .fl-module-rich-text h2, body .site-container .fl-module-rich-text h3, body .site-container .fl-module-rich-text h4, body .site-container .fl-module-rich-text h5, body .site-container .fl-module-rich-text h6, body .site-container .fl-module-rich-text ul {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}
body .site-container .fl-module-rich-text img.alignright, body .site-container .fl-module-rich-text .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
body .site-container .fl-module-rich-text img.alignleft, body .site-container .fl-module-rich-text .alignleft {
  float: left;
  margin: 0 20px 20px 0px;
}
body .site-container .fl-module-rich-text figcaption, body .site-container .fl-module-rich-text .wp-caption-text {
  border-top: none;
  margin-top: -2px;
  padding: 5px 4px;
  box-sizing: border-box;
  font-size: 0.875rem;
  text-align: center;
}
body .site-container em {
  font-style: italic;
}
body .site-container strong {
  font-weight: 600;
}
body .site-container figcaption {
  font-style: italic;
}
body .site-container figure {
  width: auto !important;
}
body .site-container figure img {
  max-width: 100%;
  height: auto;
}
body .site-container .site-container {
  position: relative;
}
body .site-container .content-sidebar-wrap {
  padding: 0px 0px;
  box-sizing: border-box;
}
body .site-container .fl-col-group[data-columncount="1"] .fl-col {
  width: 100% !important;
}
@media (max-width: 959px) {
  body .site-container .fl-col-group[data-columncount="2"] .fl-col, body .site-container .fl-col-group[data-columncount="4"] .fl-col {
    clear: none;
    float: left;
    width: 50% !important;
  }
}
@media (max-width: 959px) {
  body .site-container .fl-col-group[data-columncount="3"] .fl-col {
    clear: none;
    float: left;
    width: 33% !important;
  }
}
@media (min-width: 640px) {
  body .site-container .fl-col-group .fl-col:first-child .fl-col-content .fl-module-vvikcom-linkblock .fl-module-content, body .site-container .fl-col-group .fl-col:first-child .fl-col-content .fl-module-rich-text .fl-module-content, body .site-container .fl-col-group .fl-col:first-child .fl-col-content .fl-module-photo .fl-module-content {
    margin-left: 20px;
  }
}
@media (max-width: 959px) {
  body .site-container .fl-col-group .fl-col:first-child .fl-col-content .fl-module-vvikcom-linkblock .fl-module-content, body .site-container .fl-col-group .fl-col:first-child .fl-col-content .fl-module-rich-text .fl-module-content, body .site-container .fl-col-group .fl-col:first-child .fl-col-content .fl-module-photo .fl-module-content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 640px) {
  body .site-container .fl-col-group .fl-col:last-child .fl-col-content .fl-module-vvikcom-linkblock .fl-module-content, body .site-container .fl-col-group .fl-col:last-child .fl-col-content .fl-module-rich-text .fl-module-content, body .site-container .fl-col-group .fl-col:last-child .fl-col-content .fl-module-photo .fl-module-content {
    margin-right: 20px;
  }
}
@media (max-width: 959px) {
  body .site-container .fl-col-group .fl-col:last-child .fl-col-content .fl-module-vvikcom-linkblock .fl-module-content, body .site-container .fl-col-group .fl-col:last-child .fl-col-content .fl-module-rich-text .fl-module-content, body .site-container .fl-col-group .fl-col:last-child .fl-col-content .fl-module-photo .fl-module-content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 959px) {
  body .site-container .fl-col-group .fl-col.force-full-width {
    width: 100% !important;
    max-width: 100%;
  }
}
body .site-container .fl-col-group .fl-col-content {
  height: 100%;
}
body .site-container .fl-rich-text ul li, body .site-container .fl-module-rich-text ul li {
  position: relative;
  padding-left: 1.15em;
  margin-bottom: 0.5em;
}
body .site-container .fl-rich-text ul li:before, body .site-container .fl-module-rich-text ul li:before {
  position: absolute;
  content: "";
  left: 0em;
  top: 0.2em;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #BE121A;
  height: 0px;
}

.hidden {
  display: none !important;
}

body.padded-top .site-container .site-header {
  background-color: #2d2d2d;
}
body.padded-top .site-container .site-inner {
  margin-top: 89px;
}
body .frontend-hidden {
  max-height: 0px;
  overflow: hidden;
  visibility: hidden;
}
body.fl-builder-edit .frontend-hidden {
  max-height: none;
  overflow: auto;
  visibility: visible;
}
body.logged-in .frontend-hidden {
  max-height: none;
  overflow: auto;
  visibility: visible;
  opacity: 0.5;
}
body.logged-in button.opens-search {
  top: 37px !important;
}
body.logged-in button.do-translate {
  top: 37px !important;
}
body.logged-in #google_translate_element {
  top: 37px !important;
}
body.logged-in header.site-header > .wrap {
  top: 32px !important;
}
body.logged-in header.site-header > .wrap .open .nav-primary {
  top: 0px !important;
}
body.logged-in header.site-header > .wrap .nav-primary {
  top: 32px !important;
}
body.logged-in header.site-header > .wrap .nav-primary > div > ul {
  transform: translateY(0px) !important;
}

/* End Global rules */
/* Begin row rules */
.fl-row.fl-row-full-width.fl-row-bg-video {
  min-height: 56.25vw;
  width: 100vw;
  height: 56.25vw;
  padding: 0;
}
.fl-row.fl-row-full-width.fl-row-bg-video .fl-row-content-wrap {
  min-height: 56.25vw;
}

/* End row rules */
/* Begin column rules */
.row {
  font-size: 0px;
}
.row > * {
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

.content .col-full {
  width: 100%;
}
.content .col-pri {
  width: 70%;
  display: inline-block;
}
@media (max-width: 639px) {
  .content .col-pri {
    width: 100%;
  }
}
.content .col-sec {
  width: 28%;
  padding-left: 40px;
}
@media (max-width: 639px) {
  .content .col-sec {
    width: 100%;
    padding-left: 0px;
  }
}
.content .col-sec h2 {
  position: relative;
  font-family: "Proxima N W01 Bold", "Hind", "Georgia", "Sans serif";
  letter-spacing: 0.065em;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 1em;
  max-width: 300px;
  display: inline-block;
  padding-right: 1.7em;
  border-right: 1px solid #fff;
}
.content .col-sec h2:first-child {
  margin-top: 1.1em;
}

/* End column rules */
/* Begin loading rules */
body .site-inner #genesis-content {
  margin-top: 0px;
  transition: margin 0.5s;
  opacity: 1;
}

body.loading .site-inner #genesis-content {
  margin-top: -15px;
  opacity: 0;
  transition: margin 0s;
}

/* End loading rules */
/* Begin general main content rules */
body {
  /* Begin after content footer */
  /* End after content footer */
  /* Begin block list */
  /* End block list */
  /* Begin cards list */
  /* End cards list */
  /* Begin global product features */
  /* End global product features */
  /* Begin heading module */
  /* End heading module */
  /* Begin separator module */
  /* End separator module */
  /* Begin products module */
  /* End products module */
  /* Begin intro image module */
  /* End intro image module */
  /* Begin tabs module*/
  /* Override styles if editor is active */
  /* End tabs module*/
  /* Begin highlight module */
  /* End highlight */
  /* Begin 404 */
  /* End 404 */
  /* Global animations */
  /* Ends Global animations */
}
body.page .site-inner {
  /*padding-top: 91px;*/
}
body .site-inner {
  width: 100%;
  max-width: none;
  padding-top: 0px;
}
body .site-inner .header-element-placeholder {
  padding-top: 100px;
  height: 600px;
}
body .site-inner .header-video-outer {
  max-height: 75vh;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1380px) {
  body .site-inner .header-video-outer iframe {
    margin-top: -13%;
  }
}
@media (max-width: 640px) {
  body .site-inner .header-video-outer .header-overlay {
    top: 55%;
  }
}
body .site-inner .header-image {
  width: 100%;
  opacity: 1;
  background-size: cover;
  background-position: center center;
  position: relative;
  max-height: 600px;
  height: 600px;
}
@media (max-width: 639px) {
  body .site-inner .header-image {
    max-height: 50vh;
    height: 50vh;
  }
}
body .site-inner .header-image.header-video {
  z-index: 2;
  min-height: 0px;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
}
body .site-inner .header-image.header-video .embedded-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
body .site-inner .header-image.slim {
  max-height: 400px;
  height: 400px;
}
@media (max-width: 639px) {
  body .site-inner .header-image.slim {
    max-height: 150px;
    height: 150px;
  }
}
body .site-inner .color-filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body .site-inner .header-overlay {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}
body .site-inner .header-overlay.shaded {
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.75);
}
body .site-inner .header-overlay a {
  color: #fff;
  text-decoration: none;
}
body .site-inner .header-overlay h1 {
  max-width: 1100px;
  margin: auto;
}
body .site-inner .header-overlay .header-title {
  letter-spacing: 0.045em;
  font-style: italic;
  font-size: 8vw;
  margin-bottom: 0.25em;
  line-height: 1.05em;
  font-family: "Playfair Display", "PT Sans", "Arial", "Sans serif";
}
@media (max-width: 639px) {
  body .site-inner .header-overlay .header-title {
    font-size: 7vw;
    overflow-wrap: break-word;
  }
}
@media (min-width: 1200px) {
  body .site-inner .header-overlay .header-title {
    font-size: 100px;
  }
}
body .site-inner .header-overlay .header-text {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.036em;
  font-size: 1.55vw;
  font-family: "Proxima N W01 Bold", "Hind", "Georgia", "Sans serif";
}
@media (max-width: 639px) {
  body .site-inner .header-overlay .header-text {
    font-size: 3.5vw;
  }
}
@media (min-width: 1200px) {
  body .site-inner .header-overlay .header-text {
    font-size: 20px;
  }
}
body .site-inner .entry-title {
  text-align: center;
}
body .site-inner #genesis-content {
  z-index: 10;
}
body .after-entry-footer {
  box-sizing: border-box;
}
body .last-modified {
  padding-left: 40px;
  padding-right: 40px;
}
body #product-listing ul.block-list li {
  margin-bottom: 3em;
  transition: padding 0.5s;
}
body #product-listing ul.block-list li.template {
  display: none !important;
}
body #product-listing ul.block-list li.expanded {
  padding-bottom: 3em;
}
body #product-listing ul.block-list li.expanded .expanding-content {
  padding: 10px 0;
  max-height: 200vh;
}
@media (max-width: 639px) {
  body #product-listing ul.block-list li.expanded .expanding-content {
    padding: 0;
    margin-top: -10px;
  }
}
body #product-listing ul.block-list li.expanded .primary-content .info button.expand {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  outline: none;
  transform: translateY(-10px);
}
body #product-listing ul.block-list li p {
  font-size: 1.15rem;
}
body #product-listing ul.block-list li .primary-content {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}
@media (max-width: 639px) {
  body #product-listing ul.block-list li .primary-content {
    display: block;
  }
}
body #product-listing ul.block-list li .primary-content .card-image {
  width: auto;
  width: 20%;
  padding-bottom: 18%;
  margin-bottom: 0;
}
@media (max-width: 639px) {
  body #product-listing ul.block-list li .primary-content .card-image {
    width: 100%;
    padding-bottom: 56.25%;
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
  }
}
body #product-listing ul.block-list li .primary-content img {
  display: none;
}
body #product-listing ul.block-list li .primary-content .product-description {
  width: 50%;
  padding: 0 10px 0 20px;
}
@media (max-width: 639px) {
  body #product-listing ul.block-list li .primary-content .product-description {
    width: 100%;
    padding: 10px 0;
  }
}
body #product-listing ul.block-list li .primary-content .product-description h2 {
  font-size: 1.6rem;
}
@media (max-width: 639px) {
  body #product-listing ul.block-list li .primary-content .product-description h2 {
    margin-top: 0px;
  }
}
body #product-listing ul.block-list li .primary-content .info {
  width: 30%;
}
@media (min-width: 640px) {
  body #product-listing ul.block-list li .primary-content .info {
    margin-top: 3.6em;
  }
}
@media (max-width: 639px) {
  body #product-listing ul.block-list li .primary-content .info {
    width: 100%;
  }
}
body #product-listing ul.block-list li .primary-content .info p {
  padding-left: 1.25em;
  position: relative;
}
body #product-listing ul.block-list li .primary-content .info p a {
  color: #000;
}
body #product-listing ul.block-list li .primary-content .info p:before {
  font-family: "Dashicons";
  left: 0;
  position: absolute;
  color: #666;
}
body #product-listing ul.block-list li .primary-content .info p.street-address:before {
  content: "\f230";
}
body #product-listing ul.block-list li .primary-content .info p.url:before {
  content: "\f319";
}
body #product-listing ul.block-list li .primary-content .info p.email:before {
  content: "\f466";
}
body #product-listing ul.block-list li .primary-content .info p.phone:before {
  content: "\f525";
}
body #product-listing ul.block-list li .primary-content .info p:empty {
  display: none;
}
body #product-listing ul.block-list li .primary-content .info a:empty {
  display: none;
}
body #product-listing ul.block-list li .primary-content .info button.expand {
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 0.9em;
  border: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  transition: all 0.25s;
}
body #product-listing ul.block-list li .primary-content .tag {
  display: none;
}
body #product-listing ul.block-list li .expanding-content {
  padding: 0;
  overflow: hidden;
  max-height: 0px;
  transition: all 0.25s, padding 0s;
}
body ul.cards-list, body #product-listing ul.cards-list {
  text-align: left;
}
body ul.cards-list[data-layout=list] li, body #product-listing ul.cards-list[data-layout=list] li {
  display: block;
  position: relative;
}
body ul.cards-list[data-layout=grid], body #product-listing ul.cards-list[data-layout=grid] {
  font-size: 0px;
}
body ul.cards-list.products, body #product-listing ul.cards-list.products {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
body ul.cards-list.products li, body #product-listing ul.cards-list.products li {
  padding: 10px;
  background-clip: content-box;
}
@media (max-width: 639px) {
  body ul.cards-list.products li, body #product-listing ul.cards-list.products li {
    padding: 5px;
  }
}
body ul.cards-list.products li.opening, body #product-listing ul.cards-list.products li.opening {
  opacity: 0;
}
body ul.cards-list.products li.opening .product-info-container, body #product-listing ul.cards-list.products li.opening .product-info-container {
  top: 52vh;
}
body ul.cards-list.products li.minimized, body #product-listing ul.cards-list.products li.minimized {
  background: none !important;
}
body ul.cards-list.products li.minimized:hover .card-image, body #product-listing ul.cards-list.products li.minimized:hover .card-image {
  transform: scale(1.025);
}
body ul.cards-list.products li.minimized:hover .info .product-description h2, body #product-listing ul.cards-list.products li.minimized:hover .info .product-description h2 {
  border-bottom: 4px solid rgb(243, 149, 63);
}
body ul.cards-list.products li.minimized .card-image, body #product-listing ul.cards-list.products li.minimized .card-image {
  padding-bottom: 90%;
  transition: transform 0.15s;
}
body ul.cards-list.products li.minimized .info .product-description h2, body #product-listing ul.cards-list.products li.minimized .info .product-description h2 {
  background: #fff !important;
  color: rgb(45, 45, 45) !important;
  width: auto !important;
  position: absolute !important;
  bottom: 10px;
  padding-left: 0.35em;
  padding-right: 0.35em;
  line-height: 1.3em;
  max-width: 95%;
  border-bottom: 0px solid rgb(243, 149, 63);
  transition: border 0.15s;
  max-width: 90%;
}
@media (max-width: 639px) {
  body ul.cards-list.products li.minimized .info .product-description h2, body #product-listing ul.cards-list.products li.minimized .info .product-description h2 {
    bottom: 5px;
  }
}
body ul.cards-list.products li.open, body #product-listing ul.cards-list.products li.open {
  transition: opacity 0.25s;
  opacity: 1;
  z-index: 50;
  background-size: cover;
  background-position: center center;
}
body ul.cards-list.products li.open .product-info-container, body #product-listing ul.cards-list.products li.open .product-info-container {
  position: fixed;
  top: 50vh;
  left: 50vw;
  width: 100vw;
  max-width: 800px;
  transform: translateY(-50%) translateX(-50%);
  transition: top 0.25s;
  z-index: 51;
}
body ul.cards-list.products li.open .product-info-container:after, body #product-listing ul.cards-list.products li.open .product-info-container:after {
  position: absolute;
  top: -100vh;
  left: -100vw;
  right: -100vw;
  bottom: -100vh;
  background: rgba(45, 45, 45, 0.9);
  content: "";
  z-index: 9;
}
body ul.cards-list.products li.open .product-info-container .product-info-inner, body #product-listing ul.cards-list.products li.open .product-info-container .product-info-inner {
  max-height: 80vh;
  overflow-y: scroll;
  background-color: rgba(90, 139, 177, 0.9);
}
body ul.cards-list.products li.open .product-info-container > *, body #product-listing ul.cards-list.products li.open .product-info-container > * {
  position: relative;
  z-index: 12;
}
body ul.cards-list.products li.open .product-info-container button.close, body #product-listing ul.cards-list.products li.open .product-info-container button.close {
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 14;
  width: 40px;
  height: 40px;
  border: none;
  background: rgb(192, 13, 13);
  cursor: pointer;
}
body ul.cards-list.products li.open .product-info-container button.close:hover, body #product-listing ul.cards-list.products li.open .product-info-container button.close:hover {
  background: #ef1111;
}
body ul.cards-list.products li.open .product-info-container button.close span, body #product-listing ul.cards-list.products li.open .product-info-container button.close span {
  width: 80%;
  background: #fff;
  height: 2px;
  display: inline-block;
  position: absolute;
  left: 10%;
  right: 10%;
}
body ul.cards-list.products li.open .product-info-container button.close span.bar-1, body #product-listing ul.cards-list.products li.open .product-info-container button.close span.bar-1 {
  transform: rotateZ(45deg);
}
body ul.cards-list.products li.open .product-info-container button.close span.bar-2, body #product-listing ul.cards-list.products li.open .product-info-container button.close span.bar-2 {
  transform: rotateZ(-45deg);
}
body ul.cards-list.products li.open .product-info-container .info .product-description, body #product-listing ul.cards-list.products li.open .product-info-container .info .product-description {
  background: #fff;
  margin-left: 0px;
}
body ul.cards-list.products li.open .product-info-container .info .product-description h2, body #product-listing ul.cards-list.products li.open .product-info-container .info .product-description h2 {
  background: #000;
  font-size: 1.5rem;
  padding: 10px 20px;
  cursor: auto;
  text-align: left;
}
body ul.cards-list.products li.open .product-info-container .info .product-description .inner, body #product-listing ul.cards-list.products li.open .product-info-container .info .product-description .inner {
  display: flex;
}
body ul.cards-list.products li.open .product-info-container .info .product-description .links, body #product-listing ul.cards-list.products li.open .product-info-container .info .product-description .links {
  display: flex;
  position: relative;
}
@media (max-width: 639px) {
  body ul.cards-list.products li.open .product-info-container .info .product-description .links, body #product-listing ul.cards-list.products li.open .product-info-container .info .product-description .links {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
  }
}
body ul.cards-list.products li.open .product-info-container .info .product-description .links > *, body #product-listing ul.cards-list.products li.open .product-info-container .info .product-description .links > * {
  width: 100%;
  text-align: center;
}
body ul.cards-list.products li.open .product-info-container .info .product-description .links a.read-more, body #product-listing ul.cards-list.products li.open .product-info-container .info .product-description .links a.read-more {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0;
  font-weight: 700;
}
body ul.cards-list.products li.open .product-info-container .info .product-description .links a.read-more span, body #product-listing ul.cards-list.products li.open .product-info-container .info .product-description .links a.read-more span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0.6em 1em;
}
body ul.cards-list.products li.open .product-info-container .info .product-description .links a.read-more span:after, body #product-listing ul.cards-list.products li.open .product-info-container .info .product-description .links a.read-more span:after {
  position: absolute;
  top: 0px;
  left: 100%;
  bottom: 0px;
  background: blue;
  width: 1.5em;
  content: "";
  background: url(../images/icon-chevron-right.svg) center center no-repeat;
  background-size: contain;
}
body ul.cards-list.products li.open .product-info-container .info .product-description .links a.read-more:after, body #product-listing ul.cards-list.products li.open .product-info-container .info .product-description .links a.read-more:after {
  width: 100%;
  background: #000;
  height: 1px;
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
}
body ul.cards-list.products li.open .product-info-container .info .product-description .links a.read-more.location, body #product-listing ul.cards-list.products li.open .product-info-container .info .product-description .links a.read-more.location {
  background-color: rgb(165, 201, 130);
}
body ul.cards-list.products li .product-info-container, body #product-listing ul.cards-list.products li .product-info-container {
  display: block;
  position: relative;
}
body ul.cards-list.products li .product-info-container button.close, body #product-listing ul.cards-list.products li .product-info-container button.close {
  display: none;
}
body ul.cards-list.products li .product-info-container .info, body #product-listing ul.cards-list.products li .product-info-container .info {
  background: rgba(192, 13, 13, 0.9);
  transition: all 0.5s !important;
}
body ul.cards-list.products li .product-info-container .info .product-description, body #product-listing ul.cards-list.products li .product-info-container .info .product-description {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  transition: all 0.25s;
  margin-left: 10px;
}
@media (max-width: 639px) {
  body ul.cards-list.products li .product-info-container .info .product-description, body #product-listing ul.cards-list.products li .product-info-container .info .product-description {
    margin-left: 5px;
  }
}
body ul.cards-list.products li .product-info-container .info .product-description h2, body #product-listing ul.cards-list.products li .product-info-container .info .product-description h2 {
  width: 100%;
  margin: 0;
  padding: 10px 10px;
  cursor: pointer;
  color: #fff;
  background: rgb(243, 149, 63);
}
body ul.cards-list.products li .product-info-container .info .product-description .inner, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner {
  width: 100%;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 639px) {
  body ul.cards-list.products li .product-info-container .info .product-description .inner, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner {
    flex-direction: column;
  }
}
body ul.cards-list.products li .product-info-container .info .product-description .inner .left, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner .left {
  margin-bottom: 0;
  width: 60%;
  padding: 20px;
}
@media (max-width: 639px) {
  body ul.cards-list.products li .product-info-container .info .product-description .inner .left, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner .left {
    width: 100%;
  }
}
body ul.cards-list.products li .product-info-container .info .product-description .inner .left .desc, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner .left .desc {
  padding: 0;
  margin-bottom: 1em;
}
body ul.cards-list.products li .product-info-container .info .product-description .inner .left .read-more, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner .left .read-more {
  font-size: 14px;
  line-height: 1.4em;
  display: inline-block;
  background: rgb(91, 197, 242);
  padding: 0.6em 1em;
  color: #fff;
}
body ul.cards-list.products li .product-info-container .info .product-description .inner ul.features, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner ul.features {
  width: 40%;
  padding: 0px 20px 10px;
  background: rgb(237, 237, 237);
}
@media (max-width: 639px) {
  body ul.cards-list.products li .product-info-container .info .product-description .inner ul.features, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner ul.features {
    padding-top: 0px;
    padding-bottom: 20px;
    width: 100%;
  }
}
body ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li {
  padding-top: 6px;
}
body ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li:before, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li:before {
  width: 2em;
  height: 2em;
  content: "";
  display: inline-block;
  margin-right: 0.85em;
  transform: translateY(35%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li.features-openhours:before, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li.features-openhours:before {
  background-image: url("../svg/clock.svg");
}
body ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li.features-openhours > ul, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li.features-openhours > ul {
  padding-left: 42px;
  margin-top: 5px;
}
body ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li.features-openhours > ul li, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li.features-openhours > ul li {
  padding: 2px 0;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dadada;
}
body ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li.features-openhours > ul li:last-child, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li.features-openhours > ul li:last-child {
  border-bottom: none;
}
body ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li.features-openhours .openhours-source, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li.features-openhours .openhours-source {
  font-size: 11px;
  padding-left: 42px;
}
body ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li.features-giftcard:before, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li.features-giftcard:before {
  background-image: url("../images/giftcard.png");
  border-radius: 3px;
  border: 1px solid #666;
  height: 1.45em;
}
body ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li.features-delivery:before, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li.features-delivery:before {
  background-image: url("../svg/delivery.svg");
}
body ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li.features-takeaway:before, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .inner ul.features > li.features-takeaway:before {
  background-image: url("../svg/takeaway.svg");
}
body ul.cards-list.products li .product-info-container .info .product-description .tag, body #product-listing ul.cards-list.products li .product-info-container .info .product-description .tag {
  display: none;
  margin-bottom: 0;
}
body ul.cards-list > li, body #product-listing ul.cards-list > li {
  font-size: 16px;
  display: inline-block;
  width: 33.33%;
  padding: 10px 0;
  box-sizing: border-box;
  margin: 0 0px 10px;
  vertical-align: top;
  font-size: 0.8em;
}
@media (min-width: 960px) {
  body ul.cards-list > li, body #product-listing ul.cards-list > li {
    width: 25%;
  }
}
@media (max-width: 639px) {
  body ul.cards-list > li, body #product-listing ul.cards-list > li {
    width: 50%;
  }
}
body ul.cards-list > li.template, body #product-listing ul.cards-list > li.template {
  display: none;
}
body ul.cards-list > li p.loc-container, body ul.cards-list > li p.time-container, body #product-listing ul.cards-list > li p.loc-container, body #product-listing ul.cards-list > li p.time-container {
  font-size: 12px;
}
body ul.cards-list > li p.loc-container .icon, body ul.cards-list > li p.time-container .icon, body #product-listing ul.cards-list > li p.loc-container .icon, body #product-listing ul.cards-list > li p.time-container .icon {
  transform: translateY(-1px);
  margin-right: 2px;
}
body ul.cards-list > li img, body #product-listing ul.cards-list > li img {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
}
body ul.product-services li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
body ul.product-services li .icon {
  display: inline-block;
  width: 3.5em;
  height: 2.5em;
  margin-right: 0.5em;
}
@media (min-width: 640px) {
  body ul.product-services li .icon {
    width: 3.5em;
    height: 3.5em;
  }
}
@media (min-width: 960px) {
  body ul.product-services li .icon {
    width: 4.5em;
    height: 4.5em;
  }
}
body ul.product-services li .icon svg {
  width: 100%;
  height: auto;
}
body .fl-module-vvikcom-heading {
  text-align: center;
  text-transform: uppercase;
}
body .fl-module-vvikcom-heading .fl-module-content {
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 0px 20px;
}
body .fl-module-vvikcom-heading h1, body .fl-module-vvikcom-heading h2, body .fl-module-vvikcom-heading h3 {
  margin-top: 0.5em;
  margin-bottom: 0em;
  padding: 0.5em;
  padding-bottom: 0em;
}
body .fl-module-vvikcom-heading h1.banner, body .fl-module-vvikcom-heading h2.banner, body .fl-module-vvikcom-heading h3.banner {
  padding: 0.5em;
}
body .fl-module-separator .fl-module-content {
  margin-left: 20px;
  margin-right: 20px;
}
body .fl-module-vvikcom-separator .fl-module-content {
  margin-bottom: 0px;
}
body .fl-module-vvikcom-separator hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  padding: 0;
  margin: 0px;
}
body .fl-module-vvikcom-separator hr.unpadded {
  margin-left: -20px;
  margin-right: -20px;
  margin-left: 0px;
  margin-right: 0px;
}
body .fl-module-vvikcom-products .fl-module-content {
  margin-left: 20px;
  margin-right: 20px;
}
body .fl-module-vvikcom-introimage .fl-module-content, body .fl-module-vvikcom-introvideo .fl-module-content, body .fl-module-vvikcom-introcarousel .fl-module-content {
  margin: 0px;
}
body .fl-module-vvikcom-introimage .header-image, body .fl-module-vvikcom-introvideo .header-image, body .fl-module-vvikcom-introcarousel .header-image {
  /*      margin-top: -40px;
        margin-left: -40px;
        margin-right: -40px;*/
}
body .fl-module-vvikcom-tabs-start .fl-module-content, body .fl-module-vvikcom-tabs-end .fl-module-content {
  margin: 0px;
  display: none;
}
body.fl-builder-edit .fl-module-vvikcom-tabs-start {
  position: relative;
  border-bottom: 1px solid rgb(45, 45, 45);
  height: 20px;
}
body.fl-builder-edit .fl-module-vvikcom-tabs-start:before {
  font-style: italic;
  content: "Flikrad börjar här";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  display: block;
}
body.fl-builder-edit .fl-module-vvikcom-tabs-end {
  position: relative;
  border-top: 1px solid rgb(45, 45, 45);
  height: 20px;
}
body.fl-builder-edit .fl-module-vvikcom-tabs-end:after {
  font-style: italic;
  content: "Flikrad slutar här";
  position: absolute;
  top: 5px;
  left: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  display: block;
}
body.fl-builder-edit .fl-module-vvikcom-tabs {
  text-align: center;
}
body.fl-builder-edit .vvikcom-tab-title {
  font-size: 23px;
  position: relative;
  display: inline-block;
}
body.fl-builder-edit .vvikcom-tab-title:before {
  content: "Flik";
  position: absolute;
  right: 100%;
  margin-right: 10%;
  top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: rgb(45, 45, 45);
  padding: 0px 6px;
  display: block;
}
body .vvikcom-tab-content.tab-content[data-content_id="1"].fl-module-vvikcom-banner .fl-module-content {
  margin: 0px 20px;
}
body .vvikcom-tab-content.tab-content[data-content_id="1"].fl-module-vvikcom-banner .fl-module-content .banner-container h1 {
  display: none;
}
body .fl-module-vvikcom-tabs {
  text-align: center;
}
body .fl-module-vvikcom-tabs .vvikcom-tab-title {
  font-size: 23px;
}
body .fl-module-vvikcom-tabs-start {
  position: relative;
}
body .fl-module-vvikcom-tabs-start .tablist-scroll {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 30px;
  text-align: center;
  padding: 0px;
  font-size: 20px;
  z-index: 2;
  background: rgb(237, 237, 237);
  border: none;
}
body .fl-module-vvikcom-tabs-start .tablist-scroll:focus {
  outline: none;
}
body .fl-module-vvikcom-tabs-start .tablist-scroll:focus[data-direction=left] span {
  padding-left: 0px;
  padding-right: 19%;
}
body .fl-module-vvikcom-tabs-start .tablist-scroll:focus[data-direction=right] span {
  padding-left: 19%;
  padding-right: 0;
}
body .fl-module-vvikcom-tabs-start .tablist-scroll span {
  width: 80%;
  padding: 0 10%;
  display: block;
  transition: all 0.25s;
}
@media (max-width: 639px) {
  body .fl-module-vvikcom-tabs-start .tablist-scroll {
    display: none;
  }
}
body .fl-module-vvikcom-tabs-start .tablist-scroll[data-direction=left] {
  left: 0px;
}
body .fl-module-vvikcom-tabs-start .tablist-scroll[data-direction=right] {
  right: 0px;
}
body ul.tab-list {
  background-color: rgb(237, 237, 237);
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  display: flex;
  position: relative;
}
@media (min-width: 960px) {
  body ul.tab-list {
    justify-content: center;
  }
}
@media (min-width: 640px) {
  body ul.tab-list {
    overflow-x: auto;
    justify-content: center;
  }
}
@media (max-width: 639px) {
  body ul.tab-list {
    overflow-x: auto;
    justify-content: left;
  }
}
body ul.tab-list li {
  background-color: #fff;
  display: inline-block;
  color: rgb(45, 45, 45);
  margin: 5px;
  padding: 5px;
  min-width: 100px;
  cursor: pointer;
  font-size: 12px;
}
body ul.tab-list li.selected {
  background: rgb(45, 45, 45);
  color: #EDEDED;
}
body .vvikcom-tab-content {
  display: none;
}
body .vvikcom-tab-content.visible {
  display: block;
}
body .fl-module-vvikcom-tabs {
  margin: 0;
  overflow: hidden;
}
body .fl-module-vvikcom-highlight .fl-module-content {
  margin: 0px 20px;
}
body .fl-module-vvikcom-highlight .highlight-container {
  width: 100%;
  display: flex;
}
@media (max-width: 639px) {
  body .fl-module-vvikcom-highlight .highlight-container {
    display: block;
  }
}
body .fl-module-vvikcom-highlight .highlight-container h1 {
  font-size: 21px;
}
body .fl-module-vvikcom-highlight .highlight-container .highlight-image-container {
  width: 52.5%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 639px) {
  body .fl-module-vvikcom-highlight .highlight-container .highlight-image-container {
    width: 100%;
  }
  body .fl-module-vvikcom-highlight .highlight-container .highlight-image-container:after {
    display: none;
  }
}
body .fl-module-vvikcom-highlight .highlight-container .highlight-image-container:after {
  position: absolute;
  content: "";
  width: 120px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: url("../images/outarrow-left-grey.png") left center;
  background-size: cover;
}
body .fl-module-vvikcom-highlight .highlight-container .highlight-text-container {
  width: 47.5%;
  background-color: rgb(45, 45, 45);
  color: #fff;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 639px) {
  body .fl-module-vvikcom-highlight .highlight-container .highlight-text-container {
    display: block;
    width: 100%;
  }
  body .fl-module-vvikcom-highlight .highlight-container .highlight-text-container div *:first-child {
    margin-top: 0px;
  }
}
body .fl-module-vvikcom-highlight .highlight-container .highlight-text-container h1, body .fl-module-vvikcom-highlight .highlight-container .highlight-text-container p {
  margin-bottom: 0.25rem;
}
body .fl-module-vvikcom-highlight .highlight-container .highlight-text-container a {
  color: #fff;
  position: relative;
  padding-left: 16px;
  text-decoration: none;
}
body .fl-module-vvikcom-highlight .highlight-container .highlight-text-container a:before {
  position: absolute;
  left: 0px;
  top: 4px;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid rgb(192, 13, 13);
}
body.error404 .fl-builder-content {
  margin-top: 100px;
}
body.error404 #genesis-content {
  display: none;
}
body .fl-col-group .fl-col:nth-child(1) .animates-in.enabled, body .fl-col-group .fl-col:nth-child(1) .animates-in-90.enabled {
  transition-delay: 0.1s;
}
body .fl-col-group .fl-col:nth-child(2) .animates-in.enabled, body .fl-col-group .fl-col:nth-child(2) .animates-in-90.enabled {
  transition-delay: 0.2s;
}
body .fl-col-group .fl-col:nth-child(3) .animates-in.enabled, body .fl-col-group .fl-col:nth-child(3) .animates-in-90.enabled {
  transition-delay: 0.3s;
}
body .fl-col-group .fl-col:nth-child(4) .animates-in.enabled, body .fl-col-group .fl-col:nth-child(4) .animates-in-90.enabled {
  transition-delay: 0.4s;
}
body .default-animates.animates-in-90 {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.75s;
}
body .default-animates.animates-in-90.animate-in {
  transform: translateY(0);
  opacity: 1;
}
body .default-animates.animates-in {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.75s;
}
body .default-animates.animates-in.animate-in {
  transform: translateY(0);
  opacity: 1;
}
