@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: "italic";
  font-display: swap; }
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: "normal";
  font-display: swap; }
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: "italic";
  font-display: swap; }
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: "italic";
  font-display: swap; }
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: "italic";
  font-display: swap; }
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: "italic";
  font-display: swap; }
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: "normal";
  font-display: swap; }
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: "italic";
  font-display: swap; }
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: "italic";
  font-display: swap; }
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: "italic";
  font-display: swap; }
/* Primární barva */
/* Sekundární barva */
/* Gray color*/
/* Barva textů */
/* Barva oddělovačů */
/* Bílá barva oddělovačů */
.wrap-thinner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
  max-width: 1000px; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap-thinner {
      max-width: 100%;
      padding-right: calc(28px * 2);
      padding-left: calc(28px * 2); } }
  @media only screen and (max-width: 600px) {
    .wrap-thinner {
      padding-right: 28px;
      padding-left: 28px; } }

.wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  max-width: 1580px; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap {
      max-width: 100%;
      padding-right: calc(28px * 2);
      padding-left: calc(28px * 2); } }
  @media only screen and (max-width: 600px) {
    .wrap {
      padding-right: 28px;
      padding-left: 28px; } }

.wrap-bigger {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
  max-width: 1600px; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap-bigger {
      max-width: 100%;
      padding-right: calc(28px * 2);
      padding-left: calc(28px * 2); } }
  @media only screen and (max-width: 600px) {
    .wrap-bigger {
      padding-right: 28px;
      padding-left: 28px; } }

.wrap-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(28px * 2);
  padding-left: calc(28px * 2);
  max-width: 1920px; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap-fluid {
      max-width: 100%;
      padding-right: calc(28px * 2);
      padding-left: calc(28px * 2); } }
  @media only screen and (max-width: 600px) {
    .wrap-fluid {
      padding-right: 28px;
      padding-left: 28px; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap-fluid > .wrap {
      padding-right: 0;
      padding-left: 0; } }

.wrap-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(28px * 2);
  padding-left: calc(28px * 2); }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap-full {
      max-width: 100%;
      padding-right: calc(28px * 2);
      padding-left: calc(28px * 2); } }
  @media only screen and (max-width: 600px) {
    .wrap-full {
      padding-right: 28px;
      padding-left: 28px; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap-full > .wrap {
      padding-right: 0;
      padding-left: 0; } }

main.page-wrapper.no-front {
  padding-top: 180px; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    main.page-wrapper.no-front {
      padding-top: 120px; } }

.cols {
  width: 100%;
  display: flex;
  background-color: white;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap; }
  .cols .c-4 {
    width: calc(25% - 28px); }
    @media only screen and (min-width: 1px) and (max-width: 1399px) {
      .cols .c-4 {
        width: calc(33.3% - 28px); } }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      .cols .c-4 {
        width: calc(50% - 28px); } }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .cols .c-4 {
        width: 100%; } }
  .cols .c-3 {
    width: calc(33.3% - 28px); }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      .cols .c-3 {
        width: calc(50% - 28px); } }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .cols .c-3 {
        width: 100%; } }
  .cols .c-2 {
    width: calc(50% - 28px); }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .cols .c-2 {
        width: 100%; } }

.mezera {
  display: flex; }
  .mezera.min {
    height: 2.5rem; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .mezera.min {
        height: 0rem; } }
  .mezera.sec {
    height: 1rem; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .mezera.sec {
        height: 0rem; } }
  .mezera.page {
    height: 7rem; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .mezera.page {
        height: 0rem; } }

.mtmin {
  margin-top: 2.5rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mtmin {
      margin-top: 0rem !important; } }

.mtsec {
  margin-top: 1rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mtsec {
      margin-top: 0rem !important; } }

.mtpage {
  margin-top: 7rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mtpage {
      margin-top: 0rem !important; } }

.mbmin {
  margin-bottom: 2.5rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mbmin {
      margin-bottom: 0rem !important; } }

.mbsec {
  margin-bottom: 1rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mbsec {
      margin-bottom: 0rem !important; } }

.mbpage {
  margin-bottom: 7rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mbpage {
      margin-bottom: 0rem !important; } }

.ptmin {
  padding-top: 2.5rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .ptmin {
      padding-top: 0rem !important; } }

.ptsec {
  padding-top: 1rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .ptsec {
      padding-top: 0rem !important; } }

.ptpage {
  padding-top: 7rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .ptpage {
      padding-top: 0rem !important; } }

.pbmin {
  padding-bottom: 2.5rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pbmin {
      padding-bottom: 0rem !important; } }

.pbsec {
  padding-bottom: 1rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pbsec {
      padding-bottom: 0rem !important; } }

.pbpage {
  padding-bottom: 7rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pbpage {
      padding-bottom: 0rem !important; } }

.mt-0 {
  margin-top: 0 !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mt-0 {
      margin-top: 0 !important; } }

.mt-1 {
  margin-top: 1rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mt-1 {
      margin-top: 0rem !important; } }

.mt-2 {
  margin-top: 2rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mt-2 {
      margin-top: 1rem !important; } }

.mt-3 {
  margin-top: 3rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mt-3 {
      margin-top: 1rem !important; } }

.mt-4 {
  margin-top: 4rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mt-4 {
      margin-top: 2rem !important; } }

.mt-5 {
  margin-top: 5rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mt-5 {
      margin-top: 2rem !important; } }

.mt-6 {
  margin-top: 6rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mt-6 {
      margin-top: 2rem !important; } }

.mt-7 {
  margin-top: 7rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mt-7 {
      margin-top: 2rem !important; } }

.mt-8 {
  margin-top: 8rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mt-8 {
      margin-top: 2rem !important; } }

.mt-9 {
  margin-top: 9rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mt-9 {
      margin-top: 2rem !important; } }

.mt-10 {
  margin-top: 10rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mt-10 {
      margin-top: 2rem !important; } }

.mb-0 {
  margin-bottom: 0 !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mb-0 {
      margin-bottom: 0rem !important; } }

.mb-1 {
  margin-bottom: 1rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mb-1 {
      margin-bottom: 0 !important; } }

.mb-2 {
  margin-bottom: 2rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mb-2 {
      margin-bottom: 1rem !important; } }

.mb-3 {
  margin-bottom: 3rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mb-3 {
      margin-bottom: 1rem !important; } }

.mb-4 {
  margin-bottom: 4rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mb-4 {
      margin-bottom: 2rem !important; } }

.mb-5 {
  margin-bottom: 5rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mb-5 {
      margin-bottom: 2rem !important; } }

.mb-6 {
  margin-bottom: 6rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mb-6 {
      margin-bottom: 2rem !important; } }

.mb-7 {
  margin-bottom: 7rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mb-7 {
      margin-bottom: 2rem !important; } }

.mb-8 {
  margin-bottom: 8rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mb-8 {
      margin-bottom: 2rem !important; } }

.mb-9 {
  margin-bottom: 9rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mb-9 {
      margin-bottom: 2rem !important; } }

.mb-10 {
  margin-bottom: 10rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .mb-10 {
      margin-bottom: 2rem !important; } }

.pt-0 {
  padding-top: 0 !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pt-0 {
      padding-top: 0rem !important; } }

.pt-1 {
  padding-top: 1rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pt-1 {
      padding-top: 0 !important; } }

.pt-2 {
  padding-top: 2rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pt-2 {
      padding-top: 1rem !important; } }

.pt-3 {
  padding-top: 3rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pt-3 {
      padding-top: 1rem !important; } }

.pt-4 {
  padding-top: 4rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pt-4 {
      padding-top: 2rem !important; } }

.pt-5 {
  padding-top: 5rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pt-5 {
      padding-top: 2rem !important; } }

.pt-6 {
  padding-top: 6rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pt-6 {
      padding-top: 2rem !important; } }

.pt-7 {
  padding-top: 7rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pt-7 {
      padding-top: 2rem !important; } }

.pt-8 {
  padding-top: 8rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pt-8 {
      padding-top: 2rem !important; } }

.pt-9 {
  padding-top: 9rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pt-9 {
      padding-top: 2rem !important; } }

.pt-10 {
  padding-top: 10rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pt-10 {
      padding-top: 2rem !important; } }

.pb-0 {
  padding-bottom: 0 !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pb-0 {
      padding-bottom: 0rem !important; } }

.pb-1 {
  padding-bottom: 1rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pb-1 {
      padding-bottom: 0 !important; } }

.pb-2 {
  padding-bottom: 2rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pb-2 {
      padding-bottom: 1rem !important; } }

.pb-3 {
  padding-bottom: 3rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pb-3 {
      padding-bottom: 1rem !important; } }

.pb-4 {
  padding-bottom: 4rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pb-4 {
      padding-bottom: 2rem !important; } }

.pb-5 {
  padding-bottom: 5rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pb-5 {
      padding-bottom: 2rem !important; } }

.pb-6 {
  padding-bottom: 6rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pb-6 {
      padding-bottom: 2rem !important; } }

.pb-7 {
  padding-bottom: 7rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pb-7 {
      padding-bottom: 2rem !important; } }

.pb-8 {
  padding-bottom: 8rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pb-8 {
      padding-bottom: 2rem !important; } }

.pb-9 {
  padding-bottom: 9rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pb-9 {
      padding-bottom: 2rem !important; } }

.pb-10 {
  padding-bottom: 10rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .pb-10 {
      padding-bottom: 2rem !important; } }

.end-point {
  margin-bottom: 0; }

.bg-light-mini {
  background: rgba(32, 31, 41, 0.05);
  padding: 3.5rem 0; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    .bg-light-mini {
      margin-bottom: 3.5rem; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bg-light-mini {
      margin-bottom: 4.5rem; } }
  @media only screen and (min-width: 1024px) {
    .bg-light-mini {
      margin-bottom: 1rem; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .bg-light-mini {
      padding: 1rem 0 1.5rem; } }
  .bg-light-mini h2.flexi-title-section {
    margin-top: 0; }

.sec-bg-shadow {
  background: white;
  padding: 5rem 0;
  margin-bottom: 5rem;
  -webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1); }
  .sec-bg-shadow h2.flexi-title-section {
    margin-top: 0; }

.text-center {
  text-align: center; }
  .text-center .flexi-title-section {
    text-align: center; }

.tect-left {
  text-align: left; }

.text-right {
  text-align: right; }

html.maintenance-mode {
  height: 100%;
  background: #35495E; }

#wrap__maintenance {
  background: #35495E; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    #wrap__maintenance {
      margin-top: 3.5rem; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    #wrap__maintenance {
      margin-top: 4.5rem; } }
  @media only screen and (min-width: 1024px) {
    #wrap__maintenance {
      margin-top: 7rem; } }
  #wrap__maintenance .maintenance-box {
    text-align: center;
    background: white;
    -webkit-box-shadow: 0px 26px 30px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 26px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 26px 30px 0px rgba(0, 0, 0, 0.25);
    padding: 6rem 4rem;
    border-radius: 0px;
    -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
    #wrap__maintenance .maintenance-box svg {
      margin-bottom: 1rem; }
    #wrap__maintenance .maintenance-box p {
      margin-bottom: 0 !important; }
@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
body {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  margin: 0;
  color: #033E48;
  overflow-x: hidden; }

h1, .h1 {
  font-family: "Poppins", sans-serif !important;
  font-size: 60px;
  line-height: 140%;
  font-weight: Bold;
  letter-spacing: 0px;
  margin-top: 0;
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 1px) and (max-width: 999px) {
    h1, .h1 {
      font-size: 50px;
      line-height: 120%; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    h1, .h1 {
      font-size: 49px;
      line-height: 120%; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    h1, .h1 {
      margin-bottom: 0; } }

h2, .h2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 45px;
  line-height: 69.5px;
  font-weight: 700;
  letter-spacing: 0px;
  margin-top: 0;
  margin-bottom: 26px; }
  @media only screen and (min-width: 1px) and (max-width: 1399px) {
    h2, .h2 {
      font-size: 40px;
      line-height: 60px; } }
  @media only screen and (min-width: 1px) and (max-width: 999px) {
    h2, .h2 {
      font-size: 38px;
      line-height: 55px; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    h2, .h2 {
      font-size: 36px;
      line-height: 40px; } }
  @media only screen and (min-width: 1px) and (max-width: 599px) {
    h2, .h2 {
      font-size: 34px;
      line-height: 34px; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    h2, .h2 {
      margin-top: 0;
      margin-bottom: 20px; } }

h3, .h3 {
  font-family: "Poppins", sans-serif !important;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0px;
  margin-top: 0;
  margin-bottom: 0.8rem; }
  @media only screen and (min-width: 1px) and (max-width: 999px) {
    h3, .h3 {
      font-size: 30px;
      line-height: 36px; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    h3, .h3 {
      font-size: 30px;
      line-height: 36px; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    h3, .h3 {
      margin-bottom: 0.5rem; } }

h4, .h4 {
  font-family: "Poppins", sans-serif !important;
  font-size: 24px;
  line-height: 150%;
  font-weight: 600;
  font-weight: 600;
  letter-spacing: 0px;
  margin-top: 0;
  margin-bottom: 0.8rem; }
  @media only screen and (min-width: 1px) and (max-width: 999px) {
    h4, .h4 {
      font-size: 22px;
      line-height: 100%; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    h4, .h4 {
      font-size: 20px;
      line-height: 100%; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    h4, .h4 {
      margin-bottom: 0.5rem; } }

h5, .h5 {
  font-family: "Poppins", sans-serif !important;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0px;
  margin-top: 0;
  margin-bottom: 0.7rem; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    h5, .h5 {
      font-size: 18px;
      margin-bottom: 0.5rem;
      line-height: 1.5; } }

h6, .h6 {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0px;
  margin-top: 0;
  margin-bottom: 0.5rem; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    h6, .h6 {
      font-size: 1rem;
      margin-bottom: 0.5rem;
      line-height: 1.5; } }

p, .ptext {
  margin: 1rem 0;
  font-size: 16px;
  line-height: 150%; }
  @media only screen and (min-width: 1px) and (max-width: 999px) {
    p, .ptext {
      font-size: 15px;
      line-height: 150%; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    p, .ptext {
      font-size: 15px;
      line-height: 150%; } }

a {
  color: #F3812E;
  font-weight: 400;
  outline: 0 !important;
  text-decoration: none; }
  @media only screen and (min-width: 800px) {
    a:hover {
      color: #e1660d;
      font-weight: 400; } }

b, strong {
  font-weight: 700; }

*,
*::before,
*::after {
  box-sizing: inherit; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: 0 !important; }

section {
  position: relative; }

input,
textarea,
button,
select,
a,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  border-top: 1px solid #eaeef3;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    hr {
      margin-top: 3.5rem; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    hr {
      margin-top: 4.5rem; } }
  @media only screen and (min-width: 1024px) {
    hr {
      margin-top: 3.5rem; } }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    hr {
      margin-bottom: 3.5rem; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    hr {
      margin-bottom: 4.5rem; } }
  @media only screen and (min-width: 1024px) {
    hr {
      margin-bottom: 3.5rem; } }

figure {
  margin: 0;
  padding: 0;
  line-height: 0; }

.social-media {
  display: flex; }
  .social-media .item {
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 1rem; }
    .social-media .item:first-of-type {
      margin-left: 0; }
  .social-media svg path {
    transition: 0.3s;
    fill: #201F29; }

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 2rem 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    border-radius: 0px;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07); }

.flexi-title-section {
  margin-bottom: 3.5rem;
  display: block; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .flexi-title-section {
      margin-bottom: 1.5rem; } }

.wrap__editor p > a.btn, .text-editor p > a.btn {
  display: inline-flex;
  width: max-content; }

.wpe *:first-child {
  margin-top: 0; }
.wpe *:last-child {
  margin-bottom: 0; }
.wpe h2 {
  margin-top: 3rem; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wpe h2 {
      margin-top: 2rem; } }
.wpe h3 {
  margin-top: 2.5rem; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wpe h3 {
      margin-top: 2rem; } }
.wpe .wp-caption {
  width: auto !important;
  margin: 2rem 0; }
  .wpe .wp-caption img {
    border-radius: 0px; }
  .wpe .wp-caption p.wp-caption-text {
    position: relative;
    font-size: .85rem;
    padding-top: .8rem;
    line-height: 1.4;
    opacity: .5;
    height: auto;
    margin-left: 1rem;
    padding: 0;
    padding-top: .2rem;
    padding-left: 1rem;
    margin-top: .7rem;
    z-index: 2;
    transition: 0.3s; }
    .wpe .wp-caption p.wp-caption-text::before {
      content: "";
      display: block;
      height: 100%;
      width: 1px;
      background: #F3812E;
      position: absolute;
      left: 0;
      top: 0; }
    .wpe .wp-caption p.wp-caption-text > div:last-of-type {
      margin-top: .3rem; }
    .wpe .wp-caption p.wp-caption-text > div:first-of-type {
      margin-top: 0; }

.dl {
  opacity: 0;
  animation-name: delayfade;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-delay: .3s; }
@keyframes delayfade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 120px;
  z-index: 99;
  background: transparent;
  box-shadow: none;
  transition: 0.3s; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    header {
      padding-top: 20px;
      padding-bottom: 10px; } }
  header.scroll {
    background: white;
    opacity: 0.98;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    header {
      min-height: 80px; } }
  header .menu-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: inherit; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      header .menu-content {
        flex-wrap: no-wrap; } }
    header .menu-content .left {
      position: relative;
      display: flex;
      align-items: center;
      gap: 73px; }
      @media only screen and (min-width: 1px) and (max-width: 1399px) {
        header .menu-content .left {
          gap: 50px; } }
      header .menu-content .left a.logo {
        display: flex;
        align-items: center; }
        header .menu-content .left a.logo img {
          width: auto;
          max-height: 80px;
          display: flex;
          align-items: center; }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            header .menu-content .left a.logo img {
              width: auto;
              max-height: 80px;
              padding: 0rem 0; } }
      header .menu-content .left #desktop-menu .desktop-menu-items {
        height: 100%;
        display: flex;
        padding: 0px 0px;
        margin-left: auto;
        justify-content: flex-end;
        align-items: center; }
        header .menu-content .left #desktop-menu .desktop-menu-items ul {
          display: flex;
          margin: 0;
          padding-left: 0;
          height: 100%; }
          header .menu-content .left #desktop-menu .desktop-menu-items ul li {
            position: relative;
            list-style: none;
            margin-left: 5px; }
            header .menu-content .left #desktop-menu .desktop-menu-items ul li:first-of-type {
              margin-left: 0; }
            header .menu-content .left #desktop-menu .desktop-menu-items ul li .itemUrl {
              height: 100%; }
            header .menu-content .left #desktop-menu .desktop-menu-items ul li a {
              text-decoration: none;
              padding: 13px 15px;
              position: relative;
              height: 100%;
              border-radius: 0px;
              font-size: 16px;
              font-weight: 700;
              text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
              color: #033E48;
              opacity: 1;
              transition: 0.3s;
              display: flex;
              align-items: center;
              white-space: nowrap; }
              @media only screen and (min-width: 1px) and (max-width: 1399px) {
                header .menu-content .left #desktop-menu .desktop-menu-items ul li a {
                  padding: 13px 10px; } }
              header .menu-content .left #desktop-menu .desktop-menu-items ul li a:after {
                position: absolute;
                bottom: 0px;
                left: 0;
                content: ' ';
                height: 2px;
                width: 0%;
                transition: 0.3s;
                background: #F3812E; }
            header .menu-content .left #desktop-menu .desktop-menu-items ul li span.arrow {
              display: none; }
            header .menu-content .left #desktop-menu .desktop-menu-items ul li:hover a {
              opacity: 1; }
              header .menu-content .left #desktop-menu .desktop-menu-items ul li:hover a:after {
                width: 100%; }
    header .menu-content .right {
      display: flex;
      align-items: center; }
      @media only screen and (min-width: 1px) and (max-width: 1399px) {
        header .menu-content .right #contact-btn {
          display: none; } }

