﻿


.easy-carousel{
    position: relative;
    cursor: grab;
}
.easy-carousel .carousel-wrapper{
    overflow: hidden;
}

.easy-carousel .carousel-scroll{
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;   
}


.easy-carousel .carousel-item{
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    float: none;
    margin: 0;
}
.easy-carousel .carousel-pagination{
    text-align: left;
    margin: 30px 0 0;
    padding: 3px 0;
}
.easy-carousel .pagination-bullet{
    width: 5px;
    height: 5px;
    background-color: var(--accent-color);
    display: inline-block;
    margin: 0px 4px 6px;
    border-radius: 50%;
    cursor: pointer;
    transition: all ease-in 300ms;
    backface-visibility: hidden;
    opacity: 0.5;
} 
.easy-carousel .pagination-bullet.active{
    opacity: 1;
}

.easy-carousel .carousel-navigation{
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}
.easy-carousel .carousel-navigation span {
    width: 15px;
    height: 15px;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -4px;
    transform: rotate(-45deg) translate3d(0,0,0);
}
.easy-carousel .carousel-navigation[disabled]{
    opacity: 0.2 !important;
    cursor:auto;
}

.easy-carousel .carousel-prev{
    left: 15px;
}

.easy-carousel .carousel-next{
    right: 15px;
}

.easy-carousel .carousel-next span{
    margin: -8px 0 0 -11px;
    transform: rotate(135deg) translate3d(0,0,0);
}
.easy-carousel.mousemove .drag{
    content: "";
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999999;
}

.easy-carousel.mousemove .carousel-item{
    pointer-events: none;
}

.easy-carousel .carousel-item{
    transition: opacity ease-in 300ms; 
}



