/** Shopify CDN: Minification failed

Line 917:2 Expected percentage but found "@keyframes"
Line 934:0 Expected "}" to go with "{"

**/
.comparison-package {
	width: calc(100% - 4rem);
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1140px;
	margin: 0 auto;
	gap: 48px;

	.title-section {
		display: flex;
		flex-direction: column;
		gap: 12px;
		align-items: center;

		h2 {
			font-size: 60px;
			line-height: 1;
            text-align: center;
			color: #252c7a;

            @media only screen and (max-width: 490px) {
              font-size: 40px;
            }
		}
		h3 {
			font-size: 30px;
            text-align: center;
			color: #252c7a;
			max-width: 860px;
            font-family: "Bebas Neue", sans-serif;

           @media only screen and (max-width: 490px) {
              font-size: 24px;
            }

		}
	}

	.package-content {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0px;
		width: 100%;
        margin-bottom: 48px;

         @media only screen and (max-width: 490px) {
			grid-template-columns: repeat(1, 1fr) !important;
			gap: 24px;
          }

        &.grid-cols-3 {
          grid-template-columns: repeat(3, 1fr);

          @media only screen and (max-width: 490px) {
			grid-template-columns: repeat(1, 1fr) !important;
			gap: 24px;
          }

          .package {
              &:first-of-type, &:last-of-type {
                  transform: scale(0.90);
              }
          }
        }

        &.grid-cols-2 {
          display: flex !important;
          grid-template-columns: repeat(2, 1fr);
          max-width: 860px;
          gap: 2.5rem;
          align-items: flex-end;

          @media only screen and (max-width: 490px) {
            flex-direction: column;
			gap: 24px;
          }
          
          .package {
            	&:first-of-type, &:last-of-type {
    				transform: scale(1);
    			}
          }
        }


		.package {
			width: 100%;
			padding: 0 0 24px;
            border-radius: 20px;
            border: 1px solid #7C80AF;
            overflow: hidden;
            height: max-content;
          
			.title-package {
				color: #252c7a;
				display: flex;
				padding: 28px 24px 20px;
				background-color: #DEF0FB;
				flex-direction: column;
				align-items: center;
                border-bottom: 1px solid #7C80AF;
                gap: 6px;

                strong {
                  font-size: 24px;
                }
				h4 {
					font-size: 30px;
                    line-height: 1;
                    text-align: center;
                    margin-bottom: 4px;
				}
				p {
					font-size: 20px;
                    strong {
                      text-decoration: line-through;
                      font-weight: 400;
                      opacity: 0.6;
                      font-size: 20px;

                    }
                    &.discount {
                      font-size: 16px;
                      font-weight: 200;
                      text-align: center;
                      line-height: 1.2;
                    }
				}
			}

			.features {
				padding: 20px 40px;
                width: calc(100% - 0px);
				ul {
					list-style: none;
					padding: 0;
                    margin: 1.5rem 0;
					display: flex;
					flex-direction: column;
					gap: 20px;
					align-items: flex-start;
					li {
						font-size: 16px;
						line-height: 1.1;
                        display: flex;
                        padding: 0;
                        align-items: center;
                        gap: 0.4rem;
                        .icon {
                          width: 24px;
                          height: 24px;
                          min-width: 24px;
                          font-size: 14px;
                          display: flex;
                          align-items: center;
                          justify-content: center;
                          border-radius: 100px;
                          color: #17B26A;
                          background-color: #DCFAE6;
                        }
						&.not_include {
                            filter: grayscale(1);
                            opacity: 0.5;
						}
					}
				}
			}

			.button {
				max-width: max-content;
				margin: 0 auto;
                display: block;
			}
		}

		@media only screen and (max-width: 490px) {
			grid-template-columns: repeat(1, 1fr);
			gap: 24px;

			.package {
				&:first-of-type, &:last-of-type {
					transform: scale(1);
				}

				.title-package {
					h4 {
						font-size: 25px;
					}
					p {
						font-size: 20px;
					}
				}
			}

		}
	}
}



.page-width {
  max-width: 100rem;
  margin: 0 auto;
}

.header-home .header__logo-image {
  path {
    fill: white;
  }
}

