/*
Theme Name: Avada Child
Template: Avada
Version: 1.0
*/

/*@import url("../Avada/style.css");*/


/* Font Family Start */

@font-face {
	font-family: 'Inter-Regular';
	src: url('fonts/Inter_Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Marcellus-Regular';
	src: url('fonts/Marcellus-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Vujahday-Regular';
	src: url('fonts/VujahdayScript-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

.fusion-main-menu {margin-top: 20px;}
.avada-skin-rev {
    border-top: 0px;
    border-bottom: 0px;
}
#main {padding-top: 0px;}

.orange-text{
	color: rgba(250, 110, 79, 1) !important;
}
.light-orange-text{
    color: rgba(247, 148, 30, 1) !important;
}
::root{
	overflow-x: hidden !important;
}

/**********************05072022*****************/

/* Header Code Start */
.fusion-top-header .fusion-header{
    background-color: #ffffff !important;
	padding: 10px 15px;
}
.fusion-custom-menu-item.fusion-main-menu-search.fusion-search-overlay,
.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search .fusion-close-search{
    display: none !important;
}
.fusion-main-menu {
    display: flex !important;
    right: 0 !important;
    width: 86%;
    margin-top: 0px !important;
    justify-content: space-between;
    gap: 20px;
	align-items: center;
}
.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search {
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    top: unset !important;
    left: unset !important;
	transform: unset !important;
	max-width: 275px !important;
	margin-left: auto !important;
    display: block !important;
}
.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-menu{
	order: -1 !important;
}
.fusion-top-header .fusion-header > .fusion-row,
.fusion-footer > .fusion-footer-widget-area.fusion-widget-area > .fusion-row,
.fusion-footer-copyright-area>.fusion-row{
	width: 90% !important;
	max-width: 100% !important;
}
.fusion-search-field.search-field input[type="search"]{
	border-radius: 0 !important;
	height: 49px !important;
	font-family: 'Inter-Regular';
	font-size: 15px !important;
	padding-left: 40px !important;
	border: 1px solid rgba(210, 225, 235, 1) !important;
	background: rgba(245, 252, 255, 1) !important;
}
.fusion-search-field.search-field input[type="search"],
.fusion-search-field.search-field input[type="search"]::placeholder{
	color: rgba(84, 90, 100, 1) !important;
}
.fusion-main-menu > a,
.btn-style,
.btn-style2,
#comment-submit,
.search-results .fusion-post-wrapper .fusion-alignleft a,
.category .fusion-meta-info .fusion-alignright a,
.fusion-mobile-nav-holder > a{
    background: rgba(37, 170, 225, 1) !important;
	border: 2px solid rgba(37, 170, 225, 1) !important;
    color: #fff !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-family: 'Inter-Regular' !important;
	transition: all 0.3s ease-in-out;
	display: inline-block !important;
	line-height: 1.3em !important;
}
.fusion-main-menu > a:hover,
.btn-style:hover,
#comment-submit:hover,
.search-results .fusion-post-wrapper .fusion-alignleft a:hover,
.fusion-mobile-nav-holder > a:hover{
	background: transparent !important;
	color: rgba(37, 170, 225, 1) !important;
}

.fusion-search-button.search-button {
    left: 10px;
}
.fusion-search-submit.searchsubmit{
    font-size: 0 !important;
    background-image: url(/wp-content/uploads/2026/03/Search-Icon.png) !important;
    background-size: 17px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.fusion-main-menu li>.sub-menu{
	background-color: #fff !important;
	width: 250px !important;
}
.fusion-main-menu .sub-menu li a{
    padding: 15px !important;
}
.fusion-main-menu .sub-menu .current-menu-item>a, 
.fusion-main-menu .sub-menu .current_page_item>a,
.fusion-main-menu .sub-menu li a:hover {
    background-color: transparent !important;
    color: #f7941e !important;
}
.desktop-none{
	display: none !important;
}


/* Footer Code Start */
.fusion-footer > .fusion-footer-widget-area.fusion-widget-area{
	padding: 70px 15px !important;
}
.fusion-footer .fusion-columns-2 .fusion-column:first-child{
	padding-right: 60px !important;
}
.fusion-footer .fusion-columns-2 .fusion-column.fusion-column-last{
	padding-left: 60px !important;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	display: flex;
	flex-wrap: wrap;
}
.fusion-footer-copyright-area{
	padding: 0px 15px !important;
}
.fusion-copyright-content {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0;
}
.fusion-copyright-notice > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-style{
	margin-bottom: 50px;
}
.contact-style a{
    display: block;
    margin-bottom: 10px;
}
.contact-style:last-child,
.contact-style a:last-child,
p:last-child{
	margin-bottom: 0px !important;
}
.contact-style h3{
	font-weight: 600 !important;
    color: #fff !important;
    font-size: 18px !important;
    margin: 0px 0px 12px;
}
.fusion-footer p,
.fusion-footer a{
	font-size: 14px !important;
}
#text-4 {
    max-width: 457px;
}
#menu-footer-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

#menu-footer-menu > li{
	padding: 0px !important;
}
.widget .fusion-social-networks .fusion-social-network-icon {
    margin: 0 !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #292828;
    color: #fff !important;
    border-radius: 50%;
	font-size: 20px !important;
	transition: all 0.3s ease-in-out;
}
.widget .fusion-social-networks .fusion-social-networks-wrapper {
    margin: 0 !important;
    display: flex;
    gap: 20px;
    align-items: center;
}
.widget .fusion-social-networks .fusion-social-network-icon:hover{
	background: rgba(37, 170, 225, 1);
}
#media_image-2 {
    margin-bottom: 25px;
}
#nav_menu-2{
	width: 100% !important;
}
#custom_html-6,
#social_links-widget-2{
	width: 50% !important;
	margin-bottom: 0px !important;
}
#social_links-widget-2{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.fusion-body .fusion-main-menu .current_page_item > a {
	color: #f7941e !important;
}

/* Common CSS Start */
.awb-off-canvas .fusion-fullwidth, .fusion-tb-footer .fusion-fullwidth, 
.fusion-tb-header .fusion-fullwidth, .fusion-tb-page-title-bar .fusion-fullwidth, 
.width-100 .fusion-fullwidth{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/* .fusion-layout-column{
	margin-right: 0px !important;
}
.fusion-layout-column .fusion-column-wrapper{
	margin: 0px 15px !important;
}
.fusion-layout-column.fusion-one-half {
    margin-right: 0px !important;
    width: 50% !important;
} */
/* #wrapper #main .fullwidth-box .fusion-row {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
#wrapper #main .fullwidth-box.column-p0 .fusion-row,
#wrapper #main .fullwidth-box.main-banner-style .fusion-row{
	 padding-left: 0px !important;
    padding-right: 0px !important;
} */
.fusion-fullwidth .fusion-builder-row > .fusion-layout-column{
	margin-right: 0px !important;
	width: var(--awb-col-width) !important;
}
.fusion-fullwidth:not(.main-banner-style) .fusion-builder-row > .fusion-layout-column > div{
	padding-left: 15px;
	padding-right: 15px;
}
.plr-0 .fusion-builder-row > .fusion-layout-column > div,
#sbi_images{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.column-p0 .fusion-builder-row > .fusion-layout-column{
	margin-bottom: 0px !important;
}
.new-container{
	width: 90% !important;
	max-width: 100% !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin: 0 auto !important;
}
.btn-style,
.btn-style2,
.search-results .fusion-post-wrapper .fusion-alignleft a,
.category .fusion-meta-info .fusion-alignright a{
	position: relative;
	display: flex !important;
	gap: 10px;
	justify-content: center;
	align-items: center;
	width: fit-content;
	border-radius: 0px !important;
}
.btn-style::after,
.btn-style2::after,
.search-results .fusion-post-wrapper .fusion-alignleft a::after,
.category .fusion-meta-info .fusion-alignright a::after{
	content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* IMPORTANT */
	color: #fff;
}
.btn-style2::after,
.btn-style:hover::after,
.btn-style:hover span,
.search-results .fusion-post-wrapper .fusion-alignleft a:hover::after,
.category .fusion-meta-info .fusion-alignright a::after{
	color: rgba(37, 170, 225, 1) !important;
}
.btn-style2,
.category .fusion-meta-info .fusion-alignright a{
	background: transparent !important;
	color: rgba(37, 170, 225, 1) !important;
}
.btn-style2:hover,
.category .fusion-meta-info .fusion-alignright a:hover{
	background: rgba(37, 170, 225, 1) !important;
	color: #fff !important;
}
.btn-style2:hover::after,
.btn-style2.white-btn::after,
.category .fusion-meta-info .fusion-alignright a:hover::after{
	color: #fff !important;
}
.btn-style2 span{
	color: rgba(37, 170, 225, 1) !important;
}
.btn-style2:hover span{
	color: #fff !important;
}
.btn-style.white-btn {
    border: 2px solid #fff !important;
    background: #fff !important;
    color: #000 !important;
}
.btn-style.white-btn::after{
	color: #000 !important;
}
.btn-style2.white-btn,
.btn-style.white-btn:hover{
    border: 2px solid #fff !important;
    background: transparent !important;
    color: #fff !important;
}
.btn-style.white-btn:hover::after{
	color: #fff !important;
}
.btn-style2.white-btn:hover{
	 background: #fff !important;
    color: #000 !important;
}
.btn-style2.white-btn:hover:after{
	color: #000 !important;
}
.column-p0 .fusion-layout-column .fusion-column-wrapper {
    margin: 0px !important;
}
.ptb-90{
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}
.pt-90{
	padding-top: 90px !important;
}
.pb-90{
	padding-bottom: 90px !important;
}
.mt-90{
	margin-top: 90px !important;
}



/* Home Banner Code Start */
.main-banner-style .fusion-layout-column .fusion-column-wrapper {
    margin: 0px !important;
}
.slider-content-wrapper{
	display: flex;
	gap: 15px;
	align-items: center;
	height: 100%;
	z-index: 9;
	position: relative;
}
.slider-content-wrapper > div{
	width: calc((100% - 15px)/2);
}
.slider-content-wrapper .banner_content{
	margin-left: 5%;
	padding: 0 15px;
}
.slider-wrapper {
    background-size: cover !important;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
	position: relative;
	overflow: hidden;
}
.banner_img{
	margin-top: auto;
}
.icon-image1,
.icon-image2{
	position: absolute;
}
.icon-image2{
	left: 0px;
	top: 90px;
}
.icon-image1{
	left: 30%;
	top: -80px;
}
.banner_content p{
	font-size: 20px;
	margin-top: 15px !important;
	max-width: 500px;
}
.item-logo {
    padding-top: 70px;
	padding-top: 70px;
    margin-left: auto !important;
    display: block;
}
.path-box{
    background: linear-gradient(90deg, #FFD0C2 50%, rgba(255, 208, 194, 0) 100%);
    width: fit-content;
    padding: 6px 16px;
    border-left: 4px solid rgba(250, 110, 79, 1);
    font-size: 30px !important;
	margin-bottom: 30px !important;
}
.all-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.banner3 h1,
.banner3 p{
	color: #fff !important;
}
.banner3 .path-box{
	background: linear-gradient(90deg, #60FFCC 50%, rgba(255, 255, 255, 0) 100%);
	border-left: 4px solid #fff;
}

.popular_slider{
	position: relative;
}
.popular_slider .slick-track,
.spots-list .slick-track,
.spots-tag-list .slick-track,
.category-image-gallery .slick-track,
.category-travel .all-recommended-post .slick-track,
.all-related-posts .slick-track,
.all-country-post .slick-track,
.country-slider .slick-track,
.gallery-img-slider .slick-track{
	display: flex;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	position: absolute;
    width: 100%;
    bottom: 30px;
	z-index: 999;
	cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    background: transparent;
    border: 2px solid #000;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.slick-dots li.slick-active button{
	background: #000;
}
/* Home Banner Bottom Code */
.banner-bottom-btn{
	display: flex;
	align-content: center;
	justify-content: center;
	gap: 40px;
	padding: 20px 0px;
}
.banner-bottom-btn br{
	display: none;
}
.banner-bottom-btn .path-box.white-path-box {
	background: transparent;
	margin-bottom: 0px !important;
}

/* Home Map Code Start */
.map-section,
.about-content,
.newsletter-section,
.post-title-section,
.post-section,
.about-meet-section,
.about-img2-before,
.services-video-content{
	position: relative;
}
.map-section::before,
.map-section::after,
.about-content::before,
.about-content::after,
.newsletter-section::before,
.newsletter-section::after,
.post-title-section::before,
.post-section::before,
.about-meet-section::before,
.about-meet-section::after,
.travel-quest-section::after,
.contact-banner > .fusion-row::before,
.contact-banner::after,
.banner-icon1::before,
.banner-icon1::after,
.banner-img-wrap::before,
.about-img2-before::before,
.your-faith-section::before,
.image-box3-style .fusion-column-content::before,
.services-banner::before,
.services-banner::after,
.services-video-content::before,
.merge-image-wrap::before,
.fusion-builder-row-6.work-img-content2::before,
.simg-before > .fusion-column-wrapper::before,
.different-section::after,
.experiences-section::before,
.step3-section::before,
.step2-section .fusion-column-first::before,
.single-country-banner.banner-icon1 > .fusion-row::before{
	content:'';
	background-repeat: no-repeat !important;
	position: absolute;
}
.map-section::before {
    background-image: url(/wp-content/uploads/2026/03/airplane-top.png);
    background-size: contain;
    top: 35%;
    left: 0px;
    width: 165px;
    height: 117px;
}
.map-section::after{
	background-image: url(/wp-content/uploads/2026/03/airplane-right.png);
    background-size: contain;
    top: 22%;
    right: -30px;
    width: 202px;
    height: 163px;
}
.service-video-section{
	background-size: cover !important;
}
.service-video-section > .fusion-builder-row{
	display: flex;
	flex-wrap: wrap;
	gap: 50px 0;
}
.service-video-section .achieved-icon-style .fusion-image-element,
.service-video-section .achieved-icon-style > .fusion-column-wrapper{
	height: 100% !important;
}

/* 
Home About Code Start */
.about-content::before {
    background-image: url(/wp-content/uploads/2026/03/right-icon1.png);
    background-size: contain;
    top: 17%;
    right: 0px;
    width: 71px;
    height: 84px;
}
.about-content::after{
	background-image: url(/wp-content/uploads/2026/03/airplane-right.png);
    background-size: contain;
    bottom:-36px;
    right: 30px;
    width: 202px;
    height: 163px;
}
.about-content .fusion-column-wrapper{
	padding: 6% 21% 6% 12% !important;
}

.orange-title-bg{
	background-image: url('/wp-content/uploads/2026/03/Achieved_Title_BG.png');
	background-repeat: no-repeat !important;
	background-size: cover;
	padding: 15px !important;
}
.achieved-icon-style .fusion-image-element{
	display: flex;
	gap: 15px;
	align-items: center;
	padding: 20px !important;
	background: rgba(0, 59, 84, 0.14);
	border-bottom: 2px solid rgba(37, 170, 225, 1);
	backdrop-filter: blur(10px);
}
.home-about-section > .fusion-builder-row{
	display: flex !important;
	justify-content: stretch;
}
.about-image > div{
	height: 100% !important;
}


/* Slider Code */
.destinations-slider,
.testimonials-slider,
.resources-list{
	overflow: hidden;
}
.destinations-slider .slick-track,
.testimonials-slider .slick-track,
.videos-slider .slick-track,
.resources-list .slick-track{
	display: flex;
	cursor: pointer;
}
.flip-box {
    background-color: transparent;
    width: 100%;
    height: 410px;
    perspective: 1000px;
	margin: 0 15px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.flip-box-front .flip-content {
    border: 1px solid rgba(239, 225, 182, 1);
    padding: 20px 10px;
}

/* Flip on hover */
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    overflow: hidden;
}

/* BACK SIDE */
.flip-box-back {
    transform: rotateY(180deg);
	border: 1px solid rgba(37, 170, 225, 1);
    padding: 20px 12px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	gap: 15px;
}

.flip-box-front img{
	height: 280px;
	object-fit: cover;
	width: 100% !important;
}
.flip-box-back img{
	height: 184px;
	object-fit: contain;
	width: 100% !important;
}
.flip-content h2{
    font-size: 30px !important;
    font-family: 'Vujahday-Regular' !important;
}
.flip-content p{
	font-size: 14px !important;
	color: rgba(84, 90, 100, 1) !important;
	margin-bottom: 0px !important;
	height: 51px !important;
	overflow: hidden;
}
.flip-content .btn-style{
	margin: 10px auto 0px;
}
.destinations-slider button.slick-arrow,
.testimonials-slider button.slick-arrow,
.spots-list button.slick-arrow,
.category-travel .all-recommended-post button.slick-arrow{
    background: rgba(37, 170, 225, 1);
    border: 2px solid rgba(37, 170, 225, 1);
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
	position: absolute;
	right: 15px;
	top: 6px;
	cursor: pointer;
}
.destinations-slider button.slick-arrow:hover,
.testimonials-slider button.slick-arrow:hover,
.spots-list button.slick-arrow:hover,
.category-travel .all-recommended-post button.slick-arrow:hover{
	color: rgba(37, 170, 225, 1);
	background: transparent;
}
.destinations-slider button.slick-prev.slick-arrow,
.testimonials-slider button.slick-prev.slick-arrow {
    right: 90px;
}
/* .fusion-selfhosted-video video{
	height: 450px !important;
} */
/* Consulting Code Start */
.consulting-box-wrap {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 30px 45px 30px 26px;
    border-left: 8px solid #f6931d;
	margin-bottom: 30px;
}
.consulting-box-wrap:nth-child(2){
	border-left: 8px solid #24aae1;
}
.consulting-box-wrap:last-child{
	margin-bottom: 0px;
	border-left: 8px solid #f2cf59;
}
.consulting-img {
    background-color: #e9f6fc;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.consulting-text{
	width: calc(100% - 130px);
	color: rgba(77, 77, 79, 1) !important;
}
.consulting-text h3{
	margin-bottom: 10px !important;
}
.consulting-services-section{
	position: relative;
	padding-bottom: 320px !important;
}
.consulting-services-section::before{
	content:'';
	background-image: url(/wp-content/uploads/2026/03/Book-Consulting-BeforeImg.png);
	width: 667px;
	height: 236px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom:0px;
	right: 0;
}
.consulting-services-section::after{
	content:'';
	background-image: url(/wp-content/uploads/2026/03/Book-Consulting-Img.png);
	width: 760px;
    height: 915px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 60px;
}
.consulting-services-section > .fusion-builder-row > .fusion-column-first,
.about-travel-section > .fusion-builder-row > .fusion-column-last{
	width: 55% !important;
}
.consulting-services-section > .fusion-builder-row > .fusion-column-last,
.about-travel-section > .fusion-builder-row > .fusion-column-first{
	width: 45% !important;
}
.consulting-services-section > .fusion-builder-row > .fusion-column-first{
	padding-right: 10%;
}

.newsletter-section > .fusion-builder-row > .fusion-column-first,
.ft-newsletter-section .new-container .newsletter-img{
	width: 40% !important;
}
.newsletter-section > .fusion-builder-row > .fusion-column-last,
.ft-newsletter-section .new-container .newsletter-content{
	width: 60% !important;
}
.fusion-image-element:has(.newsletter-img1),
.fusion-image-element:has(.newsletter-img2),
.newsletter1,
.newsletter2{
	width: 66% !important;
}
.newsletter-img1 img,
.newsletter-img2 img,
.newsletter-img img{
	width: 100% !important;
	height: 170px !important;
	object-fit: cover;
}
.newsletter-img > div{
	border: 5px solid #fff;
	max-width: 352px;
}
.newsletter-section > .fusion-builder-row > .fusion-column-first,
.newsletter-img{
	padding: 40px 0 20px !important;
}
.fusion-image-element:has(.newsletter-img1),
.newsletter1{
	transform: translateX(120px);
    rotate: -8deg;
}
.fusion-image-element:has(.newsletter-img2),
.newsletter2{
	rotate: 6deg;
    margin-top: -25px;
}

/* Testimonial Code Start */
.testimonial-item{
	margin: 0 15px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.testimonial-item:nth-child(even){
	flex-direction: column-reverse;
}
.testimonial-box1,
.testimonial-box2{
    width: 100%;
    height: 260px;
    perspective: 1000px;
}

.testimonial-content-box{
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

/* Flip on hover */
.testimonial-box1:hover > .testimonial-content-box,
.testimonial-box2:hover > .testimonial-content-box{
    transform: rotateY(180deg);
}

.testimonial-font,
.testimonial-back{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    overflow: hidden;
}

/* BACK SIDE */
.testimonial-back{
    transform: rotateY(180deg);
}

.testimonial-img{
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
}
.testimonial-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}
.testimonial-date {
    font-size: 14px;
}
.author-details{
	position: relative;
}
.author-details svg{
	position: absolute;
	right: 0;
	bottom: 0px;
	opacity: 0.1;
}
.newsletter-form-style p br{
	display: none !important;
}
.newsletter-form-style > p {
	display: flex !important;
	gap: 15px;
	align-items: flex-start;
}
.newsletter-form-style > p > .wpcf7-form-control-wrap{
	flex:1;
}
.newsletter-form-style .wpcf7-form-control-wrap:has(input[type="email"]){
	width: calc(100% - 160px) !important;
	text-align: center !important;
}
input:not([type="submit"]):not(.adminbar-input),
textarea{
    background: rgba(255, 255, 255, 1) !important;
    border: 2px solid rgba(167, 222, 244, 1) !important;
    outline: none !important;
    border-radius: 0px !important;
    padding: 14px 20px !important;
    font-size: 16px !important;
    height: auto !important;
    color: rgba(84, 90, 100, 1) !important;
	font-weight: 400 !important;
}
input:not(input[type="submit"])::placeholder,
textarea::placeholder{
	color: rgba(84, 90, 100, 1) !important;
	font-weight: 400 !important;
}
input[type="submit"].btn-style,
#comment-submit{
	background-image: url(/wp-content/uploads/2026/03/Arrow-Right-White.png) !important;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
	background-position: right 20px center !important;
	padding-right: 44px !important;
}

input[type="submit"].btn-style:hover,
#comment-submit:hover{
	background-image: url(/wp-content/uploads/2026/03/arrow-right-blue.png) !important;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
	background-position: right 20px center !important;
}
.newsletter-section::before,
.about-meet-section::after{
    background-image: url(/wp-content/uploads/2026/03/Frame.png);
    background-size: contain;
    top: 30px;
    left: 0px;
    width: 186px;
    height: 187px;
}
.newsletter-section::after{
	background-image: url(/wp-content/uploads/2026/03/Orange_Airplan.png);
    background-size: contain;
    bottom: 0;
    left: 35%;
    width:170px;
    height: 123px;
}
.newsletter-section > .fusion-builder-row {
	display: flex;
	align-items: center;
}
.ft-newsletter-section{
	background-color: #cff1ff;
	padding: 40px 0;
}
.ft-newsletter-section .new-container{
    display: flex;
    align-items: center;
    gap: 30px;
	z-index: 9;
	position: relative;
}
.ft-newsletter-section .newsletter-content > p {
    max-width: 550px;
    margin-bottom: 35px;
}

/* YouTube Code Start */
.video-item,
.resource-wrapper,
.country-item{
	margin: 0px 15px;
}
.video-item-inner {
    position: relative !important;
	height: 500px;
}
.video-item-inner::before{
	content:'';
	position: absolute;
	right: 15px;
	top: 15px;
	background-image: url(/wp-content/uploads/2026/03/Video-Logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 56px;
	height: 56px;
}
.video-item-inner > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-item-inner .video-content {
    left: 0px;
    bottom: 0px;
    top: unset;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

/* Post Code Start */
/* .resources-list{
	display: flex;
	gap: 30px;
	justify-content: space-between;
	padding-top: 30px !important;
}
.resources-list > div{
	width: calc((100% - 60px)/3);
} */
.resource-wrapper img,
.category #posts-container > .fusion-posts-container > article .fusion-image-wrapper img{
	height: 240px !important;
	width: 100% !important;
	object-fit: cover;
}
.tit-blg,
.category #posts-container > .fusion-posts-container > article h2{
    font-size: 28px !important;
	margin-top: 15px !important;
	margin-bottom: 0px !important;
	font-weight: 500 !important;
	font-family: 'Inter' !important;
}
.resources-text,
.category #posts-container > .fusion-posts-container > article p{
    color: rgba(84, 90, 100, 1);
    margin: 15px 0 !important;
}
.read-all-btn > .fusion-column-wrapper{
    display: flex !important;
    align-items: flex-end;
    justify-content: end;
}
#sbi_images,
#sb_instagram{
	padding: 0px !important;
}
.post-title-section::before{
	background-image: url(/wp-content/uploads/2026/03/Orange-Airplane-Icon.png);
	background-size: contain;
	top: -30px;
	right: 0px;
	width: 135px;
	height: 50px;
}
.post-section::before{
	background-image: url(/wp-content/uploads/2026/03/Blue-Airplane-Icon.png);
	background-size: contain;
	bottom: 30px;
	left: -30px;
	width: 200px;
	height: 167px;
}

#Jamaica_2_{
	overflow: visible !important;
	margin-top: 60px;
}
.hidden-image {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
	outline: none !important;
}
.hidden-image.show {
  visibility: visible;
  opacity: 1;
}
.map-text{
	cursor: pointer;
}
/* Inner Page Banner */
.inner-page-banner{
	min-height: 620px !important;
	background-size: cover !important;
	display: flex !important;
	align-items: center !important;
}
.about-img3,
.new-about-img3{
	position: relative;
}
.about-img3 img{
	border: 10px solid #fff !important;
	display: block;
	margin-left: auto;
}

.about-img3 img:nth-child(2){
	border: 10px solid rgba(250, 110, 79, 0.2) !important;
}
.about-img3 img:first-child,
.about-img3 img:nth-child(2),
.new-about-img3 .fusion-image-element:first-child,
.new-about-img3 .fusion-image-element:nth-child(2){
	width: 50%;
	display: inline-block !important;
}
.about-img3 img:first-child,
.new-about-img3 .fusion-image-element:first-child{
    transform: translateY(14%);
    rotate: -5deg;
}
.about-img3 img:nth-child(3),
.new-about-img3 .fusion-image-element:nth-child(3){
    transform: rotate(5deg);
    margin-right: 20px;
}
.new-about-img3 .fusion-image-element:nth-child(2){
	z-index: -1;
	position: relative !important;
}
/* About Meet Section Code */
.about-meet-section::before{
	background-image: url('/wp-content/uploads/2026/03/About_Page_Before1.png');
	width: 480px;
    height: 232px;
    bottom: 0px;
    right: 27%;
    background-size: contain;
}
.about-meet-section::after {
    top: -32px;
    filter: grayscale(1);
    opacity: 0.6;
    left: 50%;
    transform: translateX(-50%);
}
.counter-box-style{
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: -40px !important;
}
/* About Travel Section */
.travel-quest-section{
	position: relative;
	background-position: left 300px top !important;
}
.travel-quest-section::before {
    content: '';
    position: absolute;
    bottom: 90px;
    right: 0px;
    width: 35%;
    height: 65%;
    background: rgba(0, 0, 0, 0.03);
}
.counter-box-style .fusion-counter-box{
	width: 300px !important;
    margin: 0px !important;
    padding: 0px !important;
}
.counter-box-style .fusion-counter-box .counter-box-container{
	border: 11.19px solid rgba(255, 255, 255, 1) !important;
	padding: 25px 10px !important;
	background: rgba(246, 243, 255, 1);
	box-shadow: 0px 26.86px 111.93px 0px rgba(172, 172, 172, 0.25);
}
.counter-box-style .fusion-counter-box:nth-child(1) .counter-box-container{
	background: rgba(238, 242, 255, 1);
}
.counter-box-style .fusion-counter-box:nth-child(2) .counter-box-container{
	background: rgba(227, 247, 255, 1);
}
.counter-box-style .fusion-counter-box:nth-child(3) .counter-box-container{
	background: rgba(255, 246, 218, 1);
}

