@font-face {
  font-family: 'plywak';
  src:
    url('assets/fonts/plywak.woff2?5tw5g0') format('woff2'),
    url('assets/fonts/plywak.ttf?5tw5g0') format('truetype'),
    url('assets/fonts/plywak.woff?5tw5g0') format('woff'),
    url('assets/fonts/plywak.svg?5tw5g0#plywak') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.grecaptcha-badge { 
  visibility: hidden;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'plywak' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e901";
}
.icon-mail:before {
  content: "\e902";
}

.comments-area a, .page-content a {
  text-decoration: none;
}

.elementor-widget-text-editor p a {
  text-decoration: underline;
  transition: all .3s ease-in-out;
}

.elementor-widget-text-editor p a:hover {
  text-decoration: none;
}

.ehf-header #masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color .3s ease-in-out;
}

.single-post.ehf-header #masthead {
  background-color: var( --e-global-color-a6f825b );
}

.ehf-header #masthead.sticky {
  background-color: var( --e-global-color-a6f825b );
}

.comments-area a, .page-content a {
  text-decoration: none;
}

.main-pricing-button .elementor-button-link {
  width: 100%;
  text-align: left;
}

.form-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.form-wrapper .form-row-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 30px;
}

.form-wrapper input,
.form-wrapper textarea,
.form-wrapper select {
  font-family: "Lato", sans-serif;
  background-color: var(--e-global-color-c737493);
  border-color: #fff;
  border-radius: 26px;
  color: #fff;
  font-weight: 600;
}

.form-wrapper .form-field-label {
  display: block;
  color: #fff;
  margin-bottom: 8px;
}

.form-wrapper .form-field-label .required {
  color: #dc3232;
}

.form-wrapper input[type="date"]:focus,
.form-wrapper input[type="email"]:focus,
.form-wrapper input[type="number"]:focus,
.form-wrapper input[type="password"]:focus,
.form-wrapper input[type="search"]:focus,
.form-wrapper input[type="tel"]:focus,
.form-wrapper input[type="text"]:focus,
.form-wrapper input[type="url"]:focus,
.form-wrapper select:focus,
.form-wrapper textarea:focus {
  border-color: #fff;
}

.form-wrapper input[type="submit"],
.form-wrapper input[type="submit"]:hover {
  width: 100%;
  border-radius: 20px;
  font-weight: 600;
  color: var(--e-global-color-a6f825b );
}

.form-wrapper .form-field-wrapper.one-col {
  grid-column-start: 1;
  grid-column-end: 3;
}

.form-wrapper textarea {
  resize: none;
}

.form-wrapper .wpcf7-not-valid-tip {
  font-size: 13px;
  padding-left: 1rem;
  margin-top: 5px;
}

.form-wrapper .wpcf7-acceptance {
  display: flex;
}

.form-wrapper .wpcf7-acceptance label {
  display: flex;
  position: relative;
  padding-left: 30px;
}

.form-wrapper .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.form-wrapper .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  position: relative;
  visibility: hidden;
  width: 0px;
  height: 0px;
}

.form-wrapper .wpcf7-list-item-label {
  font-size: 14px;
  color: #fff;
  line-height: 1.35;
}

.form-wrapper .wpcf7-acceptance .wpcf7-list-item-label::before {
  display: block;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 2px;
  left: 0;
  border: 1px solid #fff;
  background-color: var(--e-global-color-c737493);
}

.form-wrapper .wpcf7-acceptance .wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  top: 7px;
  left: 5px;
  visibility: hidden;
  background-color: #fff;
}

.form-wrapper .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked + span::after {
  visibility: visible;
}

.form-button-wrapper {
  position: relative;
}

.form-button-wrapper .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.wpcf7 form .form-wrapper .wpcf7-response-output {
  margin: 1em 0 0;
  grid-column-start: 1;
  grid-column-end: 3;
  border-radius: 10px;
  font-size: 14px;
  padding: 0.5em 1em;
}