.is-solid, .header:hover { 
  .header__logo-image {
    path {
      fill: #252C7A;

      &:nth-of-type(1){
        fill: #5CB6EA;
      }
       &:nth-of-type(2){
        fill: #5CB6EA;
      }
       &:nth-of-type(3){
        fill: #5CB6EA;
      }
    }
  }
}


#testimonials {

  .section-header {
      .prose {
      .h6 {
         font-size: 30px;
        font-family: "Bebas Neue", sans-serif;
        color: #252C7A;
        margin-top: 0;
        margin-bottom: 0.5rem;
         @media screen and (max-width: 580px) {
                 font-size: 24px;
        }
      }
      .h2 {
         font-size: 60px !important;
        font-weight: 700;
        text-transform: none;
        line-height: 1;
        letter-spacing: normal;
        color: #252C7A;
          @media screen and (max-width: 580px) {
            font-size: 40px !important;
        }
      }
    }
  }

}
.testimonials-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5.6rem;
    margin: 0 auto;
  max-width: 100rem;

  
         @media screen and (max-width: 580px) {
           
            grid-template-columns: repeat(1, 1fr);

          }
}

.image-mask { width: 100%; height: 100%;   -webkit-mask-size: contain;
     -webkit-mask-image:url("Testimonial-mask-image-01.png");  mask-image: url("Testimonial-mask-image-01.png");  -webkit-mask-repeat: no-repeat;   -webkit-mask-position: center;  

                  @media screen and (max-width: 580px) { display: none}

            
            }

.testimonial-list {
      width: 100%;

  .testimonial-carousel {
    .testimonial-item {

      .v-stack img {   width: 170px; height: 170px;   -webkit-mask-size: cover;
     -webkit-mask-image:url("Testimonial-mask-image.png");  mask-image: url("Testimonial-mask-image.png");  -webkit-mask-repeat: no-repeat;   -webkit-mask-position: center; }

      .text-base {
        font-size: 40px !important;
         color: #252c7a;
        font-weight: 700;

      }
      .prose {
        p {
          color: #252c7a;
          margin: 0;
          font-size: 16px;
          line-height: 30px;
        }
      }
      span {
        color: #252c7a;

      }
    }
  }
}

.testimonial-list__thumbnail-scroller {
  gap: 2.5rem;
  .testimonial-list__thumbnail {
    width: 28px;
    height: 8px;
    background: #5CB6EA;
    border-radius: 4px;
  }
}





.newsletter {
  position: relative;

    &::before {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      background: #252C7A;
      opacity: 0.6;
      top: 0;
      bottom: auto;
      z-index: 0;
  }

  .content{
    @media screen and (max-width: 580px) {
          padding: 60px 0;
      }
     .h2 {
         font-size: 60px;
      max-width: 600px;
      margin: 0 0 2rem;
      font-weight: 700;
      text-transform: none;
      color: #white;
      line-height: 1;
      letter-spacing: normal;

     @media screen and (max-width: 580px) {
          font-size: 40px !important;
      }
     }
  }
}


.slideshow__slide-content {
  .prose {
    margin-bottom: 10vh;
    .h6 {
       font-size: 30px;
      font-family: "Bebas Neue", sans-serif;
      color: #white;
      margin-top: 0;
      margin-bottom: 0.5rem;
       @media screen and (max-width: 580px) {
               font-size: 24px;
      }
    }
    .h1 {
       font-size: 60px !important;
      font-weight: 700;
      text-transform: none;
      line-height: 1;
      letter-spacing: normal;
        @media screen and (max-width: 580px) {
          font-size: 40px !important;
      }
    }
  }
}