.counter-box-style .content-box-percentage.content-box-counter,
.map-counter-box-style .content-box-percentage.content-box-counter{
    font-family: Marcellus !important;
	position: relative;
}
.counter-box-style .fusion-counter-box:nth-child(-n+3) .content-box-percentage.content-box-counter::after,
.map-counter-box-style .fusion-counter-box:nth-child(2) .content-box-percentage.content-box-counter::after{
	content:'+';
}
.counter-box-style .counter-box-content,
.map-counter-box-style .counter-box-content{
    font-size: 20px !important;
    margin-top: 10px !important;
}
.counter-box-style .fusion-counter-box:nth-child(1) {
    margin-left: 16% !important;
}
.counter-box-style .fusion-counter-box:nth-child(2){
	margin-left: auto !important;
	transform: rotate(9deg);
	z-index: 99;
}
.counter-box-style .fusion-counter-box:nth-child(3){
	transform: rotate(-18deg);
	z-index: 9;
}
.counter-box-style .fusion-counter-box:nth-child(4){
	margin-left: auto !important;
	transform: translateY(-54px);
}
.travel-quest-section::after{
	background-image: url('/wp-content/uploads/2026/03/About_Before3.png');
	width: 850px;
    height: 320px;
    bottom: 90px;
    right: 0;
    background-size: contain;
}
/* AboutExplore Section */
.about-explore-section .fusion-builder-row > .fusion-column-first{
	width: 30% !important;
}
.pl-0 > .fusion-column-wrapper{
	padding-left: 0px !important;
	padding-right: 20px !important;
}
.about-explore-section .fusion-builder-row > .fusion-one-half{
	width: 45% !important;
}
.about-explore-section .fusion-builder-row > .fusion-one-sixth {
   width:25% !important;
}
.explore-image2 .fusion-image-element.in-legacy-container:first-child{
    transform: rotate(-9deg);
	margin-right: 50px !important;
	position: relative !important;
}
.explore-image2 .fusion-image-element.in-legacy-container:first-child::before{
	content: '';
	position: absolute;
	right: -44px;
	top: -22px;
	background-image: url(/wp-content/uploads/2026/03/About_Image_Title_Bg-1.png);
	width: 170px;
	height: 90px;
	background-repeat: no-repeat;
	z-index: 9;
	transform: rotate(20deg);
}
.explore-image2 > .fusion-column-wrapper {
    padding-right: 35px !important;
}

/* We Dont Sell Code */
/* =========================
   TIMELINE WRAPPER
========================= */
.timeline {
	position: relative;
}

/* Base grey spine */
.timeline::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 6px;
	height: 100%;
	background: rgba(255, 204, 192, 1);
	z-index: -1;
	opacity: 0.5;
}

/* Progress spine (filled on scroll) */
.timeline-progress {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 6px;
	height: 0%;
	background: rgba(250, 110, 79, 1);
	transition: height 0.8s ease-in-out;
	z-index: -1;
}

/* =========================
   STEP BASE
========================= */
.icon {
    width: 30px;
    height: 30px;
    border: 7px solid rgba(250, 110, 79, 1);
	background: rgba(253, 243, 209, 1);
    border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: transform 250ms ease-out, filter 250ms ease-out;
}
.step {
	position: relative;
	display: flex;
	align-items: center;
	margin:-150px 0;
}
.step:first-child{
	margin-top: 0px !important;
}
.step.step-last{
	margin-bottom: 0px !important;
}

.step.last {
	margin-bottom: 0;
}

/* =========================
   TEXT DEFAULT (INACTIVE)
========================= */
.step-label{
	margin-bottom: 15px !important;
	font-size: 28px;
	color: rgba(247, 148, 30, 1);
	font-weight: 500 !important;
	display: block;
}

.step ul{
	margin: 0;
	padding-left: 0px;
	font-size: 14px !important;
	color: rgba(84, 90, 100, 1);
}
.step ul li{
	list-style: none;
	padding-left: 22px;
	position: relative;
	margin-bottom: 10px;
}
.step ul li:last-child{
	margin-bottom: 0px;
}
.step ul li::before{
	content:'';
	width: 10px;
	height: 10px;
	background-color: rgba(84, 90, 100, 1);
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translatey(-50%);
}

/* =========================
   LEFT / RIGHT ALIGNMENT
========================= */
.step .content {
    display: flex;
    align-items: center;
    gap: 50px;
	z-index:9;
}
.step .content-box{
	width: calc(60% - 50px);
}
.step .content-img{
	width: 40%;
}
.step.right {
	justify-content: flex-start;
	padding-left: 50%;
}

.step.right .content {
	margin-left: 35px;
	text-align: left;
}

.step.left {
	justify-content: flex-end;
	padding-right: 50%;
}

.step.left .content {
	margin-right: 30px;
	text-align: left;
	flex-direction: row-reverse;
}
.step .content-img img{
	border: 10px solid rgba(246, 222, 217, 1);
}

.img-19 img:first-child{
	transform: rotate(5deg);
}
.img-19 img:last-child{
	transform: translate(-3px, -30px);
	rotate: -5deg;
	z-index: -1;
	position: relative;
}
.img-20 img:first-child{
	transform: translateY(8px);
	margin-left: 18px;
	rotate: -8deg;
}
.img-21 img:first-child{
    transform: translateY(30px);
    margin-left: auto;
    display: block;
    rotate: -6deg;
}
.img-22 img:last-child{
    transform: translateY(-29px);
    z-index: -1;
    position: relative;
    rotate: -6deg;
    margin-left: 18px;
}
.img-23 img:first-child{
	transform: rotate(6deg);
}
.img-23 img:last-child{
    transform: translateY(-31px);
    rotate: -6deg;
    position: relative;
    z-index: -1;
}
.img-24 img:last-child{
    transform: translateY(-20px);
    rotate: -7deg;
    position: relative;
    z-index: -1;
    margin-left: 28px;
}
.img-25 img:last-child{
    transform: translateY(-20px);
    rotate: -7deg;
    position: relative;
    z-index: -1;
    margin-right: 28px;
}

/* Gallery Code Start */
.about-gallery-section{
	background-position: top 30px right !important;
}
.awb-gallery-wrapper .about-gallery-style,
.awb-gallery-wrapper .about-gallery2-style{
    display: flex !important;
    flex-wrap: nowrap !important;
    height: auto !important;
}
.awb-gallery-wrapper .about-gallery-style{
	align-items: flex-end;
	padding-top: 70px !important;
}
.awb-gallery-wrapper .about-gallery2-style{
	align-items: flex-start;
	margin-top: 5px !important;
}
.about-gallery-style > .fusion-gallery-column:not(:last-child),
.awb-gallery-wrapper .about-gallery2-style > .fusion-gallery-column{
	position: relative !important;
	left: unset !important;
	top: unset !important;
	height: auto !important;
}
.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(1){
	width: 15.6% !important;
}