.wpcf7 form.invalid .form-wrapper .wpcf7-response-output {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.wpcf7 form.sent .form-wrapper .wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children .hfe-menu-item{
  transition: all 300ms ease-out;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover .hfe-menu-item {
  color: var(--e-global-color-a6f825b ) !important;
  background-color: var(--e-global-color-755a0d1 ) !important;
}

@media(min-width: 1024.99px) {
  .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children > .sub-menu {
    padding: 10px 0;
  }
}

@media(max-width: 1024px) {
  .hfe-nav-menu__layout-horizontal {
    width: 220px;
    max-width: 220px;
    right: 0;
    left: unset !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  }
}

@media(max-width: 767px) {
  .form-wrapper .form-row-col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-wrapper .form-field-wrapper.one-col,
  .wpcf7 form .form-wrapper .wpcf7-response-output {
    grid-column-start: 1;
    grid-column-end: 1;
  }
}

.hfe-nav-menu li.menu-item.parent .hfe-menu-item {
  border-radius: 12px;
}

.hfe-nav-menu .menu-item a.hfe-sub-menu-item {
  padding-left: 20px !important;
}

.hfe-nav-menu li.menu-item.parent.menu-item-has-children .hfe-menu-item {
  border-radius: 12px;
}

.hfe-nav-menu li.menu-item.parent.menu-item-has-children:hover .hfe-menu-item {
  border-radius: 12px 12px 0 0;
}

.hfe-nav-menu .sub-menu a.hfe-sub-menu-item:hover {
  color: var( --e-global-color-2ba72bb ) !important;
  background-color: transparent !important; 
}

.rounded-map {
  overflow: hidden;
  border-radius: 10px;
}

.boxOfferLarger.e-con {
  grid-column-start: 1;
  grid-column-end: 3;
}

.PaymentSpaceLeft .e-con-inner {
  margin-right: 0;
}

.videoSectionDesc .e-con-inner,
.PaymentSpaceRight .e-con-inner {
  margin-left: 0;
}

.videoSection .elementor-background-video-container::before,
.videoSection .elementor-background-video-container::after,
.contactBackground::after,
.contactBackground::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoSection .elementor-background-video-container::before {
  background: #006ABE;
  mix-blend-mode: overlay;
  z-index: 1;
}

.videoSection .elementor-background-video-container::after,
.contactBackground::after {
  background: #002D51;
  mix-blend-mode: soft-light;
  z-index: 2;
}

@media (max-width: 767.99px) {
  .boxOfferLarger.e-con {
    grid-column-start: 1;
    grid-column-end: 1;
  } 
}

@media(max-width: 400px) {
  .videoSectionButtons .elementor-button {
    width: 100%;
  }
}

.copyrightText .elementor-shortcode {
  color: var(--e-global-color-755a0d1 );
  font-size: 0.9rem;
}

.copyrightText a {
  color: var(--e-global-color-755a0d1 );
  text-decoration: unset;
  padding: 0 10px 3px;
  border-left: 1px solid #fff;
}

.copyrightText a:first-of-type {
  border-left: 0;
}

.copyrightText .copyright-developer a {
  border-left: 0;
  padding: unset;
  text-decoration: unset;
}

.copyrightText .copyright-developer a:hover,
.copyrightText .copyright-developer a:focus {
  color: var( --e-global-color-2ba72bb );
}

.copyrightText a:hover,
.copyrightText a:focus {
  text-decoration: none;
  color: var( --e-global-color-2ba72bb );
}

.copyright-desc {
  display: inline-block;
}

.copyright-desc > div {
  display: inline;
  line-height: 20px;
}

.copyright-desc > div:first-of-type {
  padding-right: 10px;
}

.copyrightText p {
  margin-bottom: 0;
}

@media(max-width: 1024.99px) {
  .copyright-desc {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

@media(max-width: 767.99px) {
  .copyright-desc,
  .copyright-desc > div,
  .footer-links {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .copyright-desc > div:first-of-type {
    padding-right: 0;
  }

  .copyrightText a {
    padding: 5px 0;
    border-left: 0;
  }
}

.fixedNav {
  position: fixed;
  top: 150px;
  right: 0;
  border-radius: 25px 0px 0px 25px;
  box-shadow: 0px 0px 40px 0px #FFC916;
  z-index: 11;
}

.fixedNav a {
  display: block;
  color: var(--e-global-color-a6f825b );
  font-size: 25px;
  width: 60px;
  height: 56px;
  background-color: var( --e-global-color-2ba72bb );
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  padding-left: 23px;
}
.fixedNav a:first-of-type {
  font-size: 23px;
  border-top-left-radius: 25px;
}

.fixedNav a:last-of-type {
  border-bottom-left-radius: 25px;
}

.fixedNav a span {
  position: relative;
}

.fixedNav a:nth-of-type(3) span::after {
  content: 'K';
  font-family: 'Lato';
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  position: absolute;
  left: -18px;
  top: 1px;
}

.fixedNav a:last-of-type span::after {
  content: 'Ż';
  font-family: 'Lato';
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  position: absolute;
  left: -18px;
  top: 1px;
}

.fixedNav a:hover,
.fixedNav a:focus {
  background-color: var(--e-global-color-a6f825b );
  color: var( --e-global-color-2ba72bb );
}

@media(max-width: 574.99px) {
  .fixedNav {
    top: unset;
    bottom: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-shadow: unset;
    filter: drop-shadow(0px 0px 5px  #FFC916);
  }
  .fixedNav a {
    width: 100%;
  }

  .fixedNav a:first-of-type,
  .fixedNav a:nth-of-type(2) {
    padding-left: 0;
  }

  .fixedNav a:last-of-type {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
  }
}

.single-post .site-main {
  padding: 100px 0;
}

.single-post .site-main .post-thumbnail-image img {
  max-height: unset;
}

.single-post .site-main h1 {
  margin: 1em 0;
  font-size: 2rem;
  color: var(--e-global-color-a6f825b );
}

.single-post .site-main .page-content {
  margin-top: 1em;
}

video::-webkit-media-controls {
    display:none !important;
}

video::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

.heroImageSection::before,
.heroImageSection::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.heroImageSection::before {
  background: #006ABE;
  mix-blend-mode: overlay;
  z-index: 1;
}

.heroImageSection::after {
  background: #002D51;
  mix-blend-mode: soft-light;
  z-index: 2;
}

.ekit-wid-con .ekit-accordion--content ul {
  padding-left: 30px;
}

.elementor-page .activenow-form-container .activenow-form-field input[type="text"],
.elementor-page .activenow-form-container .activenow-form-field input[type="date"]
.elementor-page .activenow-form-container .activenow-form-field input::-webkit-date-and-time-value,  
.elementor-page .activenow-form-container .activenow-form-field select {
  border-radius: 20px;
  border: 1px solid rgba(0, 56, 99, 0.05);
  background: rgba(0, 80, 143, 0.05);
  color: #003863;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-height: 64px;
  margin: 0;
  padding-left: 20px;
  
}

.elementor-page .activenow-form-container .activenow-form-field input[type="text"]::placeholder,
.elementor-page .activenow-form-container .activenow-form-field input[type="date"]::placeholder {
  color: #003863;
}

.elementor-page .activenow-form-client-details,
.elementor-page .js-activenow-parent-section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}

.elementor-page #active-now-submit {
  font-family: "Lato", Sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  fill: var(--e-global-color-a6f825b );
  color: var(--e-global-color-a6f825b );
  background-color: var(--e-global-color-2ba72bb );
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-2ba72bb );
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 12px 0px #FFC916;
  padding: 16px 55px 17px 55px;
  width: auto;
  margin: 0 auto;
}

.elementor-page #active-now-submit:hover {
  background-color: var(--e-global-color-755a0d1 );
  border-color: var(--e-global-color-755a0d1 );
}

.elementor-page .activenow-form-field {
  position: relative;
}

.elementor-page .activenow-form-container .activenow-form-field input[type=checkbox] {
  display: none;
}

.elementor-page .activenow-form-field label {
  padding-left: 30px;
  line-height: 1.38;
  margin-top: 6px;
}

.elementor-page .activenow-form-field label:before,
.elementor-page .activenow-form-field label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.elementor-page .activenow-form-field label:before {
  display: block;
  width: 26px;
  height: 26px;
  background-color: var(--e-global-color-2ba72bb );
  border-radius: 6px;
}

.elementor-page .activenow-form-field label:after {
  visibility: hidden;
  display: block;
  width: 14px;
  height: 14px;
  background-color: var(--e-global-color-a6f825b );
  top: 6px;
  left: 6px;
  border-radius: 3px;
}

.elementor-page .activenow-form-container .activenow-form-field input[type=checkbox]:checked ~ label:after {
  visibility: visible;
}

.elementor-page .activenow-form-container .activenow-form-field label,
.elementor-page .activenow-form-container .activenow-form-field label a:link {
  color: var(--e-global-color-a6f825b );
  font-family: 'Lato';
  font-weight: 400;
}

@media(max-width: 1023px) {
  .elementor-page .activenow-form-container .activenow-form-field input[type="text"],
  .elementor-page .activenow-form-container .activenow-form-field input[type="date"],  
  .elementor-page .activenow-form-container .activenow-form-field select {
    border-radius: 16px;
    font-size: 14px;
    min-height: 46px;
    height: 46px;
    padding-left: 20px;
    width: 100%;
    min-width: 100%;
    display: block;
  }

  .elementor-page #active-now-submit {
    padding: 14px 30px 14px 30px;
    font-size: 1rem;
  }
}

.colAccordion .elementskit-accordion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 120px;
}