.mobile-menu-overlay {
  background: #201F29;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }
  .mobile-menu-overlay.state--visible {
    opacity: .9;
    visibility: visible; }

.mobile-menu-burger {
  cursor: pointer;
  margin: auto 0;
  padding: 5px 10px;
  background-color: transparent; }
  .mobile-menu-burger.state--closed span {
    margin: 6px 0;
    display: block;
    background-color: white;
    height: 3px;
    width: 28px; }

.mobile-menu-burger {
  background-color: transparent; }
  .mobile-menu-burger.state--closed span {
    background-color: #F3812E; }

.mobile-menu-close-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 25px;
  top: 30px;
  opacity: 1;
  padding: 25px;
  z-index: 999;
  border-radius: 0 0 0 999px;
  width: 50px;
  height: 50px; }
  .mobile-menu-close-icon:before, .mobile-menu-close-icon:after {
    margin: -20px -20px 0 0; }
  .mobile-menu-close-icon:before, .mobile-menu-close-icon:after {
    position: absolute;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #F3812E; }
  .mobile-menu-close-icon:before {
    transform: rotate(45deg); }
  .mobile-menu-close-icon:after {
    transform: rotate(-45deg); }

html.hidden-scrollbar {
  overflow-y: hidden;
  touch-action: none; }

.mobile-menu {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 90%;
  max-width: 350px;
  visibility: visible;
  opacity: 1;
  background-color: #F3812E;
  -webkit-box-shadow: 5px 0px 13px -6px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 5px 0px 13px -6px rgba(0, 0, 0, 0.26);
  box-shadow: 5px 0px 13px -6px rgba(0, 0, 0, 0.26);
  transition: 0.3s; }
  @media only screen and (max-width: 400px) {
    .mobile-menu {
      width: 90%; } }
  .mobile-menu.state--closed {
    left: -350px;
    visibility: hidden;
    opacity: 0;
    width: 100%; }
  .mobile-menu.state--opened {
    left: 0;
    visibility: visible;
    opacity: 1; }
  .mobile-menu .mobile-scroll-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .mobile-menu .mobile-scroll-wrapper::-webkit-scrollbar {
      width: 4px; }
    .mobile-menu .mobile-scroll-wrapper::-webkit-scrollbar-track {
      background: transparent; }
    .mobile-menu .mobile-scroll-wrapper::-webkit-scrollbar-thumb {
      background: #F3812E; }
    .mobile-menu .mobile-scroll-wrapper::-webkit-scrollbar-thumb:hover {
      background: #f27216; }
  .mobile-menu .mobile-menu-items {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: .5s; }
    .mobile-menu .mobile-menu-items a.logo {
      display: block;
      background-color: white;
      padding: 20px 30px;
      margin-bottom: 20px;
      box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); }
      .mobile-menu .mobile-menu-items a.logo img {
        min-width: 150px;
        width: 60%;
        max-width: 150px;
        height: auto; }
    .mobile-menu .mobile-menu-items .menu-cta-button a.btn {
      margin-bottom: 0;
      width: 100%; }
    .mobile-menu .mobile-menu-items ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .mobile-menu .mobile-menu-items ul li {
        transition: 0.3s; }
        @media only screen and (min-width: 1px) and (max-width: 799px) {
          .mobile-menu .mobile-menu-items ul li {
            text-align: center; } }
        .mobile-menu .mobile-menu-items ul li .itemUrl {
          padding: 0.7rem 2rem;
          border-bottom: 0px solid rgba(32, 31, 41, 0.1); }
          .mobile-menu .mobile-menu-items ul li .itemUrl a {
            font-size: 20px;
            font-weight: 600;
            color: white;
            text-decoration: none;
            display: block;
            transition: 0.3s; }
            .mobile-menu .mobile-menu-items ul li .itemUrl a mobile {
              background-color: #F3812E; }
            .mobile-menu .mobile-menu-items ul li .itemUrl a:hover {
              color: #033E48; }
          .mobile-menu .mobile-menu-items ul li .itemUrl span.arrow {
            background: rgba(243, 129, 46, 0.05);
            height: 35px;
            width: 35px;
            line-height: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50px;
            transition: 0.3s; }
            .mobile-menu .mobile-menu-items ul li .itemUrl span.arrow svg path {
              fill: #F3812E; }
            @media only screen and (min-width: 800px) {
              .mobile-menu .mobile-menu-items ul li .itemUrl span.arrow:hover {
                cursor: pointer;
                background: rgba(243, 129, 46, 0.3); } }
            .mobile-menu .mobile-menu-items ul li .itemUrl span.arrow.is-visible {
              transform: rotate(180deg);
              background: #f3812e; }
              .mobile-menu .mobile-menu-items ul li .itemUrl span.arrow.is-visible svg path {
                fill: white; }
        .mobile-menu .mobile-menu-items ul li ul.sub-menu {
          padding: 0 0 0 .5rem;
          max-height: 0px;
          visibility: hidden;
          opacity: 0;
          transition: 0.3s;
          background: rgba(3, 62, 72, 0.03); }
          .mobile-menu .mobile-menu-items ul li ul.sub-menu li a {
            font-size: 1rem;
            opacity: .7;
            font-weight: 500; }
          .mobile-menu .mobile-menu-items ul li ul.sub-menu.is-visible {
            max-height: 500px;
            visibility: visible;
            opacity: 1; }
        .mobile-menu .mobile-menu-items ul li.current-menu-item > .itemUrl a, .mobile-menu .mobile-menu-items ul li.current-menu-parent > .itemUrl a, .mobile-menu .mobile-menu-items ul li.current-menu-ancestor > .itemUrl a, .mobile-menu .mobile-menu-items ul li.current-category-ancestor > .itemUrl a, .mobile-menu .mobile-menu-items ul li.current-post-ancestor > .itemUrl a {
          color: #033E48; }
        .mobile-menu .mobile-menu-items ul li.current-menu-item > .itemUrl span.arrow.is-visible, .mobile-menu .mobile-menu-items ul li.current-menu-parent > .itemUrl span.arrow.is-visible, .mobile-menu .mobile-menu-items ul li.current-menu-ancestor > .itemUrl span.arrow.is-visible, .mobile-menu .mobile-menu-items ul li.current-category-ancestor > .itemUrl span.arrow.is-visible, .mobile-menu .mobile-menu-items ul li.current-post-ancestor > .itemUrl span.arrow.is-visible {
          background: #f3812e; }
          .mobile-menu .mobile-menu-items ul li.current-menu-item > .itemUrl span.arrow.is-visible svg path, .mobile-menu .mobile-menu-items ul li.current-menu-parent > .itemUrl span.arrow.is-visible svg path, .mobile-menu .mobile-menu-items ul li.current-menu-ancestor > .itemUrl span.arrow.is-visible svg path, .mobile-menu .mobile-menu-items ul li.current-category-ancestor > .itemUrl span.arrow.is-visible svg path, .mobile-menu .mobile-menu-items ul li.current-post-ancestor > .itemUrl span.arrow.is-visible svg path {
            fill: white; }
        .mobile-menu .mobile-menu-items ul li.menu-item-has-children > .itemUrl {
          display: flex;
          justify-content: space-between;
          align-items: center; }
    .mobile-menu .mobile-menu-items .socials {
      margin-top: 1.5rem;
      margin-left: 0; }
      .mobile-menu .mobile-menu-items .socials .items {
        display: flex;
        justify-content: center; }
        .mobile-menu .mobile-menu-items .socials .items .item {
          margin-right: 0;
          padding: 15px;
          background-color: white; }
          .mobile-menu .mobile-menu-items .socials .items .item svg path {
            fill: #f3812e; }
    .mobile-menu .mobile-menu-items #contact-btn-responsive {
      margin-top: 35px;
      width: 80%;
      margin-left: 10%;
      margin-right: 10%; }

footer .upper-footer {
  background-color: #282633;
  background-image: url(../images/theme/dark-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
  margin-left: 35px;
  margin-right: 35px;
  padding: 100px 0;
  position: relative;
  border-radius: 30px; }
  @media only screen and (min-width: 1px) and (max-width: 999px) {
    footer .upper-footer {
      margin-left: 10px;
      margin-right: 10px; } }
  footer .upper-footer .wrap {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    footer .upper-footer .wrap h2 {
      color: white;
      margin-bottom: 0; }
    footer .upper-footer .wrap .upper-footer-wrapper {
      display: flex; }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        footer .upper-footer .wrap .upper-footer-wrapper {
          flex-direction: column;
          gap: 30px; } }
      footer .upper-footer .wrap .upper-footer-wrapper .left {
        width: 50%;
        padding-right: 5%; }
        @media only screen and (min-width: 1px) and (max-width: 799px) {
          footer .upper-footer .wrap .upper-footer-wrapper .left {
            width: 100%; } }
        footer .upper-footer .wrap .upper-footer-wrapper .left p {
          color: white; }
        footer .upper-footer .wrap .upper-footer-wrapper .left .address {
          color: white;
          display: flex;
          justify-content: space-between;
          align-items: flex-end; }
          footer .upper-footer .wrap .upper-footer-wrapper .left .address address {
            font-style: normal; }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            footer .upper-footer .wrap .upper-footer-wrapper .left .address {
              flex-direction: column;
              align-items: flex-start; } }
      footer .upper-footer .wrap .upper-footer-wrapper .right {
        width: 50%; }
        @media only screen and (min-width: 1px) and (max-width: 799px) {
          footer .upper-footer .wrap .upper-footer-wrapper .right {
            width: 100%; } }
        footer .upper-footer .wrap .upper-footer-wrapper .right .btn-primary {
          margin-left: 0px; }
    footer .upper-footer .wrap .social {
      display: flex; }
footer .lower-footer {
  background-color: #F3812E;
  padding: 200px 0 30px 0;
  margin-top: -170px;
  z-index: 9;
  display: flex; }
  footer .lower-footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      footer .lower-footer .wrap {
        flex-direction: column; } }
    footer .lower-footer .wrap .footer-menu ul {
      display: flex;
      padding-left: 0; }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        footer .lower-footer .wrap .footer-menu ul {
          flex-direction: column;
          align-items: center; } }
      footer .lower-footer .wrap .footer-menu ul li {
        list-style: none;
        padding: 0px 20px;
        border-right: 1px solid white; }
        @media only screen and (min-width: 1px) and (max-width: 799px) {
          footer .lower-footer .wrap .footer-menu ul li {
            border-right: none;
            padding: 6px 20px; } }
        footer .lower-footer .wrap .footer-menu ul li:last-of-type {
          border-right: none; }
        footer .lower-footer .wrap .footer-menu ul li a {
          color: white;
          text-decoration: underline; }

.wrap__posts {
  margin-bottom: 100px !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap__posts {
      margin-bottom: 50px !important; } }

.wrap__posts, .wrap__filters {
  margin-top: 30px; }
  .wrap__posts .filter, .wrap__filters .filter {
    margin-bottom: 3.5rem;
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
    gap: 50px; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__posts .filter, .wrap__filters .filter {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
        flex-direction: column;
        gap: 25px; } }
    .wrap__posts .filter ul, .wrap__filters .filter ul {
      list-style: none;
      padding: 0;
      display: flex;
      justify-content: center;
      gap: 15px;
      flex-wrap: wrap; }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        .wrap__posts .filter ul, .wrap__filters .filter ul {
          margin-top: 0;
          margin-bottom: 0; } }
      .wrap__posts .filter ul li, .wrap__filters .filter ul li {
        margin: 0;
        padding: 0; }
        .wrap__posts .filter ul li.active a, .wrap__filters .filter ul li.active a {
          color: #000000;
          background-color: #F3812E; }
          .wrap__posts .filter ul li.active a:hover, .wrap__filters .filter ul li.active a:hover {
            color: #033E48; }
        .wrap__posts .filter ul li::before, .wrap__filters .filter ul li::before {
          display: none; }
        .wrap__posts .filter ul li a, .wrap__filters .filter ul li a {
          display: block;
          color: #033E48;
          text-decoration: none;
          font-weight: 700;
          padding: 15px 40px;
          -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
          -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
          transition: 0.3s; }
          .wrap__posts .filter ul li a:hover, .wrap__filters .filter ul li a:hover {
            color: #F3812E; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__posts .filter ul, .wrap__filters .filter ul {
        gap: 5px;
        overflow: hidden;
        margin-top: 0;
        padding-top: 0rem; }
        .wrap__posts .filter ul.show, .wrap__filters .filter ul.show {
          display: flex;
          max-height: 1000px; }
        .wrap__posts .filter ul li, .wrap__filters .filter ul li {
          flex-grow: 1; }
          .wrap__posts .filter ul li a, .wrap__filters .filter ul li a {
            padding: 10px 15px;
            text-align: center; }
          .wrap__posts .filter ul li.active a, .wrap__filters .filter ul li.active a {
            color: #000000;
            background-color: #F3812E;
            border-radius: 1px; }
          .wrap__posts .filter ul li.active::after, .wrap__filters .filter ul li.active::after {
            display: none; } }
  .wrap__posts article, .wrap__filters article {
    position: relative;
    border: 1px solid #FBD2B3;
    transition: background-color 300ms linear;
    border-radius: 30px;
    overflow: hidden; }
    .wrap__posts article:hover, .wrap__filters article:hover {
      box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1); }
      .wrap__posts article:hover .href, .wrap__filters article:hover .href {
        color: white;
        background-color: #033E48;
        border-color: #033E48; }
        .wrap__posts article:hover .href.mark:before, .wrap__filters article:hover .href.mark:before {
          background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
          right: 20px; }
    .wrap__posts article a, .wrap__filters article a {
      display: block;
      text-decoration: none;
      color: #033E48;
      background-color: transparent;
      padding-bottom: 1em; }
    .wrap__posts article figure, .wrap__filters article figure {
      padding-top: 56%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      border-radius: 30px; }
    .wrap__posts article .tags, .wrap__filters article .tags {
      font-size: 16px;
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 500;
      text-transform: uppercase;
      color: #033E48;
      margin-bottom: .3rem; }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        .wrap__posts article .tags, .wrap__filters article .tags {
          font-size: 12px; } }
      .wrap__posts article .tags .date, .wrap__filters article .tags .date {
        transition: 0.3s; }
      .wrap__posts article .tags .cat, .wrap__filters article .tags .cat {
        background-color: rgba(243, 129, 46, 0.1);
        border-radius: 1px;
        padding: 5px 15px; }
    .wrap__posts article .text, .wrap__filters article .text {
      padding: 50px 50px 135px 50px; }
      @media only screen and (min-width: 1px) and (max-width: 1399px) {
        .wrap__posts article .text, .wrap__filters article .text {
          padding: 30px 30px 115px 30px; } }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        .wrap__posts article .text, .wrap__filters article .text {
          padding: 25px 25px 105px 25px; } }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        .wrap__posts article .text, .wrap__filters article .text {
          padding: 20px 20px 95px 20px; } }
      .wrap__posts article .text .content, .wrap__filters article .text .content {
        padding-right: 1rem; }
        @media only screen and (min-width: 1px) and (max-width: 799px) {
          .wrap__posts article .text .content, .wrap__filters article .text .content {
            padding: 0; } }
        .wrap__posts article .text .content h3, .wrap__filters article .text .content h3 {
          font-size: 1.2rem;
          line-height: 1.2;
          margin-bottom: .5rem;
          transition: 0.3s; }
        .wrap__posts article .text .content span.bio, .wrap__filters article .text .content span.bio {
          margin-left: .4rem; }
        .wrap__posts article .text .content .perex, .wrap__filters article .text .content .perex {
          font-size: .95rem;
          line-height: 1.5;
          transition: 0.3s; }
        .wrap__posts article .text .content button, .wrap__filters article .text .content button {
          width: calc(100% - 100px);
          position: absolute;
          bottom: 50px;
          left: 50px;
          pointer-events: none; }
          @media only screen and (min-width: 1px) and (max-width: 1399px) {
            .wrap__posts article .text .content button, .wrap__filters article .text .content button {
              bottom: 30px;
              left: 30px;
              width: calc(100% - 60px); } }
          @media only screen and (min-width: 1px) and (max-width: 999px) {
            .wrap__posts article .text .content button, .wrap__filters article .text .content button {
              bottom: 25px;
              left: 25px;
              width: calc(100% - 50px); } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            .wrap__posts article .text .content button, .wrap__filters article .text .content button {
              margin: 0;
              bottom: 20px;
              left: 20px;
              width: calc(100% - 40px); } }

.wrap__single figure.thumb {
  margin: 3rem 0; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap__single figure.thumb {
      margin: 2rem 0; } }
.wrap__single .wpe {
  padding: 0 4rem; }

.button-swip {
  cursor: pointer;
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #F3812E;
  transition: 0.3s; }
  .button-swip svg {
    width: 32px;
    position: absolute;
    top: 50%;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%); }
    .button-swip svg polygon {
      fill: #F3812E; }
  .button-swip.button-prev {
    top: 50%;
    left: 10px; }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      .button-swip.button-prev {
        bottom: 0px;
        top: auto;
        left: calc(50% - 75px); } }
    .button-swip.button-prev svg {
      transform: translate(-50%, -50%) rotate(180deg); }
  .button-swip.button-next {
    top: 50%;
    right: 10px; }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      .button-swip.button-next {
        bottom: 0px;
        top: auto;
        right: calc(50% - 80px); } }
  .button-swip:hover {
    background-color: #F3812E; }
    .button-swip:hover svg path {
      fill: white; }

.wrap__header.hp {
  display: flex;
  align-items: center;
  position: relative;
  /*
  background-image: url(../images/theme/header-bg-desktop.png);
  */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 20% center;
  margin-top: 150px;
  padding: 179px 0 200px 0;
  width: calc(100% - 70px);
  margin-left: 35px;
  margin-right: 35px;
  border-radius: 30px;
  overflow: hidden; }
  .wrap__header.hp:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #EEE 0%, #EEE 20%, #033E480F 60%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%), url(../images/theme/header-bg-white-mark.png) right 80px bottom 65px no-repeat;
    background-size: cover, 28%; }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      .wrap__header.hp:after {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%); } }
  @media only screen and (min-width: 1px) and (max-width: 999px) {
    .wrap__header.hp {
      width: calc(100% - 20px);
      margin-left: 10px;
      margin-right: 10px;
      background-position: center; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap__header.hp {
      margin-top: 110px;
      padding: 79px 0 150px 0; } }
  .wrap__header.hp .wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    z-index: 10; }
    .wrap__header.hp .wrap h1 {
      margin-bottom: 10px;
      width: 650px;
      text-align: left; }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        .wrap__header.hp .wrap h1 {
          width: 80%; } }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        .wrap__header.hp .wrap h1 {
          margin-bottom: 12px;
          width: 100%; } }
    .wrap__header.hp .wrap p {
      margin-bottom: 25px;
      font-size: 16px;
      line-height: 150%;
      margin-top: 0;
      width: 650px;
      text-align: left; }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        .wrap__header.hp .wrap p {
          font-size: 15px;
          line-height: 150%; } }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        .wrap__header.hp .wrap p {
          font-size: 15px;
          line-height: 150%; } }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        .wrap__header.hp .wrap p {
          width: 80%; } }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        .wrap__header.hp .wrap p {
          width: 100%;
          margin-bottom: 30px; } }