.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(1) img,
.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:last-child img{
	height: 109px !important;
}
.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(2){
	width: 13.9% !important;
}
.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(2) img{
	height: 233px !important;
}
.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(3) {
    width: 17.3% !important;
    margin-bottom: auto !important;
    top: -75px !important;
}
.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(3) img{
	height: 258px !important;
}
.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(4){
	width: 18.9% !important;
}
.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(4) img{
	height: 302px !important;
}
.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(5){
	width: 20.7% !important;
}
.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(5) img{
	height: 233px !important;
}
.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(6){
	width: 21.5% !important;
}
.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(6) img{
	height: 164px !important;
}
.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column img{
	object-fit: cover !important;
}
.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:last-child {
    left: 27.5% !important;
    top: unset !important;
    width: 15.9% !important;
    bottom: 0 !important;
    height: fit-content !important;
}
.about-gallery-style .awb-imageframe-caption-title,
.about-gallery2-style .awb-imageframe-caption-title {
	--fill-primary: greenyellow;
	padding: 8% 14%;
	font-size: 14px !important;
	background-color: var(--fill-primary);
    mask-image: url('data:image/svg+xml,<svg width="131" height="61" viewBox="0 0 131 61" fill="var(--fill-primary)" xmlns="http://www.w3.org/2000/svg"><path d="M126.967 19.2588C126.805 19.4201 126.644 19.5814 126.402 19.3394C126.241 19.1781 125.999 19.0974 125.757 19.0168C125.595 18.9361 125.515 18.9361 125.353 19.0168C124.95 19.2588 124.547 19.3394 124.224 19.2588C123.659 19.1781 123.176 19.4201 122.692 19.6621C122.45 19.7428 122.288 19.8234 122.046 19.9041C121.966 19.9041 121.885 19.8234 121.804 19.7428C121.643 19.2588 121.32 19.1781 120.998 19.2588C120.675 19.2588 120.352 19.3394 120.11 19.5814C120.03 19.6621 119.949 19.8234 119.949 19.8234C120.11 20.3074 119.949 20.8721 120.272 21.1947C120.514 21.4367 120.433 21.8401 120.433 22.2434C120.433 22.4854 120.11 22.6467 120.03 22.4854C119.868 22.2434 119.626 21.9207 119.465 21.6787C119.384 20.9527 118.981 21.1947 118.658 21.0334C117.932 20.7914 117.287 20.9527 116.561 21.1947C116.319 21.2754 116.158 21.4367 115.996 21.5981C115.835 21.7594 115.674 21.9207 115.512 22.2434C115.432 22.566 115.27 22.808 115.19 23.05C115.109 23.4534 114.948 23.776 114.786 24.018C114.625 24.1793 114.544 24.3407 114.544 24.6633C114.544 25.228 114.383 25.6313 114.141 26.0346C113.98 26.438 114.06 26.68 114.383 26.922C114.544 27.0026 114.706 27.0026 114.786 27.1639C115.109 27.7286 115.674 28.0513 116.077 28.3739C116.158 29.0192 116.319 29.5839 116.4 30.1486C116.48 30.5519 116.48 30.9552 116.4 31.2779C116.238 31.8425 116.319 32.2458 116.4 32.8105C116.48 33.0525 116.4 33.2945 116.561 33.6171C116.884 33.8591 117.287 33.7785 117.69 33.9398C118.013 34.0205 118.416 34.1011 118.739 34.1011C118.981 34.1011 119.223 34.1818 119.384 34.5851C119.384 34.6658 119.465 34.6658 119.465 34.7465C119.707 34.9885 120.03 35.1498 120.191 35.5531C120.352 35.9564 120.594 36.2791 120.675 36.6824C120.836 37.2471 121.078 37.6504 121.159 38.2957C121.159 38.6184 121.24 38.8604 121.24 39.2637C121.24 39.5057 121.32 39.5864 121.401 39.667C121.562 39.909 121.562 40.0704 121.401 40.3124C121.32 40.393 121.32 40.4737 121.24 40.5543C121.078 40.7157 121.078 40.9577 121.078 41.2803C121.078 41.845 120.917 42.1676 120.594 42.2483C120.433 42.329 120.272 42.2483 120.11 42.2483C119.868 42.2483 119.626 42.2483 119.465 42.4903C119.223 42.8936 119.062 43.297 119.142 43.9423C118.739 44.0229 118.336 44.0229 118.013 44.1843C117.852 44.2649 117.771 44.5069 117.61 44.6683C117.69 45.2329 117.448 45.4749 117.126 45.5556C116.964 45.6362 116.884 45.7976 116.803 46.1202C116.722 46.5236 116.803 46.7656 117.045 46.8462C117.287 46.9269 117.529 47.0882 117.61 47.4915C117.61 47.5722 117.69 47.7335 117.771 47.8142C117.932 48.0562 118.255 47.9755 118.255 48.3789C118.336 48.7822 118.416 49.1048 118.578 49.4275C118.336 49.9922 118.82 50.2341 118.9 50.5568C118.739 51.2021 118.578 51.7668 118.416 52.4121C118.336 52.7348 118.174 52.9768 117.932 52.9768C117.206 52.9768 116.48 53.3801 115.754 53.5414C115.674 53.5414 115.593 53.7027 115.593 53.7834C115.512 53.8641 115.674 54.1061 115.835 54.1867C115.996 54.2674 116.158 54.3481 116.319 54.3481C116.561 54.3481 116.722 54.3481 116.964 54.4287C116.964 54.4287 117.045 54.5094 117.045 54.5901C117.045 54.6707 117.045 54.6707 116.964 54.7514C116.803 54.9127 116.642 54.9934 116.48 54.9934C115.593 54.9934 114.706 54.9934 113.818 54.9934C113.496 54.9934 113.254 55.1547 113.012 55.4774V55.3967H113.092C113.012 55.7194 113.012 56.1227 112.608 56.2034C112.286 56.2034 112.205 56.2034 112.286 55.7194C112.286 55.6387 112.366 55.4774 112.366 55.3967C112.366 55.2354 112.286 55.1547 112.205 55.1547C111.802 55.074 111.479 55.2354 111.237 55.558C111.237 55.558 111.237 55.8 111.318 55.8807C111.398 56.042 111.398 56.284 111.237 56.3647C110.914 56.6067 110.592 56.768 110.35 56.9293C109.946 56.768 109.704 56.4454 109.462 56.042C109.301 55.8 108.898 55.8807 108.736 56.1227C108.575 56.3647 108.414 56.6067 108.333 56.8487C108.333 56.9293 108.333 57.0907 108.333 57.1713C108.494 57.736 108.736 58.3006 108.898 58.7846C109.22 59.1073 109.543 59.1073 109.866 59.1073C110.35 59.0266 110.834 59.188 111.237 59.672C110.753 59.672 110.35 59.7526 109.866 59.7526C109.462 59.7526 108.978 59.7526 108.575 59.9139C108.172 59.9946 107.768 59.8333 107.446 59.672C107.446 59.43 107.768 59.3493 107.526 59.0266C107.284 58.704 107.123 58.3006 106.962 57.978C106.881 57.978 106.881 57.8973 106.8 57.8973C105.026 57.736 103.171 57.736 101.396 57.8973C101.154 57.8973 100.993 58.0587 100.912 58.462C100.831 58.946 100.589 59.0266 100.347 59.0266C99.8633 59.0266 99.3793 59.0266 98.8953 59.0266C98.6533 59.0266 98.4113 59.188 98.1693 59.43C98.0887 59.5913 97.8467 59.672 97.6853 59.672C97.282 59.7526 96.798 59.7526 96.3947 59.7526C96.1527 59.7526 95.8301 59.8333 95.5881 59.8333C95.4267 59.8333 95.2654 60.0753 95.1847 60.3173C95.0234 60.8013 94.8621 60.9626 94.6201 60.8013C94.2168 60.5593 93.7328 60.5593 93.3294 60.6399C92.7648 60.7206 92.2001 60.6399 91.6355 60.8013C91.2321 60.9626 90.8288 60.7206 90.3448 60.5593C89.5382 60.1559 88.7315 59.9139 87.9249 59.8333C86.1503 59.672 84.295 59.7526 82.5203 59.7526C81.391 59.7526 80.3424 59.7526 79.2131 59.7526C79.1324 59.43 79.0517 59.2686 78.9711 59.0266C78.9711 58.946 79.0517 58.7846 79.0517 58.7846C79.6164 58.7846 80.181 58.7846 80.7457 58.7846C81.2297 58.7846 81.7137 58.704 82.1977 58.704C82.2783 58.704 82.2783 58.5426 82.359 58.5426L82.2783 58.462C81.9557 58.3813 81.633 58.3006 81.391 58.3006C79.2937 58.3006 77.2771 58.3006 75.1798 58.3006C74.7765 58.3006 74.2925 58.3006 73.8892 58.3006C73.0018 58.3813 72.1145 58.3813 71.2272 58.3006C70.9852 58.3006 70.8239 58.3813 70.5819 58.3813L70.5012 58.462C70.5819 58.5426 70.5819 58.6233 70.6626 58.704C71.0659 58.946 71.4692 58.704 71.8725 58.7846C72.3565 58.8653 72.9212 58.5426 73.4052 58.8653L73.4858 58.946C73.4858 59.0266 73.4858 59.1073 73.4052 59.1073C73.1632 59.188 72.9212 59.2686 72.5179 59.3493C72.9212 59.43 73.2438 59.43 73.4858 59.43C73.7278 59.43 73.8892 59.3493 74.0505 59.1073C74.2925 58.704 74.6152 58.7846 74.8571 59.1073L74.7765 59.188V59.1073C75.0185 59.0266 75.1798 58.946 75.4218 58.946C75.5831 58.946 75.7445 59.0266 75.9058 59.188C75.8251 59.188 75.7445 59.2686 75.6638 59.2686V59.3493C75.7445 59.2686 75.7445 59.188 75.8251 59.1073C75.9058 59.1073 75.9865 59.1073 76.0671 59.1073V59.188L75.9865 59.1073C76.0671 59.0266 76.1478 58.8653 76.1478 58.8653C76.7931 58.704 77.4384 58.704 78.0837 58.8653C78.2451 58.8653 78.3257 59.188 78.2451 59.5106C78.2451 59.5913 78.0837 59.7526 78.0837 59.672C77.9224 59.5106 77.6804 59.2686 77.5191 59.672C77.2771 59.7526 77.0351 59.8333 76.7124 59.8333C75.8251 59.8333 74.9378 59.7526 74.0505 59.7526C73.3245 59.7526 72.5179 59.7526 71.7919 59.8333C71.6305 59.8333 71.4692 59.7526 71.4692 59.672C71.3079 59.0266 70.9852 59.188 70.7432 59.188C70.6626 59.188 70.5012 59.2686 70.5012 59.2686C70.3399 59.7526 70.0979 59.7526 69.8559 59.7526C69.0493 59.7526 68.1619 59.7526 67.3553 59.7526C65.3387 59.7526 63.322 59.7526 61.3054 59.7526C60.8214 59.7526 60.3374 59.7526 59.9341 59.2686C59.7728 59.1073 59.6115 59.188 59.4501 59.188C59.3695 59.188 59.2888 59.2686 59.2081 59.2686C59.2888 59.3493 59.3695 59.43 59.4501 59.43C59.4501 59.43 59.4501 59.5106 59.5308 59.5913C58.5628 59.7526 57.5142 59.672 56.5462 59.672C55.8202 59.672 55.1749 59.5913 54.4489 59.672C54.0456 59.672 53.6422 59.7526 53.3196 59.2686C53.2389 59.1073 53.0776 59.2686 52.9969 59.3493C52.8356 59.5106 52.7549 59.672 52.5129 59.672C50.9803 59.672 49.4477 59.672 47.915 59.672C46.7857 59.672 45.6564 59.672 44.5271 59.7526C43.9624 59.8333 43.4785 59.7526 42.9945 59.43C42.9138 59.3493 42.7525 59.2686 42.5911 59.43C42.5105 59.5913 42.5105 59.7526 42.4298 59.9946C41.4618 60.0753 40.4132 60.0753 39.4452 60.1559C38.9612 60.1559 38.4772 60.0753 38.0739 59.672C37.9126 59.5106 37.6706 59.5106 37.4286 59.43C37.3479 59.672 37.5092 59.9946 37.2672 60.0753C37.0252 60.0753 36.8639 60.1559 36.6219 60.1559C34.6053 60.2366 32.6693 60.4786 30.6527 60.3979C30.4107 60.3979 30.0881 60.3979 29.8461 60.4786C29.0394 60.6399 28.2328 60.6399 27.5068 60.6399C27.1841 60.6399 26.8615 60.6399 26.6195 60.7206C25.8128 61.0433 25.0062 60.8819 24.1188 60.5593C24.1188 60.2366 24.1995 59.9139 24.2802 59.672V59.7526L24.1995 59.5106C24.1188 59.43 23.9575 59.2686 23.8768 59.2686C23.4735 59.188 22.9895 59.1073 22.5862 59.1073C22.1829 59.188 21.6989 59.188 21.2956 58.946C21.1342 58.8653 20.8922 58.8653 20.6502 58.8653C20.1663 58.8653 19.6823 58.8653 19.1983 58.8653C19.0369 58.8653 18.8756 58.946 18.7143 59.1073C18.2303 59.7526 17.6656 59.7526 17.101 59.43C16.7783 59.2686 16.5363 59.0266 16.2943 58.8653C16.0523 58.7846 15.8103 58.7846 15.649 59.0266C15.4877 59.2686 15.3264 59.43 15.0844 59.43C14.923 59.43 14.8424 59.43 14.681 59.43C14.2777 59.3493 13.8744 59.2686 13.4711 59.2686C13.1484 59.2686 12.7451 59.3493 12.4224 59.43C12.1804 59.43 11.8578 59.43 11.6158 59.3493C10.3251 59.1073 9.03448 59.1073 7.82451 59.188C7.50185 59.188 7.17919 59.2686 7.01786 59.672C6.37254 59.9946 5.80788 60.3979 5.16256 59.8333C5.00123 59.672 4.75924 59.5913 4.51724 59.5106C4.27525 59.43 4.11392 59.5106 3.95259 59.7526C3.54926 60.3173 3.06527 60.6399 2.58128 60.6399C2.25862 60.6399 1.8553 60.5593 1.77463 59.9139C1.77463 59.7526 1.6133 59.5913 1.53264 59.5106C1.37131 59.3493 1.20998 59.2686 1.04865 59.2686C0.80665 59.2686 0.725985 59.5106 0.725985 59.7526C0.725985 59.8333 0.64532 59.9946 0.564655 60.0753C0.48399 60.2366 0.32266 60.2366 0.241995 60.0753C0.080665 59.8333 0 59.5106 0 59.188C0 58.8653 0.080665 58.5426 0.32266 58.462C0.564655 58.3813 0.725985 58.3006 0.96798 58.22C0.96798 57.978 0.80665 57.978 0.725985 57.978C0.564655 57.8973 0.403325 57.8167 0.241995 57.736C0.16133 57.6553 0.080665 57.4133 0.080665 57.252C0.16133 56.9293 0.32266 56.6873 0.403325 56.3647C0.403325 56.284 0.48399 56.1227 0.48399 56.042C0.241995 55.316 0.64532 55.1547 0.96798 54.8321C1.04865 54.7514 1.04865 54.5901 1.04865 54.5094C1.04865 54.3481 0.96798 54.2674 0.96798 54.1061C1.20998 53.2188 1.45197 52.3314 2.01663 51.7668C2.66195 51.0408 3.30727 50.3148 4.11392 49.6695C4.59791 49.2662 5.0819 49.1048 5.56589 48.7015C6.29187 48.4595 7.01786 48.0562 7.66318 47.5722C7.90517 47.4109 8.22783 47.4109 8.55049 47.3302C8.79249 47.0882 8.95382 46.6849 9.11515 46.3622C9.43781 45.7976 9.59914 45.1523 10.0831 44.7489C10.2445 44.6683 10.2445 44.3456 10.4058 44.1036C10.3251 43.9423 10.2445 43.7809 10.1638 43.6196C10.0025 43.297 10.0831 43.1356 10.3251 43.055C10.4865 42.9743 10.6478 42.9743 10.8091 42.8936C11.0511 42.7323 11.2124 42.087 11.0511 41.7643C10.9704 41.6837 10.8898 41.603 10.8091 41.5223C10.4058 41.361 10.0831 41.5223 9.84113 42.087C9.35714 42.1676 8.79249 42.2483 8.3085 42.1676C7.66318 42.087 7.09852 42.1676 6.53387 42.4903C5.96921 42.813 5.32389 43.055 4.75924 42.8936C4.35591 42.813 3.95259 43.055 3.62993 43.1356C3.38793 43.1356 3.06527 42.8936 2.98461 42.571C2.82328 41.9256 2.82328 41.0383 2.82328 40.151C2.82328 39.9897 2.82328 39.909 2.82328 39.7477C2.82328 38.4571 3.06527 37.3277 3.62993 36.3598C3.71059 36.2791 3.71059 36.1178 3.79126 36.0371C4.03325 35.5531 4.03325 34.9078 4.35591 34.5851C4.67857 34.2625 5.00123 33.8591 5.24323 33.5365C5.32389 33.3752 5.48522 33.2945 5.56589 33.2138C5.64655 33.0525 5.96921 32.7298 6.29187 32.3265C6.53387 31.9232 6.61453 31.4392 6.85653 31.0359C6.93719 30.7939 7.09852 30.5519 7.25985 30.2292C7.42118 29.8259 7.58251 29.5032 7.74384 29.0999C7.98584 28.3739 8.22783 27.7286 8.63116 27.2446C8.71182 27.1639 8.71182 27.0026 8.79249 26.922C8.87315 26.68 8.87315 26.5186 8.79249 26.2766C8.55049 25.8733 8.63116 25.7926 8.87315 25.6313C9.03448 25.5506 9.11515 25.5506 9.27648 25.47C9.35714 25.3893 9.35714 25.228 9.35714 25.1473C9.35714 25.0667 9.27648 24.9053 9.19581 24.9053C9.11515 24.8247 9.03448 24.8247 8.95382 24.8247C8.3085 25.3087 7.58251 25.228 6.85653 25.228C6.37254 25.228 5.96921 25.3087 5.64655 25.6313C5.48522 25.7926 5.16256 25.5506 5.0819 25.3087C4.8399 24.502 4.67857 23.6147 4.75924 22.7274C4.8399 21.5174 4.92057 20.5494 5.0819 19.4201C5.00123 19.2588 4.92057 18.9361 4.75924 18.6941C4.8399 18.5328 4.92057 18.3715 5.00123 18.2101C5.16256 17.9681 5.16256 17.8068 5.16256 17.4841C5.0819 17.2422 5.16256 17.0002 5.24323 16.7582C5.32389 16.4355 5.24323 16.1128 5.24323 15.8708C5.32389 15.6288 5.48522 15.3869 5.64655 15.2255C5.88855 14.9835 6.04988 14.7415 5.96921 14.2575C6.21121 13.3702 6.37254 12.4022 6.93719 11.8376C7.17919 11.5956 7.34052 11.1923 7.58251 10.7889C7.82451 10.4663 7.98584 10.1436 8.38916 10.1436C8.71182 10.063 8.95382 9.90163 9.27648 9.65964C9.9218 9.09498 10.6478 8.69166 11.3738 8.53033C11.5351 8.53033 11.6158 8.44966 11.7771 8.369C12.3417 8.04634 12.9871 7.96567 13.5517 8.369C13.7131 8.44966 13.8744 8.53033 14.0357 8.53033C14.439 8.53033 14.923 8.53033 15.2457 9.01432C15.3264 9.17565 15.5684 9.17565 15.7297 9.17565C15.9717 9.17565 16.2943 9.17565 16.5363 9.17565C17.9883 9.17565 19.4403 9.17565 20.8922 9.25631C21.4569 9.25631 21.9409 9.01432 22.4249 9.17565C22.9089 9.33698 23.3929 9.17565 23.8768 9.33698C24.3608 9.41764 24.8448 9.25631 25.3288 9.33698C26.9421 9.57897 28.5554 9.25631 30.1687 9.25631C30.814 9.25631 31.4594 9.09498 32.1047 9.17565C32.508 9.17565 32.75 8.93365 32.992 8.61099C33.476 8.61099 33.8793 8.69166 34.3633 8.69166C35.4926 8.69166 36.6219 8.77232 37.7512 8.77232C38.5579 8.77232 39.3645 8.69166 40.0905 8.77232C40.5745 8.77232 41.1392 8.61099 41.6232 8.69166C42.1071 8.77232 42.6718 8.69166 43.2365 8.69166C43.8011 8.69166 44.3658 8.77232 44.9304 8.77232C45.4951 8.77232 46.0597 8.69166 46.6244 8.77232C47.1084 8.85299 47.673 8.61099 48.157 8.77232C48.641 8.93365 49.2057 8.77232 49.6897 8.77232C49.9317 8.77232 50.2543 8.77232 50.4963 8.69166C50.819 8.61099 51.061 8.61099 51.3836 8.69166C51.6256 8.77232 51.8676 8.77232 52.1903 8.61099C52.3516 8.53033 52.5129 8.53033 52.6743 8.61099C53.3196 8.77232 53.8842 8.77232 54.5296 8.61099C55.0942 8.44966 55.6589 8.69166 56.2235 8.44966C56.3042 8.369 56.4655 8.53033 56.6268 8.53033C56.7882 8.53033 56.8688 8.61099 57.0302 8.61099C57.4335 8.53033 57.8368 8.369 58.1595 8.44966C58.5628 8.53033 58.9661 8.69166 59.3695 8.61099C59.7728 8.53033 60.1761 8.53033 60.5794 8.53033C60.9021 8.53033 61.2248 8.53033 61.4667 8.61099C62.1927 8.61099 62.8381 8.69166 63.564 8.69166C64.4514 8.69166 65.3387 8.69166 66.226 8.69166C68.4846 8.77232 70.7432 8.77232 72.9212 8.61099C73.8892 8.53033 74.9378 8.28833 75.9058 8.127C75.9058 8.04634 75.9058 7.96567 75.8251 7.96567C75.8251 7.96567 75.7445 7.88501 75.6638 7.88501C74.2925 7.80434 72.8405 7.80434 71.4692 7.72368C71.3885 7.72368 71.3885 7.72368 71.2272 7.64301C72.1145 7.48168 72.9212 7.48168 73.7278 7.48168C75.2605 7.48168 76.7124 7.56235 78.2451 7.56235C80.1004 7.56235 81.9557 7.56235 83.811 7.32035C83.9723 7.32035 84.053 7.15902 84.053 6.99769C84.053 6.83636 83.9723 6.59437 83.8916 6.5137C83.811 6.35237 83.6496 6.35237 83.569 6.27171C83.1656 6.19104 82.6817 6.19104 82.2783 6.11038C82.1977 5.94905 82.1977 5.86838 82.2783 5.78772C82.359 5.70705 82.4397 5.78772 82.5203 5.78772C82.6817 5.78772 82.9237 5.94905 83.0043 5.86838C83.569 5.54572 84.1336 5.54572 84.6983 5.54572C85.9889 5.54572 87.2796 5.46506 88.4895 5.46506C89.0542 5.46506 89.6189 5.46506 90.1835 5.30373C90.5868 5.22306 90.9902 5.22306 91.3935 5.1424C91.6355 5.1424 91.7968 5.22306 91.9581 5.46506L92.0388 5.70705V5.62639C92.2001 5.70705 92.3615 5.78772 92.5228 5.78772C93.1681 5.78772 93.7328 5.70705 94.3781 5.62639C95.0234 5.54572 95.6687 5.38439 96.314 5.22306C96.3947 5.22306 96.4754 5.1424 96.556 5.06173C96.6367 4.98107 96.6367 4.81974 96.6367 4.73907L96.556 4.6584C95.9914 4.41641 95.3461 4.41641 94.7007 4.41641C94.2974 4.41641 93.8941 4.49708 93.4908 4.49708C93.2488 4.49708 93.0874 4.49708 92.8454 4.33575C92.6035 4.09375 92.2808 4.09375 91.9581 4.17442C91.6355 4.17442 91.3128 4.25508 91.0708 4.17442C90.3448 4.09375 89.6995 4.09375 89.0542 4.09375C87.7635 4.09375 86.3923 4.01309 84.9403 3.93242C85.5049 3.69042 85.9889 3.85175 86.3922 3.85175C88.5702 3.77109 90.7482 3.77109 93.0068 3.85175C93.8134 3.85175 94.6201 3.85176 95.3461 3.52909C95.7494 3.36776 96.1527 3.44843 96.556 3.36776C96.7174 3.36776 96.8787 3.36776 97.04 3.12577C96.9594 3.0451 96.8787 2.96444 96.8787 2.96444C96.314 2.88377 95.8301 2.88377 95.2654 2.80311C93.7328 2.72244 92.2808 2.72244 90.7482 2.72244C89.9415 2.72244 89.0542 2.72244 88.2475 2.72244C86.5536 2.72244 84.8596 2.72244 83.085 2.72244C82.2783 2.72244 81.391 2.72244 80.5844 2.72244C78.8904 2.72244 77.1964 2.80311 75.4218 2.80311C74.6152 2.80311 73.7278 2.88377 72.9212 2.56111C72.7599 2.48045 72.6792 2.48045 72.5179 2.48045C71.3885 2.48045 70.3399 2.48045 69.2106 2.48045C68.9686 2.48045 68.6459 2.48045 68.4039 2.56111C66.952 2.96444 65.4193 2.72244 63.9674 2.64178C63.564 2.39978 63.1607 2.72244 62.7574 2.56111C62.3541 2.39978 62.0314 2.64178 61.7087 2.72244C61.3861 2.80311 61.0634 2.72244 60.8214 2.72244C60.7408 2.72244 60.6601 2.56111 60.6601 2.48045C60.5794 2.31912 60.7408 2.15779 60.9021 2.07712C61.2248 2.07712 61.5474 1.99646 61.7894 1.99646C62.3541 1.91579 62.9187 1.83513 63.4834 1.99646C63.8867 2.07712 64.3707 2.07712 64.774 1.75446C65.1773 1.4318 65.6613 1.4318 66.0647 1.4318C67.5973 1.4318 69.0493 1.4318 70.5819 1.4318C79.6164 1.4318 88.5702 1.4318 97.6047 1.4318C98.1693 1.4318 98.734 1.4318 99.2986 1.4318C99.6213 1.4318 100.025 1.51247 100.186 0.867149C100.186 0.786484 100.347 0.705819 100.428 0.705819C101.235 0.625154 102.041 0.383159 102.929 0.0604988C103.09 -0.0201663 103.332 -0.0201663 103.413 0.0604988C103.897 0.383159 104.461 0.221829 104.945 0.302494C105.429 0.302494 105.833 0.463824 106.075 1.10914C106.155 1.18981 106.236 1.35114 106.236 1.35114C106.639 1.51247 106.72 1.99646 106.8 2.48045C106.881 2.72244 106.8 2.88377 106.72 3.0451C106.639 3.2871 106.639 3.52909 106.8 3.69042C106.962 3.85175 106.962 4.09375 106.962 4.33575C106.881 4.57774 106.72 4.81974 106.72 5.06173C106.72 5.94905 106.317 6.43304 105.913 6.99769C105.752 7.23969 105.429 7.32035 105.429 7.88501C105.268 8.04634 105.187 8.28833 105.026 8.369C104.784 8.44966 104.542 8.53033 104.219 8.53033C103.574 8.44966 103.009 8.53033 102.283 8.69166C103.009 8.85299 103.574 8.93365 104.219 9.01432C104.381 9.01432 104.542 9.33698 104.542 9.57897C104.542 9.82097 104.461 10.1436 104.3 10.2243C103.977 10.4663 103.735 10.4663 103.413 10.4663C103.251 10.4663 103.251 10.547 103.413 10.8696C103.493 10.9503 103.493 11.1116 103.493 11.1923C103.413 11.3536 103.332 11.5149 103.251 11.6763V11.5956C102.848 11.8376 102.929 12.5636 102.606 12.9669C102.606 12.9669 102.687 13.2089 102.687 13.2896C102.929 13.5316 103.171 13.5316 103.413 13.5316C103.897 13.5316 104.381 13.5316 104.865 13.5316C105.026 13.5316 105.107 13.6122 105.349 13.6929C105.107 13.7736 105.026 13.8542 104.865 13.8542C104.461 13.8542 103.977 13.8542 103.574 13.8542C102.929 13.8542 102.364 13.9349 101.799 14.3382C101.477 14.5802 101.154 14.6609 100.751 14.8222C100.831 15.0642 100.831 15.1449 100.912 15.3869C100.993 15.6288 100.912 15.7902 100.751 15.8708C100.509 15.9515 100.267 16.0322 100.025 16.1128C99.7826 16.1128 99.5406 16.1935 99.2986 16.3548C99.1373 16.1128 98.976 16.1128 98.8147 16.3548C98.976 16.3548 99.218 16.3548 99.3793 16.3548C99.5406 16.6775 99.702 16.7582 99.944 16.6775C100.025 16.5968 100.105 16.7582 100.105 16.9195C100.025 17.1615 99.944 17.4035 99.8633 17.5648C99.7826 17.7261 99.702 17.8068 99.5406 17.8875C99.2987 17.9681 99.1373 18.0488 98.8953 17.9681C98.0887 17.8068 97.282 17.8875 96.556 17.8875C96.3947 17.8875 96.2334 17.8068 96.072 17.8068C95.9914 17.4035 95.9107 17.0002 95.8301 16.5968C95.6687 16.5968 95.5881 16.5162 95.4267 16.5162C95.2654 16.5162 95.1847 16.5968 95.2654 16.8388C95.2654 17.0002 95.3461 17.1615 95.3461 17.4035C95.3461 17.5648 95.2654 17.8068 95.1847 17.8875C94.6201 18.1295 93.9748 18.2908 93.4101 18.1295C93.1681 18.0488 92.8455 18.0488 92.6035 18.1295C92.5228 18.1295 92.3615 18.2908 92.2808 18.4521C92.2001 18.6135 92.2808 18.8554 92.3615 18.9361C92.6035 19.5008 93.0068 19.7428 93.4908 19.9041C93.8134 19.9848 94.1361 19.9848 94.3781 19.9848C94.6201 19.9848 94.9427 19.9848 95.1847 20.0654C95.6687 20.2268 96.1527 20.2268 96.556 19.9041C96.8787 19.6621 97.2014 19.5814 97.6047 19.5814C97.9273 19.5814 98.3307 19.5008 98.6533 19.2588C98.8953 19.0974 98.976 19.3394 98.8953 19.6621C98.8953 19.7428 98.976 19.9041 99.0567 19.9041C99.46 20.0654 99.8633 19.9848 100.186 19.8234C100.67 19.5814 101.154 19.5814 101.638 19.8234C101.961 19.9848 102.364 19.9041 102.687 19.9041C103.09 19.9041 103.493 19.9041 103.897 19.9041C104.219 19.9041 104.542 19.9041 104.784 19.5814C105.026 19.3394 105.429 19.2588 105.671 19.3394C106.639 19.6621 107.607 19.0974 108.494 18.8554C108.898 18.7748 109.301 18.6135 109.624 18.2908C110.027 17.8875 110.43 17.8068 110.834 17.7261C111.398 17.6455 111.963 17.4035 112.528 17.1615C112.689 17.0808 112.77 17.0002 112.85 16.9195C112.931 16.8388 113.012 16.7582 113.012 16.5968C113.012 16.5162 112.931 16.3548 112.85 16.3548C112.689 16.2742 112.528 16.2742 112.366 16.1935C112.286 16.1935 112.286 16.0322 112.205 15.8708C112.205 15.8708 112.205 15.7902 112.286 15.7095C113.092 15.3062 113.899 15.1449 114.706 15.3062C114.867 15.3062 115.028 15.5482 115.19 15.6288C115.109 15.6288 115.109 15.6288 115.028 15.6288C115.028 15.6288 114.706 15.6288 115.028 15.7095L115.109 15.6288C115.512 15.7095 115.916 15.7902 116.319 15.5482C117.045 15.2255 117.932 15.3869 118.658 14.8222C118.739 14.7415 118.739 14.6609 118.739 14.4995L118.658 14.4189C118.094 14.3382 117.529 14.4189 116.964 14.0962C116.722 14.0155 116.4 14.0155 116.158 14.0962C115.835 14.2575 115.432 14.1769 115.109 14.3382C114.786 14.4995 114.464 14.5802 114.06 14.7415C113.98 14.4995 114.141 14.0962 113.818 14.0962C113.738 14.0962 113.657 14.0962 113.576 14.0962C112.124 14.0962 110.672 14.0155 109.22 14.0155C108.656 14.0155 108.091 14.0155 107.526 14.0155C107.284 14.0155 107.042 14.0155 106.8 13.8542C107.042 13.6122 107.284 13.6929 107.607 13.6929C109.462 13.6929 111.318 13.6929 113.173 13.6929C113.98 13.6929 114.867 13.6929 115.674 13.6929C115.996 13.6929 116.4 13.6929 116.722 13.6122C117.126 13.6122 117.529 13.4509 117.771 12.9669C118.013 12.5636 118.416 12.5636 118.658 12.3216C118.578 11.9183 118.255 12.1603 118.094 11.7569C118.497 11.6763 118.9 11.5956 119.223 11.5956C119.546 11.5956 119.868 11.5956 120.11 11.5956C120.433 11.5956 120.836 11.5149 121.159 11.5149C121.159 11.7569 121.24 11.9183 121.24 12.0796C121.643 11.9989 121.885 11.8376 122.046 11.2729C122.288 11.1923 122.45 11.1116 122.692 11.1923C123.337 11.1923 123.901 11.0309 124.466 10.7083C125.515 10.1436 126.725 9.9823 127.854 10.1436C128.177 10.1436 128.499 10.2243 128.741 10.2243C129.064 10.305 129.467 10.305 129.629 10.8696C129.709 10.9503 129.79 11.0309 129.871 11.1116C130.355 11.3536 130.677 11.9183 130.758 12.7249C130.677 12.8056 130.516 12.8862 130.435 12.9669C130.355 13.0476 130.355 13.1282 130.355 13.2089C130.355 13.2089 130.435 13.2896 130.435 13.3702C130.597 13.4509 130.758 13.5316 130.919 13.6929C131 13.6929 131 14.0155 131 14.0155C130.597 14.1769 130.597 14.9029 130.193 14.9835C130.113 14.9835 130.032 15.1449 130.113 15.2255L130.193 15.3062C130.355 15.3869 130.435 15.3062 130.516 15.5482C130.597 15.7902 130.355 16.2742 130.193 16.3548C130.032 16.4355 129.951 16.4355 129.79 16.4355C129.467 16.5162 129.145 16.5162 128.903 16.5968C128.822 16.5968 128.741 16.6775 128.661 16.7582C128.419 17.0002 128.177 17.2422 127.854 17.4841C128.257 17.8875 128.741 17.7261 129.145 17.8068C128.822 18.1295 128.499 18.1295 128.096 18.2908C127.773 18.4521 127.37 18.4521 127.047 18.5328C127.047 18.5328 126.967 18.9361 126.967 19.2588C126.886 19.0974 126.886 19.0974 126.886 19.1781C126.886 19.1781 126.886 19.1781 126.967 19.2588ZM86.8762 2.23845L86.9569 2.15779C86.9569 2.23845 86.9569 2.23845 86.8762 2.23845C86.7956 2.23845 86.6342 2.23845 86.4729 2.23845C86.4729 2.15779 86.4729 2.07712 86.3922 2.07712H86.3116C86.3922 2.15779 86.4729 2.15779 86.4729 2.23845C86.6342 2.23845 86.7956 2.23845 86.8762 2.23845ZM84.6983 6.91703C84.6983 6.7557 84.6983 6.59437 84.6176 6.5137C84.6176 6.59437 84.5369 6.67503 84.6176 6.67503C84.6176 6.67503 84.6983 6.7557 84.6983 6.91703C84.7789 7.07836 84.8596 7.15902 85.0209 7.15902C85.1016 7.15902 85.1016 7.15902 85.1823 7.15902C85.2629 7.07836 85.2629 6.91703 85.1016 6.91703C84.9403 6.91703 84.7789 6.91703 84.6983 6.91703ZM90.5062 8.44966C90.3448 8.369 90.1028 8.28833 89.9415 8.369L89.8608 8.44966C89.9415 8.53033 89.9415 8.69166 90.0222 8.69166C90.1835 8.85299 90.3448 8.61099 90.5062 8.44966C90.5062 8.369 90.5868 8.127 90.5062 7.96567C90.9902 7.64301 91.4741 7.72368 91.9581 7.72368C92.8454 7.72368 93.8134 7.72368 94.7007 7.72368C94.9427 7.72368 95.1847 7.64301 95.5074 7.64301C95.6687 7.64301 95.8301 7.40102 95.8301 7.07836C95.8301 6.83636 95.8301 6.5137 95.6687 6.43304C95.5074 6.27171 95.3461 6.19104 95.1847 6.19104C94.6201 6.19104 94.0554 6.11038 93.4908 6.19104C92.6841 6.35237 91.8775 6.43304 90.9902 6.67503C89.8608 6.91703 88.7315 7.07836 87.6022 7.23969C87.5216 7.23969 87.4409 7.32035 87.4409 7.48168C87.4409 7.56235 87.5216 7.56235 87.5216 7.64301C87.8442 7.80434 88.0862 7.88501 88.4089 8.04634C88.2475 8.04634 88.1669 8.20767 88.0055 8.127C87.4409 7.88501 86.7956 7.88501 86.1503 7.96567C85.5856 8.04634 85.0209 8.127 84.4563 8.04634C83.4076 7.88501 82.4397 8.127 81.4717 8.28833C81.391 8.28833 81.391 8.28833 81.3103 8.369C81.2297 8.44966 81.2297 8.53033 81.2297 8.61099L81.3103 8.69166C82.601 8.69166 83.811 8.69166 85.1016 8.69166C85.3436 8.69166 85.5049 8.61099 85.7469 8.61099C86.7956 8.77232 87.8442 8.61099 88.8929 8.61099C88.9735 8.61099 88.9735 8.44966 89.0542 8.44966C89.0542 8.44966 89.0542 8.28833 88.9735 8.28833C88.7315 8.20767 88.4895 8.04634 88.2475 7.80434C88.9735 7.48168 89.6995 7.64301 90.4255 7.80434C90.5062 8.127 90.5062 8.28833 90.5062 8.44966ZM88.4089 26.68C88.5702 26.7606 88.6509 26.922 88.7315 26.922C89.2155 27.0026 89.7802 27.0026 90.2642 27.0026C90.5868 27.0026 90.8288 26.922 91.1515 26.8413C91.3128 26.8413 91.3128 26.7606 91.2321 26.5993C90.9902 26.5186 90.6675 26.438 90.3448 26.3573C89.7802 26.2766 89.0542 26.438 88.4089 26.68ZM115.351 19.2588C115.593 19.2588 115.754 19.1781 115.996 19.1781C117.045 19.0974 118.094 18.9361 119.142 18.8554C119.223 18.8554 119.223 18.8554 119.304 18.8554C119.465 18.7748 119.626 18.6135 119.788 18.5328C119.788 18.5328 119.868 18.4521 119.868 18.3715C119.868 18.2908 119.788 18.1295 119.707 18.0488C119.384 17.7261 118.981 17.7261 118.578 17.8068C117.771 18.0488 116.964 18.0488 116.238 18.7748C116.077 18.9361 115.916 18.8554 115.754 18.9361C115.593 19.0168 115.512 19.1781 115.351 19.2588C115.109 19.3394 114.786 19.2588 114.464 19.2588C114.302 19.2588 114.302 19.3394 114.383 19.5008C114.383 19.5814 114.464 19.5814 114.464 19.5814C114.786 19.6621 115.109 19.5008 115.351 19.2588ZM85.5049 19.5814C85.7469 19.9041 85.7469 19.9041 86.0696 19.5814C86.1502 19.5814 86.1503 19.5008 86.2309 19.5008C86.5536 19.2588 86.7956 19.1781 87.0376 19.6621C87.0376 19.7428 87.1989 19.8234 87.2796 19.8234C87.3602 19.8234 87.3602 19.5814 87.3602 19.5008C87.2796 19.0974 87.4409 18.9361 87.6022 18.6941C87.6022 18.6941 87.6022 18.6135 87.6022 18.5328C86.8762 18.2908 86.2309 18.3715 85.5856 18.8554C85.4243 18.9361 85.2629 18.9361 85.1016 18.7748C84.3756 18.2101 83.569 18.2908 82.843 18.8554C82.843 18.8554 82.7623 18.9361 82.7623 19.0168C82.7623 19.0974 82.843 19.0974 82.843 19.0974C83.4076 19.0974 83.8916 19.0168 84.3756 18.7748C84.5369 18.6941 84.6176 18.7748 84.6983 19.0168C84.7789 19.4201 84.9403 19.5008 85.1823 19.5008C85.2629 19.5814 85.3436 19.5814 85.5049 19.5814ZM62.2734 16.1935C60.8214 16.1935 59.2888 16.1128 57.8368 16.1128C57.5948 16.1128 57.3528 16.1935 57.0302 16.2742C56.9495 16.3548 56.8688 16.5162 56.7882 16.6775C56.1429 16.1935 55.4169 16.1128 54.6909 16.1935C53.0776 16.3548 51.4643 16.2742 49.851 16.5162C49.125 16.5968 48.399 16.6775 47.5924 16.5968C46.3017 16.5162 45.0111 16.5968 43.8011 16.5968C43.7204 16.5968 43.7204 16.7582 43.6398 16.7582L43.7204 16.8388C44.2044 16.8388 44.6884 16.9195 45.1724 16.9195C45.8984 16.9195 46.7051 17.0002 47.431 16.8388C48.157 16.7582 48.883 16.9195 49.6897 16.9195C51.3836 16.8388 53.0776 16.8388 54.8522 16.8388C55.2555 16.8388 55.6589 16.8388 56.0622 16.8388C56.3042 16.8388 56.5462 16.7582 56.7882 16.4355C57.1915 16.6775 57.5948 16.8388 58.0788 16.6775C58.3208 16.5968 58.5628 16.5968 58.8855 16.7582C59.1275 16.8388 59.2888 16.9195 59.5308 16.8388C60.9021 16.7582 62.3541 17.0002 63.7254 16.7582C64.1287 16.6775 64.532 16.8388 64.9353 16.9195C65.258 17.0002 65.5 17.0002 65.8227 16.9195C66.5486 16.8388 67.194 16.8388 67.92 16.9195C68.5653 17.0002 69.2106 17.0002 69.8559 16.9195C70.1786 16.9195 70.5012 16.8388 70.7432 16.4355C71.2272 16.4355 71.7112 16.4355 72.1145 16.4355C72.1952 16.4355 72.2759 16.3548 72.1952 16.2742C72.1952 16.1935 72.1145 16.1935 72.1145 16.1935C71.6305 16.2742 71.1466 16.1935 70.7432 16.5162C70.5012 16.5162 70.2592 16.5162 70.0979 16.4355C69.5333 16.1128 68.9686 16.1128 68.4039 16.1128C67.194 16.1935 66.0647 16.1935 64.8547 16.4355C64.048 16.5968 63.322 16.5162 62.5154 16.2742C62.3541 16.3548 62.2734 16.1935 62.2734 16.1935ZM105.187 55.9614C105.671 55.8807 106.236 55.8 106.72 55.6387C106.881 55.558 107.042 55.3967 107.204 55.316C107.284 55.2354 107.284 54.9127 107.204 54.8321C107.123 54.5901 106.962 54.5094 106.8 54.4287C106.478 54.4287 106.075 54.4287 105.752 54.4287C105.591 54.0254 105.429 53.6221 105.026 53.6221C104.623 53.6221 104.219 53.6221 103.816 53.6221C103.493 53.6221 103.171 53.6221 102.767 53.6221C103.09 53.4607 103.493 53.4607 103.816 53.4607C104.058 53.4607 104.219 53.3801 104.461 53.3801L104.542 53.2994C104.542 53.2188 104.461 53.0574 104.461 53.0574C103.816 52.8154 102.445 52.8154 101.88 52.9768C101.799 52.9768 101.799 52.9768 101.719 53.0574C101.638 53.1381 101.557 53.2994 101.477 53.5414C101.477 53.7834 101.477 54.0254 101.557 54.2674C101.638 54.5094 101.719 54.7514 101.719 54.9934C101.719 55.074 101.638 55.2354 101.638 55.316C101.557 55.4774 101.315 55.316 101.315 55.7194C102.122 55.8 102.929 55.6387 103.655 55.9614C103.977 56.1227 104.381 55.9614 104.703 56.042C105.026 55.8807 105.107 55.9614 105.187 55.9614C105.026 56.1227 104.865 56.284 104.703 56.4454C104.703 56.4454 104.623 56.526 104.703 56.6067C104.703 56.6873 104.784 56.6873 104.784 56.6873C105.268 56.6873 105.752 56.6873 106.155 56.6067C106.155 56.6067 106.236 56.526 106.236 56.4454C106.236 56.3647 106.236 56.284 106.155 56.284C105.833 56.284 105.429 56.4454 105.187 55.9614ZM31.9433 11.1923C31.7014 11.1116 31.54 10.9503 31.298 10.9503C29.2814 10.9503 27.2648 10.8696 25.2482 10.8696C24.4415 10.8696 23.5542 10.8696 22.7475 10.8696C21.9409 10.8696 21.0536 10.8696 20.2469 10.8696C19.1176 10.8696 17.9883 10.9503 16.859 11.0309C16.7783 11.0309 16.6977 11.1116 16.617 11.1923C16.617 11.1923 16.617 11.2729 16.617 11.3536C16.617 11.4343 16.617 11.5149 16.617 11.5149C16.859 11.7569 17.101 11.7569 17.343 11.7569C19.3596 11.7569 21.3762 11.7569 23.3929 11.7569C24.4415 11.7569 25.4095 11.7569 26.3775 11.7569C27.1841 11.7569 28.0714 11.7569 28.8781 11.5956C29.2814 11.5149 29.6847 11.5149 30.0881 11.4343C30.572 11.3536 31.056 11.3536 31.54 11.2729C31.7014 11.3536 31.782 11.1923 31.9433 11.1923ZM24.7642 56.3647C24.9255 55.8807 24.9255 55.3967 24.9255 54.9127C24.9255 54.7514 24.8448 54.5094 24.6835 54.5094C24.4415 54.4287 24.1188 54.4287 23.8768 54.3481C23.4735 54.1867 22.9895 54.1061 22.8282 53.3801C22.5055 53.0574 22.1829 52.7348 21.8602 52.4928C21.2956 52.4928 20.8116 52.4928 20.3276 52.4928C19.6016 52.4928 18.8756 52.4121 18.2303 52.5734C17.5043 52.7348 16.7783 52.8961 16.0523 52.8154C15.9717 52.8154 15.8103 52.9768 15.7297 53.0574C15.7297 53.0574 15.649 53.1381 15.649 53.2188C15.649 53.3801 15.649 53.4607 15.8103 53.4607C16.4557 53.5414 17.101 53.6221 17.7463 53.7027C18.2303 53.4607 18.7143 53.6221 19.1983 53.6221C19.6823 53.6221 20.1663 53.6221 20.6502 53.5414C21.1342 53.5414 21.5376 53.6221 21.9409 53.9447C21.9409 53.9447 22.0216 54.0254 22.0216 54.1061C22.0216 54.1867 22.0216 54.2674 21.9409 54.2674C21.6182 54.5901 21.2956 54.5094 20.8922 54.5094C19.2789 54.5094 17.6656 54.5094 16.0523 54.5094C14.439 54.5094 12.8257 54.5094 11.2124 54.5094C10.9704 54.5094 10.6478 54.5901 10.4058 54.3481C10.0831 54.0254 9.76047 54.1061 9.43781 54.2674C9.03448 54.4287 8.63116 54.3481 8.3085 53.9447C8.0665 53.7027 7.82451 53.3801 7.58251 53.0574C7.25985 53.7027 7.09852 54.4287 7.17919 55.2354C7.25985 55.558 7.34052 55.8 7.50185 56.042C7.58251 56.2034 7.50185 56.3647 7.50185 56.6067C7.50185 56.6873 7.50185 56.9293 7.58251 56.9293C7.82451 57.1713 8.0665 57.4133 8.38916 57.3327C8.87315 57.1713 9.35714 57.1713 9.84113 57.4133C10.5671 57.736 11.2124 57.6553 11.9384 57.6553C12.8257 57.6553 13.7937 57.5747 14.681 57.5747C15.0037 57.5747 15.407 57.5747 15.7297 57.736C16.133 57.8973 16.5363 57.8167 16.859 57.736C17.5043 57.494 18.1496 57.4133 18.795 57.8167C19.1176 57.978 19.3596 57.5747 19.6823 57.8167C19.7629 57.8973 19.9243 57.8973 20.0856 57.8167C20.8116 57.5747 21.6989 57.8167 22.4249 57.252C22.5055 57.1713 22.6669 57.1713 22.8282 57.1713C23.2315 57.1713 23.7155 57.1713 24.1188 57.3327C24.2802 57.4133 24.4415 57.4133 24.6028 57.4133C25.2482 57.3327 25.8128 57.252 26.4581 57.0907C26.5388 57.0907 26.5388 57.01 26.5388 57.01C26.4581 56.9293 26.4581 56.768 26.3775 56.768C25.8935 56.6067 25.3288 56.4454 24.7642 56.3647ZM35.4926 15.1449C35.6539 15.3869 35.8153 15.3062 35.9766 15.3062C36.4606 15.3062 36.9446 15.3062 37.4286 15.3062C38.3159 15.3062 39.2839 15.3869 40.1712 15.3869C42.0265 15.3869 43.9624 15.3869 45.8177 15.3869C47.9957 15.3869 50.093 15.3869 52.2709 15.3062C53.0776 15.3062 53.9649 15.2255 54.7716 15.3062C55.5782 15.3869 56.3849 15.3062 57.1108 15.3062C57.9982 15.3062 58.8855 15.2255 59.7728 15.3062C60.4181 15.3062 61.0634 15.3869 61.7087 15.3062C62.5961 15.2255 63.4834 15.0642 64.3707 15.2255C65.3387 15.3062 66.226 15.1449 67.1133 15.1449C67.436 15.1449 67.7586 15.2255 68.0006 15.2255C68.3233 15.3062 68.6459 15.3869 68.8879 15.3869C70.2592 15.3062 71.7112 15.2255 73.0825 15.1449C73.5665 15.1449 74.0505 15.1449 74.5345 14.9835C75.0991 14.8222 75.6638 14.8222 76.2285 14.7415C76.6318 14.7415 77.0351 14.7415 77.4384 14.6609C77.5191 14.6609 77.5998 14.4995 77.5191 14.4189C77.5191 14.3382 77.4384 14.1769 77.3578 14.1769C77.1158 14.0962 76.9544 14.0155 76.7124 14.0962C76.1478 14.1769 75.5831 14.3382 75.0185 14.4995C74.3732 14.6609 73.7278 14.7415 73.0825 14.6609C72.3565 14.5802 71.6305 14.6609 70.8239 14.5802C70.2592 14.4995 69.7753 14.7415 69.2913 14.5802C68.8073 14.4995 68.2426 14.5802 67.7586 14.5802C66.8713 14.5802 65.984 14.5802 65.0967 14.6609C62.9994 14.7415 60.9021 14.7415 58.8048 14.7415C55.1749 14.7415 51.545 14.7415 47.8344 14.7415C45.5757 14.7415 43.3171 14.7415 41.1392 14.7415C40.7358 14.7415 40.2519 14.8222 39.8485 14.9029C38.4772 14.9835 37.1059 15.3062 35.8153 15.1449C35.7346 14.9835 35.6539 15.0642 35.4926 15.1449ZM109.785 19.2588C110.511 19.1781 111.237 18.9361 111.963 19.1781C112.124 19.2588 112.205 19.1781 112.366 19.1781C113.254 18.8555 114.06 18.7748 114.948 18.3715C115.835 17.8875 116.803 17.4035 117.771 17.4035C118.336 17.4035 118.9 17.1615 119.465 16.9195C119.868 16.7582 119.868 16.5162 119.788 15.9515C119.707 15.5482 119.788 15.4675 119.949 15.3869C120.191 15.3062 120.352 15.2255 120.514 14.9835C120.514 14.9029 120.594 14.8222 120.514 14.8222C120.514 14.7415 120.433 14.7415 120.433 14.7415C120.191 14.6609 119.949 14.7415 119.788 14.9029C119.465 15.3062 119.142 15.4675 118.739 15.5482C118.013 15.7902 117.287 15.8708 116.48 15.8708C116.077 15.8708 115.674 15.8708 115.27 16.1128C114.544 16.4355 113.899 16.8388 113.173 17.1615C113.012 17.2422 112.931 17.6455 112.689 17.6455C112.447 17.6455 112.286 17.6455 112.044 17.6455C111.318 17.8068 110.592 17.9681 110.027 18.8554C110.027 18.9361 109.704 18.8554 109.785 19.2588ZM20.0049 15.2255C20.4889 15.3062 20.7309 15.3869 21.0536 15.3869C21.8602 15.3869 22.6669 15.3869 23.3929 15.4675C25.6515 15.4675 27.9908 15.4675 30.2494 15.4675C30.6527 15.4675 31.056 15.4675 31.4594 15.3869C31.7014 15.3869 31.8627 15.3062 32.1047 15.1449C32.1853 15.0642 32.3467 14.9029 32.4273 14.8222C32.4273 14.5802 32.266 14.5802 32.1853 14.5802C31.6207 14.5802 31.1367 14.4995 30.572 14.4995C29.1201 14.4995 27.6681 14.4995 26.2161 14.4995C25.3288 14.4995 24.4415 14.4995 23.5542 14.4995C23.0702 14.4995 22.5862 14.4189 22.1022 14.6609C21.9409 14.7415 21.7796 14.7415 21.6182 14.7415C21.1342 14.7415 20.7309 14.9835 20.0049 15.2255ZM57.5142 57.8973C56.7075 57.8973 55.9009 57.8973 55.1749 57.8973C54.6102 57.8973 54.1262 57.8973 53.5616 57.8973C52.2709 57.8973 50.9803 57.8167 49.7703 57.8973C49.4477 57.8973 49.125 57.8973 48.883 57.8973C48.3184 57.8973 47.8344 57.8973 47.2697 57.978C47.189 57.978 47.189 58.1393 47.1084 58.22C47.1084 58.3006 47.189 58.3813 47.189 58.3813C48.4797 58.462 49.851 58.462 51.1416 58.462C51.8676 58.462 52.5129 58.5426 53.2389 58.462C53.7229 58.462 54.2069 58.3813 54.6909 58.462C55.5782 58.5426 56.4655 58.3813 57.3528 58.5426C57.5142 58.5426 57.5948 58.5426 57.7562 58.5426C58.4821 58.3006 59.1275 58.3813 59.8534 58.5426C60.9828 58.704 62.0314 58.462 63.1607 58.6233C63.806 58.462 64.4514 58.5426 65.0967 58.5426C65.5807 58.5426 66.0647 58.7846 66.5486 58.6233C67.0326 58.462 67.5166 58.5426 68.0006 58.5426C68.0813 58.5426 68.1619 58.462 68.2426 58.462C68.2426 58.462 68.3233 58.3813 68.3233 58.3006C68.3233 58.22 68.2426 58.22 68.2426 58.1393C68.0813 58.0587 68.0006 57.978 67.8393 57.978C66.3066 57.978 64.774 57.8973 63.2414 57.978C62.5154 57.978 61.8701 58.0587 61.1441 57.978C60.7408 57.978 60.2568 57.978 59.8534 57.978C59.0468 57.8973 58.2402 57.8973 57.5142 57.8973ZM17.1817 20.5494C17.1817 20.6301 17.1817 20.6301 17.1817 20.5494C17.9883 20.5494 18.7143 20.5494 19.5209 20.4688C19.8436 20.4688 20.0856 20.1461 20.2469 19.8234V19.6621C20.2469 19.5814 20.2469 19.4201 20.1663 19.4201C19.6016 19.4201 19.0369 19.2588 18.4723 19.3394C17.827 19.4201 17.2623 19.0974 16.617 19.1781C16.375 19.1781 16.2137 19.2588 15.9717 19.2588C15.4877 19.2588 15.0037 19.2588 14.5197 19.2588C14.2777 19.2588 14.0357 19.3394 13.7937 19.6621C13.6324 19.9041 13.4711 19.9041 13.3097 19.8234C13.2291 19.8234 13.1484 19.7428 13.0677 19.7428C12.9871 19.7428 12.8257 19.9848 12.8257 20.1461C12.8257 20.3074 12.9064 20.4688 13.0677 20.5494C13.2291 20.6301 13.3904 20.6301 13.5517 20.7107C13.7937 20.8721 14.0357 20.8721 14.2777 20.7107C14.8424 20.4688 15.407 20.3881 15.9717 20.4688C16.375 20.6301 16.7783 20.5494 17.1817 20.5494ZM87.1182 54.5094C86.2309 54.3481 85.5049 54.4287 84.7789 54.5901C84.6983 54.5901 84.6176 54.6707 84.5369 54.7514C84.5369 54.7514 84.4563 54.8321 84.4563 54.9127C84.4563 54.9934 84.4563 55.074 84.4563 55.074C84.7789 55.4774 85.1016 55.7194 85.5049 55.7194C85.9889 55.6387 86.5536 55.558 87.0376 55.4774C87.6829 55.3967 88.2475 55.3967 88.8929 55.4774C89.1349 55.4774 89.2962 55.6387 89.5382 55.7194C89.5382 55.7194 89.6188 55.7194 89.6995 55.7194C89.7802 55.7194 89.9415 55.558 89.9415 55.3967C89.9415 54.7514 89.7802 54.4287 89.3769 54.4287C89.2962 54.4287 89.2155 54.4287 89.1349 54.4287C88.4089 54.6707 87.6829 54.5094 87.1182 54.5094ZM83.2463 1.91579C82.843 1.83513 82.359 1.83513 81.9557 1.83513C81.5523 1.83513 81.149 1.83513 80.7457 1.83513C80.3424 1.83513 79.8584 1.83513 79.4551 1.83513C79.0517 1.83513 78.6484 1.83513 78.2451 1.83513C77.8418 1.83513 77.3578 1.83513 76.9544 1.83513C76.5511 1.83513 76.1478 1.83513 75.7445 1.83513C75.3411 1.83513 74.8571 1.6738 74.4538 1.91579C74.6152 2.15779 74.7765 2.15779 74.9378 2.15779C75.8251 2.15779 76.7124 2.15779 77.5191 2.15779C78.8904 2.15779 80.2617 2.07712 81.5523 2.23845C81.9557 2.31912 82.359 2.31912 82.7623 2.31912C82.9236 2.31912 83.1656 2.31912 83.2463 1.91579ZM85.1823 16.3548C85.1823 16.1935 85.1823 16.0322 85.1016 16.0322C84.9403 16.0322 84.7789 15.9515 84.6176 16.0322C84.295 16.1128 83.8916 16.1935 83.569 16.1935C82.7623 16.1935 81.9557 16.3548 81.2297 16.1935C80.7457 16.1128 80.3424 16.3548 79.939 16.5162C79.8584 16.5162 79.8584 16.6775 79.8584 16.7582L79.939 16.8388C80.3424 16.8388 80.8264 16.8388 81.2297 16.8388C81.7137 16.8388 82.1977 16.9195 82.6817 16.5162C83.085 16.5162 83.569 16.5968 83.9723 16.5968C84.053 16.5968 84.1336 16.5162 84.2143 16.5162C84.5369 16.5968 84.8596 16.4355 85.1823 16.3548ZM89.6188 19.8234C89.7802 19.8234 89.9415 19.9041 90.1028 19.8234C90.5062 19.8234 90.5868 19.5814 90.5868 18.9361C90.5868 18.6941 90.5062 18.5328 90.4255 18.5328C90.1835 18.5328 90.0222 18.4521 89.7802 18.4521C89.2155 18.3715 88.6509 18.6941 88.2475 19.2588C88.1669 19.3394 88.1669 19.4201 88.0862 19.5814C88.0862 19.6621 88.0862 19.7428 88.0862 19.7428C88.1669 19.8234 88.2475 19.9848 88.2475 19.9848C88.4089 19.9041 88.6509 19.6621 88.8122 19.7428C89.1349 19.8234 89.3768 19.9848 89.6188 19.8234ZM33.1533 19.9041C34.928 19.9848 36.3799 19.7428 37.9126 19.6621C37.9932 19.6621 37.9932 19.5814 38.0739 19.5008C37.4286 19.4201 36.8639 19.1781 36.2186 19.2588C35.6539 19.2588 35.0893 19.3394 34.5246 19.1781C34.3633 19.0974 34.202 19.2588 34.0406 19.3394C33.8793 19.3394 33.6373 19.5008 33.1533 19.9041ZM50.4963 26.8413C50.819 26.922 50.9803 27.0026 51.1416 27.0026C52.9969 27.0026 54.9329 27.0833 56.7882 27.0833C57.0302 27.0833 57.1915 27.0026 57.4335 27.0026L57.5142 26.922C57.5142 26.8413 57.4335 26.68 57.4335 26.68C57.1915 26.5993 57.0302 26.5993 56.7882 26.5993C54.8522 26.5993 52.9163 26.68 51.061 26.7606C50.819 26.68 50.7383 26.7606 50.4963 26.8413ZM73.4858 1.99646V1.91579C72.8405 1.91579 72.1952 1.83513 71.5499 1.83513C70.0979 1.83513 68.5653 1.83513 67.1133 1.83513C67.0326 1.83513 66.952 1.91579 67.0326 2.07712C67.0326 2.15779 67.1133 2.15779 67.1133 2.15779C67.3553 2.15779 67.5973 2.15779 67.92 2.15779C69.4526 2.15779 70.9852 2.15779 72.5179 2.23845C72.7599 2.15779 73.0825 2.07712 73.4858 1.99646ZM91.7968 35.5531C92.4421 35.4724 93.0874 35.4724 93.6521 35.3918C93.8134 35.3918 93.8941 35.3111 94.0554 35.2304C94.1361 35.1498 94.2168 35.0691 94.2168 34.9885C94.2168 34.9885 94.2168 34.8271 94.1361 34.8271C93.6521 34.9078 93.1681 34.6658 92.6841 34.7465C92.1195 34.8271 91.6355 34.8271 91.1515 34.8271C90.8288 34.8271 90.4255 34.9078 90.1028 34.9885C90.0222 34.9885 89.9415 35.1498 89.8608 35.1498C89.9415 35.2305 89.9415 35.3111 90.0222 35.3111C90.6675 35.5531 91.2321 35.5531 91.7968 35.5531ZM83.4076 56.6873C81.5523 56.1227 80.5037 56.1227 79.0517 56.3647C80.423 57.01 81.7943 57.01 83.4076 56.6873ZM66.6293 55.074C66.7906 55.1547 66.8713 55.2354 66.952 55.2354C67.436 55.3967 68.0006 55.316 68.4846 55.4774C69.1299 55.7194 69.7752 55.4774 70.5819 54.9934L70.5012 54.9127C69.4526 54.9127 68.3233 54.8321 67.2746 54.8321C67.0326 54.9127 66.8713 54.9127 66.6293 55.074ZM29.6847 17.0002C30.1687 17.0002 30.6527 17.0002 31.1367 17.0002C31.782 17.0002 32.4273 17.0002 33.0727 16.5968C33.234 16.5162 33.3953 16.5162 33.5567 16.5162L33.6373 16.4355C33.5567 16.3548 33.5567 16.2742 33.476 16.1935C32.6693 16.1128 31.8627 16.1128 30.9754 16.3548C30.572 16.5162 30.0881 16.5162 29.6847 16.5968C29.6041 16.5968 29.5234 16.7582 29.4427 16.7582C29.6041 16.8388 29.6847 16.8388 29.6847 17.0002ZM18.8756 12.7249C19.1983 13.0476 19.6016 13.1282 20.0049 13.0476C21.3762 12.8862 22.6669 12.8862 24.0382 13.0476C24.1188 13.0476 24.1995 13.0476 24.2802 12.9669C24.3608 12.9669 24.3608 12.8056 24.4415 12.8056L24.3608 12.7249C24.2802 12.7249 24.1995 12.6442 24.1188 12.6442C22.6669 12.8056 21.2149 12.8056 19.8436 12.6442C19.5209 12.6442 19.1983 12.7249 18.8756 12.7249ZM89.6995 2.64178C90.1028 2.56111 90.5062 2.56111 90.9095 2.48045C90.9902 2.48045 91.0708 2.31912 90.9902 2.15779C90.9902 2.07712 90.9095 1.99646 90.9095 1.99646C90.1028 1.75446 89.3769 1.83513 88.5702 1.91579C88.4895 1.91579 88.4089 2.07712 88.4895 2.23845C88.4895 2.31912 88.5702 2.39978 88.5702 2.39978C88.9735 2.48045 89.3768 2.56111 89.6995 2.64178ZM31.298 59.2686C30.9754 59.3493 30.6527 59.3493 30.4107 59.3493C30.3301 59.3493 30.2494 59.43 30.1687 59.5106C30.1687 59.5106 30.0881 59.5913 30.0881 59.672C30.0881 59.7526 30.0881 59.8333 30.1687 59.8333C30.2494 59.9139 30.3301 59.9946 30.4107 59.9946C31.056 59.9139 31.7014 59.8333 32.3467 59.7526C32.4273 59.7526 32.508 59.672 32.508 59.5106C32.508 59.43 32.4273 59.43 32.4273 59.43C31.9434 59.2686 31.6207 59.2686 31.298 59.2686ZM15.891 11.4343C15.4877 11.4343 15.2457 11.4343 15.0037 11.4343C14.7617 11.4343 14.5197 11.9183 14.6004 12.2409C14.681 12.5636 14.681 12.8862 14.7617 13.1282C14.8424 13.3702 15.165 13.4509 15.3264 13.2089C15.407 13.0476 15.5683 12.8862 15.5683 12.7249C15.4877 12.3216 15.7297 11.9989 15.891 11.4343ZM124.547 17.7261C124.305 17.8068 123.982 17.8068 123.74 17.8875C123.498 17.9681 123.256 18.2101 123.175 18.5328C123.095 18.6941 123.175 18.7748 123.256 18.8554C123.498 19.0168 123.659 19.0168 123.901 18.9361C124.305 18.7748 124.627 18.5328 124.95 18.3715C125.031 18.2908 125.031 18.2101 124.95 18.0488C124.95 17.9681 124.869 17.9681 124.869 17.8875C124.789 17.8068 124.627 17.8068 124.547 17.7261ZM60.1761 19.1781C60.9828 19.1781 61.7087 19.0974 62.4347 19.2588C62.5961 19.2588 62.6767 19.3394 62.8381 19.2588C63.2414 19.2588 63.6447 19.1781 64.048 19.1781C64.1287 19.1781 64.1287 19.1781 64.2094 19.0974C64.2094 19.0974 64.2094 19.0168 64.1287 18.9361C63.6447 18.9361 63.1607 18.7748 62.6767 18.8554C62.0314 18.9361 61.3861 18.9361 60.7408 18.8554C60.5794 18.8554 60.4181 18.7748 60.1761 19.1781ZM69.7752 53.1381C71.0659 53.3801 72.2759 53.2188 73.5665 53.2994C73.6472 53.2994 73.7278 53.2188 73.8085 53.1381C73.7278 53.0574 73.6472 52.9768 73.5665 52.9768C72.2759 53.0574 71.0659 52.8961 69.7752 53.1381ZM6.29187 55.3967C6.29187 55.316 6.29187 55.2354 6.29187 55.2354C6.13054 54.9127 5.88855 54.7514 5.96921 54.3481C5.88855 54.3481 5.80788 54.2674 5.72722 54.3481C5.48522 54.6707 5.32389 54.9934 5.0819 55.316C5.00123 55.4774 5.00123 55.7194 5.16256 55.8C5.40456 55.8807 5.56589 56.042 5.80788 56.1227C5.96921 56.2034 6.13054 56.042 6.29187 55.8807C6.21121 55.6387 6.29187 55.4774 6.29187 55.3967ZM91.1515 33.2945C91.7968 33.8591 92.3615 34.0205 93.0068 33.7785C93.0874 33.7785 93.0874 33.6172 93.1681 33.4558C93.1681 33.3752 93.0874 33.2945 93.0068 33.2138C93.0068 33.2138 92.9261 33.2138 92.8454 33.1332C92.7648 33.1332 92.7648 33.1332 92.6841 33.1332C92.2001 33.2138 91.7161 33.2945 91.1515 33.2945ZM90.2642 16.5968C90.3448 16.5968 90.5062 16.5968 90.6675 16.5162C90.7482 16.4355 90.8288 16.1935 90.8288 16.0322C90.8288 15.8708 90.8288 15.7902 90.6675 15.7902C90.1028 15.7902 89.6188 15.9515 89.1349 16.1128C89.0542 16.1128 89.0542 16.1935 89.0542 16.1935C88.9735 16.2742 88.8929 16.4355 88.9735 16.5162C88.9735 16.5968 89.1349 16.6775 89.1349 16.7582C89.4575 16.9195 89.7802 16.3548 90.2642 16.5968ZM27.5068 16.2742C25.5708 16.0322 25.1675 16.0322 24.1188 16.2742C25.0868 16.5162 26.2161 16.5162 27.5068 16.2742ZM65.3387 26.7606L65.4193 26.8413C65.984 26.8413 66.6293 26.8413 67.194 26.8413C67.5166 26.8413 67.7586 26.8413 68.1619 26.8413C68.0006 26.5186 68.0006 26.5186 67.194 26.5993C66.8713 26.5993 66.5486 26.5993 66.3066 26.68C65.984 26.7606 65.6613 26.438 65.3387 26.7606ZM108.494 38.7797C108.01 38.7797 107.768 38.7797 107.607 38.7797C107.526 38.7797 107.446 38.941 107.446 39.0217C107.365 39.183 107.446 39.2637 107.526 39.2637C108.01 39.3444 108.494 39.3444 108.898 39.183C108.898 39.183 108.978 39.1024 108.978 39.0217C108.978 38.8604 108.978 38.7797 108.817 38.7797C108.656 38.7797 108.494 38.7797 108.494 38.7797ZM78.9711 14.4189C79.6971 15.2255 80.5037 15.1449 81.391 14.8222C80.907 14.6609 80.5037 14.5802 80.181 14.4995C79.7777 14.2575 79.4551 14.1769 78.9711 14.4189ZM19.7629 16.2742C19.7629 16.3548 19.7629 16.3548 19.7629 16.4355C20.7309 16.4355 21.6989 16.4355 22.5862 16.4355C22.7475 16.4355 22.6669 16.3548 22.5055 16.2742C21.6182 16.2742 20.6502 16.2742 19.7629 16.2742ZM28.7974 59.8333C28.1521 59.5106 27.8294 59.3493 27.4261 59.188C27.1841 59.1073 26.9421 59.1073 26.7001 59.3493C26.6195 59.43 26.6195 59.5913 26.6195 59.672C26.6195 59.7526 26.7001 59.9139 26.7808 59.9139C27.3454 59.9139 27.9908 59.8333 28.7974 59.8333ZM39.6872 19.3394C39.5259 19.3394 39.3645 19.3394 39.2839 19.4201C39.2032 19.4201 39.1225 19.5814 39.1225 19.6621C39.1225 19.7428 39.2032 19.9041 39.2839 19.9041C39.6065 19.9041 39.8485 19.9041 40.1712 19.9041L40.2519 19.8234C40.2519 19.6621 40.2519 19.5814 40.1712 19.5008C40.0099 19.4201 39.8485 19.3394 39.6872 19.3394ZM91.2321 5.86838C91.0708 5.62639 90.9095 5.62639 90.7482 5.70705C90.3448 6.02971 89.8608 6.11038 89.3769 6.11038C89.2962 6.11038 89.2155 6.19104 89.1349 6.19104L89.0542 6.27171C89.0542 6.35237 89.1349 6.43304 89.1349 6.43304C89.5382 6.43304 89.9415 6.43304 90.2642 6.43304C90.5868 6.35237 90.9095 6.19104 91.2321 5.86838ZM23.2315 19.5008C24.0382 19.5814 24.6028 19.6621 25.2482 19.7428L25.3288 19.6621C25.3288 19.5008 25.3288 19.4201 25.1675 19.4201C24.9255 19.4201 24.6835 19.3394 24.3608 19.3394C24.0382 19.3394 23.7155 19.2588 23.2315 19.5008ZM75.6638 55.6387C75.8251 55.6387 75.9865 55.6387 76.0671 55.6387C76.1478 55.6387 76.2285 55.4774 76.2285 55.3967C76.3091 55.2354 76.1478 54.9934 75.9865 54.9934C75.7445 54.9934 75.5831 54.9934 75.3411 54.9934C75.2605 54.9934 75.1798 55.1547 75.2605 55.2354C75.2605 55.316 75.3411 55.4774 75.4218 55.4774C75.5831 55.6387 75.6638 55.558 75.6638 55.6387ZM85.9889 53.0574C85.4243 53.0574 84.8596 52.9768 84.295 52.9768C84.295 52.9768 84.2143 53.1381 84.2143 53.2188L84.295 53.2994C84.8596 53.2994 85.5049 53.2188 86.0696 53.1381C86.0696 53.1381 86.0696 53.1381 85.9889 53.0574ZM41.2198 19.4201C41.2198 19.5008 41.2198 19.5814 41.2198 19.6621C41.7038 19.5008 42.1071 19.4201 42.5911 19.2588C42.6718 19.2588 42.6718 19.0974 42.7525 19.0168C42.6718 18.9361 42.5911 18.8554 42.5105 18.8554C42.2685 18.8554 42.1071 18.8555 41.8652 19.0168C41.6232 19.0974 41.3812 19.3394 41.2198 19.4201ZM88.8122 15.3062C88.8929 15.3062 89.0542 15.3062 89.1349 15.2255C89.2155 15.1449 89.3769 14.9835 89.3769 14.8222C89.4575 14.6609 89.1349 14.2575 89.0542 14.2575C88.8122 14.3382 88.5702 14.4189 88.4089 14.7415C88.4089 14.8222 88.3282 14.9029 88.4089 14.9029C88.4089 14.9835 88.4895 15.1449 88.5702 15.1449C88.5702 15.3062 88.6509 15.2255 88.8122 15.3062ZM92.7648 1.91579C92.6035 1.91579 92.5228 1.91579 92.4421 1.99646L92.3615 2.07712C92.2808 2.15779 92.3615 2.31912 92.4421 2.31912C92.6841 2.39978 92.9261 2.48045 93.1681 2.56111C93.2488 2.56111 93.3294 2.48045 93.3294 2.39978C93.2488 2.31912 93.2488 2.15779 93.1681 2.15779C93.0068 1.99646 92.8454 1.91579 92.7648 1.91579ZM93.3294 24.502C93.3294 24.502 93.3294 24.4213 93.2488 24.4213C92.7648 24.26 92.2808 24.4213 91.8775 24.3407C91.7968 24.3407 91.7968 24.4213 91.6355 24.5827C92.1195 24.5827 92.4421 24.6633 92.8454 24.6633C93.0068 24.6633 93.0874 24.6633 93.2488 24.5827C93.2488 24.5827 93.2488 24.502 93.3294 24.502ZM68.0006 19.0974C67.1133 18.7748 67.0326 18.7748 66.3873 19.1781C66.952 19.1781 67.436 19.3394 68.0006 19.0974ZM27.1034 10.2243C27.7488 10.1436 28.2328 10.305 28.7167 10.2243C28.7974 10.2243 28.7974 10.1436 28.8781 10.063C28.6361 10.063 28.4748 9.9823 28.3134 9.9823C27.9908 9.9823 27.6681 9.90163 27.1034 10.2243ZM20.8922 10.1436C20.3276 9.90163 20.3276 9.90163 19.6823 10.063L19.7629 10.1436C20.0856 10.305 20.4889 10.305 20.8922 10.1436ZM121.078 12.6442C120.917 12.6442 120.675 12.7249 120.514 12.7249C120.433 12.7249 120.352 12.8056 120.352 12.9669C120.352 13.0476 120.433 13.0476 120.433 13.1282C120.756 13.3702 121.078 13.2896 121.401 13.1282C121.482 13.1282 121.482 12.9669 121.562 12.8862L121.482 12.8056C121.401 12.6442 121.24 12.6442 121.078 12.6442ZM81.5523 26.7606C81.5523 26.7606 81.4717 26.7606 81.4717 26.8413C81.5523 26.8413 81.633 26.922 81.7137 26.922C82.0363 26.922 82.359 26.922 82.843 26.922C82.2783 26.5993 81.9557 26.7606 81.5523 26.7606ZM70.2592 19.0168C70.0172 18.7748 69.6946 18.8554 69.3719 18.8554C69.2913 18.8554 69.2913 19.0168 69.2106 19.0974L69.2913 19.1781C69.6946 19.2588 69.9366 19.2588 70.2592 19.0168ZM51.4643 59.1073C51.4643 59.0266 51.4643 58.946 51.545 58.8653C51.3836 58.8653 51.2223 58.8653 51.061 58.8653C50.8996 58.8653 50.7383 58.8653 50.6576 58.8653V58.946C50.8996 59.0266 51.2223 59.0266 51.4643 59.1073ZM85.0209 58.3006C85.0209 58.22 85.0209 58.1393 85.1016 58.1393C84.8596 58.0587 84.6176 57.978 84.3756 57.978C84.295 57.978 84.1336 58.0587 84.053 58.1393C83.9723 58.22 84.2143 58.3813 84.295 58.3813C84.5369 58.3813 84.7789 58.3006 85.0209 58.3006ZM78.0837 55.1547C77.9224 55.2354 77.7611 55.2354 77.5191 55.3967C77.5191 55.3967 77.4384 55.4774 77.5191 55.558C77.5191 55.6387 77.5191 55.6387 77.5998 55.7194C77.9224 55.8807 78.1644 55.8 78.4871 55.6387C78.4871 55.6387 78.5677 55.558 78.5677 55.4774C78.5677 55.3967 78.5677 55.316 78.4064 55.2354C78.3257 55.2354 78.2451 55.2354 78.0837 55.1547ZM17.343 13.1282C17.4236 13.1282 17.585 13.0476 17.6656 13.0476C17.7463 13.0476 17.7463 12.8862 17.827 12.8056C17.7463 12.7249 17.6656 12.6442 17.585 12.6442C17.343 12.6442 17.1817 12.6442 16.9397 12.7249L16.859 12.8056C16.859 12.8862 16.9397 13.0476 17.0203 13.0476C17.1817 13.1282 17.2623 13.1282 17.343 13.1282ZM73.4858 56.284C73.7278 56.284 73.8892 56.284 74.0505 56.284C74.1312 56.284 74.1312 56.284 74.2118 56.284C74.1312 56.284 74.1312 56.2034 74.0505 56.2034C73.8085 56.2034 73.6472 56.1227 73.4858 56.284ZM88.0055 24.4213C88.2475 24.744 88.5702 24.5827 88.8122 24.502C88.5702 24.26 88.2475 24.26 88.0055 24.4213ZM78.8904 16.6775C78.5677 16.4355 78.3257 16.5968 78.0031 16.5968L77.9224 16.6775C78.0031 16.7582 78.0031 16.9195 78.0837 16.8388C78.3257 16.9195 78.5677 17.0808 78.8904 16.6775ZM5.88855 24.6633C6.04988 24.6633 6.13054 24.4213 6.13054 24.26C6.04988 24.0987 5.96921 24.018 5.80788 24.018C5.64655 24.018 5.56589 24.26 5.64655 24.4213C5.64655 24.5827 5.72722 24.6633 5.88855 24.6633ZM78.3257 39.183V39.2637C78.5677 39.2637 78.7291 39.3444 78.9711 39.3444L79.0517 39.2637C79.0517 39.183 78.9711 39.1024 78.9711 39.1024C78.7291 39.1024 78.5677 39.1024 78.3257 39.183ZM32.4273 58.1393V58.22C32.5887 58.3006 32.75 58.3006 32.9113 58.3813C32.992 58.3813 33.0727 58.3006 33.0727 58.22L32.992 58.1393C32.75 58.1393 32.5887 58.1393 32.4273 58.1393ZM119.546 12.0796C119.788 12.1603 119.949 12.1603 120.191 12.1603L120.272 12.0796L120.191 11.9989C120.03 11.9183 119.788 11.8376 119.546 12.0796ZM113.496 26.5993C113.576 26.5186 113.657 26.5186 113.657 26.438C113.738 26.2766 113.657 26.0346 113.576 25.954C113.496 25.954 113.415 25.954 113.334 25.954C113.173 26.0346 113.092 26.2766 113.173 26.3573C113.254 26.5186 113.415 26.5186 113.496 26.5993ZM42.8331 26.68C42.9945 26.922 43.1558 26.922 43.3171 26.922C43.3978 26.922 43.4785 26.8413 43.4785 26.7606C43.4785 26.68 43.3978 26.68 43.3978 26.68C43.2365 26.68 43.0751 26.68 42.8331 26.68ZM79.2937 53.1381C78.9711 53.0574 78.8097 53.0574 78.7291 53.0574C78.5677 53.0574 78.5677 53.1381 78.5677 53.2188C78.5677 53.2188 78.6484 53.2994 78.6484 53.2188C78.8097 53.2188 78.8904 53.2188 79.2937 53.1381ZM85.1016 2.15779C85.3436 2.07712 85.5049 1.99646 85.4243 1.91579C85.3436 1.83513 85.2629 1.83513 85.1823 1.83513C85.1016 1.83513 85.1016 1.83513 85.0209 1.83513L84.9403 1.91579C84.9403 2.15779 85.0209 2.23845 85.1016 2.15779ZM97.6853 16.5162C97.766 16.5162 97.8467 16.5162 97.9273 16.5162C98.008 16.5162 98.0887 16.4355 98.1693 16.3548C98.0887 16.2742 98.008 16.1935 98.008 16.1935C97.8467 16.1935 97.766 16.1935 97.6047 16.2742L97.524 16.3548C97.524 16.3548 97.6047 16.4355 97.6853 16.5162ZM3.71059 57.01C3.71059 57.01 3.79126 57.01 3.79126 56.9293C3.79126 56.8487 3.87192 56.6873 3.87192 56.6067C3.79126 56.526 3.71059 56.526 3.54926 56.6067C3.4686 56.6067 3.4686 56.8487 3.4686 56.9293C3.54926 56.9293 3.62993 57.01 3.71059 57.01ZM6.21121 56.6873C6.21121 56.6067 6.21121 56.6067 6.13054 56.526C5.96921 56.4454 5.80788 56.3647 5.64655 56.526L5.56589 56.6067C5.56589 56.6873 5.56589 56.768 5.64655 56.768C5.88855 56.9293 6.13054 56.8487 6.21121 56.6873ZM60.8214 26.68C60.7408 26.5993 60.7408 26.5186 60.5794 26.5993C60.5794 26.5993 60.4988 26.68 60.4988 26.7606C60.5794 26.7606 60.6601 26.8413 60.7408 26.8413C60.7408 26.8413 60.8214 26.7606 60.8214 26.68ZM10.0831 58.1393C10.0831 57.978 9.9218 57.8973 9.76047 58.0587C9.76047 58.0587 9.6798 58.1393 9.6798 58.22C9.6798 58.3813 9.84113 58.5426 9.9218 58.462C10.0025 58.3813 10.0025 58.3006 10.0831 58.1393ZM10.9704 58.3813C11.1318 58.3813 11.2931 58.22 11.2124 58.1393C11.1318 58.0587 11.0511 57.978 10.9704 57.978C10.8898 57.978 10.8091 58.0587 10.7284 58.1393C10.8898 58.3006 10.8898 58.3006 10.9704 58.3813ZM55.7395 59.0266V58.946H55.6589C55.6589 58.946 55.5782 58.946 55.5782 59.0266C55.5782 59.0266 55.6589 59.0266 55.7395 59.0266ZM59.2888 26.8413C59.2081 26.7606 59.2081 26.68 59.2081 26.68C59.1275 26.68 59.0468 26.68 58.9661 26.68C58.9661 26.68 58.9661 26.7606 58.8855 26.8413C59.0468 26.8413 59.2081 26.8413 59.2888 26.8413ZM111.237 25.8733C111.237 25.8733 111.156 25.8733 111.156 25.954C111.156 25.954 111.076 26.0346 111.076 26.1153C111.156 26.2766 111.237 26.3573 111.398 26.2766C111.479 26.2766 111.56 26.196 111.56 26.1153C111.479 26.0346 111.398 25.954 111.318 25.954C111.318 25.7926 111.318 25.8733 111.237 25.8733ZM90.5062 24.4213L90.4255 24.3407C90.3448 24.3407 90.2642 24.3407 90.1835 24.3407L90.1028 24.4213C90.1835 24.4213 90.3448 24.502 90.4255 24.502C90.4255 24.5827 90.4255 24.502 90.5062 24.4213ZM87.2796 24.502C86.8762 24.4213 86.7956 24.4213 86.7149 24.4213C86.6342 24.4213 86.6342 24.502 86.5536 24.5827L86.6342 24.6633C86.7956 24.5827 86.8762 24.5827 87.2796 24.502ZM73.4858 39.5864C73.4858 39.5057 73.4858 39.5057 73.4858 39.5057H73.4052L73.3245 39.5864C73.3245 39.5864 73.4052 39.5864 73.4858 39.5864ZM44.3658 19.3394C44.2851 19.3394 44.2044 19.3394 44.1238 19.4201C44.1238 19.4201 44.1238 19.5008 44.2044 19.5008C44.2851 19.5008 44.3658 19.5008 44.4464 19.5008C44.4464 19.5008 44.4464 19.4201 44.5271 19.4201C44.4464 19.3394 44.3658 19.3394 44.3658 19.3394ZM28.7974 19.5008C28.8781 19.5008 28.8781 19.4201 28.9587 19.4201L28.8781 19.3394C28.7974 19.3394 28.7167 19.3394 28.6361 19.4201C28.6361 19.4201 28.7168 19.5008 28.7974 19.5008ZM105.026 45.9589C105.107 45.8782 105.187 45.8782 105.268 45.7976C105.187 45.7169 105.107 45.6362 105.107 45.6362C104.945 45.6362 104.784 45.7169 104.865 45.7976C104.865 45.8782 104.945 45.8782 105.026 45.9589ZM61.2248 35.0691C61.3054 35.0691 61.3861 34.9885 61.4667 34.9885C61.3861 34.9078 61.3054 34.8271 61.2248 34.8271C61.1441 34.8271 61.0634 34.9078 60.9828 34.9078C61.0634 34.9885 61.1441 35.0691 61.2248 35.0691ZM59.4501 53.2188C59.5308 53.2188 59.5308 53.2188 59.6115 53.2188V53.1381C59.5308 53.0574 59.2888 53.1381 59.2888 53.2188L59.3695 53.2994C59.3695 53.2188 59.3695 53.2188 59.4501 53.2188ZM88.1669 53.0574C88.0862 53.0574 87.9249 52.9768 87.8442 52.9768C87.7635 52.9768 87.6829 53.0574 87.6022 53.1381C87.6829 53.2188 87.6829 53.2994 87.7635 53.3801C87.8442 53.3801 88.0055 53.2994 88.0862 53.2994C88.1669 53.2188 88.1669 53.1381 88.1669 53.0574ZM59.0468 55.1547C59.0468 55.2354 58.9661 55.2354 58.9661 55.2354C58.9661 55.3967 59.0468 55.3967 59.1275 55.316C59.1275 55.316 59.1275 55.2354 59.1275 55.1547C59.1275 55.2354 59.1275 55.2354 59.0468 55.1547ZM63.4834 55.2354C63.4834 55.316 63.4834 55.3967 63.4834 55.3967C63.564 55.4774 63.6447 55.4774 63.6447 55.316C63.6447 55.316 63.6447 55.2354 63.564 55.2354C63.564 55.1547 63.564 55.1547 63.4834 55.2354ZM92.3615 28.2933L92.4421 28.3739H92.5228C92.6034 28.2933 92.6035 28.2126 92.4421 28.2126C92.4421 28.2933 92.4421 28.2933 92.3615 28.2933ZM87.5216 26.8413V26.7606H87.4409L87.3602 26.8413C87.3602 26.8413 87.4409 26.8413 87.5216 26.8413ZM64.2094 26.8413C64.3707 26.8413 64.3707 26.7606 64.2094 26.68C64.2094 26.68 64.1287 26.68 64.1287 26.7606C64.2094 26.7606 64.2094 26.8413 64.2094 26.8413ZM63.2414 26.8413C63.2414 26.7606 63.2414 26.68 63.2414 26.68H63.1607C63.1607 26.7606 63.1607 26.8413 63.1607 26.8413H63.2414ZM65.258 19.1781C65.3387 19.1781 65.3387 19.1781 65.4193 19.0974C65.4193 19.0974 65.5 19.0168 65.5 18.9361C65.4193 18.8554 65.3387 18.8555 65.258 18.7748L65.1773 18.8554C65.0967 19.0974 65.1773 19.1781 65.258 19.1781ZM130.032 11.6763C130.032 11.6763 129.951 11.6763 129.951 11.7569C129.871 11.8376 129.951 11.9989 130.032 11.9989C130.032 11.9989 130.113 11.9989 130.113 11.9183C130.113 11.8376 130.113 11.7569 130.032 11.6763ZM71.3885 19.0974C71.3885 19.0974 71.4692 19.0974 71.4692 19.0168L71.3885 18.9361C71.3079 18.8554 71.2272 18.9361 71.2272 19.0168C71.3079 19.0974 71.3885 19.0974 71.3885 19.0974ZM29.9267 10.2243C30.0074 10.2243 30.0881 10.1436 29.9267 10.063C29.9267 10.063 29.8461 10.063 29.8461 10.1436C29.8461 10.1436 29.8461 10.1436 29.9267 10.2243ZM33.3953 56.1227C33.3953 56.1227 33.3147 56.1227 33.3147 56.2034C33.3147 56.284 33.3147 56.3647 33.476 56.284L33.5567 56.2034C33.476 56.2034 33.476 56.2034 33.3953 56.1227ZM9.35714 39.183L9.27648 39.1024V39.183H9.35714ZM99.3793 57.978C99.46 57.8973 99.46 57.8167 99.46 57.8167C99.46 57.736 99.3793 57.736 99.3793 57.6553C99.2986 57.6553 99.1373 57.5747 99.0567 57.5747L98.976 57.6553C98.976 57.736 99.0567 57.8973 99.0567 57.8973C99.1373 57.978 99.2986 57.978 99.3793 57.978ZM45.6564 58.946L45.7371 59.0266C45.7371 59.0266 45.8177 59.0266 45.8177 58.946L45.7371 58.8653C45.7371 58.946 45.7371 58.946 45.6564 58.946ZM97.3627 59.1073C97.4434 59.1073 97.4434 58.946 97.3627 58.8653C97.282 58.8653 97.2014 58.8653 97.1207 58.8653V58.946C97.282 59.1073 97.3627 59.1073 97.3627 59.1073ZM27.2648 12.9669L27.3454 12.8862C27.2648 12.7249 27.2648 12.7249 27.1034 12.8862C27.1841 12.8862 27.2648 12.8862 27.2648 12.9669ZM89.2155 40.7963C89.2962 40.7963 89.2962 40.7963 89.3769 40.7963C89.4575 40.7157 89.4575 40.635 89.2962 40.635C89.2962 40.635 89.2155 40.635 89.2155 40.7157C89.1349 40.7963 89.2155 40.7963 89.2155 40.7963ZM68.8879 53.0574C68.8073 53.0574 68.7266 52.9768 68.6459 52.9768C68.4846 52.9768 68.4846 53.1381 68.6459 53.2188C68.7266 53.2188 68.8073 53.2188 68.8879 53.2188V53.0574ZM77.0351 39.183L77.1158 39.2637C77.1158 39.2637 77.1964 39.2637 77.1964 39.183C77.1158 39.183 77.1158 39.1024 77.0351 39.1024C77.0351 39.183 77.0351 39.183 77.0351 39.183ZM90.4255 53.0574L90.3448 53.1381C90.3448 53.2188 90.3448 53.2188 90.4255 53.2188C90.5062 53.2188 90.5868 53.2187 90.5868 53.0574C90.5868 53.0574 90.5062 53.0574 90.4255 53.0574ZM100.025 57.8167C100.025 57.736 99.944 57.736 99.944 57.6553C99.8633 57.5747 99.7826 57.6553 99.7826 57.8167L99.8633 57.978C99.944 57.8973 99.944 57.8167 100.025 57.8167ZM41.9458 58.22L41.8652 58.1393V58.3006L41.9458 58.22ZM33.476 59.43L33.5567 59.3493L33.476 59.2686V59.43ZM80.423 8.69166C80.423 8.69166 80.5037 8.69166 80.5037 8.61099L80.423 8.53033C80.423 8.53033 80.3424 8.53033 80.3424 8.61099C80.3424 8.61099 80.3424 8.61099 80.423 8.69166ZM26.2161 12.8862L26.1355 12.8056C26.1355 12.8056 26.0548 12.8056 26.0548 12.8862L26.1355 12.9669L26.2161 12.8862ZM90.0222 14.0962V13.9349L89.9415 14.0155L90.0222 14.0962ZM59.4501 19.0168C59.3695 19.0168 59.2888 19.0974 59.3695 19.1781H59.4501C59.4501 19.0974 59.4501 19.0168 59.4501 19.0168ZM12.7451 21.6787L12.8257 21.5981H12.7451V21.6787ZM8.79249 24.26C8.79249 24.1793 8.87315 24.1793 8.87315 24.0987C8.87315 24.018 8.79249 23.9373 8.79249 23.9373C8.71182 23.9373 8.63116 23.9373 8.63116 24.018C8.63116 24.0987 8.71182 24.1793 8.71182 24.1793C8.71182 24.26 8.79249 24.26 8.79249 24.26ZM77.7611 24.502C77.8418 24.5827 77.9224 24.5827 77.8418 24.4213C77.8418 24.4213 77.7611 24.3407 77.7611 24.4213V24.502ZM82.359 24.4213L82.2783 24.502L82.359 24.5827V24.4213ZM104.381 39.2637L104.461 39.183H104.381V39.2637Z" fill="var(--fill-primary)"/><path d="M62.5151 7.88535C63.6444 7.88535 64.6931 7.80469 65.7417 7.96602C66.1451 8.04668 66.5484 7.88535 66.871 7.88535C67.2744 7.80469 67.7584 7.72402 68.1617 7.96602C68.1617 7.96602 68.2424 8.04668 68.2424 8.12735C68.2424 8.20801 68.1617 8.28868 68.1617 8.28868C67.597 8.12735 67.0324 8.53067 66.4677 8.45001C65.9837 8.36934 65.4191 8.45001 64.9351 8.45001C64.5318 8.45001 64.1284 8.45001 63.8058 8.28868C63.4025 7.96602 62.9991 7.80469 62.5151 7.88535Z" fill="var(--fill-primary)"/><path d="M79.6162 3.85156C80.9069 3.85156 82.1168 3.85156 83.4075 3.85156L83.4881 3.93223C82.8428 4.09356 82.1975 3.93223 81.5522 3.93223C80.9069 3.93223 80.2615 3.93223 79.6162 3.93223C79.6162 4.01289 79.6162 3.93223 79.6162 3.85156Z" fill="var(--fill-primary)"/><path d="M108.898 15.3864C109.301 15.467 109.463 15.467 109.705 15.467C109.785 15.467 109.866 15.6284 109.785 15.7897C109.785 15.8704 109.705 15.8704 109.705 15.951C109.624 16.0317 109.543 16.1124 109.463 16.0317C109.14 15.951 108.817 15.7897 108.495 15.709C108.172 15.6284 107.769 15.709 107.446 15.709C107.365 15.709 107.365 15.5477 107.285 15.5477L107.365 15.467C107.93 15.3057 108.495 15.3864 108.898 15.3864Z" fill="var(--fill-primary)"/><path d="M74.5347 3.85156C75.18 3.85156 75.8253 3.85156 76.4706 3.85156C76.5513 3.85156 76.632 3.93223 76.7126 4.01289L76.632 4.09356C75.8253 4.09356 75.18 4.01289 74.5347 3.85156Z" fill="var(--fill-primary)"/><path d="M111.479 12.4023C111.963 12.4023 112.528 12.4023 113.012 12.4023V12.483C112.528 12.483 112.044 12.483 111.56 12.483C111.479 12.483 111.479 12.483 111.479 12.4023Z" fill="var(--fill-primary)"/><path d="M30.4106 60.882C29.9266 60.882 29.5233 60.9627 29.0393 60.9627C28.9586 60.9627 28.9586 60.882 28.8779 60.8014L28.9586 60.7207C29.4426 60.8014 29.9266 60.882 30.4106 60.882Z" fill="var(--fill-primary)"/><path d="M109.866 12.483C109.543 12.483 109.301 12.483 108.979 12.483C108.979 12.483 108.979 12.483 108.979 12.4023C109.301 12.4023 109.543 12.4023 109.866 12.483Z" fill="var(--fill-primary)"/><path d="M59.7729 2.3999C59.6115 2.6419 59.3695 2.72256 59.2082 2.6419C59.1275 2.6419 59.0469 2.48057 59.0469 2.3999C59.0469 2.3999 59.0469 2.31924 59.1275 2.23857C59.2889 2.23857 59.5309 2.07724 59.7729 2.3999Z" fill="var(--fill-primary)"/><path d="M114.463 56.1231C114.383 56.1231 114.302 56.1231 114.222 56.0424C114.141 56.0424 114.06 55.8811 114.141 55.8004C114.141 55.7197 114.222 55.7197 114.222 55.7197C114.383 55.7197 114.544 55.7197 114.705 55.7197C114.786 55.7197 114.867 55.8004 114.947 55.8811C114.867 55.9617 114.786 56.0424 114.705 56.0424C114.625 56.1231 114.544 56.1231 114.463 56.1231Z" fill="var(--fill-primary)"/><path d="M106.881 12.483C106.72 12.483 106.639 12.483 106.478 12.483C106.397 12.483 106.397 12.483 106.316 12.483C106.397 12.483 106.397 12.4023 106.478 12.4023C106.639 12.4023 106.8 12.4023 106.881 12.483Z" fill="var(--fill-primary)"/><path d="M104.622 12.4023C104.3 12.483 104.219 12.483 104.138 12.483C104.058 12.483 103.977 12.4023 103.977 12.4023C104.058 12.4023 104.058 12.4023 104.138 12.4023C104.138 12.4023 104.219 12.4023 104.622 12.4023Z" fill="var(--fill-primary)"/><path d="M108.333 17.5656C108.656 17.485 108.817 17.485 108.898 17.4043C108.978 17.4043 109.059 17.4043 109.059 17.5656L108.978 17.6463C108.817 17.5656 108.656 17.5656 108.333 17.5656Z" fill="var(--fill-primary)"/><path d="M116.48 12.4834C116.4 12.4834 116.319 12.4834 116.238 12.564C116.158 12.564 116.158 12.564 116.077 12.564C116.158 12.564 116.158 12.4834 116.238 12.4834C116.319 12.4027 116.4 12.4027 116.48 12.4834Z" fill="var(--fill-primary)"/><path d="M4.67871 8.04668C4.67871 7.96602 4.75938 7.80469 4.75938 7.80469C4.84004 7.80469 5.00137 7.80469 5.08204 7.80469V7.88535C4.92071 8.04668 4.84004 8.20801 4.67871 8.20801C4.75938 8.20801 4.75938 8.04668 4.67871 8.04668Z" fill="var(--fill-primary)"/><path d="M100.67 59.3494C100.428 59.4301 100.347 59.4301 100.186 59.4301C100.105 59.4301 100.024 59.3494 100.024 59.2688C100.105 59.1881 100.186 59.1074 100.266 59.1074C100.347 59.1881 100.428 59.2688 100.67 59.3494Z" fill="var(--fill-primary)"/><path d="M31.9435 8.53028C31.8628 8.69161 31.7015 8.69161 31.5401 8.44961C31.5401 8.44961 31.4595 8.36895 31.4595 8.28828C31.4595 8.12695 31.5401 8.12695 31.6208 8.12695C31.7821 8.12695 31.8628 8.12695 31.9435 8.36895C31.9435 8.36895 31.9435 8.44961 31.9435 8.53028Z" fill="var(--fill-primary)"/><path d="M5.4044 60.9627C5.4044 60.9627 5.32373 60.9627 5.32373 60.882C5.32373 60.8014 5.32373 60.7207 5.48506 60.7207C5.56573 60.7207 5.64639 60.7207 5.72706 60.8014C5.80772 60.9627 5.64639 61.0434 5.4044 60.9627Z" fill="var(--fill-primary)"/><path d="M27.6682 60.9627C27.5875 60.9627 27.5068 60.882 27.5068 60.8014C27.5068 60.7207 27.6682 60.7207 27.7488 60.7207L27.8295 60.8014C27.8295 60.9627 27.8295 60.9627 27.6682 60.9627Z" fill="var(--fill-primary)"/><path d="M117.61 21.3561H117.448L117.529 21.2754L117.61 21.3561Z" fill="var(--fill-primary)"/><path d="M105.187 59.2686V59.3492H105.107C105.026 59.2686 105.107 59.2686 105.187 59.2686Z" fill="var(--fill-primary)"/><path d="M24.0382 60.3174L23.9575 60.3981C23.9575 60.3981 24.0382 60.398 24.0382 60.3174Z" fill="var(--fill-primary)"/><path d="M80.0196 5.94883L79.939 5.86816H80.0196V5.94883Z" fill="var(--fill-primary)"/><path d="M25.248 8.53027L25.3287 8.61094H25.248V8.53027Z" fill="var(--fill-primary)"/><path d="M103.413 11.5146C103.493 11.5146 103.574 11.5146 103.655 11.5146C103.655 11.5953 103.655 11.5953 103.655 11.676C103.574 11.5953 103.493 11.5953 103.413 11.5146Z" fill="var(--fill-primary)"/><path d="M7.25986 6.51367V6.675H7.1792L7.25986 6.51367Z" fill="var(--fill-primary)"/><path d="M121.965 11.1119L121.885 11.0312L121.965 11.1119Z" fill="var(--fill-primary)"/><path d="M23.7154 56.285L23.6347 56.3656C23.4734 56.3656 23.312 56.3656 23.1507 56.3656C23.07 56.3656 22.9894 56.2043 23.07 56.1236C23.07 56.043 23.1507 56.043 23.1507 55.9623C23.3927 55.8816 23.554 55.8816 23.7154 56.1236C23.7154 56.1236 23.7154 56.2043 23.7154 56.285Z" fill="var(--fill-primary)"/><path d="M12.9868 55.8805C12.6642 55.8805 12.5835 55.8805 12.5835 55.8805V55.7998C12.5835 55.8805 12.6642 55.8805 12.9868 55.8805Z" fill="var(--fill-primary)"/><path d="M19.6016 56.6871V56.6064H19.6822L19.6016 56.6871Z" fill="var(--fill-primary)"/><path d="M114.383 17.4838C114.625 17.3224 114.867 17.4031 115.109 17.4838C114.705 17.6451 114.705 17.6451 114.383 17.4838Z" fill="var(--fill-primary)"/><path d="M16.9393 19.9041C16.8586 19.9041 16.7779 19.8234 16.6973 19.8234C16.7779 19.7428 16.7779 19.7428 16.8586 19.6621C16.8586 19.6621 16.9393 19.6621 17.0199 19.6621C17.1006 19.6621 17.1813 19.7428 17.2619 19.7428C17.1813 19.8234 17.1006 19.8234 17.1006 19.9041C17.0199 19.9041 16.9393 19.9041 16.9393 19.9041Z" fill="var(--fill-primary)"/><path d="M15.6486 19.8229L15.568 19.9035L15.4873 19.8229L15.568 19.7422L15.6486 19.8229Z" fill="var(--fill-primary)"/><path d="M86.0695 19.6619C85.9082 19.6619 85.6662 19.6619 85.5049 19.6619C85.7469 19.3393 85.7469 19.3393 86.0695 19.6619Z" fill="var(--fill-primary)"/></svg>');
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
}
.about-gallery-style .fusion-grid-column:nth-child(1) .awb-imageframe-caption-title{
	--fill-primary: #d2812f;
	top: -30px;
}
.about-gallery-style .fusion-grid-column:nth-child(2) .awb-imageframe-caption-title{
	--fill-primary: #60c6ed;
	right: 20px;
	bottom: 20px;
}
.about-gallery-style .fusion-grid-column:nth-child(4) .awb-imageframe-caption-title{
	--fill-primary: #fff;
	color: #000 !important;
	right: 20px;
	bottom: 15px;
}
.about-gallery-style .fusion-grid-column:nth-child(5) .awb-imageframe-caption-title{
	--fill-primary: #689eb3;
	top: -30px;
	left: 30px;
}
.about-gallery-style .fusion-grid-column:nth-child(6) .awb-imageframe-caption-title{
	--fill-primary: #54a15d;
	top: -30px;
	left: 15px;
}
.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column img{
	object-fit: cover !important;
}
.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(1){
	width: 11.90% !important;
}
.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(1) img{
	height: 133px !important;
}
.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(2){
	width: 8.83% !important;
}
.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(2) img,
.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:last-child img{
	height: 169px !important;
}
.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(3) {
    width: 14.74% !important;
}
.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(3) img{
	height: 225px !important;
}
.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(4){
	width: 20.89% !important;
}
.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(4) img{
	height: 326px !important;
}
.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(5){
	width: 17.73% !important;
}
.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(5) img{
	height: 276px !important;
}
.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(7){
	width: 12.39% !important;
}
.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(7) img{
	height: 250px !important;
}
.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:last-child{
    width: 12% !important;
}
.about-gallery2-style .fusion-grid-column:nth-child(1) .awb-imageframe-caption-title{
	--fill-primary: #c4efff;
	color: #000 !important;
	bottom: -25px;
	left: 20px;
}
.about-gallery2-style .fusion-grid-column:nth-child(2) .awb-imageframe-caption-title{
	--fill-primary: #9eff91;
	color: #000 !important;
	right: 0px;
	bottom: -20px;
}
.about-gallery2-style .fusion-grid-column:nth-child(3) .awb-imageframe-caption-title{
	--fill-primary: #9c9dff;
	right: 20px;
	bottom: -10px;
}
.about-gallery2-style .fusion-grid-column:nth-child(4) .awb-imageframe-caption-title{
	--fill-primary: #db81ff;
	left: -30px;
	bottom: -15px;
}
.about-gallery2-style .fusion-grid-column:nth-child(5) .awb-imageframe-caption-title{
	--fill-primary: #879297;
	bottom: 20px;
	right: 10px;
}
.about-gallery2-style .fusion-grid-column:nth-child(7) .awb-imageframe-caption-title{
	--fill-primary: #d29175;
	bottom: 10px;
	right: -30px;
}
.about-gallery2-style .fusion-grid-column:nth-child(8) .awb-imageframe-caption-title{
	--fill-primary: #003549;
	right: -20px;
	bottom: 10px;
}
.about-gallery-style,
.about-gallery2-style{
	position: relative;
}
.about-gallery-style::before,
.about-gallery2-style::before{
	content:'';
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 9;
}
.about-gallery-style::before{
	background-image: url('/wp-content/uploads/2026/03/Gallery1-Before.png');
	width: 222px;
	height: 294px;
	top: 0px;
	left: 2.4%;
}
.about-gallery2-style::before{
	background-image: url('/wp-content/uploads/2026/03/Gallery2-Before.png');
	width: 340px;
	height: 244px;
	bottom: -40px;
    left: 48%;
}
/* Contact Page Banner Code */
.contact-banner,
.contact-img > .fusion-column-wrapper{
	position: relative;
}
.contact-banner::before{
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(90.41deg, #FFDDD3 8%, rgba(255, 221, 211, 0) 99.68%);
}
.contact-banner{
	background-size: cover !important;
}
.contact-banner > .fusion-row{
	z-index: 9;
}
.ctr-img1 img{
	height: 350px !important;
    width: 285px !important;
    object-fit: cover;
}
.ctr-img2 img{
	height: 264px !important;
    width:197px !important;
    object-fit: cover;
}
.fusion-image-element:has(.ctr-img2){
	position: absolute;
	bottom: 0px;
	left: 255px;
}
.ctr-img1{
	transform: rotate(-10deg);
	margin-left: 30px !important;
	margin-bottom: 24px !important;
}
.contact-form-style{
	display: flex;
	gap: 15px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col-6{
	width: calc((100% - 15px)/2);
}
.col-12{
	width: 100%;
}
.contact-form-style .btn-style{
	margin-top: 15px !important;
}
.social-icon-box {
    background: rgba(253, 243, 209, 1);
    padding: 40px 20px;
}
.social-icon-box br{
	display: none !important;
}
.social-icon-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.social-icon-wrap i{
    color: rgba(37, 170, 225, 1);
    font-size: 22px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(37, 170, 225, 1);
    border-radius: 50%;
	transition: all 0.3s ease-in-out;
}
.social-icon-wrap i:hover{
	background-color: rgba(37, 170, 225, 1);
	color: #fff;
}
.social-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
}
.contact-info-box {
    display: flex;
    align-items: center;
	gap: 10px;
}
.contact-info-img{
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
}
.contact-info-img i{
    font-size: 31px;
    color: rgba(37, 170, 225, 1);
}
.contact-info-text{
	width: calc(100% - 75px);
}
.contact-info-text p{
	color: rgba(83, 88, 98, 1);
	font-size: 14px;
	margin-bottom: 0px !important;
}
.contact-info-text a{
	font-size: 1.3vw;
	color: rgba(24, 24, 24, 1);
	font-weight: 500 !important;
}
.contact-form-img{
	padding-bottom: 70px !important;
	padding-right: 9% !important;
}
.fusion-image-element:has(.ct-form-img2){
	position: absolute;
	right: 50px;
	bottom: 0px;
	transform: rotate(-9deg);
	z-index: 9;
}
.ct-form-img2 img{
	width: 250px;
	height: 322px;
	object-fit: cover;
}
.contact-banner > .fusion-row{
	display: flex !important;
	align-items: center !important;
	position: relative;
}

.contact-banner > .fusion-row::before{
	background-image:url(/wp-content/uploads/2026/03/Contact-Before1.png);
	left: -5.5%;
	top: 0px;
	width:61px;
	height:80px;
}
.contact-banner::after{
	background-image:url(/wp-content/uploads/2026/03/Orange_Airplan.png);
	right: 0;
	top: 50px;
	width:170px;
	height:123px;
	transform: rotate(-45deg);
}

/* Explore Page Code */
.banner-inner-page{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
}
.banner-inner-page > .fusion-row,
.blog-details-banner{
	display: flex !important;
	align-items: center;
	justify-content: stretch;
	flex-wrap: wrap;
}

.banner-icon1::before,
.single-country-banner.banner-icon1 > .fusion-row::before{
	background-image:url(/wp-content/uploads/2026/03/Vector.png);
	left: -5px;
	top: 50px;
	width:61px;
	height:80px;
}
.banner-icon1::after{
	background-image:url(/wp-content/uploads/2026/04/Banner-Icon1.png);
	right: 0;
	top: 100px;
	width:196px;
	height:70px;
}

.explore-img-wrap > .fusion-column-wrapper{
	position: relative;
	padding-right: 65px !important;
	padding-bottom: 40px !important;
}
.explore-banner img{
	object-fit: cover;
}
.explore-img1 img{
	height: 400px;
}
.explore-img2 img{
	width: 219px;
	height: 150px;
}
.explore-img3 img{
	height: 410px;
}
.explore-img3{
	margin-top: auto !important;
}
.fusion-image-element:has(.explore-img2){
	text-align: right;
	margin-right: -50px;
	margin-top: -50px;
}
.banner-inner-page:not(.single-country-banner) .fusion-search-button.search-button {
    position: relative !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 170, 225, 1);
}
.banner-inner-page:not(.single-country-banner) .searchform .fusion-search-form-content .fusion-search-field {
    flex-grow: unset;
    width: calc(100% - 60px);
}
.banner-inner-page:not(.single-country-banner) .fusion-search-button.search-button .searchsubmit{
    filter: brightness(0) invert(1);
}
.explore-content .fusion-column-wrapper{
    max-width: 530px;
    margin: auto !important;
}
.tab-pane,
.tab-tag-pane,
.popular-tab-pane{
	display: none !important;
	position: relative;
}
.tab-pane.active,
.tab-tag-pane.active,
.popular-tab-pane.active{
	display: block !important;
}
.popular-tabs-wrap{
	overflow-x: auto !important;
}
.popular-tabs {
    padding: 0;
    list-style: none;
	display: flex; 
	flex-wrap: nowrap; 
	gap: 15px; 
	width: max-content; 
	margin: 0 auto;
}
.tab-btn,
.tab-tag-btn {
    color: rgba(37, 170, 225, 1);
    padding: 7px 20px;
    border: 1px solid rgba(37, 170, 225, 1);
    border-radius: 7px;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
}
.tab-btn:hover,
.tab-btn.active,
.tab-tag-btn:hover,
.tab-tag-btn.active{
	background: rgba(37, 170, 225, 1);
	color: #fff;
}
.popular-tabs-content,
.tag-tabs-content{
	overflow: hidden;
	margin-top: 40px;
}
.spots-img{
	height: 470px;
	width: 100% !important;
	object-fit: cover;
}
.spots_content {
    padding: 20px;
    border-left: 4px solid rgba(37, 170, 225, 1);
}
.spots-tit {
    font-size: 22px !important;
    font-weight: 500 !important;
	line-height: 1.5em !important;
}
.spots-wrapper{
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0 15px;
}
.spots-wrapper:nth-child(even){
	flex-direction: column-reverse;
}
.slick-counter {
    text-align: center;
    color: rgba(150, 159, 183, 1);
	padding: 15px;
    margin-top: 40px;
}
.slick-counter::first-letter,
.slick-counter .current{
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.spots-list button.slick-arrow{
	right: 40.5% !important;
	top: unset;
	bottom: 0px !important;
    transform: translateX(-50%);
}
.spots-list button.slick-arrow.slick-prev {
    right: unset !important;
    left: 44.5% !important;
}
.map-counter-box-style{
	max-width: 980px;
	margin: auto !important;
}
.map-counter-box-style .fusion-counter-box{
	padding: 0px !important;
}
.counter-box-container{
	padding: 0px 15px !important;
	border: none !important;
}
.map-counter-box-style .fusion-counter-box:nth-child(2) .counter-box-container{
	border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
	border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.spots-tag-list:not(:has(.slick-list)){
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
.spots-tag-list > .spots-tag-wrapper{
	flex-basis: calc((100% - 60px)/3);
}
.spots-tag-list .spots-tag-wrapper{
	border: 1px solid rgba(239, 225, 182, 1);
}
.spots-tag-list .slick-dots {
	bottom: unset;
	position: relative;
	margin-top: 30px;
}
.spots-tag-list .slick-dots li button{
	border: 2px solid #25aae1;
}
.spots-tag-list .slick-dots li.slick-active button{
	background: #25aae1;
}
.spots-tag-wrapper .spots-img{
    height: 288px;
}
.spots_tag_content {
    padding: 20px 15px;
    text-align: center;
}
.category #main{
	padding: 90px 15px !important;
}
.category:not(.tax-destination_category) header{
    box-shadow: 0px 6px 10px 5px rgba(189, 189, 189, 0.10);
}
.tax-destination_category #main{
	padding: 0px !important;
}
.tax-destination_category #main > .fusion-row{
	max-width: 100% !important;
}
.category-banner .new-container {
    display: flex;
	align-items: center;
    gap: 30px;
	min-height: 320px;
}
.category-banner .new-container > div{
	width: calc((100% - 30px)/2);
}