@media(max-width: 1365px) {
  .colAccordion .elementskit-accordion {
    grid-gap: 0 80px;
  }
}

@media(max-width: 879px) {
  .colAccordion .elementskit-accordion {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}

.divTable {
  display: table;
  width: 100%;
  color: #003863;
  border: hidden;
}
.divTableRow {
  display: table-row;
}
.divTableHeading .divTableHead {
  background-color: #ffc916;
  text-align: center;
  line-height: 1.05;
  font-size: 20px;
  font-weight: 700;
  padding: 24px 40px;
  border: 1px solid rgba(0, 56, 99, 0.05);
  display: table-cell;
  vertical-align: middle;
}
.divTableHeading .divTableHead:first-of-type {
  background-color: #f2c21a;
}
.divTableHeading {
  background-color: #eee;
  display: table-header-group;
}
.divTableCell {
  border: 1px solid rgba(0, 56, 99, 0.05);
  display: table-cell;
  padding: 3px 10px;
  width: 25%;
}
.divTableHeading {
  background-color: #eee;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #eee;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}

.divTableBody .divTableRow .divTableCell {
  vertical-align: middle;
  text-align: center;
}

.divTableBody .divTableRow .divTableCell span {
  display: block;
  line-height: 1.05;
  font-size: 26px;
  font-weight: 700;
}

.divTableBody .divTableRow .divTableCell a {
  display: inline-block;
  border-radius: 12px;
  border: 1px solid #003863;
  color: #003863;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 12px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}

.divTableBody .divTableRow .divTableCell a:hover {
  background-color: #ffc916;
  border-color: #ffc916;
}

.divTableBody .divTableRow .divTableCell:first-of-type {
  text-align: left;
  padding: 20px 10px 20px 40px;
}

.divTableBody .divTableRow .divTableCell:first-of-type > span {
  display: block;
  line-height: 1.05;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.divTableBody .divTableRow .divTableCell:nth-of-type(4) > span:nth-of-type(1) {
  margin-bottom: 0;
}

.divTableBody .divTableRow .divTableCell:first-of-type > p,
.divTableBody .divTableRow .divTableCell:nth-of-type(4) > span:nth-of-type(2) {
  margin-bottom: 0;
  font-size: 15px;
}

.divTableBody .divTableRow .divTableCell:nth-of-type(4) > span:nth-of-type(2) {
  margin-top: 5px;
  font-weight: 400;
}

.divTableBody .divTableRow:nth-of-type(2) .divTableCell {
  background-color: rgba(0, 56, 99, 0.05);
}

.divTableBody .divTableRow:nth-of-type(3) .divTableCell {
  background-color: rgba(249, 203, 51, 0.1);
}

.divTable {
  border-collapse: collapse;
  width: 100%;
}
.divTableHead {
  background-color: #eee;
  font-weight: bold;
}
.divTableHead,
.divTableCell {
  border: 0.125em solid rgba(0, 56, 99, 0.05);
  line-height: 1.5;
  padding: 0.75em;
  text-align: left;
}

.divTableHead.colspan {
  max-width: 1px;
  overflow: visible;
}


@media(max-width: 880px) {
  .divTableHeading .divTableHead {
    font-size: 16px;
    padding: 24px 20px;
  }
  .divTableBody .divTableRow .divTableCell:first-of-type {
    text-align: left;
    padding: 20px;
  }
  .divTableBody .divTableRow .divTableCell:first-of-type > span {
    font-size: 17px;
  }

  .divTableBody .divTableRow .divTableCell span {
    display: block;
    line-height: 1.05;
    font-size: 20px;
  }
  .divTableBody .divTableRow .divTableCell:first-of-type > p,
  .divTableBody .divTableRow .divTableCell:nth-of-type(2) > span:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
  }
  .divTableBody .divTableRow .divTableCell:nth-of-type(2) > span:nth-of-type(2) {
    margin-top: 5px;
  }
}

.divTableMobile .divTableRow {
  position: relative;
  height: 67px;
}
.divTableMobile .divTableHead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
}

.password-needed.ehf-header #masthead {
  background-color: var(--e-global-color-a6f825b );
}

.post-password-form {
  padding: 20px;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.post-password-form p {
  font-size: 16px;
  color: var(--e-global-color-a6f825b );
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.post-password-form input[type="submit"] {
  padding: 7px 38px;
  border-radius: 25px;
  font-size: 18px;
  color: var(--e-global-color-a6f825b );
}

.post-password-form input[type="password"] {
  margin-top: 8px;
}

@media(max-width: 575px) {
  .post-password-form p {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-password-form p label {
    width: 100%;
  }
  .post-password-form input[type="password"] {
    margin-top: 8px;
  }
  .post-password-form input[type="submit"] {
    width: 100%;
    margin-top: 20px;
  }
}

#cookie-notice {
  font-family: 'Lato', sans-serif;
}

#cookie-notice a {
  color: #fff;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  color: #003863 !important;
  border-radius: 12px !important;
}