#counter {
  background-color: #033E48;
  background-image: url(../images/theme/header-bg-mark.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  width: 908px;
  margin-top: -100px;
  position: relative;
  z-index: 11;
  padding: 62px 120px;
  border-radius: 0px 90px 0px 0px; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    #counter {
      margin-top: -50px; } }
  @media only screen and (min-width: 1px) and (max-width: 999px) {
    #counter {
      border-radius: 0px 0px 0px 0px;
      width: 100%; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    #counter {
      padding: 50px 50px; } }
  #counter .counter-wrapper {
    display: flex;
    gap: 25px; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      #counter .counter-wrapper {
        flex-direction: column;
        align-items: center; } }
    #counter .counter-wrapper .counter-item {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-width: 200px; }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        #counter .counter-wrapper .counter-item {
          align-items: center; } }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        #counter .counter-wrapper .counter-item {
          max-width: 100%; } }
      #counter .counter-wrapper .counter-item p {
        color: white;
        margin: 0;
        margin-bottom: 5px; }
        @media only screen and (min-width: 1px) and (max-width: 799px) {
          #counter .counter-wrapper .counter-item p {
            text-align: center; } }
        #counter .counter-wrapper .counter-item p.count {
          font-size: 35px;
          line-height: 48px; }
          @media only screen and (min-width: 1px) and (max-width: 999px) {
            #counter .counter-wrapper .counter-item p.count {
              font-size: 30px;
              line-height: 36px; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            #counter .counter-wrapper .counter-item p.count {
              font-size: 30px;
              line-height: 36px; } }

.about-main {
  padding-top: 180px;
  padding-bottom: 180px; }
  @media only screen and (min-width: 1px) and (max-width: 1399px) {
    .about-main {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1px) and (max-width: 999px) {
    .about-main {
      padding-top: 90px;
      padding-bottom: 90px; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .about-main {
      padding-top: 75px;
      padding-bottom: 75px; } }
  .about-main .wrap {
    display: flex;
    gap: 80px; }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      .about-main .wrap {
        flex-direction: column; } }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      .about-main .wrap {
        gap: 20px; } }
    .about-main .wrap .left {
      width: 50%; }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        .about-main .wrap .left {
          width: 100%; } }
    .about-main .wrap .right {
      width: 50%;
      display: flex; }
      .about-main .wrap .right .img-wrapper {
        width: 100%;
        border-radius: 30px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        min-height: 350px; }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        .about-main .wrap .right {
          width: 100%; } }

#realizace {
  padding-bottom: 180px; }
  @media only screen and (min-width: 1px) and (max-width: 1399px) {
    #realizace {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1px) and (max-width: 999px) {
    #realizace {
      padding-bottom: 90px; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    #realizace {
      padding-bottom: 75px; } }
  #realizace .top .wrap {
    display: flex; }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      #realizace .top .wrap {
        flex-direction: column; } }
    #realizace .top .wrap .left {
      width: 50%;
      padding-right: 5%; }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        #realizace .top .wrap .left {
          width: 100%; } }
      #realizace .top .wrap .left h2 {
        margin-bottom: 26px; }
        @media only screen and (min-width: 1px) and (max-width: 999px) {
          #realizace .top .wrap .left h2 {
            margin-bottom: 10px; } }
    #realizace .top .wrap .right {
      width: 50%;
      display: flex; }
      #realizace .top .wrap .right p {
        margin-bottom: 42px; }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        #realizace .top .wrap .right {
          width: 100%; } }
  #realizace .bottom .wrap {
    position: relative; }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      #realizace .bottom .wrap {
        padding-bottom: 80px; } }
    #realizace .bottom .wrap .swiperRelizace {
      width: 100%;
      overflow: hidden;
      padding-left: 5px;
      padding-bottom: 5px; }
      #realizace .bottom .wrap .swiperRelizace .swiper-wrapper {
        display: flex;
        width: 100%;
        align-items: stretch; }
        #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide {
          width: calc(33.3333% - 15px);
          height: auto;
          border-radius: 24px;
          padding: 0;
          display: flex; }
          @media only screen and (min-width: 1px) and (max-width: 1399px) {
            #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide {
              width: calc(50% - 10px); } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide {
              border-radius: 20px;
              width: 100%;
              padding: 30px 15px 25px 15px; } }
          #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article {
            position: relative;
            border: 1px solid #FBD2B3;
            transition: background-color 300ms linear;
            border-radius: 30px;
            overflow: hidden; }
            #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article:hover {
              box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1); }
              #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article:hover .href {
                color: white;
                background-color: #033E48;
                border-color: #033E48; }
                #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article:hover .href.mark:before {
                  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
                  right: 20px; }
            #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article a {
              display: block;
              text-decoration: none;
              color: #033E48;
              background-color: transparent;
              padding-bottom: 1em; }
            #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article figure {
              padding-top: 56%;
              background-repeat: no-repeat;
              background-size: cover;
              background-position: center;
              border-radius: 30px; }
            #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .tags {
              font-size: 16px;
              display: flex;
              align-items: center;
              gap: 10px;
              font-weight: 500;
              text-transform: uppercase;
              color: #033E48;
              margin-bottom: .3rem; }
              @media only screen and (min-width: 1px) and (max-width: 999px) {
                #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .tags {
                  font-size: 12px; } }
              #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .tags .date {
                transition: 0.3s; }
              #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .tags .cat {
                background-color: rgba(243, 129, 46, 0.1);
                border-radius: 1px;
                padding: 5px 15px; }
            #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .text {
              padding: 50px 50px 135px 50px; }
              @media only screen and (min-width: 1px) and (max-width: 1399px) {
                #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .text {
                  padding: 30px 30px 115px 30px; } }
              @media only screen and (min-width: 1px) and (max-width: 999px) {
                #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .text {
                  padding: 25px 25px 105px 25px; } }
              @media only screen and (min-width: 1px) and (max-width: 799px) {
                #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .text {
                  padding: 20px 20px 95px 20px; } }
              #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .text .content {
                padding-right: 1rem; }
                @media only screen and (min-width: 1px) and (max-width: 799px) {
                  #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .text .content {
                    padding: 0; } }
                #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .text .content h3 {
                  font-size: 1.2rem;
                  line-height: 1.2;
                  margin-bottom: .5rem;
                  transition: 0.3s; }
                #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .text .content span.bio {
                  margin-left: .4rem; }
                #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .text .content .perex {
                  font-size: .95rem;
                  line-height: 1.5;
                  transition: 0.3s; }
                #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .text .content button {
                  width: calc(100% - 100px);
                  position: absolute;
                  bottom: 50px;
                  left: 50px;
                  pointer-events: none; }
                  @media only screen and (min-width: 1px) and (max-width: 1399px) {
                    #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .text .content button {
                      bottom: 30px;
                      left: 30px;
                      width: calc(100% - 60px); } }
                  @media only screen and (min-width: 1px) and (max-width: 999px) {
                    #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .text .content button {
                      bottom: 25px;
                      left: 25px;
                      width: calc(100% - 50px); } }
                  @media only screen and (min-width: 1px) and (max-width: 799px) {
                    #realizace .bottom .wrap .swiperRelizace .swiper-wrapper .swiper-slide article .text .content button {
                      margin: 0;
                      bottom: 20px;
                      left: 20px;
                      width: calc(100% - 40px); } }

#donate {
  padding-top: 110px;
  padding-bottom: 110px;
  margin-left: 35px;
  margin-right: 35px;
  border-radius: 30px;
  background-image: url(../images/theme/dark-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (min-width: 1px) and (max-width: 1399px) {
    #donate {
      padding-top: 90px;
      padding-bottom: 90px; } }
  @media only screen and (min-width: 1px) and (max-width: 999px) {
    #donate {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    #donate {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (min-width: 1px) and (max-width: 599px) {
    #donate {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media only screen and (min-width: 1px) and (max-width: 999px) {
    #donate {
      margin-left: 10px;
      margin-right: 10px; } }
  #donate .top .wrap {
    display: flex; }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      #donate .top .wrap {
        flex-direction: column; } }
    #donate .top .wrap .left {
      width: 50%;
      padding-right: 5%; }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        #donate .top .wrap .left {
          width: 100%; } }
      #donate .top .wrap .left h2 {
        margin-bottom: 26px; }
        @media only screen and (min-width: 1px) and (max-width: 999px) {
          #donate .top .wrap .left h2 {
            margin-bottom: 10px; } }
    #donate .top .wrap .right {
      width: 50%;
      display: flex; }
      #donate .top .wrap .right p {
        margin-bottom: 42px; }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        #donate .top .wrap .right {
          width: 100%; } }
    #donate .top .wrap .left h2 {
      color: white; }
    #donate .top .wrap .right p {
      color: white; }
  #donate .bottom .wrap {
    position: relative; }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      #donate .bottom .wrap {
        padding-bottom: 80px; } }
    #donate .bottom .wrap .swiperDonate {
      width: 100%;
      position: relative;
      overflow: hidden;
      padding-left: 5px; }
      #donate .bottom .wrap .swiperDonate .swiper-wrapper {
        display: flex;
        width: 100%;
        align-items: stretch; }
        #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide {
          width: calc(33.3333% - 15px);
          height: auto;
          border-radius: 24px;
          padding: 0;
          display: flex;
          flex-direction: column;
          background-color: #FFFFFF;
          overflow: hidden;
          border: 1px solid #FBD2B3; }
          @media only screen and (min-width: 1px) and (max-width: 1399px) {
            #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide {
              width: calc(50% - 10px); } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide {
              border-radius: 20px;
              width: 100%;
              padding: 30px 15px 25px 15px; } }
          #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide .image-wrapper {
            width: 100%;
            padding-bottom: 66%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            border-radius: 30px; }
          #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide .content-wrapper {
            padding: 50px; }
            @media only screen and (min-width: 1px) and (max-width: 999px) {
              #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide .content-wrapper {
                padding: 30px; } }
            @media only screen and (min-width: 1px) and (max-width: 799px) {
              #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide .content-wrapper {
                padding: 20px; } }
            @media only screen and (min-width: 1px) and (max-width: 599px) {
              #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide .content-wrapper {
                padding: 20px 0px; } }
            #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide .content-wrapper .loading-bar {
              height: 13px;
              width: 100%;
              border-radius: 10px;
              background-color: #FBD2B3;
              position: relative; }
              #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide .content-wrapper .loading-bar .loaded {
                position: absolute;
                border-radius: 10px;
                left: 0;
                top: 0;
                height: 13px;
                background-color: #F3812E; }
            #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide .content-wrapper .loading-bar-actual {
              display: flex;
              justify-content: space-between;
              align-items: center;
              margin-top: 20px; }
              #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide .content-wrapper .loading-bar-actual p {
                margin-bottom: 0;
                margin-top: 0px; }
                #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide .content-wrapper .loading-bar-actual p span {
                  font-weight: bold; }
              #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide .content-wrapper .loading-bar-actual .percentage {
                font-weight: bold;
                color: #F3812E; }
            #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide .content-wrapper .loading-bar-target p {
              margin-top: 0;
              color: #FBD2B3; }
            #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide .content-wrapper .btn-primary {
              width: 100%;
              margin-top: 30px; }
              @media only screen and (min-width: 1px) and (max-width: 799px) {
                #donate .bottom .wrap .swiperDonate .swiper-wrapper .swiper-slide .content-wrapper .btn-primary {
                  margin: 0; } }
  #donate .bottom .btn-after {
    display: flex;
    justify-content: center;
    margin-top: 60px; }
    @media only screen and (min-width: 1px) and (max-width: 1399px) {
      #donate .bottom .btn-after {
        margin-top: 40px; } }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      #donate .bottom .btn-after {
        margin-top: 30px; } }

#team {
  margin-top: 150px;
  margin-bottom: 150px; }
  @media only screen and (min-width: 1px) and (max-width: 1399px) {
    #team {
      margin-top: 100px;
      margin-bottom: 100px; } }
  @media only screen and (min-width: 1px) and (max-width: 999px) {
    #team {
      margin-top: 90px;
      margin-bottom: 90px; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    #team {
      margin-top: 75px;
      margin-bottom: 75px; } }
  #team .top .wrap {
    display: flex; }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      #team .top .wrap {
        flex-direction: column; } }
    #team .top .wrap .left {
      width: 50%;
      padding-right: 5%; }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        #team .top .wrap .left {
          width: 100%; } }
      #team .top .wrap .left h2 {
        margin-bottom: 26px; }
        @media only screen and (min-width: 1px) and (max-width: 999px) {
          #team .top .wrap .left h2 {
            margin-bottom: 10px; } }
    #team .top .wrap .right {
      width: 50%;
      display: flex; }
      #team .top .wrap .right p {
        margin-bottom: 42px; }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        #team .top .wrap .right {
          width: 100%; } }
  #team .bottom .wrap {
    position: relative; }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      #team .bottom .wrap {
        padding-bottom: 80px; } }
    #team .bottom .wrap .swiperTeam {
      width: 100%;
      position: relative;
      overflow: hidden;
      padding-left: 5px; }
      #team .bottom .wrap .swiperTeam .swiper-wrapper {
        display: flex;
        width: 100%;
        align-items: stretch; }
        #team .bottom .wrap .swiperTeam .swiper-wrapper .swiper-slide {
          width: calc(20% - 17px);
          height: auto;
          border-radius: 30px;
          padding: 0;
          display: flex;
          flex-direction: column;
          background-color: #FFFFFF;
          overflow: hidden;
          border: 1px solid #FBD2B3; }
          @media only screen and (min-width: 1px) and (max-width: 1399px) {
            #team .bottom .wrap .swiperTeam .swiper-wrapper .swiper-slide {
              width: calc(25% - 15px); } }
          @media only screen and (min-width: 1px) and (max-width: 999px) {
            #team .bottom .wrap .swiperTeam .swiper-wrapper .swiper-slide {
              width: calc(33% - 15px); } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            #team .bottom .wrap .swiperTeam .swiper-wrapper .swiper-slide {
              width: calc(50% - 15px); } }
          @media only screen and (min-width: 1px) and (max-width: 599px) {
            #team .bottom .wrap .swiperTeam .swiper-wrapper .swiper-slide {
              border-radius: 30px;
              width: 100%;
              padding: 30px 15px 25px 15px; } }
          #team .bottom .wrap .swiperTeam .swiper-wrapper .swiper-slide .image-wrapper {
            width: 100%;
            padding-bottom: 90%;
            background-color: #E3E3E3;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            border-radius: 30px; }
          #team .bottom .wrap .swiperTeam .swiper-wrapper .swiper-slide .content-wrapper {
            padding: 37px 34px 46px 34px; }
            @media only screen and (min-width: 1px) and (max-width: 799px) {
              #team .bottom .wrap .swiperTeam .swiper-wrapper .swiper-slide .content-wrapper {
                padding: 20px 20px 20px 20px; } }
            #team .bottom .wrap .swiperTeam .swiper-wrapper .swiper-slide .content-wrapper h4 {
              margin-bottom: 10px; }
            #team .bottom .wrap .swiperTeam .swiper-wrapper .swiper-slide .content-wrapper p {
              margin-top: 10px; }
            #team .bottom .wrap .swiperTeam .swiper-wrapper .swiper-slide .content-wrapper .email {
              margin-bottom: 0px; }

#support {
  padding-top: 110px;
  padding-bottom: 110px;
  margin-left: 35px;
  margin-right: 35px;
  background-color: #F3812E;
  border-radius: 30px; }
  @media only screen and (min-width: 1px) and (max-width: 1399px) {
    #support {
      padding-top: 90px;
      padding-bottom: 90px; } }
  @media only screen and (min-width: 1px) and (max-width: 999px) {
    #support {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    #support {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (min-width: 1px) and (max-width: 599px) {
    #support {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media only screen and (min-width: 1px) and (max-width: 999px) {
    #support {
      margin-left: 10px;
      margin-right: 10px; } }
  #support .top .wrap {
    display: flex; }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      #support .top .wrap {
        flex-direction: column; } }
    #support .top .wrap .left {
      width: 50%;
      padding-right: 5%; }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        #support .top .wrap .left {
          width: 100%; } }
      #support .top .wrap .left h2 {
        margin-bottom: 26px; }
        @media only screen and (min-width: 1px) and (max-width: 999px) {
          #support .top .wrap .left h2 {
            margin-bottom: 10px; } }
    #support .top .wrap .right {
      width: 50%;
      display: flex; }
      #support .top .wrap .right p {
        margin-bottom: 42px; }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        #support .top .wrap .right {
          width: 100%; } }
    #support .top .wrap .left h2 {
      color: white; }
    #support .top .wrap .right p {
      color: white; }
  #support .bottom .wrap {
    margin-top: 50px;
    position: relative; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      #support .bottom .wrap {
        margin-top: 0px; } }
    #support .bottom .wrap .support-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      /*
      @include notebook {
          gap: 40px;
      }
      @include tablet {
          gap: 30px;
      }
      @include phone {                        
          gap: 20px;
      }*/
      width: 100%;
      align-items: stretch;
      justify-content: space-evenly; }
      #support .bottom .wrap .support-wrapper .support-item {
        width: 250px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media only screen and (min-width: 1px) and (max-width: 799px) {
          #support .bottom .wrap .support-wrapper .support-item {
            width: calc(50% - 40px); } }
        @media only screen and (min-width: 1px) and (max-width: 599px) {
          #support .bottom .wrap .support-wrapper .support-item {
            border-radius: 20px;
            width: 100%;
            padding: 0px 35px 0px 35px; } }
        #support .bottom .wrap .support-wrapper .support-item .image-wrapper {
          width: 100%;
          padding-bottom: 100%;
          border-radius: 900px;
          background-color: #E3E3E3;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        #support .bottom .wrap .support-wrapper .support-item .content-wrapper {
          padding: 20px; }
          #support .bottom .wrap .support-wrapper .support-item .content-wrapper h4 {
            color: white;
            text-align: center; }

/* platforms
==============================================================
============================================================== */
.platforms {
  padding-top: 180px;
  padding-bottom: 180px; }
  @media only screen and (min-width: 1px) and (max-width: 1399px) {
    .platforms {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media only screen and (min-width: 1px) and (max-width: 999px) {
    .platforms {
      padding-top: 90px;
      padding-bottom: 90px; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .platforms {
      padding-top: 75px;
      padding-bottom: 75px; } }
  .platforms .top {
    margin-bottom: 50px; }
    .platforms .top .wrap {
      display: flex; }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        .platforms .top .wrap {
          flex-direction: column; } }
      .platforms .top .wrap .left {
        width: 50%;
        padding-right: 5%; }
        @media only screen and (min-width: 1px) and (max-width: 999px) {
          .platforms .top .wrap .left {
            width: 100%; } }
        .platforms .top .wrap .left h2 {
          margin-bottom: 26px; }
          @media only screen and (min-width: 1px) and (max-width: 999px) {
            .platforms .top .wrap .left h2 {
              margin-bottom: 10px; } }
      .platforms .top .wrap .right {
        width: 50%;
        display: flex; }
        .platforms .top .wrap .right p {
          margin-bottom: 42px; }
        @media only screen and (min-width: 1px) and (max-width: 999px) {
          .platforms .top .wrap .right {
            width: 100%; } }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      .platforms .top {
        margin-bottom: 10px; } }
  .platforms .bottom .wrap-full {
    position: relative; }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      .platforms .bottom .wrap-full {
        padding-bottom: 80px; } }
    .platforms .bottom .wrap-full .swiper-all {
      position: relative; }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        .platforms .bottom .wrap-full .swiper-all {
          overflow: hidden; } }
      .platforms .bottom .wrap-full .swiper-all .swiperCoop {
        height: 100px;
        width: 100%;
        position: relative; }
        .platforms .bottom .wrap-full .swiper-all .swiperCoop .swiper-slide {
          height: 100px;
          width: 250px;
          padding: 20px; }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            .platforms .bottom .wrap-full .swiper-all .swiperCoop .swiper-slide {
              display: flex;
              justify-content: center;
              align-items: center; } }
          .platforms .bottom .wrap-full .swiper-all .swiperCoop .swiper-slide img {
            max-width: 100%;
            transition: 0.3s; }
            .platforms .bottom .wrap-full .swiper-all .swiperCoop .swiper-slide img:hover {
              transform: rotate(10deg); }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            .platforms .bottom .wrap-full .swiper-all .swiperCoop .swiper-slide {
              width: 100%; } }
    .platforms .bottom .wrap-full .button-swip {
      display: none; }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        .platforms .bottom .wrap-full .button-swip {
          display: block; } }