.banner-inner-page.category-banner {
    background-position: bottom center;
}
.category-banner.banner-icon1::before,
.banner-icon1.resourses-banner-icon1::before,
.banner-icon1.blog-page-banner::before{
	background-image:url(/wp-content/uploads/2026/03/Contact-Before1.png);
}
.category-banner.banner-icon1::after,
.banner-icon1.resourses-banner-icon1::after,
.banner-icon1.blog-page-banner::after,
.blog-details-banner.banner-icon1::after,
.single-country-banner.banner-icon1::after{
	background-image:url(/wp-content/uploads/2026/03/Orange_Airplan.png);
	top: 50px;
    width: 170px;
    height: 123px;
    transform: rotate(-15deg);
}
.banner-img-wrap br{
	display: none;
}
.banner-img-wrap,
.image-box3-style .fusion-column-content{
	text-align: center;
	position: relative;
	padding-bottom:20px;
	padding-top:20px;
}
.banner-img-wrap::before,
.about-img2-before::before,
.image-box3-style .fusion-column-content::before{
	background-image:url(/wp-content/uploads/2026/03/Gallery1-Before.png);
	left: 46%;
    transform: translatex(-50%);
    bottom: 160px;
    width: 150px;
    height: 215px;
    z-index: 9;
    background-size: contain;
}
.banner-img-wrap img{
	border: 10px solid #fff;
	object-fit:cover;
}
.banner-img-wrap img:nth-child(1),
.banner-img-wrap img:nth-child(2),
.image-box3-style .fusion-column-content > .fusion-image-element:nth-child(1),
.image-box3-style .fusion-column-content > .fusion-image-element:nth-child(2){
    height: 346px;
    width: 41%;
    display: inline-block;
    margin: 0 18px;
}
.banner-img-wrap img:nth-child(1),
.image-box3-style .fusion-column-content > .fusion-image-element:nth-child(1){
	transform: rotate(-10deg);
}
.banner-img-wrap img:nth-child(2),
.image-box3-style .fusion-column-content > .fusion-image-element:nth-child(2){
	transform: rotate(10deg);
}
.banner-img-wrap img:nth-child(3),
.image-box3-style .fusion-column-content > .fusion-image-element:nth-child(3){
    height: 218px;
    width: 162px;
	position:absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: 0px;
}
.image-box3-style .fusion-column-content > .fusion-image-element > .fusion-imageframe,
.image-box3-style .fusion-column-content > .fusion-image-element > .fusion-imageframe img{
	height: 100% !important;
	width: 100% !important;
	object-fit: cover !important;
}
.category-banner .banner_content p{
	max-width: 600px;
    line-height: 1.5em;
}
.category-image-gallery img,
.gallery-img-slider img{
	height:400px;
	object-fit: cover;
}
.category-gallery-item,
.gallery-img-slider > .fusion-column-wrapper .fusion-image-element{
	margin: 12px 6px;
}
.new-popular-sopts h2,
.travel-post-section h2{
	text-align: center;
	margin-bottom: 30px;
}
.new-popular-sopts .tab-btn {
    border: 1px solid rgba(84, 90, 100, 1);
    color: rgba(84, 90, 100, 1);
    background-color: #fff;
}
.new-popular-sopts .tab-btn.active,
.new-popular-sopts .tab-btn:hover{
	border: 1px solid rgba(250, 110, 79, 1);
	background-color: rgba(250, 110, 79, 1);
	color: #fff;
}
.new-popular-sopts .spots-wrapper{
	position: relative;
}
.new-popular-sopts .spots_content {
	background-color: #fff !important;
	text-align: center;
	width: 92%;
    padding: 15px;
    text-align: center;
	border-left: none;
    border-bottom: 4px solid rgba(37, 170, 225, 1);
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translatex(-50%);
}
.new-popular-sopts .spots-tit {
	font-size: 18px !important;
}
.spots-tag-list > .resource-wrapper{
	width: calc((100% - 60px)/3);
	margin: 0px;
}
.travel-post-section .btn-style {
    margin: 40px auto 0;
}
.banner-inner-page.contact-banner {
	min-height: 520px !important;
	display: flex;
	align-items: center;
}
/* Work With Me Code */
.banner-inner-page.contact-banner > .fusion-row::before{
	top: -60%;
}
.about-img2-before::before{
	bottom: -62px;
}
.page-id-3150 .about-meet-section::before,
.before-none::before,
.before-none::after,
.all-btn-wrap br{
	display: none !important;
}
.your-faith-section{
	background-size: cover !important;
	display: flex;
	align-items: center;
	min-height: 540px !important;
	background-position: top !important;
}
.your-faith-section::before{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	background: linear-gradient(267.55deg, rgba(37, 170, 225, 0) 27.52%, rgba(37, 170, 225, 0.8) 56.79%, #25AAE1 97.62%);
}
.your-faith-section h2{
	max-width: 660px !important;
}
h2:has(.span-faith-text){
	font-size: 90px !important;
	line-height: 0.9em !important;
}
.span-faith-text {
	font-size: 60px;
	color: #fff;
	font-family: 'Marcellus';
	margin-left: -22px;
}
.strategic-image img{
    height: 560px !important;
    object-fit: cover;
}
.cultural-experience-section .btn-style{
	margin: 10px auto 0px !important;
}
.cultural-experience-section img{
	height: 340px !important;
	width: 100% !important;
	object-fit: cover;
}
.cultural-experience-section > .fusion-row > .fusion-column-first{
	transform: translate(23%, 10%);
    z-index: 9;
    rotate: -10deg;
}
.cultural-experience-section > .fusion-row > .fusion-column-last{
	transform: translate(-23%, 10%);
    z-index: 9;
    rotate: 10deg;
}
/* 
Resourses Page Code */
.planning-posts{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.planning-posts > div{
	width: calc((100% - 60px)/3);
	text-align: center;
}
.planning-posts.planning-travel-planning .planning-box-back,
.fusion-tabs.new-tab-style .tab-pane::before,
.fusion-tabs.new-tab-style .tab-pane::after{
	display: none !important;
}
.planning-posts.planning-travel-planning > div{
	width: calc((100% - 30px)/2);
	text-align: left;
}
.planning-travel-planning .planning-content {
    display: flex;
    gap: 20px;
	justify-content: stretch;
}
.planning-travel-planning .planning-left {
    width: 175px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	border-radius: 10px;
}
.planning-travel-planning .planning-right {
    width: calc(100% - 200px);
}

.planning-box-front,
.resourses-box-front > .fusion-column-wrapper{
	background-color: #fff !important;
    border: 2px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 8px -9px 50px 0px rgba(178, 151, 59, 0.1) !important;
    padding: 24px !important;
    border-radius: 20px !important;
}
.planning-left,
.resourses-icon-style{
	background: rgba(0, 0, 0, 0.05);
}
.planning-right h2{
	color: rgba(250, 110, 79, 1);
    font-size: 25px !important;
    font-family: 'Inter' !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
}
.planning-right p{
	color: rgba(84, 90, 100, 1);
}
.planning-posts:not(.planning-travel-planning) .planning-left,
.resourses-icon-style{
    width: 120px;
    height: 120px;
    padding: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.planning-posts:not(.planning-travel-planning) .planning-box-inner,
.country-map{
	display: grid;
	perspective: 1000px;
	cursor: pointer;
}

.planning-posts:not(.planning-travel-planning) .planning-box-front, 
.planning-posts:not(.planning-travel-planning) .planning-box-back,
.country-map .country-box-font,
.country-map .country-box-back{
	grid-area: 1 / 1; /* Stacks elements without absolute positioning */
	backface-visibility: hidden;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}
.planning-posts:not(.planning-travel-planning) .planning-box-back,
.country-map .country-box-back{
	transform: rotateY(180deg);
}
.planning-posts:not(.planning-travel-planning) .planning-box-inner:hover .planning-box-front,
.country-map:hover .country-box-font{
	transform: rotateY(180deg);
}
.planning-posts:not(.planning-travel-planning) .planning-box-inner:hover .planning-box-back,
.country-map:hover .country-box-back{
	transform: rotateY(0deg);
}
.planning-box-back{
	border-radius: 20px;
	overflow: hidden;
}
.planning-box-back img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.resourses-box-front{
	padding: 0px 15px !important;
}
.new-tab-style{
	margin-bottom: 0px !important;
}
.fusion-tabs.new-tab-style.horizontal-tabs .nav{
	border: none !important;
}
.fusion-tabs.new-tab-style .tab-pane,
.fusion-tabs.new-tab-style .nav-tabs{
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}
.fusion-tabs.new-tab-style .nav-tabs{
    margin: 0;
    display: flex;
    justify-content: center;
	gap: 15px;
}
.fusion-tabs.new-tab-style .nav-tabs.nav-justified>li {
	display: inline-block;
	width: auto;
}
.fusion-tabs.new-tab-style .nav-tabs li .tab-link{
	border: 1px solid rgba(84, 90, 100, 1) !important;
	padding: 10px 20px !important;
	border-radius: 10px !important;
	font-size: 16px !important;
	background-color: #fff !important;
}
.fusion-tabs.new-tab-style .nav-tabs li.active .tab-link,
.fusion-tabs.new-tab-style .nav-tabs li .tab-link:hover{
    background-color: #25aae1 !important;
	border: 1px solid #25aae1 !important;
}
.fusion-tabs.new-tab-style .nav-tabs li.active .tab-link *,
.fusion-tabs.new-tab-style .nav-tabs li .tab-link:hover *{
	color: #fff !important;
}
.fusion-tabs.new-tab-style .tab-pane{
	color: rgba(84, 90, 100, 1);
	margin-top: 45px;
}
.fusion-tabs.new-tab-style .tab-pane ul{
    margin: 0;
    padding-left: 20px;
}
.fusion-tabs.new-tab-style .tab-pane ul li{
	margin-bottom: 7px;
}
.fusion-tabs.new-tab-style .tab-pane ul li:last-child{
	margin-bottom: 0px;
}
.fusion-tabs.new-tab-style .tab-content>.active {
    display: flex !important;
    gap: 35px;
    flex-wrap: wrap;
	align-items: center;
}
.tab-img-left,
.tab-content-right{
	width: calc((100% - 35px)/2);
}
.tab-img-left img{
    border: 15px solid rgba(207, 241, 255, 1);
}
.banner-icon1.resourses-banner-icon1::after{
	top: unset;
	bottom: 60px;
}
/* Services Page Code Start */
.services-banner{
	position: relative;
}
.services-banner::after,
.different-section::after{
	background-image: url('/wp-content/uploads/2026/03/Frame.png');
	width: 180px;
	height: 180px;
	left: 30%;
    top: -80px;
	background-size: contain;
}
.services-banner::before{
	background-image: url('/wp-content/uploads/2026/03/Vector.png');
	width: 60px;
	height: 94px;
	left: 0px;
	top: 90px;
	background-size: contain;
}
.services-left-content > .fusion-column-wrapper > .fusion-column-content-centered > .fusion-column-content{
	margin-left: 10% !important;
    padding: 50px 30px 50px 15px !important;
}
.services-right-img{
	margin-top: auto !important;
	padding-top: 40px !important;
}
.ul-style-check {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ul-style-check li{
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}
.ul-style-check li:last-child{
	margin-bottom: 0px;
}
.ul-style-check li::before{
	content: "\f058"; 
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 
	display: inline-block;
	color: rgba(250, 110, 79, 1);
}
.for-you-section{
	background-position: top 70px right !important;
}
.services-video-content{
	z-index: 9 !important;
}
.services-video-content h2{
	max-width: 850px !important;
	margin: auto !important;
}
.services-video-section{
	background-size: cover !important;
}
.services-video-section .fusion-video{
	max-width: 615px !important;
	margin: 0px auto !important;
}
.services-video-section > .fusion-column-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}
.services-video-content::before {
    background-image: url(/wp-content/uploads/2026/03/Frame.png);
	background-size: contain;
	top: 40px;
	left: 0px;
	width: 186px;
	height: 187px;
	transform: rotate(-45deg);
}
.merge-image-wrap .fusion-image-element:has(.merge-image-1){
	width: 62% !important;
	transform: rotate(5deg);
	margin-left: 30px;
	margin-top: 20px;
}
.merge-image-wrap .fusion-image-element:has(.merge-image-2){
	margin-right: 19%;
    margin-top: -240px;
    transform: rotate(-9deg);
    z-index: 9;
    position: relative;
}
.merge-image-wrap img,
.merge-image-wrap2 img{
    object-fit: cover;
}
.merge-image-1 img{
    height: 540px;
}
.merge-image-2 img{
    width: 260px;
    height: 354px;
}
.merge-image-wrap::before{
	background-image:url(/wp-content/uploads/2026/03/Gallery1-Before.png);
    background-size: contain;
    right: 25%;
    bottom: 350px !important;
    z-index: 9;
    transform: rotate(12deg);
    width: 222px;
    height: 294px;
}
.merge-image-wrap > .fusion-column-wrapper{
	z-index: 1;
	position: relative;
}
.merge-image-wrap.merge-image-wrap2 .fusion-image-element:has(.merge-image-1){
	margin-right: 30px;
	margin-left: auto !important;
}
.merge-image-wrap.merge-image-wrap2 .fusion-image-element:has(.merge-image-2){
	margin-left: 13%;
}
.merge-image-wrap.merge-image-wrap2::before{
	right: unset;
	left: 90px;
	bottom: 310px !important;
	transform: rotate(18deg);
}
.fusion-builder-row-6.work-img-content2::before{
	background-image: url(/wp-content/uploads/2026/04/Banner-Icon1.png);
	width: 196px;
	height: 70px;
	background-size: contain;
	top: 0px;
	right: -52px;
	transform: rotate(-310deg);
}
.experiences-section,
.different-section{
	overflow: hidden !important;
}
.simg-before > .fusion-column-wrapper::before,
.experiences-section::before{
	background-image: url(/wp-content/uploads/2026/04/Services-Before1.png);
	width: 380px;
	height: 132px;
	right: 6%;
	top: 0px;
	background-size: contain;
}
.different-section::after{
	transform: rotate(30deg);
}
.fusion-builder-row-7{
	z-index: 9 !important;
}
.different-section::after{
	z-index: 1;
}
.services-video-section{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.experiences-section::before {
	width: 350px;
	height: 130px;
	right: unset;
	left: 4%;
	top: -63px;
	transform: rotate(40deg);
}
.services-video-content .btn-style{
	margin-left: auto !important;
	margin-right: auto !important;
}
.step-style{
	background-color: #000;
	display: inline-block !important;
	padding: 4px 20px !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	border-radius: 20px !important;
}
.page-id-3381 .fusion-builder-row-6.work-img-content2::before{
	display: none !important;
}
.before-after-box > .fusion-column-wrapper{
    border: 2px solid rgba(0, 0, 0, 0.1) !important;
    padding: 30px 50px !important;
    background: #fff !important;
    border-radius: 20px !important;
    margin: 0 15px !important;
}
.before-after-box h2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding-bottom: 20px !important;
    margin-bottom: 25px !important;
}
.before-after-top-content{
	background-position: top 90px right !important;
}
.coach-img-style .fusion-column-content{
	margin-top: auto !important;
}
.meat-coach-section.experiences-section::before {
    left: 25% !important;
}
.step3-section::before{
	background-image: url(/wp-content/uploads/2026/04/Booked-before-e1775658070787.png);
	width: 217px;
	height: 70px;
	right: 0px;
	top: 0px;
	background-size: contain;
}
.step2-section .fusion-column-first::before{
	background-image: url(/wp-content/uploads/2026/04/Booked-before2-e1775658428376.png);
	width: 309px;
	height: 148px;
	right: -150px;
	top: 0px;
	background-size: contain;
}
.meat-coach-section > .fusion-builder-row > .fusion-column-last{
	padding-right: 6% !important;
	padding-left: 30px !important;
}

/* Blog Page Code Start */
.blog-page-banner{
	background-size: contain !important;
    background-position: bottom 60px center !important;
}
.blog-page-banner > .fusion-row{
	padding-top: 60px !important;
}

.blog-banner-content{
	background-image: var(--awb-bg-image);
	background-color: var(--awb-bg-color);
	padding: 0px 80px !important;
}
.blog-page-banner .fusion-imageframe:not(.blog-banner-img2) {
	height: 330px !important;
	width: 100% !important;
}
.blog-page-banner .fusion-imageframe img{
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
}
.blog-page-banner .fusion-image-element:has(.blog-banner-img2) {
	position: absolute;
	z-index: 9;
}
.blog-page-banner .blog-left-img .fusion-image-element:has(.blog-banner-img2){
	top: -60px;
	right: -70px;
}
.blog-page-banner .blog-right-img .fusion-image-element:has(.blog-banner-img2){
	bottom: -40px;
	left: -58px;
}
.blog-page-banner .fusion-imageframe.blog-banner-img2 {
    height: 200px !important;
    width: 148px !important;
}
.blog-page-banner .blog-left-img .fusion-imageframe:not(.blog-banner-img2){
	transform: translate(22%, 1%);
    z-index: 9;
    rotate: -12deg;
}
.blog-page-banner .blog-right-img .fusion-imageframe:not(.blog-banner-img2){
	transform: translate(-22%, 1%);
    z-index: 9;
    rotate: 12deg;
}
.blog-all-cat,
.blog-all-cat2{
	color: rgba(250, 110, 79, 1) !important;
	font-size: 22px !important;
	margin-top: 80px !important;
	margin-bottom: 10px !important;
}
.blog-all-cat,
.blog-col-cat1,
.blog-col-cat2,
.blog-all-cat2{
	display: flex;
	justify-content: center;
}
.blog-cat {
    margin-bottom: 0 !important;
    padding: 0 15px;
    border-right: 1px solid rgba(250, 110, 79, 1);
    line-height: 1em !important;
}
.blog-cat a{
	color: #fa6e4f;
}
.blog-col-cat2 .blog-cat:last-child,
.blog-all-cat2 .blog-cat:last-child{
    border-right: none;
}
.all-resource-wrapper{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
.all-resource-wrapper > div:not(:first-child){
	width: calc((100% - 60px)/3);
}
.all-resource-wrapper > div{
	margin: 0px !important;
}
.all-resource-wrapper .resource-wrapper:first-child{
    display: flex;
    gap: 40px;
    width: 100%;
	align-items: center;
}
.all-resource-wrapper .resource-wrapper:first-child > *{
	width: 50%;
}
.all-resource-wrapper .resource-wrapper:first-child img {
    height: 390px !important;
}
.all-resource-wrapper .resource-wrapper:first-child .tit-blg{
	margin-top: 0px !important;
}
.all-resource-wrapper .resource-wrapper:first-child .resources-text {
    margin: 18px 0 25px !important;
}
.hidden-post {
	display: none !important;
}
.readAllWrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

/* Blog Category Page Code Start */
.category #posts-container > .fusion-posts-container{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.category #posts-container > .fusion-posts-container > article{
	width: calc((100% - 30px)/2);
	margin-bottom: 0px !important;
}
.category .fusion-meta-info .fusion-alignleft,
.category .fusion-image-wrapper .fusion-rollover{
    display: none !important;
}
.category .fusion-meta-info .fusion-alignright {
    display: block;
    float: unset;
    margin-left: 0;
}
.category .fusion-meta-info .fusion-alignright a::after{
	top: unset;
    right: unset;
    padding-left: 0;
    position: relative;
    transform: unset;
}
.category .fusion-load-more-button.fusion-blog-button{
	margin-top: 45px !important;
	width: 28%;
}


/* Blog Details Page Code Start */
.single-post #main,
.single-country #main,
.single-destination #main{
	padding: 0px !important;
}
.single-post #main .fusion-row,
.single-country #main > .fusion-row,
.single-destination #main > .fusion-row{
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
}
body.has-sidebar #main .sidebar {
    box-shadow: 0px 4px 50px 7px rgba(189, 189, 189, 0.25);
	padding: 60px 20px;
    border-radius: 30px;
}
.sidebar p{
	margin-top: 0px !important;
}
.sidebar h2{
    font-family: 'Inter' !important;
    font-size: 26px !important;
    font-weight: 500 !important;
	text-align: center;
	margin-bottom: 20px !important;
}