.number-counter-wrapper {
  display: flex;
  flex-direction: column;
  align-items:center;
  width: 100%;

  
     @media screen and (max-width: 580px) {
          padding: 0 2rem;
          width: calc(100% - 4rem);

      }

  .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.content-align--center {
      text-align: center;
      max-width: 60rem;
      
  }

  .title {
    font-size: 60px;
    max-width: 600px;
    margin: 0 0 2rem;
    font-weight: 700;
    text-transform: none;
    color: #252c7a;
    line-height: 1;
    letter-spacing: normal;
    font-family: "Palanquin Dark", sans-serif;

     @media screen and (max-width: 580px) {
          font-size: 40px !important;
      }
  }

  .number-counter-section {
    .number-counter-block {
      h3 {
        color: 252c7a;
        span {
          color: #252c7a;
          
        }
      }
      .number-counter-title {
        margin: 50px 0 2rem;
        font-weight: 600;
        font-size: 24px;
        line-height: 1.34;
        color: #252c7a;

      }
    }
  }

.button {
  pointer-events: all !important;

  &:hover {
    color: white;
    border: 1px solid white;
  }
}
}



 .insta-gallery {
    .page-width {
      max-width: 100%;

      .row {
        width: 100%;

        .insta-gallery-wrapper {
           .slider-mobile.gutter {
             
           }
        }
      }

      .insta-gallery-section {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
        cursor: auto;

         @media screen and (max-width: 580px) {
           
            grid-template-columns: repeat(3, 1fr);

          }
        .insta-gallery-wrapper {
          margin: 0 !important;
          aspect-ratio: 1/1;
          margin-right: 0 !important;
          width: 100%;
          height: auto;
        }
      }
    }
  }


 .support-block-list {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);


    .grid__item {
       .support-block-card {
         display: flex;
         align-items: flex-start;
           svg {
              
              height: 80px !important;
              width: 80px !important;
             path {
               fill: #252c7a;

             }
           }
          .support-block-card__info {    
            padding: 0 20px;
            width: calc(100% - 120px);

            @media screen and (max-width: 580px) {
               width: calc(100% - 40px);

            }
            h1 {
              color: #252c7a;
              position: absolute;
              font-weight: 700;
              font-size: 140px;
              line-height: 0;
              top: 35%;
              left: 20px;
              letter-spacing: 0;
              opacity: .05;
              transition: 300ms;

              &:hover {
                opacity: .15;
                transition: 300ms;

              }

            }
            .link {
              color: #252c7a;
              text-decoration: none;
              font-size: inherit;
              margin-top: 1.5rem;

              h3 {
                  font-size: 25px !important;
                  line-height: 1;
                  margin: 0 0 22px;
              }

            }
            .rte {
              p {
                color: #252c7a;
                margin: 0;
                font-size: 16px;
                line-height: 30px;
              }
            }
          }
       } 

        &:nth-of-type(6){
          .support-block-card {
             svg {
               path, line, circle {
                 fill: transparent;
                 stroke: #252c7a;
               }
             }
           }
        }
    }
  }


#trips, #slider {
  display: flex !important;
  @media screen and (max-width: 580px) {
    display: grid !important;
  }
  .v-stack {
  
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 60px 0;
    max-width: calc(480px + 6vw);
    padding-left: 6vw;

     @media screen and (max-width: 580px) {
        margin: 0;
      max-width: calc(100% + 0vw);
      padding-left: 0vw;
    }

    h6 {
      font-size: 30px;
      font-family: "Bebas Neue", sans-serif;
      color: #252c7a;
      margin-top: 0;
      margin-bottom: 0.5rem;
       @media screen and (max-width: 580px) {
               font-size: 24px;
      }
    }
    h2 {
      font-size: 60px !important;
      font-weight: 700;
      text-transform: none;
      line-height: 1;
      letter-spacing: normal;
        @media screen and (max-width: 580px) {
          font-size: 40px !important;
      }
    }
    .description {
      color: #252c7a;
      font-size: 16px;
      line-height: 30px;
      
    }
  }

  .grid-banner-wrapper {
    position: relative;
   border-radius: 300px;
    overflow: hidden;

    &:hover {
      .grid-banner-content {

        &::before {
          height: 100%;
          transition: 0.5s ease 0s;

        }
        .grid-banner-inner {
           transform: translateY(0px);
           transition: 0.5s ease 0s;
        }
      }
    }

    .grid-banner-block-image {
      width: 100%;
      aspect-ratio: 9/14;

      img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
      }
    }
    .grid-banner-content {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;

        &::before {
            position: absolute;
            content: "";
            height: 0%;
            width: 100%;
            background: #5cb6ea;
            opacity: 0.6;
            top: 0;
            bottom: auto;
            z-index: 0;
            transition: 0.5s ease 0s;

        }

        .grid-banner-inner {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            text-align: center;
            padding-bottom: 36px;
            transform: translateY(68px);
            transition: 0.5s ease 0s;


          .main-title {
             color: white;
            font-size: 25px;
            font-weight: 700;
            a {
              color: white;
              font-size: 25px;
              font-weight: 700;
            }
          }
          .description {
            color: white;
            font-size: 16px;
            line-height: 30px;
            margin-bottom: 30px;
          }
          
        }
    }
  }
}