[class*="dg-tabs-"] small,[class*="dg-tabs-"] .small{font-size:80%;}.tab-title h3{color:#424242;line-height:1.3;margin:0 0 40px 0;}.dg-tabs-left .resp-tabs-list > li > i,.dg-tabs-top .resp-tabs-list > li > i{width:1.2em;font-size:1.2em;text-align:center;margin-right:8px;vertical-align:middle;margin-bottom:2px;display:inline-block;}.dg-tabs-left .resp-tabs-list > li > .number-bg,.dg-tabs-top .resp-tabs-list > li > .number-bg{margin-right:0.5em;}[class*="dg-tabs-"]:after,.resp-tabs-container:after,.resp-tab-container:after{content:" ";clear:both;height:0px;font-size:0px;visibility:hidden;display:block;overflow:hidden;}.dg-tabs-top,.dg-tabs-bottom{clear:both;}.dg-tabs-top ul.resp-tabs-list,.dg-tabs-bottom ul.resp-tabs-list{margin:0;padding:0;display:inline-block;border-left:1px solid #e8e8e8;vertical-align:bottom;}.dg-tabs-top .resp-tabs-container,.dg-tabs-bottom .resp-tabs-container{padding:0;margin:0 0 8px;clear:both;border:1px solid #e8e8e8;}.dg-tabs-top .resp_margin,.dg-tabs-bottom .resp_margin,.dg-tabs-left .resp_margin,.dg-tabs-right .resp_margin{padding:20px 20px;}.dg-tabs-top ul.resp-tabs-list li,.dg-tabs-bottom ul.resp-tabs-list li{font-size:15px;margin:0;list-style:none;border-top:1px solid #e8e8e8;border-right:1px solid #e8e8e8;margin-bottom:-1px;float:left;position:relative;z-index:1;padding:8px 15px;white-space:nowrap;cursor:pointer;-moz-transition:background-color ease-in 200ms,color ease-in 200ms;-webkit-transition:background-color ease-in 200ms,color ease-in 200ms;-o-transition:background-color ease-in 200ms,color ease-in 200ms;-ms-transition:background-color ease-in 200ms,color ease-in 200ms;transition:background-color ease-in 200ms,color ease-in 200ms;color:#424242;}.dg-tabs-top ul.resp-tabs-list li:hover,.dg-tabs-bottom ul.resp-tabs-list li:hover{color:#333;background:#eeeeee;}.dg-tabs-top ul.resp-tabs-list li.resp-tab-active,.dg-tabs-bottom ul.resp-tabs-list li.resp-tab-active{position:relative;z-index:1;color:#FFF;}.dg-tabs-top ul.resp-tabs-list li.resp-tab-active,.dg-tabs-top ul.resp-tabs-list li.resp-tab-active,.dg-tabs-bottom ul.resp-tabs-list li.resp-tab-active:hover,.dg-tabs-bottom ul.resp-tabs-list li.resp-tab-active:hover{}.dg-tabs-top ul.resp-tabs-list li.resp-tab-active,.dg-tabs-bottom ul.resp-tabs-list li.resp-tab-active{background-color:#FFF;color:#20a3f0;}.dg-tabs-top:not(.dg-tabs-top04) ul.resp-tabs-list li.number span:not(.number-bg),.dg-tabs-bottom:not(.dg-tabs-top04) ul.resp-tabs-list li.number span:not(.number-bg),.dg-tabs-left:not(.dg-tabs-top04) ul.resp-tabs-list li.number span:not(.number-bg),.dg-tabs-right:not(.dg-tabs-top04) ul.resp-tabs-list li.number span:not(.number-bg){margin-left:0.5em;}.dg-tabs-top.dg-tabs-top04 ul.resp-tabs-list li.number .number-bg,.dg-tabs-bottom.dg-tabs-top04 ul.resp-tabs-list li.number .number-bg{position:absolute;left:0;z-index:-1;line-height:1;color:rgba(51,51,51,0.08);letter-spacing:0.1em;pointer-events:none;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);}.dg-tabs-top.dg-tabs-top04 ul.resp-tabs-list li.number .number-bg+.box-right,.dg-tabs-bottom.dg-tabs-top04 ul.resp-tabs-list li.number .number-bg+.box-right{position:relative;z-index:1;}.dg-tabs-top.dg-tabs-top04 ul.resp-tabs-list li.number .number-bg.size-xs,.dg-tabs-bottom.dg-tabs-top04 ul.resp-tabs-list li.number .number-bg.size-xs{font-size:74px;top:50%;margin-top:-10px;}.dg-tabs-top.dg-tabs-top04 ul.resp-tabs-list li.number .number-bg.size-xs+.box-right,.dg-tabs-bottom.dg-tabs-top04 ul.resp-tabs-list li.number .number-bg.size-xs+.box-right{margin-left:20px;}.dg-tabs-top.dg-tabs-top04 ul.resp-tabs-list li.number .number-bg.size-sm,.dg-tabs-bottom.dg-tabs-top04 ul.resp-tabs-list li.number .number-bg.size-sm{font-size:100px;top:50%;margin-top:-15px;}.dg-tabs-top.dg-tabs-top04 ul.resp-tabs-list li.number .number-bg.size-sm+.box-right,.dg-tabs-bottom.dg-tabs-top04 ul.resp-tabs-list li.number .number-bg.size-sm+.box-right{margin-left:32px;}.dg-tabs-top.dg-tabs-top04 ul.resp-tabs-list li.number .number-bg.size-lg,.dg-tabs-bottom.dg-tabs-top04 ul.resp-tabs-list li.number .number-bg.size-lg{font-size:100px;top:50%;margin-top:-15px;}.dg-tabs-top.dg-tabs-top04 ul.resp-tabs-list li.number .number-bg.size-lg+.box-right,.dg-tabs-bottom.dg-tabs-top04 ul.resp-tabs-list li.number .number-bg.size-lg+.box-right{margin-left:39px;}.dg-tabs-top h2.resp-accordion,.dg-tabs-top .resp_container,.dg-tabs-bottom h2.resp-accordion,.dg-tabs-bottom .resp_container{display:none;}.dg-tabs-bottom ul.resp-tabs-list{margin:0 0 8px;}.dg-tabs-bottom .resp-tabs-container{margin:0;}.dg-tabs-bottom ul.resp-tabs-list li{border-top:none;border-bottom:1px solid #e8e8e8;margin-top:-1px;}.dg-tabs-left,.dg-tabs-right{clear:both;}.dg-tabs-left .resp-tabs-container,.dg-tabs-right .resp-tabs-container{padding:0;margin:0 0 8px;border:1px solid #e8e8e8;overflow:auto;}.dg-tabs-left ul.resp-tabs-list,.dg-tabs-right ul.resp-tabs-list{float:left;margin:0 -1px 0 0;padding:0;border-bottom:1px solid #e8e8e8;}.dg-tabs-left ul.resp-tabs-list li,.dg-tabs-right ul.resp-tabs-list li{font-size:13px;color:#424242;margin:0;list-style:none;border-top:1px solid #e8e8e8;border-left:1px solid #e8e8e8;position:relative;z-index:1;min-width:120px;padding:8px 15px;white-space:nowrap;cursor:pointer;text-align:right;-moz-transition:background-color ease-in 200ms,color ease-in 200ms;-webkit-transition:background-color ease-in 200ms,color ease-in 200ms;-o-transition:background-color ease-in 200ms,color ease-in 200ms;-ms-transition:background-color ease-in 200ms,color ease-in 200ms;transition:background-color ease-in 200ms,color ease-in 200ms;}.dg-tabs-left ul.resp-tabs-list li:hover,.dg-tabs-right ul.resp-tabs-list li:hover{background:#eeeeee;color:#333;}.dg-tabs-left ul.resp-tabs-list li.resp-tab-active,.dg-tabs-right ul.resp-tabs-list li.resp-tab-active{position:relative;z-index:1;color:#20a3f0;background-color:#FFF }.dg-tabs-left h2.resp-accordion,.dg-tabs-left .resp_container,.dg-tabs-right h2.resp-accordion,.dg-tabs-right .resp_container{display:none;}.dg-tabs-right ul.resp-tabs-list{float:right;margin:0 0 0 -1px;}.dg-tabs-right .resp-tabs-container{margin:0;}.dg-tabs-right ul.resp-tabs-list li{border-left:none;border-right:1px solid #e8e8e8;text-align:left;}@media only screen and (max-width:768px){[class*="dg-tabs-"] ul.resp-tabs-list{display:none!important;}[class*="dg-tabs-"] h2.resp-accordion{position:relative;border:1px solid #e1e1e1;border-bottom:none;font-size:15px;font-weight:normal;padding:12px 30px 12px 15px;cursor:pointer;margin:0;display:block;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;}[class*="dg-tabs-"] h2.resp-accordion:hover{background:#eeeeee;color:#333333;}[class*="dg-tabs-"] h2.resp-tab-active,[class*="dg-tabs-"] h2.resp-tab-active:hover{background:#20a3f0;color:#FFF;}[class*="dg-tabs-"] h2.resp-accordion > i{margin-right:8px;font-size:1.1em;}[class*="dg-tabs-"] .resp-arrow{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;font-family:'linearicons';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;}[class*="dg-tabs-"] .resp-arrow:after,[class*="dg-tabs-"] .resp-arrow:before{position:absolute;content:"";top:50%;left:50%;z-index:1;}[class*="dg-tabs-"] .resp-arrow:after{width:2px;height:12px;background:#424242;margin:-6px 0 0 -7px;opacity:1;}[class*="dg-tabs-"] .resp-arrow:before{width:12px;height:2px;background:#424242;margin:-1px 0 0 -12px;}[class*="dg-tabs-"] .resp-tab-active .resp-arrow:after{opacity:0;}[class*="dg-tabs-"] .resp-tab-active .resp-arrow:before,[class*="dg-tabs-"] .resp-tab-active .resp-arrow:after{background:#FFF;}[class*="dg-tabs-"] .resp-tabs-container{width:100%;border:none;border-bottom:1px solid #e1e1e1;}[class*="dg-tabs-"] .resp-tab-content{border:1px solid #e1e1e1;border-bottom:none;width:auto !important;display:none;}[class*="dg-tabs-"] .resp-tabs-container{margin-bottom:8px;}}.dg-tabs-top01 ul.resp-tabs-list{border:none;}.dg-tabs-top01 ul.resp-tabs-list li{border:none;padding:7px 0px 4px 24px;font-size:16px;border-bottom:2px solid transparent;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;}.dg-tabs-top01 ul.resp-tabs-list li:after{content:"";display:inline-block;vertical-align:middle;height:26px;border-left:1px solid #e0e0e0;margin-left:24px;margin-bottom:2px;}.dg-tabs-top01 ul.resp-tabs-list li:first-child{padding-left:0;}.dg-tabs-top01 ul.resp-tabs-list li:last-child:after{content:"";margin-left:0;border:0;}.dg-tabs-top01 ul.resp-tabs-list li:hover,.dg-tabs-top01 ul.resp-tabs-list li.resp-tab-active{color:#20a3f0;border-bottom-color:#20a3f0;background:none;}.dg-tabs-top01 .resp-tabs-container{border:none;border-top:1px solid #e0dede;}.dg-tabs-top01 .resp_margin{padding:30px 0px 0 0px;}@media only screen and (max-width:768px){.dg-tabs-top01 .resp_margin{padding:15px;margin:0;}.dg-tabs-top01 .resp-tabs-container{border:none;border-bottom:1px solid #e1e1e1;}}.dg-tabs-top02 ul.resp-tabs-list{border:none;margin:0;}.dg-tabs-top02 ul.resp-tabs-list li{border:none;border-right:1px solid #e8e8e8;padding:8px 25px 6px 25px;font-size:16px;color:#424242;margin:0;background-color:#f5f5f5;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;}.dg-tabs-top02 ul.resp-tabs-list li:last-child{border:none;}.dg-tabs-top02 ul.resp-tabs-list li.resp-tab-active{background-color:#20a3f0;border-right-color:#20a3f0;color:#FFF!important;}.dg-tabs-top02 .resp-tabs-container{border:none;background-color:#20a3f0;color:#FFF;}.dg-tabs-top02 .resp_margin{padding:33px 30px;}.dg-tabs-top02 h2.resp-accordion{color:#FFF;}.dg-tabs-top02 .resp-arrow:before,.dg-tabs-top02 .resp-arrow:after{background:#FFF;}@media only screen and (max-width:768px){.dg-tabs-top02 h2.resp-accordion,.dg-tabs-top02 h2.resp-accordion:hover{background:rgba(255,255,255,0.2)!important;border-color:rgba(255,255,255,0.2);color:#FFF;}.dg-tabs-top02 .resp-tab-content{border-color:rgba(255,255,255,0.2);}}.dg-tabs-top03 ul.resp-tabs-list{border:none;margin:0;}.dg-tabs-top03 ul.resp-tabs-list li{border:none;padding:7px 26px;font-size:16px;color:#424242;margin:0 10px 10px 0;background-color:#f0f0f0;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}.dg-tabs-top03 ul.resp-tabs-list li.resp-tab-active{background-color:#20a3f0;color:#FFF!important;}.dg-tabs-top03 .resp-tabs-container{border:none;padding:0;}.dg-tabs-top03 .resp_margin{padding:20px 0 0;}@media only screen and (max-width:768px){.dg-tabs-top03 .resp_margin{padding:15px 15px 20px;margin:0;}.dg-tabs-top03 .resp-tabs-container{border:none;border-bottom:1px solid #e1e1e1;}}.dg-tabs-top04 ul.resp-tabs-list{display:block;text-align:center;border:none;border-bottom:1px solid #e6e6e6;}.dg-tabs-top04 ul.resp-tabs-list li{float:none;display:inline-block;vertical-align:bottom;border:none;border-bottom:3px solid transparent;background-color:transparent!important;transition:border-color ease-in 200ms;-moz-transition:border-color ease-in 200ms;-webkit-transition:border-color ease-in 200ms;-o-transition:border-color ease-in 200ms;-ms-transition:border-color ease-in 200ms;text-align:left;padding:0 0 30px;margin:0px 35px -1px;}.dg-tabs-top04 ul.resp-tabs-list li .dg-ico02,.dg-tabs-top04 ul.resp-tabs-list li .dg-ico02:hover,.dg-tabs-top04 .resp-accordion .dg-ico02,.dg-tabs-top04 .resp-accordion .dg-ico02:hover{color:#383838;display:inline-block;vertical-align:middle;margin-right:14px;background-color:transparent }.dg-tabs-top04 ul.resp-tabs-list li .box-right,.dg-tabs-top04 .resp-accordion .box-right{display:inline-block;vertical-align:middle;}.dg-tabs-top04 ul.resp-tabs-list li h6,.dg-tabs-top04 .resp-accordion h6{margin:7px 0 0;font-size:16px;color:#383838;transition:color ease-in 200ms;-moz-transition:color ease-in 200ms;-webkit-transition:color ease-in 200ms;-o-transition:color ease-in 200ms;-ms-transition:color ease-in 200ms;}.dg-tabs-top04 ul.resp-tabs-list li small,.dg-tabs-top04 .resp-accordion li small{margin:0;color:#666666;font-size:13px;}.dg-tabs-top04 ul.resp-tabs-list li.resp-tab-active{border-bottom-color:#20a3f0;}.dg-tabs-top04 ul.resp-tabs-list li.resp-tab-active h6{color:#20a3f0;}.dg-tabs-top04 ul.resp-tabs-list li.resp-tab-active .dg-ico02{color:#FFF;border-color:#20a3f0;background-color:#20a3f0;}.dg-tabs-top04 .resp-tabs-container{border:none;}.dg-tabs-top04 .resp_margin{padding:60px 0px 0px;}@media only screen and (min-width:992px) and (max-width:1199px){.dg-tabs-top04 ul.resp-tabs-list li{margin:0px 15px -1px }}@media only screen and (max-width:768px){.dg-tabs-top04 ul.resp-tabs-list{display:none;}.dg-tabs-top04 .resp-tab-content{border-color:#e6e6e6;}.dg-tabs-top04 .resp-tabs-container{border-bottom:1px solid #e6e6e6;margin-bottom:30px;}.dg-tabs-top04 .resp-accordion h6{margin:0;}.dg-tabs-top04 .resp-accordion .dg-ico02{width:40px;height:40px;line-height:38px;font-size:16px;}.dg-tabs-top04 .number-bg{display:none;}.dg-tabs-top:not(.dg-tabs-top04) .number-bg,.dg-tabs-left:not(.dg-tabs-top04) .number-bg{margin-right:5px;}.dg-tabs-top04 .resp-accordion.resp-tab-active .dg-ico02,.dg-tabs-top04 .resp-accordion.resp-tab-active .dg-ico02:hover,.dg-tabs-top04 .resp-accordion.resp-tab-active .number-bg,.dg-tabs-top04 .resp-accordion.resp-tab-active h6,.dg-tabs-top04 .resp-accordion.resp-tab-active small{color:#fff;}.dg-tabs-top04 .resp_margin{padding:30px;}}.dg-tabs-top05 ul.resp-tabs-list{border:none;}.dg-tabs-top05 ul.resp-tabs-list li{border:none;background-color:#ffffff;margin-right:10px;padding:7px 25px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}.dg-tabs-top05 ul.resp-tabs-list li.resp-tab-active{background-color:#20a3f0;color:#ffffff;}.dg-tabs-top05 .resp_margin{padding:35px 0;}.dg-tabs-top05 .resp-tabs-container{border:none;}@media only screen and (max-width:991px){.dg-tabs-top05 .resp_margin{padding:15px;}.dg-tabs-top05 .resp-tabs-container{border-bottom:1px solid #e1e1e1;}.dg-tabs-top05 h2.resp-accordion{padding:12px 15px;}.dg-tabs-top05 .resp-arrow{margin-top:1px;}}@media only screen and (max-width:768px){.dg-tabs-top05 .resp-tabs-container{background-color:rgba(255,255,255,0.7);}}.dg-tabs-top06 ul.resp-tabs-list{border:none;margin:0 0 -1px;}.dg-tabs-top06 ul.resp-tabs-list li{border:none;border-left:1px solid #dcdcdc;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;padding:7px 25px 5px 25px;font-size:16px;color:#424242;margin:0;background-color:#f5f5f5;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;}.dg-tabs-top06 ul.resp-tabs-list li:last-child{border-right:1px solid #dcdcdc;}.dg-tabs-top06 ul.resp-tabs-list li > i{margin-right:10px;font-size:1.1em;vertical-align:text-top;}.dg-tabs-top06 ul.resp-tabs-list li.resp-tab-active{color:#333333;background-color:#FFF;border-bottom-color:#FFF;}.dg-tabs-top06 ul.resp-tabs-list li:after{content:"";border-bottom:2px solid #20a3f0;position:absolute;top:-1px;left:-1px;right:-1px;opacity:0;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;}.dg-tabs-top06 ul.resp-tabs-list li.resp-tab-active:after{opacity:1;}.dg-tabs-top06 .resp-tabs-container{border-color:#dcdcdc;background-color:#FFF;}.dg-tabs-top06 .resp_margin{padding:33px 30px;}.dg-tabs-top06 h2.resp-accordion{}.dg-tabs-top06 h2.resp-accordion:hover{}@media only screen and (min-width:992px) and (max-width:1199px){.dg-tabs-top06 ul.resp-tabs-list li{padding:7px 20px 5px 20px;}}.dg-tabs-top07 ul.resp-tabs-list{border:none;padding-left:20px;display:block;overflow:hidden;position:relative;}.dg-tabs-top07 ul.resp-tabs-list:before{content:"";left:0;position:absolute;bottom:0;width:20px;border-bottom:1px solid #dcdcdc;}.dg-tabs-top07 ul.resp-tabs-list li{border:1px solid transparent;border-bottom-color:#dcdcdc;padding:7px 25px 5px 25px;font-size:16px;color:#424242;margin:0;background-color:transparent;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;position:relative;margin-left:-1px;}.dg-tabs-top07 ul.resp-tabs-list li:last-child:before{content:"";left:100%;position:absolute;bottom:-1px;width:1000px;border-bottom:1px solid #dcdcdc;}.dg-tabs-top07 ul.resp-tabs-list li:after{content:"";position:absolute;right:-1px;top:50%;margin-top:-13px;height:25px;border-left:#dcdcdc 1px solid;}.dg-tabs-top07 ul.resp-tabs-list li:last-child:after{content:normal;}.dg-tabs-top07 ul.resp-tabs-list li > i{margin-right:10px;font-size:1.1em;vertical-align:text-top;}.dg-tabs-top07 ul.resp-tabs-list li.resp-tab-active{color:#20a3f0;background-color:transparent;border-color:#dcdcdc;border-bottom-color:transparent;}.dg-tabs-top07 ul.resp-tabs-list li:hover{background-color:transparent;}.dg-tabs-top07 ul.resp-tabs-list li.resp-tab-active:after{opacity:1;}.dg-tabs-top07 .resp-tabs-container{border:none;}.dg-tabs-top07 .resp_margin{padding:33px 0px;}.dg-tabs-top07 h2.resp-accordion{}.dg-tabs-top07 h2.resp-accordion:hover{}@media only screen and (min-width:992px) and (max-width:1199px){.dg-tabs-top07 ul.resp-tabs-list li{padding:7px 10px 5px 10px;}}@media only screen and (max-width:991px){.dg-tabs-top07 ul.resp-tabs-list{display:none;}.dg-tabs-top07 .resp_margin{padding:20px;}.dg-tabs-top07 .resp-tabs-container{border-bottom:#e1e1e1 1px solid;}}.dg-tabs-top08 ul.resp-tabs-list{border:2px solid #f1f1f1;overflow:hidden;position:relative;-moz-border-radius:999px;-webkit-border-radius:999px;border-radius:999px;}.dg-tabs-top08 ul.resp-tabs-list li{padding:7px 25px 5px 25px;font-size:16px;color:#424242;margin:3px;border:none;-moz-border-radius:999px;-webkit-border-radius:999px;border-radius:999px;background-color:transparent;transition:all ease-in 200ms;-moz-transition:all ease-in 200ms;-webkit-transition:all ease-in 200ms;-o-transition:all ease-in 200ms;-ms-transition:all ease-in 200ms;position:relative;}.dg-tabs-top08 ul.resp-tabs-list li:last-child{border-right:none;}.dg-tabs-top08 ul.resp-tabs-list li > i{margin-right:10px;font-size:1.1em;vertical-align:text-top;}.dg-tabs-top08 ul.resp-tabs-list li.resp-tab-active{color:#fff!important;background-color:#20a3f0;box-shadow:1px 1px 4px 0px rgba(0,0,0,0.15);}.dg-tabs-top08 ul.resp-tabs-list li:hover{}.dg-tabs-top08 ul.resp-tabs-list li.resp-tab-active:after{opacity:1;}.dg-tabs-top08 .resp-tabs-container{border:none;}.dg-tabs-top08 .resp_margin{padding:33px 0px;}.dg-tabs-top08 h2.resp-accordion{}.dg-tabs-top08 h2.resp-accordion:hover{}@media only screen and (min-width:992px) and (max-width:1199px){.dg-tabs-top08 ul.resp-tabs-list li{padding:7px 20px 5px 20px;}}@media only screen and (max-width:991px){.dg-tabs-top08 .resp_margin{padding:20px;}.dg-tabs-top08 .resp-tabs-container{border-bottom:#e1e1e1 1px solid;}}.dg-tabs-top09 ul.resp-tabs-list{display:table;width:100%;table-layout:fixed;}.dg-tabs-top09 ul.resp-tabs-list li{display:table-cell;float:none;text-align:center;padding:12px 15px;}.dg-tabs-top09 ul.resp-tabs-list li .title::after{content:"\f107";font-family:"FontAwesome";margin-left:9px;}.dg-tabs-top09 ul.resp-tabs-list li.resp-tab-active{background-color:#fafafa;}.dg-tabs-top09 ul.resp-tabs-list li span{font-size:13px;}.dg-tabs-top09 .resp-tabs-container{margin:0;}.dg-tabs-left01 ul.resp-tabs-list{border-bottom:0;margin:0 -1px 0 0;}.dg-tabs-left01 ul.resp-tabs-list li{background:#f9f9f9;padding:11px 10px 11px 16px;line-height:1.2;font-size:15px;margin:0;min-width:225px;text-align:left;border:1px solid #dcdcdc;margin-bottom:-1px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}.dg-tabs-left01 ul.resp-tabs-list li.resp-tab-active{position:relative;border-left:2px solid #20a3f0;border-right-color:transparent;padding-left:15px;z-index:2;}.dg-tabs-left01 ul.resp-tabs-list li > i{width:1.2em;font-size:1.2em;text-align:center;margin-right:10px;vertical-align:middle;display:inline-block;}.dg-tabs-left01 .resp_margin{padding:40px 54px;}.dg-tabs-left01 .resp-tabs-container{-moz-box-shadow:-4px 0px 14px -7px rgba(0,0,0,0.3);-webkit-box-shadow:-4px 0px 14px -7px rgba(0,0,0,0.3);box-shadow:-4px 0px 14px -7px rgba(0,0,0,0.3);position:relative;z-index:1;background-color:#FFF;}@media only screen and (max-width:991px){.dg-tabs-left01 .resp-tabs-container{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}.dg-tabs-left01 .resp_margin{padding:25px;}}.dg-tabs-left02{display:flex !important;align-items:center;}.dg-tabs-left02 ul.resp-tabs-list{border-bottom:0;margin:0 -60px 0 0;z-index:2;}.dg-tabs-left02 ul.resp-tabs-list li{background:#fff;padding:34px 40px;line-height:1.3;font-size:20px;margin:27px 0;min-width:225px;text-align:left;border:none;border-radius:4px;box-shadow:0 0 18px 1px rgba(0,0,0,0.15);}.dg-tabs-left02 ul.resp-tabs-list li:hover{color:#20a3f0;background:#fff;}.dg-tabs-left02 ul.resp-tabs-list li.resp-tab-active{position:relative;background-color:#20a3f0;color:#FFF!important;}.dg-tabs-left02 ul.resp-tabs-list li > i{width:1.2em;font-size:1.2em;text-align:center;margin-right:11px;vertical-align:middle;margin-bottom:2px;display:inline-block;}.dg-tabs-left02 ul.resp-tabs-list li > div{display:block !important;font-size:16px;line-height:26px;color:#6f7079;-moz-transition:color ease-in 200ms;-webkit-transition:color ease-in 200ms;-o-transition:color ease-in 200ms;-ms-transition:color ease-in 200ms;transition:color ease-in 200ms;}.dg-tabs-left02 ul.resp-tabs-list li:hover > div{color:#20a3f0;}.dg-tabs-left02 ul.resp-tabs-list li.resp-tab-active > div{color:#FFF!important;}.dg-tabs-left02 ul.resp-tabs-list li:after{content:"";display:inline-block;position:absolute;visibility:hidden;opacity:0;right:0;top:50%;width:0;height:0;transform:translate(100%,-50%);border-top:10px solid transparent;border-left:10px solid transparent;border-bottom:10px solid transparent;}.dg-tabs-left02 ul.resp-tabs-list li.resp-tab-active:after{visibility:visible;opacity:1;border-left-color:#20a3f0;transition:opacity ease-in 200ms;-moz-transition:opacity ease-in 200ms;-webkit-transition:opacity ease-in 200ms;-o-transition:opacity ease-in 200ms;-ms-transition:opacity ease-in 200ms;}.dg-tabs-left02 .resp_margin{padding:25px 25px 25px 120px;}.dg-tabs-left02 .resp-tabs-container{flex:1;z-index:1;border:none;overflow:hidden;margin:0;border-radius:3px;box-shadow:0 0 24px 0px rgba(0,0,0,0.15);}@media only screen and (max-width:991px){.dg-tabs-left02 ul.resp-tabs-list{margin:0 -30px 0 0;}.dg-tabs-left02 .resp_margin{padding:25px 25px 25px 60px;}.dg-tabs-left02 .resp-tabs-container{border-bottom:#e1e1e1 1px solid;}}@media (max-width:767px){.dg-tabs-left02 .resp_margin{padding:25px;}}.dg-tabs-left03{overflow:hidden;border:1px solid #ebebeb;width:auto!important;min-width:100%;}.dg-tabs-left03 ul.resp-tabs-list{position:relative;margin:0;padding:0;}.dg-tabs-left03 .resp-tabs-container{margin-bottom:0;border:none;}.dg-tabs-left03 ul.resp-tabs-list:after{content:"";position:absolute;top:0;left:0;width:100%;height:10000px;background-color:#fafafa;border-right:1px solid #ebebeb;}.dg-tabs-left03 ul.resp-tabs-list li{text-align:left;padding:12px 63px 12px 29px;border:none;border-top:1px solid transparent;border-bottom:1px solid transparent;}.dg-tabs-left03 ul.resp-tabs-list li:after{content:"\f105";font-family:"FontAwesome";margin-left:9px;position:absolute;right:25px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);}.dg-tabs-left03 ul.resp-tabs-list li span{font-size:13px;}.dg-tabs-left03 ul.resp-tabs-list li:hover{background-color:rgba(0,0,0,0.01);}.dg-tabs-left03 ul.resp-tabs-list li.resp-tab-active{background-color:transparent;border-top-color:#ebebeb;border-bottom-color:#ebebeb;}.dg-tabs-left03 ul.resp-tabs-list li:first-child{margin-top:-1px;}.dg-tabs-left03 ul.resp-tabs-list li:last-child{margin-bottom:-2px;}.dg-tabs-top02.tabs-small ul.resp-tabs-list li,.dg-tabs-top06.tabs-small ul.resp-tabs-list li,.dg-tabs-top07.tabs-small ul.resp-tabs-list li,.dg-tabs-top03.tabs-small ul.resp-tabs-list li,.dg-tabs-top08.tabs-small ul.resp-tabs-list li{padding:6px 20px 4px 20px;}.dg-tabs-top01.tabs-small ul.resp-tabs-list li{padding-top:6px;padding-bottom:4px;}.dg-tabs-top04.tabs-small ul.resp-tabs-list li{padding-bottom:20px;margin:0px 20px -1px;}.dg-tabs-top04.tabs-small ul.resp-tabs-list li h6{}.dg-tabs-left01.tabs-small ul.resp-tabs-list li{padding-top:8px;padding-bottom:8px;}.dg-tabs-left02.tabs-small ul.resp-tabs-list li{padding-top:17px;padding-bottom:17px;}.dg-tabs-left03.tabs-small ul.resp-tabs-list li{padding-top:8px;padding-bottom:8px;}.dg-tabs-top02.tabs-large ul.resp-tabs-list li,.dg-tabs-top06.tabs-large ul.resp-tabs-list li,.dg-tabs-top07.tabs-large ul.resp-tabs-list li,.dg-tabs-top03.tabs-large ul.resp-tabs-list li,.dg-tabs-top08.tabs-large ul.resp-tabs-list li{padding:14px 30px 12px 30px;}.dg-tabs-top01.tabs-large ul.resp-tabs-list li{padding-top:10px;padding-bottom:8px;}.dg-tabs-top04.tabs-large ul.resp-tabs-list li{}.dg-tabs-top04.tabs-large ul.resp-tabs-list li h6{}.dg-tabs-left01.tabs-large ul.resp-tabs-list li{padding-top:14px;padding-bottom:14px;}.dg-tabs-left02.tabs-large ul.resp-tabs-list li{padding-top:51px;padding-bottom:51px;}.dg-tabs-left03.tabs-large ul.resp-tabs-list li{padding-top:16px;padding-bottom:16px;}


.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-auto{position:relative;padding-right:15px;padding-left:15px }@media(min-width:1600px){.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100% }.col-xxl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100% }.col-xxl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333% }.col-xxl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667% }.col-xxl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25% }.col-xxl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333% }.col-xxl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667% }.col-xxl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50% }.col-xxl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333% }.col-xxl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667% }.col-xxl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75% }.col-xxl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333% }.col-xxl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667% }.col-xxl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100% }}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none !important }.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none !important }@media (max-width:767px){.visible-xs{display:block !important }table.visible-xs{display:table !important }tr.visible-xs{display:table-row !important }td.visible-xs,th.visible-xs{display:table-cell !important }}@media (max-width:767px){.visible-xs-block{display:block !important }}@media (max-width:767px){.visible-xs-inline{display:inline !important }}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important }}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important }table.visible-sm{display:table !important }tr.visible-sm{display:table-row !important }td.visible-sm,th.visible-sm{display:table-cell !important }}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important }}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important }}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important }}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important }table.visible-md{display:table !important }tr.visible-md{display:table-row !important }td.visible-md,th.visible-md{display:table-cell !important }}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important }}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important }}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important }}@media (min-width:1200px){.visible-lg{display:block !important }table.visible-lg{display:table !important }tr.visible-lg{display:table-row !important }td.visible-lg,th.visible-lg{display:table-cell !important }}@media (min-width:1200px){.visible-lg-block{display:block !important }}@media (min-width:1200px){.visible-lg-inline{display:inline !important }}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important }}@media (max-width:767px){.hidden-xs{display:none !important }}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important }}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important }}@media (min-width:1200px){.hidden-lg{display:none !important }}@-webkit-keyframes lazy-rotate{0%{-webkit-transform:rotate(0);}100%{-webkit-transform:rotate(360deg);}}@-moz-keyframes lazy-rotate{0%{-moz-transform:rotate(0);}100%{-moz-transform:rotate(360deg);}}@keyframes lazy-rotate{0%{transform:rotate(0);}100%{transform:rotate(360deg);}}.lazyLoader{position:relative;width:100%;height:100%;}.lazyLoader::before{content:"";position:absolute;top:50%;left:50%;width:30px;height:30px;border:3px solid #e3e3e3;border-left-color:#333;border-bottom-color:#333;border-radius:50%;margin:-15px 0 0 -15px;-webkit-animation:lazy-rotate 0.7s infinite;-moz-animation:lazy-rotate 0.7s infinite;animation:lazy-rotate 0.7s infinite;}
@import url("/DesktopModules/MVC/Inshape_Club/Resources/theme/css/layout.css");.Club-Details-Page{position:relative;}.Club-Details-Page h1,.Club-Details-Page h2,.Club-Details-Page h3,.Club-Details-Page h4,.Club-Details-Page h5,.Club-Details-Page h6{font-weight:bold;}body .Club-family_01{}body .Club-family_02{}.Club-Details-Page .font-bold{font-weight:bold;}.Club-map_01 .gm-style .gm-style-iw-d .Google-map-link{position:relative;display:inline-block !important;padding-right:1em;color:#0090ba;font-size:0.75em;}.Club-map_01 .gm-style .gm-style-iw-d .Google-map-link::after{content:'';position:absolute;right:0;top:50%;display:inline-block;margin-top:-2px;width:0.5em;height:0.5em;vertical-align:middle;border-top:2px solid currentColor;border-right:2px solid currentColor;transform-origin:center center;transform:rotate3d(0,0,1,45deg) translate3d(-50%,0%,0);}.Club-container_01{position:relative;display:flex;flex-wrap:wrap;}.Club-container_01::before{content:'';position:absolute;top:0;right:280px;width:2px;height:130px;background:#d8d8d8;}.Club-container_01.Long_line::before{height:auto;bottom:38px;}.Club-container_01 .container-main,.Club-container_01 .container-sidebar{position:relative;color:#1e1e1e;font-size:22px;line-height:30px;}.Club-container_01 .container-main .container-content,.Club-container_01 .container-sidebar .container-content{margin-bottom:38px;}.Club-container_01 .container-main{flex:1;padding-right:95px;}.Club-container_01 .container-main p:last-child{margin-bottom:0;}.Club-container_01 .container-sidebar{display:flex;flex-direction:column;justify-content:space-between;flex:0 0 280px;padding-left:60px;}.Club-container_01 .container-sidebar p{margin-bottom:0;}.Club-container_01 .container-sidebar a:not([class*="Club-button_"]){color:currentColor;}.Club-container_01 .container-sidebar a:not([class*="Club-button_"]):hover{color:#243b7a;}.Club-container_01 .container-sidebar a[class*="Club-button_"]{white-space:normal;}@media only screen and (max-width:1199px){.Club-container_01{margin-bottom:30px;}.Club-container_01 .container-main{padding-right:30px;}.Club-container_01 .container-sidebar{padding-left:30px;}}@media only screen and (max-width:991px){.Club-container_01{margin-bottom:0;}.Club-container_01::before{content:none;}.Club-container_01 .container-main{padding-right:0;width:100%;flex:0 0 100%;order:2;}.Club-container_01 .container-sidebar{padding-left:0;width:100%;flex:0 0 100%;order:1;}}@media only screen and (max-width:991px){.Club-container_01 .container-main,.Club-container_01 .container-sidebar{font-size:16px;line-height:24px;}}.Club-container_02{position:relative;display:flex;flex-wrap:wrap;}.Club-container_02::before{content:'';position:absolute;top:0;right:280px;width:2px;height:130px;background:#d8d8d8;}.Club-container_02.Long_line::before{height:auto;bottom:38px;}.Club-container_02 .container-main,.Club-container_02 .container-sidebar{position:relative;color:#1e1e1e;font-size:22px;line-height:30px;}.Club-container_02 .container-main .container-content,.Club-container_02 .container-sidebar .container-content{margin-bottom:38px;}.Club-container_02 .container-main{flex:1;padding-right:95px;}.Club-container_02 .container-main p:last-child{margin-bottom:0;}.Club-container_02 .container-sidebar{display:flex;flex-direction:column;justify-content:space-between;flex:0 0 280px;padding-left:60px;}.Club-container_02 .container-sidebar p{margin-bottom:0;}.Club-container_02 .container-sidebar a:not([class*="Club-button_"]){color:currentColor;}.Club-container_02 .container-sidebar a:not([class*="Club-button_"]):hover{color:#243b7a;}@media only screen and (max-width:1199px){.Club-container_02{margin-bottom:30px;}.Club-container_02 .container-main{padding-right:30px;}.Club-container_02 .container-sidebar{padding-left:30px;}}@media only screen and (max-width:991px){.Club-container_02{margin-bottom:0;}.Club-container_02::before{content:none;}.Club-container_02 .container-main{padding-right:0;width:100%;flex:0 0 100%;}.Club-container_02 .container-sidebar{padding-left:0;width:100%;flex:0 0 100%;}}@media only screen and (max-width:991px){.Club-container_02 .container-main,.Club-container_02 .container-sidebar{font-size:16px;line-height:24px;}}.Club-swiper-container .swiper-wrapper-overflow{padding-top:0;padding-bottom:0;}.Club-swiper-container .swiper-slide{height:auto;}.Club-swiper-container .swiper-slide>div{margin:initial;margin-left:auto;margin-right:auto;}.Club-swiper-container .swiper-slide img{max-width:100%;object-fit:contain;}.Club-swiper-container .swiper-button-next,.Club-swiper-container .swiper-container-rtl .swiper-button-prev,.Club-swiper-container .swiper-button-prev,.Club-swiper-container .swiper-container-rtl .swiper-button-next{width:34px;height:34px;margin-top:-17px;z-index:10;cursor:pointer;background-size:34px 34px;}.Club-swiper-container .swiper-button-next,.Club-swiper-container .swiper-container-rtl .swiper-button-prev{background-image:url("/DesktopModules/MVC/Inshape_Club/Resources/theme/images/Details-swiper-container_Next.jpg");}.Club-swiper-container .swiper-button-prev,.Club-swiper-container .swiper-container-rtl .swiper-button-next{background-image:url("/DesktopModules/MVC/Inshape_Club/Resources/theme/images/Details-swiper-container_Prev.jpg");}.Club-swiper-container.easy-carousel{max-width:100%;}.Club-swiper-container.easy-carousel .carousel-item img{max-width:100%;object-fit:contain;}.easy-carousel .carousel-navigation{width:34px;height:34px;margin-top:-17px;z-index:10;cursor:pointer;background-size:34px 34px;}.easy-carousel .carousel-navigation span{display:none;}.easy-carousel .carousel-prev{background-image:url("/DesktopModules/MVC/Inshape_Club/Resources/theme/images/Details-swiper-container_Prev.jpg");}.easy-carousel .carousel-next{background-image:url("/DesktopModules/MVC/Inshape_Club/Resources/theme/images/Details-swiper-container_Next.jpg");}.Club-swiper-container .swiper-description{margin-top:35px;margin-bottom:38px;text-align:center;color:#000000;font-size:23px;line-height:1;}.easy-carousel .carousel-pagination{position:relative;top:auto;bottom:auto;-webkit-transform:translateY(0);transform:translateY(0);margin-top:38px;margin-bottom:30px;width:100%;text-align:center;}.easy-carousel .carousel-pagination .pagination-bullet{border-radius:7px;opacity:1;-webkit-transition:background-color linear 200ms,width linear 200ms,opacity linear 200ms;transition:background-color linear 200ms,width linear 200ms,opacity linear 200ms;backface-visibility:hidden;width:12px;height:12px;margin:0px 5px!important;background-color:#dcdcdc;}.easy-carousel .carousel-pagination .pagination-bullet.active{background-color:#4ea2ea;width:24px;}.swiper-Banner.Club-swiper-container .carousel-scroll{display:grid;transform:none !important;}.swiper-Banner.Club-swiper-container .carousel-item{grid-column:1/2;grid-row:1/2;opacity:0;z-index:0;transition:all ease-in 300ms;}.swiper-Banner.Club-swiper-container .carousel-item.active{z-index:2;opacity:1;}.swiper-Banner.Club-swiper-container .carousel-item img{width:100%;height:100%;min-height:275px;object-fit:cover;}.swiper-AmenityList.Club-swiper-container .carousel-prev{background-image:url("/DesktopModules/MVC/Inshape_Club/Resources/theme/images/Details-swiper-container-AmenityList_Prev.png");}.swiper-AmenityList.Club-swiper-container .carousel-next{background-image:url("/DesktopModules/MVC/Inshape_Club/Resources/theme/images/Details-swiper-container-AmenityList_Next.png");}.swiper-AmenityList.Club-swiper-container .carousel-item{flex:0 0 calc(100% / 1);max-width:calc(100% / 1);padding:0 5px;}@media (min-width:480px){.swiper-AmenityList.Club-swiper-container .carousel-item{flex:0 0 calc(100% / 1);max-width:calc(100% / 1);padding:0 5px;}}@media (min-width:768px){.swiper-AmenityList.Club-swiper-container .carousel-item{flex:0 0 calc(100% / 2);max-width:calc(100% / 2);padding:0 10px;}}@media (min-width:992px){.swiper-AmenityList.Club-swiper-container .carousel-item{flex:0 0 calc(100% / 2);max-width:calc(100% / 2);padding:0 10px;}}@media (min-width:1200px){.swiper-AmenityList.Club-swiper-container .carousel-item{flex:0 0 calc(100% / 3);max-width:calc(100% / 3);padding:0 15px;}}@media (min-width:1600px){.swiper-AmenityList.Club-swiper-container .carousel-item{flex:0 0 calc(100% / 3);max-width:calc(100% / 3);padding:0 15px;}}@media only screen and (min-width:1600px){.swiper-AmenityList.Club-swiper-container .carousel-next{transform:translateX(100%);}.swiper-AmenityList.Club-swiper-container .carousel-prev{transform:translateX(-100%);}}.Club-title_01{position:relative;display:flex;align-items:center;margin-bottom:44px;padding-left:45px;padding-top:35px;line-height:1.4;}.Club-title_01::before,.Club-title_01::after{content:'';position:absolute;top:0;width:2px;background:#d8d8d8;}.Club-title_01::before{left:0;bottom:0;}.Club-title_01::after{left:12px;bottom:20px;}.Club-title_01 .title{position:relative;margin:0 10px 10px 0;font-size:32px;}.Club-title_01 .info{display:inline-block;margin:0 0 10px;padding:3px 8px;color:#fff;font-size:16px;font-weight:normal;line-height:1.2;border-radius:3px;}@media only screen and (max-width:767px){.Club-title_01{flex-direction:column;align-items:flex-start;margin-bottom:35px;padding-left:36px;padding-top:28px;}.Club-title_01 .title{font-size:24px;}}body .Club-button_01{display:inline-block;padding:9px 42px;color:#ffffff;font-size:18px;font-weight:bold;line-height:1.4;background:#243b7a;border-radius:100px;white-space:nowrap;transition:all ease-in 300ms;}body .Club-button_01.Lg_button{padding:13px 55px;font-size:22px;line-height:1.4;}body .Club-button_01:hover{text-decoration:none;background:#0090ba;}@media only screen and (max-width:767px){body .Club-button_01{padding:5px 20px;font-size:16px;line-height:1.4;}body .Club-button_01.Lg_button{padding:10px 40px;font-size:20px;line-height:1.4;}}body .Club-button_02{display:inline-block;padding:9px 42px;color:#ffffff;font-size:18px;font-weight:bold;line-height:1.4;background:#0090ba;border-radius:100px;white-space:nowrap;transition:all ease-in 300ms;}body .Club-button_02.Lg_button{padding:13px 55px;font-size:22px;line-height:1.4;}body .Club-button_02:hover{text-decoration:none;background:#243b7a;}@media only screen and (max-width:767px){body .Club-button_02{padding:5px 20px;font-size:16px;line-height:1.4;}body .Club-button_02.Lg_button{padding:10px 40px;font-size:20px;line-height:1.4;}}.Club-tabs_01{position:relative;box-shadow:0 0 24px 0px rgba(0,0,0,0.15);border-radius:7px 7px 0 0;overflow:hidden;}.Club-tabs_01 ul.resp-tabs-list{display:flex;margin-right:-2px;}.Club-tabs_01 ul.resp-tabs-list li{padding:24px 15px;flex:1 0 auto;text-align:center;color:#ffffff;font-size:16px;line-height:1.4;background-color:#035d72;border-top:1px solid #cce6ed;border-right:2px solid #ffffff;}.Club-tabs_01 ul.resp-tabs-list li.resp-tab-active,.Club-tabs_01 ul.resp-tabs-list li:hover{color:#ffffff;background-color:#1e0e32;}.Club-tabs_01 ul.resp-tabs-list li .title,.Club-tabs_01 .resp-tabs-container .resp-accordion .title{font-weight:bold;}.Club-tabs_01 .resp-tabs-container{border:1px solid #cce6ed;margin-bottom:0;}.Club-tabs_01 .resp_margin{padding:40px 40px;}@media only screen and (max-width:1199px){.Club-tabs_01 ul.resp-tabs-list li{padding:20px 12px;font-size:14px;line-height:1.4;}}@media only screen and (max-width:767px){.Club-tabs_01 .resp_margin{padding:25px 20px;}.Club-tabs_01 div.resp-tabs-container>.resp-accordion{color:#fff;background-color:#035d72;}.Club-tabs_01 div.resp-tabs-container>.resp-accordion.resp-tab-active,.Club-tabs_01 div.resp-tabs-container>.resp-accordion:hover{color:#fff;background-color:#1e0e32;}.Club-tabs_01 div.resp-tabs-container>.resp-accordion .resp-arrow:before,.Club-tabs_01 div.resp-tabs-container>.resp-accordion .resp-arrow:after{background-color:currentColor;}}.Club-tabs_01 .resp_margin table{width:100%;font-size:20px;font-weight:normal;}.Club-tabs_01 .resp_margin table tr td{padding-bottom:8px;}.Club-tabs_01 .resp_margin table tr:last-child td{padding-bottom:0;}#MemberShipBox{position:relative;}#MemberShipBox::before,#MemberShipBox::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:0;pointer-events:none;transition:all ease-in-out 300ms;-webkit-transition:all ease-in-out 300ms;}#MemberShipBox::before{background-color:rgba(255,255,255,0.7);}#MemberShipBox::after{background-image:url("/DesktopModules/MVC/Inshape_Club/Resources/theme/images/ajax-loader.gif");background-position:center;background-repeat:no-repeat;}#MemberShipBox.loading::before,#MemberShipBox.loading::after{opacity:1;pointer-events:all;z-index:999;}.Club-featured_01{position:relative;text-align:center;margin-bottom:30px;}.Club-featured_01 .icon,.Club-featured_01 .pic,.Club-featured_01 .title,.Club-featured_01 .info{position:relative;}.Club-featured_01 .icon +.title,.Club-featured_01 .pic +.title{margin-top:20px;}.Club-featured_01 .icon{margin-left:auto;margin-right:auto;max-width:52px;}.Club-featured_01 .pic{text-align:center;}.Club-featured_01 .icon img,.Club-featured_01 .pic img{max-width:100%;}.Club-featured_01 .title{margin:0;font-size:22px;}.Club-featured_01 .info{margin-top:18px;font-size:18px;line-height:25px;}.Club-featured_01 .info p:last-child{margin-bottom:0;}.Club-facility_01{position:relative;text-align:center;}.Club-facility_01 .pic{position:relative;padding-bottom:calc( 280 / 420 * 100%);margin-bottom:28px;text-align:center;}.Club-facility_01 .pic img,.Club-facility_01 .pic .lazyLoader{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}.Club-facility_01 .title{margin:0;font-size:22px;font-weight:bold;line-height:1.4;}.Club-facility_01 .info{font-size:18px;line-height:25px;}.Club-facility_01 .title+.info{margin-top:6px;}.Club-facility_01 .info p:last-child{margin-bottom:0;}.Club-subject_01{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:45px 25px;color:#ffffff;background-color:#272744;border-radius:22px;}.Club-subject_01 .title{margin:0;color:#ffffff;font-size:14px;line-height:1;}.Club-subject_01 .info{font-size:26px;font-weight:bold;line-height:1.35;}.Club-subject_01 .day{margin:5px 0 0;font-size:14px;line-height:1;font-weight:bold;}.Club-Social-Icons_01{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}.Club-Social-Icons_01 img{max-width:100%;}.Club-Social-Icons_01 a{display:inline-block;margin:5px 10px;max-width:52px;width:100%;}.Club-Social-Icons_01 a:hover{text-decoration:none;}.Club-map_01{position:relative;width:100%;max-height:600px;overflow:hidden;background-color:#e5e3df;background-image:url("/DesktopModules/MVC/Inshape_Club/Resources/theme/images/ajax-loader.gif");background-position:center;background-repeat:no-repeat;}.Club-map_01 .map-box{padding-bottom:calc( 642 / 1550 * 100%);min-height:300px;}.Club-map_01 .map-box>div{max-height:600px;}.Club-map_01 .gm-style .gm-style-iw-c{padding:10px 20px !important;font-size:18px;line-height:1.4;}.Club-map_01 .gm-style .gm-style-iw-chr{position:absolute;right:5px;top:12px;}.Club-map_01 .gm-style .gm-style-iw-chr > button{height:auto !important;}.Club-map_01 .gm-style .gm-style-iw-chr > button > span{margin-top:5px !important;margin:2px 10px 0 12px !important;}.Club-map_01 .gm-style .gm-style-iw-d{overflow:auto !important;padding:5px 0;font-weight:bold;}.Club-map_01 .gm-style .gm-style-iw-d .Google-map-title{padding-right:48px;}.Club-map_01 .gm-style .gm-style-iw-c>button{display:none !important;}.Club-map_01 .gm-style [aria-label="Map"] img[src*="favicon_sq.png"]{border:2px solid #a2b4ba !important;border-radius:5px;}.Membership-Template{position:relative;margin-bottom:30px;padding:80px 40px 60px;border-radius:45px;color:#ffffff;background-color:#0090ba;font-weight:bold;}.Membership-Template>.item-BestValue{position:absolute;top:30px;right:-20px;padding:4px 24px;color:#231f20;font-size:24px;line-height:1.5;background:#cccecf;}.Membership-Template>.item-BestValue .beforeBaffle,.Membership-Template>.item-BestValue .afterBaffle{position:absolute;display:block;}.Membership-Template>.item-BestValue .beforeBaffle{top:0;right:100%;width:0;height:0;border-top:44px solid #cccecf;border-left:14px solid transparent;}.Membership-Template>.item-BestValue .afterBaffle{top:100%;right:0;width:0;height:0;border-top:20px solid #050707;border-right:20px solid transparent;}.Membership-Template>.item-header .title{color:currentColor;}.Membership-Template>.item-header .title{margin:0;text-transform:uppercase;font-size:22px;line-height:1.45;}.Membership-Template>.item-header{position:relative;margin-bottom:23px;padding-bottom:21px;}.Membership-Template>.item-header::after{content:'';position:absolute;bottom:0;left:50%;width:270px;max-width:100%;height:2px;background-color:currentColor;transform:translate3d(-50%,0,0);}.Membership-Template>.item-content{display:flex;align-items:flex-end;}.Membership-Template>.item-content>.price_left,.Membership-Template>.item-content>.price_right{position:relative;width:50%;}.Membership-Template>.item-content>.price_left+.price_right::before{content:'';position:absolute;top:0;bottom:0;left:-1px;width:2px;background-color:currentColor;}.Membership-Template>.item-content>.price_left{display:flex;justify-content:flex-end;padding-right:20px;}.Membership-Template>.item-content>.price_left>.priceInfo+.monthlyPrice{margin-left:6px;}.Membership-Template>.item-content>.price_left>.priceInfo{position:relative;display:flex;align-items:flex-start;}.Membership-Template>.item-content>.price_left>.priceInfo>.unit{vertical-align:top;font-size:24px;line-height:1;}.Membership-Template>.item-content>.price_left>.priceInfo>.price{font-size:66px;line-height:1.5;}.Membership-Template>.item-content>.price_left>.monthlyPrice{display:flex;flex-direction:column;justify-content:center;font-size:24px;line-height:1.5;}.Membership-Template>.item-content>.price_left>.monthlyPrice>.price{position:relative;}.Membership-Template>.item-content>.price_left>.monthlyPrice>.date{position:relative;}.Membership-Template>.item-content>.price_left>.monthlyPrice>.price+.date{margin-top:4px;border-top:4px solid currentColor;}.Membership-Template>.item-content>.price_right{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:12px;padding-left:20px;}.Membership-Template>.item-content>.price_right>.priceInfo,.Membership-Template>.item-content>.price_right>.text{font-size:26px;line-height:1.5;font-weight:normal;}.Membership-Template>.item-content>.price_right>.text{letter-spacing:-0.02em;}.Membership-Template>.item-content>.price_right>.priceInfo .unit{vertical-align:top;font-size:26px;line-height:1;}.Membership-Template>.item-footer{margin-top:30px;}.Membership-Template>.item-footer [class*="Club-button_"]{color:currentColor;background-color:transparent;border:2px solid currentColor;}.Membership-Template>.item-description{margin-top:50px;}.Membership-Template>.item-description p{margin-bottom:0;font-weight:bold;font-size:16px;line-height:28px;}.Membership-Template-row .Membership-Template{position:relative;}.Membership-Template-row{position:relative;justify-content:center;}@media only screen and (max-width:1199px){.Membership-Template{padding:55px 20px 35px;border-radius:45px;}.Membership-Template>.item-BestValue{top:15px;right:-20px;padding:4px 24px;font-size:18px;}.Membership-Template>.item-BestValue .beforeBaffle{border-top:36px solid #cccecf;border-left:14px solid transparent;}.Membership-Template>.item-BestValue .afterBaffle{border-top:20px solid #050707;border-right:20px solid transparent;}.Membership-Template>.item-content>.price_left>.priceInfo>.unit{font-size:22px;}.Membership-Template>.item-content>.price_left>.priceInfo>.price{font-size:60px;}.Membership-Template>.item-content>.price_left>.monthlyPrice{font-size:20px;}.Membership-Template>.item-content>.price_right>.priceInfo,.Membership-Template>.item-content>.price_right>.text{font-size:22px;}.Membership-Template>.item-content>.price_right>.priceInfo .unit{font-size:16px;}.Membership-Template>.item-description{margin-top:35px;}}@media only screen and (max-width:575px){.Membership-Template{padding:55px 20px 35px;border-radius:45px;}.Membership-Template>.item-BestValue{top:15px;right:-20px;padding:4px 24px;font-size:18px;}.Membership-Template>.item-BestValue .beforeBaffle{border-top:36px solid #cccecf;border-left:14px solid transparent;}.Membership-Template>.item-BestValue .afterBaffle{border-top:20px solid #050707;border-right:20px solid transparent;}.Membership-Template>.item-content>.price_left>.priceInfo>.unit{font-size:21px;}.Membership-Template>.item-content>.price_left>.priceInfo>.price{font-size:48px;}.Membership-Template>.item-content>.price_left>.monthlyPrice{font-size:16px;}.Membership-Template>.item-content>.price_right>.priceInfo,.Membership-Template>.item-content>.price_right>.text{font-size:16px;}.Membership-Template>.item-content>.price_right>.priceInfo .unit{font-size:12px;}.Membership-Template>.item-description{margin-top:20px;}}.Membership-accordion{position:relative;margin-bottom:30px;text-align:left;--ForegroundColor:#fff;--BackgroundColor:#0090ba;}.Membership-accordion > .accordion-header{margin-bottom:10px;text-align:center;}.Membership-accordion > .accordion-header .title{margin:0 0 0;color:var(--BackgroundColor);font-size:18px;line-height:1.555556;font-weight:bold;cursor:pointer;}.Membership-accordion > .accordion-content{display:none;flex-direction:column;border:1px solid #dee2e6;}.Membership-accordion > .accordion-content[style*='block']{display:flex !important;}.Membership-accordion > .accordion-content > .accordion-item > .item-header{padding:5px;background:var(--BackgroundColor);text-align:center;}.Membership-accordion > .accordion-content > .accordion-item > .item-header .title{margin:0 0 0;color:var(--ForegroundColor);font-size:15px;line-height:1.5;font-weight:bold;}.Membership-accordion > .accordion-content > .accordion-item > .item-content{padding:15px;color:var(--BackgroundColor);font-size:18px;line-height:1.5;}.Membership-accordion > .accordion-content > .accordion-item > .item-content ul{margin-left:40px;margin-bottom:0;list-style-type:disc;}.Membership-accordion > .accordion-content > .accordion-item > .item-content ul li::marker{color:currentColor;}.Club-Amenity_01{--AmenityBgColor1:#999999;--AmenityBgColor2:#075367;--AmenityBgColor3:#0d1d38;--AmenityDarkDotColor:#0d1d38;--AmenityLightDotColor:#075367;--AmenityGrayDotColor:#999999;--AmenityDottedColor:#020202;--AmenityBgRadius:clamp(20px,0.8333333333333334vw + 14px ,30px);}.Club-Amenity_01 .Amenity-Wrap{position:relative;overflow:auto;}.Club-Amenity_01 .Amenity-Wrap::-webkit-scrollbar{width:10px;height:10px;}.Club-Amenity_01 .Amenity-Wrap::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:#535353;}.Club-Amenity_01 .Amenity-Wrap::-webkit-scrollbar-track{box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:10px;background:#ededed;}.Club-Amenity_01 .dark-dot,.Club-Amenity_01 .light-dot,.Club-Amenity_01 .gray-dot{display:inline-block;font-size:0;line-height:0;width:clamp(0.8888888888888888rem,0.16666666666666669vw + 0.8222222222222223rem ,1rem);height:clamp(0.8888888888888888rem,0.16666666666666669vw + 0.8222222222222223rem ,1rem);border-radius:clamp(0.8888888888888888rem,0.16666666666666669vw + 0.8222222222222223rem ,1rem);}.Club-Amenity_01 .dark-dot{background-color:var(--AmenityDarkDotColor);}.Club-Amenity_01 .light-dot{background-color:var(--AmenityLightDotColor);}.Club-Amenity_01 .gray-dot{background-color:var(--AmenityGrayDotColor);}.Club-Amenity_01 .Amenity-Grid{display:grid;grid-template-columns:3fr repeat(3,1fr);min-width:1140px;border-bottom:1px dotted var(--AmenityDottedColor);}@media only screen and (max-width:1199px){.Club-Amenity_01 .Amenity-Grid{min-width:920px;}}@media only screen and (max-width:768px){.Club-Amenity_01 .Amenity-Grid{min-width:clamp(500px,50vw + 316px ,700px);grid-template-columns:2fr repeat(3,1fr);}}.Club-Amenity_01 .Amenity-Grid .grid-item{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:6px clamp(5px,1.25vw + -4px ,20px);color:#020202;font-size:clamp(0.8888888888888888rem,0.6666666666666667vw + 0.6222222222222222rem ,1.3333333333333333rem);line-height:1.3;font-weight:bold;border-top:1px dotted var(--AmenityDottedColor);background-color:#fff;z-index:1;}.Club-Amenity_01 .Amenity-Grid .grid-item:nth-child(-n+4){margin-bottom:clamp(20px,1.6666666666666667vw + 8px ,40px);padding:clamp(10px,1.5vw + -0.7999999999999989px ,28px) clamp(5px,1.25vw + -4px ,20px);background-color:transparent;}.Club-Amenity_01 .Amenity-Grid .grid-item:nth-child(-n+4)::before{content:"";position:absolute;inset:0;z-index:-1;}.Club-Amenity_01 .Amenity-Grid .grid-item:nth-child(-n+4) span{display:none;}@media only screen and (max-width:767.98px){.Club-Amenity_01 .Amenity-Grid .grid-item:nth-child(-n+4) span:last-child{display:block;}}@media only screen and (min-width:768px){.Club-Amenity_01 .Amenity-Grid .grid-item:nth-child(-n+4) span:first-child{display:block;}}.Club-Amenity_01 .Amenity-Grid .grid-item:nth-child(4n+1){align-items:flex-start;text-align:left;padding-left:0;}.Club-Amenity_01 .Amenity-Grid .grid-item:nth-child(4n+1).isGroupItem{padding-left:clamp(5px,1.25vw + -4px ,20px);font-weight:normal;}.Club-Amenity_01 .Amenity-Grid .grid-item:not(:nth-child(-n+4)):nth-child(4n+1) span{max-width:550px;}.Club-Amenity_01 .Amenity-Grid .grid-item:nth-child(-n+8),.Club-Amenity_01 .Amenity-Grid .grid-item.isGroupItem{border-top:none;}.Club-Amenity_01 .Amenity-Grid .grid-item:nth-child(1){padding-left:var(--AmenityBgRadius);color:#fff;font-size:clamp(1.1111111111111112rem,0.8333333333333334vw + 0.7777777777777778rem ,1.6666666666666667rem);line-height:1.3;font-weight:bold;border-radius:var(--AmenityBgRadius) 0 0 var(--AmenityBgRadius);}.Club-Amenity_01 .Amenity-Grid .grid-item:nth-child(1)::before{background-color:var(--AmenityBgColor1);border-radius:var(--AmenityBgRadius) 0 0 var(--AmenityBgRadius);}.Club-Amenity_01 .Amenity-Grid .grid-item:nth-child(2){color:#fff;font-size:clamp(0.8888888888888888rem,0.16666666666666669vw + 0.8222222222222223rem ,1rem);line-height:1.3;font-weight:bold;}.Club-Amenity_01 .Amenity-Grid .grid-item:nth-child(2)::before{right:calc( -1 * var(--AmenityBgRadius) );background-color:var(--AmenityBgColor1);}.Club-Amenity_01 .Amenity-Grid .grid-item:nth-child(3){color:#fff;font-size:clamp(0.8888888888888888rem,0.16666666666666669vw + 0.8222222222222223rem ,1rem);line-height:1.3;font-weight:bold;z-index:2;border-radius:var(--AmenityBgRadius);}.Club-Amenity_01 .Amenity-Grid .grid-item:nth-child(3)::before{background-color:var(--AmenityBgColor2);border-radius:var(--AmenityBgRadius);}.Club-Amenity_01 .Amenity-Grid .grid-item:nth-child(4){color:#fff;font-size:clamp(0.8888888888888888rem,0.16666666666666669vw + 0.8222222222222223rem ,1rem);line-height:1.3;font-weight:bold;border-radius:0 var(--AmenityBgRadius) var(--AmenityBgRadius) 0;}.Club-Amenity_01 .Amenity-Grid .grid-item:nth-child(4)::before{left:calc( -1 * var(--AmenityBgRadius) );background-color:var(--AmenityBgColor3);border-radius:0 var(--AmenityBgRadius) var(--AmenityBgRadius) 0;}.Club-Amenity_01 .Amenity-Description{display:flex;flex-direction:column;gap:6px;padding:12px 0;font-size:clamp(0.8888888888888888rem,0.16666666666666669vw + 0.8222222222222223rem ,1rem);}.Club-Amenity_01 .Amenity-Description span{vertical-align:middle;}