.sidebar-author{
	text-align: center;
}
.sidebar-author h2{
    margin-top: 25px;
}
#sidebar .btn-style2, #sidebar .btn-style {
	margin: 18px auto 0px !important;
}
.sidebar-video-section{
	background: 
		linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
		url('/wp-content/uploads/2026/03/Gallery14.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
}
.sidebar-video-section .orange-title-bg {
    text-align: left;
    color: #fff;
    font-size: 24px !important;
    background-position: right;
}
.sidebar-cultural{
	background: linear-gradient(rgb(255 255 255 / 60%), rgb(255 255 255 / 60%)), url(/wp-content/uploads/2026/04/sidebar-bg2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	margin: 0 -20px !important;
}
.sidebar section:has(.sidebar-newsletter){
	margin-top: -100px;
}
.sidebar-newsletter {
    background-color: rgba(207, 241, 255, 1);
    padding: 30px 20px;
}
.sidebar-newsletter h2{
	text-align: left;
}
.sidebar-newsletter .newsletter-form-style > p {
    flex-direction: column;
}
.sidebar-newsletter .newsletter-form-style .wpcf7-form-control-wrap:has(input[type="email"]) {
    width: 100% !important;
}
#sidebar .sidebar-newsletter .btn-style {
    margin: 0px auto 0px !important;
    width: 100%;
}
.title-border {
    text-align: left !important;
    border-bottom: 1px solid rgba(207, 216, 230, 1);
    padding-bottom: 12px;
}
.category-recommended .recommended-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}
.category-recommended .recommened-img{
	width: 100px;
    height: 95px;
	object-fit: cover;
	border-radius: 10px;
}
.category-recommended .recommended_content{
	width: calc(100% - 115px);
}
.tit-recommended {
    font-weight: 500 !important;
    margin-bottom: 12px;
}
.recommended_content a{
    color: rgba(37, 170, 225, 1);
    font-size: 15px;
}
.category-travel .all-recommended-post button.slick-arrow{
	top: 50%;
	transform:translatey(-50%);
	z-index: 9;
}
.category-travel .all-recommended-post button.slick-arrow:hover{
	background-color: #fff !important;
	border: 2px solid #fff !important;
}
.category-travel .all-recommended-post .slick-track{
	z-index: 1;
	position: relative;
}
.category-travel .all-recommended-post button.slick-arrow.slick-prev {
	left: 15px;
	right: unset;	
}
.category-travel .all-recommended-post .recommended-img{
	position: relative;
	margin-bottom: 20px !important;
	border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}