#slider {
  max-width: 1280px;
  margin: 0 auto;
  .grid-banner-wrapper {
    position: relative;
   border-radius: 28px;
    overflow: hidden;

    &:hover {
      .grid-banner-content {

        &::before {
          height: 100%;
          transition: 0.5s ease 0s;

        }
        .grid-banner-inner {
           transform: translateY(0px);
           transition: 0.5s ease 0s;
        }
      }
    }

    .grid-banner-block-image {
      width: 100%;
      aspect-ratio: 16/9;

      img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
      }
    }
  }
}

.video-section {

  .button {
  pointer-events: all;

  &:hover {
    border: 1px solid white !important;
    color: white !important;
  }
}

  .video-play-icon {
    @media screen and (max-width: 580px) {
      margin: 2rem auto !important;
    }
  }
    .container {
      pointer-events: none;
      z-index: 9;
      .video-section__content {
        z-index: 9;
        .title-wrapper-with-link {
          pointer-events: none;
          .sub-heading {
            color: white;
            font-size: 30px;
             @media screen and (max-width: 580px) {
              font-size: 24px !important;
            }
          }
          .title {
            color: white;
            font-size: 60px !important;
            max-width: 600px;
            margin: 0 0 5rem;
            font-weight: 700;
            text-transform: none;
            line-height: 1;
            letter-spacing: normal;

             @media screen and (max-width: 580px) {
              font-size: 40px !important;
            }
          }
        
        }
      }
    }
  }
  

    .home-custom-support-block-1 {
       .support-block-list {
          grid-template-columns: repeat(3, 1fr);
            @media screen and (max-width: 580px) {
              grid-template-columns: repeat(1, 1fr);
          }
       }
    }

    .home-custom-support-block{
      .title-wrapper-with-link {
        margin: 5rem auto 0 !important;

        p {
          font-size: 20px !important;
          text-align: center;
          color: #252c7a !important;
        }
        .button {
          border-radius: 100px;
          font-weight: 600;
          margin-top: 48px;
          border: 1px solid #252c7a;

          &:hover {
            border: 1px solid #252c7a;
          }
        }
      }
       .support-block-list {
          grid-template-columns: repeat(4, 1fr);
           gap: 3rem 0 !important;

           @media screen and (max-width: 580px) {
           
            grid-template-columns: repeat(1, 1fr);

          }

         .grid__item {
           width: 100% !important;
           max-width: 100% !important;

           &:nth-child(even){
             border: 0
           }
           .support-block-card {
             flex-direction: column;
             align-items: center;
             gap: 28px !important;

             svg {
                height: 8rem !important;
                width: 8rem !important;
             }
             .support-block-card__info {
               text-align: center;

                @media screen and (max-width: 580px) {
                    width: calc(100% - 40px) !important;
                }
             }
           }

             &:nth-of-type(2){
              .support-block-card {
                 svg {
                   path, line, circle {
                     fill: transparent;
                     stroke: #252c7a;
                   }
                 }
               }
            }

           &:nth-of-type(4){
              .support-block-card {
                 svg {
                   path, line, circle, rect {
                     fill: #252c7a;
                   }
                 }
               }
            }
         }
       }
    }

/* fade animation */

:root {--anim-time:1.5s;}
@keyframes fadeInUp{
  0% { opacity: 0; transform: translate3d(0,100%,0); }
  100% { opacity: 1; transform: none; }
}
@keyframes fadeInDown{
  0% { opacity: 0; transform: translate3d(0,-100%,0); }
  100% { opacity: 1; transform: none; }
}
@keyframes fadeInLeft {
  0% { opacity: 0; transform: translateX(-50%);}
  100% { opacity: 1; transform: none;}
}
@keyframes fadeInRight {
  0% { opacity: 0; transform: translateX(50%);}
  100% { opacity: 1; transform: none;}
  @keyframes zoomIn {
  0% { opacity: 0; transform: scale(1.5, 1.5);}
  100% { opacity: 1; transform: none;}
}
@keyframes zoomOut {
  0% { opacity: 0; transform: translateX(50%);}
  100% { opacity: 1; transform: none;}
}

.hide_member{
text-decoration: underline;  
}

 



