 .slick-slider {   position: relative;   display: block;   box-sizing: border-box;   -webkit-user-select: none;    -moz-user-select: none;     -ms-user-select: none;       user-select: none;   -webkit-touch-callout: none;   -khtml-user-select: none;   -ms-touch-action: pan-y;     touch-action: pan-y;   -webkit-tap-highlight-color: transparent; } .slick-list {   position: relative;   display: block;   overflow: hidden;   margin: 0;   padding: 0; } .slick-list:focus {   outline: none; } .slick-list.dragging {   cursor: pointer;   cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list {   -webkit-transform: translate3d(0, 0, 0);    -moz-transform: translate3d(0, 0, 0);     -ms-transform: translate3d(0, 0, 0);     -o-transform: translate3d(0, 0, 0);       transform: translate3d(0, 0, 0); } .slick-track {   position: relative;   top: 0;   left: 0;   display: block;   margin-left: auto;   margin-right: auto; } .slick-track:before, .slick-track:after {   display: table;   content: ''; } .slick-track:after {   clear: both; } .slick-loading .slick-track {   visibility: hidden; } .slick-slide {   display: none;   float: left;   height: 100%;   min-height: 1px; } [dir='rtl'] .slick-slide {   float: right; } .slick-slide img {   display: block; } .slick-slide.slick-loading img {   display: none; } .slick-slide.dragging img {   pointer-events: none; } .slick-initialized .slick-slide {   display: block; } .slick-loading .slick-slide {   visibility: hidden; } .slick-vertical .slick-slide {   display: block;   height: auto;   border: 1px solid transparent; } .slick-arrow.slick-hidden {   display: none; } img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }@charset "UTF-8"; .cover {  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;  background-position: center center; } .vcenter {  min-height: 100vh;   min-height: 100%;   display: -webkit-box;  display: flex;  -webkit-box-align: center;  align-items: center; } .backfaceVisibility {  -webkit-backface-visibility: hidden;  backface-visibility: hidden; } .absolute {  position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0; } .absoluteCenter {  position: absolute;  top: 50%;  left: 50%;  right: 0;  bottom: 0;  -webkit-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); } .flexContainer {  display: -webkit-box;  display: -moz-box;  display: -ms-flexbox;  display: -webkit-flex;  display: flex;  display: -webkit-box !important;  display: -moz-box !important;  display: -ms-flexbox !important;  display: -webkit-flex !important;  display: flex !important;  flex-flow: row wrap;  -ms-flex-flow: row wrap;  -webkit-flex-flow: row wrap;  flex-flow: row wrap !important;  -ms-flex-flow: row wrap !important;  -webkit-flex-flow: row wrap !important; } .row.flexContainer:after, .row.flexContainer:before {  display: none; } html {  font-family: sans-serif;  -ms-text-size-adjust: 100%;  -webkit-text-size-adjust: 100%; } body {  margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {  display: block; } audio, canvas, progress, video {  display: inline-block;  vertical-align: baseline; } audio:not([controls]) {  display: none;  height: 0; } [hidden], template {  display: none; } a {  background: transparent; } a:active, a:hover {  outline: 0; } abbr[title] {  border-bottom: 1px dotted; } b, strong {  font-weight: bold; } dfn {  font-style: italic; } h1 {  font-size: 2em;  margin: 0.67em 0; } mark {  background: #ff0;  color: #000; } small {  font-size: 80%; } sub, sup {  font-size: 75%;  line-height: 0;  position: relative;  vertical-align: baseline; } sup {  top: -0.5em; } sub {  bottom: -0.25em; } img {  border: 0; } svg:not(:root) {  overflow: hidden; } figure {  margin: 1em 40px; } hr {  -moz-box-sizing: content-box;  box-sizing: content-box;  height: 0; } pre {  overflow: auto; } code, kbd, pre, samp {  font-family: monospace, monospace;  font-size: 1em; } button, input, optgroup, select, textarea {  color: inherit;  font: inherit;  margin: 0; } button {  overflow: visible; } button, select {  text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] {  -webkit-appearance: button;  cursor: pointer; } button[disabled], html input[disabled] {  cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner {  border: 0;  padding: 0; } input {  line-height: normal; } input[type="checkbox"], input[type="radio"] {  box-sizing: border-box;  padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {  height: auto; } input[type="search"] {  -webkit-appearance: textfield;  -moz-box-sizing: content-box;  -webkit-box-sizing: content-box;  box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none; } fieldset {  border: 1px solid #c0c0c0;  margin: 0 2px;  padding: 0.35em 0.625em 0.75em; } legend {  border: 0;  padding: 0; } textarea {  overflow: auto; } optgroup {  font-weight: bold; } table {  border-collapse: collapse;  border-spacing: 0; } td, th {  padding: 0; } @media print {  * {   text-shadow: none !important;   color: #000 !important;   background: transparent !important;   box-shadow: none !important;  }  a,  a:visited {   text-decoration: underline;  }  a[href]:after {   content: " (" attr(href) ")";  }  abbr[title]:after {   content: " (" attr(title) ")";  }  a[href^="javascript:"]:after,  a[href^="#"]:after {   content: "";  }  pre,  blockquote {   border: 1px solid #999;   page-break-inside: avoid;  }  thead {   display: table-header-group;  }  tr,  img {   page-break-inside: avoid;  }  img {   max-width: 100% !important;  }  p,  h2,  h3 {   orphans: 3;   widows: 3;  }  h2,  h3 {   page-break-after: avoid;  }  select {   background: #fff !important;  }  .navbar {   display: none;  }  .table td,  .table th {   background-color: #fff !important;  }  .btn > .caret,  .dropup > .btn > .caret {   border-top-color: #000 !important;  }  .label {   border: 1px solid #000;  }  .table {   border-collapse: collapse !important;  }  .table-bordered th,  .table-bordered td {   border: 1px solid #ddd !important;  } } .container {  margin-right: auto;  margin-left: auto;  padding-left: 20px;  padding-right: 20px; } @media (min-width: 768px) {  .container {   width: 760px;  } } @media (min-width: 992px) {  .container {   width: 980px;  } } @media (min-width: 1300px) {  .container {   width: 1240px;  } } .container-fluid {  margin-right: auto;  margin-left: auto;  padding-left: 20px;  padding-right: 20px; } .row {  margin-left: -20px;  margin-right: -20px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {  position: relative;  min-height: 1px;  padding-left: 20px;  padding-right: 20px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {  float: left; } .col-xs-12 {  width: 100%; } .col-xs-11 {  width: 91.66666667%; } .col-xs-10 {  width: 83.33333333%; } .col-xs-9 {  width: 75%; } .col-xs-8 {  width: 66.66666667%; } .col-xs-7 {  width: 58.33333333%; } .col-xs-6 {  width: 50%; } .col-xs-5 {  width: 41.66666667%; } .col-xs-4 {  width: 33.33333333%; } .col-xs-3 {  width: 25%; } .col-xs-2 {  width: 16.66666667%; } .col-xs-1 {  width: 8.33333333%; } .col-xs-pull-12 {  right: 100%; } .col-xs-pull-11 {  right: 91.66666667%; } .col-xs-pull-10 {  right: 83.33333333%; } .col-xs-pull-9 {  right: 75%; } .col-xs-pull-8 {  right: 66.66666667%; } .col-xs-pull-7 {  right: 58.33333333%; } .col-xs-pull-6 {  right: 50%; } .col-xs-pull-5 {  right: 41.66666667%; } .col-xs-pull-4 {  right: 33.33333333%; } .col-xs-pull-3 {  right: 25%; } .col-xs-pull-2 {  right: 16.66666667%; } .col-xs-pull-1 {  right: 8.33333333%; } .col-xs-pull-0 {  right: 0%; } .col-xs-push-12 {  left: 100%; } .col-xs-push-11 {  left: 91.66666667%; } .col-xs-push-10 {  left: 83.33333333%; } .col-xs-push-9 {  left: 75%; } .col-xs-push-8 {  left: 66.66666667%; } .col-xs-push-7 {  left: 58.33333333%; } .col-xs-push-6 {  left: 50%; } .col-xs-push-5 {  left: 41.66666667%; } .col-xs-push-4 {  left: 33.33333333%; } .col-xs-push-3 {  left: 25%; } .col-xs-push-2 {  left: 16.66666667%; } .col-xs-push-1 {  left: 8.33333333%; } .col-xs-push-0 {  left: 0%; } .col-xs-offset-12 {  margin-left: 100%; } .col-xs-offset-11 {  margin-left: 91.66666667%; } .col-xs-offset-10 {  margin-left: 83.33333333%; } .col-xs-offset-9 {  margin-left: 75%; } .col-xs-offset-8 {  margin-left: 66.66666667%; } .col-xs-offset-7 {  margin-left: 58.33333333%; } .col-xs-offset-6 {  margin-left: 50%; } .col-xs-offset-5 {  margin-left: 41.66666667%; } .col-xs-offset-4 {  margin-left: 33.33333333%; } .col-xs-offset-3 {  margin-left: 25%; } .col-xs-offset-2 {  margin-left: 16.66666667%; } .col-xs-offset-1 {  margin-left: 8.33333333%; } .col-xs-offset-0 {  margin-left: 0%; } @media (min-width: 768px) {  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {   float: left;  }  .col-sm-12 {   width: 100%;  }  .col-sm-11 {   width: 91.66666667%;  }  .col-sm-10 {   width: 83.33333333%;  }  .col-sm-9 {   width: 75%;  }  .col-sm-8 {   width: 66.66666667%;  }  .col-sm-7 {   width: 58.33333333%;  }  .col-sm-6 {   width: 50%;  }  .col-sm-5 {   width: 41.66666667%;  }  .col-sm-4 {   width: 33.33333333%;  }  .col-sm-3 {   width: 25%;  }  .col-sm-2 {   width: 16.66666667%;  }  .col-sm-1 {   width: 8.33333333%;  }  .col-sm-pull-12 {   right: 100%;  }  .col-sm-pull-11 {   right: 91.66666667%;  }  .col-sm-pull-10 {   right: 83.33333333%;  }  .col-sm-pull-9 {   right: 75%;  }  .col-sm-pull-8 {   right: 66.66666667%;  }  .col-sm-pull-7 {   right: 58.33333333%;  }  .col-sm-pull-6 {   right: 50%;  }  .col-sm-pull-5 {   right: 41.66666667%;  }  .col-sm-pull-4 {   right: 33.33333333%;  }  .col-sm-pull-3 {   right: 25%;  }  .col-sm-pull-2 {   right: 16.66666667%;  }  .col-sm-pull-1 {   right: 8.33333333%;  }  .col-sm-pull-0 {   right: 0%;  }  .col-sm-push-12 {   left: 100%;  }  .col-sm-push-11 {   left: 91.66666667%;  }  .col-sm-push-10 {   left: 83.33333333%;  }  .col-sm-push-9 {   left: 75%;  }  .col-sm-push-8 {   left: 66.66666667%;  }  .col-sm-push-7 {   left: 58.33333333%;  }  .col-sm-push-6 {   left: 50%;  }  .col-sm-push-5 {   left: 41.66666667%;  }  .col-sm-push-4 {   left: 33.33333333%;  }  .col-sm-push-3 {   left: 25%;  }  .col-sm-push-2 {   left: 16.66666667%;  }  .col-sm-push-1 {   left: 8.33333333%;  }  .col-sm-push-0 {   left: 0%;  }  .col-sm-offset-12 {   margin-left: 100%;  }  .col-sm-offset-11 {   margin-left: 91.66666667%;  }  .col-sm-offset-10 {   margin-left: 83.33333333%;  }  .col-sm-offset-9 {   margin-left: 75%;  }  .col-sm-offset-8 {   margin-left: 66.66666667%;  }  .col-sm-offset-7 {   margin-left: 58.33333333%;  }  .col-sm-offset-6 {   margin-left: 50%;  }  .col-sm-offset-5 {   margin-left: 41.66666667%;  }  .col-sm-offset-4 {   margin-left: 33.33333333%;  }  .col-sm-offset-3 {   margin-left: 25%;  }  .col-sm-offset-2 {   margin-left: 16.66666667%;  }  .col-sm-offset-1 {   margin-left: 8.33333333%;  }  .col-sm-offset-0 {   margin-left: 0%;  } } @media (min-width: 992px) {  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {   float: left;  }  .col-md-12 {   width: 100%;  }  .col-md-11 {   width: 91.66666667%;  }  .col-md-10 {   width: 83.33333333%;  }  .col-md-9 {   width: 75%;  }  .col-md-8 {   width: 66.66666667%;  }  .col-md-7 {   width: 58.33333333%;  }  .col-md-6 {   width: 50%;  }  .col-md-5 {   width: 41.66666667%;  }  .col-md-4 {   width: 33.33333333%;  }  .col-md-3 {   width: 25%;  }  .col-md-2 {   width: 16.66666667%;  }  .col-md-1 {   width: 8.33333333%;  }  .col-md-pull-12 {   right: 100%;  }  .col-md-pull-11 {   right: 91.66666667%;  }  .col-md-pull-10 {   right: 83.33333333%;  }  .col-md-pull-9 {   right: 75%;  }  .col-md-pull-8 {   right: 66.66666667%;  }  .col-md-pull-7 {   right: 58.33333333%;  }  .col-md-pull-6 {   right: 50%;  }  .col-md-pull-5 {   right: 41.66666667%;  }  .col-md-pull-4 {   right: 33.33333333%;  }  .col-md-pull-3 {   right: 25%;  }  .col-md-pull-2 {   right: 16.66666667%;  }  .col-md-pull-1 {   right: 8.33333333%;  }  .col-md-pull-0 {   right: 0%;  }  .col-md-push-12 {   left: 100%;  }  .col-md-push-11 {   left: 91.66666667%;  }  .col-md-push-10 {   left: 83.33333333%;  }  .col-md-push-9 {   left: 75%;  }  .col-md-push-8 {   left: 66.66666667%;  }  .col-md-push-7 {   left: 58.33333333%;  }  .col-md-push-6 {   left: 50%;  }  .col-md-push-5 {   left: 41.66666667%;  }  .col-md-push-4 {   left: 33.33333333%;  }  .col-md-push-3 {   left: 25%;  }  .col-md-push-2 {   left: 16.66666667%;  }  .col-md-push-1 {   left: 8.33333333%;  }  .col-md-push-0 {   left: 0%;  }  .col-md-offset-12 {   margin-left: 100%;  }  .col-md-offset-11 {   margin-left: 91.66666667%;  }  .col-md-offset-10 {   margin-left: 83.33333333%;  }  .col-md-offset-9 {   margin-left: 75%;  }  .col-md-offset-8 {   margin-left: 66.66666667%;  }  .col-md-offset-7 {   margin-left: 58.33333333%;  }  .col-md-offset-6 {   margin-left: 50%;  }  .col-md-offset-5 {   margin-left: 41.66666667%;  }  .col-md-offset-4 {   margin-left: 33.33333333%;  }  .col-md-offset-3 {   margin-left: 25%;  }  .col-md-offset-2 {   margin-left: 16.66666667%;  }  .col-md-offset-1 {   margin-left: 8.33333333%;  }  .col-md-offset-0 {   margin-left: 0%;  } } @media (min-width: 1300px) {  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {   float: left;  }  .col-lg-12 {   width: 100%;  }  .col-lg-11 {   width: 91.66666667%;  }  .col-lg-10 {   width: 83.33333333%;  }  .col-lg-9 {   width: 75%;  }  .col-lg-8 {   width: 66.66666667%;  }  .col-lg-7 {   width: 58.33333333%;  }  .col-lg-6 {   width: 50%;  }  .col-lg-5 {   width: 41.66666667%;  }  .col-lg-4 {   width: 33.33333333%;  }  .col-lg-3 {   width: 25%;  }  .col-lg-2 {   width: 16.66666667%;  }  .col-lg-1 {   width: 8.33333333%;  }  .col-lg-pull-12 {   right: 100%;  }  .col-lg-pull-11 {   right: 91.66666667%;  }  .col-lg-pull-10 {   right: 83.33333333%;  }  .col-lg-pull-9 {   right: 75%;  }  .col-lg-pull-8 {   right: 66.66666667%;  }  .col-lg-pull-7 {   right: 58.33333333%;  }  .col-lg-pull-6 {   right: 50%;  }  .col-lg-pull-5 {   right: 41.66666667%;  }  .col-lg-pull-4 {   right: 33.33333333%;  }  .col-lg-pull-3 {   right: 25%;  }  .col-lg-pull-2 {   right: 16.66666667%;  }  .col-lg-pull-1 {   right: 8.33333333%;  }  .col-lg-pull-0 {   right: 0%;  }  .col-lg-push-12 {   left: 100%;  }  .col-lg-push-11 {   left: 91.66666667%;  }  .col-lg-push-10 {   left: 83.33333333%;  }  .col-lg-push-9 {   left: 75%;  }  .col-lg-push-8 {   left: 66.66666667%;  }  .col-lg-push-7 {   left: 58.33333333%;  }  .col-lg-push-6 {   left: 50%;  }  .col-lg-push-5 {   left: 41.66666667%;  }  .col-lg-push-4 {   left: 33.33333333%;  }  .col-lg-push-3 {   left: 25%;  }  .col-lg-push-2 {   left: 16.66666667%;  }  .col-lg-push-1 {   left: 8.33333333%;  }  .col-lg-push-0 {   left: 0%;  }  .col-lg-offset-12 {   margin-left: 100%;  }  .col-lg-offset-11 {   margin-left: 91.66666667%;  }  .col-lg-offset-10 {   margin-left: 83.33333333%;  }  .col-lg-offset-9 {   margin-left: 75%;  }  .col-lg-offset-8 {   margin-left: 66.66666667%;  }  .col-lg-offset-7 {   margin-left: 58.33333333%;  }  .col-lg-offset-6 {   margin-left: 50%;  }  .col-lg-offset-5 {   margin-left: 41.66666667%;  }  .col-lg-offset-4 {   margin-left: 33.33333333%;  }  .col-lg-offset-3 {   margin-left: 25%;  }  .col-lg-offset-2 {   margin-left: 16.66666667%;  }  .col-lg-offset-1 {   margin-left: 8.33333333%;  }  .col-lg-offset-0 {   margin-left: 0%;  } } .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {  content: " ";  display: table; } .clearfix:after, .container:after, .container-fluid:after, .row:after {  clear: both; } .center-block {  display: block;  margin-left: auto;  margin-right: auto; } .pull-right {  float: right !important; } .pull-left {  float: left !important; } .hide {  display: none !important; } .show {  display: block !important; } .invisible {  visibility: hidden; } .text-hide {  font: 0/0 a;  color: transparent;  text-shadow: none;  background-color: transparent;  border: 0; } .hidden {  display: none !important;  visibility: hidden !important; } .affix {  position: fixed; } @-ms-viewport {  width: device-width; } .visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {  display: none !important; } @media (max-width: 767px) {  .visible-xs {   display: block !important;  }  table.visible-xs {   display: table;  }  tr.visible-xs {   display: table-row !important;  }  th.visible-xs,  td.visible-xs {   display: table-cell !important;  } } .visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {  display: none !important; } @media (min-width: 768px) and (max-width: 991px) {  .visible-sm {   display: block !important;  }  table.visible-sm {   display: table;  }  tr.visible-sm {   display: table-row !important;  }  th.visible-sm,  td.visible-sm {   display: table-cell !important;  } } .visible-md, tr.visible-md, th.visible-md, td.visible-md {  display: none !important; } @media (min-width: 992px) and (max-width: 1299px) {  .visible-md {   display: block !important;  }  table.visible-md {   display: table;  }  tr.visible-md {   display: table-row !important;  }  th.visible-md,  td.visible-md {   display: table-cell !important;  } } .visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {  display: none !important; } @media (min-width: 1300px) {  .visible-lg {   display: block !important;  }  table.visible-lg {   display: table;  }  tr.visible-lg {   display: table-row !important;  }  th.visible-lg,  td.visible-lg {   display: table-cell !important;  } } @media (max-width: 767px) {  .hidden-xs,  tr.hidden-xs,  th.hidden-xs,  td.hidden-xs {   display: none !important;  } } @media (min-width: 768px) and (max-width: 991px) {  .hidden-sm,  tr.hidden-sm,  th.hidden-sm,  td.hidden-sm {   display: none !important;  } } @media (min-width: 992px) and (max-width: 1299px) {  .hidden-md,  tr.hidden-md,  th.hidden-md,  td.hidden-md {   display: none !important;  } } @media (min-width: 1300px) {  .hidden-lg,  tr.hidden-lg,  th.hidden-lg,  td.hidden-lg {   display: none !important;  } } .visible-print, tr.visible-print, th.visible-print, td.visible-print {  display: none !important; } @media print {  .visible-print {   display: block !important;  }  table.visible-print {   display: table;  }  tr.visible-print {   display: table-row !important;  }  th.visible-print,  td.visible-print {   display: table-cell !important;  } } @media print {  .hidden-print,  tr.hidden-print,  th.hidden-print,  td.hidden-print {   display: none !important;  } } .blankTemplate #mainContent {  padding: 120px 0; } .blankTemplate #masthead {  display: none; } .blankTemplate .footer {  position: relative;  padding: 0;  -webkit-box-shadow: none;  box-shadow: none;  background: transparent !important; } .blankTemplate .footer p, .blankTemplate .footer a {  color: #373443 !important; } .blankTemplate .footer a:visited {  color: #373443 !important; } .blankTemplate .footer .subFooter {  margin-top: 0; } .blankTemplate .footer .subFooter ul {  margin-top: 5px !important; } .frc-captcha {  display: none !important; } .wpcf7-not-valid-tip {  color: #fc5711 !important; } .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {  border-color: #fc5711 !important;  color: #ebecf0 !important; } .wpcf7-not-valid-tip {  position: absolute !important; } .newsletterTemplate .logo {  left: 50%;  -webkit-transform: translate(-50%, 15px) !important;  -ms-transform: translate(-50%, 15px) !important;  transform: translate(-50%, 15px) !important; } .newsletterTemplate .logo.inView {  -webkit-transform: translate(-50%, 15px) !important;  -ms-transform: translate(-50%, 15px) !important;  transform: translate(-50%, 15px) !important; } .newsletterTemplate #mainnavCon, .newsletterTemplate #navToggle {  display: none !important; } .newsletterTemplate .footer {  position: relative;  padding: 45px 0 40px 0;  -webkit-box-shadow: -2px -7px 25px -8px rgba(0, 0, 0, 0.25);  box-shadow: -2px -7px 25px -8px rgba(0, 0, 0, 0.25); } .newsletterTemplate .footer .subFooter {  margin-top: 0; } .newsletterTemplate .footer .subFooter ul {  margin-top: 5px !important; } .menuBtn {  border: 1px solid #FC5710;  -webkit-transition: all 0.25s ease-in-out;  -moz-transition: all 0.25s ease-in-out;  -o-transition: all 0.25s ease-in-out;  transition: all 0.25s ease-in-out;  margin-left: 10px; } .menuBtn:after {  content: none !important; } .menuBtn:hover {  background: #FC5710;  color: #FFF; } .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 input[type="number"], .wpcf7 input[type="tel"], .wpcf7 input[type="range"], .wpcf7 input[type="date"], .wpcf7 input[type="month"], .wpcf7 input[type="week"], .wpcf7 input[type="time"], .wpcf7 input[type="datetime"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="color"], .wpcf7 textarea {  background: #eeeeee !important;  font-size: 15px !important;  margin-top: 0 !important; } .wpcf7 input {  min-width: 100% !important;  width: 100%; } .wpcf7 .halfInputLeft {  width: calc(100% + 7.5px); } .wpcf7 .halfInputRight {  width: calc(100% + 7.5px);  margin-left: -7.5px; } .wp-block-separator {  margin: 0 !important; } .borderright {  border-right: 2px solid #FC5910; } @media only screen and (max-width: 991px) {  .borderright {   border: none !important;  } } .error404, .page-template-template-dark-php, .page-template-template-register-php, .page-template-template-verify-php, .page-template-template-verified-php {  background: #EBECF0; } .error404 .logo #Pfad_1, .page-template-template-dark-php .logo #Pfad_1, .page-template-template-register-php .logo #Pfad_1, .page-template-template-verify-php .logo #Pfad_1, .page-template-template-verified-php .logo #Pfad_1, .error404 .logo #Pfad_3, .page-template-template-dark-php .logo #Pfad_3, .page-template-template-register-php .logo #Pfad_3, .page-template-template-verify-php .logo #Pfad_3, .page-template-template-verified-php .logo #Pfad_3, .error404 .logo text, .page-template-template-dark-php .logo text, .page-template-template-register-php .logo text, .page-template-template-verify-php .logo text, .page-template-template-verified-php .logo text, .error404 .logo path, .page-template-template-dark-php .logo path, .page-template-template-register-php .logo path, .page-template-template-verify-php .logo path, .page-template-template-verified-php .logo path {  fill: #373443 !important; } .error404 #mainnavCon ul li a, .page-template-template-dark-php #mainnavCon ul li a, .page-template-template-register-php #mainnavCon ul li a, .page-template-template-verify-php #mainnavCon ul li a, .page-template-template-verified-php #mainnavCon ul li a {  color: #373443 !important; } .error404 #masthead .container, .page-template-template-dark-php #masthead .container, .page-template-template-register-php #masthead .container, .page-template-template-verify-php #masthead .container, .page-template-template-verified-php #masthead .container {  position: relative; } @media only screen and (max-width: 767px) {  .error404 #masthead .container,  .page-template-template-dark-php #masthead .container,  .page-template-template-register-php #masthead .container,  .page-template-template-verify-php #masthead .container,  .page-template-template-verified-php #masthead .container {   position: initial;  } } .error404 label, .page-template-template-dark-php label, .page-template-template-register-php label, .page-template-template-verify-php label, .page-template-template-verified-php label {  color: #FFF; } .error404 .catMenu, .page-template-template-dark-php .catMenu, .page-template-template-register-php .catMenu, .page-template-template-verify-php .catMenu, .page-template-template-verified-php .catMenu {  background: #373443; } .error404 .catMenu li a, .page-template-template-dark-php .catMenu li a, .page-template-template-register-php .catMenu li a, .page-template-template-verify-php .catMenu li a, .page-template-template-verified-php .catMenu li a {  color: #FFF !important; } .error404 select, .page-template-template-dark-php select, .page-template-template-register-php select, .page-template-template-verify-php select, .page-template-template-verified-php select {  border: 1px solid white !important;  color: white !important;  padding: 15px;  display: block;  width: 100%;  margin-bottom: 30px;  color: #FFF !important;  background: transparent;  padding: 10px !important;  border: 1px solid #FFF !important;  height: 50px;  background-image: url(https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/img/white-arrow-down.svg);  background-position: calc(100% - 13px) center;  background-size: 12px;  background-repeat: no-repeat; } .error404 .mobileMenuWrapper, .page-template-template-dark-php .mobileMenuWrapper, .page-template-template-register-php .mobileMenuWrapper, .page-template-template-verify-php .mobileMenuWrapper, .page-template-template-verified-php .mobileMenuWrapper {  background: #373443; } @media only screen and (max-width: 767px) {  .error404 .mobileMenuWrapper .burgerBtn,  .page-template-template-dark-php .mobileMenuWrapper .burgerBtn,  .page-template-template-register-php .mobileMenuWrapper .burgerBtn,  .page-template-template-verify-php .mobileMenuWrapper .burgerBtn,  .page-template-template-verified-php .mobileMenuWrapper .burgerBtn,  .error404 .mobileMenuWrapper .filterBtn,  .page-template-template-dark-php .mobileMenuWrapper .filterBtn,  .page-template-template-register-php .mobileMenuWrapper .filterBtn,  .page-template-template-verify-php .mobileMenuWrapper .filterBtn,  .page-template-template-verified-php .mobileMenuWrapper .filterBtn,  .error404 .mobileMenuWrapper .applyBtn,  .page-template-template-dark-php .mobileMenuWrapper .applyBtn,  .page-template-template-register-php .mobileMenuWrapper .applyBtn,  .page-template-template-verify-php .mobileMenuWrapper .applyBtn,  .page-template-template-verified-php .mobileMenuWrapper .applyBtn,  .error404 .mobileMenuWrapper .filterBack,  .page-template-template-dark-php .mobileMenuWrapper .filterBack,  .page-template-template-register-php .mobileMenuWrapper .filterBack,  .page-template-template-verify-php .mobileMenuWrapper .filterBack,  .page-template-template-verified-php .mobileMenuWrapper .filterBack {   background: #373443;   border: 1px solid #FFF;   color: #FFF;  } } .error404 .mobileMenuWrapper .burger:after, .page-template-template-dark-php .mobileMenuWrapper .burger:after, .page-template-template-register-php .mobileMenuWrapper .burger:after, .page-template-template-verify-php .mobileMenuWrapper .burger:after, .page-template-template-verified-php .mobileMenuWrapper .burger:after, .error404 .mobileMenuWrapper .burger:before, .page-template-template-dark-php .mobileMenuWrapper .burger:before, .page-template-template-register-php .mobileMenuWrapper .burger:before, .page-template-template-verify-php .mobileMenuWrapper .burger:before, .page-template-template-verified-php .mobileMenuWrapper .burger:before, .error404 .mobileMenuWrapper .burger span, .page-template-template-dark-php .mobileMenuWrapper .burger span, .page-template-template-register-php .mobileMenuWrapper .burger span, .page-template-template-verify-php .mobileMenuWrapper .burger span, .page-template-template-verified-php .mobileMenuWrapper .burger span {  background: #FFF; } @media only screen and (max-width: 767px) {  .error404 .mainMenu,  .page-template-template-dark-php .mainMenu,  .page-template-template-register-php .mainMenu,  .page-template-template-verify-php .mainMenu,  .page-template-template-verified-php .mainMenu {   background: #373443;  } } .error404 .loginBtn, .page-template-template-dark-php .loginBtn, .page-template-template-register-php .loginBtn, .page-template-template-verify-php .loginBtn, .page-template-template-verified-php .loginBtn {  color: #FFF !important;  border: 1px solid #FFF !important;  background: transparent !important; } .error404 input[type="password"], .page-template-template-dark-php input[type="password"], .page-template-template-register-php input[type="password"], .page-template-template-verify-php input[type="password"], .page-template-template-verified-php input[type="password"] {  background: #373443;  border-color: #FFF !important;  width: calc(70% - 10px);  margin-right: 5px;  color: #FFF !important; } .error404 input[type="submit"], .page-template-template-dark-php input[type="submit"], .page-template-template-register-php input[type="submit"], .page-template-template-verify-php input[type="submit"], .page-template-template-verified-php input[type="submit"] {  padding: 11px 25px !important;  border-radius: 0 !important;  background: #373443;  border-color: #FFF !important;  color: #FFF !important; } .error404 .passwordProtection, .page-template-template-dark-php .passwordProtection, .page-template-template-register-php .passwordProtection, .page-template-template-verify-php .passwordProtection, .page-template-template-verified-php .passwordProtection {  color: #FFF; } @media only screen and (max-width: 991px) {  .error404 .passwordProtection,  .page-template-template-dark-php .passwordProtection,  .page-template-template-register-php .passwordProtection,  .page-template-template-verify-php .passwordProtection,  .page-template-template-verified-php .passwordProtection {   margin-top: 160px;  } } .error404 .passwordProtection h1, .page-template-template-dark-php .passwordProtection h1, .page-template-template-register-php .passwordProtection h1, .page-template-template-verify-php .passwordProtection h1, .page-template-template-verified-php .passwordProtection h1, .error404 .passwordProtection h2, .page-template-template-dark-php .passwordProtection h2, .page-template-template-register-php .passwordProtection h2, .page-template-template-verify-php .passwordProtection h2, .page-template-template-verified-php .passwordProtection h2, .error404 .passwordProtection h3, .page-template-template-dark-php .passwordProtection h3, .page-template-template-register-php .passwordProtection h3, .page-template-template-verify-php .passwordProtection h3, .page-template-template-verified-php .passwordProtection h3 {  color: #FFF; } .error404 .passwordProtection input, .page-template-template-dark-php .passwordProtection input, .page-template-template-register-php .passwordProtection input, .page-template-template-verify-php .passwordProtection input, .page-template-template-verified-php .passwordProtection input {  width: 30%; } .error404 .passwordProtection input[type="password"], .page-template-template-dark-php .passwordProtection input[type="password"], .page-template-template-register-php .passwordProtection input[type="password"], .page-template-template-verify-php .passwordProtection input[type="password"], .page-template-template-verified-php .passwordProtection input[type="password"] {  width: calc(70% - 10px) !important; } .error404 #account-menu, .page-template-template-dark-php #account-menu, .page-template-template-register-php #account-menu, .page-template-template-verify-php #account-menu, .page-template-template-verified-php #account-menu {  background: #373443; } .error404 #account-menu svg path, .page-template-template-dark-php #account-menu svg path, .page-template-template-register-php #account-menu svg path, .page-template-template-verify-php #account-menu svg path, .page-template-template-verified-php #account-menu svg path, .error404 #account-menu svg polyline, .page-template-template-dark-php #account-menu svg polyline, .page-template-template-register-php #account-menu svg polyline, .page-template-template-verify-php #account-menu svg polyline, .page-template-template-verified-php #account-menu svg polyline {  fill: #FFF; } .error404 #mainMenu, .page-template-template-dark-php #mainMenu, .page-template-template-register-php #mainMenu, .page-template-template-verify-php #mainMenu, .page-template-template-verified-php #mainMenu {  background: #373443; } .error404 #mainMenu li, .page-template-template-dark-php #mainMenu li, .page-template-template-register-php #mainMenu li, .page-template-template-verify-php #mainMenu li, .page-template-template-verified-php #mainMenu li {  color: #FFF !important; } .error404 #mainMenu li a, .page-template-template-dark-php #mainMenu li a, .page-template-template-register-php #mainMenu li a, .page-template-template-verify-php #mainMenu li a, .page-template-template-verified-php #mainMenu li a {  position: relative;  color: #FFF !important; } .error404 #mainMenu li:after, .page-template-template-dark-php #mainMenu li:after, .page-template-template-register-php #mainMenu li:after, .page-template-template-verify-php #mainMenu li:after, .page-template-template-verified-php #mainMenu li:after {  background: #FFF; } .error404 #mainMenu li:hover, .page-template-template-dark-php #mainMenu li:hover, .page-template-template-register-php #mainMenu li:hover, .page-template-template-verify-php #mainMenu li:hover, .page-template-template-verified-php #mainMenu li:hover {  color: #FFF; } .error404 #mainMenu li:hover a, .page-template-template-dark-php #mainMenu li:hover a, .page-template-template-register-php #mainMenu li:hover a, .page-template-template-verify-php #mainMenu li:hover a, .page-template-template-verified-php #mainMenu li:hover a {  position: relative;  color: #FFF !important; } .error404 #mainMenu .sub-menu li.current-menu-item a, .page-template-template-dark-php #mainMenu .sub-menu li.current-menu-item a, .page-template-template-register-php #mainMenu .sub-menu li.current-menu-item a, .page-template-template-verify-php #mainMenu .sub-menu li.current-menu-item a, .page-template-template-verified-php #mainMenu .sub-menu li.current-menu-item a {  display: inline-block;  color: #FFF; } .error404 #mainMenu .sub-menu li a, .page-template-template-dark-php #mainMenu .sub-menu li a, .page-template-template-register-php #mainMenu .sub-menu li a, .page-template-template-verify-php #mainMenu .sub-menu li a, .page-template-template-verified-php #mainMenu .sub-menu li a {  display: inline-block;  color: #9799A8 !important; } .error404 #mainMenu .sub-menu li:after, .page-template-template-dark-php #mainMenu .sub-menu li:after, .page-template-template-register-php #mainMenu .sub-menu li:after, .page-template-template-verify-php #mainMenu .sub-menu li:after, .page-template-template-verified-php #mainMenu .sub-menu li:after {  content: none !important; } .error404 #mainMenu .sub-menu li:hover:after, .page-template-template-dark-php #mainMenu .sub-menu li:hover:after, .page-template-template-register-php #mainMenu .sub-menu li:hover:after, .page-template-template-verify-php #mainMenu .sub-menu li:hover:after, .page-template-template-verified-php #mainMenu .sub-menu li:hover:after {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } .error404 #mainMenu .sub-menu li:hover a, .page-template-template-dark-php #mainMenu .sub-menu li:hover a, .page-template-template-register-php #mainMenu .sub-menu li:hover a, .page-template-template-verify-php #mainMenu .sub-menu li:hover a, .page-template-template-verified-php #mainMenu .sub-menu li:hover a {  display: inline-block;  color: #FFF !important; } .error404 .main-navigation ul ul, .page-template-template-dark-php .main-navigation ul ul, .page-template-template-register-php .main-navigation ul ul, .page-template-template-verify-php .main-navigation ul ul, .page-template-template-verified-php .main-navigation ul ul {  background: #373443; } .realWidth img {  max-width: initial !important; } @media only screen and (max-width: 991px) {  .realWidth img {   max-width: 100% !important;  } } .center {  text-align: center; } .right {  text-align: right; } .floatLeft {  float: left; } .floatRight {  float: right; } #resetpassform .wp-pwd button, .user-pass-wrap .wp-pwd button {  background: transparent !important;  min-height: 70px !important;  padding: 0 30px !important; } #resetpassform .wp-pwd button:before, .user-pass-wrap .wp-pwd button:before {  content: none !important; } #resetpassform a, .user-pass-wrap a {  color: #ebecf0 !important; } #loginform p, #loginform label, #loginform a {  color: #ebecf0 !important;  margin-bottom: 0 !important; } .resetPw {  color: #ebecf0 !important;  margin-bottom: 0 !important; } #login p, #login label, #login a {  color: #ebecf0 !important;  margin-bottom: 0 !important; } #login form p.submit {  text-align: center;  display: block; } #login form .button {  display: inline-block !important; } .login .indicator-hint {  font-size: 14px;  line-height: 1.5; } .login .button-primary {  display: block;  float: none !important;  margin: auto !important;  margin-top: 20px !important; } .loginform {  max-width: 280px;  margin: auto;  margin-top: 45px;  text-align: center; } .loginform input {  width: 100%; } .LoggedIn {  margin: auto; } .LoggedIn img {  max-width: 100px !important;  margin: auto !important;  display: inherit; } .LoggedIn h2 {  text-align: center;  margin-top: 30px; }   @-webkit-keyframes "fancybox-rotate" {  from {   -webkit-transform: rotate(0deg);   transform: rotate(0deg);  }  to {   -webkit-transform: rotate(359deg);   transform: rotate(359deg);  } } @keyframes "fancybox-rotate" {  from {   -webkit-transform: rotate(0deg);   transform: rotate(0deg);  }  to {   -webkit-transform: rotate(359deg);   transform: rotate(359deg);  } }      body.fancybox-active {  overflow: hidden; } body.fancybox-iosfix {  position: fixed;  left: 0;  right: 0; } .fancybox-is-hidden {  position: absolute;  top: -9999px;  left: -9999px;  visibility: hidden; } .fancybox-container {  position: fixed;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 99992;  -webkit-tap-highlight-color: transparent;  -webkit-backface-visibility: hidden;  backface-visibility: hidden;  -webkit-transform: translateZ(0);  transform: translateZ(0);  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .fancybox-outer {  position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  overflow-y: auto;  -webkit-overflow-scrolling: touch; } .fancybox-inner {  position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0; } .fancybox-bg {  position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  background: #1e1e1e;  opacity: 0;  transition-duration: inherit;  transition-property: opacity;  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); } .fancybox-stage {  position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  overflow: hidden;  direction: ltr;  z-index: 99994;  -webkit-transform: translate3d(0, 0, 0); } .fancybox-is-open .fancybox-bg {  opacity: 0.87;  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); } .fancybox-infobar {  position: absolute;  direction: ltr;  z-index: 99997;  opacity: 0;  visibility: hidden;  transition: opacity .25s, visibility 0s linear .25s;  box-sizing: border-box;  top: 0;  left: 0;  font-size: 13px;  padding: 0 10px;  height: 44px;  min-width: 44px;  line-height: 44px;  color: #ccc;  text-align: center;  pointer-events: none;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;  -webkit-touch-callout: none;  -webkit-tap-highlight-color: transparent;  -webkit-font-smoothing: subpixel-antialiased;  mix-blend-mode: exclusion; } .fancybox-toolbar {  position: absolute;  direction: ltr;  z-index: 99997;  opacity: 0;  visibility: hidden;  transition: opacity .25s, visibility 0s linear .25s;  box-sizing: border-box;  top: 0;  right: 0;  margin: 0;  padding: 0; } .fancybox-caption-wrap {  position: absolute;  direction: ltr;  z-index: 99997;  opacity: 0;  visibility: hidden;  transition: opacity .25s, visibility 0s linear .25s;  box-sizing: border-box;  bottom: 0;  left: 0;  right: 0;  padding: 60px 2vw 0 2vw;  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);  pointer-events: none; } .fancybox-show-infobar .fancybox-infobar {  opacity: 1;  visibility: visible;  transition: opacity .25s, visibility 0s; } .fancybox-show-toolbar .fancybox-toolbar {  opacity: 1;  visibility: visible;  transition: opacity .25s, visibility 0s; } .fancybox-show-caption .fancybox-caption-wrap {  opacity: 1;  visibility: visible;  transition: opacity .25s, visibility 0s; } .fancybox-is-closing .fancybox-stage {  overflow: visible; } .fancybox-slide {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  margin: 0;  padding: 0;  overflow: auto;  outline: none;  white-space: normal;  box-sizing: border-box;  text-align: center;  z-index: 99994;  -webkit-overflow-scrolling: touch;  display: none;  -webkit-backface-visibility: hidden;  backface-visibility: hidden;  transition-property: opacity, -webkit-transform;  transition-property: transform, opacity;  transition-property: transform, opacity, -webkit-transform; } .fancybox-slide::before {  content: '';  display: inline-block;  vertical-align: middle;  height: 100%;  width: 0; } .fancybox-slide > * {  display: inline-block;  position: relative;  padding: 24px;  margin: 44px 0 44px;  border-width: 0;  vertical-align: middle;  text-align: left;  background-color: #fff;  overflow: auto;  box-sizing: border-box; } .fancybox-slide > title {  display: none; } .fancybox-slide > style {  display: none; } .fancybox-slide > meta {  display: none; } .fancybox-slide > link {  display: none; } .fancybox-slide > script {  display: none; } .fancybox-slide > base {  display: none; } .fancybox-slide .fancybox-image-wrap {  position: absolute;  top: 0;  left: 0;  margin: 0;  padding: 0;  border: 0;  z-index: 99995;  background: transparent;  cursor: default;  overflow: visible;  -webkit-transform-origin: top left;  -ms-transform-origin: top left;  transform-origin: top left;  background-size: 100% 100%;  background-repeat: no-repeat;  -webkit-backface-visibility: hidden;  backface-visibility: hidden;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;  transition-property: opacity, -webkit-transform;  transition-property: transform, opacity;  transition-property: transform, opacity, -webkit-transform; } .fancybox-slide > .fancybox-loading {  border: 6px solid rgba(100, 100, 100, 0.4);  border-top: 6px solid rgba(255, 255, 255, 0.6);  border-radius: 100%;  height: 50px;  width: 50px;  -webkit-animation: fancybox-rotate 0.8s infinite linear;  animation: fancybox-rotate 0.8s infinite linear;  background: transparent;  position: absolute;  top: 50%;  left: 50%;  margin-top: -30px;  margin-left: -30px;  z-index: 99999; } .fancybox-is-sliding .fancybox-slide {  display: block; } .fancybox-slide--previous {  display: block; } .fancybox-slide--current {  display: block; } .fancybox-slide--next {  display: block;  z-index: 99995; } .fancybox-slide--image {  overflow: visible; } .fancybox-slide--image::before {  display: none; } .fancybox-slide--image .fancybox-close-small {  top: 0;  right: -40px; } .fancybox-slide--image .fancybox-close-small:after {  font-size: 35px;  color: #aaa; } .fancybox-slide--image .fancybox-close-small:hover:after {  color: #fff;  background: transparent; } .fancybox-slide--video .fancybox-content {  background: #000; } .fancybox-slide--video iframe {  background: #000; } .fancybox-slide--map .fancybox-content {  background: #E5E3DF; } .fancybox-slide--map iframe {  background: #E5E3DF; } .fancybox-can-zoomOut .fancybox-image-wrap {  cursor: -webkit-zoom-out;  cursor: zoom-out; } .fancybox-can-zoomIn .fancybox-image-wrap {  cursor: -webkit-zoom-in;  cursor: zoom-in; } .fancybox-can-drag .fancybox-image-wrap {  cursor: -webkit-grab;  cursor: grab; } .fancybox-is-dragging .fancybox-image-wrap {  cursor: -webkit-grabbing;  cursor: grabbing; } .fancybox-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  margin: 0;  padding: 0;  border: 0;  max-width: none;  max-height: none;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none; } .fancybox-spaceball {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  margin: 0;  padding: 0;  border: 0;  max-width: none;  max-height: none;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;  z-index: 1; } .fancybox-slide--iframe .fancybox-content {  padding: 0;  width: 80%;  height: 80%;  max-width: calc(0%);  max-height: calc(12%);  overflow: visible;  background: #fff; } .fancybox-slide--iframe .fancybox-close-small {  top: 0;  right: -40px; } .fancybox-slide--iframe .fancybox-close-small:after {  font-size: 35px;  color: #aaa; } .fancybox-slide--iframe .fancybox-close-small:hover:after {  color: #fff;  background: transparent; } .fancybox-iframe {  display: block;  margin: 0;  padding: 0;  border: 0;  width: 100%;  height: 100%;  background: #fff; } .fancybox-error {  margin: 0;  padding: 40px;  width: 100%;  max-width: 380px;  background: #fff;  cursor: default; } .fancybox-error p {  margin: 0;  padding: 0;  color: #444;  font-size: 16px;  line-height: 20px; } .fancybox-button {  box-sizing: border-box;  display: inline-block;  vertical-align: top;  width: 44px;  height: 44px;  margin: 0;  padding: 10px;  border: 0;  border-radius: 0;  background: rgba(30, 30, 30, 0.6);  transition: color .3s ease;  cursor: pointer;  outline: none;  color: #ccc; } .fancybox-button:visited {  color: #ccc; } .fancybox-button:link {  color: #ccc; } .fancybox-button:focus {  color: #fff; } .fancybox-button:hover {  color: #fff; } .fancybox-button svg {  display: block;  position: relative;  overflow: visible;  shape-rendering: geometricPrecision; } .fancybox-button svg path {  fill: currentColor;  stroke: currentColor;  stroke-linejoin: round;  stroke-width: 3; } .fancybox-button[disabled] {  color: #ccc;  cursor: default;  opacity: 0.6; } .fancybox-button--share svg path {  stroke-width: 1; } .fancybox-button--play svg path:nth-child(2) {  display: none; } .fancybox-button--pause svg path:nth-child(1) {  display: none; } .fancybox-button--zoom svg path {  fill: transparent; } .fancybox-navigation {  display: none; } .fancybox-navigation button {  position: absolute;  top: 50%;  margin: -50px 0 0 0;  z-index: 99997;  background: transparent;  width: 60px;  height: 100px;  padding: 17px; } .fancybox-navigation button:before {  content: "";  position: absolute;  top: 30px;  right: 10px;  width: 40px;  height: 40px;  background: rgba(30, 30, 30, 0.6); } .fancybox-navigation .fancybox-button--arrow_left {  left: 0; } .fancybox-navigation .fancybox-button--arrow_right {  right: 0; } .fancybox-show-nav .fancybox-navigation {  display: block; } .fancybox-close-small {  position: absolute;  top: 0;  right: 0;  width: 40px;  height: 40px;  padding: 0;  margin: 0;  border: 0;  border-radius: 0;  background: transparent;  z-index: 10;  cursor: pointer; } .fancybox-close-small:after {  content: '×';  position: absolute;  top: 5px;  right: 5px;  width: 30px;  height: 30px;  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;  color: #888;  font-weight: 300;  text-align: center;  border-radius: 50%;  border-width: 0;  background-color: transparent;  transition: background-color 0.25s;  box-sizing: border-box;  z-index: 2; } .fancybox-close-small:focus {  outline: none; } .fancybox-close-small:focus:after {  outline: 1px dotted #888; } .fancybox-close-small:hover:after {  color: #555;  background: #eee; } .fancybox-is-scaling .fancybox-close-small {  display: none; } .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {  display: none; } .fancybox-caption {  padding: 30px 0;  border-top: 1px solid rgba(255, 255, 255, 0.4);  font-size: 14px;  color: #fff;  line-height: 20px;  -webkit-text-size-adjust: none; } .fancybox-caption a {  pointer-events: all;  position: relative;  color: #fff;  text-decoration: underline; } .fancybox-caption button {  pointer-events: all;  position: relative; } .fancybox-caption select {  pointer-events: all;  position: relative; } .fancybox-animated {  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); } .fancybox-fx-slide.fancybox-slide--previous {  -webkit-transform: translate3d(-100%, 0, 0);  transform: translate3d(-100%, 0, 0);  opacity: 0; } .fancybox-fx-slide.fancybox-slide--next {  -webkit-transform: translate3d(100%, 0, 0);  transform: translate3d(100%, 0, 0);  opacity: 0; } .fancybox-fx-slide.fancybox-slide--current {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);  opacity: 1; } .fancybox-fx-fade.fancybox-slide--previous {  opacity: 0;  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } .fancybox-fx-fade.fancybox-slide--next {  opacity: 0;  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } .fancybox-fx-fade.fancybox-slide--current {  opacity: 1; } .fancybox-fx-zoom-in-out.fancybox-slide--previous {  -webkit-transform: scale3d(1.5, 1.5, 1.5);  transform: scale3d(1.5, 1.5, 1.5);  opacity: 0; } .fancybox-fx-zoom-in-out.fancybox-slide--next {  -webkit-transform: scale3d(0.5, 0.5, 0.5);  transform: scale3d(0.5, 0.5, 0.5);  opacity: 0; } .fancybox-fx-zoom-in-out.fancybox-slide--current {  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1);  opacity: 1; } .fancybox-fx-rotate.fancybox-slide--previous {  -webkit-transform: rotate(-360deg);  -ms-transform: rotate(-360deg);  transform: rotate(-360deg);  opacity: 0; } .fancybox-fx-rotate.fancybox-slide--next {  -webkit-transform: rotate(360deg);  -ms-transform: rotate(360deg);  transform: rotate(360deg);  opacity: 0; } .fancybox-fx-rotate.fancybox-slide--current {  -webkit-transform: rotate(0deg);  -ms-transform: rotate(0deg);  transform: rotate(0deg);  opacity: 1; } .fancybox-fx-circular.fancybox-slide--previous {  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);  opacity: 0; } .fancybox-fx-circular.fancybox-slide--next {  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);  opacity: 0; } .fancybox-fx-circular.fancybox-slide--current {  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);  opacity: 1; } .fancybox-fx-tube.fancybox-slide--previous {  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); } .fancybox-fx-tube.fancybox-slide--next {  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); } .fancybox-fx-tube.fancybox-slide--current {  -webkit-transform: translate3d(0, 0, 0) scale(1);  transform: translate3d(0, 0, 0) scale(1); } .fancybox-share {  padding: 30px;  border-radius: 3px;  background: #f4f4f4;  max-width: 90%;  text-align: center; } .fancybox-share h1 {  color: #222;  margin: 0 0 20px 0;  font-size: 35px;  font-weight: 700; } .fancybox-share p {  margin: 0;  padding: 0; } p.fancybox-share__links {  margin-right: -10px; } .fancybox-share__button {  display: inline-block;  text-decoration: none;  margin: 0 10px 10px 0;  padding: 0 15px;  min-width: 130px;  border: 0;  border-radius: 3px;  background: #fff;  white-space: nowrap;  font-size: 14px;  font-weight: 700;  line-height: 40px;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;  color: #fff;  transition: all .2s; } .fancybox-share__button:hover {  text-decoration: none; } .fancybox-share__button svg {  position: relative;  top: -1px;  width: 25px;  height: 25px;  margin-right: 7px;  vertical-align: middle; } .fancybox-share__button svg path {  fill: #fff; } .fancybox-share__button--fb {  background: #3b5998; } .fancybox-share__button--fb:hover {  background: #344e86; } .fancybox-share__button--pt {  background: #bd081d; } .fancybox-share__button--pt:hover {  background: #aa0719; } .fancybox-share__button--tw {  background: #1da1f2; } .fancybox-share__button--tw:hover {  background: #0d95e8; } .fancybox-share__input {  box-sizing: border-box;  width: 100%;  margin: 10px 0 0 0;  padding: 10px 15px;  background: transparent;  color: #5d5b5b;  font-size: 14px;  outline: none;  border: 0;  border-bottom: 2px solid #d7d7d7; } .fancybox-thumbs {  display: none;  position: absolute;  top: 0;  bottom: 0;  right: 0;  width: 212px;  margin: 0;  padding: 2px 2px 4px 2px;  background: #fff;  -webkit-tap-highlight-color: transparent;  -webkit-overflow-scrolling: touch;  -ms-overflow-style: -ms-autohiding-scrollbar;  box-sizing: border-box;  z-index: 99995; } .fancybox-thumbs > ul {  list-style: none;  position: absolute;  position: relative;  width: 100%;  height: 100%;  margin: 0;  padding: 0;  overflow-x: hidden;  overflow-y: auto;  font-size: 0;  white-space: nowrap; } .fancybox-thumbs > ul > li {  float: left;  overflow: hidden;  padding: 0;  margin: 2px;  width: 100px;  height: 75px;  max-width: calc(46%);  max-height: calc(92%);  position: relative;  cursor: pointer;  outline: none;  -webkit-tap-highlight-color: transparent;  -webkit-backface-visibility: hidden;  backface-visibility: hidden;  box-sizing: border-box; } .fancybox-thumbs > ul > li > img {  position: absolute;  top: 0;  left: 0;  max-width: none;  max-height: none;  -webkit-touch-callout: none;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none; } .fancybox-thumbs > ul > li:before {  content: '';  position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  border: 4px solid #4ea7f9;  z-index: 99991;  opacity: 0;  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); } .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {  opacity: 1; } .fancybox-thumbs-x {  overflow-y: hidden;  overflow-x: auto; } .fancybox-thumbs-x > ul {  overflow: hidden; } .fancybox-show-thumbs .fancybox-thumbs {  display: block; } .fancybox-show-thumbs .fancybox-inner {  right: 212px; } .fancybox-thumbs-y > ul::-webkit-scrollbar {  width: 7px; } .fancybox-thumbs-y > ul::-webkit-scrollbar-track {  background: #fff;  border-radius: 10px;  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); } .fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {  background: #2a2a2a;  border-radius: 10px; } li.fancybox-thumbs-loading {  background: rgba(0, 0, 0, 0.1); } @media all and (max-width: 800px) {  .fancybox-thumbs {   width: 110px;  }  .fancybox-thumbs > ul > li {   max-width: calc(90%);  }  .fancybox-show-thumbs .fancybox-inner {   right: 110px;  } }  html {  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; } html a {  text-decoration: none; } .lottieWrapper {  max-width: 100%;  max-height: 100%;  position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0;  margin: auto; } .rightTextalign {  text-align: right; } .blogTeaserBlock .col-md-12:last-of-type .teaserAtom {  border-bottom: none !important; } .blogTeaserBlock .teaserAtom {  margin-bottom: 40px;  padding-bottom: 40px;  border-bottom: 1px solid black !important; } .listModule {  margin: 0;  padding: 0; } .listModule.horizontalAlign li {  display: inline-block; } .listModule .listLi {  margin: 0;  display: flex;  align-items: center;  position: relative;  padding-left: 50px; } .listModule .listLi a {  display: inline-block; } .listModule .listLi .listIcon {  position: absolute;  display: inline-block;  left: 0;  width: 30px; } .listModule .listLi .listIcon img {  width: 100%;  position: relative;  display: block; } .listModule .listLi.gotIcon span {  margin: 0;  vertical-align: center;  padding-left: 0px; } .listModule .listLi span {  margin: 0; } .fancybox-content {  width: 80vw;  height: 600px;  max-width: 80vw !important;  max-height: 80% !important;  margin: 0; } .quote {  font-size: 100px;  line-height: 0px;  margin: 0 !important;  vertical-align: bottom;  display: inline-block;  margin-top: 40px !important; } small {  font-size: 1em !important; } ul li, ol li {  margin: 7.5px 0;  line-height: 28px; } ul.horizontal {  padding: 0;  margin: 30px 0 0 0; } ul.horizontal li {  display: inline-block;  padding: 0 30px 0 20px;  position: relative; } ul.horizontal li:before {  content: '';  background-image: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/img/checkIconList.svg');  background-repeat: no-repeat;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;  background-position: center center;  width: 13px;  height: 10px;  top: 10px;  position: absolute;  left: 0;  opacity: .4; } figcaption {  font-size: .8em; } .vis {  opacity: 1 !important; } label {  hyphens: auto;  -moz-hyphens: auto;  -webkit-hyphens: auto;  width: 100%; } label[for=dsgvo] {  padding-left: 30px !important;  font-size: 1em !important;  letter-spacing: 2px !important;  margin-bottom: 0px !important;  text-transform: none !important;  font-weight: 700 !important;  line-height: 1.3; } label[for=dsgvo] a {  color: #FFF !important;  text-decoration: underline; } .checkBox, .checkBoxDropdown {  position: relative;  margin-bottom: 20px !important;  cursor: pointer; } .checkBox:hover, .checkBoxDropdown:hover {  cursor: pointer; } .checkbox {  position: relative; } .checkbox span {  margin-left: 15px;  display: inline-block; } .checkbox input {  display: inline !important;  margin: 0 !important;  text-align: center !important;  vertical-align: middle !important;  margin-right: 0px !important;  margin-top: -5px !important;  height: 20px;  width: 20px;  border-radius: 0 !important;  width: 100%;  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;  border: none !important;  padding: 10px 0px !important; } .checkbox input:before {  content: '';  height: 20px;  width: 20px;  position: absolute;  left: 0px;  border: 1px solid #FFF;  -webkit-transition: all 0.1s ease-in-out;  -moz-transition: all 0.1s ease-in-out;  -o-transition: all 0.1s ease-in-out;  transition: all 0.1s ease-in-out; } .checkbox input:after {  content: '';  height: 20px;  width: 20px;  position: absolute;  left: 0px;  background-image: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/img/check.svg');  background-size: 60%;  background-position: center;  background-repeat: no-repeat;  -webkit-transform: scale(0, 0);  -ms-transform: scale(0, 0);  transform: scale(0, 0);  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } .checkbox input:checked:before {  background: #373443; } .checkbox input:checked:after {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } input[type="checkbox"], input[type="radio"] {  position: absolute;  left: -15px;  display: none; } input[type="checkbox"] + label::before, input[type="radio"] + label::before {  content: '';  width: 20px;  height: 20px;  background: #f9f9f9;  position: absolute;  left: 0px;  top: 0;  border-radius: 5px;  background-position: 100% 50%;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } input[type="checkbox"] + label, input[type="radio"] + label {  padding-left: 30px;  font-size: 1.2941176470588236em;  letter-spacing: 2px;  margin-bottom: 0px;  text-transform: uppercase;  font-weight: normal;  cursor: pointer; } @media only screen and (max-width: 991px) {  input[type="checkbox"] + label,  input[type="radio"] + label {   font-size: 1.1222222222222223em;  } } @media only screen and (max-width: 767px) {  input[type="checkbox"] + label,  input[type="radio"] + label {   font-size: 1.1222222222222223em;  } } input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before {  background-color: #00D382;  background-image: url(https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/img/checkbox.svg);  background-size: auto;  background-repeat: no-repeat;  background-position: 50%;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } .slick-prev {  left: 80px;  background: transparent;  z-index: 10;  width: 15px;  height: 25px; } @media only screen and (max-width: 767px) {  .slick-prev {   left: 15px;  } } .slick-prev:before {  content: '';  background-image: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/img/arrow-prev.svg');  background-position: center;  width: 100%;  height: 100%;  position: absolute;  top: 0;  background-size: 100% 100%;  left: 0;  background-repeat: no-repeat;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  opacity: .6 !important; } .slick-prev:hover:before {  -webkit-transform: translate(-5px, 0);  -ms-transform: translate(-5px, 0);  transform: translate(-5px, 0);  opacity: 1 !important; } .slick-next {  right: 80px;  background: transparent;  z-index: 10;  width: 15px;  height: 25px; } @media only screen and (max-width: 767px) {  .slick-next {   right: 15px;  } } .slick-next:before {  content: '';  background-image: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/img/arrow-next.svg');  background-position: center;  width: 100%;  height: 100%;  position: absolute;  top: 0;  background-size: 100% 100%;  left: 0;  background-repeat: no-repeat;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  opacity: .6; } .slick-next:hover:before {  -webkit-transform: translate(5px, 0);  -ms-transform: translate(5px, 0);  transform: translate(5px, 0);  opacity: 1; } .slidershell {  border: none !important;  position: relative;  width: 100% !important;  height: 1px !important;  -webkit-box-shadow: inset 0 0 0 0px #6F03D9;  box-shadow: inset 0 0 0 0px #6F03D9;  overflow: visible;  margin-bottom: 45px;  margin-top: 45px;  } .slidershell:hover {  cursor: pointer; } .slidershell:hover .slidervalue {  -webkit-transform: translate(-12px, -5px);  -ms-transform: translate(-12px, -5px);  transform: translate(-12px, -5px); } .slidertrack {  z-index: 0;  border-radius: 4px;  background: #FFF;  position: absolute;  min-width: 100%;  max-width: 100%; } .sliderfill {  border-radius: 4px;  position: absolute;  opacity: 1;  pointer-events: none;  background: #FFE833;  z-index: 2;  } .sliderthumb {  width: 20px;  height: 20px;  border-radius: 100%;  background: #FFE833;  position: absolute;  margin-top: 0px !important;  border: none !important;  padding: 0px;  text-align: center;  pointer-events: none;  z-index: 3;  cursor: pointer; } .sliderthumb.vis:before {  opacity: 1; } .slidervalue {  z-index: 4;  opacity: 1;  min-width: 45px;  width: auto;  height: 30px;  line-height: 25px;  color: #373443;  font-weight: bold;  font-size: 14px;  position: absolute;  top: -35px !important;  border: none !important;  padding: 0px;  margin: 0px;  text-align: center;  pointer-events: none;  background: #FFE833;  -webkit-transform: translate(-12px, 0px);  -ms-transform: translate(-12px, 0px);  transform: translate(-12px, 0px);  border-radius: 7px;  padding: 10px;  -webkit-transition: transform 0.25s ease-in-out;  -moz-transition: transform 0.25s ease-in-out;  -o-transition: transform 0.25s ease-in-out;  transition: transform 0.25s ease-in-out;  cursor: pointer;  line-height: 10px; } .slidervalue.flexIt {  display: flex; } .slidervalue p {  display: inline-block;  line-height: .8em;  margin: 0;  color: #373443 !important; } .slidervalue span {  margin-left: 5px;  color: #373443 !important; } .slidervalue:before {  content: '';  position: absolute;  bottom: 0px;  width: 20px;  z-index: -3;  left: 12px;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  transform: rotate(45deg);  height: 20px;  background: #FFE833;  border-radius: 2px; } .slidervalue.vis {  opacity: 1; } .slidervalue.vis:before {  opacity: 1; } input[type=range]::-ms-track {  width: 100%;  height: 20px;  -webkit-appearance: none;  margin: 0px;  padding: 0px;  border: none !important;  background: transparent;  color: transparent;  overflow: visible;  cursor: pointer; } input[type=range]::-moz-range-track {  width: 100%;  height: 20px;  -moz-appearance: none;  margin: 0px;  padding: 0px;  border: none !important;  background: transparent;  color: transparent;  overflow: visible;  cursor: pointer; } input[type=range] {  width: 100%;  height: 20px;  -webkit-appearance: none;  margin: 0px;  padding: 0px;  border: none !important;  background: transparent;  color: transparent;  overflow: visible;  cursor: pointer; } input[type=range].slidervertical {  -webkit-appearance: slider-vertical;  writing-mode: bt-lr;   opacity: 0.01;  } input[type=range]:focus::-webkit-slider-runnable-track {  background: transparent;  border: transparent; } input[type=range]:focus {  outline: none; } input[type=range]::-ms-thumb {  width: 40px;  height: 40px;  border-radius: 0px;  border: none !important;  background: transparent; } input[type=range]::-moz-range-thumb {  width: 40px;  height: 40px;  border-radius: 0px;  border: none !important;  background: transparent; } input[type=range]::-webkit-slider-thumb {  width: 40px;  height: 40px;  border-radius: 0px;  border: none !important;  background: transparent;  -webkit-appearance: none; } input[type=range]::-ms-fill-lower {  background: transparent;  border: none !important; } input[type=range]::-ms-fill-upper {  background: transparent;  border: none !important; } input[type=range]::-ms-tooltip {  display: none; } *:focus, *:active {  outline: none !important; } .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {  box-shadow: none !important;  outline: none !important; } .el-radio-button {  outline: none; } .el-radio-button:focus, .el-radio-button:active {  box-shadow: none !important;  outline: none !important; } input[type=date] {  margin-top: 10px; } textarea {  border-radius: 10px !important;  min-height: 250px;  padding: 15px !important; } .required {  color: #373443 !important; } mark {  position: relative; } mark:after {  content: none;  height: 1px;  width: 100%;  position: absolute;  background: #EBECF0;  left: 0;  bottom: 0; } #masthead .container {  position: initial; } body {  color: #373443;  font-size: 16px !important;  overflow-x: hidden;  background-repeat: repeat; } body.open {  overflow: hidden; } video {  width: 100%; } .dropdownIcon {  position: absolute;  right: 15px;  width: 20px;  height: 20px;  top: 18px;  -webkit-transform: rotate(180deg);  -ms-transform: rotate(180deg);  transform: rotate(180deg);  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } .dropdownIcon svg {  width: 100%;  height: 100%; } .uppercase {  text-transform: uppercase !important; } .lowerCase {  text-transform: lowercase; } .clear {  height: 1px;  width: 100%;  display: block;  float: none;  clear: both; } .hideMobile {  display: block !important; } @media only screen and (max-width: 767px) {  .hideMobile {   display: none !important;  } } @media only screen and (max-width: 991px) {  .hideTablet {   display: none !important;  } } .showDesktop {  display: block !important; } .showMobile {  display: none !important; } @media only screen and (max-width: 767px) {  .showMobile {   display: block !important;  } } .showTablet {  display: none !important; } @media only screen and (max-width: 991px) {  .showTablet {   display: block !important;  } } .showOnLargeHeight {  display: none !important; } @media screen and (min-height: 850px) {  .showOnLargeHeight {   display: block !important;  } } .showOnSmallHeight {  display: block !important; } @media screen and (min-height: 850px) {  .showOnSmallHeight {   display: none !important;  } } .mobile {  display: none !important; } @media only screen and (max-width: 767px) {  .mobile {   display: block !important;  } } .textAlignRight {  text-align: right; } .mid {  position: absolute;  max-width: 400px;  top: 50%;  left: 50%;  -webkit-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); } @media only screen and (max-width: 991px) {  .mid {   position: relative;   width: 100%;   top: 0;   left: 50%;   -webkit-transform: translate(-50%, 0);   -ms-transform: translate(-50%, 0);   transform: translate(-50%, 0);   padding: 40px;  } } .verticalMid {  display: flex !important;  align-items: center; } @media only screen and (max-width: 767px) {  .verticalMid {   display: block !important;  } } @media only screen and (max-width: 767px) {  .row.verticalMid {   display: block !important;  } } .center {  text-align: center; } .center .headlineWithBorder:after {  left: 50%;  -webkit-transform: translate(-50%, 0);  -ms-transform: translate(-50%, 0);  transform: translate(-50%, 0); } @media only screen and (max-width: 767px) {  .centerMobile {   text-align: center;  } } .borderBottom {  border-bottom: 1px solid #f9f9f9; } .section {  z-index: 0 !important; } .btn, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-button, .button {  font-size: 1em;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  text-decoration: none !important;  pointer-events: all;  padding: 0 40px;  color: #FFF !important;  height: 50px;  cursor: pointer;  border-radius: 0 !important;  position: relative;  line-height: 50px;  box-shadow: none !important;  border: none;  background: #FC5910 !important;  display: inline-block;  margin-top: 15px;  font-family: 'Inter', sans-serif;  -webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease;  -o-transition: all 0.3s ease;  transition: all 0.3s ease; } .btn:before, .woocommerce #respond input#submit.alt:before, .woocommerce a.button.alt:before, .woocommerce button.button.alt:before, .woocommerce input.button.alt:before, .woocommerce-button:before, .button:before {  content: '' !important;  background-image: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/img/white-arrow.svg');  width: 7px;  height: 13px;  position: relative;  display: inline-block;   left: -10px;  background-size: cover;  background-repeat: no-repeat;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } @media only screen and (max-width: 767px) {  .btn:before,  .woocommerce #respond input#submit.alt:before,  .woocommerce a.button.alt:before,  .woocommerce button.button.alt:before,  .woocommerce input.button.alt:before,  .woocommerce-button:before,  .button:before {   content: none !important;  } } .btn.noMargin, .woocommerce #respond input#submit.alt.noMargin, .woocommerce a.button.alt.noMargin, .woocommerce button.button.alt.noMargin, .woocommerce input.button.alt.noMargin, .woocommerce-button.noMargin, .button.noMargin {  margin: 0 !important; } .btn:after, .woocommerce #respond input#submit.alt:after, .woocommerce a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce input.button.alt:after, .woocommerce-button:after, .button:after {  content: none !important; } .btn.center, .woocommerce #respond input#submit.alt.center, .woocommerce a.button.alt.center, .woocommerce button.button.alt.center, .woocommerce input.button.alt.center, .woocommerce-button.center, .button.center {  left: 50%;  -webkit-transform: translate(-50%, 0);  -ms-transform: translate(-50%, 0);  transform: translate(-50%, 0); } @media only screen and (max-width: 767px) {  .btn,  .woocommerce #respond input#submit.alt,  .woocommerce a.button.alt,  .woocommerce button.button.alt,  .woocommerce input.button.alt,  .woocommerce-button,  .button {   padding: 15px !important;   width: 100%;  } } .btn.fullwidth, .woocommerce #respond input#submit.alt.fullwidth, .woocommerce a.button.alt.fullwidth, .woocommerce button.button.alt.fullwidth, .woocommerce input.button.alt.fullwidth, .woocommerce-button.fullwidth, .button.fullwidth {  width: 100% !important;  text-align: center !important;  padding: initial; } .btn:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-button:hover, .button:hover {  background: #d64403 !important;  color: #FFF !important; } .btn:hover:before, .woocommerce #respond input#submit.alt:hover:before, .woocommerce a.button.alt:hover:before, .woocommerce button.button.alt:hover:before, .woocommerce input.button.alt:hover:before, .woocommerce-button:hover:before, .button:hover:before {  left: -5px; } .btn:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, .woocommerce-button:focus, .button:focus, .btn:visited, .woocommerce #respond input#submit.alt:visited, .woocommerce a.button.alt:visited, .woocommerce button.button.alt:visited, .woocommerce input.button.alt:visited, .woocommerce-button:visited, .button:visited, .btn:active, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active, .woocommerce-button:active, .button:active {  color: #FFF !important; } .btn:focus:hover, .woocommerce #respond input#submit.alt:focus:hover, .woocommerce a.button.alt:focus:hover, .woocommerce button.button.alt:focus:hover, .woocommerce input.button.alt:focus:hover, .woocommerce-button:focus:hover, .button:focus:hover, .btn:visited:hover, .woocommerce #respond input#submit.alt:visited:hover, .woocommerce a.button.alt:visited:hover, .woocommerce button.button.alt:visited:hover, .woocommerce input.button.alt:visited:hover, .woocommerce-button:visited:hover, .button:visited:hover, .btn:active:hover, .woocommerce #respond input#submit.alt:active:hover, .woocommerce a.button.alt:active:hover, .woocommerce button.button.alt:active:hover, .woocommerce input.button.alt:active:hover, .woocommerce-button:active:hover, .button:active:hover {  } .btn.multiStepMailBack, .woocommerce #respond input#submit.alt.multiStepMailBack, .woocommerce a.button.alt.multiStepMailBack, .woocommerce button.button.alt.multiStepMailBack, .woocommerce input.button.alt.multiStepMailBack, .woocommerce-button.multiStepMailBack, .button.multiStepMailBack, .btn.backBtn, .woocommerce #respond input#submit.alt.backBtn, .woocommerce a.button.alt.backBtn, .woocommerce button.button.alt.backBtn, .woocommerce input.button.alt.backBtn, .woocommerce-button.backBtn, .button.backBtn {  border: none;  color: #FFF;  background: #6F03D9 !important;  display: none;  box-shadow: 0 0 40px rgba(0, 0, 0, 0.12) !important; } .btn.multiStepMailBack.vis, .woocommerce #respond input#submit.alt.multiStepMailBack.vis, .woocommerce a.button.alt.multiStepMailBack.vis, .woocommerce button.button.alt.multiStepMailBack.vis, .woocommerce input.button.alt.multiStepMailBack.vis, .woocommerce-button.multiStepMailBack.vis, .button.multiStepMailBack.vis, .btn.backBtn.vis, .woocommerce #respond input#submit.alt.backBtn.vis, .woocommerce a.button.alt.backBtn.vis, .woocommerce button.button.alt.backBtn.vis, .woocommerce input.button.alt.backBtn.vis, .woocommerce-button.backBtn.vis, .button.backBtn.vis {  display: inline-block !important; } .btn.vis, .woocommerce #respond input#submit.alt.vis, .woocommerce a.button.alt.vis, .woocommerce button.button.alt.vis, .woocommerce input.button.alt.vis, .woocommerce-button.vis, .button.vis {  display: inline-block !important; } .btn.whiteBorder, .woocommerce #respond input#submit.alt.whiteBorder, .woocommerce a.button.alt.whiteBorder, .woocommerce button.button.alt.whiteBorder, .woocommerce input.button.alt.whiteBorder, .woocommerce-button.whiteBorder, .button.whiteBorder, .btn.woocommerce-form-register__submit, .woocommerce #respond input#submit.alt.woocommerce-form-register__submit, .woocommerce a.button.alt.woocommerce-form-register__submit, .woocommerce button.button.alt.woocommerce-form-register__submit, .woocommerce input.button.alt.woocommerce-form-register__submit, .woocommerce-button.woocommerce-form-register__submit, .button.woocommerce-form-register__submit {  border: 1px solid #FFF !important;  background: transparent !important;  color: #FFF !important; } .btn.whiteBorder:hover, .woocommerce #respond input#submit.alt.whiteBorder:hover, .woocommerce a.button.alt.whiteBorder:hover, .woocommerce button.button.alt.whiteBorder:hover, .woocommerce input.button.alt.whiteBorder:hover, .woocommerce-button.whiteBorder:hover, .button.whiteBorder:hover, .btn.woocommerce-form-register__submit:hover, .woocommerce #respond input#submit.alt.woocommerce-form-register__submit:hover, .woocommerce a.button.alt.woocommerce-form-register__submit:hover, .woocommerce button.button.alt.woocommerce-form-register__submit:hover, .woocommerce input.button.alt.woocommerce-form-register__submit:hover, .woocommerce-button.woocommerce-form-register__submit:hover, .button.woocommerce-form-register__submit:hover {  color: #373443 !important;  background: #FFF !important; } .btn.blackBorder, .woocommerce #respond input#submit.alt.blackBorder, .woocommerce a.button.alt.blackBorder, .woocommerce button.button.alt.blackBorder, .woocommerce input.button.alt.blackBorder, .woocommerce-button.blackBorder, .button.blackBorder {  border: 1px solid #373443 !important;  background: #FFF !important;  color: #373443 !important; } .btn.blackBorder:hover, .woocommerce #respond input#submit.alt.blackBorder:hover, .woocommerce a.button.alt.blackBorder:hover, .woocommerce button.button.alt.blackBorder:hover, .woocommerce input.button.alt.blackBorder:hover, .woocommerce-button.blackBorder:hover, .button.blackBorder:hover {  color: #FFF !important;  background: #373443 !important; } .btn.whiteBorderBlack, .woocommerce #respond input#submit.alt.whiteBorderBlack, .woocommerce a.button.alt.whiteBorderBlack, .woocommerce button.button.alt.whiteBorderBlack, .woocommerce input.button.alt.whiteBorderBlack, .woocommerce-button.whiteBorderBlack, .button.whiteBorderBlack {  border: 1px solid #FFF !important;  background: #373443 !important;  color: #FFF !important; } .btn.whiteBorderBlack:hover, .woocommerce #respond input#submit.alt.whiteBorderBlack:hover, .woocommerce a.button.alt.whiteBorderBlack:hover, .woocommerce button.button.alt.whiteBorderBlack:hover, .woocommerce input.button.alt.whiteBorderBlack:hover, .woocommerce-button.whiteBorderBlack:hover, .button.whiteBorderBlack:hover {  color: #373443 !important;  background: #FFF !important; } .btn:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-button:hover, .button:hover {  color: #FFF !important;  } .btn.dark, .woocommerce #respond input#submit.alt.dark, .woocommerce a.button.alt.dark, .woocommerce button.button.alt.dark, .woocommerce input.button.alt.dark, .woocommerce-button.dark, .button.dark {  color: #FFF;  background: #373443;  border: 2px solid #373443; } .btn.dark:hover, .woocommerce #respond input#submit.alt.dark:hover, .woocommerce a.button.alt.dark:hover, .woocommerce button.button.alt.dark:hover, .woocommerce input.button.alt.dark:hover, .woocommerce-button.dark:hover, .button.dark:hover {  color: #373443;  background: #373443; } .btn.dark:hover:after, .woocommerce #respond input#submit.alt.dark:hover:after, .woocommerce a.button.alt.dark:hover:after, .woocommerce button.button.alt.dark:hover:after, .woocommerce input.button.alt.dark:hover:after, .woocommerce-button.dark:hover:after, .button.dark:hover:after {  -webkit-transform: translate(0%, 0);  -ms-transform: translate(0%, 0);  transform: translate(0%, 0);  -webkit-transition: all 0.6s ease;  -moz-transition: all 0.6s ease;  -o-transition: all 0.6s ease;  transition: all 0.6s ease; } .btn.dark:hover:before, .woocommerce #respond input#submit.alt.dark:hover:before, .woocommerce a.button.alt.dark:hover:before, .woocommerce button.button.alt.dark:hover:before, .woocommerce input.button.alt.dark:hover:before, .woocommerce-button.dark:hover:before, .button.dark:hover:before {  -webkit-transform: translate(0%, 0);  -ms-transform: translate(0%, 0);  transform: translate(0%, 0); } .btn.dark:hover span, .woocommerce #respond input#submit.alt.dark:hover span, .woocommerce a.button.alt.dark:hover span, .woocommerce button.button.alt.dark:hover span, .woocommerce input.button.alt.dark:hover span, .woocommerce-button.dark:hover span, .button.dark:hover span {  color: #373443; } .bgModule {  position: absolute;  z-index: -1;  width: 100%;  left: 0;  top: 0;  transform-origin: center;  overflow: hidden; } .bgModule.interactive {  z-index: 3; } .bgModule img {  display: block;  width: 100%; } hr {  background-color: #ccc;  height: 0px !important;  color: #f3f3f3; } p:last-child {  margin-bottom: 0; } strong {  text-transform: unset; } .h4Styles {  font-size: 0.7222222222222222em; } img {  margin: 0 !important; } ul, ol {  margin: 15px 0; } ul li, ol li {  margin: 7.5px 0; } ul li:first-child, ol li:first-child {  margin-top: 0; } ul li:last-child, ol li:last-child {  margin-bottom: 0; } .wp-block-image .alignleft {  float: left; } img.size-thumbnail {  max-width: 150px; } img.size-large {  max-width: 820px; } img.alignleft.size-medium, img.alignleft.size-thumbnail {  float: left;  margin-right: 15px; } img.alignright.size-medium, img.alignright.size-thumbnail {  float: right;  margin-left: 15px; } img.aligncenter.size-medium, img.aligncenter.size-thumbnail {  margin: 0 auto;  display: block; } blockquote {  position: relative;  padding: 0 0 0 20px;  margin-left: 0;  margin-right: 0;  margin: 0 !important;  display: grid; } blockquote p {  font-size: 1em;  font-weight: bold;  margin: 0;  margin-bottom: 0; } blockquote:before {  content: '';  width: 3px;  height: 100%;  position: absolute;  left: 0;  top: 7px;  background: #FC5910;  height: calc(100% - 15px); } blockquote cite {  font-size: .85em;  margin: 0; } blockquote cite:after, blockquote cite:before {  content: none; } .floatRight {  float: right; } .sideFloatRight {  width: calc((((100vw - 1300px) / 2) + 100%) + 10px) !important;  position: relative;  left: 15px;  top: 0;  height: 100%;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;  background-position: center center; } @media only screen and (max-width: 991px) { } @media only screen and (max-width: 991px) {  .sideFloatRight {   width: calc(100% + 80px) !important;   position: relative;   height: 100vh;   left: 0px;  } } @media only screen and (max-width: 767px) {  .sideFloatRight {   width: 100%;   left: 0;   right: 0;   position: relative !important;   height: 300px;  } } .flexContainer {  display: -webkit-box;  display: -moz-box;  display: -ms-flexbox;  display: -webkit-flex;  display: flex;  display: -webkit-box !important;  display: -moz-box !important;  display: -ms-flexbox !important;  display: -webkit-flex !important;  display: flex !important;  flex-flow: row wrap;  -ms-flex-flow: row wrap;  -webkit-flex-flow: row wrap;  flex-flow: row wrap !important;  -ms-flex-flow: row wrap !important;  -webkit-flex-flow: row wrap !important; } @media only screen and (max-width: 991px) {  .flexContainer {   display: block;  } } .flexContainerNormalContent {  display: -webkit-box;  display: -moz-box;  display: -ms-flexbox;  display: -webkit-flex;  display: flex;  display: -webkit-box !important;  display: -moz-box !important;  display: -ms-flexbox !important;  display: -webkit-flex !important;  display: flex !important;  flex-flow: row wrap;  -ms-flex-flow: row wrap;  -webkit-flex-flow: row wrap;  flex-flow: row wrap !important;  -ms-flex-flow: row wrap !important;  -webkit-flex-flow: row wrap !important; } .sideFloatLeft {  width: calc((((100vw - 992px) / 2) + 100%) - 10px);  position: absolute;  right: 0px;  top: 0;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;  background-position: center center;  height: 100%; } @media only screen and (max-width: 991px) {  .sideFloatLeft {   width: calc((((100vw - 800px) / 2) + 100%) + 60px);  } } @media only screen and (max-width: 767px) {  .sideFloatLeft {   width: calc(100% + 80px) !important;   position: relative;   height: 100vh;   left: -40px;  } } .post-password-required {  height: 100vh;  position: relative; } .post-password-required .mainContent {  position: absolute;  top: 50%;  left: 50%;  max-width: 400px;  -webkit-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); } .accordion, .likeAccodion {  background-color: transparent;  color: #373443;  cursor: pointer;  padding: 15px 0;  width: 100%;  text-align: left;  outline: none;  transition: 0.4s;  border-bottom: 1px solid #373443;  position: relative;  letter-spacing: .4px;  padding-left: 0 !important; } .accordion.dark, .likeAccodion.dark {  color: #FFF !important; } .accordion.dark:after, .likeAccodion.dark:after {  background-image: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/img/arrow-right.svg'); } .accordion a, .likeAccodion a {  width: 100%;  display: block;  letter-spacing: .4px !important; } .accordion a:hover, .likeAccodion a:hover, .accordion a:visited, .likeAccodion a:visited {  color: #373443 !important; } .accordion a:after, .likeAccodion a:after {  content: none; } .accordion:after, .likeAccodion:after {  content: '';  position: absolute;  width: 9px;  height: 15px;   right: 0;  top: 20px;  background-image: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/img/arrow-right.svg');  background-size: 100% 100%;  background-repeat: no-repeat;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0);  transform: translate(0, 0); } .accordion:hover:after, .likeAccodion:hover:after {  -webkit-transform: translate(3px, 0);  -ms-transform: translate(3px, 0);  transform: translate(3px, 0); } .accordion.noBorder, .likeAccodion.noBorder {  border-bottom: 0px solid #EBECF0; } .accordion.active, .likeAccodion.active {  border-bottom: none; } .accordion.active:after, .likeAccodion.active:after {  -webkit-transform: rotate(90deg);  -ms-transform: rotate(90deg);  transform: rotate(90deg); } .panel {  padding: 0;  background-color: transparent;  display: none;  overflow: hidden;  border-bottom: 1px solid #373443;  padding-bottom: 20px;  padding-top: 20px;  border-top: 1px solid #373443; } .panel p {  margin-top: 0; } .panel p:last-child {  margin-bottom: 0; } .panel.dark {  background: #373443 !important; } .trigger {  position: absolute; } .trigger h3 {  -webkit-font-smoothing: auto;  -moz-osx-font-smoothing: auto; } .dropdownIcon {  position: absolute;  right: 15px;  width: 20px;  height: 20px;  top: 18px;  -webkit-transform: rotate(180deg);  -ms-transform: rotate(180deg);  transform: rotate(180deg);  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } .dropdownIcon svg {  width: 100%;  height: 100%; } .trigger--one {  left: 0; } .trigger_active {  background-color: #6F03D9;  color: #FFF !important; } .trigger_active .dropdownIcon {  -webkit-transform: rotate(0deg);  -ms-transform: rotate(0deg);  transform: rotate(0deg); } .trigger_active .dropdownIcon svg path {  fill: #FFF; } .trigger_active h2, .trigger_active h3, .trigger_active p {  color: #FFF !important; } .toggle_container {  padding: 15px;  margin-bottom: 20px;  width: 100%;  top: -5px;  position: relative;  color: #FFF;  border-bottom-left-radius: 5px;  border-bottom-right-radius: 5px;  opacity: 0;  -webkit-transition: opacity 0.8s 2s ease-in-out;  -moz-transition: opacity 0.8s 2s ease-in-out;  -o-transition: opacity 0.8s 2s ease-in-out;  transition: opacity 0.8s 2s ease-in-out;  background: #f9f9f9; } .toggle_container.active {  opacity: 1;  background: #6F03D9; } .toggle_container:before {  content: '';  width: 100%;  left: 0;  top: 0;  height: 1px;  background: #FC5910;  position: absolute; } .toggle_container p:first-child {  margin-top: 0; } .popupWrapper {  display: inline-block;  position: relative; } .popupWrapper .popup {  padding: 0;  top: 0;  position: fixed;  width: 100vw;  height: 100vh;  max-height: 100vh;  margin: 0;  padding: 15px;  background: #000000c7;  left: 0%;  z-index: 1000;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } .popupWrapper .popup:after {  content: '';  height: 100vh;  width: 100vw;  background: black; } .popupWrapper .popup p {  margin: 0;  color: #373443; } .popupWrapper .popup .innerPopup {  position: absolute;  width: 70%;  height: 80%;  background: #FFF;  top: 50%;  left: 50%;  -webkit-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);  padding: 60px;  width: auto;  max-width: initial;  max-height: 80%;  height: auto;  overflow: hidden;  padding: 0;  -ms-overflow-style: none !important;   scrollbar-width: none !important;  } .popupWrapper .popup .innerPopup::-webkit-scrollbar {  display: none !important; } .popupWrapper .popup .innerPopup .close {  position: absolute;  right: 0px;  top: 0px;  border: none;  background: transparent !important;  margin: 0 !important;  padding: 10px !important;  display: inline-block;  height: 40px;  width: 40px;  z-index: 10;  top: 10px;  right: 10px; } .popupWrapper .popup .innerPopup .close:before {  content: none; } .popupWrapper .popup .innerPopup .close:hover svg {  -webkit-transform: rotate(90deg);  -ms-transform: rotate(90deg);  transform: rotate(90deg); } .popupWrapper .popup .innerPopup .close svg {  position: absolute;  top: 0;  display: block;  height: 100%;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } .popupWrapper .popup .innerPopup .close svg rect {  fill: #373443; } @media only screen and (max-width: 767px) {  .popupWrapper .popup .innerPopup {   width: 90vw !important;   height: 80vh;   max-width: 90vw;   max-height: 90vh;   padding: 0;  } } .popupWrapper .popup .innerContent {  position: relative;  overflow: scroll;  max-height: 80vh;  -ms-overflow-style: none !important;   scrollbar-width: none !important;  } @media only screen and (max-width: 767px) {  .popupWrapper .popup .innerContent {   max-height: 90vh;  } } .popupWrapper .popup .innerContent::-webkit-scrollbar {  display: none !important; } .popupWrapper .popup .fancyText {  padding: 0;  width: 100%; } .popupWrapper .popup .popUpImg {  height: 100%;  width: 100%;  left: -15px;  position: absolute; } .popUpName {  background-color: transparent;  color: #373443;  cursor: pointer;  padding: 18px 0;  text-align: left;  outline: none;  transition: 0.4s;  border-bottom: 1px solid #f9f9f9;  position: relative;  letter-spacing: .4px; } .popUpName:after {  content: '';  position: absolute;  width: 9px;  height: 15px;   right: 0;  top: 20px;  background-image: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/img/arrow-right.svg');  background-size: 100% 100%;  background-repeat: no-repeat;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0);  transform: translate(0, 0); } .popUpName:hover:after {  -webkit-transform: translate(3px, 0);  -ms-transform: translate(3px, 0);  transform: translate(3px, 0); } .popUpName.noBorder {  border-bottom: 0px solid #EBECF0; } .popUpName.active:after {  -webkit-transform: rotate(90deg);  -ms-transform: rotate(90deg);  transform: rotate(90deg); } .popup {  padding: 0;  background-color: white;  display: none;  overflow: hidden;  border-bottom: 1px solid #EBECF0; } .popup {  display: none;  position: absolute;  z-index: 1;  width: calc(100% - 240px);  margin: 120px;  top: 60px;  background: white;  border: 1px solid #EBECF0;  padding: 60px; } .checkBoxDropdown {  position: relative;  background-color: transparent !important;  padding-left: 30px !important; } .checkBoxDropdown h3 {  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  line-height: 1.1; } .checkBoxDropdown:after {  content: '';  width: 20px;  height: 20px;  background: #f9f9f9;  position: absolute;  left: 0;  top: 0px;  border-radius: 5px;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  background-position: 100% 50%; } .checkBoxDropdown.trigger_active {  background: #6F03D9 !important;  margin: 0 !important;  padding: 15px 15px 20px 45px !important; } .checkBoxDropdown.trigger_active:after {  background: #00D382;  background-image: url(https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/img/checkbox.svg);  background-size: auto;  background-repeat: no-repeat;  background-position: 50%;  -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0);  transform: translate(0, 0);  top: 15px;  left: 15px; } .checkBoxDropdown {  -moz-border-radius: 5px;  -webkit-border-radius: 5px;  border-radius: 5px;  background-color: #f9f9f9;  color: #373443;  cursor: pointer;  margin-top: 10px;  padding: 15px;  width: 100%;  position: relative;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } .checkBoxDropdown:first-child {  margin-top: 0px; } .checkBoxDropdown:hover {  background-color: #6F03D9;  color: #FFF; } .checkBoxDropdown:hover svg path {  fill: #FFF; } .checkBoxDropdown {  padding: 0 15px; } .checkBoxDropdown.trigger_active {  padding: 0px 0 20px 0; } .checkBoxToggleContainer {  background-color: #6F03D9 !important;  transform-origin: top;  -webkit-transform: translate(0px, 0px);  -ms-transform: translate(0px, 0px);  transform: translate(0px, 0px); } .checkBoxToggleContainer.active {  transform-origin: top;  -webkit-transform: translate(0px, 0px);  -ms-transform: translate(0px, 0px);  transform: translate(0px, 0px); } .inviewAnimation {  opacity: 0;  -webkit-transform: translate(0, 60px) scale(1, 1);  -moz-transform: translate(0, 60px) scale(1, 1);  -o-transform: translate(0, 60px) scale(1, 1);  -ms-transform: translate(0, 60px) scale(1, 1);  transform: translate(0, 60px) scale(1, 1);  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);  -moz-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);  -o-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);  transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);  transform-origin: right; } @media only screen and (max-width: 767px) { } .inviewAnimation.loaded {  opacity: 1;  -webkit-transform: translate(0, 0) scale(1, 1);  -moz-transform: translate(0, 0) scale(1, 1);  -o-transform: translate(0, 0) scale(1, 1);  -ms-transform: translate(0, 0) scale(1, 1);  transform: translate(0, 0) scale(1, 1); } .overflowHidden {  overflow: hidden !important; } .emptyCartLinks a {  margin: 15px;  line-height: 3;  text-align: center; } html {  margin-top: 0 !important;  scroll-behavior: initial !important; } html a {  color: #373443;  position: relative; } html #wpadminbar {  display: none !important; } #BorlabsCookieBox .cursor {  position: relative !important;  cursor: pointer; } .fullHeight {  min-height: 100vh;  padding: 120px 0;  position: relative;  display: flex;  justify-content: center;  align-items: center;  overflow: hidden; } .fullHeight .marginTop {  margin-top: 0; } .post-navigation {  padding: 0 60px 60px 60px;  margin-top: -90px; } .post-navigation .nav-previous a, .post-navigation .nav-next a {  color: #EBECF0 !important; } .post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {  color: #373443 !important; } .parallax {  overflow: visible;  position: relative;  will-change: transform;  backface-visibility: hidden; } .logowallItem {  display: inline-block;  padding: 0 30px; } @media only screen and (max-width: 767px) {  .logowallItem {   display: inline-block;   padding: 0 14px;  } } .mobileBottomNav {  position: fixed;  bottom: -100px;  background: #FFF;  height: 90px;  z-index: 10000000;  width: 100%;  left: 0;  -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);  opacity: 0;  -webkit-backface-visibility: hidden;  -webkit-transform: translateZ(0);  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } .mobileBottomNav.vis {  opacity: 1;  bottom: 0; } header .btn {  float: right;  display: inline-block;  z-index: 100;  position: fixed;  margin-top: 20px;  right: calc((100vw - 1170px) / 2 + 10px); } header .btn.start {  right: auto;  width: auto;  display: inline-block;  left: 30px;  width: calc(100% - 115px); } header .btn.phone {  right: 30px;  width: 50px;  background: transparent !important;  text-align: center;  vertical-align: middle;  line-height: 70px; } header .btn.phone svg path {  fill: #00D382; } @media only screen and (max-width: 1299px) {  header .btn {   right: calc((100vw - 960px) / 2 + 10px);  } } header .headBar {  padding: 25px 0 45px 0;  position: absolute;  z-index: 100;  top: 0;  width: 100%;  left: 0; } header .headBar.open {  position: fixed; } header .headBar:after {  content: none;  width: 100vw;  position: fixed;  background: #FFF;  height: 100%;  left: 0;  top: 0;  height: 120px;  z-index: -1;  transform-origin: top;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  -webkit-transform: scale(1, 0);  -ms-transform: scale(1, 0);  transform: scale(1, 0); } @media only screen and (max-width: 767px) {  header .headBar:after {   height: 80px;  } } @media only screen and (max-width: 991px) {  header .headBar:after {   -webkit-transform: scale(1, 1);   -ms-transform: scale(1, 1);   transform: scale(1, 1);  } } @media screen and (min-width: 2000px) {  header .headBar:after {   -webkit-transform: scale(1, 1) !important;   -ms-transform: scale(1, 1) !important;   transform: scale(1, 1) !important;  } } @media only screen and (max-width: 1299px) { } @media only screen and (max-width: 991px) {  header .headBar {   left: 0;   width: 100%;  } } @media only screen and (max-width: 767px) {  header .headBar {   padding: 7px 0 45px 0;  } } header .headBar .contactData {  position: relative;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } @media only screen and (max-width: 991px) {  header .headBar .contactData p,  header .headBar .contactData a {   color: #FFF;  }  header .headBar .contactData svg path {   fill: #FFF;  } } @media only screen and (max-width: 991px) {  header .headBar .contactData {   display: none !important;  } } header .headBar .contactData.white p, header .headBar .contactData.white a {  color: #FFF; } header .headBar .contactData.white svg path {  fill: #FFF; } header .headBar .contactData .contactDataContent {  margin-left: 15px;  display: inline-block;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } header .headBar .contactData.active {  -webkit-transform: translate(159px, -5px);  -ms-transform: translate(159px, -5px);  transform: translate(159px, -5px);  margin-left: -159px; } header .headBar .contactData.active .contactDataContent p, header .headBar .contactData.active .contactDataContent a {  opacity: 0;  color: #373443 !important; } header .headBar .contactData.active svg path {  fill: #373443 !important; } header .headBar .contactData.active:hover {  -webkit-transform: translate(0px, -5px);  -ms-transform: translate(0px, -5px);  transform: translate(0px, -5px);  margin-left: 0px; } header .headBar .contactData.active:hover .contactDataContent p, header .headBar .contactData.active:hover .contactDataContent a {  opacity: 1;  color: #373443 !important; } header .headBar .contactData.active:hover .contactDataContent svg path {  fill: #373443 !important; } header .headBar .contactData {  -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;  -webkit-transform: translate(0, -5px);  -ms-transform: translate(0, -5px);  transform: translate(0, -5px);  opacity: 0; } header .headBar .contactData.inView {  opacity: 1; } header .headBar .badges, header .headBar .contactData {  float: right;  display: inline-block;  margin-top: 15px; } header .headBar .badges p, header .headBar .contactData p, header .headBar .badges a, header .headBar .contactData a {  margin: 0;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } header .headBar .badges .badge, header .headBar .contactData .badge {  margin-left: 25px;  display: inline-block;  -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;  -webkit-transform: translate(0, -5px);  -ms-transform: translate(0, -5px);  transform: translate(0, -5px);  opacity: 0;  width: 45px; } header .headBar .badges .badge img, header .headBar .contactData .badge img {  height: 45px;  max-width: initial;  width: auto; } @media only screen and (max-width: 767px) {  header .headBar .badges .badge img,  header .headBar .contactData .badge img {   height: 38px;   margin-top: 3px;   margin-left: 10px;  } } @media only screen and (max-width: 767px) {  header .headBar .badges .badge,  header .headBar .contactData .badge {   width: 35px;   margin-top: 7px;   margin-left: 25px;  } } header .headBar .badges .badge.inView, header .headBar .contactData .badge.inView {  opacity: 1;  -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0);  transform: translate(0, 0); } header .headBar .badges .badge svg, header .headBar .contactData .badge svg {  width: 100%;  height: auto; } header .headBar .badges .icon, header .headBar .contactData .icon {  margin-left: 30px;  position: relative;  display: inline-block; } header .headBar .badges {  margin-top: 8px; } .relatedPosts {  margin-bottom: 100px;  margin-top: 100px; } .relatedPosts .relatedPost {  -webkit-transition: all 0.25s ease-in-out;  -moz-transition: all 0.25s ease-in-out;  -o-transition: all 0.25s ease-in-out;  transition: all 0.25s ease-in-out; } .relatedPosts .relatedPost:hover {  -webkit-transform: translate(15px, 0);  -ms-transform: translate(15px, 0);  transform: translate(15px, 0); } @media only screen and (max-width: 767px) {  .relatedPosts .relatedPost:hover {   -webkit-transform: translate(0, 0);   -ms-transform: translate(0, 0);   transform: translate(0, 0);  } } .relatedPosts .relatedContent {  position: absolute;  top: 50%;  left: 15px;  -webkit-transform: translate(0, -50%);  -ms-transform: translate(0, -50%);  transform: translate(0, -50%); } @media only screen and (max-width: 767px) {  .relatedPosts .relatedContent {   position: relative;   top: 0;   left: 0;   -webkit-transform: translate(0, 0);   -ms-transform: translate(0, 0);   transform: translate(0, 0);  } } .relatedPosts .postImg {  height: 115px; } @media only screen and (max-width: 991px) {  .relatedPosts .postImg {   height: auto;  } } @media only screen and (max-width: 767px) {  .relatedPosts .postImg {   margin-top: 30px;   height: auto;  } } .relatedPosts .postImg img {  height: auto;  width: 100%; } .relatedPosts h3 {  color: #373443; } .relatedPosts ul {  margin: 0;  padding: 0; } .relatedPosts ul li {  padding: 45px 0;  margin: 0;  list-style: none;  border-top: 1px solid #EBECF0; } .relatedPosts ul li:last-child {  border-bottom: 1px solid #EBECF0; } .singlePostDate {  color: #9799A8;  margin-bottom: 20px; } .singleAuthor {  position: absolute;  bottom: -150px; } .singleAuthor .singleAuthorImg {  width: 90px;  height: 90px;  display: inline-block;  float: left;  margin-right: 15px;  overflow: hidden; } .singleAuthor .singleAuthorName {  display: inline-block;  line-height: 1.2em; } .singleAuthor .singleAuthorName span {  color: #FC5910;  display: block; } .singlePostDate {  color: #9799A8;  margin-bottom: 20px; } .singleAuthor {  position: absolute;  bottom: -150px; } .singleAuthor .singleAuthorImg {  width: 90px;  height: 90px;  display: inline-block;  float: left;  margin-right: 15px;  overflow: hidden; } .singleAuthor .singleAuthorName {  display: inline-block;  line-height: 1.2em; } .singleAuthor .singleAuthorName span {  color: #FC5910;  display: block; } .badge {  background: #FC5910;  padding: 10px;  color: #FFF;  font-weight: bold;  text-transform: uppercase;  display: inline-block;  font-size: 0.7222222222222222em; } .postHeader {  background: #EBECF0;  min-height: 40vh;  padding: 200px 0 120px 0; } .blogPost {  border-bottom: 1px solid #EBECF0;  margin-bottom: 60px;  padding-bottom: 60px; } .blogPost .postDate {  color: #9799A8; } .blogPost a {  background: #FC5910;  width: 100% !important;  padding: 15px;  color: #FFF;  display: block;  text-align: center;  text-decoration: none; } .blogPost a:after {  background: #FC5910; } .blogPost h2 {  margin-top: 20px;  margin-bottom: 0 !important; } .blogPost .postInfos {  margin: 30px 0; } .blogPost .postInfos .postAutor {  display: inline-block;  font-size: 18px !important; } .blogPost .postInfos .postAutor span {  color: #FC5910; } .blogPost .postInfos .commentCount {  float: right;  display: inline-block; } .imgSizer {  width: 100% !important;  height: 100% !important;  opacity: 0;  position: relative !important; } .backgroundImg {  height: 100%;  width: 100%;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;  background-position: center center; } ::selection {  background: #6F03D9;  color: #FFF; } ::-moz-selection {  background: #6F03D9;  color: #FFF; } .clear {  height: 1px;  width: 100%;  display: block;  float: none;  clear: both; } .paddingTop {  padding-top: 90px; } @media only screen and (max-width: 767px) {  .noPaddingMobile {   padding: 0 !important;  } } .noPaddingRight {  padding-right: 0; } .noPadding {  padding: 0; } @media only screen and (max-width: 767px) {  .noPadding {   padding: 15px !important;  } } .paddingBottom {  padding-bottom: 90px; } .noPaddingBottomTablet {  padding-bottom: 90px; } @media only screen and (max-width: 991px) {  .noPaddingBottomTablet {   padding-bottom: 0 !important;  } } .marginTop {  margin-top: 90px; } .negativeMArginTop {  margin-top: -90px; } .catTeaserMarginTop {  margin-top: 45px; } .smallCatTeaserMarginTop {  margin-top: 30px; } .mobileMarginTop {  margin-top: 0 !important; } .mobileMarginBottom {  margin-bottom: 0 !important; } .smallMobileMarginBottom {  margin-bottom: 0 !important; } .smallMarginTopDesktop {  margin-top: 75px; } .smallMarginTop {  margin-top: 75px; } .smallMarginBottom {  margin-bottom: 45px; } .noMarginBottom {  margin-bottom: 0; } @media only screen and (max-width: 991px) {  .noMobileMargin {   margin: 0;  } } .noMargin {  margin: 0 !important; } .marginBottom {  margin-bottom: 90px; } .wp-block-image {  margin: 0 !important; } .fixed {  position: fixed !important; } @media only screen and (max-width: 991px) {  .paddingTop {   padding-top: 90px;  }  .paddingBottom {   padding-bottom: 90px;  }  .marginTop {   margin-top: 90px;  }  .marginBottom {   margin-bottom: 90px;  } } @media only screen and (max-width: 767px) {  .smallMarginTopDesktop {   margin-top: 0;  }  .paddingTop {   padding-top: 60px;  }  .paddingBottom {   padding-bottom: 60px;  }  .marginTop {   margin-top: 60px;  }  .marginBottom {   margin-bottom: 60px;  }  .smallMarginTop {   margin-top: 60px;  }  .mobileMarginBottom {   margin-bottom: 60px !important;  }  .smallMobileMarginBottom {   margin-bottom: 30px !important;  } } .disabledbutton {  pointer-events: none !important;  opacity: 0.4; } .fullWidthBtn {  width: 100%;  border: none !important; } .hiddenMenu li {  display: none !important; } @media only screen and (max-width: 991px) {  .mainMenu {   pointer-events: none;   opacity: 0;   position: fixed;   width: 100%;   text-align: center;   background: #FFF;   z-index: 4;   height: 100vh;   top: 0;   left: 0;   -webkit-transition: all 0.2s ease-in-out;   -moz-transition: all 0.2s ease-in-out;   -o-transition: all 0.2s ease-in-out;   transition: all 0.2s ease-in-out;  } } @media only screen and (max-width: 991px) {  .mainMenu.active {   pointer-events: all;   opacity: 1;  }  .mainMenu.active ul {   opacity: 1;   pointer-events: all;  } } .mainMenu ul li a {  position: relative; } .mainMenu ul li:after {  content: '' !important;  position: absolute;  left: 15px;  bottom: 20px;  height: 2px;  width: calc(100% - 30px);  background: #373443;  -webkit-transform: scale(0, 1);  -ms-transform: scale(0, 1);  transform: scale(0, 1);  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  transform-origin: left; } .mainMenu ul li:hover:after {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } .mainMenu ul li.current_page_item:after {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } @media only screen and (max-width: 991px) {  .mainMenu ul li:after {   content: none !important;  } } @media only screen and (max-width: 991px) {  .mainMenu ul {   pointer-events: none;   opacity: 0;   position: fixed;   width: 100%;   text-align: center;   background: #FFF;   z-index: 3;   height: 100vh;   top: 0;   left: 0;   -webkit-transition: all 0.2s ease-in-out;   -moz-transition: all 0.2s ease-in-out;   -o-transition: all 0.2s ease-in-out;   transition: all 0.2s ease-in-out;  }  .mainMenu ul li {   opacity: 0;   -webkit-transform: translate(10px, 0);   -ms-transform: translate(10px, 0);   transform: translate(10px, 0);   -webkit-transition: all 0.2s ease-in-out;   -moz-transition: all 0.2s ease-in-out;   -o-transition: all 0.2s ease-in-out;   transition: all 0.2s ease-in-out;  }  .mainMenu ul li.vis {   -webkit-transition: all 0.2s ease-in-out;   -moz-transition: all 0.2s ease-in-out;   -o-transition: all 0.2s ease-in-out;   transition: all 0.2s ease-in-out;   opacity: 1 !important;   -webkit-transform: translate(0px, 0);   -ms-transform: translate(0px, 0);   transform: translate(0px, 0);  }  .mainMenu ul.active {   pointer-events: all;   opacity: 1;  } } .mainMenu .sub-menu {  text-align: left;  padding: 10px 0; } @media only screen and (max-width: 991px) {  .mainMenu .sub-menu {   display: none !important;  } } .mainMenu .sub-menu li {  display: block !important;  line-height: 20px !important;  margin: 0px 0px;  text-align: left;  height: auto;  top: 0;  margin: 15px !important;  color: #EBECF0;  font-size: 1em;  padding: 0; } .mainMenu .sub-menu li a {  color: #EBECF0; } .mainMenu .sub-menu li.current-menu-item a {  display: inline-block;  color: #9799A8 !important;  text-decoration: underline !important; } .mainMenu .sub-menu li a {  display: inline-block;  color: #EBECF0; } .mainMenu .sub-menu li a:hover {  color: #9799A8 !important; } .mainMenu .sub-menu li:after {  content: none !important; } .mainMenu .sub-menu li:hover:after {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } #mainMenu {  min-height: 90px; } #mainMenu, #account-menu {  text-align: center;  position: fixed;  display: inline-block;  background: #FFF;  z-index: 100;  width: 100%;  right: 0; } @media only screen and (max-width: 991px) {  #mainMenu,  #account-menu {   height: auto;   padding-top: 120px;   top: 50%;   -webkit-transform: translate(0px, -50%);   -ms-transform: translate(0px, -50%);   transform: translate(0px, -50%);   padding: 0;  } } #mainMenu li, #account-menu li {  display: inline-block;  padding: 0 15px;  line-height: 75px;  text-transform: uppercase;  letter-spacing: .4px; } @media only screen and (max-width: 991px) {  #mainMenu li,  #account-menu li {   display: block;   line-height: 3.3;  } } #mainMenu li a, #account-menu li a {  color: #373443 !important; } #mainMenu li a:visited, #account-menu li a:visited {  color: #373443 !important; } #mainMenu li a:hover, #account-menu li a:hover {  color: #373443 !important; } #mainMenu .sub-menu, #account-menu .sub-menu {  opacity: 0; } @media only screen and (max-width: 991px) {  #mainMenu .sub-menu,  #account-menu .sub-menu {   display: none !important;  } } #mainMenu .sub-menu li, #account-menu .sub-menu li {  display: block !important;  line-height: 20px !important;  margin: 20px 10px;  text-align: left; } #mainMenu .sub-menu li a, #account-menu .sub-menu li a {  color: #EBECF0 !important; } #mainMenu .sub-menu li a:hover, #account-menu .sub-menu li a:hover {  color: #373443 !important; } #mainMenu .sub-menu li.current-menu-item a, #account-menu .sub-menu li.current-menu-item a {  color: #373443 !important;  text-decoration: underline !important; } @media only screen and (max-width: 991px) {  .mobileMenuWrapper {   background: #FFF;   position: fixed;   bottom: 0;   height: 90px;   width: 100%;   left: 0;   z-index: 9;   -webkit-transition: all 0.2s ease-in-out;   -moz-transition: all 0.2s ease-in-out;   -o-transition: all 0.2s ease-in-out;   transition: all 0.2s ease-in-out;  }  .mobileMenuWrapper.notVis {   -webkit-transform: translate(0, 0);   -ms-transform: translate(0, 0);   transform: translate(0, 0);   opacity: 0;   pointer-events: none;  } } .burgerBtn, .filterBtn, .applyBtn, .filterBack {  position: fixed;  bottom: 20px;  padding: 15px;  text-align: center;  width: calc(100% - 80px);  -webkit-transform: translate(-50%, 0px);  -ms-transform: translate(-50%, 0px);  transform: translate(-50%, 0px);  left: 50%;   background: white;  z-index: 11;  border: 1px solid black; } @media only screen and (max-width: 991px) {  .burgerBtn.half,  .filterBtn.half,  .applyBtn.half,  .filterBack.half {   float: none;   left: 40px;   transform: none;   width: calc(50% - 50px);  } } .burgerBtn.notVis, .filterBtn.notVis, .applyBtn.notVis, .filterBack.notVis {  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  opacity: 0;  -webkit-transform: translate(-50%, 0);  -ms-transform: translate(-50%, 0);  transform: translate(-50%, 0); } .closeIcon {  width: 15px;  height: 13px;  margin: auto;  cursor: pointer;  position: relative;  display: inline-block; } .closeIcon.white:before, .closeIcon.white:after {  background: #FFF; } .closeIcon span {  display: none; } .closeIcon:before, .closeIcon:after {  content: '';  width: 100%;  height: 2px;  display: block;  background: #373443;  border-radius: 2px;  position: absolute;  opacity: 1; } .closeIcon:before, .closeIcon:after {  top: 40%; } .closeIcon:before {  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);  } .closeIcon:after {  -webkit-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);  } .closeIcon:focus {  outline: none; } .burger {  width: 15px;  height: 13px;  margin: auto;  cursor: pointer;  position: relative;  display: inline-block;  margin-right: 3px; } .burger.white::before, .burger.white:after {  background: #FFF !important; } .burger span {  width: 100%;  height: 2px;  display: block;  background: #373443;  border-radius: 2px;  position: absolute;  opacity: 1; } .burger span {  top: 6px; } .burger:after {  top: 11px; } .burger.cross span {  opacity: 0; } .burger.cross:before, .burger.cross:after {  top: 40%; } .burger.cross:before {  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);  } .burger.cross:after {  -webkit-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);  } .burger:focus {  outline: none; } .mobile {  display: none; } @media only screen and (max-width: 767px) {  .mobile {   display: block;  } } .tablet {  display: none; } @media only screen and (max-width: 991px) {  .tablet {   display: block;  } } @media only screen and (max-width: 767px) {  .desktop {   display: none;  } } .wrapper {  width: 100%; } @media only screen and (max-width: 767px) {  .wrapper {   padding-top: 100px;  } } .container {  position: relative;  padding-left: 15px;  padding-right: 15px; } .container .row {  margin-left: -15px;  margin-right: -15px; } @media only screen and (max-width: 767px) {  .container {   padding-left: 30px;   padding-right: 30px;  } } .section {  position: relative;  display: block;  width: 100%; } @media only screen and (max-width: 767px) { } .section.fullHeight {  background-size: cover !important;  background-repeat: no-repeat !important;  background-position: center !important; } .section .bgSymbol {  position: absolute;  height: 500px;  top: 50%;  left: 50%;  -webkit-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);  max-height: 100%;  overflow: hidden;  width: 100%; } @media only screen and (max-width: 767px) {  .section .bgSymbol {   opacity: .1;  } } .section .bgSymbol.right {  right: 0;  bottom: 0;  -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0);  transform: translate(0, 0);  left: auto;  height: auto;  top: auto;  width: auto; } .section .bgSymbol.left {  left: calc((((100vw - 992px) / 2)) + 10px) !important;  top: 50%; } .section .bgSymbol img {  max-height: 100%;  width: auto; } .video-container {  position: relative;  padding-bottom: 56.25%;   padding-top: 25px;  height: 0; } .video-container iframe {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%; } .embed-container {  max-width: 500px;  margin: 15px auto; } .embed-container iframe, .embed-container twitter-widget {  margin-left: auto !important;  margin-right: auto !important; } .scriptflow {  width: 20px; } .scriptflow svg {  max-width: 20px;  height: auto; } .headerLogo {  margin-bottom: 20px;  max-width: 200px; } .logo {  z-index: 1;  height: 65px;  transform-origin: center;  position: relative;  display: inline-block;  z-index: 101;  -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;  -webkit-transform: translate(0, 0) !important;  -ms-transform: translate(0, 0) !important;  transform: translate(0, 0) !important;  opacity: 1 !important; } @media only screen and (max-width: 767px) {  .logo {   top: 15px;  } } .logo.inView {  opacity: 1;  -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0);  transform: translate(0, 0); } .logo a:after {  content: none; } @media only screen and (max-width: 767px) {  .logo.mobileWhite svg path {   fill: #FFF !important;  } } @media only screen and (max-width: 991px) {  .logo.tabletWhite svg path {   fill: #FFF !important;  } } .logo svg path {  } .logo img, .logo svg {  position: relative;  top: 50%;  -webkit-transform: translate(0, -50%);  -ms-transform: translate(0, -50%);  transform: translate(0, -50%);  width: auto;  height: 65px;  margin: 0 !important;  width: 190px;  height: auto;  max-height: 55px; } @media only screen and (max-width: 991px) {  .logo img,  .logo svg {   width: 100%;  } } @media only screen and (max-width: 767px) {  .logo img,  .logo svg {   width: 130px;   max-height: 100px;   position: relative;   margin: 0 !important;  } } .navWrap {  position: relative;  top: 5px;  float: right;  bottom: 0;  width: calc(100% - 190px); } #navToggle {  position: absolute;  right: 0;  top: 60px;  display: none; } #mainnavCon {  font-size: 1em;  text-align: right;  margin: 0;  margin-top: 4px; } #mainnavCon ul {  margin: 0 !important;  padding: 0 !important; } #mainnavCon ul li {  color: #EBECF0;  display: inline-block;  padding: 0 10px;  position: relative; } #mainnavCon ul li:after {  content: '';  height: 2px;  width: calc(100% - 20px);  position: absolute;  left: 10px;   background: #FC5910;  bottom: -5px;  -webkit-transform: scale(0, 1);  -ms-transform: scale(0, 1);  transform: scale(0, 1);  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  transform-origin: left; } #mainnavCon ul li:hover:after {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } #mainnavCon ul li.current-menu-item {  color: #FFF; } #mainnavCon ul li.current-menu-item a {  color: #FFF !important; } #mainnavCon ul li.current-menu-item a:visited, #mainnavCon ul li.current-menu-item a:active {  color: #FFF; } #mainnavCon ul li.current-menu-item:after {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } #mainnavCon ul li a {  color: #EBECF0 !important; } #mainnavCon ul li a:visited, #mainnavCon ul li a:active {  color: #EBECF0; } .current-menu-ancestor a:after {  -webkit-transform: scale(1, 1) !important;  -ms-transform: scale(1, 1) !important;  transform: scale(1, 1) !important; } .touchevents #navToggle {  display: block;  width: auto;  height: 25px;  right: 25px;  top: 50px;  margin-top: -12.5px;  position: absolute;  cursor: pointer;  z-index: 1; } .touchevents #navToggle .burger {  position: relative;  float: right;  margin-left: 15px;  margin-right: 0;  width: 25px;  height: 25px; } .touchevents #navToggle .burger span {  display: block;  width: 25px;  height: 2px;  top: 50%;  position: absolute;  background: #FFF;  -webkit-transition: all 0.3s ease-out;  -moz-transition: all 0.3s ease-out;  -o-transition: all 0.3s ease-out;  transition: all 0.3s ease-out;  margin: 0; } .touchevents #navToggle .burger span:first-child {  -webkit-transform: translate(0, -8px);  -ms-transform: translate(0, -8px);  transform: translate(0, -8px); } .touchevents #navToggle .burger span:last-child {  -webkit-transform: translate(0, 8px);  -ms-transform: translate(0, 8px);  transform: translate(0, 8px); } .touchevents #navToggle:hover .burger span, .touchevents #navToggle.open .burger span {  background: #FFF; } .touchevents #navToggle.open .burger span {  -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0);  transform: translate(0, 0);  background: #FFF; } .touchevents #navToggle.open .burger span:first-child {  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  transform: rotate(45deg); } .touchevents #navToggle.open .burger span:nth-child(2) {  opacity: 0; } .touchevents #navToggle.open .burger span:last-child {  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  transform: rotate(-45deg); } .touchevents .main-navigation {  display: block;  width: 100%; } .touchevents .main-navigation ul {  list-style: none;  margin: 0;  padding-left: 0; } .touchevents .main-navigation ul ul {  background: #FFF;  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);  display: block;  float: left;  display: block !important;  position: absolute;  top: 100%;  left: -999em;  z-index: 99999; } .touchevents .main-navigation ul ul li {  display: block !important;  line-height: 1 !important; } .touchevents #mainnavCon {  position: fixed;  right: 0;  margin: 0;  z-index: -1;  background: #373443;  opacity: 0;  visibility: hidden;  height: 0;  top: 100px;  padding: 50px 0 50px;  overflow: hidden;  text-align: center;  -webkit-box-shadow: none;  box-shadow: none;  -webkit-transition: all 0.3s ease-out;  -moz-transition: all 0.3s ease-out;  -o-transition: all 0.3s ease-out;  transition: all 0.3s ease-out;  overflow: hidden !important;  height: 100%;  left: 0;  width: 100% !important;  top: 0;  padding-top: 150px; } .touchevents #mainnavCon li {  padding: 0 !important;  padding-right: 0 !important; } .touchevents #mainnavCon.overflowScroll {  overflow-y: auto !important; } .touchevents #mainnavCon.open {  opacity: 1;  visibility: visible;  -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0);  transform: translate(0, 0);  height: 100%; } .touchevents #mainnavCon a {  padding: 0;  font-size: 1.2em; } .touchevents #mainnavCon .menuPlus {  display: block;  position: absolute;  z-index: 2;  top: -5px;  right: 20px;  width: 40px;  height: 40px;  margin: 0; } .touchevents #mainnavCon .menuPlus:after, .touchevents #mainnavCon .menuPlus:before {  content: '';  height: 2px;  width: 40%;  position: absolute;  left: 50%;  top: 50%;  -webkit-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);  background-color: #FFF;  -webkit-transition: transform 0.45s cubic-bezier(0.54, 0.12, 0, 1.44);  -moz-transition: transform 0.45s cubic-bezier(0.54, 0.12, 0, 1.44);  -o-transition: transform 0.45s cubic-bezier(0.54, 0.12, 0, 1.44);  transition: transform 0.45s cubic-bezier(0.54, 0.12, 0, 1.44); } .touchevents #mainnavCon .menuPlus:after {  -webkit-transform: translate(-50%, -50%) rotate(90deg);  -moz-transform: translate(-50%, -50%) rotate(90deg);  -o-transform: translate(-50%, -50%) rotate(90deg);  -ms-transform: translate(-50%, -50%) rotate(90deg);  transform: translate(-50%, -50%) rotate(90deg); } .touchevents #mainnavCon .menuPlus.active:after, .touchevents #mainnavCon .menuPlus.active:before {  -webkit-transform: translate(-50%, -50%) rotate(180deg);  -moz-transform: translate(-50%, -50%) rotate(180deg);  -o-transform: translate(-50%, -50%) rotate(180deg);  -ms-transform: translate(-50%, -50%) rotate(180deg);  transform: translate(-50%, -50%) rotate(180deg); } .touchevents #mainnavCon .sub-menu {  display: none;  -webkit-transition: width 0.3s ease;  -moz-transition: width 0.3s ease;  -o-transition: width 0.3s ease;  transition: width 0.3s ease;  max-width: 100%;  margin: 0;  background: #FFF; } @media only screen and (max-width: 991px) {  .touchevents #mainnavCon .sub-menu {        border-radius: 0;   margin: 20px 0;   padding: 20px 0 10px 0;  } } .touchevents #mainnavCon .sub-menu li {  margin: 0; } @media only screen and (max-width: 991px) {  .touchevents #mainnavCon .sub-menu li {   margin-bottom: 10px !important;  } } .touchevents #mainnavCon ul {  width: 100%;  margin: 0;  padding: 0; } .touchevents #mainnavCon ul li {  float: none;  width: 100%;  margin-bottom: 15px;  display: inline-block; } .touchevents #mainnavCon ul li.menu-item-has-children a:after {  content: none; } .touchevents #mainnavCon ul li ul {  position: relative;  text-align: center;  top: 0;  left: 0;  visibility: visible;  opacity: 1;  background-color: transparent;  -webkit-box-shadow: none;  box-shadow: none;  -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0);  transform: translate(0, 0); } .touchevents #mainnavCon ul li ul li a {  text-align: center;  color: #373443 !important;  font-size: 1.2em !important; } .touchevents .cursor {  display: none; } .touchevents .cursor--small {  display: none; } .touchevents .cursor--canvas {  display: none; } .touchevents .infoMenu {  display: none; } .touchevents .showTouch {  display: block !important; } .touchevents .hideTouch {  display: none !important; } @media only screen and (max-width: 767px) {  #navToggle {   display: block;   width: auto;   height: 25px;   right: 25px;   top: 50px;   margin-top: -12.5px;   position: absolute;   cursor: pointer;   z-index: 1;  }  #navToggle .burger {   position: relative;   float: right;   margin-left: 15px;   margin-right: 0;   width: 25px;   height: 25px;  }  #navToggle .burger span {   display: block;   width: 25px;   height: 2px;   top: 50%;   position: absolute;   background: #FFF;   -webkit-transition: all 0.3s ease-out;   -moz-transition: all 0.3s ease-out;   -o-transition: all 0.3s ease-out;   transition: all 0.3s ease-out;   margin: 0;  }  #navToggle .burger span:first-child {   -webkit-transform: translate(0, -8px);   -ms-transform: translate(0, -8px);   transform: translate(0, -8px);  }  #navToggle .burger span:last-child {   -webkit-transform: translate(0, 8px);   -ms-transform: translate(0, 8px);   transform: translate(0, 8px);  }  #navToggle:hover .burger span,  #navToggle.open .burger span {   background: #FFF;  }  #navToggle.open .burger span {   -webkit-transform: translate(0, 0);   -ms-transform: translate(0, 0);   transform: translate(0, 0);   background: #FFF;  }  #navToggle.open .burger span:first-child {   -webkit-transform: rotate(45deg);   -ms-transform: rotate(45deg);   transform: rotate(45deg);  }  #navToggle.open .burger span:nth-child(2) {   opacity: 0;  }  #navToggle.open .burger span:last-child {   -webkit-transform: rotate(-45deg);   -ms-transform: rotate(-45deg);   transform: rotate(-45deg);  }  .main-navigation {   display: block;   width: 100%;  }  .main-navigation ul {   list-style: none;   margin: 0;   padding-left: 0;  }  .main-navigation ul ul {   background: #FFF;   box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);   display: block;   float: left;   display: block !important;   position: absolute;   top: 100%;   left: -999em;   z-index: 99999;  }  .main-navigation ul ul li {   display: block !important;   line-height: 1 !important;  }  #mainnavCon {   position: fixed;   right: 0;   margin: 0;   z-index: -1;   background: #373443;   opacity: 0;   visibility: hidden;   height: 0;   top: 100px;   padding: 50px 0 50px;   overflow: hidden;   text-align: center;   -webkit-box-shadow: none;   box-shadow: none;   -webkit-transition: all 0.3s ease-out;   -moz-transition: all 0.3s ease-out;   -o-transition: all 0.3s ease-out;   transition: all 0.3s ease-out;   overflow: hidden !important;   height: 100%;   left: 0;   width: 100% !important;   top: 0;   padding-top: 150px;  }  #mainnavCon li {   padding: 0 !important;   padding-right: 0 !important;  }  #mainnavCon.overflowScroll {   overflow-y: auto !important;  }  #mainnavCon.open {   opacity: 1;   visibility: visible;   -webkit-transform: translate(0, 0);   -ms-transform: translate(0, 0);   transform: translate(0, 0);   height: 100%;  }  #mainnavCon a {   padding: 0;   font-size: 1.2em;  }  #mainnavCon .menuPlus {   display: block;   position: absolute;   z-index: 2;   top: -5px;   right: 20px;   width: 40px;   height: 40px;   margin: 0;  }  #mainnavCon .menuPlus:after,  #mainnavCon .menuPlus:before {   content: '';   height: 2px;   width: 40%;   position: absolute;   left: 50%;   top: 50%;   -webkit-transform: translate(-50%, -50%);   -ms-transform: translate(-50%, -50%);   transform: translate(-50%, -50%);   background-color: #FFF;   -webkit-transition: transform 0.45s cubic-bezier(0.54, 0.12, 0, 1.44);   -moz-transition: transform 0.45s cubic-bezier(0.54, 0.12, 0, 1.44);   -o-transition: transform 0.45s cubic-bezier(0.54, 0.12, 0, 1.44);   transition: transform 0.45s cubic-bezier(0.54, 0.12, 0, 1.44);  }  #mainnavCon .menuPlus:after {   -webkit-transform: translate(-50%, -50%) rotate(90deg);   -moz-transform: translate(-50%, -50%) rotate(90deg);   -o-transform: translate(-50%, -50%) rotate(90deg);   -ms-transform: translate(-50%, -50%) rotate(90deg);   transform: translate(-50%, -50%) rotate(90deg);  }  #mainnavCon .menuPlus.active:after,  #mainnavCon .menuPlus.active:before {   -webkit-transform: translate(-50%, -50%) rotate(180deg);   -moz-transform: translate(-50%, -50%) rotate(180deg);   -o-transform: translate(-50%, -50%) rotate(180deg);   -ms-transform: translate(-50%, -50%) rotate(180deg);   transform: translate(-50%, -50%) rotate(180deg);  }  #mainnavCon .sub-menu {   display: none;   -webkit-transition: width 0.3s ease;   -moz-transition: width 0.3s ease;   -o-transition: width 0.3s ease;   transition: width 0.3s ease;   max-width: 100%;   margin: 0;   background: #FFF;  }  #mainnavCon .sub-menu li {   margin: 0;  }  #mainnavCon ul {   width: 100%;   margin: 0;   padding: 0;  }  #mainnavCon ul li {   float: none;   width: 100%;   margin-bottom: 15px;   display: inline-block;  }  #mainnavCon ul li.menu-item-has-children a:after {   content: none;  }  #mainnavCon ul li ul {   position: relative;   text-align: center;   top: 0;   left: 0;   visibility: visible;   opacity: 1;   background-color: transparent;   -webkit-box-shadow: none;   box-shadow: none;   -webkit-transform: translate(0, 0);   -ms-transform: translate(0, 0);   transform: translate(0, 0);  }  #mainnavCon ul li ul li a {   text-align: center;   color: #373443 !important;   font-size: 1.2em !important;  } } @media only screen and (max-width: 767px) and only screen and (max-width: 991px) {  #mainnavCon .sub-menu {        border-radius: 0;   margin: 20px 0;   padding: 20px 0 10px 0;  } } @media only screen and (max-width: 767px) and only screen and (max-width: 991px) {  #mainnavCon .sub-menu li {   margin-bottom: 10px !important;  } }  .smallFooter {  border-top: 1px solid #EBECF0;  padding: 10px 0;  color: #EBECF0; } @media only screen and (max-width: 767px) {  .smallFooter #smallFooter {   display: block;   text-align: center;  } } @media only screen and (max-width: 767px) {  .smallFooter .copyright {   display: block;   width: 100%;   text-align: center;   margin: 10px 0 30px 0;  } } @media only screen and (max-width: 767px) {  .smallFooter .footerLogo {   margin: 30px 0;  } } .smallFooter ul {  margin: 0;  padding: 0;  display: inline-block; } .smallFooter ul li {  margin: 0;  list-style: none;  display: inline-block;  padding: 0 5px;  position: relative; } .smallFooter ul li:last-child:after {  content: none; } .smallFooter ul li a {  color: #EBECF0; } .smallFooter ul li a:hover {  color: #373443 !important; } .smallFooter ul li:after {  content: '';  position: absolute;  width: 1px;  right: -2.5px;  background: #EBECF0;  height: 80%;  top: 10%; } .subFooter {  margin-top: 60px;  font-size: 0.7222222222222222em; } .subFooter.footnote {  margin-top: 30px; } .subFooter.footnote p {  text-align: center;  max-width: 680px;  margin: 0 auto; } @media (max-width: 768px) {  .subFooter.footnote p {   font-size: 12px !important;  } }  .subFooter p {  margin-top: 0 !important;  line-height: 1.4 !important; } .subFooter #subFooter ul {  margin: 0;  float: right; } @media only screen and (max-width: 767px) {  .subFooter #subFooter ul {   float: none;   text-align: center;   width: 100%;  } } .subFooter #subFooter ul li {  display: inline-block;  opacity: .7;  cursor: pointer;  padding: 0 15px;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } .subFooter #subFooter ul li:hover {  opacity: 1; } .footer h4 {  font-size: 13px !important;  line-height: 1.1 !important;  margin-bottom: 25px !important;  margin-top: 25px !important; } @media only screen and (max-width: 767px) {  .footer h4 {   margin-top: 30px !important;   margin-bottom: 15px !important;  } } .footer .widget_block::marker {  content: none !important; } .footer .widget {  margin: 0; } @media only screen and (max-width: 767px) {  .footer {   padding: 30px 0 45px 0 !important;  } } .footer b {  color: #373443;  margin-bottom: 0px;  margin-top: 13px;  display: block; } #footerNav ul {  margin: 0; } #footerNav ul li {  display: block;  padding-right: 10px;  position: relative; } #footerNav ul li.current-menu-item a {  color: #9799A8 !important; } #footerNav ul li.current-menu-item a:after {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } #footerNav ul li a {  font-size: 18px !important;  line-height: 1.3 !important;  color: #EBECF0 !important; } #footerNav ul li a:after {  content: none !important;  height: 2px;  width: 100%;  background: #FC5910;  bottom: -5px;  position: absolute;  left: 0;  -webkit-transform: scale(0, 1);  -ms-transform: scale(0, 1);  transform: scale(0, 1);  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  transform-origin: left; } #footerNav ul li a:hover {  color: #9799A8 !important; } #footerNav ul li a:hover:after {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } #footerNav ul li:last-child:after {  content: none; } .euCookiePopupContainer {  position: fixed;  left: 0;  right: 0;  bottom: 0;  background-color: #FFF;  padding: 20px;  -webkit-transition: transform 0.3s ease-out;  -moz-transition: transform 0.3s ease-out;  -o-transition: transform 0.3s ease-out;  transition: transform 0.3s ease-out;  -webkit-transform: translate(0, 100%);  -ms-transform: translate(0, 100%);  transform: translate(0, 100%);  z-index: 100; } .euCookiePopupContainer.show {  -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0);  transform: translate(0, 0); } .euCookiePopupContainer .euCookiePopupText p {  margin: 0;  padding: 0; } .euCookiePopupContainer .euCookiePopupAccept .btn {  cursor: pointer;  display: inline-block;  float: right; } @media only screen and (max-width: 767px) {  .col-xxs-12 {   width: 100%;  }  .col-xxs-6 {   width: 50%;  } } .wp-caption {  position: relative;  width: calc(100% + 120px) !important;  max-width: calc(100% + 120px);  display: block !important;  margin: 0; } .wp-caption .wp-caption-text {  position: absolute;  bottom: 20px;  left: 40px;  color: white;  font-family: 'Rubik', sans-serif;  font-size: 0.9333333333333333em; } .wp-caption img {  display: block;  width: 100%;  max-width: 100%; } .error404 .car {  max-width: 650px !important;  width: 100%;  margin-bottom: 0 !important;  left: 50% !important;  position: relative;  -webkit-transform: translate(calc(-50% - 30px), 0);  -ms-transform: translate(calc(-50% - 30px), 0);  transform: translate(calc(-50% - 30px), 0); } .error404 .errorImg svg {  max-width: 200px;  height: auto; } .error404 .errorImg svg path {  fill: #FC5910; } .error404 .mid {  max-width: 100%; } .error404 .mid .btn {  padding: 0 30px; } .error404 .bigHeader .backgroundImg {  background: #A40326; } .blogTeaserBlock .greyBg {  padding: 120px 0;  background: #EBECF0; } @media only screen and (max-width: 767px) {  .blogTeaserBlock .greyBg {   padding: 60px 0;  } } @media only screen and (max-width: 767px) {  .blogTeaserBlock .paddingTop {   padding-top: 60px;  } } @media only screen and (max-width: 767px) {  .blogTeaserBlock .paddingBottom {   padding-bottom: 0;  } } .blogTeaserBlock .smallTeaser {  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } .blogTeaserBlock .smallTeaser h2 {  margin-top: 30px; } .blogTeaserBlock .smallTeaser img {  width: 100%; } .blogTeaserBlock .smallTeaser:hover .link {  -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0);  transform: translate(0, 0);  position: relative; } .blogTeaserBlock .smallTeaser:hover .link:before {  opacity: 1; } @media only screen and (max-width: 767px) {  .blogTeaserBlock .smallTeaser {   margin-bottom: 60px;  }  .blogTeaserBlock .smallTeaser:nth-child(2) {   margin-bottom: 0;  } } .passwordProtection {  text-align: center; } .page-template-template-register-php input[type="password"] {  width: 100% !important; } .page-template-template-register-php .footerLogo {  display: none; } .page-template-template-register-php .copyright {  margin-bottom: 0; } .md-select {  position: relative;  margin-top: 30px !important;  display: block;  margin: 10px 0 8px 0;  padding-bottom: 2px;  min-width: 180px; } .md-select label {  width: 100%; } @media only screen and (max-width: 767px) {  .md-select {   min-width: auto;  } } .md-select [type=button] {  height: 50px;  font-weight: normal;  border: 1px solid #f9f9f9;  width: 100%;  border-radius: 0px;  background-color: white;  overflow: hidden;  padding: 0px 5px;  padding-right: 20px;  box-shadow: none;  -webkit-appearance: none;  background-image: url(https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/img/arrowDown.svg);  background-position: 96%;  background-repeat: no-repeat;  background-size: 15px 15px;  text-align: left; } .md-select [type=button]:hover {  background-color: #FFF; } .md-select [type=button]:focus {  outline: none;  -webkit-box-shadow: none;  box-shadow: none; } .md-select .children {  padding: 0 !important;  max-height: 99999999999px !important;  height: 100% !important;  overflow: auto; } @media only screen and (max-width: 767px) {  .md-select .children {   background: #373443;  } } .md-select .children li {  cursor: pointer;  padding: 0 !important;  color: #373443;  text-transform: none; } @media only screen and (max-width: 767px) {  .md-select .children li {   padding-top: 7px !important;   background: #373443;  } } .md-select .children li a {  text-transform: none;  padding: 0 7px;  margin-bottom: 15px !important; } @media only screen and (max-width: 767px) {  .md-select .children li a {   margin-bottom: 0px !important;  } } .md-select .children li a:focus, .md-select .children li a:hover, .md-select .children li a.active {  cursor: pointer;  color: #373443; } .md-select .children li:last-child a {  margin-bottom: 0 !important; } @media only screen and (max-width: 767px) {  .md-select .children li:last-child a {   margin-bottom: 15px !important;  } } .md-select .children li:hover {  background-color: #373443;  color: #FFF;  cursor: pointer; } .md-select ul[role=listbox] {  background-color: white;  cursor: default;  list-style: none;  line-height: 26px;  overflow: hidden;  margin: 0;  left: 0;  max-height: 0;  position: absolute;  cursor: pointer;  padding: 0 !important;  -webkit-box-shadow: 0px 8px 23px -9px rgba(0, 0, 0, 0.53);  -moz-box-shadow: 0px 8px 23px -9px rgba(0, 0, 0, 0.53);  box-shadow: 0px 8px 23px -9px rgba(0, 0, 0, 0.53);  width: 100%; } .md-select ul[role=listbox] a {  hyphens: auto;  color: #373443;  opacity: 0;  -webkit-transition: all 0.45s ease-in-out;  -moz-transition: all 0.45s ease-in-out;  -o-transition: all 0.45s ease-in-out;  transition: all 0.45s ease-in-out; } .md-select ul[role=listbox] li {  margin: 0;  padding: 10px 16px;  outline: none;  overflow: hidden; } .md-select ul[role=listbox] li:hover {  background-color: #373443;  color: #FFF; } .md-select ul[role=listbox] li.current > a {  color: #373443;  text-decoration: line-through; } .md-select ul[role=listbox] li.current > a:focus, .md-select ul[role=listbox] li.current > a:hover, .md-select ul[role=listbox] li.current > a.active {  cursor: pointer;  color: #373443;  text-decoration: line-through; } .md-select ul[role=listbox] li a:focus, .md-select ul[role=listbox] li a:hover, .md-select ul[role=listbox] li a.active {  cursor: pointer;  color: #373443;  text-decoration: line-through; } .md-select.active ul {  max-height: 200px;  overflow: auto;  padding: 8px 0 16px 0px;  z-index: 2;  transition: all 0.2s ease; } .testimonialTeaserWrapper {  margin: 60px 0; } @media only screen and (max-width: 767px) {  .testimonialTeaserWrapper {   margin: 30px 0;  } } .testimonialTeaserWrapper .testimonialTeaserImgs {  margin: 0;  padding: 0;  display: inline-block;  float: left;  margin-right: 20px; } .testimonialTeaserWrapper .testimonialTeaserImgs li {  display: inline-block;  width: 50px;  height: 50px;  border-radius: 100%;  margin-left: -25px; } .testimonialTeaserWrapper .testimonialTeaserImgs li:first-child {  margin-left: 0px; } .testimonialTeaserWrapper .testimonialTeaserText {  display: inline-block; } .testimonialTeaserWrapper .testimonialTeaserText p {  margin: 0; } .testimonialImgWrapper {  height: 100%; } .testimonialTeaser {  opacity: 0;  -webkit-transition: all 0.45s ease-in-out;  -moz-transition: all 0.45s ease-in-out;  -o-transition: all 0.45s ease-in-out;  transition: all 0.45s ease-in-out;  -webkit-transform: translate(0, 5px);  -ms-transform: translate(0, 5px);  transform: translate(0, 5px);  position: fixed;  width: 100%;  pointer-events: none;  right: 160px;  bottom: 60px; } @media only screen and (max-width: 767px) {  .testimonialTeaser {   display: none;  } } .testimonialTeaser.vis {  opacity: 1;  -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0);  transform: translate(0, 0);  pointer-events: all; } .testimonialTeaser:hover .testimonialClose {  opacity: 1;  -webkit-transform: scale(0.9, 0.9);  -ms-transform: scale(0.9, 0.9);  transform: scale(0.9, 0.9); } .testimonialTeaser .testimonialClose {  -webkit-box-shadow: 0px -1px 15px 9px rgba(0, 0, 0, 0.05);  box-shadow: 0px -1px 15px 9px rgba(0, 0, 0, 0.05);  padding: 5px;  background: #FFF;  position: absolute;  top: -10px;  right: -10px;  width: 25px;  height: 25px;  padding: 0;  border-radius: 5px;  text-align: center;  line-height: 22px;  opacity: 0;  -webkit-transition: all 0.25s ease-in-out;  -moz-transition: all 0.25s ease-in-out;  -o-transition: all 0.25s ease-in-out;  transition: all 0.25s ease-in-out;  -webkit-transform: scale(0, 0);  -ms-transform: scale(0, 0);  transform: scale(0, 0);  cursor: pointer; } .testimonialTeaser .testimonialClose svg {  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  transform: rotate(45deg);  margin-top: 7px; } .testimonialTeaser .testimonialClose:hover {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } .testimonialTeaser .testimonialClose:active {  -webkit-transform: scale(0.9, 0.9);  -ms-transform: scale(0.9, 0.9);  transform: scale(0.9, 0.9); } .testimonialTeaser .star {  opacity: 0;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  -webkit-transform: translate(0, 5px);  -ms-transform: translate(0, 5px);  transform: translate(0, 5px); } .testimonialTeaser .star.vis {  opacity: 1;  -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0);  transform: translate(0, 0); } .testimonialTeaserContent {  position: absolute;  max-width: 300px;  bottom: 0;  right: 160px;  padding: 20px;  background: #FFF;  z-index: 10;  min-height: 70px;  -webkit-box-shadow: 0px -1px 37px -6px rgba(0, 0, 0, 0.15);  box-shadow: 0px -1px 37px -6px rgba(0, 0, 0, 0.15); } .testimonialTeaserImg {  position: fixed;  right: 60px;  bottom: 90px;  height: 70px;  width: 70px;  padding: 20px;  border-radius: 100%;  background: red;  z-index: 10;  -webkit-box-shadow: 0px -1px 37px -6px rgba(0, 0, 0, 0.15);  box-shadow: 0px -1px 37px -6px rgba(0, 0, 0, 0.15);  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;  background-position: center center; } .testimonialImgWrapper {  position: absolute; } @media only screen and (max-width: 991px) {  .testimonialImgWrapper {   position: relative;  } } @media only screen and (max-width: 390px) {  .testimonalBg img {   margin-left: -40% !important;  } } @media only screen and (min-width: 996px) and (max-width: 1280px) {  .testimonalBg img {   margin-left: -20% !important;  } } .testimonalBg {  height: 100% !important;  width: auto !important; } .testimonalBg img {  width: auto !important;  height: 100% !important;  max-width: initial !important; } @media only screen and (max-width: 991px) { } @media only screen and (max-width: 767px) {  .testimonalBg img {   min-height: 800px;  } } #testimonalslider {  position: relative; } #testimonalslider .overlay {  position: absolute;  width: 30vw;  height: 100%;  right: 0;  z-index: 10;   background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);   background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);   background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);   pointer-events: none; } @media only screen and (max-width: 767px) {  #testimonalslider .overlay {   display: none;  } } .testimonialSlider {  position: relative; } .testimonialSlider .slick-list {  width: 100% !important;  padding-left: calc((100vw - 1660px)/2 + 1690px/12 + 5px); } @media only screen and (max-width: 1299px) {  .testimonialSlider .slick-list {   padding-left: calc((100vw - 1300px)/2 + 1345px/12 + 5px);  } } .testimonialSlider .slick-track {  display: flex !important;  padding: 0 0 60px 0;  margin-bottom: -50px; } .testimonialSlider .slick-slide {  height: inherit !important; } .testimonialSlider .card {  margin: 0 0 0 20px;  padding: 20px;  height: 100%;  min-width: 300px;  max-width: 300px; } .testimonialSlider .ratingBadge p {  margin: 0; } .testimonialSlider .ratingBadge img {  height: 100%;  width: auto; } .testimonialSlider .customerName {  font-size: .6875em;  font-weight: normal;  letter-spacing: .3px;  line-height: 2; } .testimonialSlider .testimonialContent {  display: inline-block;  width: 100%;  position: relative;  margin-left: 0; } .testimonialSlider .testimonialContent p {  margin-top: 0; } @media only screen and (max-width: 767px) {  .testimonialSlider .testimonialContent {   width: 100%;  } } .testimonialSlider .testimonialImg {  display: inline-block;  width: 130px;  position: relative;  float: left;  height: auto;  max-height: 130px;  border-radius: 100%;  overflow: hidden; } @media only screen and (max-width: 767px) {  .testimonialSlider .testimonialImg {   display: inline-block;   width: 130px;   position: relative;     height: 130px;   max-height: 130px;   background: #FC5910;   overflow: hidden;   border-radius: 100%;   margin-left: auto;   margin-right: auto;   left: 50%;   -webkit-transform: translate(-50%, 0);   -ms-transform: translate(-50%, 0);   transform: translate(-50%, 0);   margin-bottom: 45px;  } } @media only screen and (max-width: 767px) {  .testimonialSlider .slick-track {   padding-left: 0;  } } .logoSlider .slick-next, .logoSlider .slick-prev {  display: none !important; } .logoSlider .slideContent {  padding-right: 60px; } @media only screen and (max-width: 767px) {  .logoSlider .slideContent {   padding-right: 0px;   padding: 15px;  } } .logoSlider .slideContent img {  filter: none;   -webkit-filter: grayscale(0);   -webkit-transition: all .6s; } .logoSlider .slideContent:hover img {  -webkit-filter: grayscale(0);  } .calculator {  min-height: calc(100vh - 180px);  width: 100% !important;  color: #FFF;  margin: 0; } @media only screen and (max-width: 991px) {  .calculator {   margin: 30px 0 180px 0;  } } .calculator .loadingAnimationWrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: #373443; } .calculator .verticalCenter {  top: 50% !important;  -webkit-transform: translate(0, -50%);  -ms-transform: translate(0, -50%);  transform: translate(0, -50%);  position: absolute !important;  height: auto !important; } @media only screen and (max-width: 991px) {  .calculator .verticalMid {   position: relative;   top: 0;   -webkit-transform: translate(0, 0);   -ms-transform: translate(0, 0);   transform: translate(0, 0);   margin: 0;   width: 100%;  } } .calculator .calculatorHead {  z-index: 4;  position: absolute;  width: calc(100% - 30px); } @media only screen and (max-width: 991px) {  .calculator .calculatorHead {   margin: 90px 0 60px 0;   position: relative;   text-align: center;  } } @media only screen and (max-width: 767px) { } .calculator .calculatorBtns {  float: right; } @media only screen and (max-width: 991px) {  .calculator .calculatorBtns {   float: none;   text-align: center;   margin-top: 30px;  } } .calculator .animationCounterBarWrapper {  position: relative;  width: 100%;  height: 30px; } .calculator .animationCounterBarWrapper.hidden {  pointer-events: none !important; } .calculator .animationCounterBarWrapper .animationCounterBar {  position: absolute;  width: 30px;  height: 100%;  z-index: 2;  background: #FFF;  border-radius: 30px;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } .calculator .animationCounterBarWrapper .animationCounterBarBg {  position: absolute;  width: 100%;  height: 100%;  background: #201f26;  border-radius: 30px; } .calculator .calculatorHeadline {  display: inline-block; } .calculator .calculatorHeadline h1 {  color: #FFF !important; } .calculator .calculatorSteps {  height: 100%;  width: 100%;  top: 0; } @media only screen and (max-width: 991px) { } .calculator .calculatorStep {  position: absolute;  opacity: 0;  width: 100%;  height: 100%;  top: 0;  pointer-events: none; } .calculator .calculatorStep.active {  position: relative;  opacity: 1;  z-index: 3;  pointer-events: all; } .calculator .calculatorCard, .calculator .fancyQuestion {  width: 10%; } @media only screen and (max-width: 991px) {  .calculator .calculatorCard,  .calculator .fancyQuestion {   width: 25%;  } } .calculator .fancyQuestionContent {  position: fixed;  width: 50vw;  max-height: 90vh;  height: auto;  background: white;  top: 50%;  z-index: 2;  color: black;  left: 50%;  -webkit-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);  padding: 60px;  border-radius: 5px;  overflow: scroll;  text-align: left;  color: #373443; } .calculator .fancyQuestionContent .calculatorCard {  width: auto; } @media only screen and (max-width: 991px) {  .calculator .fancyQuestionContent {   width: 90vw;  } } .calculator .fancyQuestionContent img {  height: 200px;  width: auto; } .calculator .cardWrapper {  position: relative;  margin: 240px 0 120px 0;  width: 100%;  text-align: center; } @media only screen and (max-width: 991px) {  .calculator .cardWrapper {   margin: 0px 0 60px 0;  } } @media only screen and (max-width: 767px) {  .calculator .calculatorCardChoise {   width: 45%;  }  .calculator .calculatorCardChoise svg {   width: 100%;   height: auto;   display: block;  } } .calculator .calculatorCard, .calculator .fancyQuestion, .calculator .card {  background: #FFF;  padding: 20px;  border-radius: 5px;  -webkit-transition: all 0.1s ease-in-out;  -moz-transition: all 0.1s ease-in-out;  -o-transition: all 0.1s ease-in-out;  transition: all 0.1s ease-in-out;  display: inline-block;  margin: 10px;  position: relative; } .calculator .calculatorCard.active, .calculator .fancyQuestion.active, .calculator .card.active {  background: #FC5910; } .calculator .calculatorCard:hover, .calculator .fancyQuestion:hover, .calculator .card:hover {  cursor: pointer;  background: #FC5910; } .calculator .calculatorCard .infoIcon .infoSymbol, .calculator .fancyQuestion .infoIcon .infoSymbol, .calculator .card .infoIcon .infoSymbol {  background: #373443;  border-radius: 100%;  width: 23px;  height: 23px;  text-align: center;  padding: 1.5px;  right: 10px;  bottom: 10px;  position: absolute; } .calculator .calculatorCard .infoIcon .info, .calculator .fancyQuestion .infoIcon .info, .calculator .card .infoIcon .info {  pointer-events: none;  color: #373443;  border-radius: 5px;  opacity: 0;  padding: 10px;  position: absolute;  top: calc(100% + 3px);  background: #EBECF0 !important;  right: 0%;  width: 200px;  z-index: 10000;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  -webkit-transform: translate(0, -5px);  -ms-transform: translate(0, -5px);  transform: translate(0, -5px); } .calculator .calculatorCard .infoIcon .info p, .calculator .fancyQuestion .infoIcon .info p, .calculator .card .infoIcon .info p {  font-size: 16px;  line-height: 1.2;  margin: 0 !important; } .calculator .calculatorCard .infoIcon .info:before, .calculator .fancyQuestion .infoIcon .info:before, .calculator .card .infoIcon .info:before {  content: '';  width: 0px;  height: 0px;  -webkit-transform: rotate(360deg);  border-style: solid;  border-width: 0 6.5px 9px 6.5px;  border-color: transparent transparent #ebecf0 transparent;  top: -8px;  right: 15px;  position: absolute; } .calculator .calculatorCard .infoIcon:hover .info, .calculator .fancyQuestion .infoIcon:hover .info, .calculator .card .infoIcon:hover .info {  opacity: 1;  pointer-events: all;  -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0);  transform: translate(0, 0); } .calculator .stepDescription {  bottom: 0;  width: 100%;  position: relative; } @media only screen and (max-width: 991px) {  .calculator .stepDescription {   text-align: center;  } } .calculator .card {  display: inline-block;  margin: 0; } .calculator .contentWrapper {  display: block;  position: absolute;  bottom: 0; } .calculator .totalBar {  width: 100%;  max-width: 700px;  background: #dd0b0b;  background: -moz-linear-gradient(90deg, #dd0b0b 0%, #67ba14 50%);  background: -webkit-linear-gradient(90deg, #dd0b0b 0%, #67ba14 50%);  background: linear-gradient(90deg, #dd0b0b 0%, #67ba14 50%);  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dd0b0b", endColorstr="#67ba14", GradientType=1);  height: 60px;  border-radius: 30px;  position: relative;  display: inline-block; } .calculator .totalBar:after {  content: '';  position: absolute;  top: 0;  left: 33%;  width: 5px;  height: 100%;  background: #201f26;  z-index: 1; } .calculator .totalBar:before {  content: '';  position: absolute;  top: 0;  right: 33%;  width: 5px;  height: 100%;  background: #201f26;  z-index: 1; } .calculator .totalBar .totalBarPointer {  position: absolute;  left: 0%;  -webkit-transform: rotate(360deg) translate(-50%, -50%);  -moz-transform: rotate(360deg) translate(-50%, -50%);  -o-transform: rotate(360deg) translate(-50%, -50%);  -ms-transform: rotate(360deg) translate(-50%, -50%);  transform: rotate(360deg) translate(-50%, -50%);  width: 0px;  height: 0px;  border-style: solid;  border-width: 42px 25px 0 25px;  border-color: #ffffff transparent transparent transparent;  z-index: 2; } .calculator .totalBar .totalBarPointer .totalBarPointerContent {  -webkit-transform: translate(-50%, 5px);  -ms-transform: translate(-50%, 5px);  transform: translate(-50%, 5px);  position: absolute;  font-weight: bold; } .calculator .calcStepNav {  position: absolute;  right: 0;  bottom: 0;  display: inline-block;  margin: 0; } @media only screen and (max-width: 991px) {  .calculator .calcStepNav {   margin: auto;   padding: 0;  } } @media only screen and (max-width: 767px) { } .calculator .calcStepNav li {  display: inline-block;  padding: 20px;  position: relative;  margin: 5px 0; } .calculator .calcStepNav li:last-child:after {  content: none; } .calculator .calcStepNav li:before {  content: '';  height: 19px;  width: 19px;  border: 1px solid #FFF;  position: absolute;  left: 50%;  top: 50%;  -webkit-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);  background: #373443;  z-index: 2;  border-radius: 100%; } .calculator .calcStepNav li:after {  top: 50%;  -webkit-transform: translate(0, -50%);  -ms-transform: translate(0, -50%);  transform: translate(0, -50%);  position: absolute;  content: '';  height: 1px;  background: #FFF;  width: 40px; } .calculator .calcStepNav li.active:before {  background: #FC5910; } .calculator .calcStepNav li span {  line-height: 1 !important;  position: absolute;  top: 100%;  left: 50%;  -webkit-transform: translate(-50%, 0);  -ms-transform: translate(-50%, 0);  transform: translate(-50%, 0);  color: #FFF !important; } .smallFooter {  border-top: 1px solid #EBECF0;  padding: 10px 0;  color: #EBECF0; } @media only screen and (max-width: 767px) {  .smallFooter #smallFooter {   display: block;   text-align: center;  } } @media only screen and (max-width: 767px) {  .smallFooter .copyright {   display: block;   width: 100%;   text-align: center;   margin: 10px 0 30px 0;  } } @media only screen and (max-width: 767px) {  .smallFooter .footerLogo {   margin: 30px 0;  } } .smallFooter ul {  margin: 0;  padding: 0;  display: inline-block; } .smallFooter ul li {  margin: 0;  list-style: none;  display: inline-block;  padding: 0 5px;  position: relative; } .smallFooter ul li:last-child:after {  content: none; } .smallFooter ul li a {  color: #EBECF0; } .smallFooter ul li a:hover {  color: #373443 !important; } .smallFooter ul li:after {  content: '';  position: absolute;  width: 1px;  right: -2.5px;  background: #EBECF0;  height: 80%;  top: 10%; } .subFooter {  margin-top: 60px;  font-size: 13px !important; } .subFooter p {  margin-top: 0 !important;  font-size: 13px !important; } .subFooter #subFooter ul {  margin: 0;  float: right; } .subFooter #subFooter ul li {  display: inline-block;  opacity: .7;  margin-top: 0;  cursor: pointer;  padding: 0 15px;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  font-size: 13px !important; } .subFooter #subFooter ul li a {  font-size: 13px !important; } .subFooter #subFooter ul li:hover {  opacity: 1; } .footer {  padding: 90px 0 30px 0;  background: #373443;  color: #FFF !important; } .footer a {  color: #9799A8 !important; } .footer a:visited {  color: #EBECF0 !important; } @media only screen and (max-width: 767px) {  .footer {   text-align: center;  } } .footer li {  line-height: 1.3; } .footer h4 {  text-transform: uppercase;  font-weight: bold;  color: #9799A8;  margin-bottom: 30px;  margin-top: 13px; } @media only screen and (max-width: 767px) {  .footer h4 {   margin-top: 60px;   margin-bottom: 15px;  } } .footer p {  color: #9799A8; } .footer .socialIcon {  margin-top: 5px;  height: 32px;  top: 5px;  display: inline-block;  margin-right: 15px;  cursor: pointer !important;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } .footer .socialIcon img {  height: 100%;  width: auto;  opacity: 1;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } .footer .socialIcon img:hover {  opacity: .5; } .footer .socialIcon:hover {  -webkit-transform: translate(0, -5px);  -ms-transform: translate(0, -5px);  transform: translate(0, -5px); } .footer .footerMenus {  margin: 145px 0; } .footer .footerMenus .btn {  position: relative;  width: auto;  display: inline-block !important;  padding: 0 30px; } @media only screen and (max-width: 767px) {  .footer .footerMenus .btn {   margin: 15px 0 0 0;   width: 100%;   display: block !important;   padding: 0 60px;  } } .footer .footerMenus a {  position: relative; } .footer .footerMenus a:after {  content: '' !important;  position: absolute;  height: 1px;  width: 100%;  background: #FFF;  left: 0;  bottom: 3px;  -webkit-transform: scale(0, 1);  -ms-transform: scale(0, 1);  transform: scale(0, 1);  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  transform-origin: left; } .footer .footerMenus a:hover:after {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } .footer .footerMenus .current_page_item a:after {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } @media only screen and (max-width: 767px) {  .footer .footerMenus {   margin: 90px 0;  } } .footer .footerMenus h3 {  font-size: 1.444em;  color: #FFF;  text-transform: uppercase;  font-weight: normal;  margin-bottom: 40px:; } @media only screen and (max-width: 767px) {  .footer .footerMenus h3 {   margin-bottom: 10px;  } } .footer ul {  margin: 0;  margin-top: 30px;  padding: 0; } @media only screen and (max-width: 767px) {  .footer ul {   margin-top: 0;  } } .footer ul li {  list-style: none;  color: #EBECF0;  text-transform: none; } .footer ul li a {  color: #EBECF0;  position: relative; } @media only screen and (max-width: 991px) {  .footer {   padding: 60px 0px;  } } .footer .scripflow {  display: block;  width: 30px;  height: 9px;  float: right;  margin-top: 7px; } .footer .scripflow svg {  display: block; } .footer .scripflow svg path {  fill: #A40326; } .footer .scripflow:hover svg {  -webkit-animation-iteration-count: infinite;  -webkit-animation-duration: 1.1s;  animation-iteration-count: infinite;  animation-duration: 1.1s;  -webkit-transform-style: preserve-3d;  -moz-transform-style: preserve-3d;  -ms-transform-style: preserve-3d;  transform-style: preserve-3d;  animation-name: bounce;  animation-timing-function: ease; } @media only screen and (max-width: 767px) {  .footer .scripflow {   display: inline-block;   float: none;  } } .footer #footerMenu {  float: right;  margin-top: 60px; } @media only screen and (max-width: 767px) {  .footer #footerMenu {   display: block;   float: none;   text-align: center;   margin-top: 15px;   margin-right: 0px;  } } .footer #footer-menu {  width: auto;  display: inline-block;  position: relative;  margin: 0;  padding: 0; } @media only screen and (max-width: 767px) {  .footer #footer-menu {   text-align: center;  } } .footer #footer-menu ul {  margin: 0; } .footer #footer-menu li {  display: inline-block;  margin: 0;  padding-right: 20px; } .footer #footer-menu li a {  color: #373443; } .footer #footer-menu li:after {  content: '';  height: 1px;  width: 10px;  border-top: 2px dotted #A40326;  position: absolute;  top: 50%;  margin-left: 7px; } .footer #footer-menu li:last-child:after {  content: none; } .footer .footerDetailWrapper a {  color: #373443; } .footer .footerDetailWrapper a:hover {  color: #A40326; } .footer .footerDetailWrapper .footerDetails {  display: inline-block;  max-width: 70%;  vertical-align: middle;  line-height: 1.5; } .footer .footerDetailWrapper .footerDetails p {  margin: 0; } .footer .footerDetailWrapper img {  position: relative;  height: auto;  display: inline-block;  max-width: calc(30% - 15px); } @media only screen and (max-width: 767px) {  .footer .footerDetailWrapper {   text-align: center;  }  .footer .footerDetailWrapper .footerDetails {   display: inline-block;   max-width: 70%;   vertical-align: middle;  }  .footer .footerDetailWrapper img {   -webkit-transform: translate(-50%, 0);   -ms-transform: translate(-50%, 0);   transform: translate(-50%, 0);   left: 50%;   display: block;   max-width: calc(30% - 15px);  } } .footer .copyright {  float: left;  margin: 0;  display: inline-block;  margin-top: 60px; } @media only screen and (max-width: 767px) {  .footer .copyright {   display: block;   float: none;   text-align: center;  } } .footerMenus {  margin: 145px 0; } .footerMenus .btn {  position: relative;  width: auto;  display: inline-block !important;  padding: 0 30px; } @media only screen and (max-width: 767px) {  .footerMenus .btn {   margin: 15px 0 0 0;   width: 100%;   display: block !important;   padding: 0 60px;  } } .footerMenus a {  position: relative; } .footerMenus a:after {  content: '' !important;  position: absolute;  height: 1px;  width: 100%;  background: #FFF;  left: 0;  bottom: 3px;  -webkit-transform: scale(0, 1);  -ms-transform: scale(0, 1);  transform: scale(0, 1);  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  transform-origin: left; } .footerMenus a:hover:after {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } .footerMenus .current_page_item a:after {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } @media only screen and (max-width: 767px) {  .footerMenus {   margin: 90px 0;  } } .footerMenus h3 {  font-size: 1.444em;  color: #FFF;  text-transform: uppercase;  font-weight: normal;  margin-bottom: 40px:; } @media only screen and (max-width: 767px) {  .footerMenus h3 {   margin-bottom: 10px;  } } .scripflow {  display: block;  width: 30px;  height: 9px;  float: right;  margin-top: 7px; } .scripflow svg {  display: block; } .scripflow svg path {  fill: #A40326; } .scripflow:hover svg {  -webkit-animation-iteration-count: infinite;  -webkit-animation-duration: 1.1s;  animation-iteration-count: infinite;  animation-duration: 1.1s;  -webkit-transform-style: preserve-3d;  -moz-transform-style: preserve-3d;  -ms-transform-style: preserve-3d;  transform-style: preserve-3d;  animation-name: bounce;  animation-timing-function: ease; } @media only screen and (max-width: 767px) {  .scripflow {   display: inline-block;   float: none;  } } #footerMenu {  float: right;  margin-top: 60px; } @media only screen and (max-width: 767px) {  #footerMenu {   display: block;   float: none;   text-align: center;   margin-top: 15px;   margin-right: 0px;  } } #footer-menu {  width: auto;  display: inline-block;  position: relative;  margin: 0;  padding: 0; } @media only screen and (max-width: 767px) {  #footer-menu {   text-align: center;  } } #footer-menu ul {  margin: 0; } #footer-menu li {  display: inline-block;  margin: 0;  padding-right: 20px; } #footer-menu li a {  color: #373443; } #footer-menu li:after {  content: '';  height: 1px;  width: 10px;  border-top: 2px dotted #A40326;  position: absolute;  top: 50%;  margin-left: 7px; } #footer-menu li:last-child:after {  content: none; } .footerDetailWrapper a {  color: #373443; } .footerDetailWrapper a:hover {  color: #A40326; } .footerDetailWrapper .footerDetails {  display: inline-block;  max-width: 70%;  vertical-align: middle;  line-height: 1.5; } .footerDetailWrapper .footerDetails p {  margin: 0; } .footerDetailWrapper img {  position: relative;  height: auto;  display: inline-block;  max-width: calc(30% - 15px); } @media only screen and (max-width: 767px) {  .footerDetailWrapper {   text-align: center;  }  .footerDetailWrapper .footerDetails {   display: inline-block;   max-width: 70%;   vertical-align: middle;  }  .footerDetailWrapper img {   -webkit-transform: translate(-50%, 0);   -ms-transform: translate(-50%, 0);   transform: translate(-50%, 0);   left: 50%;   display: block;   max-width: calc(30% - 15px);  } } .socialIcon {  margin-top: 5px;  height: 32px;  display: inline-block;  margin-right: 15px;  cursor: pointer !important;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } .socialIcon img {  height: 100%;  width: auto;  opacity: 1;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } .socialIcon img:hover {  opacity: .5; } .socialIcon:hover {  -webkit-transform: translate(0, -5px);  -ms-transform: translate(0, -5px);  transform: translate(0, -5px); } .footerMenus {  margin: 145px 0; } .footerMenus .btn {  position: relative;  width: auto;  display: inline-block !important;  padding: 0 30px; } @media only screen and (max-width: 767px) {  .footerMenus .btn {   margin: 15px 0 0 0;   width: 100%;   display: block !important;   padding: 0 60px;  } } .footerMenus a {  position: relative; } .footerMenus a:after {  content: '' !important;  position: absolute;  height: 1px;  width: 100%;  background: #FFF;  left: 0;  bottom: 3px;  -webkit-transform: scale(0, 1);  -ms-transform: scale(0, 1);  transform: scale(0, 1);  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  transform-origin: left; } .footerMenus a:hover:after {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } .footerMenus .current_page_item a:after {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } @media only screen and (max-width: 767px) {  .footerMenus {   margin: 90px 0;  } } .footerMenus h3 {  font-size: 1.444em;  color: #FFF;  text-transform: uppercase;  font-weight: normal;  margin-bottom: 40px:; } @media only screen and (max-width: 767px) {  .footerMenus h3 {   margin-bottom: 10px;  } } .footerLogo {  width: 100%;  max-width: 190px; } .footerLogo a:after {  content: none; } @media only screen and (max-width: 991px) {  .footerLogo {   display: none;  } } @media only screen and (max-width: 767px) {  .footerLogo {   width: 200px;   position: relative;   left: 50%;   -webkit-transform: translate(-50%, 0);   -ms-transform: translate(-50%, 0);   transform: translate(-50%, 0);  } } .footerLogo img {  margin: 0; } .scriptflow {  width: 20px; } .scriptflow svg {  max-width: 20px;  height: auto; } .registerFooter {  width: 100%;  left: 0;  -webkit-transition: all 0.2s ease;  -moz-transition: all 0.2s ease;  -o-transition: all 0.2s ease;  transition: all 0.2s ease;  position: fixed;  z-index: 100;  background: black;  bottom: 0; } @media only screen and (max-width: 767px) {  .registerFooter {   -webkit-transform: translate(0, 6);   -ms-transform: translate(0, 6);   transform: translate(0, 6);   position: relative;  } } .registerFooter.up {  -webkit-transform: translate(0, -40px);  -ms-transform: translate(0, -40px);  transform: translate(0, -40px); } @media only screen and (max-width: 767px) {  .registerFooter.up {   -webkit-transform: none;   -ms-transform: none;   transform: none;  } } .registerFooter p {  margin: 0;  line-height: 1; } @media only screen and (max-width: 767px) {  .registerFooter .sslIcon {   position: fixed;   top: 0;   width: 100%;   padding: 5px;   left: 0;   text-align: center;   background: #f9f9f9;   line-height: 1;   z-index: 1000;  } } .registerFooter .sslIcon svg path {  fill: #373443; } .inlineNewsletter {  margin-top: 30px; } .inlineNewsletter input[type=email] {  margin-top: 30px !important;  width: 59% !important; } .inlineNewsletter input[type=text], .inlineNewsletter input[type=email] {  display: inline-block;  width: 60%;  min-width: auto !important;  float: left;  height: 50px;  margin: 0;  background: #FFF;  font-size: 18px !important;  border: 1px solid #c6c6c6;  border-radius: 0px;  overflow: hidden;  font-weight: 300;  color: #666666;  line-height: 28px;  padding: 13px 20px !important;  margin-bottom: 0px !important;  background-image: none !important;  margin-left: 0 !important;  margin-right: 0 !important; } @media only screen and (max-width: 767px) {  .inlineNewsletter input[type=text],  .inlineNewsletter input[type=email] {   width: 100% !important;   margin-bottom: 15px !important;  } } .inlineNewsletter input[type=text]::placeholder, .inlineNewsletter input[type=email]::placeholder {  font-size: 18px !important; } .inlineNewsletter .btn {  display: inline-block;  margin-top: 0;  margin-top: 30px !important;  min-width: auto !important;  width: auto !important; } @media only screen and (max-width: 767px) {  .inlineNewsletter .btn {   width: 100% !important;  } } h1.frontBorder, h2.frontBorder, h3.frontBorder, h4.frontBorder, h5.frontBorder, h6.frontBorder, strong.frontBorder {  position: relative; } h1.frontBorder:after, h2.frontBorder:after, h3.frontBorder:after, h4.frontBorder:after, h5.frontBorder:after, h6.frontBorder:after, strong.frontBorder:after {  content: '';  height: 30px;  width: 2px;  background: #FC5910;  position: absolute;  left: -15px;  top: 7px; } @media only screen and (max-width: 767px) {  h1.frontBorder,  h2.frontBorder,  h3.frontBorder,  h4.frontBorder,  h5.frontBorder,  h6.frontBorder,  strong.frontBorder {   padding-left: 15px;  }  h1.frontBorder:after,  h2.frontBorder:after,  h3.frontBorder:after,  h4.frontBorder:after,  h5.frontBorder:after,  h6.frontBorder:after,  strong.frontBorder:after {   left: 0;  } } .gallery {  margin-bottom: -30px; } .gallery .galleryImg {  position: relative;  background-repeat: no-repeat;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;  background-size: 100%;  margin-bottom: 20px !important;  background-position: center;  max-width: 200px;  margin-bottom: 30px !important; } @media only screen and (max-width: 767px) {  .gallery .galleryImg {   margin-bottom: 40px;  } } .gallery .galleryImg:hover {  opacity: 1;  filter: grayscale(0%); } .gallery .galleryImg:hover:before {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } .paddingTop {  padding-top: 90px; } @media only screen and (max-width: 767px) {  .noPaddingMobile {   padding: 0 !important;  } } .paddingBottom {  padding-bottom: 90px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {  padding-left: 15px;  padding-right: 15px; } .anchorNav {  width: 100%;  display: inline-block;  padding-left: 0 !important;  text-align: center;  margin: 0;  padding: 15px 0 !important;  background: #FFF;  -webkit-box-shadow: 0px 6px 18px -9px rgba(0, 0, 0, 0.36);  box-shadow: 0px 6px 18px -9px rgba(0, 0, 0, 0.36);  display: block;  position: -webkit-sticky;  position: sticky;  top: 0;  z-index: 999; } @media only screen and (max-width: 1250px) {  .anchorNav {   display: none;  } } @media only screen and (max-width: 991px) {  .anchorNav {   display: none;  } } .anchorNav a {  text-decoration: none !important;  color: #9799A8 !important; } .anchorNav .active a {  color: #373443 !important; } .anchorNav li {  margin: 0;  display: inline-block;  padding: 0 30px; } .anchorNav li:before {  content: none !important; } .anchorsHeadline {  margin-bottom: 60px !important; } .anchor {  padding: 30px;  position: relative;  margin-bottom: 60px;  width: 100%; } .anchor:after {  content: '';  width: calc(100% - 120px);  left: 60px;  height: 2px;  position: absolute;  bottom: 0;  background: #FC5910;  -webkit-transform: scale(0, 1);  -ms-transform: scale(0, 1);  transform: scale(0, 1);  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;  -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out; } .anchor:hover:after {  -webkit-transform: scale(1, 1);  -ms-transform: scale(1, 1);  transform: scale(1, 1); } .anchor img {  position: relative;  width: auto;  left: 50%;  -webkit-transform: translate(-50%, 0);  -ms-transform: translate(-50%, 0);  transform: translate(-50%, 0);  margin-bottom: 20px !important; } @media only screen and (max-width: 991px) {  .anchor img {   padding: 0 30px;  } } @media only screen and (max-width: 767px) {  .anchor img {   padding: 0;  } } .anchor h3 {  text-align: center; } .anchor a {  text-decoration: none !important; } h1.hero-heading {  max-width: 820px; } p.hero-descriptions{  max-width: 650px; } .heroSection .meinecheckliste {  max-width: 650px; } @media only screen and (max-width: 967px) {  h1.hero-heading {   font-size: 32px !important;   font-family: 'Mainnormal', sans-serif;  } } .section.cardiconsvg {  margin: auto; } .section.cardiconsvg img {  height: 100%; } .displayImageDescription {  line-height: 1.3;  margin-bottom: 5px; } @media only screen and (min-width: 1400px) {  .displayImageDescription {   margin-right: -85px;  } } .displayImageHeading {  line-height: 1.3 !important; } @media only screen and (min-width: 1400px) {  .displayImageHeading {   margin-right: -85px;  } } .abou{padding-top:90px !important;}@media only screen and (max-width: 991px) {.abou{background-position: ;}}@media only screen and (max-width: 767px) {.abou{background-position: ;padding-top:0px !important;}}.about{margin-top:120px !important;margin-bottom:30px !important; }@media only screen and (max-width: 991px) {.about{background-position: ;}}@media only screen and (max-width: 767px) {.about{background-position: ;margin-top:0px !important;}}.aboutheader{padding-top:180px !important;padding-bottom:30px !important;}@media only screen and (max-width: 991px) {.aboutheader{background-position: ;padding-top:60px !important;padding-bottom:30px !important;}}@media only screen and (max-width: 767px) {.aboutheader{background-position: ;padding-top:120px !important;}}.aboutheadersubtitle{margin-top:30px !important;margin-bottom:60px !important; }@media only screen and (max-width: 991px) {.aboutheadersubtitle{background-position: ;}}@media only screen and (max-width: 767px) {.aboutheadersubtitle{background-position: ;}}.aboutmichaelreferences{margin-top:60px !important;margin-bottom:120px !important; padding-top:0px !important;padding-bottom:0px !important;}@media only screen and (max-width: 991px) {.aboutmichaelreferences{background-position: ;}}@media only screen and (max-width: 767px) {.aboutmichaelreferences{background-position: ;}}.aboutsection{padding-top:120px !important;padding-bottom:120px !important;}@media only screen and (max-width: 991px) {.aboutsection{background-position: ;}}@media only screen and (max-width: 767px) {.aboutsection{background-position: ;padding-top:60px !important;padding-bottom:60px !important;}}.abouttext{padding-top:0px !important;}@media only screen and (max-width: 991px) {.abouttext{background-position: ;}}@media only screen and (max-width: 767px) {.abouttext{background-position: ;padding-top:30px !important;}}.ausbildungcards{margin-top:40px !important;}@media only screen and (max-width: 991px) {.ausbildungcards{background-position: ;}}@media only screen and (max-width: 767px) {.ausbildungcards{background-position: ;}}.ausbildungteaser{padding-top:60px !important;padding-bottom:60px !important;padding-left:90px !important;padding-right:90px !important;}@media only screen and (max-width: 991px) {.ausbildungteaser{background-position: ;padding-top:45px !important;padding-bottom:45px !important;padding-left:60px !important;padding-right:60px !important;}}@media only screen and (max-width: 767px) {.ausbildungteaser{background-position: ;}}.ausbildungteaserb{padding-top:60px !important;padding-bottom:60px !important;padding-left:90px !important;padding-right:90px !important;}@media only screen and (max-width: 991px) {.ausbildungteaserb{background-position: ;padding-top:45px !important;padding-bottom:45px !important;padding-left:60px !important;padding-right:60px !important;}}@media only screen and (max-width: 767px) {.ausbildungteaserb{background-position: ;}}.ausbildungteaserblog{padding-top:45px !important;padding-bottom:45px !important;padding-left:60px !important;padding-right:60px !important;}@media only screen and (max-width: 991px) {.ausbildungteaserblog{background-position: ;padding-top:45px !important;padding-bottom:45px !important;padding-left:60px !important;padding-right:60px !important;}}@media only screen and (max-width: 767px) {.ausbildungteaserblog{background-position: ;}}.ausbildungteaseri{padding-top:60px !important;padding-bottom:60px !important;padding-left:90px !important;padding-right:90px !important;}@media only screen and (max-width: 991px) {.ausbildungteaseri{background-position: ;padding-top:45px !important;padding-bottom:45px !important;padding-left:60px !important;padding-right:60px !important;}}@media only screen and (max-width: 767px) {.ausbildungteaseri{background-position: ;}}.baisteinmitabstandrechts{margin-top:0px !important;padding-right:51px !important;}@media only screen and (max-width: 991px) {.baisteinmitabstandrechts{background-position: ;}}@media only screen and (max-width: 767px) {.baisteinmitabstandrechts{background-position: ;padding-right:0px !important;}}.bausteinbg{position:absolute;}@media only screen and (max-width: 991px) {.bausteinbg{background-position: ;}}@media only screen and (max-width: 767px) {.bausteinbg{background-position: ;}}.bausteinicon{top:0px;left:autopx !important;right:40px !important;margin-top:40px !important;position:absolute;}@media only screen and (max-width: 991px) {.bausteinicon{background-position: ;}}@media only screen and (max-width: 767px) {.bausteinicon{background-position: ;}}.bausteinmitabstandlinks{margin-top:200px !important;padding-left:51px !important;}@media only screen and (max-width: 991px) {.bausteinmitabstandlinks{background-position: ;margin-top:120px !important;}}@media only screen and (max-width: 767px) {.bausteinmitabstandlinks{background-position: ;margin-top:0px !important;padding-left:0px !important;}}.bausteinpaddingleft{padding-left:50px !important;}@media only screen and (max-width: 991px) {.bausteinpaddingleft{background-position: ;}}@media only screen and (max-width: 767px) {.bausteinpaddingleft{background-position: ;}}.berufl{}@media only screen and (max-width: 991px) {.berufl{background-position: ;}}@media only screen and (max-width: 767px) {.berufl{background-position: ;}}.beruflicheh{}@media only screen and (max-width: 991px) {.beruflicheh{background-position: ;}}@media only screen and (max-width: 767px) {.beruflicheh{background-position: ;}}.beruflichehead{}@media only screen and (max-width: 991px) {.beruflichehead{background-position: ;}}@media only screen and (max-width: 767px) {.beruflichehead{background-position: ;}}.beruflicheheadline{left:-2px !important;position:relative;}@media only screen and (max-width: 991px) {.beruflicheheadline{background-position: ;}}@media only screen and (max-width: 767px) {.beruflicheheadline{background-position: ;}}.bigaboutimg{}@media only screen and (max-width: 991px) {.bigaboutimg{background-position: ;margin-bottom:60px !important;}}@media only screen and (max-width: 767px) {.bigaboutimg{background-position: ;margin-top:0px !important;margin-bottom:0px !important; }}.bigblogheader{padding-top:240px !important;padding-bottom:90px !important;}@media only screen and (max-width: 991px) {.bigblogheader{background-position: ;}}@media only screen and (max-width: 767px) {.bigblogheader{background-position: ;}}.bloggrid{margin-top:120px !important;}@media only screen and (max-width: 991px) {.bloggrid{background-position: ;}}@media only screen and (max-width: 767px) {.bloggrid{background-position: ;}}.bloghead{padding-top:160px !important;padding-bottom:90px !important;}@media only screen and (max-width: 991px) {.bloghead{background-position: ;}}@media only screen and (max-width: 767px) {.bloghead{background-position: ;}}.bloghead2{padding-top:120px !important;padding-bottom:60px !important;}@media only screen and (max-width: 991px) {.bloghead2{background-position: ;}}@media only screen and (max-width: 767px) {.bloghead2{background-position: ;}}.bloghead3{padding-top:240px !important;padding-bottom:90px !important;}@media only screen and (max-width: 991px) {.bloghead3{background-position: ;}}@media only screen and (max-width: 767px) {.bloghead3{background-position: ;}}.blogheader{padding-top:240px !important;padding-bottom:90px !important;}@media only screen and (max-width: 991px) {.blogheader{background-position: ;}}@media only screen and (max-width: 767px) {.blogheader{background-position: ;}}.blogheaderheadline{margin-top:30px !important;margin-bottom:30px !important; }@media only screen and (max-width: 991px) {.blogheaderheadline{background-position: ;}}@media only screen and (max-width: 767px) {.blogheaderheadline{background-position: ;}}.blogteaser{margin-top:0px !important;margin-bottom:0px !important; }@media only screen and (max-width: 991px) {.blogteaser{background-position: ;}}@media only screen and (max-width: 767px) {.blogteaser{background-position: ;}}.borderleft{border-left:2px solid #fc5710;padding-left:30px !important;}@media only screen and (max-width: 991px) {.borderleft{background-position: ;}}@media only screen and (max-width: 767px) {.borderleft{background-position: ;}}.borderpaddingr{margin-top:120px !important;}@media only screen and (max-width: 991px) {.borderpaddingr{background-position: ;}}@media only screen and (max-width: 767px) {.borderpaddingr{background-position: ;}}.borderpaddingright{margin-top:120px !important;}@media only screen and (max-width: 991px) {.borderpaddingright{background-position: ;}}@media only screen and (max-width: 767px) {.borderpaddingright{background-position: ;}}.borderpaddingrightteaser{padding-right:40px !important;}@media only screen and (max-width: 991px) {.borderpaddingrightteaser{background-position: ;margin-bottom:15px !important;}}@media only screen and (max-width: 767px) {.borderpaddingrightteaser{background-position: ;}}.borderright{margin-top:0px !important;padding-bottom:0px !important;padding-right:60px !important;}@media only screen and (max-width: 991px) {.borderright{background-position: ;}}@media only screen and (max-width: 767px) {.borderright{background-position: ;padding-top:20px !important;}}.calc{margin-top:0px !important;padding-top:30px !important;padding-bottom:0px !important;}@media only screen and (max-width: 991px) {.calc{background-position: ;}}@media only screen and (max-width: 767px) {.calc{background-position: ;}}.calcsection{padding-top:145px !important;}@media only screen and (max-width: 991px) {.calcsection{background-position: ;padding-top:0px !important;}}@media only screen and (max-width: 767px) {.calcsection{background-position: ;padding-top:0px !important;}}.car{margin-top:120px !important;}@media only screen and (max-width: 991px) {.car{background-position: ;}}@media only screen and (max-width: 767px) {.car{background-position: ;}}.cardcontainer{margin-top:45px !important;margin-bottom:-30px !important; }@media only screen and (max-width: 991px) {.cardcontainer{background-position: ;}}@media only screen and (max-width: 767px) {.cardcontainer{background-position: ;}}.cardicon{top:0px;margin-top:-40px !important;position:absolute;}@media only screen and (max-width: 991px) {.cardicon{background-position: ;}}@media only screen and (max-width: 767px) {.cardicon{background-position: ;}}.cardiconc{top:0px;margin-top:-40px !important;position:absolute;}@media only screen and (max-width: 991px) {.cardiconc{background-position: ;}}@media only screen and (max-width: 767px) {.cardiconc{background-position: ;}}.cardiconce{top:0px;left:30px !important;margin-top:-40px !important;position:absolute;}@media only screen and (max-width: 991px) {.cardiconce{background-position: ;}}@media only screen and (max-width: 767px) {.cardiconce{background-position: ;}}.cardiconcenter{top:0px;margin-top:-40px !important;position:absolute;}@media only screen and (max-width: 991px) {.cardiconcenter{background-position: ;}}@media only screen and (max-width: 767px) {.cardiconcenter{background-position: ;}}.cardiconl{top:0px;left:30px !important;margin-top:-40px !important;position:absolute;}@media only screen and (max-width: 991px) {.cardiconl{background-position: ;}}@media only screen and (max-width: 767px) {.cardiconl{background-position: ;}}.cardiconleft{top:0px;left:30px !important;margin-top:-40px !important;position:absolute;}@media only screen and (max-width: 991px) {.cardiconleft{background-position: ;}}@media only screen and (max-width: 767px) {.cardiconleft{background-position: ;}}.cardiconsv{top:0px;margin-top:-40px !important;position:absolute;}@media only screen and (max-width: 991px) {.cardiconsv{background-position: ;}}@media only screen and (max-width: 767px) {.cardiconsv{background-position: ;}}.cardiconsvg{top:0px;left:0px !important;right:0px !important;margin-top:-40px !important;position:absolute;}@media only screen and (max-width: 991px) {.cardiconsvg{background-position: ;}}@media only screen and (max-width: 767px) {.cardiconsvg{background-position: ;}}.cardw{margin-top:120px !important;}@media only screen and (max-width: 991px) {.cardw{background-position: ;}}@media only screen and (max-width: 767px) {.cardw{background-position: ;}}.cardwrapper{margin-top:30px !important;}@media only screen and (max-width: 991px) {.cardwrapper{background-position: ;}}@media only screen and (max-width: 767px) {.cardwrapper{background-position: ;}}.checkbox-li{padding-top:90px !important;padding-bottom:90px !important;}@media only screen and (max-width: 991px) {.checkbox-li{background-position: ;}}@media only screen and (max-width: 767px) {.checkbox-li{background-position: ;}}.checkbox-list-section{padding-top:40px !important;padding-bottom:40px !important;}@media only screen and (max-width: 991px) {.checkbox-list-section{background-position: ;}}@media only screen and (max-width: 767px) {.checkbox-list-section{background-position: ;}}.checkbox{padding-top:90px !important;padding-bottom:90px !important;}@media only screen and (max-width: 991px) {.checkbox{background-position: ;}}@media only screen and (max-width: 767px) {.checkbox{background-position: ;}}.colmobilemargin{position:relative;}.colmobilemargin{position:relative;}@media only screen and (max-width: 991px) {.colmobilemargin{background-position: ;}}@media only screen and (max-width: 991px) {.colmobilemargin{background-position: ;}}@media only screen and (max-width: 767px) {.colmobilemargin{background-position: ;margin-top:30px !important;}}@media only screen and (max-width: 767px) {.colmobilemargin{background-position: ;margin-top:30px !important;}}.colmobilemarginnew{padding-left:15px !important;position:relative;}@media only screen and (max-width: 991px) {.colmobilemarginnew{background-position: ;}}@media only screen and (max-width: 767px) {.colmobilemarginnew{background-position: ;margin-top:30px !important;padding-left:0px !important;}}.contactcol{margin-top:0px !important;margin-bottom:60px !important; }@media only screen and (max-width: 991px) {.contactcol{background-position: ;}}@media only screen and (max-width: 767px) {.contactcol{background-position: ;}}.contactcol2{margin-top:60px !important;margin-bottom:60px !important; }@media only screen and (max-width: 991px) {.contactcol2{background-position: ;}}@media only screen and (max-width: 767px) {.contactcol2{background-position: ;}}.contactdataform{margin-top:0px !important;padding-top:60px !important;padding-bottom:60px !important;}@media only screen and (max-width: 991px) {.contactdataform{background-position: ;}}@media only screen and (max-width: 767px) {.contactdataform{background-position: ;}}.contactdatagrey{margin-top:0px !important;padding-top:60px !important;padding-bottom:60px !important;}@media only screen and (max-width: 991px) {.contactdatagrey{background-position: ;}}@media only screen and (max-width: 767px) {.contactdatagrey{background-position: ;}}.contactheader{margin-top:0px !important;padding-top:180px !important;padding-bottom:90px !important;z-index:2 !important;}@media only screen and (max-width: 991px) {.contactheader{background-position: ;}}@media only screen and (max-width: 767px) {.contactheader{background-position: ;padding-top:90px !important;}}.contactheadline{margin-top:90px !important;margin-bottom:0px !important; padding-top:45px !important;}@media only screen and (max-width: 991px) {.contactheadline{background-position: ;}}@media only screen and (max-width: 767px) {.contactheadline{background-position: ;}}.contactimg{margin-bottom:0px !important; }@media only screen and (max-width: 991px) {.contactimg{background-position: ;}}@media only screen and (max-width: 767px) {.contactimg{background-position: ;}}.ctawrapper{margin-top:90px !important;}@media only screen and (max-width: 991px) {.ctawrapper{background-position: ;}}@media only screen and (max-width: 767px) {.ctawrapper{background-position: ;margin-top:15px !important;}}.custom{border:2px solid #81d742;margin-top:120px !important;}@media only screen and (max-width: 991px) {.custom{background-position: ;}}@media only screen and (max-width: 767px) {.custom{background-position: ;}}.customd{border:2px solid #81d742;margin-top:120px !important;}@media only screen and (max-width: 991px) {.customd{background-position: ;}}@media only screen and (max-width: 767px) {.customd{background-position: ;}}.customdivider{border-left:3px solid #fc5710;left:30px !important;margin-bottom:20px !important; }@media only screen and (max-width: 991px) {.customdivider{background-position: ;}}@media only screen and (max-width: 767px) {.customdivider{background-position: ;}}.datenschutzwrapper{margin-top:120px !important;padding-top:120px !important;padding-bottom:120px !important;}@media only screen and (max-width: 991px) {.datenschutzwrapper{background-position: ;}}@media only screen and (max-width: 767px) {.datenschutzwrapper{background-position: ;}}.disclaimersection{margin-top:120px !important;padding-top:180px !important;padding-bottom:120px !important;}@media only screen and (max-width: 991px) {.disclaimersection{background-position: ;}}@media only screen and (max-width: 767px) {.disclaimersection{background-position: ;}}.emailsection{margin-top:120px !important;padding-top:90px !important;padding-bottom:120px !important;}@media only screen and (max-width: 991px) {.emailsection{background-position: ;}}@media only screen and (max-width: 767px) {.emailsection{background-position: ;}}.erfolgreichsection{margin-top:120px !important;padding-top:30px !important;padding-bottom:120px !important;}@media only screen and (max-width: 991px) {.erfolgreichsection{background-position: ;}}@media only screen and (max-width: 767px) {.erfolgreichsection{background-position: ;}}.flex{margin-top:120px !important;}@media only screen and (max-width: 991px) {.flex{background-position: ;}}@media only screen and (max-width: 767px) {.flex{background-position: ;}}.flexcardwrapper{margin-top:30px !important;}@media only screen and (max-width: 991px) {.flexcardwrapper{background-position: ;}}@media only screen and (max-width: 767px) {.flexcardwrapper{background-position: ;}}.flexm{}@media only screen and (max-width: 991px) {.flexm{background-position: ;}}@media only screen and (max-width: 767px) {.flexm{background-position: ;}}.flexmarginbottom{}@media only screen and (max-width: 991px) {.flexmarginbottom{background-position: ;}}@media only screen and (max-width: 767px) {.flexmarginbottom{background-position: ;}}.flexmarginbov{}@media only screen and (max-width: 991px) {.flexmarginbov{background-position: ;}}@media only screen and (max-width: 767px) {.flexmarginbov{background-position: ;}}.flexmargintop{margin-bottom:-75px !important; padding-top:40px !important;}@media only screen and (max-width: 991px) {.flexmargintop{background-position: ;}}@media only screen and (max-width: 767px) {.flexmargintop{background-position: ;}}.frontpagehead{margin-top:0px !important;padding-top:240px !important;padding-bottom:90px !important;}@media only screen and (max-width: 991px) {.frontpagehead{background-position: ;}}@media only screen and (max-width: 767px) {.frontpagehead{background-position: ;padding-top:160px !important;}}.frontpageheaderimg{left:-90px !important;margin-top:-230px !important;margin-bottom:-280px !important; z-index:2 !important;position:relative;}@media only screen and (max-width: 991px) {.frontpageheaderimg{background-position: ;min-width:100px;left:0px;margin-top:90px !important;margin-bottom:-90px !important;}}@media only screen and (max-width: 767px) {.frontpageheaderimg{background-position: ;margin-top:0px !important;margin-bottom:-90px !important; }}  @space: 90px; .marginTop{  margin-top: 90px}  .login h1 a {         background-image: url(https://skilltrader.de/wp-content/uploads/2022/02/skilltrader-logo-r-size.svg) !important;         background-size: 100% !important;   padding-bottom: 45px;   width: 200px !important;   height: 94px !important; }  @media only screen and (max-width: 967px) {   .marginTop{     margin-top: 60px  } } @font-face{font-family: 'Mainnormal';  src: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/typo/mainTypo/mainTypo.woff') format('woff');font-display:swap;} @font-face{font-family: 'Mainlight';  src: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/typo/mainTypo/mainTypoLight.woff') format('woff');font-display:swap;} @font-face{font-family: 'Mainbold';  src: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/typo/mainTypo/mainTypoBold.woff') format('woff');font-display:swap;} @font-face{font-family: 'secondFontnormal';  font-style: normal;  font-weight: 400;  src: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/typo/paragraphTypo/paragraphTypo.woff') format('woff');font-display:swap;} @font-face{font-family: 'secondFontlight';  src: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/typo/paragraphTypo/paragraphTypoLight.woff') format('woff');font-display:swap;} @font-face{font-family: 'secondFontbold';  src: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/typo/paragraphTypo/paragraphTypoBold.woff') format('woff');font-display:swap;} h1, h1 span {   font-family: 'Mainlight', sans-serif;   font-size: 52px !important;   line-height: 65px !important;   letter-spacing: 0px !important;   color: #363443;   margin-top: 0 !important;   margin-bottom: 30px !important;   }  @media only screen and (max-width: 1299px) {   h1, h1 span {     font-family: 'Mainnormal', sans-serif;     font-size: 48px !important;     line-height: 59px !important;     letter-spacing: 0px !important;     color: #1f1f1f;     margin-top: 0 !important;     margin-bottom: 20px !important;     } }  @media only screen and (max-width: 967px) {   h1, h1 span {     font-family: 'Mainbold', sans-serif;     font-size: 32px !important;     line-height: 42px !important;     letter-spacing: 0px !important;     color: #1f1f1f;     margin-top: 0 !important;     margin-bottom: 20px !important;     } } .interface-interface-skeleton__content h1 {   font-family: 'Mainlight', sans-serif !important; } h2, h2 span , .interface-interface-skeleton__content h2, .burgerDesktop #mainnavCon a {   font-family: 'Mainlight', sans-serif;   font-size: 47px !important;   line-height: 65px !important;   letter-spacing: 0px !important;   color: #363443;   margin-top: 0px !important;   margin-bottom: 0 !important; }  @media only screen and (max-width: 1299px) {   h2, h2 span,.burgerDesktop #mainnavCon a {     font-family: 'Mainlight', sans-serif;     font-size: 43px !important;     line-height: 59px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } }  @media only screen and (max-width: 967px) {   h2,h2 span, .burgerDesktop #mainnavCon a {     font-family: 'Mainnormal', sans-serif;     font-size: 24px !important;     line-height: 42px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } } .interface-interface-skeleton__content h2 {   font-family: 'Mainlight', sans-serif !important; } h3, h3 span, .interface-interface-skeleton__content h3 {   font-family: 'Mainlight', sans-serif;   font-size: 32px !important;   letter-spacing: 0px !important;   line-height: 46px !important;   color: #363443;   margin-top: 0 !important;   margin-bottom: 20px !important; } @media only screen and (max-width: 1299px) {   h3, h3 span{     font-family: 'Mainlight', sans-serif;     font-size: 28px !important;     line-height: 42px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: 10px !important;     } }  @media only screen and (max-width: 967px) {   h3, h3 span {     font-family: 'Mainnormal', sans-serif;     font-size: 20px !important;     line-height: 32px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: 10px !important;     } } .interface-interface-skeleton__content h3 {   font-family: 'Mainlight', sans-serif !important; }  h4, h4 span {   font-family: 'Mainlight', sans-serif;   font-size: 24px !important;   line-height: 37px !important;   letter-spacing: 0px !important;   color: ;   margin-top: 0 !important;   margin-bottom: 30px !important; } @media only screen and (max-width: 1299px) {   h4, h4 span {     font-family: 'Mainlight', sans-serif;     font-size: 24px !important;     line-height: 37px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } }  @media only screen and (max-width: 967px) {   h4, h4 span {     font-family: 'Mainnormal', sans-serif;     font-size: 20px !important;     line-height: 32px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } }  .interface-interface-skeleton__content h4 {     font-family: 'Mainlight', sans-serif !important; } h5, h5 span {   font-family: 'Mainlight', sans-serif;   font-size: 18px !important;   line-height: 30px !important;   letter-spacing: 0px !important;   color: ;   margin-top: 0 !important;   margin-bottom: 0 !important; } @media only screen and (max-width: 1299px) {   h5, h5 span {     font-family: 'Mainlight', sans-serif;     font-size: 18px !important;     line-height: 30px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } }  @media only screen and (max-width: 967px) {   h5, h5 span {     font-family: 'Mainnormal', sans-serif;     font-size: 18px !important;     line-height: 24px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } } .interface-interface-skeleton__content h5 {   font-family: 'Mainlight', sans-serif !important; } h6, h6 span {   font-family: 'Mainlight', sans-serif;   font-size: 16px !important;   line-height: 16px !important;   letter-spacing: 0px !important;   color: ;   margin-top: 0 !important;   margin-bottom: 0 !important; } @media only screen and (max-width: 1299px) {   h6, h6 span {     font-family: 'Mainlight', sans-serif;     font-size: 18px !important;     line-height: 30px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } }  @media only screen and (max-width: 967px) {   h6, h6 span{     font-family: 'Mainnormal', sans-serif;     font-size: 18px !important;     line-height: 24px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } } .interface-interface-skeleton__content h6 {   font-family: 'Mainlight', sans-serif !important; } .interface-interface-skeleton__content .row {   margin-left: auto;   margin-left: auto; }  p, label, span{   font-family: 'secondFontnormal', sans-serif;   font-size: 18px !important;   line-height: 28px !important;   letter-spacing: 0px !important;     color: #1c1c1c;   margin-top: !important;   margin-bottom: !important; } @media only screen and (max-width: 1299px) {   p, label, span {     font-family: 'secondFontlight', sans-serif;     font-size: 18px !important;     line-height: 28px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } }  @media only screen and (max-width: 967px) {   p, label, span {     font-family: 'secondFontnormal', sans-serif;     font-size: 16px !important;     line-height: 28px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } } b, strong{   font-family: 'secondFontbold', sans-serif; } h1 b,h1 strong,h2 b,h2 strong,h3 b,h3 strong, h4 strong, h5 strong{   font-family: 'Mainbold', sans-serif; } .interface-interface-skeleton__content p {   font-family: 'secondFontnormal', sans-serif !important; } a {   font-family: 'secondFontnormal', sans-serif;     font-size: 18px !important;   line-height: 28px !important;   letter-spacing: 0px !important;     color: #1f1f1f !important;   margin-top: !important;   margin-bottom: !important; } @media only screen and (max-width: 1299px) {   a {     font-family: 'secondFontlight', sans-serif;     font-size: 18px !important;     line-height: 28px !important;     letter-spacing: 0px !important;     color: !important;     margin-top: !important;     margin-bottom: !important;     } }  @media only screen and (max-width: 967px) {   a {     font-family: 'secondFontnormal', sans-serif;     font-size: 16px !important;     line-height: 28px !important;     letter-spacing: 0px !important;     color: !important;     margin-top: !important;     margin-bottom: !important;     } }  blockquote p{   font-family: 'secondFontnormal', sans-serif;   font-size: 18px !important;   line-height: 28px !important;   letter-spacing: 0px !important;   font-weight: light !important;   color: !important;   margin-top: !important;   margin-bottom: !important; }  figcaption {   font-family: 'secondFontnormal', sans-serif;   font-size: 15px !important;   line-height: px !important;   letter-spacing: px !important;   color: !important;   margin-top: !important;   margin-bottom: !important; } .wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {   font-family: 'secondFont', sans-serif;   font-size: 20px !important;   font-weight: 200 !important;   letter-spacing: 0px !important;   line-height: 20px !important;   color: #ffffff !important;   background: #fc5710;   padding-left: 40px !important;   padding-right: 40px !important;   padding-top: 15px !important;   padding-bottom: 15px !important;   margin-left: 0;   margin-right: 0;   margin-top: 15px;   margin-bottom: 10px;   border-radius: 0px !important; } .btn{   font-family: '200', sans-serif;   font-size: 20px !important;   letter-spacing: 0px !important;   line-height: 20px !important;   padding-left: 40px;   padding-right: 40px;   padding-top: 15px;   padding-bottom: 15px;   margin-left: 0;   margin-right: 0;   margin-top: 15px;   margin-bottom: 10px;   border-radius: 0px;        text-decoration: none !important;   pointer-events:all;   cursor: pointer;   position: relative;   display: inline-block; }  .btn.terBtn {     font-family: '200', sans-serif;     font-size: 10px !important;     letter-spacing: 0px !important;     line-height: 16px !important;     color: !important;     background: ;     padding-left: 15px;     padding-right: 15px;     padding-top: 15px;     padding-bottom: 15px;     margin-left: 15px;     margin-right: 15px;     margin-top: 15px;     margin-bottom: 15px;     border-radius: 0px;     } .btn.terBtn:hover {   color: #d0d0d0 !important;   background: #d0d0d0 !important; }  .btn.secBtn {     font-family: '200', sans-serif;     font-size: 10px !important;     letter-spacing: 0px !important;     line-height: 16px !important;     color: !important;     background: ;     padding-left: 15px;     padding-right: 15px;     padding-top: 15px;     padding-bottom: 15px;     margin-left: 15px;     margin-right: 15px;     margin-top: 15px;     margin-bottom: 15px;     border-radius: 0px;     } .btn.secBtn:hover {   color: #d0d0d0 !important;   background: #d0d0d0 !important; }   .btn.secBtn {     font-family: '200', sans-serif;     font-size: 10px !important;     letter-spacing: 0px !important;     line-height: 16px !important;     color: !important;     background: ;     padding-left: 15px;     padding-right: 15px;     padding-top: 15px;     padding-bottom: 15px;     margin-left: 15px;     margin-right: 15px;     margin-top: 15px;     margin-bottom: 15px;     border-radius: 0px;     } .btn.secBtn:hover {   color: #d0d0d0 !important;   background: #d0d0d0 !important; }    .borderRadius {   border-radius: 0px; }  .shadow { } .trigger {   -moz-border-radius:5px;   -webkit-border-radius:5px;   border-radius:5px;   background-color:@lightGrey;   color:@black;   cursor:pointer;   margin-top: 10px;   padding: 15px;   width:100%;   position: relative;   .transition(all .2s ease-in-out);   h3 {     font-size: 1em;     padding-right: 30px;     }   &:hover {   } } .trigger h3 {   font-size: 1em;   padding-right: 30px;  } .trigger::hover { } .trigger_active {   color: @black; }  .trigger_active .dropdownIcon {   .rotate(0deg);   svg {     path {     }   } } .toggle_container {     &:before {     content: '';     width: 100%;     left: 0;     top: 0;     height: 1px;     background: @grey;     position: absolute;   }   p {     &:first-child{       margin-top: 0;     }   } } .toggle_container::before {   content: '';   width: 100%;   left: 0;   top: 0;   height: 1px;   background: @grey;   position: absolute; }   .toggle_container p::first-child {   margin-top: 0; } .toggle_container {   padding: 15px;   margin-bottom: 20px;   width: 100%;   top: -5px;   position: relative;   color: black;   border-bottom-left-radius: 5px;   border-bottom-right-radius: 5px;   opacity: 0;   .transition(opacity .8s 2s ease-in-out);   background: lightGrey; } .toggle_container.active {   opacity: 1; }  .wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium {   max-width: 100% !important; } textarea {   font-family: 'Main', sans-serif !important; } input[type=text], input[type=password], input[type=email], input[type=tel], input[type=password], input[type=date], textarea {   font-family: 'Main', sans-serif;   font-size: 18px !important;   font-weight: 200 !important;   letter-spacing: 0px !important;   line-height: 18px !important;   color: !important;   background: !important;   padding-left: 15px !important;   padding-right: 15px !important;   padding-top: 15px !important;   padding-bottom: 15px !important;   margin-left: !important;   margin-right: !important;   margin-top: 15px !important;   margin-bottom: 15px !important;   border-radius: 0px !important;         border: none;       &::placeholder {     font-family: 'Main', sans-serif !important;     color: @black;     letter-spacing: .4px !important;     opacity: .8;   } } @baseFont: 'secondFontnormal', sans-serif; @headlineFont: 'Main', sans-serif;   @space: 90px; .marginTop{  margin-top: 90px}  .login h1 a {         background-image: url(https://skilltrader.de/wp-content/uploads/2022/02/skilltrader-logo-r-size.svg) !important;         background-size: 100% !important;   padding-bottom: 45px;   width: 200px !important;   height: 94px !important; }  @media only screen and (max-width: 967px) {   .marginTop{     margin-top: 60px  } } @font-face{font-family: 'Mainnormal';  src: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/typo/mainTypo/mainTypo.woff') format('woff');font-display:swap;} @font-face{font-family: 'Mainlight';  src: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/typo/mainTypo/mainTypoLight.woff') format('woff');font-display:swap;} @font-face{font-family: 'Mainbold';  src: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/typo/mainTypo/mainTypoBold.woff') format('woff');font-display:swap;} @font-face{font-family: 'secondFontnormal';  font-style: normal;  font-weight: 400;  src: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/typo/paragraphTypo/paragraphTypo.woff') format('woff');font-display:swap;} @font-face{font-family: 'secondFontlight';  src: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/typo/paragraphTypo/paragraphTypoLight.woff') format('woff');font-display:swap;} @font-face{font-family: 'secondFontbold';  src: url('https://skilltrader.de/wp-content/themes/scriptflow-theme/assets/typo/paragraphTypo/paragraphTypoBold.woff') format('woff');font-display:swap;} h1, h1 span {   font-family: 'Mainlight', sans-serif;   font-size: 52px !important;   line-height: 65px !important;   letter-spacing: 0px !important;   color: #363443;   margin-top: 0 !important;   margin-bottom: 30px !important;   }  @media only screen and (max-width: 1299px) {   h1, h1 span {     font-family: 'Mainnormal', sans-serif;     font-size: 48px !important;     line-height: 59px !important;     letter-spacing: 0px !important;     color: #1f1f1f;     margin-top: 0 !important;     margin-bottom: 20px !important;     } }  @media only screen and (max-width: 967px) {   h1, h1 span {     font-family: 'Mainbold', sans-serif;     font-size: 32px !important;     line-height: 42px !important;     letter-spacing: 0px !important;     color: #1f1f1f;     margin-top: 0 !important;     margin-bottom: 20px !important;     } } .interface-interface-skeleton__content h1 {   font-family: 'Mainlight', sans-serif !important; } h2, h2 span , .interface-interface-skeleton__content h2, .burgerDesktop #mainnavCon a {   font-family: 'Mainlight', sans-serif;   font-size: 47px !important;   line-height: 65px !important;   letter-spacing: 0px !important;   color: #363443;   margin-top: 0px !important;   margin-bottom: 0 !important; }  @media only screen and (max-width: 1299px) {   h2, h2 span,.burgerDesktop #mainnavCon a {     font-family: 'Mainlight', sans-serif;     font-size: 43px !important;     line-height: 59px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } }  @media only screen and (max-width: 967px) {   h2,h2 span, .burgerDesktop #mainnavCon a {     font-family: 'Mainnormal', sans-serif;     font-size: 24px !important;     line-height: 42px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } } .interface-interface-skeleton__content h2 {   font-family: 'Mainlight', sans-serif !important; } h3, h3 span, .interface-interface-skeleton__content h3 {   font-family: 'Mainlight', sans-serif;   font-size: 32px !important;   letter-spacing: 0px !important;   line-height: 46px !important;   color: #363443;   margin-top: 0 !important;   margin-bottom: 20px !important; } @media only screen and (max-width: 1299px) {   h3, h3 span{     font-family: 'Mainlight', sans-serif;     font-size: 28px !important;     line-height: 42px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: 10px !important;     } }  @media only screen and (max-width: 967px) {   h3, h3 span {     font-family: 'Mainnormal', sans-serif;     font-size: 20px !important;     line-height: 32px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: 10px !important;     } } .interface-interface-skeleton__content h3 {   font-family: 'Mainlight', sans-serif !important; }  h4, h4 span {   font-family: 'Mainlight', sans-serif;   font-size: 24px !important;   line-height: 37px !important;   letter-spacing: 0px !important;   color: ;   margin-top: 0 !important;   margin-bottom: 30px !important; } @media only screen and (max-width: 1299px) {   h4, h4 span {     font-family: 'Mainlight', sans-serif;     font-size: 24px !important;     line-height: 37px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } }  @media only screen and (max-width: 967px) {   h4, h4 span {     font-family: 'Mainnormal', sans-serif;     font-size: 20px !important;     line-height: 32px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } }  .interface-interface-skeleton__content h4 {     font-family: 'Mainlight', sans-serif !important; } h5, h5 span {   font-family: 'Mainlight', sans-serif;   font-size: 18px !important;   line-height: 30px !important;   letter-spacing: 0px !important;   color: ;   margin-top: 0 !important;   margin-bottom: 0 !important; } @media only screen and (max-width: 1299px) {   h5, h5 span {     font-family: 'Mainlight', sans-serif;     font-size: 18px !important;     line-height: 30px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } }  @media only screen and (max-width: 967px) {   h5, h5 span {     font-family: 'Mainnormal', sans-serif;     font-size: 18px !important;     line-height: 24px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } } .interface-interface-skeleton__content h5 {   font-family: 'Mainlight', sans-serif !important; } h6, h6 span {   font-family: 'Mainlight', sans-serif;   font-size: 16px !important;   line-height: 16px !important;   letter-spacing: 0px !important;   color: ;   margin-top: 0 !important;   margin-bottom: 0 !important; } @media only screen and (max-width: 1299px) {   h6, h6 span {     font-family: 'Mainlight', sans-serif;     font-size: 18px !important;     line-height: 30px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } }  @media only screen and (max-width: 967px) {   h6, h6 span{     font-family: 'Mainnormal', sans-serif;     font-size: 18px !important;     line-height: 24px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } } .interface-interface-skeleton__content h6 {   font-family: 'Mainlight', sans-serif !important; } .interface-interface-skeleton__content .row {   margin-left: auto;   margin-left: auto; }  p, label, span{   font-family: 'secondFontnormal', sans-serif;   font-size: 18px !important;   line-height: 28px !important;   letter-spacing: 0px !important;     color: #1c1c1c;   margin-top: !important;   margin-bottom: !important; } @media only screen and (max-width: 1299px) {   p, label, span {     font-family: 'secondFontlight', sans-serif;     font-size: 18px !important;     line-height: 28px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } }  @media only screen and (max-width: 967px) {   p, label, span {     font-family: 'secondFontnormal', sans-serif;     font-size: 16px !important;     line-height: 28px !important;     letter-spacing: 0px !important;     color: ;     margin-top: !important;     margin-bottom: !important;     } } b, strong{   font-family: 'secondFontbold', sans-serif; } h1 b,h1 strong,h2 b,h2 strong,h3 b,h3 strong, h4 strong, h5 strong{   font-family: 'Mainbold', sans-serif; } .interface-interface-skeleton__content p {   font-family: 'secondFontnormal', sans-serif !important; } a {   font-family: 'secondFontnormal', sans-serif;     font-size: 18px !important;   line-height: 28px !important;   letter-spacing: 0px !important;     color: #1f1f1f !important;   margin-top: !important;   margin-bottom: !important; } @media only screen and (max-width: 1299px) {   a {     font-family: 'secondFontlight', sans-serif;     font-size: 18px !important;     line-height: 28px !important;     letter-spacing: 0px !important;     color: !important;     margin-top: !important;     margin-bottom: !important;     } }  @media only screen and (max-width: 967px) {   a {     font-family: 'secondFontnormal', sans-serif;     font-size: 16px !important;     line-height: 28px !important;     letter-spacing: 0px !important;     color: !important;     margin-top: !important;     margin-bottom: !important;     } }  blockquote p{   font-family: 'secondFontnormal', sans-serif;   font-size: 18px !important;   line-height: 28px !important;   letter-spacing: 0px !important;   font-weight: light !important;   color: !important;   margin-top: !important;   margin-bottom: !important; }  figcaption {   font-family: 'secondFontnormal', sans-serif;   font-size: 15px !important;   line-height: px !important;   letter-spacing: px !important;   color: !important;   margin-top: !important;   margin-bottom: !important; } .wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {   font-family: 'secondFont', sans-serif;   font-size: 20px !important;   font-weight: 200 !important;   letter-spacing: 0px !important;   line-height: 20px !important;   color: #ffffff !important;   background: #fc5710;   padding-left: 40px !important;   padding-right: 40px !important;   padding-top: 15px !important;   padding-bottom: 15px !important;   margin-left: 0;   margin-right: 0;   margin-top: 15px;   margin-bottom: 10px;   border-radius: 0px !important; } .btn{   font-family: '200', sans-serif;   font-size: 20px !important;   letter-spacing: 0px !important;   line-height: 20px !important;   padding-left: 40px;   padding-right: 40px;   padding-top: 15px;   padding-bottom: 15px;   margin-left: 0;   margin-right: 0;   margin-top: 15px;   margin-bottom: 10px;   border-radius: 0px;        text-decoration: none !important;   pointer-events:all;   cursor: pointer;   position: relative;   display: inline-block; }  .btn.terBtn {     font-family: '200', sans-serif;     font-size: 10px !important;     letter-spacing: 0px !important;     line-height: 16px !important;     color: !important;     background: ;     padding-left: 15px;     padding-right: 15px;     padding-top: 15px;     padding-bottom: 15px;     margin-left: 15px;     margin-right: 15px;     margin-top: 15px;     margin-bottom: 15px;     border-radius: 0px;     } .btn.terBtn:hover {   color: #d0d0d0 !important;   background: #d0d0d0 !important; }  .btn.secBtn {     font-family: '200', sans-serif;     font-size: 10px !important;     letter-spacing: 0px !important;     line-height: 16px !important;     color: !important;     background: ;     padding-left: 15px;     padding-right: 15px;     padding-top: 15px;     padding-bottom: 15px;     margin-left: 15px;     margin-right: 15px;     margin-top: 15px;     margin-bottom: 15px;     border-radius: 0px;     } .btn.secBtn:hover {   color: #d0d0d0 !important;   background: #d0d0d0 !important; }   .btn.secBtn {     font-family: '200', sans-serif;     font-size: 10px !important;     letter-spacing: 0px !important;     line-height: 16px !important;     color: !important;     background: ;     padding-left: 15px;     padding-right: 15px;     padding-top: 15px;     padding-bottom: 15px;     margin-left: 15px;     margin-right: 15px;     margin-top: 15px;     margin-bottom: 15px;     border-radius: 0px;     } .btn.secBtn:hover {   color: #d0d0d0 !important;   background: #d0d0d0 !important; }    .borderRadius {   border-radius: 0px; }  .shadow { } .trigger {   -moz-border-radius:5px;   -webkit-border-radius:5px;   border-radius:5px;   background-color:@lightGrey;   color:@black;   cursor:pointer;   margin-top: 10px;   padding: 15px;   width:100%;   position: relative;   .transition(all .2s ease-in-out);   h3 {     font-size: 1em;     padding-right: 30px;     }   &:hover {   } } .trigger h3 {   font-size: 1em;   padding-right: 30px;  } .trigger::hover { } .trigger_active {   color: @black; }  .trigger_active .dropdownIcon {   .rotate(0deg);   svg {     path {     }   } } .toggle_container {     &:before {     content: '';     width: 100%;     left: 0;     top: 0;     height: 1px;     background: @grey;     position: absolute;   }   p {     &:first-child{       margin-top: 0;     }   } } .toggle_container::before {   content: '';   width: 100%;   left: 0;   top: 0;   height: 1px;   background: @grey;   position: absolute; }   .toggle_container p::first-child {   margin-top: 0; } .toggle_container {   padding: 15px;   margin-bottom: 20px;   width: 100%;   top: -5px;   position: relative;   color: black;   border-bottom-left-radius: 5px;   border-bottom-right-radius: 5px;   opacity: 0;   .transition(opacity .8s 2s ease-in-out);   background: lightGrey; } .toggle_container.active {   opacity: 1; }  .wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium {   max-width: 100% !important; } textarea {   font-family: 'Main', sans-serif !important; } input[type=text], input[type=password], input[type=email], input[type=tel], input[type=password], input[type=date], textarea {   font-family: 'Main', sans-serif;   font-size: 18px !important;   font-weight: 200 !important;   letter-spacing: 0px !important;   line-height: 18px !important;   color: !important;   background: !important;   padding-left: 15px !important;   padding-right: 15px !important;   padding-top: 15px !important;   padding-bottom: 15px !important;   margin-left: !important;   margin-right: !important;   margin-top: 15px !important;   margin-bottom: 15px !important;   border-radius: 0px !important;         border: none;       &::placeholder {     font-family: 'Main', sans-serif !important;     color: @black;     letter-spacing: .4px !important;     opacity: .8;   } } @baseFont: 'secondFontnormal', sans-serif; @headlineFont: 'Main', sans-serif;  .greycard{margin-bottom:30px !important; padding-top:75px !important;padding-bottom:45px !important;padding-left:45px !important;padding-right:45px !important;}@media only screen and (max-width: 991px) {.greycard{background-position: ;}}@media only screen and (max-width: 767px) {.greycard{background-position: ;}}.greycardwithicon{border:2px solid #ebecf0;margin-bottom:75px !important; padding-top:90px !important;padding-bottom:30px !important;padding-left:30px !important;padding-right:30px !important;}@media only screen and (max-width: 991px) {.greycardwithicon{background-position: ;}}@media only screen and (max-width: 767px) {.greycardwithicon{background-position: ;}}.greynewsletter{padding-top:60px !important;padding-bottom:60px !important;padding-left:60px !important;padding-right:60px !important;}@media only screen and (max-width: 991px) {.greynewsletter{background-position: ;}}@media only screen and (max-width: 767px) {.greynewsletter{background-position: ;padding-top:30px !important;padding-bottom:30px !important;padding-left:30px !important;padding-right:30px !important;}}.greytestimonial{padding-top:60px !important;padding-bottom:60px !important;padding-left:60px !important;padding-right:60px !important;}.greytestimonial{padding-top:90px !important;padding-bottom:90px !important;padding-left:60px !important;padding-right:60px !important;}@media only screen and (max-width: 991px) {.greytestimonial{background-position: ;}}@media only screen and (max-width: 991px) {.greytestimonial{background-position: ;}}@media only screen and (max-width: 767px) {.greytestimonial{background-position: ;}}@media only screen and (max-width: 767px) {.greytestimonial{background-position: ;}}.headerimg{min-width:0px;left:-250px !important;margin-top:-80px !important;margin-bottom:0px !important; z-index:2 !important;position:relative;}@media only screen and (max-width: 991px) {.headerimg{background-position: ;min-width:100px;left:0px;margin-top:90px !important;margin-bottom:-90px !important;}}@media only screen and (max-width: 767px) {.headerimg{background-position: ;margin-top:0px !important;margin-bottom:-90px !important; left:0px !important;}}.headerimg6{min-width:500px;left:-30px !important;margin-top:-180px !important;z-index:2 !important;position:relative;}@media only screen and (max-width: 991px) {.headerimg6{background-position: ;min-width:100px;margin-bottom:-90px; }}@media only screen and (max-width: 767px) {.headerimg6{background-position: ;}}.impressumwrapper{margin-top:120px !important;padding-top:120px !important;padding-bottom:240px !important;}@media only screen and (max-width: 991px) {.impressumwrapper{background-position: ;}}@media only screen and (max-width: 767px) {.impressumwrapper{background-position: ;}}.innersectionpadding{padding-top:90px !important;padding-bottom:90px !important;padding-left:240px !important;padding-right:240px !important;}@media only screen and (max-width: 991px) {.innersectionpadding{background-position: ;padding-top:60px !important;padding-bottom:60px !important;padding-left:60px !important;padding-right:60px !important;}}@media only screen and (max-width: 767px) {.innersectionpadding{background-position: ;padding-top:30px !important;padding-bottom:30px !important;padding-left:30px !important;padding-right:30px !important;}}.kapitelcover{padding-top:120px !important;padding-bottom:30px !important;}@media only screen and (max-width: 991px) {.kapitelcover{background-position: ;padding-top:60px !important;padding-bottom:60px !important;}}@media only screen and (max-width: 767px) {.kapitelcover{background-position: ;}}.kapitelcover2{padding-top:120px !important;padding-bottom:30px !important;}@media only screen and (max-width: 991px) {.kapitelcover2{background-position: ;padding-top:60px !important;padding-bottom:60px !important;}}@media only screen and (max-width: 767px) {.kapitelcover2{background-position: ;}}.kapitelcover3{padding-top:120px !important;padding-bottom:30px !important;}@media only screen and (max-width: 991px) {.kapitelcover3{background-position: ;padding-top:60px !important;padding-bottom:60px !important;}}@media only screen and (max-width: 767px) {.kapitelcover3{background-position: ;}}.landinghead{margin-top:0px !important;padding-top:200px !important;padding-bottom:0px !important;}@media only screen and (max-width: 991px) {.landinghead{background-position: ;}}@media only screen and (max-width: 767px) {.landinghead{background-position: ;padding-top:160px !important;}}.landingheaderimg{min-width:0px;left:-250px !important;margin-top:-80px !important;margin-bottom:0px !important; z-index:2 !important;position:relative;}@media only screen and (max-width: 991px) {.landingheaderimg{background-position: ;min-width:100px;left:0px;margin-top:90px !important;margin-bottom:-90px !important;}}@media only screen and (max-width: 767px) {.landingheaderimg{background-position: ;margin-top:0px !important;margin-bottom:-90px !important; left:0px !important;}}.lanhead{margin-top:0px !important;padding-top:200px !important;padding-bottom:0px !important;}@media only screen and (max-width: 991px) {.lanhead{background-position: ;}}@media only screen and (max-width: 767px) {.lanhead{background-position: ;padding-top:160px !important;}}.lastbox{border:2px solid #ebecf0;margin-bottom:0px !important; padding-top:30px !important;padding-bottom:30px !important;padding-left:30px !important;padding-right:30px !important;}@media only screen and (max-width: 991px) {.lastbox{background-position: ;}}@media only screen and (max-width: 767px) {.lastbox{background-position: ;}}.lastelement{margin-bottom:120px !important; }@media only screen and (max-width: 991px) {.lastelement{background-position: ;}}@media only screen and (max-width: 767px) {.lastelement{background-position: ;}}.lessmargintop{margin-top:20px !important;}@media only screen and (max-width: 991px) {.lessmargintop{background-position: ;}}@media only screen and (max-width: 767px) {.lessmargintop{background-position: ;}}.listenelement3{margin-top:30px !important;margin-bottom:20px !important; padding-top:20px !important;padding-bottom:20px !important;padding-left:20px !important;padding-right:20px !important;}@media only screen and (max-width: 991px) {.listenelement3{background-position: ;margin-top:30px !important;margin-bottom:20px !important;padding-top:20px !important;padding-bottom:20px !important;padding-left:20px !important;padding-right:20px !important;}}@media only screen and (max-width: 767px) {.listenelement3{background-position: ;margin-top:30px !important;margin-bottom:20px !important; padding-top:20px !important;padding-bottom:20px !important;padding-left:20px !important;padding-right:20px !important;}}.listenelementdunkel{margin-top:30px !important;margin-bottom:20px !important; padding-top:20px !important;padding-bottom:20px !important;padding-left:20px !important;padding-right:20px !important;}@media only screen and (max-width: 991px) {.listenelementdunkel{background-position: ;margin-top:30px !important;margin-bottom:20px !important;padding-top:20px !important;padding-bottom:20px !important;padding-left:20px !important;padding-right:20px !important;}}@media only screen and (max-width: 767px) {.listenelementdunkel{background-position: ;margin-top:30px !important;margin-bottom:20px !important; padding-top:20px !important;padding-bottom:20px !important;padding-left:20px !important;padding-right:20px !important;}}.logoslider{position:relative;}@media only screen and (max-width: 991px) {.logoslider{background-position: ;}}@media only screen and (max-width: 767px) {.logoslider{background-position: ;margin-top:30px !important;}}.logoslider2{margin-top:60px !important;}@media only screen and (max-width: 991px) {.logoslider2{background-position: ;}}@media only screen and (max-width: 767px) {.logoslider2{background-position: ;}}.logoslidertitle{margin-top:120px !important;}@media only screen and (max-width: 991px) {.logoslidertitle{background-position: ;}}@media only screen and (max-width: 767px) {.logoslidertitle{background-position: ;}}.meinecheckliste{margin-top:60px !important;margin-bottom:30px !important; }@media only screen and (max-width: 991px) {.meinecheckliste{background-position: ;}}@media only screen and (max-width: 767px) {.meinecheckliste{background-position: ;}}.meinecheckliste li{ padding-bottom:20px !important; padding-left:60px !important;; } .meinecheckliste li .listIcon{width:48px !important;  ;} .mobilebuttonmargin{margin-top:0px !important;}@media only screen and (max-width: 991px) {.mobilebuttonmargin{background-position: ;}}@media only screen and (max-width: 767px) {.mobilebuttonmargin{background-position: ;margin-top:30px !important;}}.myarrowlistinbox{margin-top:20px !important;}@media only screen and (max-width: 991px) {.myarrowlistinbox{background-position: ;}}@media only screen and (max-width: 767px) {.myarrowlistinbox{background-position: ;}}.myarrowlistinbox li{ padding-bottom:15px !important; padding-left:20px !important;; } .myarrowlistinbox li .listIcon{width:8px !important; padding-top:0 !important;  ;} .myarrowlistnew{margin-top:40px !important;}@media only screen and (max-width: 991px) {.myarrowlistnew{background-position: ;}}@media only screen and (max-width: 767px) {.myarrowlistnew{background-position: ;}}.myarrowlistnew li{ padding-bottom:15px !important; padding-left:20px !important;; } .myarrowlistnew li .listIcon{width:8px !important; padding-top:0px !important;  ;} .myarrowlistnewa{margin-top:40px !important;margin-bottom:40px !important; }@media only screen and (max-width: 991px) {.myarrowlistnewa{background-position: ;}}@media only screen and (max-width: 767px) {.myarrowlistnewa{background-position: ;}}.myarrowlistnewa li{ padding-bottom:15px !important; padding-left:20px !important;; } .myarrowlistnewa li .listIcon{width:8px !important; padding-top:10px !important;  ;} .myb{border-right:2px solid #fc5710;margin-top:60px !important;padding-right:60px !important;}@media only screen and (max-width: 991px) {.myb{background-position: ;}}@media only screen and (max-width: 767px) {.myb{background-position: ;}}.myborderclass{border-right:2px solid #fc5710;margin-top:60px !important;padding-right:60px !important;}@media only screen and (max-width: 991px) {.myborderclass{background-position: ;}}@media only screen and (max-width: 767px) {.myborderclass{background-position: ;}}.mybordermargin{border-right:2px solid #fc5710;margin-top:60px !important;padding-right:60px !important;}@media only screen and (max-width: 991px) {.mybordermargin{background-position: ;}}@media only screen and (max-width: 767px) {.mybordermargin{background-position: ;}}.mycustomcontactcol{margin-top:30px !important;margin-bottom:60px !important; }@media only screen and (max-width: 991px) {.mycustomcontactcol{background-position: ;}}@media only screen and (max-width: 767px) {.mycustomcontactcol{background-position: ;}}.mymarginbottom{margin-bottom:90px !important; }@media only screen and (max-width: 991px) {.mymarginbottom{background-position: ;}}@media only screen and (max-width: 767px) {.mymarginbottom{background-position: ;margin-bottom:30px !important; }}.myrow{margin-top:120px !important;}@media only screen and (max-width: 991px) {.myrow{background-position: ;}}@media only screen and (max-width: 767px) {.myrow{background-position: ;}}.mytextbox{padding-top:90px !important;}@media only screen and (max-width: 991px) {.mytextbox{background-position: ;}}@media only screen and (max-width: 767px) {.mytextbox{background-position: ;padding-top:0px !important;}}.newsletterbox{padding-top:90px !important;padding-bottom:90px !important;padding-left:90px !important;padding-right:90px !important;}@media only screen and (max-width: 991px) {.newsletterbox{background-position: ;padding-top:60px !important;padding-bottom:60px !important;padding-left:60px !important;padding-right:60px !important;}}@media only screen and (max-width: 767px) {.newsletterbox{background-position: ;padding-top:30px !important;padding-bottom:30px !important;padding-left:30px !important;padding-right:30px !important;}}.newsletterheader{margin-top:0px !important;padding-top:240px !important;padding-bottom:60px !important;}@media only screen and (max-width: 991px) {.newsletterheader{background-position: ;padding-top:180px !important;}}@media only screen and (max-width: 767px) {.newsletterheader{background-position: ;}}.newsletterimg{}@media only screen and (max-width: 991px) {.newsletterimg{background-position: ;}}@media only screen and (max-width: 767px) {.newsletterimg{background-position: ;margin-top:30px !important;}}.newsletterteaser{padding-top:120px !important;padding-bottom:120px !important;}@media only screen and (max-width: 991px) {.newsletterteaser{background-position: ;margin-top:-90px !important;}}@media only screen and (max-width: 767px) {.newsletterteaser{background-position: ;margin-top:60px !important;padding-top:60px !important;}}.newsletterteaserfrontpage{padding-top:120px !important;padding-bottom:120px !important;}@media only screen and (max-width: 991px) {.newsletterteaserfrontpage{background-position: ;margin-top:-90px !important;}}@media only screen and (max-width: 767px) {.newsletterteaserfrontpage{background-position: ;margin-top:60px !important;padding-top:60px !important;}}.newsletterteasersection2{margin-top:0px !important;padding-top:120px !important;padding-bottom:120px !important;}@media only screen and (max-width: 991px) {.newsletterteasersection2{background-position: ;margin-top:-90px !important;}}@media only screen and (max-width: 767px) {.newsletterteasersection2{background-position: ;margin-top:60px !important;padding-top:60px !important;}}.overflowimgabout{margin-top:-350px !important;margin-bottom:60px !important; }@media only screen and (max-width: 991px) {.overflowimgabout{background-position: ;margin-top:-90px !important;}}@media only screen and (max-width: 767px) {.overflowimgabout{background-position: ;margin-top:0px !important;margin-bottom:0px !important; }}.overlaybox{bottom:0px;left:0px !important;padding-top:30px !important;padding-bottom:30px !important;padding-left:30px !important;padding-right:30px !important;position:absolute;}@media only screen and (max-width: 991px) {.overlaybox{background-position: ;}}@media only screen and (max-width: 767px) {.overlaybox{background-position: ;}}.personcol{}@media only screen and (max-width: 991px) {.personcol{background-position: ;}}@media only screen and (max-width: 767px) {.personcol{background-position: ;margin-bottom:20px !important; }}.rat{margin-top:120px !important;}@media only screen and (max-width: 991px) {.rat{background-position: ;}}@media only screen and (max-width: 767px) {.rat{background-position: ;}}.rating{margin-top:20px !important;}@media only screen and (max-width: 991px) {.rating{background-position: ;}}@media only screen and (max-width: 767px) {.rating{background-position: ;}}.references{margin-top:120px !important;margin-bottom:120px !important; padding-top:0px !important;padding-bottom:0px !important;}@media only screen and (max-width: 991px) {.references{background-position: ;}}@media only screen and (max-width: 767px) {.references{background-position: ;}}.referencesimgs{margin-top:60px !important;padding-left:45px !important;}@media only screen and (max-width: 991px) {.referencesimgs{background-position: ;}}@media only screen and (max-width: 767px) {.referencesimgs{background-position: ;}}.resume{padding-top:120px !important;padding-bottom:160px !important;}@media only screen and (max-width: 991px) {.resume{background-position: ;padding-top:60px !important;padding-bottom:120px !important;}}@media only screen and (max-width: 767px) {.resume{background-position: ;padding-top:120px !important;}}.sectionclass{padding-top:120px !important;padding-bottom:60px !important;}@media only screen and (max-width: 991px) {.sectionclass{background-position: ;}}@media only screen and (max-width: 767px) {.sectionclass{background-position: ;padding-top:60px !important;padding-bottom:60px !important;}}.singled{right:-174pxpx !important;position:absolute;}@media only screen and (max-width: 991px) {.singled{background-position: ;}}@media only screen and (max-width: 767px) {.singled{background-position: ;}}.singledot{right:-75px !important;position:absolute;}@media only screen and (max-width: 991px) {.singledot{background-position: ;}}@media only screen and (max-width: 767px) {.singledot{background-position: ;}}.singledotright{left:-75px !important;z-index:-1 !important;position:absolute;}@media only screen and (max-width: 991px) {.singledotright{background-position: ;left:-100px;}}@media only screen and (max-width: 767px) {.singledotright{background-position: ;}}.smallpaddingleft{padding-left:30px !important;}@media only screen and (max-width: 991px) {.smallpaddingleft{background-position: ;}}@media only screen and (max-width: 767px) {.smallpaddingleft{background-position: ;}}.smallpaddingsection{padding-top:90px !important;padding-bottom:90px !important;}@media only screen and (max-width: 991px) {.smallpaddingsection{background-position: ;}}@media only screen and (max-width: 767px) {.smallpaddingsection{background-position: ;}}.step{margin-top:0px !important;}@media only screen and (max-width: 991px) {.step{background-position: ;}}@media only screen and (max-width: 767px) {.step{background-position: ;}}.stepcol{margin-top:0px !important;}@media only screen and (max-width: 991px) {.stepcol{background-position: ;}}@media only screen and (max-width: 767px) {.stepcol{background-position: ;}}.stepcontainer{padding-bottom:90px !important;}@media only screen and (max-width: 991px) {.stepcontainer{background-position: ;}}@media only screen and (max-width: 767px) {.stepcontainer{background-position: ;padding-bottom:0px !important;}}.te{margin-top:120px !important;}@media only screen and (max-width: 991px) {.te{background-position: ;}}@media only screen and (max-width: 767px) {.te{background-position: ;}}.tea{margin-top:120px !important;}@media only screen and (max-width: 991px) {.tea{background-position: ;}}@media only screen and (max-width: 767px) {.tea{background-position: ;}}.teasericon{top:0px;left:autopx !important;right:-20px !important;margin-top:-30px !important;position:absolute;}@media only screen and (max-width: 991px) {.teasericon{background-position: ;}}@media only screen and (max-width: 767px) {.teasericon{background-position: ;}}.teasericonbl{top:0px;left:autopx !important;right:-20px !important;margin-top:-30px !important;position:absolute;}@media only screen and (max-width: 991px) {.teasericonbl{background-position: ;}}@media only screen and (max-width: 767px) {.teasericonbl{background-position: ;}}.teasericonblog{top:0px;left:autopx !important;right:-20px !important;margin-top:-30px !important;position:absolute;}@media only screen and (max-width: 991px) {.teasericonblog{background-position: ;}}@media only screen and (max-width: 767px) {.teasericonblog{background-position: ;}}.tes{margin-top:120px !important;}@media only screen and (max-width: 991px) {.tes{background-position: ;}}@media only screen and (max-width: 767px) {.tes{background-position: ;}}.test{padding-top:60px !important;padding-bottom:60px !important;padding-left:60px !important;padding-right:60px !important;}@media only screen and (max-width: 991px) {.test{background-position: ;}}@media only screen and (max-width: 767px) {.test{background-position: ;}}.test3{padding-top:0px !important;padding-bottom:0px !important;}@media only screen and (max-width: 991px) {.test3{background-position: ;padding-bottom:0px !important;}}@media only screen and (max-width: 767px) {.test3{background-position: ;padding-bottom:0px !important;}}.testi{margin-top:120px !important;}@media only screen and (max-width: 991px) {.testi{background-position: ;}}@media only screen and (max-width: 767px) {.testi{background-position: ;}}.testimonial{padding-top:60px !important;padding-bottom:60px !important;padding-left:60px !important;padding-right:60px !important;}@media only screen and (max-width: 991px) {.testimonial{background-position: ;}}@media only screen and (max-width: 767px) {.testimonial{background-position: ;}}.testimoniala{padding-top:60px !important;padding-bottom:60px !important;padding-left:60px !important;padding-right:60px !important;}@media only screen and (max-width: 991px) {.testimoniala{background-position: ;}}@media only screen and (max-width: 767px) {.testimoniala{background-position: ;}}.testimonialap{padding-top:60px !important;padding-bottom:60px !important;padding-left:60px !important;padding-right:60px !important;}@media only screen and (max-width: 991px) {.testimonialap{background-position: ;}}@media only screen and (max-width: 767px) {.testimonialap{background-position: ;}}.testimonialaprove{padding-top:60px !important;padding-bottom:60px !important;padding-left:60px !important;padding-right:60px !important;}@media only screen and (max-width: 991px) {.testimonialaprove{background-position: ;}}@media only screen and (max-width: 767px) {.testimonialaprove{background-position: ;}}.testimonialbox{margin-bottom:60px !important; padding-top:60px !important;padding-bottom:60px !important;padding-left:60px !important;padding-right:60px !important;}@media only screen and (max-width: 991px) {.testimonialbox{background-position: ;}}@media only screen and (max-width: 767px) {.testimonialbox{background-position: ;}}.testimonialgrey{padding-top:60px !important;padding-bottom:60px !important;padding-left:60px !important;padding-right:60px !important;}@media only screen and (max-width: 991px) {.testimonialgrey{background-position: ;}}@media only screen and (max-width: 767px) {.testimonialgrey{background-position: ;}}.testimonialimg{position:absolute;}@media only screen and (max-width: 991px) {.testimonialimg{background-position: ;}}@media only screen and (max-width: 767px) {.testimonialimg{background-position: ;}}.testimonialstar{margin-top:120px !important;}@media only screen and (max-width: 991px) {.testimonialstar{background-position: ;}}@media only screen and (max-width: 767px) {.testimonialstar{background-position: ;}}.testimonialstars{margin-top:20px !important;}@media only screen and (max-width: 991px) {.testimonialstars{background-position: ;}}@media only screen and (max-width: 767px) {.testimonialstars{background-position: ;}}.tha{margin-top:120px !important;}@media only screen and (max-width: 991px) {.tha{background-position: ;}}@media only screen and (max-width: 767px) {.tha{background-position: ;}}.thank{margin-top:120px !important;}@media only screen and (max-width: 991px) {.thank{background-position: ;}}@media only screen and (max-width: 767px) {.thank{background-position: ;}}.thankyout{margin-top:120px !important;}@media only screen and (max-width: 991px) {.thankyout{background-position: ;}}@media only screen and (max-width: 767px) {.thankyout{background-position: ;}}.thankyoutsecti{margin-top:120px !important;}@media only screen and (max-width: 991px) {.thankyoutsecti{background-position: ;}}@media only screen and (max-width: 767px) {.thankyoutsecti{background-position: ;}}.thankyoutsection{margin-top:120px !important;padding-top:120px !important;padding-bottom:120px !important;}@media only screen and (max-width: 991px) {.thankyoutsection{background-position: ;}}@media only screen and (max-width: 767px) {.thankyoutsection{background-position: ;}}.timeline{}@media only screen and (max-width: 991px) {.timeline{background-position: ;margin-top:0px !important;margin-bottom:30px !important;padding-top:30px !important;}}@media only screen and (max-width: 767px) {.timeline{background-position: ;}}.whiteborderbox{border:2px solid #ffffff;margin-bottom:30px !important; padding-top:60px !important;padding-bottom:30px !important;padding-left:30px !important;padding-right:30px !important;}@media only screen and (max-width: 991px) {.whiteborderbox{background-position: ;padding-bottom:30px !important;}}@media only screen and (max-width: 767px) {.whiteborderbox{background-position: ;}}.win{margin-top:60px !important;padding-bottom:120px !important;}@media only screen and (max-width: 991px) {.win{background-position: ;}}@media only screen and (max-width: 767px) {.win{background-position: ;}}@charset "UTF-8"; .wp-block-archives{  box-sizing:border-box; } .wp-block-archives-dropdown label{  display:block; } .wp-block-avatar{  line-height:0; } .wp-block-avatar,.wp-block-avatar img{  box-sizing:border-box; } .wp-block-avatar.aligncenter{  text-align:center; } .wp-block-audio{  box-sizing:border-box; } .wp-block-audio :where(figcaption){  margin-bottom:1em;  margin-top:.5em; } .wp-block-audio audio{  min-width:300px;  width:100%; } .wp-block-button__link{  align-content:center;  box-sizing:border-box;  cursor:pointer;  display:inline-block;  height:100%;  text-align:center;  width:100%;  word-break:break-word; } .wp-block-button__link.aligncenter{  text-align:center; } .wp-block-button__link.alignright{  text-align:right; } :where(.wp-block-button__link){  border-radius:9999px;  box-shadow:none;  padding:calc(.667em + 2px) calc(1.333em + 2px);  text-decoration:none; } .wp-block-button[style*=text-decoration] .wp-block-button__link{  text-decoration:inherit; } .wp-block-buttons>.wp-block-button.has-custom-width{  max-width:none; } .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{  width:100%; } .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{  font-size:inherit; } .wp-block-buttons>.wp-block-button.wp-block-button__width-25{  width:calc(25% - var(--wp--style--block-gap, .5em)*.75); } .wp-block-buttons>.wp-block-button.wp-block-button__width-50{  width:calc(50% - var(--wp--style--block-gap, .5em)*.5); } .wp-block-buttons>.wp-block-button.wp-block-button__width-75{  width:calc(75% - var(--wp--style--block-gap, .5em)*.25); } .wp-block-buttons>.wp-block-button.wp-block-button__width-100{  flex-basis:100%;  width:100%; } .wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{  width:25%; } .wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{  width:50%; } .wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{  width:75%; } .wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{  border-radius:0; } .wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{  border-radius:0 !important; } :root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){  border:2px solid;  padding:.667em 1.333em; } :root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){  color:currentColor; } :root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){  background-color:initial;  background-image:none; } .wp-block-buttons{  box-sizing:border-box; } .wp-block-buttons.is-vertical{  flex-direction:column; } .wp-block-buttons.is-vertical>.wp-block-button:last-child{  margin-bottom:0; } .wp-block-buttons>.wp-block-button{  display:inline-block;  margin:0; } .wp-block-buttons.is-content-justification-left{  justify-content:flex-start; } .wp-block-buttons.is-content-justification-left.is-vertical{  align-items:flex-start; } .wp-block-buttons.is-content-justification-center{  justify-content:center; } .wp-block-buttons.is-content-justification-center.is-vertical{  align-items:center; } .wp-block-buttons.is-content-justification-right{  justify-content:flex-end; } .wp-block-buttons.is-content-justification-right.is-vertical{  align-items:flex-end; } .wp-block-buttons.is-content-justification-space-between{  justify-content:space-between; } .wp-block-buttons.aligncenter{  text-align:center; } .wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{  margin-left:auto;  margin-right:auto;  width:100%; } .wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{  text-decoration:inherit; } .wp-block-buttons.has-custom-font-size .wp-block-button__link{  font-size:inherit; } .wp-block-button.aligncenter,.wp-block-calendar{  text-align:center; } .wp-block-calendar td,.wp-block-calendar th{  border:1px solid;  padding:.25em; } .wp-block-calendar th{  font-weight:400; } .wp-block-calendar caption{  background-color:inherit; } .wp-block-calendar table{  border-collapse:collapse;  width:100%; } .wp-block-calendar table:where(:not(.has-text-color)){  color:#40464d; } .wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{  border-color:#ddd; } .wp-block-calendar table.has-background th{  background-color:inherit; } .wp-block-calendar table.has-text-color th{  color:inherit; } :where(.wp-block-calendar table:not(.has-background) th){  background:#ddd; } .wp-block-categories{  box-sizing:border-box; } .wp-block-categories.alignleft{  margin-right:2em; } .wp-block-categories.alignright{  margin-left:2em; } .wp-block-categories.wp-block-categories-dropdown.aligncenter{  text-align:center; } .wp-block-categories .wp-block-categories__label{  display:block;  width:100%; } .wp-block-code{  box-sizing:border-box; } .wp-block-code code{  direction:ltr;  display:block;  font-family:inherit;  overflow-wrap:break-word;  text-align:initial;  white-space:pre-wrap; } .wp-block-columns{  align-items:normal !important;  box-sizing:border-box;  display:flex;  flex-wrap:wrap !important; } @media (min-width:782px){  .wp-block-columns{   flex-wrap:nowrap !important;  } } .wp-block-columns.are-vertically-aligned-top{  align-items:flex-start; } .wp-block-columns.are-vertically-aligned-center{  align-items:center; } .wp-block-columns.are-vertically-aligned-bottom{  align-items:flex-end; } @media (max-width:781px){  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{   flex-basis:100% !important;  } } @media (min-width:782px){  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{   flex-basis:0;   flex-grow:1;  }  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{   flex-grow:0;  } } .wp-block-columns.is-not-stacked-on-mobile{  flex-wrap:nowrap !important; } .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{  flex-basis:0;  flex-grow:1; } .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{  flex-grow:0; } :where(.wp-block-columns){  margin-bottom:1.75em; } :where(.wp-block-columns.has-background){  padding:1.25em 2.375em; } .wp-block-column{  flex-grow:1;  min-width:0;  overflow-wrap:break-word;  word-break:break-word; } .wp-block-column.is-vertically-aligned-top{  align-self:flex-start; } .wp-block-column.is-vertically-aligned-center{  align-self:center; } .wp-block-column.is-vertically-aligned-bottom{  align-self:flex-end; } .wp-block-column.is-vertically-aligned-stretch{  align-self:stretch; } .wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{  width:100%; } .wp-block-post-comments{  box-sizing:border-box; } .wp-block-post-comments .alignleft{  float:left; } .wp-block-post-comments .alignright{  float:right; } .wp-block-post-comments .navigation:after{  clear:both;  content:"";  display:table; } .wp-block-post-comments .commentlist{  clear:both;  list-style:none;  margin:0;  padding:0; } .wp-block-post-comments .commentlist .comment{  min-height:2.25em;  padding-left:3.25em; } .wp-block-post-comments .commentlist .comment p{  font-size:1em;  line-height:1.8;  margin:1em 0; } .wp-block-post-comments .commentlist .children{  list-style:none;  margin:0;  padding:0; } .wp-block-post-comments .comment-author{  line-height:1.5; } .wp-block-post-comments .comment-author .avatar{  border-radius:1.5em;  display:block;  float:left;  height:2.5em;  margin-right:.75em;  margin-top:.5em;  width:2.5em; } .wp-block-post-comments .comment-author cite{  font-style:normal; } .wp-block-post-comments .comment-meta{  font-size:.875em;  line-height:1.5; } .wp-block-post-comments .comment-meta b{  font-weight:400; } .wp-block-post-comments .comment-meta .comment-awaiting-moderation{  display:block;  margin-bottom:1em;  margin-top:1em; } .wp-block-post-comments .comment-body .commentmetadata{  font-size:.875em; } .wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{  display:block;  margin-bottom:.25em; } .wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{  box-sizing:border-box;  display:block;  width:100%; } .wp-block-post-comments .comment-form-cookies-consent{  display:flex;  gap:.25em; } .wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{  margin-top:.35em; } .wp-block-post-comments .comment-reply-title{  margin-bottom:0; } .wp-block-post-comments .comment-reply-title :where(small){  font-size:var(--wp--preset--font-size--medium, smaller);  margin-left:.5em; } .wp-block-post-comments .reply{  font-size:.875em;  margin-bottom:1.4em; } .wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{  border:1px solid #949494;  font-family:inherit;  font-size:1em; } .wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{  padding:calc(.667em + 2px); } :where(.wp-block-post-comments input[type=submit]){  border:none; } .wp-block-comments{  box-sizing:border-box; } .wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{  font-size:inherit;  margin-bottom:.5em;  margin-right:.5em; } .wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{  margin-right:0; } .wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{  display:inline-block;  margin-right:1ch; } .wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){  transform:scaleX(1); } .wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{  display:inline-block;  margin-left:1ch; } .wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){  transform:scaleX(1); } .wp-block-comments-pagination.aligncenter{  justify-content:center; } .wp-block-comment-template{  box-sizing:border-box;  list-style:none;  margin-bottom:0;  max-width:100%;  padding:0; } .wp-block-comment-template li{  clear:both; } .wp-block-comment-template ol{  list-style:none;  margin-bottom:0;  max-width:100%;  padding-left:2rem; } .wp-block-comment-template.alignleft{  float:left; } .wp-block-comment-template.aligncenter{  margin-left:auto;  margin-right:auto;  width:fit-content; } .wp-block-comment-template.alignright{  float:right; } .wp-block-comment-date{  box-sizing:border-box; } .comment-awaiting-moderation{  display:block;  font-size:.875em;  line-height:1.5; } .wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{  box-sizing:border-box; } .wp-block-cover,.wp-block-cover-image{  align-items:center;  background-position:50%;  box-sizing:border-box;  display:flex;  justify-content:center;  min-height:430px;  overflow:hidden;  overflow:clip;  padding:1em;  position:relative; } .wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){  background-color:#000; } .wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{  background-color:initial; } .wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{  background-color:inherit;  content:""; } .wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{  bottom:0;  left:0;  opacity:.5;  position:absolute;  right:0;  top:0; } .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{  opacity:.1; } .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{  opacity:.2; } .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{  opacity:.3; } .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{  opacity:.4; } .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{  opacity:.5; } .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{  opacity:.6; } .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{  opacity:.7; } .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{  opacity:.8; } .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{  opacity:.9; } .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{  opacity:1; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{  opacity:0; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{  opacity:.1; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{  opacity:.2; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{  opacity:.3; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{  opacity:.4; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{  opacity:.5; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{  opacity:.6; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{  opacity:.7; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{  opacity:.8; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{  opacity:.9; } .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{  opacity:1; } .wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{  max-width:420px;  width:100%; } .wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{  display:flex; } .wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{  color:inherit;  position:relative;  width:100%; } .wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{  align-items:flex-start;  justify-content:flex-start; } .wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{  align-items:flex-start;  justify-content:center; } .wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{  align-items:flex-start;  justify-content:flex-end; } .wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{  align-items:center;  justify-content:flex-start; } .wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{  align-items:center;  justify-content:center; } .wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{  align-items:center;  justify-content:flex-end; } .wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{  align-items:flex-end;  justify-content:flex-start; } .wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{  align-items:flex-end;  justify-content:center; } .wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{  align-items:flex-end;  justify-content:flex-end; } .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{  margin:0; } .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{  margin:0;  width:auto; } .wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{  border:none;  bottom:0;  box-shadow:none;  height:100%;  left:0;  margin:0;  max-height:none;  max-width:none;  object-fit:cover;  outline:none;  padding:0;  position:absolute;  right:0;  top:0;  width:100%; } .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{  background-attachment:fixed;  background-repeat:no-repeat;  background-size:cover; } @supports (-webkit-touch-callout:inherit){  .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{   background-attachment:scroll;  } } @media (prefers-reduced-motion:reduce){  .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{   background-attachment:scroll;  } } .wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{  background-repeat:repeat;  background-size:auto; } .wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{  color:#fff; } .wp-block-cover-image .wp-block-cover.has-left-content{  justify-content:flex-start; } .wp-block-cover-image .wp-block-cover.has-right-content{  justify-content:flex-end; } .wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{  margin-left:0;  text-align:left; } .wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{  margin-right:0;  text-align:right; } .wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{  font-size:2em;  line-height:1.25;  margin-bottom:0;  max-width:840px;  padding:.44em;  text-align:center;  z-index:1; } :where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){  color:#fff; } :where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){  color:#000; } :root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){  color:inherit; } body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{  z-index:0; } body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{  z-index:1; } .has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{  z-index:auto; } .wp-block-details{  box-sizing:border-box; } .wp-block-details summary{  cursor:pointer; } .wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{  max-width:360px;  width:100%; } .wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{  min-width:280px; } .wp-block-cover .wp-block-embed{  min-height:240px;  min-width:320px; } .wp-block-embed{  overflow-wrap:break-word; } .wp-block-embed :where(figcaption){  margin-bottom:1em;  margin-top:.5em; } .wp-block-embed iframe{  max-width:100%; } .wp-block-embed__wrapper{  position:relative; } .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{  content:"";  display:block;  padding-top:50%; } .wp-embed-responsive .wp-has-aspect-ratio iframe{  bottom:0;  height:100%;  left:0;  position:absolute;  right:0;  top:0;  width:100%; } .wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{  padding-top:42.85%; } .wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{  padding-top:50%; } .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{  padding-top:56.25%; } .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{  padding-top:75%; } .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{  padding-top:100%; } .wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{  padding-top:177.77%; } .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{  padding-top:200%; } .wp-block-file{  box-sizing:border-box; } .wp-block-file:not(.wp-element-button){  font-size:.8em; } .wp-block-file.aligncenter{  text-align:center; } .wp-block-file.alignright{  text-align:right; } .wp-block-file *+.wp-block-file__button{  margin-left:.75em; } :where(.wp-block-file){  margin-bottom:1.5em; } .wp-block-file__embed{  margin-bottom:1em; } :where(.wp-block-file__button){  border-radius:2em;  display:inline-block;  padding:.5em 1em; } :where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{  box-shadow:none;  color:#fff;  opacity:.85;  text-decoration:none; } .wp-block-form-input__label{  display:flex;  flex-direction:column;  gap:.25em;  margin-bottom:.5em;  width:100%; } .wp-block-form-input__label.is-label-inline{  align-items:center;  flex-direction:row;  gap:.5em; } .wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{  margin-bottom:.5em; } .wp-block-form-input__label:has(input[type=checkbox]){  flex-direction:row;  width:fit-content; } .wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{  margin:0; } .wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){  flex-direction:row-reverse; } .wp-block-form-input__label-content{  width:fit-content; } .wp-block-form-input__input{  font-size:1em;  margin-bottom:.5em;  padding:0 .5em; } .wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{  border:1px solid;  line-height:2;  min-height:2em; } textarea.wp-block-form-input__input{  min-height:10em; } .blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){  display:flex;  flex-wrap:wrap;  list-style-type:none;  margin:0;  padding:0; } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{  display:flex;  flex-direction:column;  flex-grow:1;  justify-content:center;  margin:0 1em 1em 0;  position:relative;  width:calc(50% - 1em); } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){  margin-right:0; } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{  align-items:flex-end;  display:flex;  height:100%;  justify-content:flex-start;  margin:0; } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{  display:block;  height:auto;  max-width:100%;  width:auto; } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{  background:linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);  bottom:0;  box-sizing:border-box;  color:#fff;  font-size:.8em;  margin:0;  max-height:100%;  overflow:auto;  padding:3em .77em .7em;  position:absolute;  text-align:center;  width:100%;  z-index:2; } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{  display:inline; } .blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{  flex-grow:1; } .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{  flex:1;  height:100%;  object-fit:cover;  width:100%; } .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{  margin-right:0;  width:100%; } @media (min-width:600px){  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{   margin-right:1em;   width:calc(33.33333% - .66667em);  }  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{   margin-right:1em;   width:calc(25% - .75em);  }  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{   margin-right:1em;   width:calc(20% - .8em);  }  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{   margin-right:1em;   width:calc(16.66667% - .83333em);  }  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{   margin-right:1em;   width:calc(14.28571% - .85714em);  }  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{   margin-right:1em;   width:calc(12.5% - .875em);  }  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){   margin-right:0;  } } .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{  margin-right:0; } .blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{  max-width:420px;  width:100%; } .blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{  justify-content:center; } .wp-block-gallery:not(.is-cropped) .blocks-gallery-item{  align-self:flex-start; } figure.wp-block-gallery.has-nested-images{  align-items:normal; } .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){  margin:0;  width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2); } .wp-block-gallery.has-nested-images figure.wp-block-image{  box-sizing:border-box;  display:flex;  flex-direction:column;  flex-grow:1;  justify-content:center;  max-width:100%;  position:relative; } .wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{  flex-direction:column;  flex-grow:1;  margin:0; } .wp-block-gallery.has-nested-images figure.wp-block-image img{  display:block;  height:auto;  max-width:100% !important;  width:auto; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{  bottom:0;  left:0;  max-height:100%;  position:absolute;  right:0; } .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{  -webkit-backdrop-filter:blur(3px);      backdrop-filter:blur(3px);  content:"";  height:100%;  -webkit-mask-image:linear-gradient(0deg, #000 20%, #0000);      mask-image:linear-gradient(0deg, #000 20%, #0000);  max-height:40%; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{  background:linear-gradient(0deg, #0006, #0000);  box-sizing:border-box;  color:#fff;  font-size:13px;  margin:0;  overflow:auto;  padding:1em;  scrollbar-color:#0000 #0000;  scrollbar-gutter:stable both-edges;  scrollbar-width:thin;  text-align:center;  text-shadow:0 0 1.5px #000;  will-change:transform; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{  height:12px;  width:12px; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{  background-color:initial; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{  background-clip:padding-box;  background-color:initial;  border:3px solid #0000;  border-radius:8px; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{  background-color:#fffc; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{  scrollbar-color:#fffc #0000; } @media (hover:none){  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{   scrollbar-color:#fffc #0000;  } } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{  display:inline; } .wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{  color:inherit; } .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{  box-sizing:border-box; } .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{  flex:1 1 auto; } .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{  background:none;  color:inherit;  flex:initial;  margin:0;  padding:10px 10px 9px;  position:relative;  text-shadow:none; } .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{  content:none; } .wp-block-gallery.has-nested-images figcaption{  flex-basis:100%;  flex-grow:1;  text-align:center; } .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){  margin-bottom:auto;  margin-top:0; } .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){  align-self:inherit; } .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){  display:flex; } .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{  flex:1 0 0%;  height:100%;  object-fit:cover;  width:100%; } .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){  width:100%; } @media (min-width:600px){  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){   width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);  }  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){   width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75);  }  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){   width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8);  }  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){   width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333);  }  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){   width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714);  }  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){   width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875);  }  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){   width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);  }  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){   width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5);  }  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{   width:100%;  } } .wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{  max-width:420px;  width:100%; } .wp-block-gallery.has-nested-images.aligncenter{  justify-content:center; } .wp-block-group{  box-sizing:border-box; } :where(.wp-block-group.wp-block-group-is-layout-constrained){  position:relative; } h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{  padding:1.25em 2.375em; } h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){  rotate:180deg; } .wp-block-image>a,.wp-block-image>figure>a{  display:inline-block; } .wp-block-image img{  box-sizing:border-box;  height:auto;  max-width:100%;  vertical-align:bottom; } @media not (prefers-reduced-motion){  .wp-block-image img.hide{   visibility:hidden;  }  .wp-block-image img.show{   animation:show-content-image .4s;  } } .wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{  border-radius:inherit; } .wp-block-image.has-custom-border img{  box-sizing:border-box; } .wp-block-image.aligncenter{  text-align:center; } .wp-block-image.alignfull>a,.wp-block-image.alignwide>a{  width:100%; } .wp-block-image.alignfull img,.wp-block-image.alignwide img{  height:auto;  width:100%; } .wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{  display:table; } .wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{  caption-side:bottom;  display:table-caption; } .wp-block-image .alignleft{  float:left;  margin:.5em 1em .5em 0; } .wp-block-image .alignright{  float:right;  margin:.5em 0 .5em 1em; } .wp-block-image .aligncenter{  margin-left:auto;  margin-right:auto; } .wp-block-image :where(figcaption){  margin-bottom:1em;  margin-top:.5em; } .wp-block-image.is-style-circle-mask img{  border-radius:9999px; } @supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){  .wp-block-image.is-style-circle-mask img{   border-radius:0;   -webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');       mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');   mask-mode:alpha;   -webkit-mask-position:center;       mask-position:center;   -webkit-mask-repeat:no-repeat;       mask-repeat:no-repeat;   -webkit-mask-size:contain;       mask-size:contain;  } } :root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){  border-radius:9999px; } .wp-block-image figure{  margin:0; } .wp-lightbox-container{  display:flex;  flex-direction:column;  position:relative; } .wp-lightbox-container img{  cursor:zoom-in; } .wp-lightbox-container img:hover+button{  opacity:1; } .wp-lightbox-container button{  align-items:center;  -webkit-backdrop-filter:blur(16px) saturate(180%);      backdrop-filter:blur(16px) saturate(180%);  background-color:#5a5a5a40;  border:none;  border-radius:4px;  cursor:zoom-in;  display:flex;  height:20px;  justify-content:center;  opacity:0;  padding:0;  position:absolute;  right:16px;  text-align:center;  top:16px;  width:20px;  z-index:100; } @media not (prefers-reduced-motion){  .wp-lightbox-container button{   transition:opacity .2s ease;  } } .wp-lightbox-container button:focus-visible{  outline:3px auto #5a5a5a40;  outline:3px auto -webkit-focus-ring-color;  outline-offset:3px; } .wp-lightbox-container button:hover{  cursor:pointer;  opacity:1; } .wp-lightbox-container button:focus{  opacity:1; } .wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){  background-color:#5a5a5a40;  border:none; } .wp-lightbox-overlay{  box-sizing:border-box;  cursor:zoom-out;  height:100vh;  left:0;  overflow:hidden;  position:fixed;  top:0;  visibility:hidden;  width:100%;  z-index:100000; } .wp-lightbox-overlay .close-button{  align-items:center;  cursor:pointer;  display:flex;  justify-content:center;  min-height:40px;  min-width:40px;  padding:0;  position:absolute;  right:calc(env(safe-area-inset-right) + 16px);  top:calc(env(safe-area-inset-top) + 16px);  z-index:5000000; } .wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){  background:none;  border:none; } .wp-lightbox-overlay .lightbox-image-container{  height:var(--wp--lightbox-container-height);  left:50%;  overflow:hidden;  position:absolute;  top:50%;  transform:translate(-50%, -50%);  transform-origin:top left;  width:var(--wp--lightbox-container-width);  z-index:9999999999; } .wp-lightbox-overlay .wp-block-image{  align-items:center;  box-sizing:border-box;  display:flex;  height:100%;  justify-content:center;  margin:0;  position:relative;  transform-origin:0 0;  width:100%;  z-index:3000000; } .wp-lightbox-overlay .wp-block-image img{  height:var(--wp--lightbox-image-height);  min-height:var(--wp--lightbox-image-height);  min-width:var(--wp--lightbox-image-width);  width:var(--wp--lightbox-image-width); } .wp-lightbox-overlay .wp-block-image figcaption{  display:none; } .wp-lightbox-overlay button{  background:none;  border:none; } .wp-lightbox-overlay .scrim{  background-color:#fff;  height:100%;  opacity:.9;  position:absolute;  width:100%;  z-index:2000000; } .wp-lightbox-overlay.active{  visibility:visible; } @media not (prefers-reduced-motion){  .wp-lightbox-overlay.active{   animation:turn-on-visibility .25s both;  }  .wp-lightbox-overlay.active img{   animation:turn-on-visibility .35s both;  }  .wp-lightbox-overlay.show-closing-animation:not(.active){   animation:turn-off-visibility .35s both;  }  .wp-lightbox-overlay.show-closing-animation:not(.active) img{   animation:turn-off-visibility .25s both;  }  .wp-lightbox-overlay.zoom.active{   animation:none;   opacity:1;   visibility:visible;  }  .wp-lightbox-overlay.zoom.active .lightbox-image-container{   animation:lightbox-zoom-in .4s;  }  .wp-lightbox-overlay.zoom.active .lightbox-image-container img{   animation:none;  }  .wp-lightbox-overlay.zoom.active .scrim{   animation:turn-on-visibility .4s forwards;  }  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active){   animation:none;  }  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{   animation:lightbox-zoom-out .4s;  }  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{   animation:none;  }  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{   animation:turn-off-visibility .4s forwards;  } } @keyframes show-content-image{  0%{   visibility:hidden;  }  99%{   visibility:hidden;  }  to{   visibility:visible;  } } @keyframes turn-on-visibility{  0%{   opacity:0;  }  to{   opacity:1;  } } @keyframes turn-off-visibility{  0%{   opacity:1;   visibility:visible;  }  99%{   opacity:0;   visibility:visible;  }  to{   opacity:0;   visibility:hidden;  } } @keyframes lightbox-zoom-in{  0%{   transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));  }  to{   transform:translate(-50%, -50%) scale(1);  } } @keyframes lightbox-zoom-out{  0%{   transform:translate(-50%, -50%) scale(1);   visibility:visible;  }  99%{   visibility:visible;  }  to{   transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));   visibility:hidden;  } } ol.wp-block-latest-comments{  box-sizing:border-box;  margin-left:0; } :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){  line-height:1.1; } :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){  line-height:1.8; } .has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){  line-height:1.5; } .wp-block-latest-comments .wp-block-latest-comments{  padding-left:0; } .wp-block-latest-comments__comment{  list-style:none;  margin-bottom:1em; } .has-avatars .wp-block-latest-comments__comment{  list-style:none;  min-height:2.25em; } .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{  margin-left:3.25em; } .wp-block-latest-comments__comment-excerpt p{  font-size:.875em;  margin:.36em 0 1.4em; } .wp-block-latest-comments__comment-date{  display:block;  font-size:.75em; } .wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{  border-radius:1.5em;  display:block;  float:left;  height:2.5em;  margin-right:.75em;  width:2.5em; } .wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{  font-size:inherit; } .wp-block-latest-posts{  box-sizing:border-box; } .wp-block-latest-posts.alignleft{  margin-right:2em; } .wp-block-latest-posts.alignright{  margin-left:2em; } .wp-block-latest-posts.wp-block-latest-posts__list{  list-style:none; } .wp-block-latest-posts.wp-block-latest-posts__list li{  clear:both;  overflow-wrap:break-word; } .wp-block-latest-posts.is-grid{  display:flex;  flex-wrap:wrap; } .wp-block-latest-posts.is-grid li{  margin:0 1.25em 1.25em 0;  width:100%; } @media (min-width:600px){  .wp-block-latest-posts.columns-2 li{   width:calc(50% - .625em);  }  .wp-block-latest-posts.columns-2 li:nth-child(2n){   margin-right:0;  }  .wp-block-latest-posts.columns-3 li{   width:calc(33.33333% - .83333em);  }  .wp-block-latest-posts.columns-3 li:nth-child(3n){   margin-right:0;  }  .wp-block-latest-posts.columns-4 li{   width:calc(25% - .9375em);  }  .wp-block-latest-posts.columns-4 li:nth-child(4n){   margin-right:0;  }  .wp-block-latest-posts.columns-5 li{   width:calc(20% - 1em);  }  .wp-block-latest-posts.columns-5 li:nth-child(5n){   margin-right:0;  }  .wp-block-latest-posts.columns-6 li{   width:calc(16.66667% - 1.04167em);  }  .wp-block-latest-posts.columns-6 li:nth-child(6n){   margin-right:0;  } } :root :where(.wp-block-latest-posts.is-grid){  padding:0; } :root :where(.wp-block-latest-posts.wp-block-latest-posts__list){  padding-left:0; } .wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{  display:block;  font-size:.8125em; } .wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{  margin-bottom:1em;  margin-top:.5em; } .wp-block-latest-posts__featured-image a{  display:inline-block; } .wp-block-latest-posts__featured-image img{  height:auto;  max-width:100%;  width:auto; } .wp-block-latest-posts__featured-image.alignleft{  float:left;  margin-right:1em; } .wp-block-latest-posts__featured-image.alignright{  float:right;  margin-left:1em; } .wp-block-latest-posts__featured-image.aligncenter{  margin-bottom:1em;  text-align:center; } ol,ul{  box-sizing:border-box; } :root :where(.wp-block-list.has-background){  padding:1.25em 2.375em; } .wp-block-loginout,.wp-block-media-text{  box-sizing:border-box; } .wp-block-media-text{  direction:ltr;  display:grid;  grid-template-columns:50% 1fr;  grid-template-rows:auto; } .wp-block-media-text.has-media-on-the-right{  grid-template-columns:1fr 50%; } .wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{  align-self:start; } .wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{  align-self:center; } .wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{  align-self:end; } .wp-block-media-text>.wp-block-media-text__media{  grid-column:1;  grid-row:1;  margin:0; } .wp-block-media-text>.wp-block-media-text__content{  direction:ltr;  grid-column:2;  grid-row:1;  padding:0 8%;  word-break:break-word; } .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{  grid-column:2;  grid-row:1; } .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{  grid-column:1;  grid-row:1; } .wp-block-media-text__media a{  display:block; } .wp-block-media-text__media img,.wp-block-media-text__media video{  height:auto;  max-width:unset;  vertical-align:middle;  width:100%; } .wp-block-media-text.is-image-fill>.wp-block-media-text__media{  background-size:cover;  height:100%;  min-height:250px; } .wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{  display:block;  height:100%; } .wp-block-media-text.is-image-fill>.wp-block-media-text__media img{  height:1px;  margin:-1px;  overflow:hidden;  padding:0;  position:absolute;  width:1px;  clip:rect(0, 0, 0, 0);  border:0; } .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{  height:100%;  min-height:250px;  position:relative; } .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{  display:block;  height:100%; } .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{  height:100%;  object-fit:cover;  position:absolute;  width:100%; } @media (max-width:600px){  .wp-block-media-text.is-stacked-on-mobile{   grid-template-columns:100% !important;  }  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{   grid-column:1;   grid-row:1;  }  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{   grid-column:1;   grid-row:2;  } } .wp-block-navigation{  position:relative;  --navigation-layout-justification-setting:flex-start;  --navigation-layout-direction:row;  --navigation-layout-wrap:wrap;  --navigation-layout-justify:flex-start;  --navigation-layout-align:center; } .wp-block-navigation ul{  margin-bottom:0;  margin-left:0;  margin-top:0;  padding-left:0; } .wp-block-navigation ul,.wp-block-navigation ul li{  list-style:none;  padding:0; } .wp-block-navigation .wp-block-navigation-item{  align-items:center;  display:flex;  position:relative; } .wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{  display:none; } .wp-block-navigation .wp-block-navigation-item__content{  display:block; } .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{  color:inherit; } .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{  text-decoration:underline; } .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{  text-decoration:line-through; } .wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){  text-decoration:none; } .wp-block-navigation .wp-block-navigation__submenu-icon{  align-self:center;  background-color:inherit;  border:none;  color:currentColor;  display:inline-block;  font-size:inherit;  height:.6em;  line-height:0;  margin-left:.25em;  padding:0;  width:.6em; } .wp-block-navigation .wp-block-navigation__submenu-icon svg{  display:inline-block;  stroke:currentColor;  height:inherit;  margin-top:.075em;  width:inherit; } .wp-block-navigation.is-vertical{  --navigation-layout-direction:column;  --navigation-layout-justify:initial;  --navigation-layout-align:flex-start; } .wp-block-navigation.no-wrap{  --navigation-layout-wrap:nowrap; } .wp-block-navigation.items-justified-center{  --navigation-layout-justification-setting:center;  --navigation-layout-justify:center; } .wp-block-navigation.items-justified-center.is-vertical{  --navigation-layout-align:center; } .wp-block-navigation.items-justified-right{  --navigation-layout-justification-setting:flex-end;  --navigation-layout-justify:flex-end; } .wp-block-navigation.items-justified-right.is-vertical{  --navigation-layout-align:flex-end; } .wp-block-navigation.items-justified-space-between{  --navigation-layout-justification-setting:space-between;  --navigation-layout-justify:space-between; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container{  align-items:normal;  background-color:inherit;  color:inherit;  display:flex;  flex-direction:column;  height:0;  left:-1px;  opacity:0;  overflow:hidden;  position:absolute;  top:100%;  visibility:hidden;  width:0;  z-index:2; } @media not (prefers-reduced-motion){  .wp-block-navigation .has-child .wp-block-navigation__submenu-container{   transition:opacity .1s linear;  } } .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{  display:flex;  flex-grow:1; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{  margin-left:auto;  margin-right:0; } .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{  margin:0; } @media (min-width:782px){  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{   left:100%;   top:-1px;  }  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{   background:#0000;   content:"";   display:block;   height:100%;   position:absolute;   right:100%;   width:.5em;  }  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{   margin-right:.25em;  }  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{   transform:rotate(-90deg);  } } .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{  height:auto;  min-width:200px;  opacity:1;  overflow:visible;  visibility:visible;  width:auto; } .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{  left:0;  top:100%; } @media (min-width:782px){  .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{   left:100%;   top:0;  } } .wp-block-navigation-submenu{  display:flex;  position:relative; } .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{  stroke:currentColor; } button.wp-block-navigation-item__content{  background-color:initial;  border:none;  color:currentColor;  font-family:inherit;  font-size:inherit;  font-style:inherit;  font-weight:inherit;  letter-spacing:inherit;  line-height:inherit;  text-align:left;  text-transform:inherit; } .wp-block-navigation-submenu__toggle{  cursor:pointer; } .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{  padding-left:0;  padding-right:.85em; } .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{  margin-left:-.6em;  pointer-events:none; } .wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){  padding:0; } .wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{  gap:inherit; } :where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){  padding:.5em 1em; } :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){  padding:.5em 1em; } .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{  left:auto;  right:0; } .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{  left:-1px;  right:-1px; } @media (min-width:782px){  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{   left:auto;   right:100%;  } } .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{  background-color:#fff;  border:1px solid #00000026; } .wp-block-navigation.has-background .wp-block-navigation__submenu-container{  background-color:inherit; } .wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{  color:#000; } .wp-block-navigation__container{  align-items:var(--navigation-layout-align, initial);  display:flex;  flex-direction:var(--navigation-layout-direction, initial);  flex-wrap:var(--navigation-layout-wrap, wrap);  justify-content:var(--navigation-layout-justify, initial);  list-style:none;  margin:0;  padding-left:0; } .wp-block-navigation__container .is-responsive{  display:none; } .wp-block-navigation__container:only-child,.wp-block-page-list:only-child{  flex-grow:1; } @keyframes overlay-menu__fade-in-animation{  0%{   opacity:0;   transform:translateY(.5em);  }  to{   opacity:1;   transform:translateY(0);  } } .wp-block-navigation__responsive-container{  bottom:0;  display:none;  left:0;  position:fixed;  right:0;  top:0; } .wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){  color:inherit; } .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{  align-items:var(--navigation-layout-align, initial);  display:flex;  flex-direction:var(--navigation-layout-direction, initial);  flex-wrap:var(--navigation-layout-wrap, wrap);  justify-content:var(--navigation-layout-justify, initial); } .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){  background-color:inherit !important;  color:inherit !important; } .wp-block-navigation__responsive-container.is-menu-open{  background-color:inherit;  display:flex;  flex-direction:column;  overflow:auto;  padding:clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20rem);  z-index:100000; } @media not (prefers-reduced-motion){  .wp-block-navigation__responsive-container.is-menu-open{   animation:overlay-menu__fade-in-animation .1s ease-out;   animation-fill-mode:forwards;  } } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{  align-items:var(--navigation-layout-justification-setting, inherit);  display:flex;  flex-direction:column;  flex-wrap:nowrap;  overflow:visible;  padding-top:calc(2rem + 24px); } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{  justify-content:flex-start; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{  display:none; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{  border:none;  height:auto;  min-width:200px;  opacity:1;  overflow:initial;  padding-left:2rem;  padding-right:2rem;  position:static;  visibility:visible;  width:auto; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{  gap:inherit; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{  padding-top:var(--wp--style--block-gap, 2em); } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{  padding:0; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{  align-items:var(--navigation-layout-justification-setting, initial);  display:flex;  flex-direction:column; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{  background:#0000 !important;  color:inherit !important; } .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{  left:auto;  right:auto; } @media (min-width:600px){  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){   background-color:inherit;   display:block;   position:relative;   width:100%;   z-index:auto;  }  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{   display:none;  }  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{   left:0;  } } .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{  background-color:#fff; } .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{  color:#000; } .wp-block-navigation__toggle_button_label{  font-size:1rem;  font-weight:700; } .wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{  background:#0000;  border:none;  color:currentColor;  cursor:pointer;  margin:0;  padding:0;  text-transform:inherit;  vertical-align:middle; } .wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{  fill:currentColor;  display:block;  height:24px;  pointer-events:none;  width:24px; } .wp-block-navigation__responsive-container-open{  display:flex; } .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{  font-family:inherit;  font-size:inherit;  font-weight:inherit; } @media (min-width:600px){  .wp-block-navigation__responsive-container-open:not(.always-shown){   display:none;  } } .wp-block-navigation__responsive-container-close{  position:absolute;  right:0;  top:0;  z-index:2; } .wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{  font-family:inherit;  font-size:inherit;  font-weight:inherit; } .wp-block-navigation__responsive-close{  width:100%; } .has-modal-open .wp-block-navigation__responsive-close{  margin-left:auto;  margin-right:auto;  max-width:var(--wp--style--global--wide-size, 100%); } .wp-block-navigation__responsive-close:focus{  outline:none; } .is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{  box-sizing:border-box; } .wp-block-navigation__responsive-dialog{  position:relative; } .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{  margin-top:46px; } @media (min-width:782px){  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{   margin-top:32px;  } } html.has-modal-open{  overflow:hidden; } .wp-block-navigation .wp-block-navigation-item__label{  overflow-wrap:break-word; } .wp-block-navigation .wp-block-navigation-item__description{  display:none; } .link-ui-tools{  border-top:1px solid #f0f0f0;  padding:8px; } .link-ui-block-inserter{  padding-top:8px; } .link-ui-block-inserter__back{  margin-left:8px;  text-transform:uppercase; } .wp-block-navigation .wp-block-page-list{  align-items:var(--navigation-layout-align, initial);  background-color:inherit;  display:flex;  flex-direction:var(--navigation-layout-direction, initial);  flex-wrap:var(--navigation-layout-wrap, wrap);  justify-content:var(--navigation-layout-justify, initial); } .wp-block-navigation .wp-block-navigation-item{  background-color:inherit; } .wp-block-page-list{  box-sizing:border-box; } .is-small-text{  font-size:.875em; } .is-regular-text{  font-size:1em; } .is-large-text{  font-size:2.25em; } .is-larger-text{  font-size:3em; } .has-drop-cap:not(:focus):first-letter{  float:left;  font-size:8.4em;  font-style:normal;  font-weight:100;  line-height:.68;  margin:.05em .1em 0 0;  text-transform:uppercase; } body.rtl .has-drop-cap:not(:focus):first-letter{  float:none;  margin-left:.1em; } p.has-drop-cap.has-background{  overflow:hidden; } :root :where(p.has-background){  padding:1.25em 2.375em; } :where(p.has-text-color:not(.has-link-color)) a{  color:inherit; } p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{  rotate:180deg; } .wp-block-post-author{  box-sizing:border-box;  display:flex;  flex-wrap:wrap; } .wp-block-post-author__byline{  font-size:.5em;  margin-bottom:0;  margin-top:0;  width:100%; } .wp-block-post-author__avatar{  margin-right:1em; } .wp-block-post-author__bio{  font-size:.7em;  margin-bottom:.7em; } .wp-block-post-author__content{  flex-basis:0;  flex-grow:1; } .wp-block-post-author__name{  margin:0; } .wp-block-post-author-biography{  box-sizing:border-box; } :where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{  border:1px solid #949494;  font-family:inherit;  font-size:1em; } :where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{  padding:calc(.667em + 2px); } .wp-block-post-comments-form{  box-sizing:border-box; } .wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){  font-weight:inherit; } .wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){  font-family:inherit; } .wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){  font-size:inherit; } .wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){  line-height:inherit; } .wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){  font-style:inherit; } .wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){  letter-spacing:inherit; } .wp-block-post-comments-form :where(input[type=submit]){  box-shadow:none;  cursor:pointer;  display:inline-block;  overflow-wrap:break-word;  text-align:center; } .wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{  box-sizing:border-box;  display:block;  width:100%; } .wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{  display:block;  margin-bottom:.25em; } .wp-block-post-comments-form .comment-form-cookies-consent{  display:flex;  gap:.25em; } .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{  margin-top:.35em; } .wp-block-post-comments-form .comment-reply-title{  margin-bottom:0; } .wp-block-post-comments-form .comment-reply-title :where(small){  font-size:var(--wp--preset--font-size--medium, smaller);  margin-left:.5em; } .wp-block-post-comments-form input[type=submit]{  width:auto; } .wp-block-post-comments-count{  box-sizing:border-box; } .wp-block-post-content{  display:flow-root; } .wp-block-post-comments-link,.wp-block-post-date{  box-sizing:border-box; } :where(.wp-block-post-excerpt){  box-sizing:border-box;  margin-bottom:var(--wp--style--block-gap);  margin-top:var(--wp--style--block-gap); } .wp-block-post-excerpt__excerpt{  margin-bottom:0;  margin-top:0; } .wp-block-post-excerpt__more-text{  margin-bottom:0;  margin-top:var(--wp--style--block-gap); } .wp-block-post-excerpt__more-link{  display:inline-block; } .wp-block-post-featured-image{  margin-left:0;  margin-right:0; } .wp-block-post-featured-image a{  display:block;  height:100%; } .wp-block-post-featured-image :where(img){  box-sizing:border-box;  height:auto;  max-width:100%;  vertical-align:bottom;  width:100%; } .wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{  width:100%; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{  background-color:#000;  inset:0;  position:absolute; } .wp-block-post-featured-image{  position:relative; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{  background-color:initial; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{  opacity:0; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{  opacity:.1; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{  opacity:.2; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{  opacity:.3; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{  opacity:.4; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{  opacity:.5; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{  opacity:.6; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{  opacity:.7; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{  opacity:.8; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{  opacity:.9; } .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{  opacity:1; } .wp-block-post-featured-image:where(.alignleft,.alignright){  width:100%; } .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{  display:inline-block;  margin-right:1ch; } .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){  transform:scaleX(1); } .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{  display:inline-block;  margin-left:1ch; } .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){  transform:scaleX(1); } .wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{  rotate:180deg; } .wp-block-post-terms{  box-sizing:border-box; } .wp-block-post-terms .wp-block-post-terms__separator{  white-space:pre-wrap; } .wp-block-post-time-to-read,.wp-block-post-title{  box-sizing:border-box; } .wp-block-post-title{  word-break:break-word; } .wp-block-post-title :where(a){  display:inline-block;  font-family:inherit;  font-size:inherit;  font-style:inherit;  font-weight:inherit;  letter-spacing:inherit;  line-height:inherit;  text-decoration:inherit; } .wp-block-post-author-name,.wp-block-preformatted{  box-sizing:border-box; } .wp-block-preformatted{  white-space:pre-wrap; } :where(.wp-block-preformatted.has-background){  padding:1.25em 2.375em; } .wp-block-pullquote{  box-sizing:border-box;  margin:0 0 1em;  overflow-wrap:break-word;  padding:4em 0;  text-align:center; } .wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{  color:inherit; } .wp-block-pullquote blockquote{  margin:0; } .wp-block-pullquote p{  margin-top:0; } .wp-block-pullquote p:last-child{  margin-bottom:0; } .wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{  max-width:420px; } .wp-block-pullquote cite,.wp-block-pullquote footer{  position:relative; } .wp-block-pullquote .has-text-color a{  color:inherit; } .wp-block-pullquote.has-text-align-left blockquote{  text-align:left; } .wp-block-pullquote.has-text-align-right blockquote{  text-align:right; } .wp-block-pullquote.has-text-align-center blockquote{  text-align:center; } .wp-block-pullquote.is-style-solid-color{  border:none; } .wp-block-pullquote.is-style-solid-color blockquote{  margin-left:auto;  margin-right:auto;  max-width:60%; } .wp-block-pullquote.is-style-solid-color blockquote p{  font-size:2em;  margin-bottom:0;  margin-top:0; } .wp-block-pullquote.is-style-solid-color blockquote cite{  font-style:normal;  text-transform:none; } .wp-block-pullquote cite{  color:inherit;  display:block; } .wp-block-post-template{  box-sizing:border-box;  list-style:none;  margin-bottom:0;  margin-top:0;  max-width:100%;  padding:0; } .wp-block-post-template.is-flex-container{  display:flex;  flex-direction:row;  flex-wrap:wrap;  gap:1.25em; } .wp-block-post-template.is-flex-container>li{  margin:0;  width:100%; } @media (min-width:600px){  .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{   width:calc(50% - .625em);  }  .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{   width:calc(33.33333% - .83333em);  }  .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{   width:calc(25% - .9375em);  }  .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{   width:calc(20% - 1em);  }  .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{   width:calc(16.66667% - 1.04167em);  } } @media (max-width:600px){  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{   grid-template-columns:1fr;  } } .wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{  float:right;  margin-inline-end:0;  margin-inline-start:2em; } .wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{  float:left;  margin-inline-end:2em;  margin-inline-start:0; } .wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{  margin-inline-end:auto;  margin-inline-start:auto; } .wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{  margin-inline-start:auto; } .wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{  margin-inline-end:auto; } .wp-block-query-pagination .wp-block-query-pagination-previous-arrow{  display:inline-block;  margin-right:1ch; } .wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){  transform:scaleX(1); } .wp-block-query-pagination .wp-block-query-pagination-next-arrow{  display:inline-block;  margin-left:1ch; } .wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){  transform:scaleX(1); } .wp-block-query-pagination.aligncenter{  justify-content:center; } .wp-block-query-title,.wp-block-query-total,.wp-block-quote{  box-sizing:border-box; } .wp-block-quote{  overflow-wrap:break-word; } .wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){  margin-bottom:1em;  padding:0 1em; } .wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{  font-size:1.5em;  font-style:italic;  line-height:1.6; } .wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{  font-size:1.125em;  text-align:right; } .wp-block-quote>cite{  display:block; } .wp-block-read-more{  display:block;  width:fit-content; } .wp-block-read-more:where(:not([style*=text-decoration])){  text-decoration:none; } .wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{  text-decoration:none; } ul.wp-block-rss.alignleft{  margin-right:2em; } ul.wp-block-rss.alignright{  margin-left:2em; } ul.wp-block-rss.is-grid{  display:flex;  flex-wrap:wrap;  padding:0; } ul.wp-block-rss.is-grid li{  margin:0 1em 1em 0;  width:100%; } @media (min-width:600px){  ul.wp-block-rss.columns-2 li{   width:calc(50% - 1em);  }  ul.wp-block-rss.columns-3 li{   width:calc(33.33333% - 1em);  }  ul.wp-block-rss.columns-4 li{   width:calc(25% - 1em);  }  ul.wp-block-rss.columns-5 li{   width:calc(20% - 1em);  }  ul.wp-block-rss.columns-6 li{   width:calc(16.66667% - 1em);  } } .wp-block-rss__item-author,.wp-block-rss__item-publish-date{  display:block;  font-size:.8125em; } .wp-block-rss{  box-sizing:border-box;  list-style:none;  padding:0; } .wp-block-search__button{  margin-left:10px;  word-break:normal; } .wp-block-search__button.has-icon{  line-height:0; } .wp-block-search__button svg{  height:1.25em;  min-height:24px;  min-width:24px;  width:1.25em;  fill:currentColor;  vertical-align:text-bottom; } :where(.wp-block-search__button){  border:1px solid #ccc;  padding:6px 10px; } .wp-block-search__inside-wrapper{  display:flex;  flex:auto;  flex-wrap:nowrap;  max-width:100%; } .wp-block-search__label{  width:100%; } .wp-block-search__input{  appearance:none;  border:1px solid #949494;  flex-grow:1;  margin-left:0;  margin-right:0;  min-width:3rem;  padding:8px;  text-decoration:unset !important; } .wp-block-search.wp-block-search__button-only .wp-block-search__button{  box-sizing:border-box;  display:flex;  flex-shrink:0;  justify-content:center;  margin-left:0;  max-width:100%; } .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{  min-width:0 !important;  transition-property:width; } .wp-block-search.wp-block-search__button-only .wp-block-search__input{  flex-basis:100%;  transition-duration:.3s; } .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{  overflow:hidden; } .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{  border-left-width:0 !important;  border-right-width:0 !important;  flex-basis:0;  flex-grow:0;  margin:0;  min-width:0 !important;  padding-left:0 !important;  padding-right:0 !important;  width:0 !important; } :where(.wp-block-search__input){  font-family:inherit;  font-size:inherit;  font-style:inherit;  font-weight:inherit;  letter-spacing:inherit;  line-height:inherit;  text-transform:inherit; } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){  border:1px solid #949494;  box-sizing:border-box;  padding:4px; } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{  border:none;  border-radius:0;  padding:0 4px; } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{  outline:none; } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){  padding:4px 8px; } .wp-block-search.aligncenter .wp-block-search__inside-wrapper{  margin:auto; } .wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{  float:right; } .wp-block-separator{  border:none;  border-top:2px solid; } :root :where(.wp-block-separator.is-style-dots){  height:auto;  line-height:1;  text-align:center; } :root :where(.wp-block-separator.is-style-dots):before{  color:currentColor;  content:"···";  font-family:serif;  font-size:1.5em;  letter-spacing:2em;  padding-left:2em; } .wp-block-separator.is-style-dots{  background:none !important;  border:none !important; } .wp-block-site-logo{  box-sizing:border-box;  line-height:0; } .wp-block-site-logo a{  display:inline-block;  line-height:0; } .wp-block-site-logo.is-default-size img{  height:auto;  width:120px; } .wp-block-site-logo img{  height:auto;  max-width:100%; } .wp-block-site-logo a,.wp-block-site-logo img{  border-radius:inherit; } .wp-block-site-logo.aligncenter{  margin-left:auto;  margin-right:auto;  text-align:center; } :root :where(.wp-block-site-logo.is-style-rounded){  border-radius:9999px; } .wp-block-site-tagline,.wp-block-site-title{  box-sizing:border-box; } .wp-block-site-title :where(a){  color:inherit;  font-family:inherit;  font-size:inherit;  font-style:inherit;  font-weight:inherit;  letter-spacing:inherit;  line-height:inherit;  text-decoration:inherit; } .wp-block-social-links{  background:none;  box-sizing:border-box;  margin-left:0;  padding-left:0;  padding-right:0;  text-indent:0; } .wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{  border-bottom:0;  box-shadow:none;  text-decoration:none; } .wp-block-social-links .wp-social-link svg{  height:1em;  width:1em; } .wp-block-social-links .wp-social-link span:not(.screen-reader-text){  font-size:.65em;  margin-left:.5em;  margin-right:.5em; } .wp-block-social-links.has-small-icon-size{  font-size:16px; } .wp-block-social-links,.wp-block-social-links.has-normal-icon-size{  font-size:24px; } .wp-block-social-links.has-large-icon-size{  font-size:36px; } .wp-block-social-links.has-huge-icon-size{  font-size:48px; } .wp-block-social-links.aligncenter{  display:flex;  justify-content:center; } .wp-block-social-links.alignright{  justify-content:flex-end; } .wp-block-social-link{  border-radius:9999px;  display:block;  height:auto; } @media not (prefers-reduced-motion){  .wp-block-social-link{   transition:transform .1s ease;  } } .wp-block-social-link a{  align-items:center;  display:flex;  line-height:0; } .wp-block-social-link:hover{  transform:scale(1.1); } .wp-block-social-links .wp-block-social-link.wp-social-link{  display:inline-block;  margin:0;  padding:0; } .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{  color:currentColor;  fill:currentColor; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{  background-color:#f0f0f0;  color:#444; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{  background-color:#f90;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{  background-color:#1ea0c3;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{  background-color:#0757fe;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{  background-color:#0a7aff;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{  background-color:#1e1f26;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{  background-color:#02e49b;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{  background-color:#5865f2;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{  background-color:#e94c89;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{  background-color:#4280ff;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{  background-color:#f45800;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{  background-color:#0866ff;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{  background-color:#000;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{  background-color:#0461dd;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{  background-color:#e65678;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{  background-color:#24292d;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{  background-color:#eceadd;  color:#382110; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{  background-color:#ea4434;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{  background-color:#1d4fc4;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{  background-color:#f00075;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{  background-color:#e21b24;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{  background-color:#0d66c2;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{  background-color:#3288d4;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{  background-color:#000;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{  background-color:#f6405f;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{  background-color:#000;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{  background-color:#e60122;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{  background-color:#ef4155;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{  background-color:#ff4500;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{  background-color:#0478d7;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{  background-color:#fefc00;  color:#fff;  stroke:#000; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{  background-color:#ff5600;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{  background-color:#1bd760;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{  background-color:#2aabee;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{  background-color:#000;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{  background-color:#000;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{  background-color:#011835;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{  background-color:#6440a4;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{  background-color:#1da1f2;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{  background-color:#1eb7ea;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{  background-color:#4680c2;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{  background-color:#3499cd;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{  background-color:#25d366;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{  background-color:#000;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{  background-color:#d32422;  color:#fff; } :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{  background-color:red;  color:#fff; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link{  background:none; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{  height:1.25em;  width:1.25em; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{  color:#f90; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{  color:#1ea0c3; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{  color:#0757fe; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{  color:#0a7aff; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{  color:#1e1f26; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{  color:#02e49b; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{  color:#5865f2; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{  color:#e94c89; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{  color:#4280ff; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{  color:#f45800; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{  color:#0866ff; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{  color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{  color:#0461dd; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{  color:#e65678; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{  color:#24292d; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{  color:#382110; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{  color:#ea4434; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{  color:#1d4fc4; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{  color:#f00075; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{  color:#e21b24; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{  color:#0d66c2; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{  color:#3288d4; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{  color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{  color:#f6405f; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{  color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{  color:#e60122; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{  color:#ef4155; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{  color:#ff4500; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{  color:#0478d7; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{  color:#fff;  stroke:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{  color:#ff5600; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{  color:#1bd760; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{  color:#2aabee; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{  color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{  color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{  color:#011835; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{  color:#6440a4; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{  color:#1da1f2; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{  color:#1eb7ea; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{  color:#4680c2; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{  color:#25d366; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{  color:#3499cd; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{  color:#000; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{  color:#d32422; } :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{  color:red; } .wp-block-social-links.is-style-pill-shape .wp-social-link{  width:auto; } :root :where(.wp-block-social-links .wp-social-link a){  padding:.25em; } :root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){  padding:0; } :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){  padding-left:.6666666667em;  padding-right:.6666666667em; } .wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{  color:#000; } .wp-block-spacer{  clear:both; } .wp-block-tag-cloud{  box-sizing:border-box; } .wp-block-tag-cloud.aligncenter{  justify-content:center;  text-align:center; } .wp-block-tag-cloud.alignfull{  padding-left:1em;  padding-right:1em; } .wp-block-tag-cloud a{  display:inline-block;  margin-right:5px; } .wp-block-tag-cloud span{  display:inline-block;  margin-left:5px;  text-decoration:none; } :root :where(.wp-block-tag-cloud.is-style-outline){  display:flex;  flex-wrap:wrap;  gap:1ch; } :root :where(.wp-block-tag-cloud.is-style-outline a){  border:1px solid;  font-size:unset !important;  margin-right:0;  padding:1ch 2ch;  text-decoration:none !important; } .wp-block-table{  overflow-x:auto; } .wp-block-table table{  border-collapse:collapse;  width:100%; } .wp-block-table thead{  border-bottom:3px solid; } .wp-block-table tfoot{  border-top:3px solid; } .wp-block-table td,.wp-block-table th{  border:1px solid;  padding:.5em; } .wp-block-table .has-fixed-layout{  table-layout:fixed;  width:100%; } .wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{  word-break:break-word; } .wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{  display:table;  width:auto; } .wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{  word-break:break-word; } .wp-block-table .has-subtle-light-gray-background-color{  background-color:#f3f4f5; } .wp-block-table .has-subtle-pale-green-background-color{  background-color:#e9fbe5; } .wp-block-table .has-subtle-pale-blue-background-color{  background-color:#e7f5fe; } .wp-block-table .has-subtle-pale-pink-background-color{  background-color:#fcf0ef; } .wp-block-table.is-style-stripes{  background-color:initial;  border-bottom:1px solid #f0f0f0;  border-collapse:inherit;  border-spacing:0; } .wp-block-table.is-style-stripes tbody tr:nth-child(odd){  background-color:#f0f0f0; } .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){  background-color:#f3f4f5; } .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){  background-color:#e9fbe5; } .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){  background-color:#e7f5fe; } .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){  background-color:#fcf0ef; } .wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{  border-color:#0000; } .wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{  border-color:inherit; } .wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{  border-top-color:inherit; } .wp-block-table table[style*=border-top-color] tr:not(:first-child){  border-top-color:initial; } .wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{  border-right-color:inherit; } .wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{  border-bottom-color:inherit; } .wp-block-table table[style*=border-bottom-color] tr:not(:last-child){  border-bottom-color:initial; } .wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{  border-left-color:inherit; } .wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{  border-style:inherit; } .wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{  border-style:inherit;  border-width:inherit; } :root :where(.wp-block-table-of-contents){  box-sizing:border-box; } :where(.wp-block-term-description){  box-sizing:border-box;  margin-bottom:var(--wp--style--block-gap);  margin-top:var(--wp--style--block-gap); } .wp-block-term-description p{  margin-bottom:0;  margin-top:0; } .wp-block-text-columns,.wp-block-text-columns.aligncenter{  display:flex; } .wp-block-text-columns .wp-block-column{  margin:0 1em;  padding:0; } .wp-block-text-columns .wp-block-column:first-child{  margin-left:0; } .wp-block-text-columns .wp-block-column:last-child{  margin-right:0; } .wp-block-text-columns.columns-2 .wp-block-column{  width:50%; } .wp-block-text-columns.columns-3 .wp-block-column{  width:33.3333333333%; } .wp-block-text-columns.columns-4 .wp-block-column{  width:25%; } pre.wp-block-verse{  overflow:auto;  white-space:pre-wrap; } :where(pre.wp-block-verse){  font-family:inherit; } .wp-block-video{  box-sizing:border-box; } .wp-block-video video{  vertical-align:middle;  width:100%; } @supports (position:sticky){  .wp-block-video [poster]{   object-fit:cover;  } } .wp-block-video.aligncenter{  text-align:center; } .wp-block-video :where(figcaption){  margin-bottom:1em;  margin-top:.5em; } .editor-styles-wrapper,.entry-content{  counter-reset:footnotes; } a[data-fn].fn{  counter-increment:footnotes;  display:inline-flex;  font-size:smaller;  text-decoration:none;  text-indent:-9999999px;  vertical-align:super; } a[data-fn].fn:after{  content:"[" counter(footnotes) "]";  float:left;  text-indent:0; } .wp-element-button{  cursor:pointer; } :root{  --wp--preset--font-size--normal:16px;  --wp--preset--font-size--huge:42px; } :root .has-very-light-gray-background-color{  background-color:#eee; } :root .has-very-dark-gray-background-color{  background-color:#313131; } :root .has-very-light-gray-color{  color:#eee; } :root .has-very-dark-gray-color{  color:#313131; } :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{  background:linear-gradient(135deg, #00d084, #0693e3); } :root .has-purple-crush-gradient-background{  background:linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe); } :root .has-hazy-dawn-gradient-background{  background:linear-gradient(135deg, #faaca8, #dad0ec); } :root .has-subdued-olive-gradient-background{  background:linear-gradient(135deg, #fafae1, #67a671); } :root .has-atomic-cream-gradient-background{  background:linear-gradient(135deg, #fdd79a, #004a59); } :root .has-nightshade-gradient-background{  background:linear-gradient(135deg, #330968, #31cdcf); } :root .has-midnight-gradient-background{  background:linear-gradient(135deg, #020381, #2874fc); } .has-regular-font-size{  font-size:1em; } .has-larger-font-size{  font-size:2.625em; } .has-normal-font-size{  font-size:var(--wp--preset--font-size--normal); } .has-huge-font-size{  font-size:var(--wp--preset--font-size--huge); } .has-text-align-center{  text-align:center; } .has-text-align-left{  text-align:left; } .has-text-align-right{  text-align:right; } #end-resizable-editor-section{  display:none; } .aligncenter{  clear:both; } .items-justified-left{  justify-content:flex-start; } .items-justified-center{  justify-content:center; } .items-justified-right{  justify-content:flex-end; } .items-justified-space-between{  justify-content:space-between; } .screen-reader-text{  border:0;  clip-path:inset(50%);  height:1px;  margin:-1px;  overflow:hidden;  padding:0;  position:absolute;  width:1px;  word-wrap:normal !important; } .screen-reader-text:focus{  background-color:#ddd;  clip-path:none;  color:#444;  display:block;  font-size:1em;  height:auto;  left:5px;  line-height:normal;  padding:15px 23px 14px;  text-decoration:none;  top:5px;  width:auto;  z-index:100000; } html :where(.has-border-color){  border-style:solid; } html :where([style*=border-top-color]){  border-top-style:solid; } html :where([style*=border-right-color]){  border-right-style:solid; } html :where([style*=border-bottom-color]){  border-bottom-style:solid; } html :where([style*=border-left-color]){  border-left-style:solid; } html :where([style*=border-width]){  border-style:solid; } html :where([style*=border-top-width]){  border-top-style:solid; } html :where([style*=border-right-width]){  border-right-style:solid; } html :where([style*=border-bottom-width]){  border-bottom-style:solid; } html :where([style*=border-left-width]){  border-left-style:solid; } html :where(img[class*=wp-image-]){  height:auto;  max-width:100%; } :where(figure){  margin:0 0 1em; } html :where(.is-position-sticky){  --wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height, 0px); } @media screen and (max-width:600px){  html :where(.is-position-sticky){   --wp-admin--admin-bar--position-offset:0px;  } } .wp-block-button__link { color: #ffffff; background-color: #32373c; border-radius: 9999px;   box-shadow: none; text-decoration: none;   padding: calc(0.667em + 2px) calc(1.333em + 2px);  font-size: 1.125em; } .wp-block-file__button { background: #32373c; color: #ffffff; text-decoration: none; }  :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} .wpcf7 .screen-reader-response { position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; word-wrap: normal !important; } .wpcf7 form .wpcf7-response-output { margin: 2em 0.5em 1em; padding: 0.2em 1em; border: 2px solid #00a0d2; } .wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output { display: none; } .wpcf7 form.sent .wpcf7-response-output { border-color: #46b450; } .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output { border-color: #dc3232; } .wpcf7 form.spam .wpcf7-response-output { border-color: #f56e28; } .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { border-color: #ffb900; } .wpcf7-form-control-wrap { position: relative; } .wpcf7-not-valid-tip { color: #dc3232;  font-size: 1em; font-weight: normal; display: block; } .use-floating-validation-tip .wpcf7-not-valid-tip { position: relative; top: -2ex; left: 1em; z-index: 100; border: 1px solid #dc3232; background: #fff; padding: .2em .8em; width: 24em; } .wpcf7-list-item { display: inline-block; margin: 0 0 0 1em; } .wpcf7-list-item-label::before, .wpcf7-list-item-label::after { content: " "; } .wpcf7-spinner { visibility: hidden; display: inline-block; background-color: #23282d;  opacity: 0.75; width: 24px; height: 24px; border: none; border-radius: 100%; padding: 0; margin: 0 24px; position: relative; } form.submitting .wpcf7-spinner { visibility: visible; } .wpcf7-spinner::before { content: ''; position: absolute; background-color: #fbfbfc;  top: 4px; left: 4px; width: 6px; height: 6px; border: none; border-radius: 100%; transform-origin: 8px 8px; animation-name: spin; animation-duration: 1000ms; animation-timing-function: linear; animation-iteration-count: infinite; } @media (prefers-reduced-motion: reduce) { .wpcf7-spinner::before {  animation-name: blink;  animation-duration: 2000ms; } } @keyframes spin { from {  transform: rotate(0deg); }  to {  transform: rotate(360deg); } } @keyframes blink { from {  opacity: 0; }  50% {  opacity: 1; }  to {  opacity: 0; } } .wpcf7 [inert] { opacity: 0.5; } .wpcf7 input[type="file"] { cursor: pointer; } .wpcf7 input[type="file"]:disabled { cursor: default; } .wpcf7 .wpcf7-submit:disabled { cursor: not-allowed; } .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { direction: ltr; } .wpcf7-reflection > output { display: list-item; list-style: none; } .wpcf7-reflection > output[hidden] { display: none; }        html { line-height: 1.15; -webkit-text-size-adjust: 100%; }   body { margin: 0; }  main { display: block; }    hr { box-sizing: content-box; height: 0; overflow: visible; }  pre { font-family: monospace, monospace; font-size: 1em; }   a { background-color: transparent; }  abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }  b, strong { font-weight: bolder; }  code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }  small { font-size: 80%; }  sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; }   img { border-style: none; }   button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }  button, input { overflow: visible; }  button, select { text-transform: none; }  button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; border: none; }  button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }  button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }  fieldset { padding: 0.35em 0.75em 0.625em; }  legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }  progress { vertical-align: baseline; }  textarea { overflow: auto; }  [type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }  [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }  [type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }  [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }  ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }   details { display: block; }  summary { display: list-item; }   template { display: none; }  [hidden] { display: none; }   *, *::before, *::after { box-sizing: inherit; } html { box-sizing: border-box; }    h1, h2, h3, h4, h5, h6 { clear: both; } p { margin-bottom: 1.5em; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", courier, monospace; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; }  body { background: #fff; } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: 700; } dd { margin: 0 1.5em 1.5em; }  embed, iframe, object { max-width: 100%; } img { height: auto; max-width: 100%; } figure { margin: 1em 0; } table { margin: 0 0 1.5em; width: 100%; }  a { color: #4169e1; } a:visited { color: #800080; } a:hover, a:focus, a:active { color: #191970; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; }  button, input[type="button"], input[type="reset"], input[type="submit"] {     } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; } button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #aaa #bbb #bbb; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {  } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; } select { border: 1px solid #ccc; } textarea { width: 100%; }    .main-navigation { display: block; width: 100%; } .main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; } .main-navigation ul ul {   background: white; box-shadow: 0 -15px 299px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 60px; left: -50%; z-index: 99999;   display: block;   transition: all .2s ease-in-out;   opacity: 0;   pointer-events: none;   padding: 0; } .main-navigation ul ul ul { top: 0px; top: 0; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { display: block;   opacity: 1;    top: 100%;   left: -50% !important;   pointer-events: all; }  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {    opacity: 1;   top: 100%;   left: -50% !important;   pointer-events: all; } .main-navigation li { position: relative; } .main-navigation a { display: block; text-decoration: none; }  .menu-toggle, .main-navigation.toggled ul { display: block; } @media screen and (min-width: 37.5em) {  .menu-toggle {  display: none; }  .main-navigation ul {  display: flex; } } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; } .comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links { display: flex; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { flex: 1 0 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { text-align: end; flex: 1 0 50%; }  .sticky { display: block; } .post, .page { margin: 0; } .updated:not(.published) { display: none; } .page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; } .page-links { clear: both; margin: 0 0 1.5em; }  .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; }  .widget { margin: 0 0 1.5em; } .widget select { max-width: 100%; }  .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }  .custom-logo-link { display: inline-block; }  .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; }  .gallery { margin-bottom: 1.5em; display: grid; grid-gap: 1.5em; } .gallery-item { display: inline-block; text-align: center; width: 100%; } .gallery-columns-2 { grid-template-columns: repeat(2, 1fr); } .gallery-columns-3 { grid-template-columns: repeat(3, 1fr); } .gallery-columns-4 { grid-template-columns: repeat(4, 1fr); } .gallery-columns-5 { grid-template-columns: repeat(5, 1fr); } .gallery-columns-6 { grid-template-columns: repeat(6, 1fr); } .gallery-columns-7 { grid-template-columns: repeat(7, 1fr); } .gallery-columns-8 { grid-template-columns: repeat(8, 1fr); } .gallery-columns-9 { grid-template-columns: repeat(9, 1fr); } .gallery-caption { display: block; }    .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none; }  .infinity-end.neverending .site-footer { display: block; }    .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; clip-path: none; color: #21759b; display: block; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }  #primary[tabindex="-1"]:focus { outline: 0; }  .alignleft {   float: left;   margin-right: 1.5em; margin-bottom: 1.5em; } .alignright {   float: right;   margin-left: 1.5em; margin-bottom: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 1.5em; }    .blankTemplate #mainContent{ padding:0px!important; } .cokeville-c-content .cokeville-TextElement--content span { font-family: 'secondFontnormal', sans-serif !important; } .cokeville-c-content .cokeville-ButtonElement--content button { font-family: '200', sans-serif !important; }       html {     margin-top: 0 !important;   }   