.category-travel .all-recommended-post .recommended-img::before{
	content:'';
	position:  absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E9E7CB 100%);
}
.blog-details-banner{
	min-height: 530px;
	position: relative;
}
.blog-details-banner::before,
.single-country-banner.banner-icon1::before{
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: linear-gradient(90.41deg, #25AAE1 8%, rgba(37, 170, 225, 0) 99.68%);
}
.blog-details-banner .new-container,
.single-country-banner.banner-icon1 > .fusion-row{
	z-index: 9;
}
.blog-details-banner h1{
    color: #fff;
    max-width: 1000px;
}
.author-section {
    display: flex;
    gap: 15px;
    align-items: center;
	border-bottom: 1px solid rgba(207, 216, 230, 1);
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.author-section img{
	width: 100px !important;
	height: 100px !important;
	object-fit: cover;
}
/*.author-details{
	width:calc(100% - 115px);
}*/
.author-details h3{
    font-family: 'Inter';
    font-size: 28px;
    font-weight: 500 !important;
}
.author-details p{
	color: rgba(84, 90, 100, 1);
	font-size: 20px !important;
}
.single-post .post-slideshow,
.single-post .fusion-post-title-meta-wrap,
.single-post .ess-buttons{
	display: none !important;
}
.single-post .post-content p{
	color: rgba(84, 90, 100, 1);
}
.single-post .post-content h2,
.single-post .post-content h3{
	margin-bottom: 20px !important;
}
.related-title{
	margin-bottom: 30px;
}
.all-related-posts{
	margin: 0px -15px;
}
.disqus-footer__wrapper.disqus-footer__wrapper--refresh{
	display: none !important;
}
.all-related-posts .tit-blg{
	margin-bottom: 15px !important;
}
.post-comments h2{
	margin-bottom: 15px !important;
}
.single .comments-container {
    margin-top: 20px !important;
}
.commentlist,
.comment-respond .fusion-title{
    margin-bottom: 0 !important;
}
#comment-textarea textarea{
	max-width: 100% !important;
}
#respond {
    margin-top: 20px !important;
}

