/*!/wp-content/plugins/post-timeline/public/css/ptl-single-page.css*//*
$gray_color: #ebebeb;
$gray_color2: #666666;
*/

/*Dont remove it, popup backdrop rules*/
.popout.show {
  opacity: .5; }

.popout.fade {
  opacity: 0; }

.popout {
  z-index: 1071;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000ad; }

.popout-open {
  overflow: hidden; }

.ptl-loader-overlay {
  background-color: #ffffffa8;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center; }

.ptl-loader-overlay .ptl-spinner {
  background: linear-gradient(90deg, var(--ptl-line, #000) 10%, rgba(67, 236, 76, 0) 42%); }

.ptl-loader-overlay .ptl-spinner:before {
  background-color: #000 !important;
  background-color: var(--ptl-line, #000) !important; }

.ptl-cont .ptl-tmpl-main .ptl-tmpl-main-inner .ptl-no-post {
  text-align: center; }

.ptl-cont .ptl-tmpl-main .ptl-tmpl-main-inner .ptl-no-post span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: capitalize; }

.ptl-detail-pg {
  padding: 40px 0; }

.ptl-detail-pg .p-timeline-title {
  color: #000000;
  font-size: 44px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: capitalize; }

.ptl-detail-pg .p-timeline-img {
  margin-bottom: 30px; }

.ptl-detail-pg .p-timeline-content p {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 18px; }

.ptl-detail-pg .p-timeline-content h4 {
  color: black;
  font-size: 24px;
  letter-spacing: .5px;
  margin-bottom: 18px; }

.ptl-detail-pg .p-timeline-content h5 {
  color: black;
  font-size: 20px;
  letter-spacing: .2px;
  margin-bottom: 18px; }

.ptl-detail-pg .p-timeline-content ol,
.ptl-detail-pg .p-timeline-content ul {
  margin: 25px 0;
  list-style-type: none; }

.ptl-detail-pg .p-timeline-content ol li,
.ptl-detail-pg .p-timeline-content ul li {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
  margin-bottom: 18px; }

.ptl-detail-pg .p-timeline-content ol li:before,
.ptl-detail-pg .p-timeline-content ul li:before {
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  content: '';
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  border: 3px solid #ff759a; }

.ptl-post-page {
  /*Custom Icons*/ }
  .ptl-post-page .ptl-social-icon-img {
    text-align: right; }
    .ptl-post-page .ptl-social-icon-img li {
      margin-right: 5px;
      display: inline-block; }
      .ptl-post-page .ptl-social-icon-img li a img {
        width: 23px; }
  .ptl-post-page .ptl-social-icon {
    display: flex;
    text-align: right; }
    .ptl-post-page .ptl-social-icon li {
      margin-right: 5px;
      display: inline-block; }
      .ptl-post-page .ptl-social-icon li:last-child {
        margin-right: 0; }
      .ptl-post-page .ptl-social-icon li a {
        padding: 0;
        font-size: 13px;
        border: none;
        line-height: initial; }
        .ptl-post-page .ptl-social-icon li a i {
          width: 25px;
          height: 25px;
          font-size: 14px;
          line-height: 26px;
          border-radius: 2px;
          text-align: center;
          position: relative;
          background-color: #fff;
          font-family: 'FontAwesome';
          color: #2BA362;
          color: var(--ptl-primary, #2BA362); }
          .ptl-post-page .ptl-social-icon li a i.fa-facebook-f, .ptl-post-page .ptl-social-icon li a i.fa-facebook-square, .ptl-post-page .ptl-social-icon li a i.fa-facebook {
            color: #fff !important;
            color: var(--ptl-facebook-color, #fff) !important;
            background-color: #2BA362 !important;
            background-color: var(--ptl-facebook-background, #2BA362) !important; }
          .ptl-post-page .ptl-social-icon li a i.fa-pinterest-p, .ptl-post-page .ptl-social-icon li a i.fa-pinterest, .ptl-post-page .ptl-social-icon li a i.fa-pinterest-square {
            color: #fff !important;
            color: var(--ptl-pinterest-color, #fff) !important;
            background-color: #2BA362 !important;
            background-color: var(--ptl-pinterest-background, #2BA362) !important; }
          .ptl-post-page .ptl-social-icon li a i.fa-linkedin-in, .ptl-post-page .ptl-social-icon li a i.fa-linkedin, .ptl-post-page .ptl-social-icon li a i.fa-linkedin-square {
            color: #fff !important;
            color: var(--ptl-linkedin-color, #fff) !important;
            background-color: #2BA362 !important;
            background-color: var(--ptl-linkedin-background, #2BA362) !important; }
          .ptl-post-page .ptl-social-icon li a i.fa-twitter, .ptl-post-page .ptl-social-icon li a i.fa-twitter-square {
            color: #fff !important;
            color: var(--ptl-twitter-color, #fff) !important;
            background-color: #2BA362 !important;
            background-color: var(--ptl-twitter-background, #2BA362) !important; }
          .ptl-post-page .ptl-social-icon li a i.fa-instagram, .ptl-post-page .ptl-social-icon li a i.fa-instagram-square {
            color: #fff !important;
            color: var(--ptl-instagram-color, #fff) !important;
            background-color: #2BA362 !important;
            background-color: var(--ptl-instagram-background, #2BA362) !important; }
          .ptl-post-page .ptl-social-icon li a i.fa-youtube, .ptl-post-page .ptl-social-icon li a i.fa-youtube-square {
            color: #fff !important;
            color: var(--ptl-youtube-color, #fff) !important;
            background-color: #2BA362 !important;
            background-color: var(--ptl-youtube-background, #2BA362) !important; }
          .ptl-post-page .ptl-social-icon li a i.fa-whatsapp, .ptl-post-page .ptl-social-icon li a i.fa-whatsapp-square {
            color: #fff !important;
            color: var(--ptl-whatsapp-color, #fff) !important;
            background-color: #2BA362 !important;
            background-color: var(--ptl-whatsapp-background, #2BA362) !important; }
          .ptl-post-page .ptl-social-icon li a i.fa-google-plus, .ptl-post-page .ptl-social-icon li a i.fa-google-plus-g, .ptl-post-page .ptl-social-icon li a i.fa-google-plus-square {
            color: #fff !important;
            color: var(--ptl-google-plus-color, #fff) !important;
            background-color: #2BA362 !important;
            background-color: var(--ptl-google-plus-background, #2BA362) !important; }
          .ptl-post-page .ptl-social-icon li a i.fa-envelope, .ptl-post-page .ptl-social-icon li a i.fa-circle-envelope, .ptl-post-page .ptl-social-icon li a i.fa-square-envelope {
            color: #fff !important;
            color: var(--ptl-envelope-color, #fff) !important;
            background-color: #2BA362 !important;
            background-color: var(--ptl-envelope-background, #2BA362) !important; }
  .ptl-post-page .ptl-cont.ptl-light .ptl-social-icon li a i {
    color: #fff;
    background-color: #2BA362;
    background-color: var(--ptl-primary, #2BA362); }
    .ptl-post-page .ptl-cont.ptl-light .ptl-social-icon li a i:before {
      fill: #2BA362 !important;
      fill: var(--ptl-primary, #2BA362) !important; }
  .ptl-post-page .fa-discord-icon:before,
  .ptl-post-page .fa-etherscan-icon:before,
  .ptl-post-page .fa-instagram-icon:before,
  .ptl-post-page .fa-medium-icon:before,
  .ptl-post-page .fa-opensea-icon:before,
  .ptl-post-page .fa-telegram-icon:before,
  .ptl-post-page .fa-twitter-icon:before,
  .ptl-post-page .fa-web-icon:before {
    top: 50%;
    left: 50%;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%); }
  .ptl-post-page .fa-discord-icon:before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='22px' height='22px' viewBox='0 0 40.000000 40.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,40.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3Cpath d='M83 317 c-25 -11 -57 -86 -68 -158 -6 -42 -4 -48 20 -68 28 -21 85%0A-29 85 -11 0 5 -9 15 -20 22 -36 23 -21 25 37 6 57 -20 95 -18 168 6 15 5 14%0A4 -2 -5 -13 -7 -23 -18 -23 -26 0 -21 54 -16 85 9 25 19 27 25 21 67 -10 72%0A-36 143 -51 137 -7 -2 -30 1 -51 9 -52 17 -174 24 -201 12z m47 -1 c0 -2 -9%0A-6 -20 -9 -11 -3 -18 -1 -14 4 5 9 34 13 34 5z m28 -108 c19 -19 14 -56 -8%0A-63 -11 -3 -24 -4 -29 -1 -16 11 -19 46 -4 61 18 18 25 19 41 3z m120 0 c19%0A-19 14 -56 -8 -63 -11 -3 -24 -4 -29 -1 -16 11 -19 46 -4 61 18 18 25 19 41 3z'/%3E%3Cpath d='M290 316 c28 -17 50 -21 35 -7 -6 5 -21 12 -35 15 l-25 7 25 -15z'/%3E%3C/g%3E%3C/svg%3E"); }
  .ptl-post-page .fa-etherscan-icon:before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='22px' height='22px' viewBox='0 0 40.000000 40.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,40.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3Cpath d='M136 385 c-83 -29 -145 -125 -132 -205 10 -62 26 -90 53 -90 21 0 23%0A4 23 58 0 71 9 87 44 78 24 -6 26 -10 26 -61 0 -30 5 -55 10 -55 6 0 10 34 10%0A81 l0 80 28 -3 c26 -3 27 -6 32 -73 7 -86 19 -67 22 35 l3 75 30 0 c30 0 30%0A-1 35 -63 l5 -63 34 35 c31 32 33 37 22 64 -26 62 -115 123 -178 122 -15 -1%0A-45 -7 -67 -15z'/%3E%3Cpath d='M361 166 c-42 -44 -128 -90 -209 -112 -60 -17 -62 -18 -40 -30 74%0A-41 171 -21 232 46 30 34 65 115 53 126 -2 2 -18 -12 -36 -30z'/%3E%3C/g%3E%3C/svg%3E"); }
  .ptl-post-page .fa-instagram-icon:before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='22px' height='22px' viewBox='0 0 40.000000 40.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,40.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3Cpath d='M113 363 c-58 -11 -91 -100 -80 -210 10 -95 68 -130 200 -120 53 3%0A73 9 93 28 33 31 47 90 41 172 -5 78 -27 111 -86 127 -35 10 -125 11 -168 3z%0Am199 -51 c21 -20 23 -32 23 -112 0 -80 -2 -92 -23 -112 -20 -21 -32 -23 -112%0A-23 -80 0 -92 2 -112 23 -19 19 -23 35 -26 100 -2 49 2 86 10 102 21 40 55 51%0A140 48 65 -3 81 -7 100 -26z'/%3E%3Cpath d='M280 290 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0%0A-10 -4 -10 -10z'/%3E%3Cpath d='M145 255 c-50 -49 -15 -135 55 -135 41 0 80 39 80 80 0 41 -39 80%0A-80 80 -19 0 -40 -9 -55 -25z m93 -17 c15 -15 15 -61 0 -76 -15 -15 -61 -15%0A-76 0 -15 15 -15 61 0 76 15 15 61 15 76 0z'/%3E%3C/g%3E%3C/svg%3E"); }
  .ptl-post-page .fa-medium-icon:before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='22px' height='22px' viewBox='0 0 40.000000 40.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,40.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3Cpath d='M19 341 c6 -11 16 -23 21 -26 6 -3 10 -51 10 -107 0 -85 -3 -104 -21%0A-129 l-20 -29 57 0 57 0 -24 26 c-20 22 -24 37 -27 107 -3 51 0 78 5 72 5 -5%0A29 -54 54 -108 24 -53 46 -97 50 -97 3 0 23 44 44 98 21 53 42 101 46 106 5 6%0A9 -28 9 -79 0 -68 -4 -93 -17 -107 -15 -17 -13 -18 57 -18 70 0 72 1 57 18%0A-24 26 -25 243 -2 262 26 22 17 30 -34 30 l-49 0 -38 -95 c-20 -52 -40 -95%0A-43 -95 -3 0 -24 42 -47 93 l-41 92 -57 3 c-55 3 -57 2 -47 -17z'/%3E%3C/g%3E%3C/svg%3E"); }
  .ptl-post-page .fa-opensea-icon:before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='22px' height='22px' viewBox='0 0 40.000000 40.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,40.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3Cpath d='M184 356 c-3 -9 -15 -16 -25 -16 -22 0 -23 -7 -4 -40 19 -33 18 -110%0A0 -134 -20 -27 -19 -36 5 -36 11 0 20 -7 20 -15 0 -24 -57 -19 -70 6 -9 16%0A-19 20 -53 17 -38 -3 -42 -5 -39 -28 1 -14 16 -37 32 -52 29 -27 35 -28 138%0A-28 l107 0 47 52 c27 28 48 55 48 60 0 17 -102 -12 -115 -31 -10 -17 -55 -13%0A-55 4 0 8 6 15 14 15 21 0 66 58 66 86 0 14 -16 42 -39 67 -21 23 -40 51 -42%0A61 -5 25 -27 32 -35 12z'/%3E%3Cpath d='M78 242 c-21 -32 -38 -62 -38 -65 0 -4 20 -7 44 -7 47 0 56 9 56 58%0A0 34 -10 72 -19 72 -3 0 -23 -26 -43 -58z'/%3E%3C/g%3E%3C/svg%3E"); }
  .ptl-post-page .fa-telegram-icon:before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='22px' height='22px' viewBox='0 0 40.000000 40.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,40.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3Cpath d='M192 267 c-100 -29 -182 -55 -182 -59 0 -4 21 -13 46 -19 41 -11 49%0A-17 66 -55 21 -49 31 -52 68 -24 25 19 25 19 68 -6 23 -14 50 -24 59 -22 10 2%0A25 35 44 103 29 103 34 136 22 134 -5 0 -90 -24 -191 -52z m50 -54 c-45 -31%0A-82 -62 -82 -70 0 -23 -19 -14 -26 12 -4 14 -5 28 -3 30 9 8 174 85 183 85 5%0A0 -27 -25 -72 -57z'/%3E%3C/g%3E%3C/svg%3E"); }
  .ptl-post-page .fa-twitter-icon:before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='22px' height='22px' viewBox='0 0 40.000000 40.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,40.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3Cpath d='M222 340 c-12 -12 -22 -31 -22 -44 0 -12 -3 -25 -6 -29 -10 -10 -94%0A20 -129 47 -18 14 -36 26 -39 26 -12 0 -5 -57 10 -78 14 -20 14 -22 0 -22 -23%0A0 -20 -14 9 -48 17 -20 21 -32 13 -34 -13 -5 18 -41 43 -51 21 -8 -7 -26 -55%0A-33 l-38 -7 32 -13 c57 -25 138 -18 197 16 64 36 99 87 113 160 6 29 18 63 28%0A74 16 18 16 19 0 13 -21 -7 -23 3 -5 22 10 10 7 11 -14 6 -16 -4 -30 -2 -33 4%0A-12 19 -80 13 -104 -9z'/%3E%3C/g%3E%3C/svg%3E"); }
  .ptl-post-page .fa-web-icon:before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='22px' height='22px' viewBox='0 0 40.000000 40.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,40.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3Cpath d='M125 363 c-46 -24 -66 -45 -86 -88 -33 -71 -17 -158 38 -207 53 -48%0A140 -60 201 -29 46 23 67 46 87 94 28 68 11 152 -42 199 -50 46 -143 60 -198%0A31z m93 -48 c18 -38 15 -45 -18 -45 -16 0 -30 4 -30 10 0 15 23 60 30 60 4 0%0A12 -11 18 -25z m100 -33 c2 -7 -7 -12 -21 -12 -19 0 -28 8 -36 31 -6 18 -11%0A34 -11 37 0 8 64 -44 68 -56z m-168 44 c0 -3 -4 -16 -10 -30 -7 -19 -17 -26%0A-35 -26 -32 0 -32 13 1 39 25 20 44 27 44 17z m-30 -126 c0 -37 -2 -40 -29%0A-40 -22 0 -30 6 -35 24 -9 37 3 56 35 56 27 0 29 -3 29 -40z m126 15 c10 -41%0A-1 -55 -45 -55 -35 0 -42 4 -47 25 -10 41 1 55 45 55 35 0 42 -4 47 -25z m98%0A1 c9 -37 -3 -56 -35 -56 -27 0 -29 3 -29 40 0 37 2 40 29 40 22 0 30 -6 35%0A-24z m-205 -118 c6 -17 10 -33 8 -34 -5 -5 -67 47 -67 57 0 5 11 9 24 9 18 0%0A27 -8 35 -32z m91 22 c0 -15 -23 -60 -30 -60 -7 0 -30 45 -30 60 0 6 14 10 30%0A10 17 0 30 -4 30 -10z m88 -2 c-6 -16 -56 -53 -63 -46 -3 3 -1 17 4 32 8 19%0A18 26 37 26 15 0 24 -5 22 -12z'/%3E%3C/g%3E%3C/svg%3E"); }
  @media (max-width: 991px) {
    .ptl-post-page .ptl-tmpl-3 .ptl-tmpl-main .ptl-ctn-box .ptl-tmpl-footer .ptl-social-icon li {
      margin-right: 3px; }
      .ptl-post-page .ptl-tmpl-3 .ptl-tmpl-main .ptl-ctn-box .ptl-tmpl-footer .ptl-social-icon li a i {
        width: 22px;
        height: 22px;
        font-size: 13px;
        line-height: 24px; } }
  @media (max-width: 414px) {
    .ptl-post-page .ptl-tmpl-3 .ptl-tmpl-main .ptl-ctn-box .ptl-tmpl-footer .ptl-social-icon li a i {
      font-size: 12px; } }
  .ptl-post-page .ptl-social-icon li {
    margin-bottom: 0 !important;
    padding: 0 !important; }
    .ptl-post-page .ptl-social-icon li:before {
      display: none; }
    .ptl-post-page .ptl-social-icon li a {
      padding: 0;
      border: none;
      border-radius: 2px;
      margin: 0 !important;
      display: inline-flex;
      background-color: transparent; }
      .ptl-post-page .ptl-social-icon li a i {
        color: #fff;
        background-color: #bdbdbd; }

.ptl-post-page {
  --ptl-facebook-color:#ffffff;
  --ptl-facebook-background:#385398;
  --ptl-pinterest-color:#ffffff;
  --ptl-pinterest-background:#cc2129;
  --ptl-linkedin-color:#ffffff;
  --ptl-linkedin-background:#117bb7;
  --ptl-twitter-color:#ffffff;
  --ptl-twitter-background:#28a9e2;
  --ptl-instagram-color:#ffffff;
  --ptl-instagram-background:#f55376;
  --ptl-youtube-color:#ffffff;
  --ptl-youtube-background:#c32719;
  --ptl-whatsapp-color:#ffffff;
  --ptl-whatsapp-background:#30cc67;
  --ptl-google-plus-color:#ffffff;
  --ptl-google-plus-background:#e04a39;
  --ptl-envelope-color:#ffffff;
  --ptl-envelope-background:#cb0001; }/*!/wp-content/uploads/bb-plugin/cache/13550-layout.css*/.fl-builder-content *,.fl-builder-content *:before,.fl-builder-content *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fl-row:before,.fl-row:after,.fl-row-content:before,.fl-row-content:after,.fl-col-group:before,.fl-col-group:after,.fl-col:before,.fl-col:after,.fl-module:not([data-accepts]):before,.fl-module:not([data-accepts]):after,.fl-module-content:before,.fl-module-content:after{display:table;content:" "}.fl-row:after,.fl-row-content:after,.fl-col-group:after,.fl-col:after,.fl-module:not([data-accepts]):after,.fl-module-content:after{clear:both}.fl-clear{clear:both}.fl-row,.fl-row-content{margin-left:auto;margin-right:auto;min-width:0}.fl-row-content-wrap{position:relative}.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap{background-attachment:scroll}.fl-row-bg-video,.fl-row-bg-video .fl-row-content,.fl-row-bg-embed,.fl-row-bg-embed .fl-row-content{position:relative}.fl-row-bg-video .fl-bg-video,.fl-row-bg-embed .fl-bg-embed-code{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.fl-row-bg-video .fl-bg-video video,.fl-row-bg-embed .fl-bg-embed-code video{bottom:0;left:0;max-width:none;position:absolute;right:0;top:0}.fl-row-bg-video .fl-bg-video video{min-width:100%;min-height:100%;width:auto;height:auto}.fl-row-bg-video .fl-bg-video iframe,.fl-row-bg-embed .fl-bg-embed-code iframe{pointer-events:none;width:100vw;height:56.25vw;max-width:none;min-height:100vh;min-width:177.77vh;position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.fl-bg-video-fallback{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.fl-row-bg-slideshow,.fl-row-bg-slideshow .fl-row-content{position:relative}.fl-row .fl-bg-slideshow{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:0}.fl-builder-edit .fl-row .fl-bg-slideshow *{bottom:0;height:auto!important;left:0;position:absolute!important;right:0;top:0}.fl-row-bg-overlay .fl-row-content-wrap:after{border-radius:inherit;content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.fl-row-bg-overlay .fl-row-content{position:relative;z-index:1}.fl-row-default-height .fl-row-content-wrap,.fl-row-custom-height .fl-row-content-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100vh}.fl-row-overlap-top .fl-row-content-wrap{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%}.fl-row-default-height .fl-row-content-wrap,.fl-row-custom-height .fl-row-content-wrap{min-height:0}.fl-row-default-height .fl-row-content,.fl-row-full-height .fl-row-content,.fl-row-custom-height .fl-row-content{-webkit-box-flex:1 1 auto;-moz-box-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.fl-row-default-height .fl-row-full-width.fl-row-content,.fl-row-full-height .fl-row-full-width.fl-row-content,.fl-row-custom-height .fl-row-full-width.fl-row-content{max-width:100%;width:100%}.fl-row-default-height.fl-row-align-center .fl-row-content-wrap,.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap{-webkit-align-items:center;-webkit-box-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-align:center;-ms-flex-pack:center;justify-content:center;align-items:center}.fl-row-default-height.fl-row-align-bottom .fl-row-content-wrap,.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap{-webkit-align-items:flex-end;-webkit-justify-content:flex-end;-webkit-box-align:end;-webkit-box-pack:end;-ms-flex-align:end;-ms-flex-pack:end;justify-content:flex-end;align-items:flex-end}.fl-col-group-equal-height{display:flex;flex-wrap:wrap;width:100%}.fl-col-group-equal-height.fl-col-group-has-child-loading{flex-wrap:nowrap}.fl-col-group-equal-height .fl-col,.fl-col-group-equal-height .fl-col-content{display:flex;flex:1 1 auto}.fl-col-group-equal-height .fl-col-content{flex-direction:column;flex-shrink:1;min-width:1px;max-width:100%;width:100%}.fl-col-group-equal-height:before,.fl-col-group-equal-height .fl-col:before,.fl-col-group-equal-height .fl-col-content:before,.fl-col-group-equal-height:after,.fl-col-group-equal-height .fl-col:after,.fl-col-group-equal-height .fl-col-content:after{content:none}.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content,.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content{justify-content:flex-start}.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content,.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content{justify-content:center}.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content,.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content{justify-content:flex-end}.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group{width:100%}.fl-col{float:left;min-height:1px}.fl-col-bg-overlay .fl-col-content{position:relative}.fl-col-bg-overlay .fl-col-content:after{border-radius:inherit;content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.fl-col-bg-overlay .fl-module{position:relative;z-index:2}.single:not(.woocommerce).single-fl-builder-template .fl-content{width:100%}.fl-builder-layer{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;overflow:hidden}.fl-builder-shape-layer{z-index:0}.fl-builder-shape-layer.fl-builder-bottom-edge-layer{z-index:1}.fl-row-bg-overlay .fl-builder-shape-layer{z-index:1}.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer{z-index:2}.fl-row-has-layers .fl-row-content{z-index:1}.fl-row-bg-overlay .fl-row-content{z-index:2}.fl-builder-layer>*{display:block;position:absolute;top:0;left:0;width:100%}.fl-builder-layer+.fl-row-content{position:relative}.fl-builder-layer .fl-shape{fill:#aaa;stroke:none;stroke-width:0;width:100%}@supports (-webkit-touch-callout:inherit){.fl-row.fl-row-bg-parallax .fl-row-content-wrap,.fl-row.fl-row-bg-fixed .fl-row-content-wrap{background-position:center!important;background-attachment:scroll!important}}@supports (-webkit-touch-callout:none){.fl-row.fl-row-bg-fixed .fl-row-content-wrap{background-position:center!important;background-attachment:scroll!important}}.fl-clearfix:before,.fl-clearfix:after{display:table;content:" "}.fl-clearfix:after{clear:both}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;display:inline-block;font-size:16px;font-weight:400;line-height:18px;padding:12px 24px;text-decoration:none;text-shadow:none}.fl-builder-content .fl-button:hover{text-decoration:none}.fl-builder-content .fl-button:active{position:relative;top:1px}.fl-builder-content .fl-button-width-full .fl-button{display:block;text-align:center}.fl-builder-content .fl-button-width-custom .fl-button{display:inline-block;text-align:center;max-width:100%}.fl-builder-content .fl-button-left{text-align:left}.fl-builder-content .fl-button-center{text-align:center}.fl-builder-content .fl-button-right{text-align:right}.fl-builder-content .fl-button i{font-size:1.3em;height:auto;margin-right:8px;vertical-align:middle;width:auto}.fl-builder-content .fl-button i.fl-button-icon-after{margin-left:8px;margin-right:0}.fl-builder-content .fl-button-has-icon .fl-button-text{vertical-align:middle}.fl-icon-wrap{display:inline-block}.fl-icon{display:table-cell;vertical-align:middle}.fl-icon a{text-decoration:none}.fl-icon i{float:right;height:auto;width:auto}.fl-icon i:before{border:none!important;height:auto;width:auto}.fl-icon-text{display:table-cell;text-align:left;padding-left:15px;vertical-align:middle}.fl-icon-text-empty{display:none}.fl-icon-text *:last-child{margin:0!important;padding:0!important}.fl-icon-text a{text-decoration:none}.fl-icon-text span{display:block}.fl-icon-text span.mce-edit-focus{min-width:1px}.fl-module img{max-width:100%}.fl-photo{line-height:0;position:relative}.fl-photo-align-left{text-align:left}.fl-photo-align-center{text-align:center}.fl-photo-align-right{text-align:right}.fl-photo-content{display:inline-block;line-height:0;position:relative;max-width:100%}.fl-photo-img-svg{width:100%}.fl-photo-content img{display:inline;height:auto;max-width:100%}.fl-photo-crop-circle img{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%}.fl-photo-caption{font-size:13px;line-height:18px;overflow:hidden;text-overflow:ellipsis}.fl-photo-caption-below{padding-bottom:20px;padding-top:10px}.fl-photo-caption-hover{background:rgb(0 0 0 / .7);bottom:0;color:#fff;left:0;opacity:0;filter:alpha(opacity=0);padding:10px 15px;position:absolute;right:0;-webkit-transition:opacity 0.3s ease-in;-moz-transition:opacity 0.3s ease-in;transition:opacity 0.3s ease-in}.fl-photo-content:hover .fl-photo-caption-hover{opacity:100;filter:alpha(opacity=100)}.fl-builder-pagination,.fl-builder-pagination-load-more{padding:40px 0}.fl-builder-pagination ul.page-numbers{list-style:none;margin:0;padding:0;text-align:center}.fl-builder-pagination li{display:inline-block;list-style:none;margin:0;padding:0}.fl-builder-pagination li a.page-numbers,.fl-builder-pagination li span.page-numbers{border:1px solid #e6e6e6;display:inline-block;padding:5px 10px;margin:0 0 5px}.fl-builder-pagination li a.page-numbers:hover,.fl-builder-pagination li span.current{background:#f5f5f5;text-decoration:none}.fl-slideshow,.fl-slideshow *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fl-slideshow .fl-slideshow-image img{max-width:none!important}.fl-slideshow-social{line-height:0!important}.fl-slideshow-social *{margin:0!important}.fl-builder-content .bx-wrapper .bx-viewport{background:#fff0;border:none;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;left:0}.mfp-wrap button.mfp-arrow,.mfp-wrap button.mfp-arrow:active,.mfp-wrap button.mfp-arrow:hover,.mfp-wrap button.mfp-arrow:focus{background:transparent!important;border:none!important;outline:none;position:absolute;top:50%;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}.mfp-wrap .mfp-close,.mfp-wrap .mfp-close:active,.mfp-wrap .mfp-close:hover,.mfp-wrap .mfp-close:focus{background:transparent!important;border:none!important;outline:none;position:absolute;top:0;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}.admin-bar .mfp-wrap .mfp-close,.admin-bar .mfp-wrap .mfp-close:active,.admin-bar .mfp-wrap .mfp-close:hover,.admin-bar .mfp-wrap .mfp-close:focus{top:32px!important}img.mfp-img{padding:0}.mfp-counter{display:none}.mfp-wrap .mfp-preloader.fa{font-size:30px}.fl-form-field{margin-bottom:15px}.fl-form-field input.fl-form-error{border-color:#DD6420}.fl-form-error-message{clear:both;color:#DD6420;display:none;padding-top:8px;font-size:12px;font-weight:lighter}.fl-form-button-disabled{opacity:.5}.fl-animation{opacity:0}body.fl-no-js .fl-animation{opacity:1}.fl-builder-preview .fl-animation,.fl-builder-edit .fl-animation,.fl-animated{opacity:1}.fl-animated{animation-fill-mode:both;-webkit-animation-fill-mode:both}.fl-button.fl-button-icon-animation i{width:0!important;opacity:0;-ms-filter:"alpha(opacity=0)";transition:all 0.2s ease-out;-webkit-transition:all 0.2s ease-out}.fl-button.fl-button-icon-animation:hover i{opacity:1! important;-ms-filter:"alpha(opacity=100)"}.fl-button.fl-button-icon-animation i.fl-button-icon-after{margin-left:0px!important}.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after{margin-left:10px!important}.fl-button.fl-button-icon-animation i.fl-button-icon-before{margin-right:0!important}.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before{margin-right:20px!important;margin-left:-10px}.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited{background:#fafafa;border:1px solid #ccc;color:#333}.fl-builder-content a.fl-button *,.fl-builder-content a.fl-button:visited *{color:#333}@media (max-width:992px){.fl-col-group.fl-col-group-medium-reversed{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;flex-direction:row-reverse}}@media (max-width:768px){.fl-row-content-wrap{background-attachment:scroll!important}.fl-row-bg-parallax .fl-row-content-wrap{background-attachment:scroll!important;background-position:center center!important}.fl-col-group.fl-col-group-equal-height{display:block}.fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width{display:-webkit-box;display:-webkit-flex;display:flex}.fl-col-group.fl-col-group-responsive-reversed{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;flex-direction:row-reverse}.fl-col-group.fl-col-group-responsive-reversed .fl-col:not(.fl-col-small-custom-width){flex-basis:100%;width:100%!important}.fl-col-group.fl-col-group-medium-reversed:not(.fl-col-group-responsive-reversed){display:unset;display:unset;-webkit-flex-wrap:unset;flex-wrap:unset;flex-direction:unset}.fl-col{clear:both;float:none;margin-left:auto;margin-right:auto;width:auto!important}.fl-col-small:not(.fl-col-small-full-width){max-width:400px}.fl-block-col-resize{display:none}.fl-row[data-node] .fl-row-content-wrap{margin:0;padding-left:0;padding-right:0}.fl-row[data-node] .fl-bg-video,.fl-row[data-node] .fl-bg-slideshow{left:0;right:0}.fl-col[data-node] .fl-col-content{margin:0;padding-left:0;padding-right:0}}@media (min-width:1201px){html .fl-visible-large:not(.fl-visible-desktop),html .fl-visible-medium:not(.fl-visible-desktop),html .fl-visible-mobile:not(.fl-visible-desktop){display:none}}@media (min-width:993px) and (max-width:1200px){html .fl-visible-desktop:not(.fl-visible-large),html .fl-visible-medium:not(.fl-visible-large),html .fl-visible-mobile:not(.fl-visible-large){display:none}}@media (min-width:769px) and (max-width:992px){html .fl-visible-desktop:not(.fl-visible-medium),html .fl-visible-large:not(.fl-visible-medium),html .fl-visible-mobile:not(.fl-visible-medium){display:none}}@media (max-width:768px){html .fl-visible-desktop:not(.fl-visible-mobile),html .fl-visible-large:not(.fl-visible-mobile),html .fl-visible-medium:not(.fl-visible-mobile){display:none}}.fl-col-content{display:flex;flex-direction:column;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}.fl-row-fixed-width{max-width:1280px}.fl-row-content-wrap{margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px}.fl-module-content,.fl-module:where(.fl-module:not(:has(>.fl-module-content))){margin-top:10px;margin-right:10px;margin-bottom:10px;margin-left:10px}@media(max-width:768px){.fl-row[data-node]>.fl-row-content-wrap{padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px}}.fl-node-598afcd2173a5{color:#4a5257}.fl-builder-content .fl-node-598afcd2173a5 *:not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle){color:inherit}.fl-builder-content .fl-node-598afcd2173a5 a{color:#4a5257}.fl-builder-content .fl-node-598afcd2173a5 a:hover{color:#ff5e14}.fl-builder-content .fl-node-598afcd2173a5 h1,.fl-builder-content .fl-node-598afcd2173a5 h2,.fl-builder-content .fl-node-598afcd2173a5 h3,.fl-builder-content .fl-node-598afcd2173a5 h4,.fl-builder-content .fl-node-598afcd2173a5 h5,.fl-builder-content .fl-node-598afcd2173a5 h6,.fl-builder-content .fl-node-598afcd2173a5 h1 a,.fl-builder-content .fl-node-598afcd2173a5 h2 a,.fl-builder-content .fl-node-598afcd2173a5 h3 a,.fl-builder-content .fl-node-598afcd2173a5 h4 a,.fl-builder-content .fl-node-598afcd2173a5 h5 a,.fl-builder-content .fl-node-598afcd2173a5 h6 a{color:#4a5257}.fl-node-598afcd2173a5>.fl-row-content-wrap{background-color:#fff;border-color:#ededed;border-top-width:1px;border-right-width:0;border-bottom-width:1px;border-left-width:0}.fl-node-598afcd2173a5>.fl-row-content-wrap{padding-top:5px;padding-bottom:5px}@media (max-width:768px){.fl-node-598afcd2173a5.fl-row>.fl-row-content-wrap{padding-top:30px;padding-bottom:30px}}.fl-node-598afcd217ec6{width:100%}.fl-node-598f56b8bddb0{width:20%}.fl-node-598f56b8bddb0>.fl-col-content{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px}.fl-node-598f56b8bddf8{width:38.85%}.fl-node-598f56b8bddf8>.fl-col-content{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px}.fl-node-59dc0b4ac3981{color:#4a5257}.fl-builder-content .fl-node-59dc0b4ac3981 *:not(span):not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle){color:#4a5257}.fl-builder-content .fl-node-59dc0b4ac3981 a{color:#4a5257}.fl-builder-content .fl-node-59dc0b4ac3981 a:hover{color:#4a5257}.fl-builder-content .fl-node-59dc0b4ac3981 h1,.fl-builder-content .fl-node-59dc0b4ac3981 h2,.fl-builder-content .fl-node-59dc0b4ac3981 h3,.fl-builder-content .fl-node-59dc0b4ac3981 h4,.fl-builder-content .fl-node-59dc0b4ac3981 h5,.fl-builder-content .fl-node-59dc0b4ac3981 h6,.fl-builder-content .fl-node-59dc0b4ac3981 h1 a,.fl-builder-content .fl-node-59dc0b4ac3981 h2 a,.fl-builder-content .fl-node-59dc0b4ac3981 h3 a,.fl-builder-content .fl-node-59dc0b4ac3981 h4 a,.fl-builder-content .fl-node-59dc0b4ac3981 h5 a,.fl-builder-content .fl-node-59dc0b4ac3981 h6 a{color:#4a5257}.fl-node-59dc0b4ac3981{width:41.15%}@media (max-width:992px){.fl-node-59de4118528b3.fl-module>.fl-module-content{margin-right:0;margin-left:0}}@media (max-width:768px){.fl-node-59de4118528b3.fl-module>.fl-module-content{margin-top:0;margin-right:0;margin-bottom:0;margin-left:0}}