.wrap__header.subpage {
  position: relative;
  margin-bottom: 50px; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap__header.subpage {
      padding: 0rem 0;
      margin-bottom: 30px; } }
  .wrap__header.subpage .z-index-2 {
    position: relative;
    z-index: 2; }
  .wrap__header.subpage span.title-label {
    font-size: .9rem;
    font-weight: 500;
    display: block;
    margin-bottom: 1rem;
    letter-spacing: 5px; }
  .wrap__header.subpage h1 {
    margin: 0;
    color: #033E48;
    text-align: center;
    padding: 0 20px; }
.wrap__header.single {
  padding: 0rem 0; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap__header.single {
      padding: 0rem 0; } }
  .wrap__header.single a.back-link {
    color: #F3812E; }
.wrap__header a.back-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 30px; }
  .wrap__header a.back-link svg {
    margin-right: .7rem; }
    .wrap__header a.back-link svg path {
      fill: #F3812E; }

figure.thumb {
  margin-bottom: 1rem;
  margin-bottom: 3rem; }
  figure.thumb .thumb-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 0px;
    overflow: hidden; }
    figure.thumb .thumb-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    figure.thumb .thumb-wrapper .imgtag {
      border: 16px solid transparent;
      bottom: 0;
      box-sizing: border-box;
      font-size: .75rem;
      height: 3.5rem;
      line-height: 1.5rem;
      max-width: 56px;
      position: absolute;
      right: 0;
      transition: max-width .3s ease-in;
      transition-delay: 0s;
      width: auto;
      z-index: 2; }
      figure.thumb .thumb-wrapper .imgtag:hover {
        max-width: 100%; }
        figure.thumb .thumb-wrapper .imgtag:hover .imgtag-wrapper::before {
          opacity: 0;
          transition-delay: 0s; }
        figure.thumb .thumb-wrapper .imgtag:hover .imgtag-wrapper .imgtag-label {
          opacity: 1; }
      figure.thumb .thumb-wrapper .imgtag .imgtag-wrapper {
        background: rgba(32, 31, 41, 0.9);
        border-radius: 12px;
        box-sizing: border-box;
        color: #fff;
        display: inline-block;
        height: 100%;
        overflow: hidden;
        padding: 0 .5rem;
        position: relative;
        width: 100%; }
        figure.thumb .thumb-wrapper .imgtag .imgtag-wrapper::before {
          content: "i";
          font-size: .85rem;
          height: 100%;
          line-height: 24px;
          position: absolute;
          right: 0;
          text-align: center;
          top: 0;
          transition: opacity 75ms ease-out;
          transition-delay: .3s;
          width: 24px; }
        figure.thumb .thumb-wrapper .imgtag .imgtag-wrapper .imgtag-label {
          display: inline-block;
          opacity: 0;
          overflow: hidden;
          text-overflow: ellipsis;
          transition: opacity .3s ease-in;
          white-space: nowrap;
          width: 100%; }
  figure.thumb .caption-wrapper {
    position: relative;
    line-height: 1.3;
    margin-top: .5rem; }
    figure.thumb .caption-wrapper::before {
      content: "";
      display: block;
      position: absolute;
      height: 100px;
      width: 1px;
      background: #F3812E;
      bottom: 0;
      left: 28px; }
    figure.thumb .caption-wrapper .caption-text {
      font-size: .85rem;
      padding-top: .8rem;
      padding-left: calc(28px * 1.8);
      opacity: .5;
      height: auto;
      transition: 0.3s; }
      figure.thumb .caption-wrapper .caption-text:hover {
        opacity: 1; }
      figure.thumb .caption-wrapper .caption-text > div:last-of-type {
        margin-top: .3rem; }
      figure.thumb .caption-wrapper .caption-text > div:first-of-type {
        margin-top: 0; }
      figure.thumb .caption-wrapper .caption-text .thumb-title {
        font-weight: 700; }

.buttons-group {
  margin: auto; }
  .buttons-group p {
    margin: 0 !important;
    display: flex;
    justify-content: center; }

.pagination {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 100%;
  margin-top: 3.5rem; }
  .pagination .page-numbers {
    color: #033E48;
    font-size: .9em;
    background-color: white;
    border-radius: 0px;
    border: 1px solid #eaeef3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: .2rem;
    text-decoration: none;
    font-weight: 500;
    padding: 0 11px;
    transition: 0.3s; }
    @media only screen and (min-width: 800px) {
      .pagination .page-numbers:hover {
        color: #F3812E;
        background: rgba(243, 129, 46, 0.08);
        border: 1px solid #F3812E; }
        .pagination .page-numbers:hover.prev svg path, .pagination .page-numbers:hover.next svg path {
          fill: #F3812E; } }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      width: 42px;
      height: 42px; }
      .pagination .page-numbers.prev svg path, .pagination .page-numbers.next svg path {
        fill: #033E48; }
    .pagination .page-numbers.prev svg {
      transform: rotate(180deg); }
    .pagination .page-numbers.current {
      background-color: #F3812E;
      color: white;
      border: 1px solid #F3812E;
      cursor: default; }
    .pagination .page-numbers.dots {
      cursor: default; }
      @media only screen and (min-width: 800px) {
        .pagination .page-numbers.dots:hover {
          border: 1px solid #eaeef3; } }
  .pagination:empty {
    display: none; }

.wrap_breadcrumbs {
  padding: 4rem 0;
  display: flex; }
  .wrap_breadcrumbs a {
    color: #F3812E;
    text-decoration: none;
    transition: 0.3s; }
    .wrap_breadcrumbs a:hover {
      text-decoration: underline;
      color: #F3812E; }
  .wrap_breadcrumbs .breadcrumb {
    display: flex;
    align-items: center; }
    .wrap_breadcrumbs .breadcrumb svg {
      transform: scale(0.8);
      margin: 0 10px; }
      .wrap_breadcrumbs .breadcrumb svg path {
        fill: #F3812E; }
    .wrap_breadcrumbs .breadcrumb .current {
      cursor: default;
      color: rgba(3, 62, 72, 0.5); }

.category-filter {
  display: block; }
  @media only screen and (min-width: 800px) {
    .category-filter {
      margin: 3.5rem 0; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .category-filter {
      margin-bottom: 1rem;
      text-align: center; } }
  .category-filter ul.filter-items {
    display: flex;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap; }
    .category-filter ul.filter-items li {
      list-style: none;
      padding-left: 0;
      margin: .5rem .7rem; }
      .category-filter ul.filter-items li a {
        color: rgba(3, 62, 72, 0.5);
        font-weight: 700;
        transition: 0.3s;
        text-decoration: none;
        display: block;
        padding: 0 .5rem .5rem; }
        @media only screen and (min-width: 1px) and (max-width: 799px) {
          .category-filter ul.filter-items li a {
            color: #033e48; } }
      .category-filter ul.filter-items li::before {
        display: none; }
      @media only screen and (min-width: 800px) {
        .category-filter ul.filter-items li::after {
          content: "";
          display: block;
          background: #F3812E;
          width: 0%;
          height: 2px;
          transition: 0.3s;
          opacity: 0;
          visibility: hidden; }
        .category-filter ul.filter-items li.current-cat a {
          color: #033e48; }
        .category-filter ul.filter-items li.current-cat::after {
          content: "";
          display: block;
          background: #F3812E;
          width: 100%;
          height: 2px;
          opacity: 1;
          visibility: visible; } }
@media only screen and (min-width: 800px) and (min-width: 800px) {
  .category-filter ul.filter-items li:hover a {
    color: #033e48;
    cursor: pointer; }
  .category-filter ul.filter-items li:hover::after {
    content: "";
    display: block;
    background: #F3812E;
    width: 100%;
    height: 2px;
    opacity: 1;
    visibility: visible; } }
@media only screen and (min-width: 800px) and (min-width: 1px) and (max-width: 799px) {
  .category-filter ul.filter-items li:hover a {
    color: #033e48; } }

  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .category-filter {
      padding-bottom: 1rem; }
      .category-filter ul.filter-items {
        display: block;
        margin: 0 !important; }
        .category-filter ul.filter-items li {
          margin: 0; }
          .category-filter ul.filter-items li a {
            padding-left: 0; }
          .category-filter ul.filter-items li.current-cat a {
            color: #f3812e; }
      .category-filter.rolled-up .filter-items-content {
        transition: .7s;
        opacity: 1;
        visibility: hidden;
        max-height: 0;
        overflow: hidden; }
      .category-filter.rolled-out .filter-items-content {
        transition: .7s;
        max-height: 500px;
        opacity: 1;
        visibility: visible; } }

.filter-mobile-btn {
  justify-content: center;
  color: #201F29;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none; }
  @media only screen and (min-width: 800px) {
    .filter-mobile-btn:hover {
      color: #F3812E;
      font-weight: 700; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .filter-mobile-btn:hover {
      color: #033E48;
      font-weight: 700; } }
  .filter-mobile-btn svg {
    margin: .5rem .5rem .5rem 0; }
    .filter-mobile-btn svg path {
      fill: #201F29; }

@media only screen and (min-width: 800px) {
  .category-filter ul.filter-items li.cat-item-all a {
    color: #033e48; }
  .category-filter ul.filter-items li.cat-item-all::after {
    content: "";
    display: block;
    background: #F3812E;
    width: 100%;
    height: 2px;
    opacity: 1;
    visibility: visible; } }
@media only screen and (min-width: 1px) and (max-width: 799px) {
  .category-filter ul.filter-items {
    margin-top: 1rem !important; }
    .category-filter ul.filter-items li.cat-item-all a {
      color: #f3812e; } }
.wrap__editor {
  padding-bottom: 5rem; }
  .wrap__editor p img {
    height: auto;
    max-width: 100%;
    border-radius: 0px;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07); }

.all-posts-btn {
  margin-bottom: 3rem; }
  .all-posts-btn a {
    color: #033E48;
    text-decoration: none;
    width: max-content;
    opacity: .3;
    transition: 0.3s; }
    .all-posts-btn a:hover {
      opacity: 1; }
    .all-posts-btn a svg {
      margin-right: .5rem; }
      .all-posts-btn a svg path {
        fill: #033e48; }

.release-version {
  background-color: rgba(32, 31, 41, 0.5);
  width: fit-content;
  padding: 5px 13px 5px 10px;
  color: white;
  font-size: .6em;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  display: flex;
  align-items: center; }
  .release-version .icon-gear {
    font-size: initial;
    margin-right: 7px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite; }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#elevator {
  position: fixed;
  height: 39px;
  width: 39px;
  border: 1px solid #F3812E;
  border-radius: 50px;
  bottom: 79px;
  right: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 999;
  background-color: #F3812E;
  cursor: pointer;
  transition: 0.3s; }
  #elevator svg {
    transition: 0.3s;
    transform: scale(0.9); }
    #elevator svg path {
      fill: white; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    #elevator {
      height: 39px;
      width: 39px;
      bottom: calc(28px / 2);
      right: calc(28px / 2);
      background-color: #f3812e;
      border: 0px solid #F3812E;
      border-radius: 50px;
      transition: 0.3s; }
      #elevator:active {
        transform: scale(1.1); }
      #elevator svg {
        margin-top: -3px;
        transform: scale(0.9); }
        #elevator svg path {
          fill: white; } }
  #elevator.hide {
    opacity: 0;
    visibility: hidden; }
  #elevator.show {
    opacity: 1;
    visibility: visible; }
  @media only screen and (min-width: 800px) {
    #elevator:hover {
      cursor: pointer;
      border: 1px solid #c95b0c;
      background-color: #c95b0c; }
      #elevator:hover svg {
        margin-top: -10px; }
        #elevator:hover svg path {
          fill: white;
          background: black; } }

.arrow-btn-more {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  max-width: max-content;
  color: #F3812E;
  font-weight: 500;
  text-decoration: none; }
  .arrow-btn-more svg {
    margin-left: .5rem;
    transition: 0.3s; }
    .arrow-btn-more svg path {
      fill: #F3812E; }
  .arrow-btn-more:hover svg {
    margin-left: 1rem; }

body.error404 .wrap__header.subpage, body.page-template-page-akvizicni-stranka .wrap__header.subpage {
  text-align: center; }

.alert-icon {
  height: 100px;
  width: 100px;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto auto 2rem; }
  .alert-icon.error {
    background: white; }
    .alert-icon.error svg path {
      fill: #F3812E; }
  .alert-icon.done {
    background: #F3812E; }

.wrap__flexi .section-header {
  display: block;
  margin-bottom: 4rem; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap__flexi .section-header {
      margin-bottom: 2rem; } }
  .wrap__flexi .section-header h2 {
    margin: 0; }
  .wrap__flexi .section-header p {
    margin-top: 1.7rem; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi .section-header p {
        margin-top: 1rem; } }
.wrap__flexi.center .section-header {
  text-align: center;
  padding: 0 10%; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap__flexi.center .section-header {
      padding: 0; } }
.wrap__flexi.bg {
  padding: 1rem 0; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap__flexi.bg {
      padding: 0rem 0; } }

.wrap__flexi.boxy article {
  display: flex; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap__flexi.boxy article {
      flex-direction: column;
      margin-bottom: 0rem; } }
  .wrap__flexi.boxy article .col {
    width: 50%; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.boxy article .col {
        width: 100%; } }
  .wrap__flexi.boxy article .img {
    position: relative;
    background-image: url("../images/repeat.svg");
    background-size: auto;
    background-position: center;
    background-repeat: repeat;
    overflow: hidden;
    border-radius: 0px; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.boxy article .img {
        width: 100%;
        /* nebo jakákoliv jiná šířka, kterou chcete nastavit */
        height: 0;
        padding-bottom: 56.25%;
        /* 16:9 ratio */ } }
    .wrap__flexi.boxy article .img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 0px; }
  .wrap__flexi.boxy article .wpe {
    padding: 5rem 0; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.boxy article .wpe {
        padding: 2rem 0;
        margin-top: 1.7rem; } }
  .wrap__flexi.boxy article:nth-child(odd) .wpe {
    padding-left: 4rem; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.boxy article:nth-child(odd) .wpe {
        padding: 0; } }
  .wrap__flexi.boxy article:nth-child(even) {
    flex-direction: row-reverse; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.boxy article:nth-child(even) {
        flex-direction: column; } }
    .wrap__flexi.boxy article:nth-child(even) .wpe {
      padding-right: 4rem; }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        .wrap__flexi.boxy article:nth-child(even) .wpe {
          padding: 0; } }

.wrap__flexi.boxy-premium .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap__flexi.boxy-premium .items {
      grid-template-columns: 1fr; } }
.wrap__flexi.boxy-premium article {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 330px;
  border-radius: 0px;
  overflow: hidden; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap__flexi.boxy-premium article {
      min-height: 250px; } }
  .wrap__flexi.boxy-premium article::after {
    display: block;
    content: "";
    position: absolute;
    height: 80%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: 1;
    transition: 0.3s; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.boxy-premium article::after {
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, black 100%); } }
  @media only screen and (min-width: 800px) {
    .wrap__flexi.boxy-premium article:hover::after {
      height: 100%; }
    .wrap__flexi.boxy-premium article:hover .buttons svg {
      right: -1rem; }
    .wrap__flexi.boxy-premium article:hover img {
      transform: scale(1.05); } }
  .wrap__flexi.boxy-premium article.main {
    min-height: 430px;
    grid-column: 1 / span 2; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.boxy-premium article.main {
        min-height: auto;
        grid-column: auto; }
        .wrap__flexi.boxy-premium article.main a {
          flex-direction: column;
          justify-content: flex-end !important;
          align-items: flex-start !important; } }
    .wrap__flexi.boxy-premium article.main .text {
      padding-bottom: 1.2rem; }
      .wrap__flexi.boxy-premium article.main .text h3 {
        font-size: 2.3rem;
        margin: 0; }
        @media only screen and (min-width: 1px) and (max-width: 799px) {
          .wrap__flexi.boxy-premium article.main .text h3 {
            font-size: 1.6rem;
            line-height: 1.3; } }
      .wrap__flexi.boxy-premium article.main .text span {
        display: block;
        margin-top: .5rem; }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        .wrap__flexi.boxy-premium article.main .text {
          padding: 4rem 0 0; } }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.boxy-premium article.main .buttons button {
        margin: 1.5rem 0 .7rem; } }
    .wrap__flexi.boxy-premium article.main::after {
      height: 100%; }
  .wrap__flexi.boxy-premium article a.content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 4rem 4rem 3rem;
    color: white;
    text-decoration: none;
    width: 100%;
    height: 100%;
    z-index: 2; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.boxy-premium article a.content {
        padding: 2rem; } }
  .wrap__flexi.boxy-premium article .text {
    padding-bottom: .8rem;
    padding-right: 6rem; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.boxy-premium article .text {
        padding: 0 3rem .7rem 0; } }
    .wrap__flexi.boxy-premium article .text h3 {
      margin: 0;
      text-shadow: 2px 5px 7px rgba(0, 0, 0, 0.5); }
    .wrap__flexi.boxy-premium article .text span {
      font-size: 1.1rem; }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        .wrap__flexi.boxy-premium article .text span {
          font-size: 1rem; } }
  .wrap__flexi.boxy-premium article .buttons {
    position: relative; }
    .wrap__flexi.boxy-premium article .buttons svg {
      position: absolute;
      width: 37px;
      height: auto;
      bottom: .7rem;
      right: 0;
      transition: 0.3s; }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        .wrap__flexi.boxy-premium article .buttons svg {
          width: 25px; } }
  .wrap__flexi.boxy-premium article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    animation-timing-function: cubic-bezier(0.42, 0, 0.3, 1);
    transition-duration: 1s;
    transition: 1s; }

.wrap__flexi.karty article figure {
  position: relative;
  width: 100%;
  /* nebo jakákoliv jiná šířka, kterou chcete nastavit */
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  border-radius: 0px;
  overflow: hidden;
  transition: 0.3s; }
  .wrap__flexi.karty article figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media only screen and (min-width: 800px) {
    .wrap__flexi.karty article figure:hover {
      opacity: .7; } }
.wrap__flexi.karty article .text {
  margin-top: 1.5rem;
  padding-right: .7rem; }
  .wrap__flexi.karty article .text a {
    color: #033E48;
    text-decoration: none;
    transition: 0.3s; }
    @media only screen and (min-width: 800px) {
      .wrap__flexi.karty article .text a:hover {
        color: #F3812E; } }
  .wrap__flexi.karty article .text h3 {
    font-size: 1.2rem;
    margin: 0; }
  .wrap__flexi.karty article .text .perex {
    margin-top: .7rem;
    line-height: 150%; }

.wrap__flexi.rozcestnik.center .cols-flex {
  justify-content: center; }
.wrap__flexi.rozcestnik .cols-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 28px; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap__flexi.rozcestnik .cols-flex {
      gap: .7rem; } }
.wrap__flexi.rozcestnik article {
  width: calc(50% - $mini-padding); }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap__flexi.rozcestnik article {
      width: 100%; } }
  .wrap__flexi.rozcestnik article a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #033E48;
    font-size: 1.3rem;
    font-weight: 700;
    width: 100%;
    padding: 2.5rem 3rem;
    text-decoration: none;
    border-radius: 0px;
    background: white;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
    transition: 0.3s; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.rozcestnik article a {
        padding: 2rem;
        font-size: 1rem; } }
    .wrap__flexi.rozcestnik article a svg {
      width: 35px;
      height: auto;
      transform: rotate(270deg); }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        .wrap__flexi.rozcestnik article a svg {
          width: 25px; } }
      .wrap__flexi.rozcestnik article a svg path {
        transition: 0.3s; }
    .wrap__flexi.rozcestnik article a:hover {
      color: #F3812E; }
      .wrap__flexi.rozcestnik article a:hover svg path {
        fill: #F3812E; }

.wrap__flexi.akordeon article {
  padding: 2.5rem 3rem;
  border-radius: 0px;
  margin-bottom: 28px;
  cursor: pointer;
  background: white;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07); }
  .wrap__flexi.akordeon article:last-of-type {
    margin: 0; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap__flexi.akordeon article {
      padding: 2rem;
      margin-bottom: .7rem; } }
  .wrap__flexi.akordeon article.active .header {
    color: #F3812E; }
    .wrap__flexi.akordeon article.active .header svg {
      transform: rotate(0deg); }
      .wrap__flexi.akordeon article.active .header svg path {
        fill: #F3812E; }
  .wrap__flexi.akordeon article .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: 0.3s; }
    .wrap__flexi.akordeon article .header span {
      font-size: 1.3rem;
      font-weight: 700;
      margin: 0;
      width: calc(100% - 8rem);
      line-height: 150%; }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        .wrap__flexi.akordeon article .header span {
          width: calc(100% - 3rem);
          font-size: 1rem; } }
    .wrap__flexi.akordeon article .header svg {
      width: 35px;
      height: auto;
      transform: rotate(-90deg);
      transition: 0.3s; }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        .wrap__flexi.akordeon article .header svg {
          width: 25px; } }
  .wrap__flexi.akordeon article .content {
    padding-top: 1.5rem;
    width: calc(100% - 5rem);
    will-change: transform; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.akordeon article .content {
        padding-top: 1rem;
        width: 100%; } }