/* Travel Map Page Code Start */
.travel-map-img-wrap > .fusion-column-wrapper{
	position: relative;	
}
.travel-map-img2{
	width: 210px;
	height: 150px;
}
.travel-map-img2 img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
.travel-map-img-wrap .fusion-image-element:has(.travel-map-img2){
	position: absolute;
	bottom: 30px;
    right: 45px;
}
.country-tab-section .fusion-tabs.vertical-tabs .nav{
    background-color: rgba(245, 245, 245, 1);
    border: none !important;
	height: fit-content !important;
    padding: 30px !important;
}
.country-tab-section .fusion-tabs.vertical-tabs .nav-tabs {
	border: none !important;
	background-color: transparent;
}
.country-tab-section .fusion-tabs .nav-tabs li{
	margin-bottom: 15px !important;
}
.country-tab-section .fusion-tabs .nav-tabs li:last-child{
	margin-bottom: 0px !important;
}
.country-tab-section .fusion-tabs.vertical-tabs .nav-tabs li .fusion-tab-heading {
    justify-content: center !important;
	text-align: center !important;
}
.country-tab-section .fusion-tabs.vertical-tabs.classic .nav-tabs>li>.tab-link{
    border: 1px solid rgba(84, 90, 100, 1) !important;
    text-align: center !important;
    border-radius: 7px;
}
.country-tab-section .fusion-tabs.vertical-tabs.classic .nav-tabs>li.active>.tab-link{
	background: rgba(37, 170, 225, 1) !important;
	border: 1px solid rgba(37, 170, 225, 1) !important;
}
.country-tab-section .fusion-tabs.vertical-tabs.classic .nav-tabs>li.active>.tab-link .fusion-tab-heading{
	color: #fff !important;
}
.country-tab-section .fusion-tabs.vertical-tabs .tab-pane {
	border: none !important;
	background: rgba(253, 243, 209, 1);
	padding: 44px 30px !important;
}
.country-tab-section .fusion-tabs.vertical-tabs .tab-content {
	padding-left: 30px;
}
.country-map-content {
    display: flex;
    align-items: center;
    gap: 3%;
}
.country-box1 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    align-items: stretch;
	width: calc(100% - 38%);
}
.country-box2{
	width: 35%;
}
.country-box1 > div{
	width: calc((100% - 20px)/2);
}
.country-map .country-box-font{
    border: 2px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.country-box-back img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}
.country-name {
    font-size: 24px;
    font-weight: 500;
}
.all-country-post:not(.slick-slider){
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
}
.all-country-post:not(.slick-slider) .resource-wrapper {
    width: calc((100% - 90px) / 3);
}
.planning_box{
	margin: 0px !important;
	padding: 15px !important;
}
.planning_box > div{
    padding: 24px !important;
    text-align: center;
    background: #fff !important;
    border-radius: 20px !important;
    border: 2px solid rgba(0, 0, 0, 0.1) !important;
}
.planning_icon{
    width: 120px;
    height: 120px;
    background: rgba(0, 0, 0, 0.05);
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
}
.travel-map-banner.banner-icon1::before{
	top: 50%;
}
.page-id-3505 .map-section::before {
    background-image: url(/wp-content/uploads/2026/04/Travel_Map_Before.png);
    top: unset;
    width: 218px;
    height: 247px;
    bottom: 50px;
}
.single-country-banner.banner-icon1 > .fusion-row::before{
	left: -5.5%;
	filter: brightness(0) invert(1);
}
.country-search{
    max-width: 280px !important;
    margin-top: 30px !important;
}
.blog-col-cat1 p:not(.blog-cat){
	display: none !important;
}
.blog-all-cat2{
    margin: 0px !important;
    color: #fff !important;
}
.blog-all-cat2 .blog-cat {
    border-color: #fff !important;
}
.blog-all-cat2 .blog-cat a{
    color: #fff !important;
}
.country-item-inner {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 15px 20px;
}
.country-content h3{
    color: #fff !important;
    margin-bottom: 10px !important;
    line-height: 1em !important;
}
.search-results #main{
	padding: 60px 15px !important;
}
.search-results header{
    box-shadow: -1px 8px 14px -3px rgb(0 0 0 / 7%);
}
.search-results .fusion-post-content-wrapper{
	padding: 20px !important;
}
.search-results .fusion-post-content-wrapper h2{
	font-size: 25px !important;
}
.search-results .fusion-blog-layout-grid .fusion-content-sep.sep-double{
	border-bottom: none !important;
}
.search-results .fusion-blog-layout-grid .fusion-post-content-container{
    margin-top: 16px;
}
.search-results .fusion-post-wrapper .fusion-alignleft{
	width: auto !important;
}
.search-results .fusion-post-wrapper .fusion-alignleft a::after{
	position: relative;
	transform: unset;
	top: unset;
	right: unset;
}
.parent-active .popular-tabs-wrap{
	display: none !important;
}
.full-width-section > .fusion-row,
.full-width-section > .fusion-row > .fusion-layout-column > .fusion-column-wrapper {
	max-width: 100% !important;
	width: 100% !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
/* .gallery-img-slider.fusion-gallery .fusion-gallery-column{
	position: relative !important;
	left: unset !important;
	top: unset !important;
} */
.gallery-img-slider .fusion-clearfix {
	display: none !important;
}

/* Travel Map Code Start */
.travel_map_style{
	display: flex;
	justify-content: center;
}
.travel_map_style svg{
	overflow: visible !important;
}
.travel_map_style path {
    fill: #40a3176e;
}
.travel_map_style #JM, .travel_map_style #US,
.travel_map_style #GB, .travel_map_style #MX,
.travel_map_style #BR, .travel_map_style #AR{
	fill: #40A317;
	outline: none !important;
}
.travel_map_style #JM:hover, .travel_map_style #US:hover,
.travel_map_style #GB:hover, .travel_map_style #MX:hover,
.travel_map_style #BR:hover, .travel_map_style #AR:hover{
    fill: rgb(43, 146, 43);
    cursor: pointer;
}


/* Responsive Code Start */
@media screen and (max-width: 1500px){
	.fusion-main-menu{
		gap: 15px;
	}
	.fusion-main-menu > ul > li {
		padding-right: 15px !important;
	}
	.fusion-main-menu > ul > li.menu-item-3321{
		padding-right: 0px !important;
	}
	.fusion-main-menu>ul>li>a {
		font-size: 14px !important;
	}
	.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search{
		max-width: 240px !important;
	}
	.fusion-main-menu > a{
		font-size: 15px !important;
		padding: 12px 15px !important;
	}
	.consulting-services-section::after{
		left: 20px;
	}
}
@media screen and (max-width: 1310px){
	.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search {
		max-width: 190px !important;
	}
	.fusion-main-menu>ul>li>a {
		font-size: 13px !important;
	}
	.fusion-main-menu > a {
		font-size: 14px !important;
		padding: 12px !important;
	}
	.fusion-footer .fusion-columns-2 .fusion-column.fusion-column-last{
		padding-left: 40px !important;
	}
	.fusion-footer .fusion-columns-2 .fusion-column:first-child {
		padding-right: 40px !important;
	}
	.consulting-services-section::after{
		left: 0px;
	}
	.consulting-services-section::after {
		width: 674px;
		height: 857px;
	}
	.consulting-services-section::before{
		width: 590px;
		height: 208px;
	}
	.consulting-services-section{
		padding-bottom: 260px !important;
	}
	h2{
		font-size: 40px !important;
	}
	.travel-quest-section{
		position: relative;
		background-position: left 150px top !important;
	}
}

@media screen and (max-width: 1200px){
	#main .fusion-row, #slidingbar-area .fusion-row, 
	.fusion-footer-widget-area .fusion-row, .fusion-page-title-row,
	.fusion-top-header .fusion-header > .fusion-row, 
	.fusion-footer > .fusion-footer-widget-area.fusion-widget-area > .fusion-row, 
	.fusion-footer-copyright-area>.fusion-row,
	.new-container{
		max-width: 100% !important;
		width: 100% !important;
	}
	.slider-content-wrapper .banner_content{
		margin-left: 0px !important;
		padding-bottom: 50px !important;
	}
	h1{
		font-size: 60px !important;
	}
	.about-content .fusion-column-wrapper {
		padding: 45px 15px 45px 30px !important;
	}
	.consulting-services-section::after {
		width: 674px;
		height: 800px;
	}
	.consulting-services-section::before {
		width: 460px;
		height: 163px;
	}
	.consulting-box-wrap {
		padding: 20px;
	}
	.consulting-text {
		width: calc(100% - 100px);
	}
	.consulting-img {
		width: 80px;
		height: 80px;
	}
	.about-gallery-style::before {
		width: 190px;
		height: 250px;
		left: 2%;
	}
	.inner-page-banner {
		min-height: 500px !important;
	}
	.contact-banner > .fusion-row::before {
		left: 0px;
	}
	.cultural-experience-section img {
		height: 260px !important;
	}
	.your-faith-section{
		min-height: 380px !important;
	}
	.explore-img2 img {
		width: 150px;
		height: 100px;
	}
	.explore-img1 img {
		height: 210px;
	}
	.explore-img3 img {
		height: 260px;
	}
	.spots-list button.slick-arrow.slick-prev {
		left: 42.5% !important;
	}
	.spots-list button.slick-arrow {
		right: 36.5% !important;
	}
	.planning-travel-planning .planning-left{
		width: 130px;
	}
	.planning-travel-planning .planning-right {
		width: calc(100% - 150px);
	}
	.services-left-content > .fusion-column-wrapper > .fusion-column-content-centered > .fusion-column-content {
		margin-left: 0 !important;
		padding: 90px 30px 90px 15px !important;
	}
	.services-banner::before {
		top: 10px;
	}
	.meat-coach-section > .fusion-builder-row > .fusion-column-last{
		padding-right: 15px !important;
	}
	.single-country-banner.banner-icon1 > .fusion-row::before {
		left: 0;
		top: -50px;
		background-size: contain;
		width: 52px;
		height: 68px;
	}
}
@media screen and (max-width: 1065px){
	.ptb-90,
	.services-video-section > .fusion-column-wrapper{
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	.pt-90{
		padding-top: 70px !important;
	}
	.pb-90{
		padding-bottom: 70px !important;
	}
	.mt-90{
		margin-top: 70px !important;
	}
	.category:not(.tax-destination_category) #main{
		padding: 70px 15px !important;
	}
	h1{
		font-size: 50px !important;
	}
	h2{
		font-size: 36px !important;
	}
	nav.fusion-main-menu {
		display: none !important;
	}
	.fusion-mobile-menu-icons a {
		font-size: 24px !important;
		margin-top: 7px;
	}
	.fusion-mobile-menu-icons a:before {
		color: #fff !important;
		width: 21px;
		height: 20px;
		background-color: #25aae1 !important;
		padding: 12px;
		display: flex;
		align-items: center;
		border-radius: 10px;
	}
	header .fusion-mobile-nav-holder {
		margin: 0px -15px !important;
	}
	.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left .fusion-mobile-nav-item a{
		padding: 15px 20px !important;
		height: auto !important;
	}
	.fusion-footer .fusion-columns-2 .fusion-column.fusion-column-last{
		padding-left: 20px !important;
	}
	.fusion-footer .fusion-columns-2 .fusion-column:first-child {
		padding-right: 20px !important;
	}
	#menu-footer-menu {
		gap: 14px;
	}
	.consulting-services-section::after {
        width: 552px;
        height: 655px;
    }
	.consulting-box-wrap .consulting-text h3{
		font-size: 28px !important;
	}
	.consulting-services-section::before {
		width: 400px;
		height: 141px;
	}
	.consulting-services-section {
		padding-bottom: 160px !important;
	}
	.consulting-services-section > .fusion-builder-row > .fusion-column-first {
		padding-right: 0;
	}
	h5.tit-blg,
	.category #posts-container > .fusion-posts-container > article h2{
		font-size: 24px !important;
	}
	.contact-info-text a {
		font-size: 1.43vw;
	}
	.banner-inner-page.contact-banner {
		min-height: 400px !important;
	}
	h2:has(.span-faith-text){
		font-size: 60px !important;
	}
	.span-faith-text {
		font-size: 40px;
		margin-left: -10px;
	}
	.blog-banner-content {
		padding: 0px 70px !important;
	}
	.blog-page-banner.fusion-fullwidth .fusion-builder-row > .fusion-layout-column.blog-left-img,
	.blog-page-banner.fusion-fullwidth .fusion-builder-row > .fusion-layout-column.blog-right-img{
		width: 25% !important;
	}
	.blog-page-banner.fusion-fullwidth .fusion-builder-row > .fusion-layout-column.blog-banner-content{
		width: 50% !important;
	}
	.blog-page-banner .fusion-imageframe.blog-banner-img2 {
		height: 142px !important;
		width: 124px !important;
	}
	.blog-page-banner .blog-right-img .fusion-image-element:has(.blog-banner-img2) {
		left: -48px;
	}
	.sidebar-video-section,
	.sidebar-newsletter{
		padding: 25px 15px;
	}
	.sidebar-video-section .orange-title-bg {
		font-size: 18px !important;
		padding: 15px !important;
	}
	.sidebar-cultural{
		padding: 15px;
	}
	body.has-sidebar #main .sidebar {
		padding: 60px 15px;
	}
	.related-posts-section{
		position: relative;
	}
	.desktop-none{
		display: block !important;
	}
	.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left .fusion-open-submenu {
		padding-top: 9px;
	}
	.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li a {
		padding-left: 36px !important;
		font-size: 15px;
	}
}
@media screen and (max-width: 991px){
	h1{
		font-size: 45px !important;
	}
	h2{
		font-size: 32px !important;
	}
	h1 br{
		display: none !important;
	}
	.fusion-body .fusion-title:has(h2){
		margin-top: 0px !important;
	}
	#menu-footer-menu > .menu-group:not(:has(.menu-item)) {
		display: none !important;
	}
	.fusion-footer .fusion-columns-2 .fusion-column.fusion-column-last{
		padding-left: 0px !important;
	}
	#text-4 {
		max-width: 100%;
		text-align: center;
	}
	.fusion-footer .fusion-columns-2 .fusion-column:first-child {
        padding-right: 0px !important;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
	.fusion-footer-widget-column{
		margin-bottom: 20px !important;
	}
	.contact-style{
		margin-bottom: 35px !important;
	}
	.fusion-copyright-notice > div{
		text-align: center;
		flex-direction: column;
		gap:15px;
	}
	.fusion-copyright-notice > div p{
		margin: 0px !important;
	}
	.consulting-text {
		width: calc(100% - 130px);
	}
	.consulting-img {
		width: 110px;
		height: 110px;
	}
	.slider-content-wrapper {
		flex-direction: column;
		align-items: flex-end !important;
		justify-content: space-between;
	}
	.slider-content-wrapper > div{
		width: 100% !important;
		text-align: center;
	}
	.banner_content p {
		max-width: 400px;
		margin: 15px auto 0px !important;
	}
	.slider-content-wrapper .banner_img {
		padding-top: 0px !important;
		margin-top: -30px !important;
	}
	.slider-content-wrapper .banner_img img {
		margin: auto !important;
		width: 60%;
		padding-top: 0px;
	}
	.slider-content-wrapper .all-btn-wrap,
	.post-title-section .read-all-btn{
		justify-content: center;
	}
	.banner_content p {
		font-size: 16px;
	}
	.banner_content .path-box {
        font-size: 24px !important;
        margin: 15px auto 20px !important;
    }
	.banner2 .slider-content-wrapper .banner_img img {
        width: 48%;
    }
	.banner3 .slider-content-wrapper .banner_img img {
        width: 42%;
    }
	.icon-image1 {
		top: -110px;
	}
	.consulting-services-section::after {
        width: 400px;
        height: 475px;
    }
	.consulting-services-section::before {
		width: 500px;
		height: 177px;
	}
	.consulting-services-section{
		padding-bottom: 500px !important;
	}
	.consulting-services-section > .fusion-builder-row > .fusion-column-first,
	.newsletter-section > .fusion-builder-row .fusion-image-element,
	.post-title-section,
	.ft-newsletter-section .new-container .newsletter-img{
		text-align: center !important;
	}
	.consulting-services-section > .fusion-builder-row > .fusion-column-first .btn-style{
		margin: -10px auto 15px;
	}
	.home-about-section > .fusion-builder-row,
	.newsletter-section > .fusion-builder-row,
	.about-travel-section > .fusion-builder-row,
	.about-explore-section > .fusion-builder-row,
	.get-intouch-section > .fusion-builder-row,
	.work-img-content > .fusion-builder-row,
	.partnerships-section > .fusion-builder-row{
		display: flex !important;
		flex-direction: column-reverse;
	}
	
	.service-video-section > .fusion-builder-row {
		gap: 10px 0;
	}
	.service-video-section > .fusion-builder-row > .fusion-layout-column.achieved-icon-style,
	.post-title-section > .fusion-builder-row.fusion-row > .fusion-layout-column.fusion_builder_column{
		width: 50% !important;
	}
	.newsletter-section::after {
		left: unset;
		right: 0;
	}
	.newsletter-section::before {
		top: 0;
		left: -40px;
	}
	.newsletter-section .fusion-text.fusion-text-11 {
		max-width: 100% !important;
	}
	.flip-box{
		height: 438px;
	}
	.flip-box-front .flip-content {
		min-height: 158px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.banner-bottom-btn {
		gap: 20px;
		flex-direction: column;
	}
	.banner-bottom-btn .all-btn-wrap > a{
		width: calc((100% - 20px)/2);
	}
	.about-content .fusion-column-wrapper {
        padding: 45px 15px !important;
    }
	.newsletter-section h2 br{
		display: none !important;
	}
	.ft-newsletter-section .new-container{
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	.ft-newsletter-section .new-container .newsletter-img,
	.ft-newsletter-section .new-container .newsletter-content{
		width: 100% !important;
	}
	.ft-newsletter-section .newsletter-content > p {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.about-meet-section .fusion-text-2,
	.about-meet-section .fusion-text-3,
	.travel-quest-section .fusion-text-6{
		max-width: 100% !important;
	}
	.about-img3, 
	.fusion-fullwidth .fusion-builder-row > .fusion-layout-column.new-about-img3 > div{
		max-width: 550px !important;
		margin: 65px auto 0 !important;
	}
	.about-meet-section::after {
		display: none !important;
	}
	.about-meet-section .fusion-column-last::after{
		content: '';
		position: absolute;
		background-image: url(/wp-content/uploads/2026/03/Frame.png);
		background-size: contain;
		top: -22px;
        left: -4px;
        width: 140px;
        height: 128px;
        filter: grayscale(1);
        background-repeat: no-repeat;
        transform: rotate(-20deg);
	}
	.about-meet-section::before{
		display: none !important;
	}
	.about-travel-section > .fusion-builder-row > .fusion-column-first{
		text-align: center !important;
		margin-top: 20px !important;
	}
	.travel-quest-section{
		background-size: 280px !important;
		background-position: center top -30px !important;
	}
	.counter-box-style{
		max-width: 550px;
		margin: 15px auto 0px !important;
	}
	.counter-box-style .fusion-counter-box:nth-child(2) {
		transform: translateY(-24px);
		rotate: 3deg;
	}
	.counter-box-style .fusion-counter-box:nth-child(3) {
		transform: translateY(-55px);
		rotate: -6deg;
		margin-left: 45px !important;
	}
	.counter-box-style .fusion-counter-box:nth-child(4) {
		transform: translateY(-94px);
	}
	.travel-quest-section::before {
		bottom: 150px;
		right: 0px;
		width: 68.8%;
		height: 42%;
	}
	.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(1) img{
		height: 133px !important;
	}
	.explore-image2 .fusion-column-content{
		max-width: 320px !important;
		margin-top: 45px !important;
		margin-bottom: 20px !important;
	}
	.explore-image2 > .fusion-column-wrapper {
		padding-right: 15px !important;
	}
	.pl-0 > .fusion-column-wrapper {
		padding-left: 15px !important;
		padding-right: 15px !important;
		text-align: center;
		padding-top: 25px !important;
	}
	.timeline::before,
	.timeline-progress{
		left: 15px;
		transform: unset;
	}
	.icon {
		left: 4px;
		transform: unset;
	}
	.step {
		align-items: flex-start;
		margin: 40px 0;
	}
	.step.left {
		justify-content: flex-start;
		padding-right: 0;
	}
	.step.right,
	.step.left {
		justify-content: flex-start;
		padding-left: 40px;
	}
	.step.left {
		padding-right: 0;
	}
	.step .content {
		align-items: flex-start;
		gap: 30px;
		width: 100%;
		flex-direction: column;
	}
	.step.left .content {
		margin-right: 0;
		text-align: left;
		flex-direction: column;
	}
	.step .content-box {
		width: 100%;
	}
	.step .content-img {
		width: 100%;
		max-width: 300px;
	}
	.step.right .content,
	.step.left .content {
		margin-left: 15px;
	}
	.travel-quest-section::after {
		width: 668px;
		height: 271px;
		bottom: 50px;
	}
	.about-explore-section{
		background-image: none !important;
	}
	.content-img.img-21 {
		margin-top: -20px;
	}
	.content-img.img-23 {
		margin-top: 15px;
	}
	.about-travel-section{
		background-position: right bottom 55% !important;
	}
	.get-intouch-section > .fusion-builder-row{
		align-items: center;
	}
	.contact-form-img{
		max-width: 620px !important;
	}
	.contact-info-text a {
		font-size: 19px;
	}
	.fusion-image-element:has(.ct-form-img2) {
        right: 40px;
    }
	.ctr-img1 img {
		height: 168px !important;
		width: 125px !important;
	}
	.ctr-img2 img {
		height: 142px !important;
		width: 106px !important;
	}
	.contact-banner > .fusion-builder-row.fusion-row > .fusion-layout-column.fusion_builder_column,
	.single-country-banner > .fusion-builder-row.fusion-row > .fusion-layout-column.fusion_builder_column,
	.single-destination .category-banner > .fusion-builder-row.fusion-row > .fusion-layout-column.fusion_builder_column{
		width: 50% !important;
	}
	.contact-img > .fusion-column-wrapper {
		max-width: 300px !important;
		margin-left: auto !important;
	}
	.fusion-image-element:has(.ctr-img2) {
		left: unset;
		right: 32px;
	}
	.banner-inner-page.contact-banner > .fusion-builder-row.fusion-row > .fusion-layout-column.fusion_builder_column {
		width: 100% !important;
        max-width: 600px;
	}
	.mobile-center,
	.mobile-center h2{
		text-align: center !important;
	}
	.mobile-center .all-btn-wrap {
		justify-content: center;
	}
	.mobile-center .fusion-text-1,
	.page-id-3150 .fusion-text{
		max-width: 100% !important;
	}
	.page-id-3150 .about-meet-section .fusion-column-last::after,
	.slick-counter,
	.category-banner.banner-icon1::before,
	.category-banner.banner-icon1::after{
		display: none !important;
	}
	.about-img3.about-img2-before {
		margin-top: 30px;
	}
	.map-counter-box-style{
		display: flex !important;
	}
	.map-counter-box-style > .col-sm-4{
		width: calc(100% / 3);
	}
	.work-img-content .fusion-column-content:has(.fusion-image-element),
	.work-img-content2 .fusion-column-content:has(.fusion-image-element){
		margin-top: 15px !important;
	}
	.work-img-content:not(:has(.merge-image-2)) img,
	.work-img-content2:not(:has(.merge-image-2)) img,
	.work-img-content .fusion-text,
	.work-img-content2 .fusion-text{
		width: 100% !important;
	}
	.work-img-content .fusion-text,
	.work-img-content2 .fusion-text{
		max-width: 100% !important;
	}
	.strategic-image{
		margin: 15px auto 0px !important;
	}
	.cultural-experience-section.banner-inner-page > .fusion-row{
		display: block !important;
		padding: 0 15px !important;
	}
	.cultural-experience-section img {
        height: 300px !important;
        width: 225px !important;
    }
	.cultural-experience-section > .fusion-builder-row.fusion-row > .fusion-column-first {
		transform: translate(2%, 12%) !important;
		rotate: -10deg !important;
		margin-bottom: 0 !important;
	}
	.cultural-experience-section > .fusion-builder-row.fusion-row > .fusion-column-last{
		text-align: right !important;
		transform: translate(-14%, -34%) !important;
		rotate: 10deg !important;
		margin-bottom: 0 !important;
	}
	.cultural-experience-section > .fusion-builder-row.fusion-row > .fusion-three-fifth > .fusion-column-wrapper{
		padding: 112px 15px !important;
	}
	.banner-inner-page.contact-banner > .fusion-row::before {
		top: -100px;
	}
	.fusion-fullwidth .fusion-builder-row > .fusion-layout-column.explore-img-wrap,
	.fusion-fullwidth .fusion-builder-row > .fusion-layout-column.explore-img3{
		width: 28% !important;
	}
	.fusion-fullwidth .fusion-builder-row > .fusion-layout-column.explore-content{
		width: 44% !important;
	}
	.explore-content p{
		font-size: 16px !important;
	}
	.spots-tag-list .spots-tag-wrapper{
		margin: 0 15px !important;
	}
	.banner-img-wrap img:nth-child(1), .banner-img-wrap img:nth-child(2), 
	.image-box3-style .fusion-column-content > .fusion-image-element:nth-child(1), 
	.image-box3-style .fusion-column-content > .fusion-image-element:nth-child(2){
		height: 194px;
		width: 38%;
		margin: 0 10px
	}
	.banner-img-wrap img:nth-child(3),
	.image-box3-style .fusion-column-content > .fusion-image-element:nth-child(3){
		height: 122px;
		width: 90px;
	}
	.banner-img-wrap::before,
	.image-box3-style .fusion-column-content::before{
		bottom: 100px;
		width: 85px;
		height: 120px;
	}
	.category-banner .all-btn-wrap{
		margin-top: 20px !important;
	}
	.spots-list .slick-dots,
	.related-posts-section .slick-dots,
	.all-country-post .slick-dots{
		bottom: unset;
		position: relative;
		margin-top: 30px;
	}
	.spots-list .slick-dots li button,
	.related-posts-section .slick-dots li button,
	.all-country-post .slick-dots li button{
		border: 2px solid #25aae1;
	}
	.spots-list .slick-dots li.slick-active button,
	.related-posts-section .slick-dots li.slick-active button,
	.all-country-post .slick-dots li.slick-active button{
		background: #25aae1;
	}
	.category-image-gallery {
		width: 100%;
		overflow: hidden;
	}

	.category-image-gallery .slick-track {
		display: flex !important;
	}
	.tax-destination_category #main > .fusion-row {
		max-width: 100% !important;
		display: block;
	}
	.fusion-image-element:has(.newsletter-img1),
	.fusion-image-element:has(.newsletter-img2),
	.newsletter1,
	.newsletter2{
		width: 100% !important;
	}
	.newsletter-img1 img,
	.newsletter-img2 img,
	.newsletter-img img{
		width: 256px !important;
		height: 140px !important;
		object-fit: cover;
	}
	.fusion-image-element:has(.newsletter-img1){
		transform: unset;
		rotate: unset;
	}
	.fusion-image-element:has(.newsletter-img2){
		rotate: unset;
	}
	.newsletter-section > .fusion-builder-row > .fusion-column-first > .fusion-column-wrapper,
	.newsletter-img{
		max-width: fit-content !important;
		margin: auto;
	}
	.newsletter-section > .fusion-builder-row > .fusion-column-first > .fusion-column-wrapper{
		padding-left: 25px !important;
		padding-right: 85px !important;
	}
	.newsletter-img {
        padding-left: 10px !important;
        padding-right: 70px !important;
    }
	.newsletter-img1,
	.newsletter1{
		transform: translateX(60px);
		rotate: -8deg;
	}
	.newsletter-img2,
	.newsletter2{
		rotate: 8deg;
	}
	.planning-box-front, .resourses-box-front > .fusion-column-wrapper{
		padding: 18px !important;
	}
	.planning-travel-planning .planning-content {
		flex-direction: column;
	}
	.planning-travel-planning .planning-content > div,
	.step1-section .fusion-imageframe,
	.step2-section .fusion-imageframe,
	.step3-section .fusion-imageframe{
        width: 100% !important;
    }
	.planning-travel-planning .planning-left {
		max-width: 150px;
		height: 150px;
	}
	.planning-right h2 {
		font-size: 22px !important;
	}
	.fusion-tabs.new-tab-style .tab-content>.active {
		gap: 30px;
	}
	.tab-img-left, .tab-content-right,
	.tab-img-left img{
		width: 100%;
	}
	.image-box3-style > .fusion-column-wrapper{
		max-width: 500px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.services-banner.banner-inner-page > .fusion-row {
		display: block !important;
		text-align: center !important;
	}
	.services-banner.banner-inner-page h1,
	.services-right-img .fusion-image-element{
		text-align: center !important;
	}
	.services-banner.banner-inner-page .fusion-text{
		font-size: 16px !important;
	}
	.services-banner.banner-inner-page p:not(:last-child){
		margin-bottom: 10px !important;
	}
	.services-banner::before,
	.services-video-content::before{
		display: none !important;
	}
	.services-banner::after{
		width: 144px;
		height: 140px;
		top: -58px;
	}
	.services-left-content > .fusion-column-wrapper > .fusion-column-content-centered > .fusion-column-content{
		padding-bottom: 0px !important;
	}
	.services-right-img .fusion-image-element .fusion-imageframe{
		margin-left: 0 !important;
		float: unset !important;
	}
	.bg-none{
		background-image: none !important;
	}
	.fusion-fullwidth .fusion-builder-row > .fusion-layout-column.merge-image-wrap{
		max-width: 600px !important;
		padding-top: 20px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		float: unset !important;
	}
	.merge-image-wrap.merge-image-wrap2{
		display: flex;
	}
	.merge-image-wrap .fusion-image-element:has(.merge-image-2) {
		margin-right: 10%;
	}
	.step1-section.work-img-content .fusion-column-content:has(.fusion-image-element), 
	.step1-section.work-img-content2 .fusion-column-content:has(.fusion-image-element),
	.step2-section.work-img-content .fusion-column-content:has(.fusion-image-element), 
	.step2-section.work-img-content2 .fusion-column-content:has(.fusion-image-element),
	.step3-section.work-img-content .fusion-column-content:has(.fusion-image-element), 
	.step3-section.work-img-content2 .fusion-column-content:has(.fusion-image-element){
		margin-top: 30px !important;
	}
	.before-after-box > .fusion-column-wrapper {
		padding: 30px !important;
		margin: 15px !important;
	}
	.fusion-column-first.before-after-box > .fusion-column-wrapper{
		margin-top: -15px !important;
	}
	.fusion-column-last.before-after-box > .fusion-column-wrapper{
		margin-bottom: 0px !important;
	}
	.before-after-top-content{
		background-image: none !important;
	}
	.meat-coach-section > .fusion-builder-row > .fusion-column-last{
		padding-top: 70px !important;
		padding-left: 15px !important;
	}
	.meat-coach-section.experiences-section::before {
		left: unset !important;
		right: -61px;
		top: -23px;
		transform: rotate(174deg);
	}
	.group-trips-box{
		margin: 15px 0 !important;
	}
	.hidden-post {
		display: block !important;
	}
	.blog-page-banner .fusion-imageframe:not(.blog-banner-img2) {
		height: 314px !important;
	}
	.travel-map-banner > .fusion-row{
		flex-direction: column-reverse;
	}
	.travel-map-banner > .fusion-row,
	.travel-map-banner h1{
		text-align: center !important;
	}
	.travel-map-banner .all-btn-wrap {
		justify-content: center;
	}
	.travel-map-banner.banner-icon1::after,
	.country-tab-section .fusion-tabs.vertical-tabs .nav{
		display: none !important;
	}
	.travel-map-banner.banner-icon1::before {
		top: 30px;
		width: 50px;
		height: 77px;
		background-size: contain;
	}
	.country-tab-section .fusion-tabs {
        flex-wrap: wrap !important;
        margin: 0 -15px;
    }
	.country-tab-section .fusion-tabs.vertical-tabs .nav,
	.country-tab-section .fusion-tabs.vertical-tabs .tab-content{
		width: 100% !important;
	}
	.country-tab-section .fusion-tabs.vertical-tabs .tab-content{
		padding-left: 0px !important;
		margin-top: 30px !important;
	}
	.country-tab-section .fusion-tabs:not(.mobile-mode-carousel) .nav:not(.fusion-mobile-tab-nav) {
        display: block !important;
    }
	.contact-banner::after,
	.single-country-banner.banner-icon1::after{
		top: 35px;
		width: 112px;
		height: 72px;
	}
	.country-content h3{
		font-size: 26px !important;
	}
}
@media screen and (max-width: 768px){
	h2 br,
	.banner_content .path-box,
	.banner_content .all-btn-wrap,
	.newsletter-section::before{
		display: none !important;
	}
	
	.slider-content-wrapper .banner_img img {
		width: 100% !important;
	}
	#custom_html-6, #social_links-widget-2,
	.post-title-section > .fusion-builder-row.fusion-row > .fusion-layout-column.fusion_builder_column{
		width: 100% !important;
	}
	#social_links-widget-2 {
		justify-content: flex-start;
		align-items: center;
		margin-top: 40px;
	}
	.banner-bottom-btn .all-btn-wrap > a{
		width: 100%;
	}
	.destinations-slider .slick-dots, .testimonials-slider .slick-dots, .resources-list .slick-dots{
		bottom: unset;
		position: relative;
		margin-top: 30px;
	}
	.destinations-slider .slick-dots li button,
	.testimonials-slider .slick-dots li button,
	.resources-list .slick-dots li button{
		border: 2px solid #25aae1;
	}
	.destinations-slider .slick-dots li.slick-active button,
	.testimonials-slider .slick-dots li.slick-active button,
	.resources-list .slick-dots li.slick-active button{
		background: #25aae1;
	}
	.consulting-services-section::before{
		right: -130px;
	}
	.consulting-box-wrap {
		flex-direction: column;
	}
	.consulting-text,
	.about-content .btn-style,
	.newsletter-form-style .wpcf7-form-control-wrap:has(input[type="email"]),
	.newsletter-form-style .btn-style,
	.read-all-btn .btn-style,
	.consulting-services-section .btn-style,
	.btn-style, .btn-style2,
	.category .fusion-meta-info .fusion-alignright a,
	.category .fusion-load-more-button.fusion-blog-button{
		width: 100% !important;
	}
	.heading-style h2{
		text-align: center !important;
	}
	.read-all-btn > .fusion-column-wrapper{
		justify-content: center !important;
	}
	.newsletter-form-style > p {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.read-all-btn .fusion-alignright {
		display: block !important;
		float: unset !important;
		margin-left: 0 !important;
		width: 100% !important;
	}
	.read-all-btn{
		margin-bottom: 40px !important;
	}
	.testimonials-slider,
	.destinations-slider{
		margin-top: 35px !important;
	}
	.fusion-footer .fusion-row .fusion-columns .fusion-column.fusion-column-last{
		margin-bottom: 0px !important;
	}
	.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(1) img, .awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:last-child img{
		height: 30px !important;
	}
	.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(2) img{
		height: 62px !important;
	}
	.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(3) img{
		height: 69px !important;
	}
	.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(4) img{
		height: 80px !important;
	}
	.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(5) img{
		height: 62px !important;
	}
	.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(6) img{
		height: 43px !important;
	}
	
	.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(1) img{
		height: 36px !important;
	}
	.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(2) img{
		height: 46px !important;
	}
	.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(3) img{
		height: 60px !important;
	}
	.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(4) img{
		height: 87px !important;
	}
	.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(5) img{
		height: 73px !important;
	}
	.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(7) img{
		height: 67px !important;
	}
	.awb-gallery-wrapper .about-gallery2-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(8) img{
		height: 45px !important;
	}
	
	.about-gallery-style .awb-imageframe-caption-title, .about-gallery2-style .awb-imageframe-caption-title {
		padding: 0% 6%;
		font-size: 9px !important;
	}
	.awb-gallery-wrapper .fusion-gallery>.fusion-grid-column {
        padding: 2px !important;
    }
	.awb-gallery-wrapper .about-gallery-style.fusion-gallery.fusion-grid-6>.fusion-grid-column:nth-child(3) {
		top: -22px !important;
	}
	.about-gallery-style::before {
		width: 56px;
		height: 80px;
	}
	.awb-gallery-wrapper .about-gallery-style {
		padding-top: 40px !important;
	}
	.about-gallery2-style::before {
		width: 52px;
		height: 71px;
	}
	.about-gallery-style .fusion-grid-column:nth-child(1) .awb-imageframe-caption-title{
		top: 0px;
	}
	.about-gallery-style .fusion-grid-column:nth-child(2) .awb-imageframe-caption-title{
		right: 0px;
		bottom: 0px;
	}
	.about-gallery-style .fusion-grid-column:nth-child(4) .awb-imageframe-caption-title{
		right: 0px;
		bottom: 0px;
	}
	.about-gallery-style .fusion-grid-column:nth-child(5) .awb-imageframe-caption-title{
		top: 0px;
		left: 0px;
	}
	.about-gallery-style .fusion-grid-column:nth-child(6) .awb-imageframe-caption-title{
		top: 0px;
		left: 0px;
	}
	.about-gallery2-style .fusion-grid-column:nth-child(1) .awb-imageframe-caption-title{
		bottom: 0px;
		left: 0px;
	}
	.about-gallery2-style .fusion-grid-column:nth-child(2) .awb-imageframe-caption-title{

		right: 0px;
		bottom: 0px;
	}
	.about-gallery2-style .fusion-grid-column:nth-child(3) .awb-imageframe-caption-title{
		right: 0px;
		bottom: 0px;
	}
	.about-gallery2-style .fusion-grid-column:nth-child(4) .awb-imageframe-caption-title{
		left: 0px;
		bottom: 0px;
	}
	.about-gallery2-style .fusion-grid-column:nth-child(5) .awb-imageframe-caption-title{
		bottom: 0px;
		right: 0px;
	}
	.about-gallery2-style .fusion-grid-column:nth-child(7) .awb-imageframe-caption-title{
		bottom: 0px;
		right: 0px;
	}
	.about-gallery2-style .fusion-grid-column:nth-child(8) .awb-imageframe-caption-title{
		right: 0px;
		bottom: 0px;
	}
	.travel-quest-section::after {
        width: 500px;
        bottom: 90px;
    }
	.travel-quest-section.ptb-90{
		padding-bottom: 30px !important;
	}
	.counter-box-style {
        max-width: 452px;
    }
	.travel-quest-section::before {
		bottom: 100px;
		width: 76%;
	}
	.about-gallery-section {
		background-position: top 120px right !important;
		background-size: 100px !important;
	}
	.inner-page-banner p{
		font-size: 16px !important;
		max-width: 350px;
	}
	.map-counter-box-style {
		display: block !important;
	}
	.map-counter-box-style > .col-sm-4 {
		width: 100%;
	}
	.counter-box-container {
		padding: 0px !important;
	}
	.map-counter-box-style .fusion-counter-box:nth-child(2) .counter-box-container {
		border-right: none !important;
		border-left: none !important;
		border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
		padding: 20px 0px !important;
	}
	.explore-banner.banner-inner-page > .fusion-row{
		display: block !important;
	}
	.explore-banner.banner-icon1::after,
	.explore-banner.banner-icon1::before{
		display: none !important;
	}
	.fusion-fullwidth .fusion-builder-row > .fusion-layout-column.explore-img-wrap,
	.fusion-fullwidth .fusion-builder-row > .fusion-layout-column.explore-img3,
	.fusion-fullwidth .fusion-builder-row > .fusion-layout-column.explore-content{
		width: 100% !important;
	}
	.explore-img-wrap > .fusion-column-wrapper{
		width: 280px !important;
		margin: auto !important;
		padding-bottom: 0px !important;
	}
	.explore-img3 > .fusion-column-wrapper{
		width: 350px !important;
		margin: 15px auto 0 !important;
	}
	.spots-tit {
		font-size: 18px !important;
	}
	.category-banner .new-container{
		flex-wrap: wrap;
		align-items: self-start;
	}
	.category-banner .new-container > div {
		width: 100%;
		text-align: center;
	}
	.category-banner .banner_content .all-btn-wrap{
		display: flex !important;
	}
	.banner-img-wrap {
		max-width: 380px;
		margin: 25px auto 0;
	}
	.newsletter-form-style > p > .wpcf7-form-control-wrap {
		flex: unset;
		width: 100% !important;
	}
	.planning-posts > div {
		width: calc((100% - 30px) / 2);
	}
	.new-tab-style.fusion-tabs:not(.mobile-mode-carousel) .nav:not(.fusion-mobile-tab-nav){
		display: block !important;
	}
	.new-tab-style.fusion-tabs .nav.fusion-mobile-tab-nav,
	.simg-before > .fusion-column-wrapper::before,
	.fusion-builder-row-6.work-img-content2::before,
	.different-section::after,
	.page-id-3381 .experiences-section:not(.meat-coach-section)::before{
		display: none !important;
	}
	.experiences-section::before {
		width: 200px;
		height: 104px;
		left: -19%;
		top: -30px;
		transform: rotate(39deg);
	}
	.step2-section .fusion-column-first::before,
	.step3-section::before{
		display: none;
	}
	.blog-page-banner{
		display: block !important;
	}
	.blog-page-banner.fusion-fullwidth .fusion-builder-row > .fusion-layout-column.blog-left-img,
	.blog-page-banner.fusion-fullwidth .fusion-builder-row > .fusion-layout-column.blog-right-img,
	.blog-page-banner.fusion-fullwidth .fusion-builder-row > .fusion-layout-column.blog-banner-content{
		width: 100% !important;
	}
	.blog-banner-content {
		padding: 0px !important;
	}
	.blog-page-banner > .fusion-row {
		padding: 15px !important;
	}
	.blog-page-banner .fusion-imageframe:not(.blog-banner-img2) {
		height: 153px !important;
		width: 172px !important;
	}
	.blog-page-banner .fusion-imageframe.blog-banner-img2{
		height: 90px !important;
		width: 100px !important;
	}
	.blog-page-banner .blog-left-img .fusion-imageframe:not(.blog-banner-img2) {
		transform: unset;
		margin-bottom: -60px;
		margin-left: 40px;
	}
	.blog-page-banner .blog-right-img .fusion-imageframe:not(.blog-banner-img2) {
		transform: unset;
		margin-left: auto !important;
		margin-top: -60px;
		display: block;
	}
	.blog-page-banner .blog-left-img .fusion-image-element:has(.blog-banner-img2) {
		top: unset;
		right: unset;
		left: 200px;
		bottom: -65px;
	}
	.blog-page-banner .blog-right-img .fusion-image-element:has(.blog-banner-img2) {
		left: unset;
		right: 158px;
		bottom: unset;
		top: -76px;
	}
	.blog-banner-content .fusion-column-wrapper {
		padding: 60px 15px 80px !important;
	}
	.fusion-column-wrapper:has(.blog-all-cat){
		padding: 0px !important;
	}
	.blog-page-banner {
		background-position: bottom 0px center !important;
	}
	.blog-all-cat{
		gap: 20px;
		justify-content: space-between;
		margin-top: 40px !important;
		margin-bottom: 0px !important;
	}
	.blog-col-cat1,
	.blog-col-cat2{
		flex-direction: column;
		justify-content: unset;
		flex-wrap: wrap;
		gap: 20px;
	}
	.blog-cat {
		padding: 0px;
		border-right: none;
	}
	.blog-all-cat2{
		flex-wrap: wrap;
		margin: 0px -10px !important;
	}
	.blog-all-cat2 .blog-cat{
		width: 50%;
		padding: 0 10px;
	}
	.blog-all-cat2 .blog-cat:nth-child(even){
		border-left: 1px solid #fff !important;
		text-align: right !important;
	}
	.banner-icon1.blog-page-banner::before,
	.banner-icon1.blog-page-banner::after{
		display: none !important;
	}
	.all-resource-wrapper .resource-wrapper:first-child {
		flex-direction: column;
		gap: 15px;
	}
	.all-resource-wrapper .resource-wrapper:first-child > *,
	.all-resource-wrapper > div:not(:first-child),
	.category #posts-container > .fusion-posts-container > article{
		width: 100% !important;
	}
	.resource-wrapper img, 
	.category #posts-container > .fusion-posts-container > article .fusion-image-wrapper img {
		height: auto !important;
	}
	.blog-details-banner.banner-icon1::after{
		background-size: contain;
		top: 20px;
		right: -35px;
		width: 120px;
		height: 120px;
		transform: rotate(306deg);
	}
	.blog-details-banner {
		text-align: center;
	}
	.blog-details-banner.banner-icon1::before,
	.single-country-banner.banner-icon1::before{
		background: linear-gradient(177.3deg, #25AAE1 9.6%, rgba(37, 170, 225, 0) 97.76%);
	}
	.country-tab-section .fusion-tabs.vertical-tabs .tab-pane {
		padding: 40px 20px !important;
	}
	.country-tab-section .fusion-tabs.vertical-tabs .nav {
		padding: 30px 20px !important;
	}
	.country-map-content {
		gap: 30px;
		flex-wrap: wrap;
		text-align: center;
	}
	.country-box1 > div {
		width: 100%;
		height: auto !important;
	}
	.country-map-content > div{
		width: 100% !important;
	}
	.country-map .country-box-font,
	.planning_box > div{
		padding: 20px 15px !important;
	}
	.planning_box .fusion-title-heading{
		font-size: 20px !important;
	}
	.travel-map-img-wrap .fusion-image-element:has(.travel-map-img2) {
		bottom: 25px;
		right: 40px;
	}
	.travel-map-img2 {
		width: 135px;
		height: 90px;
	}
	.page-id-3505 .map-section::before{
		display: none !important;
	}
	.travel-map-banner .all-btn-wrap {
		gap: 15px;
	}
	.page-id-3041 .contact-banner {
		background-image: url(/wp-content/uploads/2026/03/Contact-Mobile-Banner.jpg) !important;
		background-position: bottom !important;
		background-repeat: no-repeat !important;
		padding-top: 65px !important;
		padding-bottom: 20px !important;
	}
	.contact-banner::before{
		background: linear-gradient(180deg, #FFDDD3 7.69%, rgba(255, 239, 234, 0.8) 33.07%, rgba(255, 255, 255, 0) 100%);
	}
	.contact-banner > .fusion-row::before {
		top: 40px;
	}
	.ctr-img1 {
		margin-left: 0px !important;
		margin-right: 54px !important;
	}
	.contact-img {
		margin-bottom: 0px !important;
		margin-top: 140px !important;
	}
	.single-country .contact-img {
		margin-top: 35px !important;
	}
	.contact-banner::after, .single-country-banner.banner-icon1::after{
		top: 15px;
		width: 130px;
		height: 98px;
		background-size: contain !important;
		transform: rotate(-9deg);
	}
	.contact-banner > .fusion-row {
		display: block !important;
	}
	.contact-banner > .fusion-builder-row.fusion-row > .fusion-layout-column.fusion_builder_column,
	.banner-inner-page.contact-banner > .fusion-builder-row.fusion-row > .fusion-layout-column.fusion_builder_column,
	.single-country-banner > .fusion-builder-row.fusion-row > .fusion-layout-column.fusion_builder_column,
	.single-destination .category-banner > .fusion-builder-row.fusion-row > .fusion-layout-column.fusion_builder_column{
		width: 100% !important;
	}
	.contact-img > .fusion-column-wrapper,
	.single-country-banner .fusion-text{
		margin: auto !important;
	}
	.contact-banner,
	.contact-banner h1,
	.single-country-banner,
	.single-country-banner h1,
	.single-destination .banner_content,
	.single-destination .banner_content h1{
		text-align: center !important;
	}
	.country-search{
		max-width: 100% !important;
	}
}

@media screen and (max-width: 600px){
	.service-video-section > .fusion-builder-row > .fusion-layout-column.achieved-icon-style{
		width: 100% !important;
	}

	#Jamaica_2_ {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.about-content .fusion-text{
		margin-top: 20px !important;
	}
	.about-img3 img:nth-child(3),
	.new-about-img3 .fusion-image-element:nth-child(3){
		margin-right: 10px;
		width: 84%;
		margin-left: auto !important;
	}
	.travel-quest-section::after {
        width: 450px;
    }
	.icon {
		left: 7px;
		width: 22px;
		height: 22px;
	}
	.step.right .content, .step.left .content {
        margin-left: 0;
    }
	.page-id-2877 .inner-page-banner {
		background-image: url(/wp-content/uploads/2026/04/New_About_Banner.jpg) !important;
		background-position: center !important;
        min-height: 550px !important;
		align-items: start !important;
        padding-top: 50px !important;
	}
	.page-id-2877 .inner-page-banner::before{
		content:'';
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgb(4 30 37 / 21%);
	}
	
	.explore-image2 .imageframe-3{
		float: left !important;
		margin-left: 5px !important;
	}
	p br{
		display: none !important;
	}
	.social-icon-box {
		padding: 30px 20px;
	}
	.social-contact {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.col-6 {
		width: 100%;
	}
	h2:has(.span-faith-text) {
		font-size: 38px !important;
		text-align: center !important;
	}
	.span-faith-text{
		font-size: 32px !important;
	}
	.your-faith-section {
		align-items: start;
		padding-top: 60px !important;
		min-height: 500px !important;
		background-position: top right !important;
	}
	.your-faith-section::before{
		background: linear-gradient(14.51deg, rgba(37, 170, 225, 0) 10.31%, rgba(37, 170, 225, 0.8) 81.05%, #25AAE1 89.74%);
	}
	.cultural-experience-section img {
		height: 220px !important;
		width: 190px !important;
	}
	.cultural-experience-section > .fusion-builder-row.fusion-row > .fusion-three-fifth > .fusion-column-wrapper {
		padding: 90px 15px 100px !important;
	}
	.banner-inner-page.contact-banner {
		min-height: 500px;
		align-items: start;
	}
	.banner-inner-page.contact-banner > .fusion-row::before {
		top: -50px;
		width: 41px;
		height: 50px;
		background-size: contain;
	}
	.banner-inner-page.contact-banner::after {
		width: 90px;
	}
	.planning-posts > div,
	.planning-posts.planning-travel-planning > div{
		width: 100%;
	}
	.planning-posts:not(.planning-travel-planning) .planning-box-inner {
		height: 365px;
	}
	.planning-posts:not(.planning-travel-planning) .planning-content{
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}
	.new-tab-style.fusion-tabs:not(.mobile-mode-carousel) .nav:not(.fusion-mobile-tab-nav){
		overflow: auto;
	}
	.fusion-tabs.new-tab-style .nav-tabs {
		width: 600px !important;
	}
	.fusion-tabs.new-tab-style .tab-pane {
		margin-top: 35px;
	}
	.banner-icon1.resourses-banner-icon1::before,
	.banner-icon1.resourses-banner-icon1::after{
		display: none !important;
	}
	.fusion-fullwidth .fusion-builder-row > .fusion-layout-column.merge-image-wrap {
		max-width: 350px !important;
	}
	.merge-image-1 img {
		height: 272px;
	}
	.merge-image-2 img {
		width: 114px;
		height: 165px;
	}
	.merge-image-wrap::before {
        bottom: 140px !important;
        width: 118px;
        height: 170px;
        right: 14%;
    }
	.merge-image-wrap.merge-image-wrap2::before {
		left: 20px;
		bottom: 140px !important;
	}
	.merge-image-wrap .fusion-image-element:has(.merge-image-2) {
		margin-right: 10%;
		margin-top: -128px;
	}
	.merge-image-wrap .fusion-image-element:has(.merge-image-1) {
		width: 70% !important;
	}
	.author-section img {
		width: 70px !important;
		height: 70px !important;
	}
	/*.author-details {
		width: calc(100% - 85px);
	}*/
	.author-details h3 {
		font-size: 22px;
	}
	.author-details p {
		margin-top: 8px;
	}
	.author-section {
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.all-related-posts {
		margin: 0;
	}
	.category-recommended .recommened-img {
		width: 90px;
	}
	.category-recommended .recommended_content {
		width: calc(100% - 105px);
	}
	.category-recommended .tit-recommended{
		font-size: 16px !important;
	}
	.related-posts-section,
	.all-country-post{
        overflow: hidden;
    }
	.inner-page-banner p{
		margin: auto !important;
	}
	.inner-page-banner h1,
	.inner-page-banner,
	.contact-banner,
	.contact-banner h1{
		text-align: center !important;
	}
	.flip-content p{
		height: auto !important;
	}
	.your-faith-section{
		align-items: center !important;
	}
	.fusion-open-submenu:before {
		color: #25aae1 !important;
	}
	.spots_content{
		height: auto !important;
	}
}
@media screen and (max-width: 599px){
	.resource-wrapper,
	.testimonial-item,
	.flip-box,
	.spots-tag-list .spots-tag-wrapper,
	.spots-wrapper{
		margin: 0px !important;
	}
}
@media screen and (max-width: 480px){
	.consulting-services-section::before {
		width: 662px;
		height: 230px;
		right:-435px;
	}
	.newsletter-section::after {
		bottom: -50px;
		right: -62px;
	}
	.counter-box-style .fusion-counter-box {
		width: 200px !important;
	}
	.counter-box-style span.display-counter,
	.counter-box-style .fusion-counter-box:nth-child(-n+3) .content-box-percentage.content-box-counter::after{
		font-size: 35px !important;
	}
	.counter-box-style .counter-box-content{
		font-size: 14px !important;
	}
	.counter-box-style {
		max-width: 300px;
	}
	.travel-quest-section::before {
		width: 80%;
		height: 540px;
	}
	.travel-quest-section::after {
        width:380px;
    }
	.step .content-img {
        max-width: 200px;
        margin-left: 10px;
    }
	.inner-page-banner {
        min-height: 500px !important;
	}
	.contact-form-img {
		padding-right: 15% !important;
	}
	.ct-form-img2 img {
		width: 142px;
		height: 182px;
	}
	.fusion-image-element:has(.ct-form-img2){
		right: 25px;
	}
	.about-img2-before::before {
		width: 88px;
		height: 160px;
	}
}
@media screen and (max-width: 380px){
	.consulting-services-section::after {
		width: 300px;
		height: 355px;
	}
	.travel-quest-section::before {
		width: 84%;
	}
	.travel-quest-section::after {
		width: 340px;
		height: 156px;
	}
	.counter-box-style .fusion-counter-box:nth-child(1) {
		margin-left: 6% !important;
	}
	.counter-box-style .fusion-counter-box:nth-child(2) .counter-box-container {
		margin-right: 15px;
	}
	.counter-box-style .fusion-counter-box:nth-child(3) {
		margin-left: 25px !important;
	}
	.your-faith-section {
        background-position: top right -90px !important;
    }
	.planning-posts:not(.planning-travel-planning) .planning-box-inner {
		height: auto;
	}
	.blog-page-banner .blog-left-img .fusion-imageframe:not(.blog-banner-img2) {
        margin-left: 10px;
    }
	.blog-page-banner .blog-left-img .fusion-image-element:has(.blog-banner-img2) {
        left: 180px;
    }
}
@media screen and (max-width: 340px){
	h1 {
		font-size: 35px !important;
	}
	h2{
		font-size: 30px !important;
	}
	.travel-quest-section::after {
        width: 318px;
        height: 152px;
    }
	.contact-info-text a {
		font-size: 18px;
	}
	.author-details h3 {
		font-size: 20px;
	}
	.author-details p,
	.category-recommended .tit-recommended{
		font-size: 14px !important;
	}
}