.wrap__flexi.kontakty-s-mapou .box {
  display: flex;
  border-radius: 0px;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07); }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wrap__flexi.kontakty-s-mapou .box {
      flex-direction: column;
      box-shadow: none; } }
  .wrap__flexi.kontakty-s-mapou .box .col:nth-child(1) {
    width: 40%; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.kontakty-s-mapou .box .col:nth-child(1) {
        width: 100%; } }
  .wrap__flexi.kontakty-s-mapou .box .col:nth-child(2) {
    width: 60%; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.kontakty-s-mapou .box .col:nth-child(2) {
        width: 100%; } }
  .wrap__flexi.kontakty-s-mapou .box .wpe {
    padding: 4rem; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.kontakty-s-mapou .box .wpe {
        padding: 0;
        margin-bottom: 2rem; } }
  .wrap__flexi.kontakty-s-mapou .box .map {
    line-height: 0;
    height: 100%; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.kontakty-s-mapou .box .map {
        border-radius: 0px;
        overflow: hidden; } }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap__flexi.kontakty-s-mapou .box .map {
        height: 300px; } }
    .wrap__flexi.kontakty-s-mapou .box .map iframe {
      width: 100%;
      height: 100%; }

.btn-primary {
  transition: 0.3s;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  padding: 12px 32px;
  letter-spacing: 0.7px;
  border: 1px solid;
  border-radius: 50px;
  min-height: 50px;
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
  position: relative;
  color: white;
  background-color: #F3812E;
  border-color: #F3812E; }
  @media only screen and (min-width: 1px) and (max-width: 1399px) {
    .btn-primary {
      font-size: 16px; } }
  @media only screen and (min-width: 800px) {
    .btn-primary {
      margin: .5rem; }
      .btn-primary:first-of-type {
        margin-left: 0; }
      .btn-primary:last-of-type {
        margin-right: 0; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .btn-primary {
      margin: .5rem;
      font-size: 15px;
      display: inline-block;
      padding: 15px 25px;
      line-height: 120%; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .btn-primary.res-small {
      padding: 10px 20px; } }
  .btn-primary.mark {
    padding-right: 100px; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .btn-primary.mark {
        padding-right: 50px; } }
    .btn-primary.mark:before {
      transition: right 0.2s linear;
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      top: calc(50% - 12px);
      right: 12px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
  .btn-primary:hover.mark:before {
    right: 20px; }
  .btn-primary:hover {
    color: #F3812E;
    background-color: transparent;
    border-color: #F3812E; }
    .btn-primary:hover.mark:before {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22%23F3812E%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22%23F3812E%22%2F%3E%3C%2Fsvg%3E"); }
  .btn-primary.mark:before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }

.btn-secondary {
  transition: 0.3s;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  padding: 12px 32px;
  letter-spacing: 0.7px;
  border: 1px solid;
  border-radius: 50px;
  min-height: 50px;
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
  position: relative;
  color: #F3812E;
  background-color: transparent;
  border-color: #F3812E; }
  @media only screen and (min-width: 1px) and (max-width: 1399px) {
    .btn-secondary {
      font-size: 16px; } }
  @media only screen and (min-width: 800px) {
    .btn-secondary {
      margin: .5rem; }
      .btn-secondary:first-of-type {
        margin-left: 0; }
      .btn-secondary:last-of-type {
        margin-right: 0; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .btn-secondary {
      margin: .5rem;
      font-size: 15px;
      display: inline-block;
      padding: 15px 25px;
      line-height: 120%; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .btn-secondary.res-small {
      padding: 10px 20px; } }
  .btn-secondary.mark {
    padding-right: 100px; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .btn-secondary.mark {
        padding-right: 50px; } }
    .btn-secondary.mark:before {
      transition: right 0.2s linear;
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      top: calc(50% - 12px);
      right: 12px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
  .btn-secondary:hover.mark:before {
    right: 20px; }
  .btn-secondary:hover {
    color: white;
    background-color: #033E48;
    border-color: #033E48; }
    .btn-secondary:hover.mark:before {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
  .btn-secondary.mark:before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22%23F3812E%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22%23F3812E%22%2F%3E%3C%2Fsvg%3E"); }

.btn-dark {
  transition: 0.3s;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  padding: 12px 32px;
  letter-spacing: 0.7px;
  border: 1px solid;
  border-radius: 50px;
  min-height: 50px;
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
  position: relative;
  color: white;
  font-weight: 500;
  background-color: #000000;
  border-color: #000000; }
  @media only screen and (min-width: 1px) and (max-width: 1399px) {
    .btn-dark {
      font-size: 16px; } }
  @media only screen and (min-width: 800px) {
    .btn-dark {
      margin: .5rem; }
      .btn-dark:first-of-type {
        margin-left: 0; }
      .btn-dark:last-of-type {
        margin-right: 0; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .btn-dark {
      margin: .5rem;
      font-size: 15px;
      display: inline-block;
      padding: 15px 25px;
      line-height: 120%; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .btn-dark.res-small {
      padding: 10px 20px; } }
  .btn-dark.mark {
    padding-right: 100px; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .btn-dark.mark {
        padding-right: 50px; } }
    .btn-dark.mark:before {
      transition: right 0.2s linear;
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      top: calc(50% - 12px);
      right: 12px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
  .btn-dark:hover.mark:before {
    right: 20px; }
  @media only screen and (min-width: 800px) {
    .btn-dark:hover {
      color: white;
      background-color: #F3812E;
      border-color: #F3812E; } }

.btn-ghost {
  transition: 0.3s;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  padding: 12px 32px;
  letter-spacing: 0.7px;
  border: 1px solid;
  border-radius: 50px;
  min-height: 50px;
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
  position: relative;
  color: white;
  background-color: #201F29;
  border-color: #201F29;
  /*@include desktop {
      &:hover {
          color: $primary_color;
          font-weight: $bold;
          background-color: rgba($primary_color, .1);
          border-color: $primary_color;
      }
  }
  &.white {
      color: white;
      border-color: white;
      &:hover {
          background-color: rgba(white, .1);
      }
  }*/ }
  @media only screen and (min-width: 1px) and (max-width: 1399px) {
    .btn-ghost {
      font-size: 16px; } }
  @media only screen and (min-width: 800px) {
    .btn-ghost {
      margin: .5rem; }
      .btn-ghost:first-of-type {
        margin-left: 0; }
      .btn-ghost:last-of-type {
        margin-right: 0; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .btn-ghost {
      margin: .5rem;
      font-size: 15px;
      display: inline-block;
      padding: 15px 25px;
      line-height: 120%; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .btn-ghost.res-small {
      padding: 10px 20px; } }
  .btn-ghost.mark {
    padding-right: 100px; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .btn-ghost.mark {
        padding-right: 50px; } }
    .btn-ghost.mark:before {
      transition: right 0.2s linear;
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      top: calc(50% - 12px);
      right: 12px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
  .btn-ghost:hover.mark:before {
    right: 20px; }
  .btn-ghost:hover {
    color: black;
    background-color: #F6F4FE;
    border-color: #F6F4FE; }

.btn-action {
  transition: 0.3s;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  padding: 12px 32px;
  letter-spacing: 0.7px;
  border: 1px solid;
  border-radius: 50px;
  min-height: 50px;
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
  position: relative;
  color: #033E48;
  font-weight: 700;
  background-color: transparent;
  border-color: #033E48; }
  @media only screen and (min-width: 1px) and (max-width: 1399px) {
    .btn-action {
      font-size: 16px; } }
  @media only screen and (min-width: 800px) {
    .btn-action {
      margin: .5rem; }
      .btn-action:first-of-type {
        margin-left: 0; }
      .btn-action:last-of-type {
        margin-right: 0; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .btn-action {
      margin: .5rem;
      font-size: 15px;
      display: inline-block;
      padding: 15px 25px;
      line-height: 120%; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .btn-action.res-small {
      padding: 10px 20px; } }
  .btn-action.mark {
    padding-right: 100px; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .btn-action.mark {
        padding-right: 50px; } }
    .btn-action.mark:before {
      transition: right 0.2s linear;
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      top: calc(50% - 12px);
      right: 12px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
  .btn-action:hover.mark:before {
    right: 20px; }

.btn-info {
  transition: 0.3s;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  padding: 12px 32px;
  letter-spacing: 0.7px;
  border: 1px solid;
  border-radius: 50px;
  min-height: 50px;
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
  position: relative;
  color: #ebe259;
  font-weight: 700;
  background-color: transparent;
  border-color: #ebe259; }
  @media only screen and (min-width: 1px) and (max-width: 1399px) {
    .btn-info {
      font-size: 16px; } }
  @media only screen and (min-width: 800px) {
    .btn-info {
      margin: .5rem; }
      .btn-info:first-of-type {
        margin-left: 0; }
      .btn-info:last-of-type {
        margin-right: 0; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .btn-info {
      margin: .5rem;
      font-size: 15px;
      display: inline-block;
      padding: 15px 25px;
      line-height: 120%; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .btn-info.res-small {
      padding: 10px 20px; } }
  .btn-info.mark {
    padding-right: 100px; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .btn-info.mark {
        padding-right: 50px; } }
    .btn-info.mark:before {
      transition: right 0.2s linear;
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      top: calc(50% - 12px);
      right: 12px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
  .btn-info:hover.mark:before {
    right: 20px; }
  @media only screen and (min-width: 800px) {
    .btn-info.white {
      border-color: white;
      background-color: white; }
      .btn-info.white:hover {
        border-color: white;
        background-color: white; }
    .btn-info:hover {
      color: #ebe259;
      font-weight: 700;
      background-color: rgba(235, 226, 89, 0.1);
      border-color: #ddd11b; } }

.btn-white {
  transition: 0.3s;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  padding: 12px 32px;
  letter-spacing: 0.7px;
  border: 1px solid;
  border-radius: 50px;
  min-height: 50px;
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
  position: relative;
  color: white;
  background-color: transparent;
  border-color: white; }
  @media only screen and (min-width: 1px) and (max-width: 1399px) {
    .btn-white {
      font-size: 16px; } }
  @media only screen and (min-width: 800px) {
    .btn-white {
      margin: .5rem; }
      .btn-white:first-of-type {
        margin-left: 0; }
      .btn-white:last-of-type {
        margin-right: 0; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .btn-white {
      margin: .5rem;
      font-size: 15px;
      display: inline-block;
      padding: 15px 25px;
      line-height: 120%; } }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .btn-white.res-small {
      padding: 10px 20px; } }
  .btn-white.mark {
    padding-right: 100px; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .btn-white.mark {
        padding-right: 50px; } }
    .btn-white.mark:before {
      transition: right 0.2s linear;
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      top: calc(50% - 12px);
      right: 12px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
  .btn-white:hover.mark:before {
    right: 20px; }
  @media only screen and (min-width: 800px) {
    .btn-white:hover {
      color: white;
      border-color: white; } }

.flash-alert {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 3.5em;
  color: #033E48;
  background: rgba(3, 62, 72, 0.05);
  border-radius: 0px; }
  .flash-alert:before {
    position: absolute;
    top: 25px;
    left: 20px;
    content: "";
    display: block;
    height: 23px;
    width: 23px;
    background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5%200C5.144%200%200%205.143%200%2011.5%200%2017.856%205.143%2023%2011.5%2023%2017.856%2023%2023%2017.857%2023%2011.5%2023%205.144%2017.857%200%2011.5%200Zm0%2021.395c-5.456%200-9.895-4.439-9.895-9.895%200-5.456%204.439-9.895%209.895-9.895%205.456%200%209.895%204.439%209.895%209.895%200%205.456-4.439%209.895-9.895%209.895Z%22%20fill%3D%22%23033E48%22%2F%3E%3Cpath%20d%3D%22M11.5%209.586c-.68%200-1.165.288-1.165.712v5.767c0%20.363.484.727%201.165.727.651%200%201.181-.364%201.181-.727v-5.767c0-.424-.53-.712-1.18-.712ZM11.5%206.029c-.696%200-1.241.5-1.241%201.075s.545%201.09%201.241%201.09c.681%200%201.226-.515%201.226-1.09%200-.576-.545-1.075-1.226-1.075Z%22%20fill%3D%22%23033E48%22%2F%3E%3C%2Fsvg%3E"); }

.page-wrapper [class*="col-"] {
  display: flex;
  flex-wrap: wrap; }
.page-wrapper ol {
  position: relative;
  padding: 0;
  counter-reset: item;
  margin: 2.5rem 0 2.5rem; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .page-wrapper ol {
      margin-top: 1rem; } }
  .page-wrapper ol > li {
    margin-bottom: 0.7rem;
    list-style-type: none !important;
    counter-increment: item;
    padding: 0 0 0 1.5em;
    text-indent: -1em; }
    .page-wrapper ol > li:before {
      display: inline-block;
      width: 1em;
      padding-right: 0.3em;
      font-weight: 500;
      text-align: right;
      content: counter(item) ")"; }
    .page-wrapper ol > li > ol {
      list-style-type: none !important;
      list-style-image: none !important;
      margin: 1rem 0 !important;
      counter-reset: item; }
      .page-wrapper ol > li > ol > li:before {
        content: counter(item,lower-latin) ")"; }
.page-wrapper ul {
  position: relative;
  padding: 0;
  counter-reset: item;
  margin: 1.5rem 0 1.5rem; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .page-wrapper ul {
      margin-top: 1rem; } }
  .page-wrapper ul > li {
    position: relative;
    margin-bottom: 0;
    list-style-type: none !important;
    counter-increment: item;
    padding-left: 30px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 150%; }
    @media only screen and (min-width: 1px) and (max-width: 999px) {
      .page-wrapper ul > li {
        font-size: 15px;
        line-height: 150%; } }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .page-wrapper ul > li {
        font-size: 15px;
        line-height: 150%; } }
    .page-wrapper ul > li > ul {
      list-style-type: none !important;
      list-style-image: none !important;
      margin: 1rem 0 !important;
      counter-reset: item; }
      .page-wrapper ul > li > ul > li {
        padding-left: 18px; }
        .page-wrapper ul > li > ul > li:before {
          content: "";
          opacity: .3; }
    .page-wrapper ul > li:before {
      content: "";
      position: absolute;
      display: inline-block;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20fill%3D%22%23F3812E%22%2F%3E%3Cpath%20d%3D%22M5.29167%209.8143C5.09722%209.97143%204.90278%2010.1286%204.70833%2010.2857C4.83632%2010.5767%204.97079%2010.8624%205.11174%2011.1429C5.67556%2012.2649%206.34308%2013.3031%207.1143%2014.2575C7.4836%2014.7145%207.85555%2015.1694%208.23013%2015.6221L8.94643%2016.5297L9.73979%2015.6576C12.1706%2012.8584%2014.5004%209.96936%2016.7291%206.99049C16.9135%206.74399%2017.0972%206.49687%2017.2803%206.24914C17.0934%206.08305%2016.9066%205.91695%2016.7197%205.75086C16.4952%205.96169%2016.2713%206.17313%2016.0481%206.38518C13.3511%208.94775%2010.7551%2011.6002%208.26021%2014.3424L9.76987%2014.3779C9.40585%2013.9166%209.03919%2013.4575%208.66989%2013.0004C7.89866%2012.0461%207.02373%2011.1755%206.0451%2010.3887C5.80044%2010.192%205.5493%2010.0005%205.29167%209.8143Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
      width: 22px;
      height: 22px;
      border-radius: 0px;
      margin-top: 3px;
      left: 0; }

blockquote {
  margin-left: 0;
  margin-right: 0;
  position: relative; }
  blockquote p {
    font-size: 1.338em;
    padding: 2rem 0 2rem 2rem; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      blockquote p {
        font-size: 1.25em;
        padding: 2rem 0 2rem 2rem; } }

blockquote:before {
  content: '';
  height: 100%;
  width: 1px;
  border-radius: 0px;
  position: absolute;
  background-color: #F3812E; }

.table-wrapper {
  overflow: hidden;
  width: 100%;
  overflow-x: auto;
  border-radius: 0px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07); }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    .table-wrapper {
      margin-bottom: 3.5rem; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .table-wrapper {
      margin-bottom: 4.5rem; } }
  @media only screen and (min-width: 1024px) {
    .table-wrapper {
      margin-bottom: 2.5rem; } }
  .table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 100%; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .table-wrapper table {
        width: max-content !important; } }
  .table-wrapper table thead {
    color: white;
    background: #F3812E;
    width: 100%; }
    .table-wrapper table thead tr {
      border-radius: 0px; }
      .table-wrapper table thead tr td {
        padding: .8rem 1.3rem;
        font-weight: 700; }
      .table-wrapper table thead tr td:first-of-type {
        border-radius: 0px 0 0 0; }
      .table-wrapper table thead tr td:last-of-type {
        border-radius: 0 0px 0 0; }
  .table-wrapper table tbody tr {
    border-bottom: 1px solid #eaeef3; }
    .table-wrapper table tbody tr td {
      padding: .8rem 1.3rem; }
  .table-wrapper table th,
  .table-wrapper table td {
    padding: .8rem 1.4rem .8rem 0rem;
    display: table-cell;
    width: max-content !important; }

@media only screen and (min-width: 1px) and (max-width: 799px) {
  .desktop {
    display: none !important; } }
@media only screen and (min-width: 800px) {
  .mobile {
    display: none !important; } }
@media only screen and (min-width: 1921px) {
  .mobile {
    display: none !important; } }
.wrap_gallery {
  margin-right: -0.5%;
  margin-right: -0.5%;
  margin-right: -0.5%;
  margin-right: -0.5%;
  margin-right: -0.3%; }
  @media only screen and (min-width: 800px) {
    .wrap_gallery {
      margin-top: 2.5rem; } }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    .wrap_gallery {
      margin-bottom: 3.5rem; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .wrap_gallery {
      margin-bottom: 4.5rem; } }
  @media only screen and (min-width: 1024px) {
    .wrap_gallery {
      margin-bottom: 2.5rem; } }
  .wrap_gallery .item {
    line-height: 0;
    display: contents; }
    .wrap_gallery .item .img {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      border-radius: 0px;
      -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
      box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07); }
      .wrap_gallery .item .img .overlay {
        background-color: rgba(0, 0, 0, 0);
        transition: 0.3s;
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0px; }
        .wrap_gallery .item .img .overlay svg {
          display: inline-block;
          animation: bounceOut 0.2s;
          /* referring directly to the animation's @keyframe declaration */
          animation-duration: .2s;
          /* don't forget to set a duration! */
          visibility: hidden;
          transition: visibility .2s; }
        .wrap_gallery .item .img .overlay:hover {
          background-color: rgba(0, 0, 0, 0.3); }
          .wrap_gallery .item .img .overlay:hover svg {
            visibility: visible;
            display: inline-block;
            animation: bounceIn;
            /* referring directly to the animation's @keyframe declaration */
            animation-duration: 1s;
            /* don't forget to set a duration! */ }
  .wrap_gallery.col-2 {
    margin-right: -0.5%; }
    .wrap_gallery.col-2 .item .img {
      width: calc(50% - 0.5%);
      padding-bottom: calc(50% - 0.5%);
      margin: 0 0.5% 0.5% 0; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap_gallery.col-2 .item .img {
        width: calc(50% - 0.5%);
        padding-bottom: calc(50% - 0.5%);
        margin: 0 0.5% 0.5% 0; } }
  .wrap_gallery.col-3 {
    margin-right: -0.5%; }
    .wrap_gallery.col-3 .item .img {
      width: calc(33.3% - 0.5%);
      padding-bottom: calc(33.3% - 0.5%);
      margin: 0 0.5% 0.5% 0; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap_gallery.col-3 .item .img {
        width: calc(50% - 0.5%);
        padding-bottom: calc(50% - 0.5%);
        margin: 0 0.5% 0.5% 0; } }
  .wrap_gallery.col-4 {
    margin-right: -0.5%; }
    .wrap_gallery.col-4 .item .img {
      width: calc(25% - 0.5%);
      padding-bottom: calc(25% - 0.5%);
      margin: 0 0.5% 0.5% 0; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap_gallery.col-4 .item .img {
        width: calc(50% - 0.5%);
        padding-bottom: calc(50% - 0.5%);
        margin: 0 0.5% 0.5% 0; } }
  .wrap_gallery.col-5 {
    margin-right: -0.5%; }
    .wrap_gallery.col-5 .item .img {
      width: calc(20% - 0.5%);
      padding-bottom: calc(20% - 0.5%);
      margin: 0 0.5% 0.5% 0; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      .wrap_gallery.col-5 .item .img {
        width: calc(50% - 0.5%);
        padding-bottom: calc(50% - 0.5%);
        margin: 0 0.5% 0.5% 0; } }
  .wrap_gallery.col-6 .item .img {
    width: calc(16.6% - 0.3%);
    padding-bottom: calc(16.6% - 0.3%);
    margin: 0 0.3% 0.3% 0; }

.fslightbox-container {
  background: linear-gradient(rgba(0, 0, 0, 0.97), black 1810%) !important; }
  .fslightbox-container .fslightbox-caption {
    background: black;
    background: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#ff0000",GradientType=1); }
    .fslightbox-container .fslightbox-caption .fslightbox-caption-inner {
      padding: 2rem; }
      .fslightbox-container .fslightbox-caption .fslightbox-caption-inner b {
        display: block;
        font-size: 1.3rem; }

.fslightbox-open .fslightbox-toolbar {
  background: rgba(243, 129, 46, 0.8);
  transition: 0.3s;
  border-radius: 0 0 0 0px; }
  .fslightbox-open .fslightbox-toolbar:hover {
    background: #f3812e; }
  .fslightbox-open .fslightbox-toolbar svg path {
    fill: rgba(255, 255, 255, 0.5); }
.fslightbox-open .fslightbox-slide-btn-container.fslightbox-slide-btn-container-next {
  padding-right: 28px; }
.fslightbox-open .fslightbox-slide-btn-container.fslightbox-slide-btn-container-previous {
  padding-left: 28px; }
.fslightbox-open .fslightbox-slide-btn-container .fslightbox-slide-btn {
  background: rgba(243, 129, 46, 0.8);
  border-radius: 0px;
  transition: 0.3s; }
  .fslightbox-open .fslightbox-slide-btn-container .fslightbox-slide-btn:hover {
    background: #f3812e; }
  .fslightbox-open .fslightbox-slide-btn-container .fslightbox-slide-btn:active {
    transform: scale(1.1); }

.grecaptcha-badge {
  visibility: hidden; }

form.wsf-form {
  margin: 1rem 0 1rem; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    form.wsf-form {
      margin: 2.5rem 0; } }
  form.wsf-form.center legend {
    text-align: center; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      form.wsf-form.center legend {
        text-align: left; } }
  form.wsf-form.center [data-type=checkbox] div,
  form.wsf-form.center [data-type=radio] div {
    text-align: center; }
  form.wsf-form.center button.wsf-button[type=submit] {
    margin: auto !important; }
  form.wsf-form fieldset.wsf-section {
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 0rem; }
    @media only screen and (min-width: 1px) and (max-width: 799px) {
      form.wsf-form fieldset.wsf-section {
        margin-top: 0rem; } }
    form.wsf-form fieldset.wsf-section legend {
      font-family: "Poppins", sans-serif !important;
      font-size: 35px;
      line-height: 48px;
      font-weight: 700;
      letter-spacing: 0px;
      margin-top: 0;
      margin-bottom: 0.8rem;
      color: #033E48;
      margin-bottom: 1.5rem !important;
      border-bottom: none; }
      @media only screen and (min-width: 1px) and (max-width: 999px) {
        form.wsf-form fieldset.wsf-section legend {
          font-size: 30px;
          line-height: 36px; } }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        form.wsf-form fieldset.wsf-section legend {
          font-size: 30px;
          line-height: 36px; } }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        form.wsf-form fieldset.wsf-section legend {
          margin-bottom: 0.5rem; } }
      @media only screen and (min-width: 1px) and (max-width: 799px) {
        form.wsf-form fieldset.wsf-section legend {
          margin-bottom: .5rem !important; } }
    form.wsf-form fieldset.wsf-section.center .wsf-field-wrapper {
      display: flex;
      justify-content: center; }
  form.wsf-form .wsf-required-wrapper {
    color: #E7504C; }
  form.wsf-form .wsf-help {
    opacity: 1;
    font-style: italic;
    display: block;
    line-height: 1.4;
    margin-top: .2rem;
    font-size: .8rem; }
  form.wsf-form .wsf-fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px; }
    form.wsf-form .wsf-fields .wsf-field-wrapper {
      margin: 0 14px 1.2rem; }
      form.wsf-form .wsf-fields .wsf-field-wrapper:last-of-type {
        margin-bottom: 0; }
      form.wsf-form .wsf-fields .wsf-field-wrapper .wsf-label-position-inside label {
        display: none; }
      form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=recaptcha] {
        margin: 0; }
      form.wsf-form .wsf-fields .wsf-field-wrapper [data-text-editor] p:last-of-type {
        margin-bottom: 0; }
      form.wsf-form .wsf-fields .wsf-field-wrapper.smaller {
        font-size: .85rem;
        color: rgba(3, 62, 72, 0.3); }
        form.wsf-form .wsf-fields .wsf-field-wrapper.smaller a {
          color: rgba(3, 62, 72, 0.3); }
          form.wsf-form .wsf-fields .wsf-field-wrapper.smaller a:hover {
            color: #033e48; }
      form.wsf-form .wsf-fields .wsf-field-wrapper.text-center {
        text-align: center;
        display: flex;
        justify-content: center; }
      form.wsf-form .wsf-fields .wsf-field-wrapper label {
        font-size: 1rem;
        font-weight: 500;
        color: black;
        display: block;
        margin-bottom: .4rem; }
      form.wsf-form .wsf-fields .wsf-field-wrapper input {
        font-family: "Poppins", sans-serif !important;
        font-size: 1rem;
        border: none;
        border-bottom: 1px solid #282633;
        border-radius: 1px;
        box-shadow: none;
        min-width: 100%;
        max-width: 100%;
        margin: .3rem 0 0;
        color: black;
        transition: 0.3s; }
        form.wsf-form .wsf-fields .wsf-field-wrapper input::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #282633;
          opacity: 1;
          /* Firefox */ }
        form.wsf-form .wsf-fields .wsf-field-wrapper input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #282633; }
        form.wsf-form .wsf-fields .wsf-field-wrapper input::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #282633; }
        form.wsf-form .wsf-fields .wsf-field-wrapper input:focus {
          border: none;
          border-bottom: 1px solid #F3812E; }
        form.wsf-form .wsf-fields .wsf-field-wrapper input[type=text], form.wsf-form .wsf-fields .wsf-field-wrapper input[type=email], form.wsf-form .wsf-fields .wsf-field-wrapper input[type=tel], form.wsf-form .wsf-fields .wsf-field-wrapper input[type=number], form.wsf-form .wsf-fields .wsf-field-wrapper input[type=url], form.wsf-form .wsf-fields .wsf-field-wrapper input[type=search], form.wsf-form .wsf-fields .wsf-field-wrapper input[type=password] {
          padding: 10px 0px; }
      form.wsf-form .wsf-fields .wsf-field-wrapper select {
        font-family: "Poppins", sans-serif !important;
        font-size: 1rem;
        border: none;
        border-bottom: 1px solid #282633;
        border-radius: 1px;
        box-shadow: none;
        min-width: 100%;
        max-width: 100%;
        margin: .3rem 0 0;
        color: black;
        transition: 0.3s;
        padding: 10px 0px;
        -webkit-appearance: none; }
        form.wsf-form .wsf-fields .wsf-field-wrapper select::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #282633;
          opacity: 1;
          /* Firefox */ }
        form.wsf-form .wsf-fields .wsf-field-wrapper select:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #282633; }
        form.wsf-form .wsf-fields .wsf-field-wrapper select::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #282633; }
        form.wsf-form .wsf-fields .wsf-field-wrapper select:focus {
          border: none;
          border-bottom: 1px solid #F3812E; }
      form.wsf-form .wsf-fields .wsf-field-wrapper .wsf-invalid-feedback {
        font-size: .85rem;
        opacity: .5;
        display: none; }
      form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=checkbox], form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=radio] {
        margin-top: 25px; }
        form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=checkbox] div, form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=radio] div {
          position: relative;
          margin: 0 0 1rem; }
          form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=checkbox] div label, form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=radio] div label {
            display: block;
            font-size: 1rem;
            font-weight: 400;
            margin: 0;
            padding-left: 2rem;
            cursor: pointer; }
        form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=checkbox] > div > div, form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=radio] > div > div {
          display: flex; }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=checkbox] > div > div, form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=radio] > div > div {
              text-align: left; } }
        form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=checkbox] .wsf-inline, form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=radio] .wsf-inline {
          display: inline-flex;
          width: max-content;
          margin: 1rem 3rem 0 0; }
          form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=checkbox] .wsf-inline:last-child, form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=radio] .wsf-inline:last-child {
            margin-right: 0; }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=checkbox] .wsf-inline, form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=radio] .wsf-inline {
              display: flex; } }
        form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=checkbox] input, form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=radio] input {
          width: 24px;
          max-width: 24px;
          min-width: 24px;
          height: 24px;
          vertical-align: middle;
          -webkit-appearance: none;
          background: none;
          border: 0;
          outline: 0;
          flex-grow: 0;
          border-radius: 1px;
          background-color: #282633;
          transition: background 300ms;
          cursor: pointer;
          position: absolute;
          z-index: 2;
          margin: 0px 0 0; }
          form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=checkbox] input::before, form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=radio] input::before {
            content: "";
            color: transparent;
            display: block;
            width: inherit;
            height: inherit;
            border-radius: inherit;
            border: 0;
            background-color: transparent;
            background-size: contain;
            box-shadow: inset 0 0 0 2px #033E48; }
          form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=checkbox] input:checked, form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=radio] input:checked {
            background-color: #F3812E; }
            form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=checkbox] input:checked:before, form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=radio] input:checked:before {
              box-shadow: none; }
        form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=checkbox].active input:checked, form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=radio].active input:checked {
          background-color: #04BB8A; }
      form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=checkbox] input {
        margin-top: 1.5px;
        display: flex;
        justify-content: center;
        align-items: center; }
        form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=checkbox] input:checked:before {
          margin-right: -1px;
          width: 13px;
          height: 10px;
          background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.55395 9.89681C5.43532 10.0254 5.23014 10.0352 5.09801 9.91859L0.102996 5.51117C-0.0291391 5.39459 -0.0348841 5.19844 0.0900882 5.07525L1.68153 3.5075C1.80657 3.38432 2.01697 3.37896 2.14911 3.49547L4.87768 5.90291C5.00982 6.01949 5.215 6.00968 5.33363 5.88114L10.6643 0.106852C10.7829 -0.0216898 10.9929 -0.0363663 11.1307 0.0742992L12.8854 1.48228C13.0233 1.59287 13.039 1.7886 12.9203 1.91715L5.55395 9.89681Z' fill='white'/%3E%3C/svg%3E%0A"); }
      form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=radio] input:checked:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        content: "";
        width: 12px;
        height: 12px;
        background: white;
        border-radius: calc(1px / 2); }
      form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=divider] hr {
        width: 100%;
        border-top: 1px solid #eaeef3;
        margin: 3rem 0 1rem !important; }
        @media only screen and (min-width: 1px) and (max-width: 799px) {
          form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=divider] hr {
            margin: 1.5rem 0 1rem !important; } }
      form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=textarea] textarea {
        font-family: "Poppins", sans-serif !important;
        font-size: 1rem;
        border: none;
        border-bottom: 1px solid #282633;
        border-radius: 1px;
        box-shadow: none;
        min-width: 100%;
        max-width: 100%;
        margin: .3rem 0 0;
        color: black;
        transition: 0.3s;
        padding: 10px 0px; }
        form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=textarea] textarea::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #282633;
          opacity: 1;
          /* Firefox */ }
        form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=textarea] textarea:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #282633; }
        form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=textarea] textarea::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #282633; }
        form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=textarea] textarea:focus {
          border: none;
          border-bottom: 1px solid #F3812E; }
      form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=signature] canvas {
        border: 2px dashed #eaeef3;
        margin: .3rem 0;
        height: 200px !important;
        border-radius: 0px; }
      form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=signature] a[data-action=wsf-signature-clear] {
        padding: 10px 0 20px;
        color: #E7504C;
        display: block;
        display: flex;
        align-items: center;
        width: max-content; }
        form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=signature] a[data-action=wsf-signature-clear]:hover::before {
          transform: rotate(180deg); }
        form.wsf-form .wsf-fields .wsf-field-wrapper[data-type=signature] a[data-action=wsf-signature-clear]::before {
          content: "";
          display: block;
          height: 18px;
          width: 18px;
          margin-right: .5rem;
          transition: 0.3s;
          background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.162%209.07c-.03-3.256%202.628-5.906%205.833-5.906.794%200%201.59.155%202.308.461l-1.21%201.212%206.434%201.64L14.887.04l-1.249%201.25A8.963%208.963%200%200%200%208.995%200C4.192%200%20.235%203.796.02%208.597L0%209.042l3.169.686-.007-.659ZM14.828%209c0%203.23-2.68%205.836-5.833%205.836a5.956%205.956%200%200%201-2.297-.46l1.168-1.17-6.437-1.654%201.655%206.439%201.265-1.265A9.1%209.1%200%200%200%208.995%2018c4.793%200%208.749-3.781%208.975-8.564l.02-.446-3.162-.643V9Z%22%20fill%3D%22%23E7504C%22%2F%3E%3C%2Fsvg%3E") !important; }
      form.wsf-form .wsf-fields .wsf-field-wrapper input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        height: 8px;
        border-radius: 0px;
        background: #eaeef3;
        outline: none;
        -webkit-transition: .2s;
        transition: opacity .2s;
        border: none;
        transition: 0.3s; }
        form.wsf-form .wsf-fields .wsf-field-wrapper input[type=range]::-webkit-slider-thumb {
          -webkit-appearance: none;
          appearance: none;
          width: 25px;
          height: 25px;
          border-radius: 50%;
          background: #F3812E;
          cursor: pointer; }
        form.wsf-form .wsf-fields .wsf-field-wrapper input[type=range]::-moz-range-thumb {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background: #F3812E;
          cursor: pointer; }
      form.wsf-form .wsf-fields .wsf-field-wrapper ul.wsf-rating {
        width: max-content;
        margin: 1.3rem  0 0 !important;
        list-style: none; }
        form.wsf-form .wsf-fields .wsf-field-wrapper ul.wsf-rating li {
          padding: 0; }
          form.wsf-form .wsf-fields .wsf-field-wrapper ul.wsf-rating li::before {
            content: "";
            display: none; }
      form.wsf-form .wsf-fields .wsf-field-wrapper progress {
        /* Reset the default appearance */
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 8px; }
        form.wsf-form .wsf-fields .wsf-field-wrapper progress::-webkit-progress-bar {
          background-color: #eaeef3;
          border-radius: 2px; }
        form.wsf-form .wsf-fields .wsf-field-wrapper progress::-webkit-progress-value {
          background-color: #04BB8A; }
      form.wsf-form .wsf-fields .wsf-field-wrapper meter {
        /* Reset the default appearance */
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 8px;
        background: none;
        /* Required to get rid of the default background property */
        background-color: whiteSmoke;
        box-shadow: 0 5px 5px -5px #333 inset; }
      form.wsf-form .wsf-fields .wsf-field-wrapper input[type=file] {
        padding: 10px 0px;
        border-style: dashed;
        margin: .3rem 0 0;
        display: none; }
        form.wsf-form .wsf-fields .wsf-field-wrapper input[type=file]:hover {
          border-color: #cad4e0;
          cursor: pointer; }
      form.wsf-form .wsf-fields .wsf-field-wrapper .dropzone {
        margin: .5rem 0 .3rem;
        color: #F3812E;
        border: 2px dashed #F3812E;
        padding: 4rem;
        border-radius: 0px;
        transition: 0.3s; }
        form.wsf-form .wsf-fields .wsf-field-wrapper .dropzone:hover {
          background: rgba(243, 129, 46, 0.05);
          cursor: pointer; }
        form.wsf-form .wsf-fields .wsf-field-wrapper .dropzone .dz-message {
          font-weight: 700;
          display: flex;
          justify-content: center; }
          form.wsf-form .wsf-fields .wsf-field-wrapper .dropzone .dz-message:before {
            content: "";
            display: block;
            height: 34px;
            width: 43px;
            margin-right: 1rem;
            margin-top: -5px;
            background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2243%22%20height%3D%2234%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M35.827%2011.265C33.839%203.291%2025.81-1.55%2017.894.451%2011.706%202.016%207.213%207.401%206.75%2013.81c-4.393.73-7.367%204.908-6.642%209.333.644%203.933%204.028%206.814%207.986%206.798h6.718v-2.706H8.095c-2.968%200-5.375-2.424-5.375-5.413%200-2.99%202.407-5.414%205.375-5.414.742%200%201.343-.605%201.343-1.353C9.432%208.328%2014.84%202.87%2021.518%202.863c5.782-.006%2010.759%204.11%2011.877%209.823.11.57.57%201.006%201.142%201.083%203.673.527%206.227%203.953%205.704%207.652-.47%203.322-3.286%205.796-6.618%205.813H28.25v2.706h5.374c5.195-.016%209.393-4.27%209.377-9.501-.013-4.355-2.973-8.14-7.173-9.174Z%22%20fill%3D%22%23F3812E%22%2F%3E%3Cpath%20d%3D%22m20.577%2016.8-5.375%205.413%201.895%201.908%203.09-3.099V34h2.688V21.022l3.076%203.1%201.895-1.909L22.47%2016.8a1.337%201.337%200%200%200-1.894%200Z%22%20fill%3D%22%23F3812E%22%2F%3E%3C%2Fsvg%3E") !important; }
      form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button {
        margin: 0 !important;
        transition: 0.3s;
        font-family: "Poppins", sans-serif !important;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        display: flex;
        align-items: center;
        letter-spacing: 2px;
        text-align: center;
        text-decoration: none;
        padding: 12px 32px;
        letter-spacing: 0.7px;
        border: 1px solid;
        border-radius: 50px;
        min-height: 50px;
        width: fit-content;
        max-width: 100%;
        cursor: pointer;
        position: relative;
        color: white;
        font-weight: 500;
        background-color: #000000;
        border-color: #000000; }
        @media only screen and (min-width: 1px) and (max-width: 1399px) {
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button {
            font-size: 16px; } }
        @media only screen and (min-width: 800px) {
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button {
            margin: .5rem; }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button:first-of-type {
              margin-left: 0; }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button:last-of-type {
              margin-right: 0; } }
        @media only screen and (min-width: 1px) and (max-width: 799px) {
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button {
            margin: .5rem;
            font-size: 15px;
            display: inline-block;
            padding: 15px 25px;
            line-height: 120%; } }
        @media only screen and (min-width: 1px) and (max-width: 799px) {
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.res-small {
            padding: 10px 20px; } }
        form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.mark {
          padding-right: 100px; }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.mark {
              padding-right: 50px; } }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.mark:before {
            transition: right 0.2s linear;
            content: "";
            position: absolute;
            width: 24px;
            height: 24px;
            top: calc(50% - 12px);
            right: 12px;
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
        form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button:hover.mark:before {
          right: 20px; }
        @media only screen and (min-width: 800px) {
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button:hover {
            color: white;
            background-color: #F3812E;
            border-color: #F3812E; } }
        @media only screen and (min-width: 1px) and (max-width: 799px) {
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button {
            margin: 0 0 .5rem; } }
        form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button:disabled {
          opacity: .3; }
        form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-full {
          width: 100% !important; }
        form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-primary {
          transition: 0.3s;
          font-family: "Poppins", sans-serif !important;
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          display: flex;
          align-items: center;
          letter-spacing: 2px;
          text-align: center;
          text-decoration: none;
          padding: 12px 32px;
          letter-spacing: 0.7px;
          border: 1px solid;
          border-radius: 50px;
          min-height: 50px;
          width: fit-content;
          max-width: 100%;
          cursor: pointer;
          position: relative;
          color: white;
          background-color: #F3812E;
          border-color: #F3812E; }
          @media only screen and (min-width: 1px) and (max-width: 1399px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-primary {
              font-size: 16px; } }
          @media only screen and (min-width: 800px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-primary {
              margin: .5rem; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-primary:first-of-type {
                margin-left: 0; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-primary:last-of-type {
                margin-right: 0; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-primary {
              margin: .5rem;
              font-size: 15px;
              display: inline-block;
              padding: 15px 25px;
              line-height: 120%; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-primary.res-small {
              padding: 10px 20px; } }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-primary.mark {
            padding-right: 100px; }
            @media only screen and (min-width: 1px) and (max-width: 799px) {
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-primary.mark {
                padding-right: 50px; } }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-primary.mark:before {
              transition: right 0.2s linear;
              content: "";
              position: absolute;
              width: 24px;
              height: 24px;
              top: calc(50% - 12px);
              right: 12px;
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-primary:hover.mark:before {
            right: 20px; }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-primary:hover {
            color: #F3812E;
            background-color: transparent;
            border-color: #F3812E; }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-primary:hover.mark:before {
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22%23F3812E%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22%23F3812E%22%2F%3E%3C%2Fsvg%3E"); }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-primary.mark:before {
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
        form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-secondary {
          transition: 0.3s;
          font-family: "Poppins", sans-serif !important;
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          display: flex;
          align-items: center;
          letter-spacing: 2px;
          text-align: center;
          text-decoration: none;
          padding: 12px 32px;
          letter-spacing: 0.7px;
          border: 1px solid;
          border-radius: 50px;
          min-height: 50px;
          width: fit-content;
          max-width: 100%;
          cursor: pointer;
          position: relative;
          color: white;
          background-color: #201F29;
          border-color: #201F29;
          /*@include desktop {
              &:hover {
                  color: $primary_color;
                  font-weight: $bold;
                  background-color: rgba($primary_color, .1);
                  border-color: $primary_color;
              }
          }
          &.white {
              color: white;
              border-color: white;
              &:hover {
                  background-color: rgba(white, .1);
              }
          }*/ }
          @media only screen and (min-width: 1px) and (max-width: 1399px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-secondary {
              font-size: 16px; } }
          @media only screen and (min-width: 800px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-secondary {
              margin: .5rem; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-secondary:first-of-type {
                margin-left: 0; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-secondary:last-of-type {
                margin-right: 0; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-secondary {
              margin: .5rem;
              font-size: 15px;
              display: inline-block;
              padding: 15px 25px;
              line-height: 120%; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-secondary.res-small {
              padding: 10px 20px; } }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-secondary.mark {
            padding-right: 100px; }
            @media only screen and (min-width: 1px) and (max-width: 799px) {
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-secondary.mark {
                padding-right: 50px; } }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-secondary.mark:before {
              transition: right 0.2s linear;
              content: "";
              position: absolute;
              width: 24px;
              height: 24px;
              top: calc(50% - 12px);
              right: 12px;
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-secondary:hover.mark:before {
            right: 20px; }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button.wsf-button-secondary:hover {
            color: black;
            background-color: #F6F4FE;
            border-color: #F6F4FE; }
        form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-save] {
          transition: 0.3s;
          font-family: "Poppins", sans-serif !important;
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          display: flex;
          align-items: center;
          letter-spacing: 2px;
          text-align: center;
          text-decoration: none;
          padding: 12px 32px;
          letter-spacing: 0.7px;
          border: 1px solid;
          border-radius: 50px;
          min-height: 50px;
          width: fit-content;
          max-width: 100%;
          cursor: pointer;
          position: relative;
          color: #033E48;
          font-weight: 700;
          background-color: transparent;
          border-color: #033E48; }
          @media only screen and (min-width: 1px) and (max-width: 1399px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-save] {
              font-size: 16px; } }
          @media only screen and (min-width: 800px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-save] {
              margin: .5rem; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-save]:first-of-type {
                margin-left: 0; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-save]:last-of-type {
                margin-right: 0; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-save] {
              margin: .5rem;
              font-size: 15px;
              display: inline-block;
              padding: 15px 25px;
              line-height: 120%; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-save].res-small {
              padding: 10px 20px; } }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-save].mark {
            padding-right: 100px; }
            @media only screen and (min-width: 1px) and (max-width: 799px) {
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-save].mark {
                padding-right: 50px; } }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-save].mark:before {
              transition: right 0.2s linear;
              content: "";
              position: absolute;
              width: 24px;
              height: 24px;
              top: calc(50% - 12px);
              right: 12px;
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-save]:hover.mark:before {
            right: 20px; }
        form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-reset] {
          transition: 0.3s;
          font-family: "Poppins", sans-serif !important;
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          display: flex;
          align-items: center;
          letter-spacing: 2px;
          text-align: center;
          text-decoration: none;
          padding: 12px 32px;
          letter-spacing: 0.7px;
          border: 1px solid;
          border-radius: 50px;
          min-height: 50px;
          width: fit-content;
          max-width: 100%;
          cursor: pointer;
          position: relative;
          color: #ebe259;
          font-weight: 700;
          background-color: transparent;
          border-color: #ebe259; }
          @media only screen and (min-width: 1px) and (max-width: 1399px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-reset] {
              font-size: 16px; } }
          @media only screen and (min-width: 800px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-reset] {
              margin: .5rem; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-reset]:first-of-type {
                margin-left: 0; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-reset]:last-of-type {
                margin-right: 0; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-reset] {
              margin: .5rem;
              font-size: 15px;
              display: inline-block;
              padding: 15px 25px;
              line-height: 120%; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-reset].res-small {
              padding: 10px 20px; } }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-reset].mark {
            padding-right: 100px; }
            @media only screen and (min-width: 1px) and (max-width: 799px) {
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-reset].mark {
                padding-right: 50px; } }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-reset].mark:before {
              transition: right 0.2s linear;
              content: "";
              position: absolute;
              width: 24px;
              height: 24px;
              top: calc(50% - 12px);
              right: 12px;
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-reset]:hover.mark:before {
            right: 20px; }
          @media only screen and (min-width: 800px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-reset].white {
              border-color: white;
              background-color: white; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-reset].white:hover {
                border-color: white;
                background-color: white; }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-reset]:hover {
              color: #ebe259;
              font-weight: 700;
              background-color: rgba(235, 226, 89, 0.1);
              border-color: #ddd11b; } }
        form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_previous] {
          transition: 0.3s;
          font-family: "Poppins", sans-serif !important;
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          display: flex;
          align-items: center;
          letter-spacing: 2px;
          text-align: center;
          text-decoration: none;
          padding: 12px 32px;
          letter-spacing: 0.7px;
          border: 1px solid;
          border-radius: 50px;
          min-height: 50px;
          width: fit-content;
          max-width: 100%;
          cursor: pointer;
          position: relative;
          color: white;
          background-color: #201F29;
          border-color: #201F29;
          /*@include desktop {
              &:hover {
                  color: $primary_color;
                  font-weight: $bold;
                  background-color: rgba($primary_color, .1);
                  border-color: $primary_color;
              }
          }
          &.white {
              color: white;
              border-color: white;
              &:hover {
                  background-color: rgba(white, .1);
              }
          }*/ }
          @media only screen and (min-width: 1px) and (max-width: 1399px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_previous] {
              font-size: 16px; } }
          @media only screen and (min-width: 800px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_previous] {
              margin: .5rem; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_previous]:first-of-type {
                margin-left: 0; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_previous]:last-of-type {
                margin-right: 0; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_previous] {
              margin: .5rem;
              font-size: 15px;
              display: inline-block;
              padding: 15px 25px;
              line-height: 120%; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_previous].res-small {
              padding: 10px 20px; } }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_previous].mark {
            padding-right: 100px; }
            @media only screen and (min-width: 1px) and (max-width: 799px) {
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_previous].mark {
                padding-right: 50px; } }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_previous].mark:before {
              transition: right 0.2s linear;
              content: "";
              position: absolute;
              width: 24px;
              height: 24px;
              top: calc(50% - 12px);
              right: 12px;
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_previous]:hover.mark:before {
            right: 20px; }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_previous]:hover {
            color: black;
            background-color: #F6F4FE;
            border-color: #F6F4FE; }
        form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_next] {
          transition: 0.3s;
          font-family: "Poppins", sans-serif !important;
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          display: flex;
          align-items: center;
          letter-spacing: 2px;
          text-align: center;
          text-decoration: none;
          padding: 12px 32px;
          letter-spacing: 0.7px;
          border: 1px solid;
          border-radius: 50px;
          min-height: 50px;
          width: fit-content;
          max-width: 100%;
          cursor: pointer;
          position: relative;
          color: white;
          background-color: #201F29;
          border-color: #201F29;
          /*@include desktop {
              &:hover {
                  color: $primary_color;
                  font-weight: $bold;
                  background-color: rgba($primary_color, .1);
                  border-color: $primary_color;
              }
          }
          &.white {
              color: white;
              border-color: white;
              &:hover {
                  background-color: rgba(white, .1);
              }
          }*/ }
          @media only screen and (min-width: 1px) and (max-width: 1399px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_next] {
              font-size: 16px; } }
          @media only screen and (min-width: 800px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_next] {
              margin: .5rem; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_next]:first-of-type {
                margin-left: 0; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_next]:last-of-type {
                margin-right: 0; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_next] {
              margin: .5rem;
              font-size: 15px;
              display: inline-block;
              padding: 15px 25px;
              line-height: 120%; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_next].res-small {
              padding: 10px 20px; } }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_next].mark {
            padding-right: 100px; }
            @media only screen and (min-width: 1px) and (max-width: 799px) {
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_next].mark {
                padding-right: 50px; } }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_next].mark:before {
              transition: right 0.2s linear;
              content: "";
              position: absolute;
              width: 24px;
              height: 24px;
              top: calc(50% - 12px);
              right: 12px;
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_next]:hover.mark:before {
            right: 20px; }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-tab_next]:hover {
            color: black;
            background-color: #F6F4FE;
            border-color: #F6F4FE; }
        form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear] {
          transition: 0.3s;
          font-family: "Poppins", sans-serif !important;
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          display: flex;
          align-items: center;
          letter-spacing: 2px;
          text-align: center;
          text-decoration: none;
          padding: 12px 32px;
          letter-spacing: 0.7px;
          border: 1px solid;
          border-radius: 50px;
          min-height: 50px;
          width: fit-content;
          max-width: 100%;
          cursor: pointer;
          position: relative;
          color: #E7504C;
          font-weight: 700;
          background-color: transparent;
          border-color: #E7504C; }
          @media only screen and (min-width: 1px) and (max-width: 1399px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear] {
              font-size: 16px; } }
          @media only screen and (min-width: 800px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear] {
              margin: .5rem; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear]:first-of-type {
                margin-left: 0; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear]:last-of-type {
                margin-right: 0; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear] {
              margin: .5rem;
              font-size: 15px;
              display: inline-block;
              padding: 15px 25px;
              line-height: 120%; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear].res-small {
              padding: 10px 20px; } }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear].mark {
            padding-right: 100px; }
            @media only screen and (min-width: 1px) and (max-width: 799px) {
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear].mark {
                padding-right: 50px; } }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear].mark:before {
              transition: right 0.2s linear;
              content: "";
              position: absolute;
              width: 24px;
              height: 24px;
              top: calc(50% - 12px);
              right: 12px;
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear]:hover.mark:before {
            right: 20px; }
          @media only screen and (min-width: 800px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear].white {
              border-color: white;
              background-color: white; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear].white:hover {
                border-color: white;
                background-color: white; }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear]:hover {
              color: #E7504C;
              font-weight: 700;
              background-color: rgba(231, 80, 76, 0.1);
              border-color: #cb201b; } }
        form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear] {
          transition: 0.3s;
          font-family: "Poppins", sans-serif !important;
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          display: flex;
          align-items: center;
          letter-spacing: 2px;
          text-align: center;
          text-decoration: none;
          padding: 12px 32px;
          letter-spacing: 0.7px;
          border: 1px solid;
          border-radius: 50px;
          min-height: 50px;
          width: fit-content;
          max-width: 100%;
          cursor: pointer;
          position: relative;
          color: #E7504C;
          font-weight: 700;
          background-color: transparent;
          border-color: #E7504C; }
          @media only screen and (min-width: 1px) and (max-width: 1399px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear] {
              font-size: 16px; } }
          @media only screen and (min-width: 800px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear] {
              margin: .5rem; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear]:first-of-type {
                margin-left: 0; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear]:last-of-type {
                margin-right: 0; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear] {
              margin: .5rem;
              font-size: 15px;
              display: inline-block;
              padding: 15px 25px;
              line-height: 120%; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear].res-small {
              padding: 10px 20px; } }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear].mark {
            padding-right: 100px; }
            @media only screen and (min-width: 1px) and (max-width: 799px) {
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear].mark {
                padding-right: 50px; } }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear].mark:before {
              transition: right 0.2s linear;
              content: "";
              position: absolute;
              width: 24px;
              height: 24px;
              top: calc(50% - 12px);
              right: 12px;
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear]:hover.mark:before {
            right: 20px; }
          @media only screen and (min-width: 800px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear].white {
              border-color: white;
              background-color: white; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear].white:hover {
                border-color: white;
                background-color: white; }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-clear]:hover {
              color: #E7504C;
              font-weight: 700;
              background-color: rgba(231, 80, 76, 0.1);
              border-color: #cb201b; } }
        form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-add-button] {
          transition: 0.3s;
          font-family: "Poppins", sans-serif !important;
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          display: flex;
          align-items: center;
          letter-spacing: 2px;
          text-align: center;
          text-decoration: none;
          padding: 12px 32px;
          letter-spacing: 0.7px;
          border: 1px solid;
          border-radius: 50px;
          min-height: 50px;
          width: fit-content;
          max-width: 100%;
          cursor: pointer;
          position: relative;
          color: white;
          background-color: #F3812E;
          border-color: #F3812E; }
          @media only screen and (min-width: 1px) and (max-width: 1399px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-add-button] {
              font-size: 16px; } }
          @media only screen and (min-width: 800px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-add-button] {
              margin: .5rem; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-add-button]:first-of-type {
                margin-left: 0; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-add-button]:last-of-type {
                margin-right: 0; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-add-button] {
              margin: .5rem;
              font-size: 15px;
              display: inline-block;
              padding: 15px 25px;
              line-height: 120%; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-add-button].res-small {
              padding: 10px 20px; } }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-add-button].mark {
            padding-right: 100px; }
            @media only screen and (min-width: 1px) and (max-width: 799px) {
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-add-button].mark {
                padding-right: 50px; } }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-add-button].mark:before {
              transition: right 0.2s linear;
              content: "";
              position: absolute;
              width: 24px;
              height: 24px;
              top: calc(50% - 12px);
              right: 12px;
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-add-button]:hover.mark:before {
            right: 20px; }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-add-button]:hover {
            color: #F3812E;
            background-color: transparent;
            border-color: #F3812E; }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-add-button]:hover.mark:before {
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22%23F3812E%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22%23F3812E%22%2F%3E%3C%2Fsvg%3E"); }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-add-button].mark:before {
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
        form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-delete-button] {
          transition: 0.3s;
          font-family: "Poppins", sans-serif !important;
          font-weight: 400;
          font-size: 18px;
          line-height: 24px;
          display: flex;
          align-items: center;
          letter-spacing: 2px;
          text-align: center;
          text-decoration: none;
          padding: 12px 32px;
          letter-spacing: 0.7px;
          border: 1px solid;
          border-radius: 50px;
          min-height: 50px;
          width: fit-content;
          max-width: 100%;
          cursor: pointer;
          position: relative;
          color: white;
          background-color: #201F29;
          border-color: #201F29;
          /*@include desktop {
              &:hover {
                  color: $primary_color;
                  font-weight: $bold;
                  background-color: rgba($primary_color, .1);
                  border-color: $primary_color;
              }
          }
          &.white {
              color: white;
              border-color: white;
              &:hover {
                  background-color: rgba(white, .1);
              }
          }*/ }
          @media only screen and (min-width: 1px) and (max-width: 1399px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-delete-button] {
              font-size: 16px; } }
          @media only screen and (min-width: 800px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-delete-button] {
              margin: .5rem; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-delete-button]:first-of-type {
                margin-left: 0; }
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-delete-button]:last-of-type {
                margin-right: 0; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-delete-button] {
              margin: .5rem;
              font-size: 15px;
              display: inline-block;
              padding: 15px 25px;
              line-height: 120%; } }
          @media only screen and (min-width: 1px) and (max-width: 799px) {
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-delete-button].res-small {
              padding: 10px 20px; } }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-delete-button].mark {
            padding-right: 100px; }
            @media only screen and (min-width: 1px) and (max-width: 799px) {
              form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-delete-button].mark {
                padding-right: 50px; } }
            form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-delete-button].mark:before {
              transition: right 0.2s linear;
              content: "";
              position: absolute;
              width: 24px;
              height: 24px;
              top: calc(50% - 12px);
              right: 12px;
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M23%2012C23%205.92487%2018.0751%201%2012%201C5.92487%201%201%205.92487%201%2012C1%2018.0751%205.92487%2023%2012%2023V24C5.37258%2024%200%2018.6274%200%2012C0%205.37258%205.37258%200%2012%200C18.6274%200%2024%205.37258%2024%2012C24%2018.6274%2018.6274%2024%2012%2024V23C18.0751%2023%2023%2018.0751%2023%2012Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.2856%208.57188C11.2856%208.29575%2011.5094%208.07196%2011.7855%208.07194L16.2858%208.07124C16.5618%208.07134%2016.7856%208.29518%2016.7857%208.57119L16.785%2013.0714C16.785%2013.3475%2016.5612%2013.5713%2016.2851%2013.5713C16.0092%2013.5711%2015.7851%2013.3474%2015.7851%2013.0714L15.7858%209.77824L8.06771%2017.4963C7.87245%2017.6916%207.55586%2017.6916%207.3606%2017.4963C7.16534%2017.3011%207.16534%2016.9845%207.3606%2016.7892L15.0787%209.07114L11.7855%209.07183C11.5096%209.07181%2011.2859%208.84777%2011.2856%208.57188Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-delete-button]:hover.mark:before {
            right: 20px; }
          form.wsf-form .wsf-fields .wsf-field-wrapper button.wsf-button[data-action=wsf-section-delete-button]:hover {
            color: black;
            background-color: #F6F4FE;
            border-color: #F6F4FE; }

.xdsoft_datetimepicker {
  border-radius: 10px;
  border: none !important;
  padding: 15px !important; }
  .xdsoft_datetimepicker .xdsoft_datepicker {
    margin: 0 !important; }
    .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar td.xdsoft_current {
      background: #F3812E; }
    .xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_calendar td:hover {
      background: #201F29 !important; }
  .xdsoft_datetimepicker .xdsoft_prev {
    width: 11px !important;
    height: 14px !important;
    top: 8px;
    margin-right: 10px;
    background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2211%22%20height%3D%2214%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m.81%208.3%208.136%205.324c.376.246.755.376%201.07.376.608%200%20.984-.467.984-1.248V1.246C11%20.466%2010.624%200%2010.017%200c-.315%200-.687.13-1.064.377L.813%205.701C.29%206.044%200%206.505%200%207c0%20.495.286.956.81%201.299Z%22%20fill%3D%22%23201F29%22%2F%3E%3C%2Fsvg%3E") !important; }
  .xdsoft_datetimepicker .xdsoft_next {
    width: 11px !important;
    height: 14px !important;
    top: 8px;
    transform: rotate(180deg);
    background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2211%22%20height%3D%2214%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m.81%208.3%208.136%205.324c.376.246.755.376%201.07.376.608%200%20.984-.467.984-1.248V1.246C11%20.466%2010.624%200%2010.017%200c-.315%200-.687.13-1.064.377L.813%205.701C.29%206.044%200%206.505%200%207c0%20.495.286.956.81%201.299Z%22%20fill%3D%22%23201F29%22%2F%3E%3C%2Fsvg%3E") !important; }
  .xdsoft_datetimepicker .xdsoft_today_button {
    top: 8px;
    width: 13px !important;
    height: 13px !important;
    background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.687%205.694%207.514.41a1.459%201.459%200%200%200-2.028%200L.313%205.694a1.068%201.068%200%200%200-.225%201.18%201.044%201.044%200%200%200%20.979.66l.026%204.017A1.443%201.443%200%200%200%202.523%2013H3.9V8.228a1.304%201.304%200%200%201%201.3-1.302h2.6a1.3%201.3%200%200%201%201.3%201.302V13h1.377a1.44%201.44%200%200%200%201.43-1.449V7.534h.026a1.042%201.042%200%200%200%20.98-.66%201.068%201.068%200%200%200-.226-1.18Z%22%20fill%3D%22%23201F29%22%2F%3E%3C%2Fsvg%3E") !important; }
  .xdsoft_datetimepicker .xdsoft_label {
    padding-right: 12px !important; }
    .xdsoft_datetimepicker .xdsoft_label i {
      display: none !important; }
    .xdsoft_datetimepicker .xdsoft_label span {
      position: relative; }
      .xdsoft_datetimepicker .xdsoft_label span::after {
        position: absolute;
        top: 7px;
        right: -8px;
        content: "";
        display: block;
        width: 5px !important;
        height: 4px !important;
        background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%225%22%20height%3D%224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.964%203.705%204.866.747A.752.752%200%200%200%205%20.358C5%20.137%204.833%200%204.554%200H.445C.166%200%200%20.137%200%20.357c0%20.115.047.25.135.387l1.901%202.96c.122.19.287.296.464.296.177%200%20.342-.104.464-.295Z%22%20fill%3D%22%23201F29%22%2F%3E%3C%2Fsvg%3E") !important; }

@media only screen and (min-width: 0px) {
  .wsf-extra-small-1 {
    width: calc(8.33% - 28px); }

  .wsf-extra-small-2 {
    width: calc(16.66% - 28px); }

  .wsf-extra-small-3 {
    width: calc(25% - 28px); }

  .wsf-extra-small-4 {
    width: calc(33.333% - 28px); }

  .wsf-extra-small-5 {
    width: calc(41.66% - 28px); }

  .wsf-extra-small-6 {
    width: calc(50% - 28px); }

  .wsf-extra-small-7 {
    width: calc(58.33% - 28px); }

  .wsf-extra-small-8 {
    width: calc(66.66% - 28px); }

  .wsf-extra-small-9 {
    width: calc(75% - 28px); }

  .wsf-extra-small-10 {
    width: calc(83.33% - 28px); }

  .wsf-extra-small-11 {
    width: calc(91.66% - 28px); }

  .wsf-extra-small-12 {
    width: 100%; } }
@media only screen and (min-width: 576px) {
  .wsf-small-1 {
    width: calc(8.33% - 28px); }

  .wsf-small-2 {
    width: calc(16.66% - 28px); }

  .wsf-small-3 {
    width: calc(25% - 28px); }

  .wsf-small-4 {
    width: calc(33.333% - 28px); }

  .wsf-small-5 {
    width: calc(41.66% - 28px); }

  .wsf-small-6 {
    width: calc(50% - 28px); }

  .wsf-small-7 {
    width: calc(58.33% - 28px); }

  .wsf-small-8 {
    width: calc(66.66% - 28px); }

  .wsf-small-9 {
    width: calc(75% - 28px); }

  .wsf-small-10 {
    width: calc(83.33% - 28px); }

  .wsf-small-11 {
    width: calc(91.66% - 28px); }

  .wsf-small-12 {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .wsf-medium-1 {
    width: calc(8.33% - 28px); }

  .wsf-medium-2 {
    width: calc(16.66% - 28px); }

  .wsf-medium-3 {
    width: calc(25% - 28px); }

  .wsf-medium-4 {
    width: calc(33.333% - 28px); }

  .wsf-medium-5 {
    width: calc(41.66% - 28px); }

  .wsf-medium-6 {
    width: calc(50% - 28px); }

  .wsf-medium-7 {
    width: calc(58.33% - 28px); }

  .wsf-medium-8 {
    width: calc(66.66% - 28px); }

  .wsf-medium-9 {
    width: calc(75% - 28px); }

  .wsf-medium-10 {
    width: calc(83.33% - 28px); }

  .wsf-medium-11 {
    width: calc(91.66% - 28px); }

  .wsf-medium-12 {
    width: 100%; } }
@media only screen and (min-width: 992px) {
  .wsf-large-1 {
    width: calc(8.33% - 28px); }

  .wsf-large-2 {
    width: calc(16.66% - 28px); }

  .wsf-large-3 {
    width: calc(25% - 28px); }

  .wsf-large-4 {
    width: calc(33.333% - 28px); }

  .wsf-large-5 {
    width: calc(41.66% - 28px); }

  .wsf-large-6 {
    width: calc(50% - 28px); }

  .wsf-large-7 {
    width: calc(58.33% - 28px); }

  .wsf-large-8 {
    width: calc(66.66% - 28px); }

  .wsf-large-9 {
    width: calc(75% - 28px); }

  .wsf-large-10 {
    width: calc(83.33% - 28px); }

  .wsf-large-11 {
    width: calc(91.66% - 28px); }

  .wsf-large-12 {
    width: 100%; } }
@media only screen and (min-width: 992px) {
  .wsf-extra-large-1 {
    width: calc(8.33% - 28px); }

  .wsf-extra-large-2 {
    width: calc(16.66% - 28px); }

  .wsf-extra-large-3 {
    width: calc(25% - 28px); }

  .wsf-extra-large-4 {
    width: calc(33.333% - 28px); }

  .wsf-extra-large-5 {
    width: calc(41.66% - 28px); }

  .wsf-extra-large-6 {
    width: calc(50% - 28px); }

  .wsf-extra-large-7 {
    width: calc(58.33% - 28px); }

  .wsf-extra-large-8 {
    width: calc(66.66% - 28px); }

  .wsf-extra-large-9 {
    width: calc(75% - 28px); }

  .wsf-extra-large-10 {
    width: calc(83.33% - 28px); }

  .wsf-extra-large-11 {
    width: calc(91.66% - 28px); }

  .wsf-extra-large-12 {
    width: 100%; } }
.autosize {
  resize: none;
  overflow: hidden; }

.wsf-validated input[type=date].wsf-field:invalid, .wsf-validated input[type=datetime-local].wsf-field:invalid, .wsf-validated input[type=file].wsf-field:invalid, .wsf-validated input[type=month].wsf-field:invalid, .wsf-validated input[type=password].wsf-field:invalid, .wsf-validated input[type=search].wsf-field:invalid, .wsf-validated input[type=time].wsf-field:invalid, .wsf-validated input[type=week].wsf-field:invalid, .wsf-validated input[type=email].wsf-field:invalid, .wsf-validated input[type=number].wsf-field:invalid, .wsf-validated input[type=tel].wsf-field:invalid, .wsf-validated input[type=text].wsf-field:invalid, .wsf-validated input[type=url].wsf-field:invalid, .wsf-validated select.wsf-field:invalid, .wsf-validated textarea.wsf-field:invalid {
  border-color: #E7504C !important; }

.wsf-validated input[type=radio][aria-invalid=true]:required:before {
  box-shadow: inset 0 0 0 2px #E7504C !important; }

.wsf-validated input[type=checkbox][aria-invalid=true]:required:before {
  box-shadow: inset 0 0 0 2px #E7504C !important; }

.wsf-validated input[aria-invalid=true]:required:before {
  box-shadow: inset 0 0 0 2px #E7504C !important; }

.wsf-alert {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 3.5em;
  color: #033E48;
  background: rgba(3, 62, 72, 0.05);
  border-radius: 0px; }
  .wsf-alert:before {
    position: absolute;
    top: 25px;
    left: 20px;
    content: "";
    display: block;
    height: 23px;
    width: 23px;
    background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5%200C5.144%200%200%205.143%200%2011.5%200%2017.856%205.143%2023%2011.5%2023%2017.856%2023%2023%2017.857%2023%2011.5%2023%205.144%2017.857%200%2011.5%200Zm0%2021.395c-5.456%200-9.895-4.439-9.895-9.895%200-5.456%204.439-9.895%209.895-9.895%205.456%200%209.895%204.439%209.895%209.895%200%205.456-4.439%209.895-9.895%209.895Z%22%20fill%3D%22%23033E48%22%2F%3E%3Cpath%20d%3D%22M11.5%209.586c-.68%200-1.165.288-1.165.712v5.767c0%20.363.484.727%201.165.727.651%200%201.181-.364%201.181-.727v-5.767c0-.424-.53-.712-1.18-.712ZM11.5%206.029c-.696%200-1.241.5-1.241%201.075s.545%201.09%201.241%201.09c.681%200%201.226-.515%201.226-1.09%200-.576-.545-1.075-1.226-1.075Z%22%20fill%3D%22%23033E48%22%2F%3E%3C%2Fsvg%3E"); }
  .wsf-alert p:last-of-type {
    margin: 0; }
  .wsf-alert.wsf-alert-success {
    color: white;
    background: #04bb8a; }
    .wsf-alert.wsf-alert-success:before {
      top: 25px;
      height: 23px;
      width: 23px;
      background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5%200C5.144%200%200%205.143%200%2011.5%200%2017.856%205.143%2023%2011.5%2023%2017.856%2023%2023%2017.857%2023%2011.5%2023%205.144%2017.857%200%2011.5%200Zm0%2021.395c-5.456%200-9.895-4.439-9.895-9.895%200-5.456%204.439-9.895%209.895-9.895%205.456%200%209.895%204.439%209.895%209.895%200%205.456-4.439%209.895-9.895%209.895Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.074%2014.68a1.015%201.015%200%200%201-1.478%200l-2.29-2.388a1.124%201.124%200%200%201%200-1.542%201.015%201.015%200%200%201%201.478%200l1.364%201.423c.103.107.27.107.374%200l3.694-3.854a1.015%201.015%200%200%201%201.478%200c.196.205.306.482.306.771%200%20.29-.11.567-.306.77l-4.62%204.82Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
  .wsf-alert.wsf-alert-information {
    color: #033E48;
    background: #ebe259; }
    .wsf-alert.wsf-alert-information:before {
      background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5%200C5.144%200%200%205.143%200%2011.5%200%2017.856%205.143%2023%2011.5%2023%2017.856%2023%2023%2017.857%2023%2011.5%2023%205.144%2017.857%200%2011.5%200Zm0%2021.395c-5.456%200-9.895-4.439-9.895-9.895%200-5.456%204.439-9.895%209.895-9.895%205.456%200%209.895%204.439%209.895%209.895%200%205.456-4.439%209.895-9.895%209.895Z%22%20fill%3D%22%23033E48%22%2F%3E%3Cpath%20d%3D%22M11.5%209.586c-.68%200-1.165.288-1.165.712v5.767c0%20.363.484.727%201.165.727.651%200%201.181-.364%201.181-.727v-5.767c0-.424-.53-.712-1.18-.712ZM11.5%206.029c-.696%200-1.241.5-1.241%201.075s.545%201.09%201.241%201.09c.681%200%201.226-.515%201.226-1.09%200-.576-.545-1.075-1.226-1.075Z%22%20fill%3D%22%23033E48%22%2F%3E%3C%2Fsvg%3E"); }
  .wsf-alert.wsf-alert-warning {
    color: #E7504C;
    background: rgba(231, 80, 76, 0.1); }
    .wsf-alert.wsf-alert-warning:before {
      top: 26px;
      height: 20px;
      width: 23px;
      background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2223%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5%2014.054c-.643%200-1.182.513-1.182%201.125%200%20.611.539%201.124%201.182%201.124.62%200%201.182-.513%201.153-1.097.029-.643-.506-1.152-1.153-1.152Z%22%20fill%3D%22%23E7504C%22%2F%3E%3Cpath%20d%3D%22M22.44%2018.04c.743-1.22.747-2.672.01-3.887L15.046%201.956C14.313.73%2012.989%200%2011.504%200c-1.484%200-2.808.733-3.54%201.952L.55%2014.162a3.708%203.708%200%200%200%20.014%203.909C1.3%2019.276%202.62%2020%204.096%2020h14.789c1.48%200%202.808-.733%203.555-1.96Zm-1.607-.882a2.257%202.257%200%200%201-1.953%201.075H4.09c-.803%200-1.526-.392-1.928-1.053a2.039%202.039%200%200%201-.005-2.145L9.571%202.829c.402-.67%201.12-1.066%201.933-1.066.809%200%201.532.4%201.934%201.07l7.409%2012.206a2.012%202.012%200%200%201-.014%202.119Z%22%20fill%3D%22%23E7504C%22%2F%3E%3Cpath%20d%3D%22M11.207%206.161c-.563.153-.913.64-.913%201.228.028.356.052.715.08%201.07.08%201.354.161%202.681.242%204.035.028.459.402.791.884.791s.86-.355.884-.818c0-.279%200-.535.028-.819.052-.868.109-1.736.161-2.604.028-.562.08-1.124.109-1.686a1.33%201.33%200%200%200-.109-.562c-.241-.504-.804-.76-1.366-.635Z%22%20fill%3D%22%23E7504C%22%2F%3E%3C%2Fsvg%3E"); }
  .wsf-alert.wsf-alert-danger {
    color: white;
    background: #e7504c; }
    .wsf-alert.wsf-alert-danger:before {
      top: 26px;
      height: 20px;
      width: 23px;
      background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2223%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5%2014.054c-.643%200-1.182.513-1.182%201.125%200%20.611.539%201.124%201.182%201.124.62%200%201.182-.513%201.153-1.097.029-.643-.506-1.152-1.153-1.152Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M22.44%2018.04c.743-1.22.747-2.672.01-3.887L15.046%201.956C14.313.73%2012.989%200%2011.504%200c-1.484%200-2.808.733-3.54%201.952L.55%2014.162a3.708%203.708%200%200%200%20.014%203.909C1.3%2019.276%202.62%2020%204.096%2020h14.789c1.48%200%202.808-.733%203.555-1.96Zm-1.607-.882a2.257%202.257%200%200%201-1.953%201.075H4.09c-.803%200-1.526-.392-1.928-1.053a2.039%202.039%200%200%201-.005-2.145L9.571%202.829c.402-.67%201.12-1.066%201.933-1.066.809%200%201.532.4%201.934%201.07l7.409%2012.206a2.012%202.012%200%200%201-.014%202.119Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M11.207%206.161c-.563.153-.913.64-.913%201.228.028.356.052.715.08%201.07.08%201.354.161%202.681.242%204.035.028.459.402.791.884.791s.86-.355.884-.818c0-.279%200-.535.028-.819.052-.868.109-1.736.161-2.604.028-.562.08-1.124.109-1.686a1.33%201.33%200%200%200-.109-.562c-.241-.504-.804-.76-1.366-.635Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }

.wsf-repeater-box {
  background-color: rgba(243, 129, 46, 0.05);
  padding: 3rem !important;
  border-radius: 12px;
  margin-top: 2rem !important; }
  @media only screen and (min-width: 1px) and (max-width: 799px) {
    .wsf-repeater-box {
      padding: 2rem 1.5rem !important; } }
  .wsf-repeater-box .wsf-fields {
    justify-content: center; }
  .wsf-repeater-box .wsf-field-wrapper[data-type=section_delete] {
    width: max-content;
    margin: .7rem .5rem 0 !important; }
    .wsf-repeater-box .wsf-field-wrapper[data-type=section_delete] button[data-action=wsf-section-delete-button] {
      color: #F3812E !important;
      border-color: #F3812E !important; }

.swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden; }

.socials .items {
  display: flex; }
  .socials .items a.item {
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    margin: 0 5px;
    background-color: transparent;
    transition: 0.3s; }
    .socials .items a.item svg path {
      fill: white;
      transition: 0.3s; }
    .socials .items a.item:hover {
      transform: rotate(10deg); }

/* MY BODY EDIT */
html {
  margin-top: 0px !important; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

/*# sourceMappingURL=style.css.map */
