.gem-gallery {
margin-bottom: 1.421em;
}
.gem-gallery-preview-carousel-wrap,
.gem-gallery-thumbs-carousel-wrap {
position: relative;
}
.gem-gallery.no-thumbs .gem-gallery-thumbs-carousel-wrap {
display: none;
}
.gem-gallery-preview-pagination {
padding-top: 25px;
}
.gem-gallery .gem-gallery-item {
float: left;
position: relative;
text-align: center;
}
.gem-gallery .gem-gallery-item a {
display: inline-block;
vertical-align: top;
}
.gem-gallery .gem-gallery-preview-carousel-wrap {
overflow: hidden;
}
.gem-gallery .gem-gallery-thumbs-carousel-wrap {
padding: 0 80px;
}
.gem-gallery .gem-gallery-thumbs-navigation .gem-prev,
.gem-gallery .gem-gallery-thumbs-navigation .gem-next {
width: 80px;
}
.gem-gallery .gem-gallery-thumbs-navigation .gem-prev:after,
.gem-gallery .gem-gallery-thumbs-navigation .gem-next:after {
width: 80px;
height: 80px;
line-height: 80px;
margin-top: -40px;
margin-left: -40px;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.gem-gallery .gem-gallery-thumbs-navigation .gem-prev:not(:hover):after,
.gem-gallery .gem-gallery-thumbs-navigation .gem-next:not(:hover):after {
background-color: #dfe5e8;
}
.gem-gallery .gem-gallery-thumbs-navigation .gem-prev:after {
content: '\e637';
}
.gem-gallery .gem-gallery-thumbs-navigation .gem-next:after {
content: '\e638';
}
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item {
padding: 18px 0 0;
margin: 0 9px;
}
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item a {
position: relative;
}
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item.active a:before,
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item a:hover:before {
opacity: 0.7;
}
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item a img {
width: 80px;
height: 80px;
}
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item.active a {
position: relative;
overflow: visible;
}
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item.active a img {
opacity: 1;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item svg.arrow-mark {
display: none;
}
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg.arrow-mark {
position: absolute;
height: 10px;
top: -10px;
left: 50%;
margin-left: -10px;
width: 20px;
opacity: 0;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item.active svg.arrow-mark {
opacity: 1;
}
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-prev,
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-next {
top: 18px;
}
.gem-gallery-slider-thumbs-carousel-wrap .gem-gallery-caption {
display: none;
}
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a {
display: block;
position: relative;
overflow: hidden;
text-align: center;
}
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item img {
display: inline-block;
height: auto;
}
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: all 0.3s linear 0.4s;
-moz-transition: all 0.3s linear 0.4s;
-webkit-transition: all 0.3s linear 0.4s;
opacity: 0;
z-index: 5;
}
.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item a:before {
opacity: 1;
transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a img {
transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}
.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item a img {
transition: all 0.3s linear 0.2s;
-moz-transition: all 0.3s linear 0.2s;
-webkit-transition: all 0.3s linear 0.2s;
}
.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-prev,
.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-next {
z-index: 5;
}
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-prev:after,
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-next:after {
transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
opacity: 0;
}
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-prev:after {
transform: translateX(-100%);
-o-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
}
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-next:after {
transform: translateX(100%);
-o-transform: translateX(100%);
-ms-transform: translateX(100%);
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
}
.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-prev:after,
.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-next:after {
transform: none;
-o-transform: none;
-ms-transform: none;
-moz-transform: none;
-webkit-transform: none;
opacity: 1;
}
@media (max-width: 756px) {
.gem-gallery .gem-gallery-thumbs-carousel-wrap {
padding: 0 25px;
}
.gem-gallery .gem-gallery-thumbs-navigation .gem-prev,
.gem-gallery .gem-gallery-thumbs-navigation .gem-next {
width: 25px;
}
.gem-gallery .gem-gallery-thumbs-navigation .gem-prev:not(:hover):after,
.gem-gallery .gem-gallery-thumbs-navigation .gem-next:not(:hover):after {
background: transparent;
}
.gem-gallery .gem-gallery-thumbs-navigation .gem-prev:after {
content: '\e636';
}
.gem-gallery .gem-gallery-thumbs-navigation .gem-next:after {
content: '\e634';
}
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item {
margin: 0 7px;
}
} .gem-gallery-hover-default .gem-gallery-preview-carousel-wrap .gem-gallery-item a:before{
background-color: rgba(0, 188, 212, 0.8);
}
.gem-gallery-hover-default .gem-gallery-thumbs-carousel-wrap .gem-gallery-item .gem-gallery-item-image a:hover:before {
background-color: #00bcd4;
}
.gem-gallery-hover-default .gem-gallery-thumbs-carousel-wrap .active .gem-gallery-item-image a:before {
background-color: #00bcd4;
}
.gem-gallery-hover-default .gem-gallery-thumbs-carousel-wrap .gem-gallery-item.active svg.arrow-mark {
fill: #00bcd4;
}
.gem-gallery-hover-default .gem-gallery-caption {
color: #fff;
}
.gem-gallery-hover-zooming-blur .gem-gallery-thumbs-carousel-wrap .gem-gallery-item.active svg.arrow-mark {
fill: #fff;
}
.gem-gallery-hover-horizontal-sliding .gem-gallery-caption .gem-gallery-item-title,
.gem-gallery-hover-vertical-sliding .gem-gallery-caption .gem-gallery-item-title {
font-family: 'Montserrat UltraLight';
}
.gem-gallery-hover-horizontal-sliding .gem-gallery-thumbs-carousel-wrap .gem-gallery-item.active svg.arrow-mark {
fill: #46485c;
}
.gem-gallery-hover-horizontal-sliding .gem-gallery-caption {
color: #fff;
}
.gem-gallery-hover-vertical-sliding .gem-gallery-thumbs-carousel-wrap .gem-gallery-item.active svg.arrow-mark {
fill: rgb(244, 67, 54);
}
.gem-gallery-hover-vertical-sliding .gem-gallery-caption {
color: #fff;
}
.gem-gallery-hover-vertical-sliding .gem-gallery-thumbs-carousel-wrap .gem-gallery-item.active svg.arrow-mark {
fill: rgb(244, 67, 54);
}
.gem-gallery-hover-vertical-sliding .gem-gallery-caption {
color: #fff;
}
.gem-gallery-hover-gradient .gem-gallery-thumbs-carousel-wrap .gem-gallery-item.active svg.arrow-mark {
fill: rgba(255,43,88);
}
.gem-gallery-hover-gradient .gem-gallery-caption {
color: #fff;
}
.gem-gallery-hover-gradient .gem-gallery-thumbs-carousel-wrap .gem-gallery-item .gem-gallery-item-image a:hover:before {
background: linear-gradient(to right, rgba(255,43,88,0.8) 0%,rgba(255,216,0,0.8) 100%);
}
.gem-gallery-hover-gradient .gem-gallery-thumbs-carousel-wrap .active .gem-gallery-item-image a:before {
background: linear-gradient(to right, rgba(255,43,88,0.8) 0%,rgba(255,216,0,0.8) 100%);
}
.gem-gallery-hover-default .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after {
content: none!important;
}
.gem-gallery-hover-default .gem-gallery-preview-carousel-wrap .gem-gallery-item i.photo-icon,
.gem-gallery-hover-default .gem-gallery-preview-carousel-wrap .gem-gallery-item svg.photo-icon {
font-style: normal;
font-size: 58px;
height: 58px;
line-height: 58px;
width: 58px;
text-align: center;
position: absolute;
top: 0%;
left: 50%;
margin-left: -30px;
margin-top: -30px;
z-index: 5;
opacity: 0;
-webkit-transition: top 0.3s, opacity 0.3s;
transition: top 0.3s, opacity 0.3s;
}
.gem-gallery-hover-default .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item i.photo-icon,
.gem-gallery-hover-default .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item svg.photo-icon {
top: 50%;
opacity: 1;
-webkit-transition: top 0.4s ease 0.1s, opacity 0.5s 0.1s;
transition: top 0.4s ease 0.1s, opacity 0.5s 0.1s;
}
.gem-gallery-hover-default .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title {
width: 100%;
padding: 0 25%;
text-align: center;
position: absolute;
top: -50%;
left: 0;
margin-top: -15px;
z-index: 5;
opacity: 0;
text-transform: uppercase;
-webkit-transition: top 0.3s, opacity 0.3s;
transition: top 0.3s, opacity 0.3s;
}
.gem-gallery-hover-default .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item .gem-gallery-item-title {
top: 25%;
opacity: 1;
-webkit-transition: top 0.3s 0.2s, opacity 0.5s 0.25s;
transition: top 0.3s 0.2s, opacity 0.5s 0.25s;
}
.gem-gallery-hover-default .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-description {
width: 100%;
padding: 0 25%;
text-align: center;
position: absolute;
top: 20%;
left: 0;
margin-top: -12px;
z-index: 5;
opacity: 0;
-webkit-transition: top 0.5s, opacity 0.4s;
transition: top 0.5s, opacity 0.4s;
}
.gem-gallery-hover-default .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item .gem-gallery-item-description {
top: 75%;
opacity: 1;
-webkit-transition: top 0.3s, opacity 0.3s;
transition: top 0.3s, opacity 0.3s;
}
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after {
content: none!important;
}
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item i.photo-icon,
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item svg.photo-icon {
font-style: normal;
font-size: 32px;
width: 70px;
height: 70px;
line-height: 68px;
text-align: center;
position: absolute;
top: 125%;
left: 50%;
margin-left: -35px;
margin-top: -35px;
z-index: 5;
opacity: 0;
border-radius: 70px;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: opacity 0.5s 0.05s, -webkit-transform 0s 0.55s, top 0.5s 0.05s;
transition: opacity 0.5s 0.05s, transform 0s 0.55s, top 0.5s 0.05s;
background-color: #3c3950;
}
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item i.photo-icon,
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item svg.photo-icon {
top: 50%;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: top 0s 0.05s, -webkit-transform 0.5s 0.05s;
transition: top 0s 0.05s, transform 0.5s 0.05s;	
}
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title {
width: 100%;
padding: 0 25%;
text-align: center;
position: absolute;
top: 100%;
left: 0;
margin-top: -15px;
z-index: 5;
opacity: 0;
text-transform: uppercase;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0s 0.6s, top 0.5s 0.1s;
transition: opacity 0.5s 0.1s, transform 0s 0.6s, top 0.5s 0.1s;
}
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item .gem-gallery-item-title {
top: 25%;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: top 0s, -webkit-transform 0.5s;
transition: top 0s, transform 0.5s;
}
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-description {
width: 100%;
padding: 0 25%;
text-align: center;
position: absolute;
top: 150%;
left: 0;
margin-top: -12px;
z-index: 5;
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s, top 0.5s;
transition: opacity 0.5s, transform 0s 0.5s, top 0.5s;
}
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item .gem-gallery-item-description {
top: 75%;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: top 0s 0.1s, -webkit-transform 0.5s 0.1s;
transition: top 0s 0.1s, transform 0.5s 0.1s;
}
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item a .gem-gallery-caption:before {
content: '';
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 2;
background: none !important;
-webkit-transition: opacity 0.5s 0.2s;
}
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item a:before {
opacity: 0;
background: -moz-linear-gradient(left,  rgba(255,43,88,0.8) 0%, rgba(255,216,0,0.8) 100%) !important;
background: -webkit-linear-gradient(left,  rgba(255,43,88,0.8) 0%,rgba(255,216,0,0.8) 100%) !important;
background: linear-gradient(to right,  rgba(255,43,88,0.8) 0%,rgba(255,216,0,0.8) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff2b58', endColorstr='#ccffd800',GradientType=1 ) !important;
transition: opacity 0.5s 0.2s;
}
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item a:before {
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after {
content: none!important;
}
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item i.photo-icon,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item svg.photo-icon {
font-style: normal;
font-size: 32px;
width: 70px;
height: 70px;
line-height: 68px;
text-align: center;
position: absolute;
top: 80%;
left: 66px;
z-index: 5;
opacity: 0;
border-radius: 70px;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: opacity 0.5s 0.05s, -webkit-transform 0s 0.55s, top 0.5s 0.05s;
transition: opacity 0.5s 0.05s, transform 0s 0.55s, top 0.5s 0.05s;
background-color: rgba(255, 255, 255, 0.8);
}
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item i.photo-icon,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item svg.photo-icon {
top: 63px;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: top 0s 0.05s, -webkit-transform 0.5s 0.05s;
transition: top 0s 0.05s, transform 0.5s 0.05s;
}
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title {
max-width: 100%;
padding: 25px 67px;
text-align: left;
position: absolute;
top: auto;
bottom: -100%;
left: 0;
margin: 0;
z-index: 5;
opacity: 0;
text-transform: uppercase;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0s 0.6s, bottom 0.5s 0.1s;
transition: opacity 0.5s 0.1s, transform 0s 0.6s, bottom 0.5s 0.1s;
}
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item .gem-gallery-item-title {
bottom: 0;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: bottom 0s, -webkit-transform 0.5s;
transition: bottom 0s, transform 0.5s;
}
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-description {
display: none !important;
}
.gem-gallery-hover-horizontal-sliding .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after {
content: none!important;
}
.gem-gallery-hover-horizontal-sliding .gem-gallery-preview-carousel-wrap .gem-gallery-item i.photo-icon,
.gem-gallery-hover-horizontal-sliding .gem-gallery-preview-carousel-wrap .gem-gallery-item svg.photo-icon {
font-style: normal;
font-size: 32px;
height: 32px;
line-height: 32px;
width: 32px;
text-align: left;
position: absolute;
top: 52%;
left: 0%;
-webkit-transition: left 0.25s, opacity 0.3s;
transition: left 0.25s, opacity 0.3s;
margin-top: -32px;
z-index: 5;
opacity: 0;
}
.gem-gallery-hover-horizontal-sliding .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item i.photo-icon,
.gem-gallery-hover-horizontal-sliding .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item svg.photo-icon {
top: 52%;
left: 8%;
opacity: 1;
-webkit-transition: left 0.25s, opacity 0.3s;
transition: left 0.25s, opacity 0.3s;
}
.gem-gallery-hover-horizontal-sliding .gem-gallery-preview-carousel-wrap .gem-gallery-line{
content: '';
width: 0;
height: 2px;
background-color: #fff;
display: block;
position: absolute;
top: 59%;
left: 8%;
opacity: 0;
z-index: 100;
-webkit-transition: width 0.25s, opacity 0.5s;
transition: width 0.25s, opacity 0.5s;
}
.gem-gallery-hover-horizontal-sliding .gem-gallery-preview-carousel-wrap:hover .gem-gallery-line {
content: '';
width: 84%;
opacity: 1;
-webkit-transition: width 0.25s, opacity 0.5s;
transition: width 0.25s, opacity 0.5s;
}
.gem-gallery-hover-horizontal-sliding .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title {
text-align: left;
position: absolute;
top: 63%;
left: 0%;
z-index: 5;
opacity: 0;
text-transform: uppercase;
-webkit-transition: left 0.25s 0.05s, opacity 0.25s 0.05s;
transition: left 0.25s 0.05s, opacity 0.25s 0.05s;
}
.gem-gallery-hover-horizontal-sliding .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item .gem-gallery-item-title {
top: 63%;
opacity: 1;
left:8%;
-webkit-transition: left 0.25s 0.05s, opacity 0.25s 0.05s;
transition: left 0.25s 0.05s, opacity 0.25s 0.05s;
}
.gem-gallery-hover-horizontal-sliding .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-description {
text-align: left;
position: absolute;
width: 84%;
top: 77%;
left: 0%;
z-index: 5;
opacity: 0;
-webkit-transition: left 0.25s 0.1s, opacity 0.25s 0.1s;
transition: left 0.25s 0.1s, opacity 0.25s 0.1s;
}
.gem-gallery-hover-horizontal-sliding .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item .gem-gallery-item-description {
top: 77%;
left: 8%;
opacity: 1;
-webkit-transition: left 0.25s 0.1s, opacity 0.25s 0.1s;
transition: left 0.25s 0.1s, opacity 0.25s 0.1s;
}
.gem-gallery-item-description p {
padding-bottom: 0px;
margin-bottom: 0px;
}
.gem-gallery-hover-vertical-sliding .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after {
content: none!important;
}
.gem-gallery-hover-vertical-sliding .gem-gallery-preview-carousel-wrap .gem-gallery-item i.photo-icon,
.gem-gallery-hover-vertical-sliding .gem-gallery-preview-carousel-wrap .gem-gallery-item svg.photo-icon {
font-style: normal;
font-size: 32px;
height: 32px;
line-height: 32px;
width: 32px;
text-align: left;
position: absolute;
top: 50%;
left: 8%;
-webkit-transition: top 0.25s 0.1s, opacity 0.3s 0.1s;
transition: top 0.25s 0.1s, opacity 0.3s 0.1s;
margin-top: -32px;
z-index: 5;
opacity: 0;
}
.gem-gallery-hover-vertical-sliding .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item i.photo-icon,
.gem-gallery-hover-vertical-sliding .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item svg.photo-icon {
-webkit-transition: top 0.25s ease, opacity 0.3s;
transition: top 0.25s ease, opacity 0.3s;
top: 22%;
left: 8%;
opacity: 1;
}
.gem-gallery-hover-vertical-sliding .gem-gallery-preview-carousel-wrap .gem-gallery-line{
content: '';
width: 0;
height: 2px;
background-color: #fff;
display: block;
position: absolute;
top: 29%;
left: 8%;
opacity: 0;
z-index: 100;
-webkit-transition: width 0.25s, opacity 0.5s;
transition: width 0.25s, opacity 0.5s;
}
.gem-gallery-hover-vertical-sliding .gem-gallery-preview-carousel-wrap:hover .gem-gallery-line {
content: '';
width: 84%;
opacity: 1;
-webkit-transition: width 0.25s, opacity 0.5s;
transition: width 0.25s, opacity 0.5s;
}
.gem-gallery-hover-vertical-sliding .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title {
text-align: left;
position: absolute;
top: 70%;
left: 8%;
z-index: 5;
opacity: 0;
text-transform: uppercase;
-webkit-transition: top 0.25s 0.05s, opacity 0.25s 0.05s;
transition: top 0.25s 0.05s, opacity 0.25s 0.05s;
}
.gem-gallery-hover-vertical-sliding .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item .gem-gallery-item-title {
top: 33%;
opacity: 1;
left:8%;
-webkit-transition: top 0.25s 0.05s, opacity 0.25s 0.05s;
transition: top 0.25s 0.05s, opacity 0.25s 0.05s;
}
.gem-gallery-hover-vertical-sliding .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-description {
text-align: left;
width: 84%;
position: absolute;
top: 70%;
left: 8%;
z-index: 5;
opacity: 0;
-webkit-transition: top 0.25s, opacity 0.25s;
transition: top 0.25s, opacity 0.25s;
}
.gem-gallery-hover-vertical-sliding .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item .gem-gallery-item-description {
top: 47%;
left: 8%;
opacity: 1;
-webkit-transition: top 0.25s 0.1s, opacity 0.25s 0.1s;
transition: top 0.25s 0.1s, opacity 0.25s 0.1s;
}
.gem-gallery-thumbs-carousel i.photo-icon,
.gem-gallery-thumbs-carousel svg.photo-icon {
display: none;
}
.gem-gallery-preview-pagination a{
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.gem-gallery-preview-carousel img{
width: 100%;
}
.gem-gallery-item i.photo-icon,
.gem-gallery-item svg.photo-icon {
color: #fff;
fill: #fff;
}
.gem-gallery-preview-navigation a{
overflow: visible;
}
.gem-gallery-thumbs-carousel-wrap .gem-gallery-caption {
display: none;
}.gem-quote {
position: relative;
overflow: hidden;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.gem-quote blockquote div,
.gem-quote blockquote p,
.gem-quote blockquote {
margin: 0;
}
.gem-quote.gem-quote-style-default {
padding: 3px;
border: 1px solid #c9d2d9;
}
.gem-quote.gem-quote-style-default blockquote {
margin: 0px;
font-size: 24px;
line-height: 37px;
font-weight: 100;
padding: 60px 80px;
border: 1px solid #e9edf0;
}
.gem-quote.gem-quote-style-1 {
font-size: 24px;
line-height: 37px;
padding: 67px 87px;
font-weight: 200;
}
.gem-quote.gem-quote-style-2 {
color: #bcc6cd;
font-weight: 200;
padding: 67px 87px;
font-size: 24px;
line-height: 37px;
background-color: #2c3e50;
}
.gem-quote.gem-quote-style-2 blockquote {
color: #b6c6c9;
}
.gem-quote.gem-quote-style-3 blockquote {
text-transform: uppercase;
margin: 0px;
font-size: 19px;
padding: 67px 87px;
letter-spacing: 0.085em;
line-height: 1.85em;
border: 1px solid #e9edf0;
}
.gem-quote.gem-quote-style-3 {
padding: 4px;
color: #2c3e50;
border: 1px solid #c9d2d9;
background: transparent;
}
.gem-quote.gem-quote-style-4 {
color: #2c3e50;
letter-spacing: 0.085em;
padding: 72px 92px;
text-transform: uppercase;
}
.gem-quote.gem-quote-style-5 {
padding: 72px 92px;
text-transform: uppercase;
letter-spacing: 0.085em;
background-color: #2c3e50;
color: #ffffff;
}
.gem-quote .custom-color-blockqute-mark,
.gem-quote.gem-quote-style-default:after,
.gem-quote.gem-quote-style-1:after,
.gem-quote.gem-quote-style-2:after,
.gem-quote.gem-quote-style-3:after,
.gem-quote.gem-quote-style-4:after,
.gem-quote.gem-quote-style-5:after {
position: absolute;
font-family: thegem-icons;
content: '\e60c';
font-size: 76px;
right: 67px;
}
.gem-quote.gem-quote-style-1 blockquote,
.gem-quote.gem-quote-style-2 blockquote,
.gem-quote.gem-quote-style-4 blockquote,
.gem-quote.gem-quote-style-5 blockquote {
padding: 0;
background-color: transparent;
}
.gem-quote.gem-quote-style-default blockquote,
.gem-quote.gem-quote-style-3 blockquote {
background-color: transparent;
}
.gem-quote.gem-quote-style-default blockquote:after,
.gem-quote.gem-quote-style-1 blockquote:after,
.gem-quote.gem-quote-style-2 blockquote:after,
.gem-quote.gem-quote-style-3 blockquote:after,
.gem-quote.gem-quote-style-4 blockquote:after,
.gem-quote.gem-quote-style-5 blockquote:after {
display: none;
}
.gem-quote.gem-quote-style-2.gem-quote .custom-color-blockqute-mark,
.gem-quote.gem-quote-style-1.gem-quote .custom-color-blockqute-mark,
.gem-quote.gem-quote-style-1:after,
.gem-quote.gem-quote-style-2:after,
.gem-quote.gem-quote-style-4:after,
.gem-quote.gem-quote-style-5:after {
bottom: 6px;
}
.custom-color-blockqute-mark-added.gem-quote:after {
display: none;
}
.gem-quote .custom-color-blockqute-mark,
.gem-quote .custom-color-blockqute-mark,
.gem-quote.gem-quote-style-default:after,
.gem-quote.gem-quote-style-3:after {
bottom: 11px;
}
.gem-quote.gem-quote-style-default:after {
color: #e7ebee;
}
.gem-quote.gem-quote-style-1:after {
color: #a3e7f0;
}
.gem-quote.gem-quote-style-2:after {
color: #4dd0e1;
}
.gem-quote.gem-quote-style-3:after {
color: #e7ebee;
}
.gem-quote.gem-quote-style-4:after {
color: #a3e7f0;
}
.gem-quote.gem-quote-style-5:after {
color: #4dd0e1;
}
.gem-quote.gem-quote-style-1.gem-quote-no-paddings,
.gem-quote.gem-quote-style-2.gem-quote-no-paddings,
.gem-quote.gem-quote-style-4.gem-quote-no-paddings,
.gem-quote.gem-quote-style-5.gem-quote-no-paddings {
padding-left: 50px;
padding-right: 20px;
padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width:767px) {
.gem-quote.gem-quote-style-1,
.gem-quote.gem-quote-style-2,
.gem-quote.gem-quote-style-4,
.gem-quote.gem-quote-style-5,
.gem-quote.gem-quote-style-1.gem-quote-no-paddings,
.gem-quote.gem-quote-style-2.gem-quote-no-paddings,
.gem-quote.gem-quote-style-4.gem-quote-no-paddings,
.gem-quote.gem-quote-style-5.gem-quote-no-paddings {
padding-left: 25px;
padding-right: 10px;
padding-top: 25px;
padding-bottom: 50px;
}
}
.gem-quote.gem-quote-style-default.gem-quote-no-paddings blockquote,
.gem-quote.gem-quote-style-3.gem-quote-no-paddings blockquote {
padding-left: 39px;
padding-right: 20px;
padding-top: 44px;
padding-bottom: 50px;
}
@media (max-width:767px) {
.gem-quote.gem-quote-style-default blockquote,
.gem-quote.gem-quote-style-3 blockquote,
.gem-quote.gem-quote-style-default.gem-quote-no-paddings blockquote,
.gem-quote.gem-quote-style-3.gem-quote-no-paddings blockquote {
padding-left: 19px;
padding-right: 10px;
padding-top: 22px;
padding-bottom: 50px;
}
}
.gem-quote.gem-quote-style-default.custom-color-blockqute-mark-added.gem-quote-no-paddings .custom-color-blockqute-mark,
.gem-quote.gem-quote-style-1.custom-color-blockqute-mark-added.gem-quote-no-paddings .custom-color-blockqute-mark,
.gem-quote.gem-quote-style-2.custom-color-blockqute-mark-added.gem-quote-no-paddings .custom-color-blockqute-mark,
.gem-quote.gem-quote-style-4.custom-color-blockqute-mark-added.gem-quote-no-paddings .custom-color-blockqute-mark,
.gem-quote.gem-quote-style-5.custom-color-blockqute-mark-added.gem-quote-no-paddings .custom-color-blockqute-mark,
.gem-quote.gem-quote-style-default.gem-quote-no-paddings:after,
.gem-quote.gem-quote-style-1.gem-quote-no-paddings:after,
.gem-quote.gem-quote-style-2.gem-quote-no-paddings:after,
.gem-quote.gem-quote-style-4.gem-quote-no-paddings:after,
.gem-quote.gem-quote-style-5.gem-quote-no-paddings:after {
font-size: 67px;
right: 35px;
bottom: 4px;
}
.gem-quote.gem-quote-style-default.gem-quote-no-paddings:after,
.gem-quote.gem-quote-style-3.gem-quote-no-paddings:after {
font-size: 67px;
right: 35px;
bottom: 10px;
}.gem-icon{
background-origin:border-box;
border-color: #91a0ac;
}
.gem-icon, .gem-icon i, .gem-icon svg, .gem-icon-shape-hexagon-back-inner-before, .gem-icon-shape-hexagon-top-inner-before, .padding-box-inner{
-o-transition: color 0.5s, background-color 0.5s, -o-transform 0.5s, border-color 0.5s, fill 0.5s;
-webkit-transition: color 0.5s, background-color 0.5s, -webkit-transform 0.5s, border-color 0.5s, fill 0.5s;
-moz-transition: color 0.5s, background-color 0.5s, -moz-transform 0.5s, border-color 0.5s, fill 0.5s;
transition: color 0.5s, background-color 0.5s, transform 0.5s, border-color 0.5s, fill 0.5s;	
}
.gem-icon-style-gradient{
width: 100%;
}
.gem-icon-style-gradient .back-angle i{
background-image: linear-gradient(180deg, #91a0ac 0%, #65707e 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.gem-icon-inner .padding-box-inner{
display: flex;
overflow: visible;
}
.gem-icon a, .gem-icon a:hover{
color: unset;
}
.gem-icon-shape-default {
border: 0 none;
} .gem-icon-size-small, .gem-icon-size-medium, .gem-icon-size-large, .gem-icon-size-xlarge{
height: unset;
}
.gem-icon-shape-default .gem-icon-inner {
border: 0;
margin: 0
}
.gem-icon-size-small .padding-box-inner{
width: 24px;
height: 24px;
line-height: 24px;
}
.gem-icon-size-medium .padding-box-inner{
width: 48px;
height: 48px;
line-height: 48px;
}
.gem-icon-size-large .padding-box-inner{
width: 96px;
height: 96px;
line-height: 96px;
}
.gem-icon-size-xlarge .padding-box-inner{
width: 144px;
height: 144px;
line-height: 144px;
}
.gem-icon-shape-default .gem-icon-inner,
.gem-icon-shape-square .gem-icon-inner,
.gem-icon-shape-circle .gem-icon-inner,
.gem-icon-shape-romb .gem-icon-inner{
width: unset;
height: unset;
line-height: unset;
}
.gem-icon-shape-hexagon-back-inner-before{
background-color: #91a0ac;
}
.gem-icon-shape-hexagon-top-inner-before{
background-color: #2c2e3d;
}
.left-box{
text-align: left;
}
.right-box{
text-align: right;
}
.icon-inline-position a{
position: relative;
display: inline-block;
}
.gem-icon i{
line-height: unset;
}
.gem-icon svg{
fill: #91a0ac;
}
.back-angle svg{
width: 100%;
height: 100%;
} .gem-icon-shape-hexagon {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
position: relative;
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back {
display: block;
-webkit-transform: rotate(-30deg) skewX(30deg);
-ms-transform: rotate(-30deg) skewX(30deg);
-o-transform: rotate(-30deg) skewX(30deg);
transform: rotate(-30deg) skewX(30deg);
overflow: hidden;
position: relative;
z-index: 1;
font-size: 0;
line-height: 1;
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner,
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner-before {
display: block;
width: inherit;
height: inherit;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit;
overflow: hidden;
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner {
-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner-before {
-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top {
display: block;
-webkit-transform: rotate(-30deg) skewX(30deg);
-ms-transform: rotate(-30deg) skewX(30deg);
-o-transform: rotate(-30deg) skewX(30deg);
transform: rotate(-30deg) skewX(30deg);
overflow: hidden;
position: absolute;
left: 0;
top: 0;
z-index: 2;
font-size: 0;
line-height: 1;
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner,
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner-before {
display: block;
width: inherit;
height: inherit;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit;
overflow: hidden;
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner {
-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner-before {
-webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
-o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.gem-icon-shape-hexagon .gem-icon-inner {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: none !important;
position: absolute;
left: 0;
top: 0;
z-index: 3;
width: 100%;
height: 100%;
margin: 0;
} .gem-icon-shape-hexagon.gem-icon-size-small {
margin: 3px 0;
}
.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-shape-hexagon-back {
width: 59px;
height: 49px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-shape-hexagon-top {
width: 55px;
height: 45px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
left: 2px;
top: 2px;
}
.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-inner {
line-height: 49px;
}
.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-inner svg{
height: 100%;
width: 36px;
} .gem-icon-shape-hexagon.gem-icon-size-medium {
margin: 5px 0;
}
.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-back {
width: 91px;
height: 77px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {
width: 85px;
height: 71px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
left: 3px;
top: 3px;
}
.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-inner {
line-height: 77px;
}
.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-inner svg{
height: 100%;
width: 58px;
} .gem-icon-shape-hexagon.gem-icon-size-large {
margin: 11px 0;
}
.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-shape-hexagon-back {
width: 181px;
height: 153px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-shape-hexagon-top {
width: 169px;
height: 141px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
left: 6px;
top: 6px;
}
.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-inner {
line-height: 153px;
}
.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-inner svg{
height: 100%;
width: 114px;
} .gem-icon-shape-hexagon.gem-icon-size-xlarge {
margin: 16px 0;
}
.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-shape-hexagon-back {
width: 267px;
height: 227px;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 12px;
}
.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-shape-hexagon-top {
width: 243px;
height: 203px;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
left: 12px;
top: 12px;
}
.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-inner {
line-height: 227px;
}
.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-inner svg{
height: 100%;
width: 164px;
}.quickfinder-item,
.quickfinder-item-info,
.qf-svg-arrow-left,
.qf-svg-arrow-right,
.icon-hover-bg,
.quickfinder .quickfinder-item-inner,
.quickfinder .gem-qf-icon-image-wrapper .gem-icon,
.quickfinder .gem-qf-icon-image-wrapper i,
.quickfinder .gem-image,
.quickfinder .gem-image img,
.quickfinder .gem-image span,
.quickfinder .gem-image span:hover,
.quickfinder .gem-image span:before,
.quickfinder .quickfinder-title,
.quickfinder .quickfinder-description{
transition: 0.3s ease;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
}
.quickfinder .gem-icon .icon-hover-bg.fill-out {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
-moz-transform: scale(0);
-webkit-transform: scale(0);
transition: 0.3s ease;
border-radius: inherit;
}
.quickfinder .quickfinder-item:hover .icon-hover-bg.fill-out {
transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
transition: 0.3s ease;
}
.quickfinder .gem-icon .icon-hover-bg.fade {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
transition: 0.3s ease;
border-radius: inherit;
}
.quickfinder-item-link,
.quickfinder a.quickfinder-item-icon-image-link {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.quickfinder {
min-height: 20px;
}
.quickfinder .inline-column {
margin-bottom: 0;
}
.quickfinder .no-gap.quickfinder-item:not(:last-of-type) .quickfinder-item-inner {
border-right: 0 !important;
}
.quickfinder .no-gap.quickfinder-item {
padding-right: 0 !important;
padding-left: 0 !important;
}
.quickfinder .no-gap.quickfinder-item:not(:last-of-type) {
padding-right: 0 !important;
}
.quickfinder .no-gap.quickfinder-item:not(:first-of-type) {
padding-left: 0 !important;
}
@media (max-width: 767px) {
.col-xs-5_12 {
width: 20%;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.col-sm-5_12 {
width: 20%;
}
}
@media (min-width: 992px) {
.col-md-5_12 {
width: 20%;
float: left;
}
}
.col-md-5_12,
.col-sm-5_12,
.col-xs-5_12 {
padding-left: 21px;
padding-right: 21px;
}
.quickfinder .gem-image span {
display: inline-block;
vertical-align: top;
overflow: hidden;
max-width: 100%;
position: relative;
transition: 0.3s ease;
-o-transition: 0.3s ease;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
}
.quickfinder .gem-image span::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: 0.3s ease;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
opacity: 0;
z-index: 1;
}
.quickfinder .icon-horizontal-left.icon-wrapping-inline .gem-qf-icon-image-wrapper,
.quickfinder .icon-horizontal-left.icon-wrapping-wrap .gem-qf-icon-image-wrapper {
padding-right: 26px;
}
.quickfinder .icon-horizontal-right .gem-qf-icon-image-wrapper {
padding-right: 0px;
padding-left: 26px;
} .quickfinder .icon-bottom {
display: flex;
flex-direction: column;
}
.quickfinder .icon-bottom .quickfinder-item-info-wrapper {
order: 1;
}
.quickfinder .icon-bottom .quickfinder-icon-container {
order: 2;
margin-top: 30px;
} .quickfinder .icon-bottom,
.quickfinder .button-top {
display: flex;
flex-direction: column;
}
.quickfinder .icon-bottom.button-bottom .quickfinder-item-info {
order: 1;
}
.quickfinder .icon-bottom.button-bottom .gem-qf-icon-image-wrapper {
order: 2;
} .icon-top.button-top .quickfinder-item-info {
display: flex;
flex-direction: column;
}
.icon-top.button-top .gem-button-container {
order: 1;
}
.icon-top.button-top .quickfinder-title {
order: 2;
}
.icon-top.button-top .quickfinder-description {
order: 3;
} .icon-bottom.button-top .quickfinder-item-info {
display: flex;
flex-direction: column;
}
.icon-bottom.button-top .gem-button-container {
order: 1;
}
.icon-bottom.button-top .quickfinder-title {
order: 2;
}
.icon-bottom.button-top .quickfinder-description {
order: 3;
}
.icon-bottom.button-top .quickfinder-item-info {
order: 1;
}
.icon-bottom.button-top .gem-qf-icon-image-wrapper {
order: 2;
margin-top: 30px;
}
.icon-horizontal-center .gem-qf-icon-image-wrapper {
text-align: center !important;
}
.icon-horizontal-left .gem-qf-icon-image-wrapper {
text-align: left !important;
}
.icon-horizontal-right .gem-qf-icon-image-wrapper {
text-align: right !important;
}
.icon-horizontal-right.icon-wrapping-wrap .gem-qf-icon-image-wrapper {
float: right;
width: auto;
}
.icon-horizontal-left.icon-wrapping-wrap .gem-qf-icon-image-wrapper {
float: left;
width: auto;
}
.icon-wrapping-inline {
display: flex;
flex-direction: column;
}
.icon-wrapping-inline .quickfinder-item-info-wrapper {
flex-grow: 1;
}
.icon-wrapping-inline.icon-horizontal-right {
flex-direction: row-reverse;
}
.icon-wrapping-inline.icon-horizontal-left {
flex-direction: row;
}
.icon-wrapping-inline .gem-qf-icon-image-wrapper {
flex-shrink: 2;
} .quickfinder-item {
text-align: center;
position: relative;
}
@media (max-width: 549px) {
.quickfinder-item {
width: 100%;
}
}
.quickfinder.quickfinder-alignment-left .quickfinder-item {
text-align: left;
}
.quickfinder.quickfinder-alignment-right .quickfinder-item {
text-align: right;
}
.quickfinder-style-grid-basic-left-align .gem-qf-icon-image-wrapper,
.quickfinder-style-grid-basic-right-align .gem-qf-icon-image-wrapper {
flex-basis: content;
flex: 0 1;
}
.quickfinder-item a.quickfinder-item-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5;
}
.gem-qf-icon-image-wrapper {
width: 100%;
height: 100%;
margin-bottom: 25px;
}
.quickfinder.quickfinder-icon-position-top-float .gem-qf-icon-image-wrapper,
.quickfinder.quickfinder-icon-position-center-float .gem-qf-icon-image-wrapper {
margin-bottom: 0;
}
.quickfinder.quickfinder-icon-position-bottom .gem-qf-icon-image-wrapper {
margin-bottom: 0;
margin-top: 25px;
}
.gem-qf-icon-image-wrapper .gem-qf-icon-image-wrapper-content {
display: inline-block;
position: relative;
vertical-align: top;
}
.quickfinder-title {
text-transform: uppercase;
}
.quickfinder-item.col-md-2 .quickfinder-title,
.quickfinder-item.col-md-3 .quickfinder-title,
.quickfinder-item.col-md-5_12 .quickfinder-title,
.quickfinder.quickfinder-title-thin .quickfinder-item.col-md-2 .quickfinder-title,
.quickfinder.quickfinder-title-thin .quickfinder-item.col-md-3 .quickfinder-title {
font-size: 19px;
line-height: 30px;
}
.quickfinder-item.col-md-3 .quickfinder-title,
.quickfinder.quickfinder-title-thin .quickfinder-item.col-md-3 .quickfinder-title {
font-size: 20px;
}
.quickfinder-description {
margin-top: 14px;
}
.quickfinder-item.col-md-5_12 .quickfinder-description,
.quickfinder-item.col-md-2 .quickfinder-description {
font-size: 14px;
line-height: 23px;
}
.quickfinder-item .gem-icon,
.quickfinder-item .gem-icon-inner {
overflow: visible;
} .quickfinder-style-iconed .quickfinder-item-box .gem-qf-icon-image-wrapper {
position: absolute;
left: 0;
width: 100%;
height: auto;
padding: 0 50px;
}
.quickfinder-style-iconed .quickfinder-item-box {
padding-top: 85px !important;
padding: 0px !important;
}
.quickfinder-style-iconed {
padding-top: 60px;
}
.quickfinder-style-iconed:not(.quickfinder-icon-position-bottom) .quickfinder-item-box .gem-qf-icon-image-wrapper {
top: 0;
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.quickfinder-style-iconed.quickfinder-icon-position-bottom .quickfinder-item-box .gem-qf-icon-image-wrapper {
bottom: 0;
-o-transform: translateY(50%);
-ms-transform: translateY(50%);
-webkit-transform: translateY(50%);
transform: translateY(50%);
}
.quickfinder-style-iconed:not(.quickfinder-icon-position-bottom) .quickfinder-box-style-strong-outlined .gem-qf-icon-image-wrapper {
margin-top: -2px;
}
.quickfinder-style-iconed.quickfinder-icon-position-bottom .quickfinder-box-style-strong-outlined .gem-qf-icon-image-wrapper {
margin-top: -2px;
}
.quickfinder.quickfinder-equal-height{
display: flex;
flex-wrap: wrap;
}
.quickfinder.quickfinder-equal-height.quickfinder-style-iconed .quickfinder-item .quickfinder-item-box{
display: flex;
flex-wrap: wrap;
height: 100%;
}
.quickfinder.quickfinder-equal-height .quickfinder-item .quickfinder-item-inner{
min-height: 100%;
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{color:hsla(0,0%,93%,.9);cursor:pointer;display:inline-flex;font-size:25px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93%,.9);height:1em;width:1em}.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar{height:4px;left:0;top:0;width:100%}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}.elementor-widget-image-carousel .swiper{position:static}.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}.gem-tta.gem-tta-general .gem-tta-panel-heading .gem-tta-panel-title {
line-height: 1.2;
}
.gem-tta.gem-tta-general.gem-tta-tabs .gem-tta-panel-body {
box-sizing: border-box;
}
.gem-tta.gem-tta-general.gem-tta-shape-square .gem-tta-panel-body {
min-height: 0px;
}
.gem-tta.gem-tta-general.gem-tta-shape-square .gem-tta-panel-body,
.gem-tta.gem-tta-general.gem-tta-shape-square .gem-tta-panel-heading {
border-radius: 0px;
}
.gem-tta.gem-tta-general.gem-tta-shape-square .gem-tta-tabs-container {
margin: 0px;
}
.gem-tta.gem-tta-general.gem-tta-shape-square .gem-tta-tab > a {
border-radius: 0px;
}
.vc_non_responsive .gem-tta.gem-tta-general.gem-tta-shape-square.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-general.gem-tta-shape-square.gem-tta-tabs .gem-tta-panels {
border-radius: 0px;
}
@media (min-width: 768px) {
.gem-tta.gem-tta-general.gem-tta-shape-square.gem-tta-tabs .gem-tta-panels {
border-radius: 0px;
}
}
.gem-tta.gem-tta-general.gem-tta-shape-square.gem-tta-o-no-fill .gem-tta-panel-body {
border-radius: 0;
}
.gem-tta.gem-tta-general.gem-tta-shape-square.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active + .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading,
.gem-tta.gem-tta-general.gem-tta-shape-square.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active + .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.gem-tta.gem-tta-general.gem-tta-shape-rounded .gem-tta-panel-body {
min-height: 6px;
}
.gem-tta.gem-tta-general.gem-tta-shape-rounded .gem-tta-panel-body,
.gem-tta.gem-tta-general.gem-tta-shape-rounded .gem-tta-panel-heading {
border-radius: 3px;
}
.gem-tta.gem-tta-general.gem-tta-shape-rounded .gem-tta-tabs-container {
margin: 3px;
}
.gem-tta.gem-tta-general.gem-tta-shape-rounded .gem-tta-tab > a {
border-radius: 3px;
}
.vc_non_responsive .gem-tta.gem-tta-general.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-general.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panels {
border-radius: 3px;
}
@media (min-width: 768px) {
.gem-tta.gem-tta-general.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panels {
border-radius: 3px;
}
}
.gem-tta.gem-tta-general.gem-tta-shape-rounded.gem-tta-o-no-fill .gem-tta-panel-body {
border-radius: 0;
}
.gem-tta.gem-tta-general.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active + .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading,
.gem-tta.gem-tta-general.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active + .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.gem-tta.gem-tta-general.gem-tta-shape-round .gem-tta-panel-body {
min-height: 36px;
}
.gem-tta.gem-tta-general.gem-tta-shape-round .gem-tta-panel-body,
.gem-tta.gem-tta-general.gem-tta-shape-round .gem-tta-panel-heading {
border-radius: 18px;
}
.gem-tta.gem-tta-general.gem-tta-shape-round .gem-tta-tabs-container {
margin: 18px;
}
.gem-tta.gem-tta-general.gem-tta-shape-round .gem-tta-tab > a {
border-radius: 18px;
}
.vc_non_responsive .gem-tta.gem-tta-general.gem-tta-shape-round.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-general.gem-tta-shape-round.gem-tta-tabs .gem-tta-panels {
border-radius: 18px;
}
@media (min-width: 768px) {
.gem-tta.gem-tta-general.gem-tta-shape-round.gem-tta-tabs .gem-tta-panels {
border-radius: 18px;
}
}
.gem-tta.gem-tta-general.gem-tta-shape-round.gem-tta-o-no-fill .gem-tta-panel-body {
border-radius: 0;
}
.gem-tta.gem-tta-general.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active + .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading,
.gem-tta.gem-tta-general.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active + .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading {
border-top-left-radius: 18px;
border-top-right-radius: 18px;
}
.gem-tta.gem-tta-general.gem-tta-pageable .gem-tta-panel-body {
border: 0 none;
} .gem-tta-shape-rounded:not(.gem-tta-o-no-fill) .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.gem-tta-shape-rounded:not(.gem-tta-o-no-fill) .gem-tta-panel.gem-tta-active .gem-tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_non_responsive .gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::before,
.vc_non_responsive .gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::after {
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 3px;
height: 3px;
border-radius: 3px;
border-style: inherit;
border-width: inherit;
}
@media (min-width: 768px) {
.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::before,
.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::after {
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 3px;
height: 3px;
border-radius: 3px;
border-style: inherit;
border-width: inherit;
}
}
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading {
border-radius: 0;
}
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-body {
border-radius: 0;
}
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:first-child:not(:last-child) .gem-tta-panel-heading,
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:first-child:not(:last-child) .gem-tta-panel-body {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading,
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child):not(.gem-tta-active) .gem-tta-panel-heading,
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child):not(.gem-tta-active) .gem-tta-panel-body {
border-radius: 0;
}
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child).gem-tta-active .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:first-child:not(:last-child):not(.gem-tta-active) .gem-tta-panel-heading,
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:first-child:not(:last-child):not(.gem-tta-active) .gem-tta-panel-body {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading,
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.gem-tta-shape-round:not(.gem-tta-o-no-fill) .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.gem-tta-shape-round:not(.gem-tta-o-no-fill) .gem-tta-panel.gem-tta-active .gem-tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.vc_non_responsive .gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::before,
.vc_non_responsive .gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::after {
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 18px;
height: 18px;
border-radius: 18px;
border-style: inherit;
border-width: inherit;
}
@media (min-width: 768px) {
.gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::before,
.gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::after {
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 18px;
height: 18px;
border-radius: 18px;
border-style: inherit;
border-width: inherit;
}
.gem-tta.gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::before,
.gem-tta.gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::after {
width: 18px;
height: 18px;
border-radius: 18px;
}
}
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading {
border-radius: 0;
}
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-body {
border-radius: 0;
}
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:first-child:not(:last-child) .gem-tta-panel-heading,
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:first-child:not(:last-child) .gem-tta-panel-body {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading,
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child):not(.gem-tta-active) .gem-tta-panel-heading,
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child):not(.gem-tta-active) .gem-tta-panel-body {
border-radius: 0;
}
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child).gem-tta-active .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:first-child:not(:last-child):not(.gem-tta-active) .gem-tta-panel-heading,
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:first-child:not(:last-child):not(.gem-tta-active) .gem-tta-panel-body {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading,
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.gem-tta-general.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-container,
.gem-tta-general.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-container {
margin-top: 0;
}
.gem-tta.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before,
.gem-tta.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before,
.gem-tta.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 0;
border-bottom-width: 0;
}
.gem-tta.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::after,
.gem-tta.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::after,
.gem-tta.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::after {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-left-width: 0;
border-bottom-width: 0;
}
.gem-tta.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before,
.gem-tta.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before,
.gem-tta.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-right-width: 0;
border-top-width: 0;
}
.gem-tta.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::after,
.gem-tta.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::after,
.gem-tta.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::after {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-left-width: 0;
border-top-width: 0;
}
.gem-tta.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::before,
.gem-tta.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::before,
.gem-tta.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::before {
right: auto;
bottom: auto;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 0;
border-bottom-width: 0;
}
.gem-tta.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::after,
.gem-tta.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::after,
.gem-tta.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::after {
right: auto;
top: auto;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right-width: 0;
border-top-width: 0;
}
.gem-tta.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::before,
.gem-tta.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::before,
.gem-tta.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::before {
left: auto;
bottom: auto;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-left-width: 0;
border-bottom-width: 0;
}
.gem-tta.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::after,
.gem-tta.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::after,
.gem-tta.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::after {
left: auto;
top: auto;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-width: 0;
border-top-width: 0;
} .gem-tta.gem-tta-general.gem-tta-tabs .gem-tta-panel-body {
overflow: visible;
} .gem-tta.gem-tta-general.gem-tta-tabs .gem-tta-title-text:not(:empty) ~ .gem-tta-controls-icon,
.gem-tta.gem-tta-general.gem-tta-accordion .gem-tta-title-text:not(:empty) ~ .gem-tta-controls-icon {
margin-left: 0;
}
.gem-tta.gem-tta-general .gem-tta-icon.gem-print-icon {
display: inline-block;
vertical-align: middle;
}
.gem-tta.gem-tta-general .gem-tta-icon.gem-print-icon.gem-icon-pack-elegant {
font-size: 16px;
}
.gem-tta.gem-tta-general .gem-tta-icon.gem-print-icon.gem-icon-pack-material {
font-size: 24px;
}
.gem-tta.gem-tta-general .gem-tta-icon.gem-print-icon.gem-icon-pack-fontawesome {
font-size: 14px;
}
.gem-tta.gem-tta-general .gem-tta-icon.gem-print-icon.gem-icon-pack-userpack {
font-size: 16px;
}
.gem-tta.gem-tta-general .gem-tta-title-text {
display: inline-block;
vertical-align: middle;
}
.gem-tta.gem-tta-general .gem-tta-tab {
vertical-align: bottom;
}
.gem-tta.gem-tta-general.gem-tta-tabs-position-bottom .gem-tta-tab {
vertical-align: top;
}
.gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title {
font-family: 'Montserrat UltraLight';
font-weight: normal;
text-transform: uppercase;
font-size: 14px;
}
.gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
.gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
.gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title {
font-family: 'Montserrat';
font-weight: bold;
}
.gem-tta.gem-tta-tabs.gem-tta-general .gem-tta-tab > a {
padding: 12px 25px;
}
.gem-tta.gem-tta-general.gem-tta-tabs .gem-tta-panel-body {
padding: 50px;
}
.gem-tta.gem-tta-general.gem-tta-color-thegem .gem-tta-panel-heading .gem-tta-panel-title > a {
padding-top: 16px;
padding-bottom: 16px;
}
.gem-tta.gem-tta-general.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel-heading .gem-tta-panel-title > a {
padding-top: 17px;
padding-bottom: 17px;
}
.gem-tta.gem-tta-general.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel-heading .gem-tta-panel-title > a {
padding-top: 16px;
padding-bottom: 16px;
}
.gem-tta.gem-tta-tabs .gem-tta-tab a {
font-family: 'Montserrat UltraLight';
font-size: 14px;
text-transform: uppercase;
font-weight: normal;
}
.gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
.gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
.gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a {
font-family: 'Montserrat';
font-weight: bold;
} .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
margin-bottom: -1px;
}
.widget .gem-tta.gem-tta-tabs.gem-tta-color-thegem.gem-tta-general.gem-tta-style-classic:not([class*="gem-tta-gap"]) .gem-tta-tab.gem-tta-active > a {
padding: 4px 23px;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-heading {
border-color: #b6c6c9;
background-color: #f4f6f7;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-heading:hover,
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-heading:focus {
background-color: #f4f6f7;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-title > a {
color: #5f727f;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
border-color: #b6c6c9;
background-color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel.gem-tta-active .gem-tta-panel-title > a {
color: #5f727f;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-body {
background-color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-body,
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-body::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-body::after {
border-color: #b6c6c9;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-controls-icon::after {
border-color: #b6c6c9;
color: #b6c6c9;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::after {
border-color: #b6c6c9;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab > a {
border-color: #b6c6c9;
background-color: #f4f6f7;
color: #5f727f;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab > a:hover,
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab > a:focus {
background-color: #f4f6f7;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab.gem-tta-active > a {
border-color: #b6c6c9;
background-color: #ffffff;
color: #5f727f;
}
.widget .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab.gem-tta-active > a {
color: #5f727f;
}
@media (min-width: 768px) {
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels {
background-color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels,
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels::after {
border-color: #b6c6c9;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels .gem-tta-panel-body {
border-color: transparent;
background-color: transparent;
}
} .gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
margin-bottom: -1px;
}
.gem-tta.gem-tta-color-thegem.gem-tta-tabs:not([class*="gem-tta-gap"]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top.gem-tta-style-modern .gem-tta-tabs-container {
margin-bottom: 0;
}
.gem-tta.gem-tta-color-thegem.gem-tta-tabs:not([class*="gem-tta-gap"]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom.gem-tta-style-modern .gem-tta-tabs-container {
margin-top: 0;
}
.gem-tta.gem-tta-color-thegem.gem-tta-tabs:not([class*="gem-tta-gap"]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-style-modern .gem-tta-tabs-container {
margin-right: 0;
}
.gem-tta.gem-tta-color-thegem.gem-tta-tabs:not([class*="gem-tta-gap"]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-style-modern .gem-tta-tabs-container {
margin-left: 0;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel-body,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel-heading,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-tab > a {
border-width: 0;
background-image: none;
filter: none;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-heading {
border-color: transparent;
background-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-heading:hover,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-heading:focus {
background-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title > a {
color: #dfe5e8;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
border-color: transparent;
background-color: #3c3950;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel.gem-tta-active .gem-tta-panel-title > a {
color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-body {
background-color: #3c3950;
color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-body,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-body::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-body::after {
border-color: transparent;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-controls-icon::after {
border-color: #dfe5e8;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::after {
border-color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-tab > a {
border-color: transparent;
background-color: #99a9b5;
color: #dfe5e8;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-tab > a:hover,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-tab > a:focus {
background-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern .gem-tta-tab.gem-tta-active > a {
border-color: transparent;
background-color: #3c3950;
color: #ffffff;
}
@media (min-width: 768px) {
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern.gem-tta-tabs .gem-tta-panels {
background-color: #3c3950;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern.gem-tta-tabs .gem-tta-panels,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern.gem-tta-tabs .gem-tta-panels::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern.gem-tta-tabs .gem-tta-panels::after {
border-color: transparent;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-modern.gem-tta-tabs .gem-tta-panels .gem-tta-panel-body {
border-color: transparent;
background-color: transparent;
}
} .gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
margin-bottom: -1px;
}
.gem-tta.gem-tta-tabs.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-tab > a {
padding-top: 10px;
padding-bottom: 10px;
}
.widget .gem-tta.gem-tta-tabs.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-tab > a {
padding-top: 0;
padding-bottom: 0;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel .gem-tta-panel-heading {
border-color: transparent;
background-color: #dfe5e8;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel .gem-tta-panel-heading:hover,
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel .gem-tta-panel-heading:focus {
background-color: #dfe5e8;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel .gem-tta-panel-title > a {
color: #5f727f;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
border-color: transparent;
background-color: #f4f6f7;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel.gem-tta-active .gem-tta-panel-title > a {
color: #5f727f;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel .gem-tta-panel-body {
background-color: #f4f6f7;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel .gem-tta-panel-body,
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel .gem-tta-panel-body::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-panel .gem-tta-panel-body::after {
border-color: transparent;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-controls-icon::after {
border-color: #5f727f;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::after {
border-color: #5f727f;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-tab > a {
border-color: transparent;
background-color: #dfe5e8;
color: #5f727f;
}
.widget .gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-tab > a {
color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-tab > a:hover,
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-tab > a:focus {
background-color: #dfe5e8;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat .gem-tta-tab.gem-tta-active > a {
border-color: transparent;
background-color: #f4f6f7;
color: #5f727f;
}
@media (min-width: 768px) {
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat.gem-tta-tabs .gem-tta-panels {
background-color: #f4f6f7;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat.gem-tta-tabs .gem-tta-panels,
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat.gem-tta-tabs .gem-tta-panels::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat.gem-tta-tabs .gem-tta-panels::after {
border-color: transparent;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-flat.gem-tta-tabs .gem-tta-panels .gem-tta-panel-body {
border-color: transparent;
background-color: transparent;
}
} .gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
margin-bottom: -2px;
}
.gem-tta.gem-tta-tabs.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-tab > a {
padding-top: 11px;
padding-bottom: 11px;
}
.widget .gem-tta.gem-tta-tabs.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-tab > a {
padding-top: 1px;
padding-bottom: 1px;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-heading {
border-color: #99a9b5;
background-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-heading:hover,
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-heading:focus {
background-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title > a {
color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
border-color: #99a9b5;
background-color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel.gem-tta-active .gem-tta-panel-title > a {
color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-body {
background-color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-body,
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-body::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-body::after {
border-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-controls-icon::after {
border-color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::after {
border-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-tab > a {
border-color: #99a9b5;
background-color: #99a9b5;
color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-tab > a:hover,
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-tab > a:focus {
background-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline .gem-tta-tab.gem-tta-active > a {
border-color: #99a9b5;
background-color: #ffffff;
color: #99a9b5;
}
@media (min-width: 768px) {
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline.gem-tta-tabs .gem-tta-panels {
background-color: #ffffff;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline.gem-tta-tabs .gem-tta-panels,
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline.gem-tta-tabs .gem-tta-panels::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline.gem-tta-tabs .gem-tta-panels::after {
border-color: #99a9b5;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-outline.gem-tta-tabs .gem-tta-panels .gem-tta-panel-body {
border-color: transparent;
background-color: transparent;
}
}
.gem-tta.gem-tta-tabs.gem-tta-o-no-fill.gem-tta-color-thegem .gem-tta-panels,
.gem-tta.gem-tta-o-no-fill.gem-tta-color-thegem .gem-tta-panels .gem-tta-panel-body {
border-color: transparent;
background-color: transparent;
} .gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-chevron::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="chevron"]::before {
-webkit-transform: rotate(-45deg) translate(-25%, -25%);
-ms-transform: rotate(-45deg) translate(-25%, -25%);
transform: rotate(-45deg) translate(-25%, -25%);
}
.gem-tta.gem-tta-accordion .gem-tta-active .gem-tta-controls-icon.gem-tta-controls-icon-chevron::before,
.gem-tta.gem-tta-accordion .gem-tta-active .gem-tta-controls-icon[data-vc-tta-controls-icon="chevron"]::before {
-webkit-transform: rotate(45deg) translate(-25%, -25%);
-ms-transform: rotate(45deg) translate(-25%, -25%);
transform: rotate(45deg) translate(-25%, -25%);
}
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-controls-icon-position-left.gem-tta-panel-title > a,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-controls-icon-position-left.gem-tta-panel-title > a,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid [data-vc-tta-controls-icon-position="left"].gem-tta-panel-title > a,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed [data-vc-tta-controls-icon-position="left"].gem-tta-panel-title > a {
padding-left: 30px;
padding-right: 0;
}
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-controls-icon-position-right.gem-tta-panel-title > a,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-controls-icon-position-right.gem-tta-panel-title > a,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid [data-vc-tta-controls-icon-position="right"].gem-tta-panel-title > a,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed [data-vc-tta-controls-icon-position="right"].gem-tta-panel-title > a {
padding-left: 0;
padding-right: 30px;
}
.gem-tta.gem-tta-general.gem-tta-accordion .gem-tta-panel-body {
padding: 50px;
}
.gem-tta.gem-tta-general.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-panel-body,
.gem-tta.gem-tta-general.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel-body {
padding: 30px 0 50px;
}
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title {
font-size: 16px;
}
.widget .gem-tta.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-panel .gem-tta-panel-title,
.widget .gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title {
font-size: 14px;
}
.gem-tta.gem-tta-general.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-panel + .gem-tta-panel {
border-top: 1px solid #b6c6c9;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-simple_solid .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-simple_solid .gem-tta-controls-icon::after {
border-color: #b6c6c9;
color: #b6c6c9;
}
.gem-tta.gem-tta-general.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel + .gem-tta-panel {
border-top: 1px dashed #3c3950;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-simple_dashed .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-simple_dashed .gem-tta-controls-icon::after {
border-color: #00bcd4;
color: #00bcd4;
}
.gem-tta.gem-tta-color-thegem.gem-tta-style-simple_dashed .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::before,
.gem-tta.gem-tta-color-thegem.gem-tta-style-simple_dashed .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::after {
border-color: #3c3950;
color: #3c3950;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-solid_squared,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-solid_rounded,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-outlined_rounded,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_squared"],
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"],
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="outlined_rounded"] {
width: 24px;
height: 24px;
line-height: 24px;
font-size: 24px;
text-align: center;
font-style: normal;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-left .gem-tta-controls-icon.gem-tta-controls-icon-solid_rounded,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-left .gem-tta-controls-icon.gem-tta-controls-icon-outlined_rounded,
.gem-tta.gem-tta-accordion [data-vc-tta-controls-icon-position="left"] .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"],
.gem-tta.gem-tta-accordion [data-vc-tta-controls-icon-position="left"] .gem-tta-controls-icon[data-vc-tta-controls-icon="outlined_rounded"] {
left: 17px;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-left .gem-tta-controls-icon.gem-tta-controls-icon-solid_squared,
.gem-tta.gem-tta-accordion [data-vc-tta-controls-icon-position="left"] .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_squared"] {
left: 20px;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-left .gem-tta-controls-icon.gem-tta-controls-icon-chevron,
.gem-tta.gem-tta-accordion [data-vc-tta-controls-icon-position="left"] .gem-tta-controls-icon[data-vc-tta-controls-icon="chevron"] {
left: 23px;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-right .gem-tta-controls-icon.gem-tta-controls-icon-solid_rounded,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-right .gem-tta-controls-icon.gem-tta-controls-icon-outlined_rounded,
.gem-tta.gem-tta-accordion [data-vc-tta-controls-icon-position="right"] .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"],
.gem-tta.gem-tta-accordion [data-vc-tta-controls-icon-position="right"] .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"] {
right: 13px;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-right .gem-tta-controls-icon.gem-tta-controls-icon-solid_squared,
.gem-tta.gem-tta-accordion [data-vc-tta-controls-icon-position="right"] .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_squared"] {
right: 20px;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-right .gem-tta-controls-icon.gem-tta-controls-icon-chevron,
.gem-tta.gem-tta-accordion [data-vc-tta-controls-icon-position="right"] .gem-tta-controls-icon[data-vc-tta-controls-icon="chevron"] {
right: 23px;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-solid_squared::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-solid_rounded::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-outlined_rounded::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_squared"]::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"]::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="outlined_rounded"]::before {
font-family: 'thegem-icons';
font-weight: normal;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-solid_squared::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_squared"]::before {
content: '\e62f';
}
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-controls-icon.gem-tta-controls-icon-solid_squared::before,
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_squared"]::before {
content: '\e62e';
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-solid_rounded::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"]::before {
content: '\e60a';
}
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-controls-icon.gem-tta-controls-icon-solid_rounded::before,
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-controls-icon[data-vc-tta-controls-icon="solid_rounded"]::before {
content: '\e609';
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon.gem-tta-controls-icon-outlined_rounded::before,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon[data-vc-tta-controls-icon="outlined_rounded"]::before {
content: '\e62d';
}
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-controls-icon.gem-tta-controls-icon-outlined_rounded::before,
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-controls-icon[data-vc-tta-controls-icon="outlined_rounded"]::before {
content: '\e62c';
}
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-controls-icon-position-left .gem-tta-controls-icon i,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-controls-icon-position-left .gem-tta-controls-icon i,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-controls-icon-position-left .gem-tta-controls-icon svg,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-controls-icon-position-left .gem-tta-controls-icon svg {
left: 0;
}
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-controls-icon-position-right .gem-tta-controls-icon i,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-controls-icon-position-right .gem-tta-controls-icon i,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid [data-vc-tta-controls-icon-position="right"] .gem-tta-controls-icon i,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed [data-vc-tta-controls-icon-position="right"] .gem-tta-controls-icon i,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid .gem-tta-controls-icon-position-right .gem-tta-controls-icon svg,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-controls-icon-position-right .gem-tta-controls-icon svg,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_solid [data-vc-tta-controls-icon-position="right"] .gem-tta-controls-icon svg,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed [data-vc-tta-controls-icon-position="right"] .gem-tta-controls-icon svg {
right: 0;
} .gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
.gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
.gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a,
.gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
.gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
.gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title {
font-family: 'Montserrat';
}
.gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
.gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
.gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a,
.gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
.gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
.gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title {
font-weight: 700;
}
.gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
.gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
.gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a,
.gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
.gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
.gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title {
font-size: 16px;
}
.gem-tta.gem-tta-tabs .gem-tta-tab a,
.gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title {
font-family: 'Montserrat UltraLight';
}
.gem-tta.gem-tta-tabs .gem-tta-tab a,
.gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title {
font-weight: normal;
}
.gem-tta.gem-tta-tabs .gem-tta-tab a,
.gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title {
font-size: 16px;
}
.gem-tta.gem-tta-tabs .gem-tta-tab a,
.gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
.gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title {
line-height: 25px;
}  .gem-tta.gem-tta-general {
font-size: 1em
}
.gem-tta.gem-tta-general .gem-tta-panels,
.gem-tta.gem-tta-general .gem-tta-panels-container {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative
}
.gem-tta.gem-tta-general .gem-tta-panel {
display: block
}
.gem-tta.gem-tta-general .gem-tta-panel-heading {
border: solid transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
.gem-tta.gem-tta-general .gem-tta-panel-title {
margin: 0;
line-height: 1
}
.gem-tta.gem-tta-general .gem-tta-panel-title>a {
background: 0 0;
display: block;
padding: 14px 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
color: inherit;
position: relative;
-webkit-transition: color .2s ease-in-out;
-o-transition: color .2s ease-in-out;
transition: color .2s ease-in-out;
border: none;
-webkit-box-shadow: none;
box-shadow: none
}
[data-vc-action="collapseAll"] .gem-tta-panel-title,
[data-vc-action="collapseAll"] .gem-tta-panel-title>a{
cursor: pointer !important;
}
.gem-tta.gem-tta-general .gem-tta-panel-title>a:focus,
.gem-tta.gem-tta-general .gem-tta-panel-title>a:hover {
text-decoration: none;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.gem-tta.gem-tta-general .gem-tta-panel-body {
border: solid transparent;
-webkit-box-sizing: content-box;
box-sizing: content-box;
padding: 14px 20px;
display: none;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: padding .2s ease-in-out;
-o-transition: padding .2s ease-in-out;
transition: padding .2s ease-in-out
}
.gem-tta.gem-tta-general .gem-tta-panel-body>:last-child {
margin-bottom: 0
}
.gem-tta.gem-tta-general .gem-tta-panel.gem-tta-active {
display: block
}
.gem-tta.gem-tta-general .gem-tta-panel.gem-tta-active .gem-tta-panel-body {
display: block
}
.gem-tta.gem-tta-general .gem-tta-panel.gem-tta-active .gem-tta-panel-title>a:hover {
cursor: default
}
.gem-tta.gem-tta-general .gem-tta-panel.vc_animating .gem-tta-panel-body {
display: block;
min-height: 0
}
.gem-tta.gem-tta-general.gem-tta-o-all-clickable .gem-tta-panel .gem-tta-panel-title>a:hover {
cursor: pointer
}
.gem-tta.gem-tta-general .gem-tta-tabs-container {
display: block;
position: relative;
z-index: 3
}
.gem-tta.gem-tta-general .gem-tta-tabs-list {
list-style-type: none;
display: block;
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.gem-tta.gem-tta-general .gem-tta-tab {
display: inline-block;
padding: 0;
margin: 0
}
.gem-tta.gem-tta-general .gem-tta-tab>a {
padding: 14px 20px;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: solid transparent;
position: relative;
text-decoration: none;
color: inherit;
-webkit-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
-o-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
-webkit-box-shadow: none;
box-shadow: none
}
.gem-tta.gem-tta-general .gem-tta-tab>a:focus,
.gem-tta.gem-tta-general .gem-tta-tab>a:hover {
text-decoration: none;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.gem-tta.gem-tta-general .gem-tta-tab.gem-tta-active>a {
cursor: default;
text-decoration: none;
color: inherit;
-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
-o-transition: background .2s ease-in-out, color .2s ease-in-out;
transition: background .2s ease-in-out, color .2s ease-in-out;
-webkit-box-shadow: none;
box-shadow: none
}
.gem-tta.gem-tta-general .gem-tta-tab.gem-tta-active>a:hover {
cursor: default;
-webkit-box-shadow: none;
box-shadow: none
}
.gem-tta.gem-tta-general .gem-tta-tab.gem-tta-active>a::after,
.gem-tta.gem-tta-general .gem-tta-tab.gem-tta-active>a::before {
display: none;
content: '';
position: absolute;
border-width: inherit;
border-color: inherit;
border-style: inherit;
width: 100vw;
height: 200vw
}
.gem-tta.gem-tta-general .gem-tta-icon i {
font-size: 16px;
line-height: 25px;
display: inline;
}
.gem-tta.gem-tta-general .gem-tta-icon i::before {
display: inline
}
.gem-tta.gem-tta-general .gem-tta-title-text:empty {
display: inline-block
}
.gem-tta-icon.fa,
.gem-tta-icon.vc_li {
vertical-align: middle
}
.gem-tta.gem-tta-accordion .gem-tta-tabs-container {
display: none
}
.gem-tta.gem-tta-tabs .gem-tta-tabs-container {
display: none
}
.vc_non_responsive .gem-tta.gem-tta-tabs .gem-tta-tabs-container,
.gem-tta-o-non-responsive .gem-tta.gem-tta-tabs .gem-tta-tabs-container {
display: block
}
.vc_non_responsive .gem-tta.gem-tta-tabs .gem-tta-panel-heading,
.gem-tta-o-non-responsive .gem-tta.gem-tta-tabs .gem-tta-panel-heading {
display: none
}
@media (min-width:768px) {
.gem-tta.gem-tta-tabs .gem-tta-tabs-container {
display: block
}
.gem-tta.gem-tta-tabs .gem-tta-panel-heading {
display: none
}
}
.gem-tta.gem-tta-shape-square .gem-tta-panel-body {
min-height: 0
}
.gem-tta.gem-tta-shape-square .gem-tta-panel-body,
.gem-tta.gem-tta-shape-square .gem-tta-panel-heading {
border-radius: 0
}
.gem-tta.gem-tta-shape-square .gem-tta-tabs-container {
margin: 0
}
.gem-tta.gem-tta-shape-square .gem-tta-tab>a {
border-radius: 0
}
.vc_non_responsive .gem-tta.gem-tta-shape-square.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-shape-square.gem-tta-tabs .gem-tta-panels {
border-radius: 0
}
@media (min-width:768px) {
.gem-tta.gem-tta-shape-square.gem-tta-tabs .gem-tta-panels {
border-radius: 0
}
}
.gem-tta.gem-tta-shape-square.gem-tta-o-no-fill .gem-tta-panel-body {
border-radius: 0
}
.gem-tta.gem-tta-shape-square.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active+.gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading,
.gem-tta.gem-tta-shape-square.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active+.gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta.gem-tta-shape-rounded .gem-tta-panel-body {
min-height: 10px
}
.gem-tta.gem-tta-shape-rounded .gem-tta-panel-body,
.gem-tta.gem-tta-shape-rounded .gem-tta-panel-heading {
border-radius: 5px
}
.gem-tta.gem-tta-shape-rounded .gem-tta-tabs-container {
margin: 5px
}
.gem-tta.gem-tta-shape-rounded .gem-tta-tab>a {
border-radius: 5px
}
.vc_non_responsive .gem-tta.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panels {
border-radius: 5px
}
@media (min-width:768px) {
.gem-tta.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panels {
border-radius: 5px
}
}
.gem-tta.gem-tta-shape-rounded.gem-tta-o-no-fill .gem-tta-panel-body {
border-radius: 0
}
.gem-tta.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active+.gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading,
.gem-tta.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active+.gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading {
border-top-left-radius: 5px;
border-top-right-radius: 5px
}
.gem-tta.gem-tta-shape-round .gem-tta-panel-body {
min-height: 4em
}
.gem-tta.gem-tta-shape-round .gem-tta-panel-body,
.gem-tta.gem-tta-shape-round .gem-tta-panel-heading {
border-radius: 2em
}
.gem-tta.gem-tta-shape-round .gem-tta-tabs-container {
margin: 2em
}
.gem-tta.gem-tta-shape-round .gem-tta-tab>a {
border-radius: 2em
}
.vc_non_responsive .gem-tta.gem-tta-shape-round.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-shape-round.gem-tta-tabs .gem-tta-panels {
border-radius: 2em
}
@media (min-width:768px) {
.gem-tta.gem-tta-shape-round.gem-tta-tabs .gem-tta-panels {
border-radius: 2em
}
}
.gem-tta.gem-tta-shape-round.gem-tta-o-no-fill .gem-tta-panel-body {
border-radius: 0
}
.gem-tta.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active+.gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading,
.gem-tta.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel.gem-tta-active+.gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading {
border-top-left-radius: 2em;
border-top-right-radius: 2em
}
.gem-tta-shape-rounded:not(.gem-tta-o-no-fill) .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-shape-rounded:not(.gem-tta-o-no-fill) .gem-tta-panel.gem-tta-active .gem-tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.vc_non_responsive .gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::after,
.vc_non_responsive .gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 5px;
height: 5px;
border-radius: 5px;
border-style: inherit;
border-width: inherit
}
@media (min-width:768px) {
.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::after,
.gem-tta-shape-rounded.gem-tta-tabs .gem-tta-panel-body::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 5px;
height: 5px;
border-radius: 5px;
border-style: inherit;
border-width: inherit
}
}
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading {
border-radius: 0
}
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-body {
border-radius: 0
}
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:first-child:not(:last-child) .gem-tta-panel-body,
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:first-child:not(:last-child) .gem-tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-body,
.gem-tta-shape-rounded.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child):not(.gem-tta-active) .gem-tta-panel-body,
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child):not(.gem-tta-active) .gem-tta-panel-heading {
border-radius: 0
}
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child).gem-tta-active .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:first-child:not(:last-child):not(.gem-tta-active) .gem-tta-panel-body,
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:first-child:not(:last-child):not(.gem-tta-active) .gem-tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-body,
.gem-tta-shape-rounded.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta-shape-round:not(.gem-tta-o-no-fill) .gem-tta-panel.gem-tta-active .gem-tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-shape-round:not(.gem-tta-o-no-fill) .gem-tta-panel.gem-tta-active .gem-tta-panel-body {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.vc_non_responsive .gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::after,
.vc_non_responsive .gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 2em;
height: 2em;
border-radius: 2em;
border-style: inherit;
border-width: inherit
}
@media (min-width:768px) {
.gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::after,
.gem-tta-shape-round.gem-tta-tabs .gem-tta-panel-body::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
content: '';
display: none;
position: absolute;
width: 2em;
height: 2em;
border-radius: 2em;
border-style: inherit;
border-width: inherit
}
}
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-heading {
border-radius: 0
}
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:not(:first-child):not(:last-child) .gem-tta-panel-body {
border-radius: 0
}
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:first-child:not(:last-child) .gem-tta-panel-body,
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:first-child:not(:last-child) .gem-tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-body,
.gem-tta-shape-round.gem-tta-o-shape-group:not(.gem-tta-o-no-fill) .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child):not(.gem-tta-active) .gem-tta-panel-body,
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child):not(.gem-tta-active) .gem-tta-panel-heading {
border-radius: 0
}
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:not(:first-child):not(:last-child).gem-tta-active .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:first-child:not(:last-child):not(.gem-tta-active) .gem-tta-panel-body,
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:first-child:not(:last-child):not(.gem-tta-active) .gem-tta-panel-heading {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-body,
.gem-tta-shape-round.gem-tta-o-shape-group.gem-tta-o-no-fill .gem-tta-panel:last-child:not(:first-child) .gem-tta-panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta.gem-tta-style-classic .gem-tta-panel-body,
.gem-tta.gem-tta-style-classic .gem-tta-panel-heading {
border-width: 1px
}
.gem-tta.gem-tta-style-classic .gem-tta-panel.gem-tta-active+.gem-tta-panel .gem-tta-panel-heading,
.gem-tta.gem-tta-style-classic .gem-tta-panel:not(:first-child) .gem-tta-panel-heading {
margin-top: -1px
}
.gem-tta.gem-tta-style-classic .gem-tta-panel.gem-tta-active .gem-tta-panel-heading,
.gem-tta.gem-tta-style-classic .gem-tta-panel:not(:last-child) .gem-tta-panel-heading {
margin-bottom: -1px
}
.gem-tta.gem-tta-style-classic .gem-tta-tabs-list {
padding-left: 1px;
padding-top: 1px
}
.gem-tta.gem-tta-style-classic .gem-tta-tab {
margin-left: -1px;
margin-top: -1px
}
.gem-tta.gem-tta-style-classic .gem-tta-tab>a {
border-width: 1px
}
.vc_non_responsive .gem-tta.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels {
border: 1px solid transparent
}
.vc_non_responsive .gem-tta.gem-tta-style-classic.gem-tta-tabs .gem-tta-panel,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-classic.gem-tta-tabs .gem-tta-panel {
margin: -1px
}
@media (min-width:768px) {
.gem-tta.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels {
border: 1px solid transparent
}
.gem-tta.gem-tta-style-classic.gem-tta-tabs .gem-tta-panel {
margin: -1px
}
}
.gem-tta.gem-tta-style-modern .gem-tta-panel-body,
.gem-tta.gem-tta-style-modern .gem-tta-panel-heading {
border-width: 1px;
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .01)));
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
background-repeat: repeat-x
}
.gem-tta.gem-tta-style-modern .gem-tta-panel.gem-tta-active+.gem-tta-panel .gem-tta-panel-heading,
.gem-tta.gem-tta-style-modern .gem-tta-panel:not(:first-child) .gem-tta-panel-heading {
margin-top: -1px
}
.gem-tta.gem-tta-style-modern .gem-tta-panel.gem-tta-active .gem-tta-panel-heading,
.gem-tta.gem-tta-style-modern .gem-tta-panel:not(:last-child) .gem-tta-panel-heading {
margin-bottom: -1px
}
.gem-tta.gem-tta-style-modern .gem-tta-tabs-list {
padding-left: 1px;
padding-top: 1px
}
.gem-tta.gem-tta-style-modern .gem-tta-tab {
margin-left: -1px;
margin-top: -1px
}
.gem-tta.gem-tta-style-modern .gem-tta-tab>a {
border-width: 1px;
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, .01)));
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
background-repeat: repeat-x
}
.gem-tta.gem-tta-style-modern .gem-tta-tab.gem-tta-active>a {
background-clip: border-box
}
.vc_non_responsive .gem-tta.gem-tta-style-modern.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-modern.gem-tta-tabs .gem-tta-panels {
border: 1px solid transparent
}
.vc_non_responsive .gem-tta.gem-tta-style-modern.gem-tta-tabs .gem-tta-panel,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-modern.gem-tta-tabs .gem-tta-panel {
margin: -1px
}
@media (min-width:768px) {
.gem-tta.gem-tta-style-modern.gem-tta-tabs .gem-tta-panels {
border: 1px solid transparent
}
.gem-tta.gem-tta-style-modern.gem-tta-tabs .gem-tta-panel {
margin: -1px
}
}
.gem-tta.gem-tta-style-outline .gem-tta-panel-body,
.gem-tta.gem-tta-style-outline .gem-tta-panel-heading {
border-width: 2px
}
.gem-tta.gem-tta-style-outline .gem-tta-panel.gem-tta-active+.gem-tta-panel .gem-tta-panel-heading,
.gem-tta.gem-tta-style-outline .gem-tta-panel:not(:first-child) .gem-tta-panel-heading {
margin-top: -2px
}
.gem-tta.gem-tta-style-outline .gem-tta-panel.gem-tta-active .gem-tta-panel-heading,
.gem-tta.gem-tta-style-outline .gem-tta-panel:not(:last-child) .gem-tta-panel-heading {
margin-bottom: -2px
}
.gem-tta.gem-tta-style-outline .gem-tta-tabs-list {
padding-left: 2px;
padding-top: 2px
}
.gem-tta.gem-tta-style-outline .gem-tta-tab {
margin-left: -2px;
margin-top: -2px
}
.gem-tta.gem-tta-style-outline .gem-tta-tab>a {
border-width: 2px
}
.vc_non_responsive .gem-tta.gem-tta-style-outline .gem-tta-panel-body::after,
.vc_non_responsive .gem-tta.gem-tta-style-outline .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-outline .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-outline .gem-tta-panel-body::before,
.gem-tta.gem-tta-style-outline .gem-tta-panel-body::after,
.gem-tta.gem-tta-style-outline .gem-tta-panel-body::before {
display: block;
top: -2px;
right: -2px;
bottom: -2px;
left: -2px
}
.vc_non_responsive .gem-tta.gem-tta-style-outline.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-outline.gem-tta-tabs .gem-tta-panels {
border: 2px solid transparent
}
.vc_non_responsive .gem-tta.gem-tta-style-outline.gem-tta-tabs .gem-tta-panel,
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-outline.gem-tta-tabs .gem-tta-panel {
margin: -2px
}
@media (min-width:768px) {
.gem-tta.gem-tta-style-outline.gem-tta-tabs .gem-tta-panels {
border: 2px solid transparent
}
.gem-tta.gem-tta-style-outline.gem-tta-tabs .gem-tta-panel {
margin: -2px
}
}
.gem-tta-o-non-responsive .gem-tta.gem-tta-style-outline.gem-tta-pageable .gem-tta-panel {
margin: 0
}
@media (min-width:768px) {
.gem-tta.gem-tta-style-outline.gem-tta-pageable .gem-tta-panel {
margin: 0
}
}
.gem-tta.gem-tta-style-flat .gem-tta-panel-body,
.gem-tta.gem-tta-style-flat .gem-tta-panel-heading {
border-width: 0
}
.gem-tta-pageable .gem-tta-panel-title {
display: none
}
.gem-tta.gem-tta-o-no-fill .gem-tta-panels .gem-tta-panel-body {
border-color: transparent;
background-color: transparent
}
.vc_non_responsive .gem-tta.gem-tta-o-no-fill.gem-tta-tabs .gem-tta-panels,
.gem-tta-o-non-responsive .gem-tta.gem-tta-o-no-fill.gem-tta-tabs .gem-tta-panels {
border-color: transparent;
background-color: transparent
}
@media (min-width:768px) {
.gem-tta.gem-tta-o-no-fill.gem-tta-tabs .gem-tta-panels {
border-color: transparent;
background-color: transparent
}
}
.gem-tta.gem-tta-o-no-fill.gem-tta-tabs .gem-tta-tabs-container {
margin: 0
}
.gem-tta.gem-tta-o-no-fill.gem-tta-tabs-position-bottom .gem-tta-panel-body,
.gem-tta.gem-tta-o-no-fill.gem-tta-tabs-position-top .gem-tta-panel-body {
padding-left: 0;
padding-right: 0
}
.gem-tta.gem-tta-o-no-fill.gem-tta-tabs-position-left .gem-tta-panel-body,
.gem-tta.gem-tta-o-no-fill.gem-tta-tabs-position-right .gem-tta-panel-body {
padding-top: 0;
padding-bottom: 0
}
.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-tabs-container {
overflow: hidden
}
.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-tabs-list {
overflow: hidden
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before,
.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before {
right: auto;
bottom: auto;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 0;
border-bottom-width: 0
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::after,
.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::after {
left: auto;
bottom: auto;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-left-width: 0;
border-bottom-width: 0
}
.gem-tta-tabs.gem-tta-tabs-position-top.gem-tta-o-shape-group .gem-tta-tab:not(:first-child):not(:last-child)>a {
border-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-top.gem-tta-o-shape-group .gem-tta-tab:first-child:not(:last-child)>a {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-top.gem-tta-o-shape-group .gem-tta-tab:last-child:not(:first-child)>a {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-tabs-container {
overflow: hidden
}
.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-tabs-list {
overflow: hidden
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before,
.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before {
right: auto;
top: auto;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-right-width: 0;
border-top-width: 0
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::after,
.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::after {
left: auto;
top: auto;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-left-width: 0;
border-top-width: 0
}
.gem-tta-tabs.gem-tta-tabs-position-bottom.gem-tta-o-shape-group .gem-tta-tab:not(:first-child):not(:last-child)>a {
border-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-bottom.gem-tta-o-shape-group .gem-tta-tab:first-child:not(:last-child)>a {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-bottom.gem-tta-o-shape-group .gem-tta-tab:last-child:not(:first-child)>a {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-container {
overflow: hidden;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-top: 0;
margin-left: 0
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-container,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
@media (min-width:768px) {
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
}
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-list {
overflow: hidden
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-list,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-list {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
@media (min-width:768px) {
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tabs-list {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
}
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-tab {
display: block
}
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panels-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0
}
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panels {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::before,
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::before {
right: auto;
bottom: auto;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-right-width: 0;
border-bottom-width: 0
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::after,
.gem-tta-tabs.gem-tta-tabs-position-left .gem-tta-panel-body::after {
right: auto;
top: auto;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right-width: 0;
border-top-width: 0
}
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-o-shape-group .gem-tta-tab:not(:first-child):not(:last-child)>a {
border-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-o-shape-group .gem-tta-tab:first-child:not(:last-child)>a {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-o-shape-group .gem-tta-tab:last-child:not(:first-child)>a {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-container {
overflow: hidden;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-top: 0;
margin-right: 0
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-container,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
@media (min-width:768px) {
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
}
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-list {
overflow: hidden
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-list,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-list {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
@media (min-width:768px) {
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tabs-list {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
}
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-tab {
display: block
}
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panels-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 0
}
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panels {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::before,
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::before {
left: auto;
bottom: auto;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-left-width: 0;
border-bottom-width: 0
}
.vc_non_responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::after,
.gem-tta-tabs.gem-tta-tabs-position-right .gem-tta-panel-body::after {
left: auto;
top: auto;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-width: 0;
border-top-width: 0
}
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-o-shape-group .gem-tta-tab:not(:first-child):not(:last-child)>a {
border-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-o-shape-group .gem-tta-tab:first-child:not(:last-child)>a {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-o-shape-group .gem-tta-tab:last-child:not(:first-child)>a {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.vc_non_responsive .gem-tta-tabs.gem-tta-o-no-fill .gem-tta-panel-body::after,
.vc_non_responsive .gem-tta-tabs.gem-tta-o-no-fill .gem-tta-panel-body::before,
.vc_non_responsive .gem-tta-tabs[class*=gem-tta-gap] .gem-tta-panel-body::after,
.vc_non_responsive .gem-tta-tabs[class*=gem-tta-gap] .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-o-no-fill .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-tabs.gem-tta-o-no-fill .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs[class*=gem-tta-gap] .gem-tta-panel-body::after,
.gem-tta-o-non-responsive .gem-tta-tabs[class*=gem-tta-gap] .gem-tta-panel-body::before,
.gem-tta-tabs.gem-tta-o-no-fill .gem-tta-panel-body::after,
.gem-tta-tabs.gem-tta-o-no-fill .gem-tta-panel-body::before,
.gem-tta-tabs[class*=gem-tta-gap] .gem-tta-panel-body::after,
.gem-tta-tabs[class*=gem-tta-gap] .gem-tta-panel-body::before {
display: none
}
.gem-tta-tabs.gem-tta-o-no-fill .gem-tta-tabs-container,
.gem-tta-tabs.gem-tta-o-no-fill .gem-tta-tabs-list,
.gem-tta-tabs[class*=gem-tta-gap] .gem-tta-tabs-container,
.gem-tta-tabs[class*=gem-tta-gap] .gem-tta-tabs-list {
overflow: initial
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top .gem-tta-tab>a {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top .gem-tta-tab.gem-tta-active>a {
border-bottom-color: transparent
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top .gem-tta-tab.gem-tta-active>a::before {
display: block;
height: auto;
top: 100%;
right: 100%;
border-bottom: 0;
border-left: 0;
border-right: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top .gem-tta-tab.gem-tta-active>a::after {
display: block;
height: auto;
top: 100%;
left: 100%;
border-bottom: 0;
border-left: 0;
border-right: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top .gem-tta-tabs-container {
margin-top: 0;
margin-bottom: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top.gem-tta-style-classic .gem-tta-tabs-container,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top.gem-tta-style-modern .gem-tta-tabs-container {
margin-bottom: -1px
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-top.gem-tta-style-outline .gem-tta-tabs-container {
margin-bottom: -2px
} .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom .gem-tta-tab>a {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom .gem-tta-tab.gem-tta-active>a {
border-top-color: transparent
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom .gem-tta-tab.gem-tta-active>a::before {
display: block;
height: auto;
bottom: 100%;
right: 100%;
border-top: 0;
border-left: 0;
border-right: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom .gem-tta-tab.gem-tta-active>a::after {
display: block;
height: auto;
bottom: 100%;
left: 100%;
border-top: 0;
border-left: 0;
border-right: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom .gem-tta-tabs-container {
margin-top: 0;
margin-bottom: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom.gem-tta-style-classic .gem-tta-tabs-container,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom.gem-tta-style-modern .gem-tta-tabs-container {
margin-top: -1px
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-bottom.gem-tta-style-outline .gem-tta-tabs-container {
margin-top: -2px
} .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left .gem-tta-tab>a {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left .gem-tta-tab.gem-tta-active>a {
border-right-color: transparent
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left .gem-tta-tab.gem-tta-active>a::before {
display: block;
width: auto;
left: 100%;
bottom: 100%;
border-bottom: 0;
border-top: 0;
border-right: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left .gem-tta-tab.gem-tta-active>a::after {
display: block;
width: auto;
left: 100%;
top: 100%;
border-bottom: 0;
border-top: 0;
border-right: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left .gem-tta-tabs-container {
margin-left: 0;
margin-right: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-style-classic .gem-tta-tabs-container,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-style-modern .gem-tta-tabs-container {
margin-right: -1px
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-style-outline .gem-tta-tabs-container {
margin-right: -2px
} .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-shape-round .gem-tta-panels,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-shape-rounded .gem-tta-panels {
margin-top: 0;
border-top-left-radius: 0
}
.vc_non_responsive .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-shape-round .gem-tta-panel-body::before,
.vc_non_responsive .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-shape-rounded .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-shape-round .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-shape-rounded .gem-tta-panel-body::before,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-shape-round .gem-tta-panel-body::before,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-left.gem-tta-shape-rounded .gem-tta-panel-body::before {
display: none
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right .gem-tta-tab>a {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right .gem-tta-tab.gem-tta-active>a {
border-left-color: transparent
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right .gem-tta-tab.gem-tta-active>a::before {
display: block;
width: auto;
right: 100%;
bottom: 100%;
border-bottom: 0;
border-top: 0;
border-left: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right .gem-tta-tab.gem-tta-active>a::after {
display: block;
width: auto;
right: 100%;
top: 100%;
border-bottom: 0;
border-top: 0;
border-left: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right .gem-tta-tabs-container {
margin-left: 0;
margin-right: 0
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-style-classic .gem-tta-tabs-container,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-style-modern .gem-tta-tabs-container {
margin-left: -1px
}
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-style-outline .gem-tta-tabs-container {
margin-left: -2px
} .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-shape-round .gem-tta-panels,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-shape-rounded .gem-tta-panels {
margin-top: 0;
border-top-right-radius: 0
}
.vc_non_responsive .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-shape-round .gem-tta-panel-body::before,
.vc_non_responsive .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-shape-rounded .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-shape-round .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-shape-rounded .gem-tta-panel-body::before,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-shape-round .gem-tta-panel-body::before,
.gem-tta-tabs:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill).gem-tta-tabs-position-right.gem-tta-shape-rounded .gem-tta-panel-body::before {
display: none
}
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-controls-size-xs .gem-tta-tabs-container,
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-controls-size-xs .gem-tta-tabs-container {
-ms-flex-preferred-size: 10%;
flex-basis: 10%
}
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-controls-size-sm .gem-tta-tabs-container,
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-controls-size-sm .gem-tta-tabs-container {
-ms-flex-preferred-size: 20%;
flex-basis: 20%
}
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-controls-size-md .gem-tta-tabs-container,
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-controls-size-md .gem-tta-tabs-container {
-ms-flex-preferred-size: 30%;
flex-basis: 30%
}
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-controls-size-lg .gem-tta-tabs-container,
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-controls-size-lg .gem-tta-tabs-container {
-ms-flex-preferred-size: 40%;
flex-basis: 40%
}
.gem-tta-tabs.gem-tta-tabs-position-left.gem-tta-controls-size-xl .gem-tta-tabs-container,
.gem-tta-tabs.gem-tta-tabs-position-right.gem-tta-controls-size-xl .gem-tta-tabs-container {
-ms-flex-preferred-size: 50%;
flex-basis: 50%
}
.gem-tta.gem-tta-controls-align-left .gem-tta-panel-heading,
.gem-tta.gem-tta-controls-align-left .gem-tta-tabs-container {
text-align: left
}
.gem-tta.gem-tta-controls-align-right .gem-tta-panel-heading,
.gem-tta.gem-tta-controls-align-right .gem-tta-tabs-container {
text-align: right
}
.gem-tta.gem-tta-controls-align-center .gem-tta-panel-heading,
.gem-tta.gem-tta-controls-align-center .gem-tta-tabs-container {
text-align: center
}
.gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-tabs-container {
margin-left: 0
}
.vc_non_responsive .gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before,
.gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::before {
display: none
}
.gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-top:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill) .gem-tta-panels {
border-top-left-radius: 0
}
.gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-tabs-container {
margin-left: 0
}
.vc_non_responsive .gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before,
.gem-tta-o-non-responsive .gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before,
.gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::before {
display: none
}
.gem-tta-controls-align-left.gem-tta-tabs.gem-tta-tabs-position-bottom:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill) .gem-tta-panels {
border-bottom-left-radius: 0
}
.gem-tta-controls-align-right.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-tabs-container {
margin-right: 0
}
.gem-tta-controls-align-right.gem-tta-tabs.gem-tta-tabs-position-top .gem-tta-panel-body::after {
display: none
}
.gem-tta-controls-align-right.gem-tta-tabs.gem-tta-tabs-position-top:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill) .gem-tta-panels {
border-top-right-radius: 0
}
.gem-tta-controls-align-right.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-tabs-container {
margin-right: 0
}
.gem-tta-controls-align-right.gem-tta-tabs.gem-tta-tabs-position-bottom .gem-tta-panel-body::after {
display: none
}
.gem-tta-controls-align-right.gem-tta-tabs.gem-tta-tabs-position-bottom:not([class*=gem-tta-gap]):not(.gem-tta-o-no-fill) .gem-tta-panels {
border-bottom-right-radius: 0
}
.gem-tta-tabs.gem-tta-has-pagination:not(.gem-tta-tabs-position-bottom) {
padding-bottom: 60px
}
.gem-tta-tabs.gem-tta-has-pagination .vc_pagination {
position: absolute;
top: 100%;
left: 0;
right: 0;
margin-top: 30px;
margin-bottom: 30px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.gem-tta-tabs.gem-tta-has-pagination.gem-tta-tabs-position-bottom {
padding-top: 60px
}
.gem-tta-tabs.gem-tta-has-pagination.gem-tta-tabs-position-bottom .vc_pagination {
top: auto;
bottom: 100%;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%)
}
.gem-tta .gem-tta-controls-icon i,
.gem-tta .gem-tta-controls-icon svg {
display: inline-block;
vertical-align: middle;
position: relative;
font-size: inherit;
margin: 0
}
.gem-tta .gem-tta-controls-icon svg {
width: 1em;
height: 1em;
}
.gem-tta .gem-tta-controls-icon:after,
.gem-tta .gem-tta-controls-icon:before,
.gem-tta-panel-heading .gem-tta-panel-title > a,
.gem-tta-panel:not(.gem-tta-active) .gem-tta-panel-title > a .gem-tta-icon i,
.gem-tta-panel:not(.gem-tta-active) .gem-tta-panel-title > a .gem-tta-icon svg,
.gem-tta-panel:not(.gem-tta-active) .gem-tta-panel-title > a .gem-tta-controls-icon i,
.gem-tta-panel:not(.gem-tta-active) .gem-tta-panel-title > a .gem-tta-controls-icon svg {
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
.gem-tta .gem-tta-title-text:not(:empty)~.gem-tta-controls-icon i,
.gem-tta .gem-tta-title-text:not(:empty)~.gem-tta-controls-icon svg {
margin-left: 0
}
.gem-tta .gem-tta-controls-icon.gem-tta-controls-icon-plus::before {
content: '';
display: block;
position: absolute;
-webkit-box-sizing: border-box;
box-sizing: border-box;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-style: solid;
border-width: 2px 0 0 0
}
.gem-tta .gem-tta-controls-icon.gem-tta-controls-icon-plus::after {
content: '';
display: block;
position: absolute;
-webkit-box-sizing: border-box;
box-sizing: border-box;
left: 50%;
bottom: 0;
top: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-style: solid;
border-width: 0 0 0 2px
}
.gem-tta .gem-tta-controls-icon.gem-tta-controls-icon-chevron::before {
content: '';
display: block;
position: absolute;
-webkit-box-sizing: border-box;
box-sizing: border-box;
left: 2px;
right: 2px;
top: 2px;
bottom: 2px;
border-style: solid;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg) translate(-25%, -25%);
-ms-transform: rotate(45deg) translate(-25%, -25%);
transform: rotate(45deg) translate(-25%, -25%)
}
.gem-tta .gem-tta-controls-icon.gem-tta-controls-icon-triangle::before {
content: '';
display: block;
position: absolute;
-webkit-box-sizing: border-box;
box-sizing: border-box;
left: 0;
right: 0;
top: 0;
bottom: 0;
border-style: solid;
border-width: 6px;
border-bottom-color: transparent!important;
border-right-color: transparent!important;
border-left-color: transparent!important;
-webkit-transform: translateY(25%);
-ms-transform: translateY(25%);
transform: translateY(25%)
}
.gem-tta .gem-tta-active .gem-tta-controls-icon.gem-tta-controls-icon-plus::after {
display: none
}
.gem-tta .gem-tta-active .gem-tta-controls-icon.gem-tta-controls-icon-chevron::before {
-webkit-transform: rotate(225deg) translate(-25%, -25%);
-ms-transform: rotate(225deg) translate(-25%, -25%);
transform: rotate(225deg) translate(-25%, -25%)
}
.gem-tta .gem-tta-active .gem-tta-controls-icon.gem-tta-controls-icon-triangle::before {
-webkit-transform: rotate(180deg) translateY(25%);
-ms-transform: rotate(180deg) translateY(25%);
transform: rotate(180deg) translateY(25%)
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-left.gem-tta-panel-title>a {
padding-left: 50px;
padding-right: 20px;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-left .gem-tta-controls-icon i,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-left .gem-tta-controls-icon svg {
position: absolute;
top: calc(50% - 1px);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 20px
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-right.gem-tta-panel-title>a {
padding-left: 20px;
padding-right: 50px;
}
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-right .gem-tta-controls-icon i,
.gem-tta.gem-tta-accordion .gem-tta-controls-icon-position-right .gem-tta-controls-icon svg {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 20px
}
@media (max-width:768px) {
.gem-tta-container .gem-tta:not([class*=gem-tta-pageable]) .vc_pagination {
display: none
}
} .gem-tta-accordion .gem-text-output{
overflow: hidden;
}
.gem-tta.gem-tta-color-thegem .gem-tta-panel .gem-tta-panel-title .gem-tta-icon svg {
width: 16px;
height: 25px;
display: inline;
vertical-align: middle;
align-self: center;
}
.gem-tta.gem-tta-color-thegem .gem-tta-panel .gem-tta-panel-title > a {
display: flex!important;
}
.gem-tta-accordion .gem-tta-controls-icon-opened i,
.gem-tta-accordion .gem-tta-controls-icon-opened svg{
display: none!important;
}
.gem-tta-accordion .gem-tta-controls-icon-closed i,
.gem-tta-accordion .gem-tta-controls-icon-closed svg{
display: inline-block!important;
}
.gem-tta-accordion .gem-tta-active .gem-tta-controls-icon-opened i,
.gem-tta-accordion .gem-tta-active .gem-tta-controls-icon-opened svg{
display: inline-block!important;
}
.gem-tta-accordion .gem-tta-active .gem-tta-controls-icon-closed i,
.gem-tta-accordion .gem-tta-active .gem-tta-controls-icon-closed svg{
display: none!important;
}
.gem-tta.gem-tta-general.gem-tta-accordion .gem-tta-icon{
display: flex;
}
.gem-tta.gem-tta-general.gem-tta-accordion .gem-tta-icon-left{
margin-right: 10px;
}
.gem-tta.gem-tta-general.gem-tta-accordion .gem-tta-icon-right{
margin-left: 10px;
}
.gem-tta-template-edit{
position: absolute;
right: 5px;
top: 5px;
z-index: 99;
cursor: pointer;
}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}.widget-testimonials {
position: relative;
}
.gem-testimonials-navigation a {
overflow: visible;
}
.gem-testimonials,
.gem-testimonials:hover {
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.testimonials-style-1-item {
position: relative;
display: inline-block;
}
.testimonials-style-1-image {
padding-top: 60px;
height: 190px;
}
.testimonials-style-1-item {
text-align: center;
}
.testimonials-style-1-text {
font-style: inherit;
padding-left: 15px;
padding-right: 15px;
padding-top: 35px;
padding-bottom: 10px;
clear: both;
}
.testimonials-style-1-item .gem-dummy {
margin-left: 62px;
}
.testimonials-style-1-item {
border-top-left-radius: 67px;
border-top-right-radius: 67px;
overflow: hidden;
}
.testimonials-style-1-teg {
border-bottom-left-radius: 67px;
border-bottom-right-radius: 67px;
}
.testimonials-style-1-item .gem-testimonial-position {
padding-top: 4px;
}
.testimonials-style-2-bg {
position: relative;
}
.testimonials-style-2-item .wrap-style {
transform: rotate(270deg);
transform-origin: 0 100%;
-webkit-transform: rotate(270deg);
-webkit-transform-origin: 0 100%;
overflow: visible;
position: absolute;
top: -4px;
left: 50%;
margin-left: 49px;
width: 49px;
height: 100px;
}
.testimonials-style-1-item .wrap-style {
transform: rotate(270deg);
transform-origin: 0 100%;
-webkit-transform: rotate(270deg);
-webkit-transform-origin: 0 100%;
overflow: visible;
position: absolute;
bottom: -2px;
left: 50%;
margin-left: 49px;
width: 49px;
height: 100px;
}
.testimonials-style-1-item .empy_space {
height: 48px;
}
.widget .gem-testimonial-text>.testimonials-style-1-teg,
.widget .gem-testimonial-text>.testimonials-style-2-teg {
margin-bottom: 0;
}
.testimonials-style-2-text.gem-testimonial-text {
padding-left: 20px;
padding-right: 20px;
border-radius: 59px;
}
.testimonials-style-1-text.gem-testimonial-text {
padding: 33px 20px;
}
.gem-widget-testimonials-prev-style-1.gem-prev:after,
.gem-widget-testimonials-next-style-1.gem-next:after,
.gem-widget-testimonials-prev-style-2.gem-prev:after,
.gem-widget-testimonials-next-style-2.gem-next:after {
font-family: thegem-icons;
height: 40px;
width: 40px;
line-height: 1.7;
margin: 0;
left: 0;
}
.widget .testimonials-style-1-name.gem-testimonial-name,
.widget .testimonials-style-2-name.gem-testimonial-name {}
.gem-widget-testimonials-prev-style-1.gem-prev:after,
.gem-widget-testimonials-next-style-1.gem-next:after {
top: 106px;
}
.gem-widget-testimonials-prev-style-2.gem-prev:after,
.gem-widget-testimonials-prev-style-1.gem-prev:after {
content: '\e637';
padding-left: 5px;
}
.gem-widget-testimonials-next-style-2.gem-next:after,
.gem-widget-testimonials-next-style-1.gem-next:after {
content: '\e638';
padding-right: 5px;
}
.gem-widget-testimonials-prev-style-2.gem-prev:after,
.gem-widget-testimonials-next-style-2.gem-next:after {
top: 42px;
}
.testimonials-style-2-item {
border-radius: 60px;
overflow: hidden;
}
.testimonials-style-2-item .gem-testimonial-text {
padding-top: 63px;
border-bottom-left-radius: 60px;
border-bottom-right-radius: 60px;
overflow: hidden;
}
.testimonials.testimonials-style-2,
.testimonials-carousel-style-2,
.testimonials-style-2-text.gem-testimonial-text .testimonials-style-2 {
border-radius: 60px !important;
overflow: hidden !important;
}
.testimonials-style-1-teg {
font-style: normal;
padding-bottom: 50px;
padding-top: 40px;
}
.testimonials-style-1-post.gem-testimonial-company {
margin-top: -3px;
}
.testimonials-style-1-item,
.testimonials-style-2-item {
vertical-align: top;
}
.testimonials-style-1-prev {
left: 17px;
top: 93px;
font-family: thegem-icons;
content: '\e601';
font-size: 20px;
position: absolute;
outline: none;
}
.testimonials-style-1-next {
right: 17px;
top: 93px;
font-family: thegem-icons;
content: '\e601';
font-size: 18px;
position: absolute;
outline: none;
}
.testimonials-style-1-teg {
font-size: 30px;
font-family: thegem-icons;
}
.testimonials-style-1-image img {
height: 128px;
width: 128px;
}
.testimonials-style-2-teg {
padding-top: 38px;
padding-bottom: 38px;
}
.testimonials-style-2-text {
font-style: inherit;
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
text-align: center;
padding-bottom: 20px;
}
.testimonials-style-2-name {
padding-top: 14px;
}
.testimonials-style-2 {
text-align: center;
position: relative;
}
.testimonials-style-2-bg {
padding-bottom: 47px;
text-align: center;
margin-top: -47px;
}
.triangle-with-shadow.trangle-style-2 {
margin-top: -1px;
}
.testimonials-style-2-image {
margin-top: 114px;
position: relative;
height: 128px;
}
.testimonials-style-2-item .gem-dummy {
margin-left: 64px;
}
.testimonials-style-2-item {
display: inline-block;
text-align: center;
}
.testimonials-style-2-prev {
left: 17px;
bottom: 180px;
font-family: thegem-icons;
content: '\e601';
font-size: 20px;
position: absolute;
outline: none;
}
.testimonials-style-2-next {
right: 17px;
bottom: 180px;
font-family: thegem-icons;
content: '\e601';
font-size: 18px;
position: absolute;
outline: none;
}
.testimonials-style-2-teg {
font-size: 60px;
font-family: thegem-icons;
font-style: normal;
}
.testimonials-style-2-text>p {
margin-bottom: 0px;
}
.testimonials-style-2-image img {
height: 128px;
width: 128px;
}
.gem-widget-testimonials-prev-style-1.gem-prev:after {
top: 106px;
font-size: 24px;
font-family: thegem-icons;
}
.gem-widget-testimonials-next-style-1.gem-next:after {
top: 106px;
font-size: 24px;
font-family: thegem-icons;
}
.gem-widget-testimonials-prev-style-2.gem-prev:after {
position: absolute;
font-size: 24px;
font-family: thegem-icons;
}
.gem-widget-testimonials-next-style-2.gem-next:after {
position: absolute;
font-size: 24px;
font-family: thegem-icons;
}
.triangle-with-shadow {
width: 100px;
height: 40px;
display: inline-block;
position: relative;
overflow: hidden;
}
.triangle-with-shadow:after {
content: "";
position: absolute;
width: 50px;
height: 50px;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
top: -25px;
left: 25px;
}
.testimonials-style-1-block {
margin-bottom: 10px;
text-align: center;
}
.testimonials-style-1-post {
padding-top: 3px;
}
.testimonials-style-2-post {
padding-top: 3px;
}
.gem-testimonials-carousel-wrap .testimonials-style-2-bg .testimonials-style-2-post a {
padding-top: 3px;
}
.testimonials-style-2-text {
position: relative;
}
.testimonials-style-1-block .gem-testimonials-carousel-wrap {
margin-bottom: -1px;
text-align: center;
}
.testimonials-style-2-bg {
padding-top: 3px;
}
.testimonials-style-2-item .gem-dummy {
height: 128px;
width: 128px;
}
.testimonials-style-1-item .gem-dummy {
height: 128px;
width: 128px;
}
.gem-testimonials.style1 svg {
display: none;
}
.testimonials-style-1-name.gem-testimonial-name,
.testimonials-style-2-name.gem-testimonial-name {
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 14px;
}
.testimonials-style-1-teg {
font-size: 58px;
}
body .thegem-widget-testimonial .testimonials-style-1-teg {
color: #a3e7f0;
}
.thegem-widget-testimonial .testimonials-style-2-teg {
color: #a3e7f0;
}
.gem-testimonial-item {
float: left;
width: 100%;
}
.gem-testimonials .gem-testimonials-carousel-wrap .quote-color-added.gem-testimonial-wrapper p:after,
.gem-testimonials .gem-testimonials-carousel-wrap .quote-color-added.gem-testimonial-wrapper:after {
display: none;
}
.gem-testimonials .gem-testimonials-carousel-wrap .quote-color-added.gem-testimonial-wrapper p {
display: inline;
}
.gem-testimonials.style1 .custom-color-blockqute-mark,
.gem-testimonials.style1 .gem-testimonial-wrapper:after {
content: '\e60c';
display: block;
font-family: 'thegem-icons';
text-align: center;
font-size: 60px;
height: 33px;
line-height: 33px;
padding-top: 40px;
vertical-align: top;
font-style: normal;
font-weight: normal;
}
.gem-testimonial-text {
font-size: 32px;
text-align: center;
padding: 14px 80px 0;
line-height: 1.2;
font-style: normal;
}
.gem-testimonial-text p {
margin: 0;
}
.gem-testimonial-image {
margin: 0 auto;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.gem-testimonial-image img {
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
width: 100%;
}
.gem-testimonial-image span {
display: inline-block;
vertical-align: top;
overflow: hidden;
width: 100%;
position: relative;
}
.gem-testimonial-image span::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
opacity: 0;
}
.gem-testimonial-image a:hover::before,
.gem-testimonial-image:hover span::before {
opacity: 1;
}
.gem-testimonial-name {
text-align: center;
text-transform: uppercase;
}
.gem-testimonial-position {
line-height: 1.421;
text-align: center;
}
.gem-testimonials-carousel-wrap {
position: relative;
overflow: hidden;
}
.gem-testimonial-wrapper {
padding-bottom: 35px;
}
.gem-testimonials.size-small .gem-testimonial-image {
width: 80px;
height: 80px;
}
.gem-testimonials.size-medium .gem-testimonial-image {
width: 128px;
height: 128px;
}
.gem-testimonials.size-large .gem-testimonial-image {
width: 160px;
height: 160px;
}
.gem-testimonials.size-xlarge .gem-testimonial-image {
width: 240px;
height: 240px;
}
.gem-testimonials.style1 .gem-testimonial-content div {
text-align: center;
}
.gem-testimonials.style1 .gem-testimonial-name {
padding-top: 35px;
}
.gem-testimonials.style2 .gem-testimonial-image {
float: left;
display: table-cell;
}
.gem-testimonials.style2 .gem-testimonial-content {
display: table-cell;
padding-left: 38px;
}
.gem-testimonials.style2 .gem-testimonial-content div {
text-align: left;
}
.gem-testimonials.style2 .gem-testimonial-text {
padding: 0;
margin-top: 14px;
}
.gem-testimonial-company,
.gem-testimonial-position {
font-size: 14px;
}
.gem-testimonial-content .gem-testimonial-name {
font-size: 14px;
margin: 0;
}
.style2.gem-testimonials {
border-radius: 55px;
}
.style2 .gem-testimonial-wrapper {
padding: 0px 90px;
}
.gem-testimonials.style2 .gem-testimonial-wrapper .custom-color-blockqute-mark,
.gem-testimonials.style2 .gem-testimonial-wrapper p:after {
content: '\e60c';
font-family: 'thegem-icons';
font-size: 60px;
height: 33px;
display: inline-block;
line-height: 33px;
padding-top: 30px;
vertical-align: top;
margin-left: 20px;
font-style: normal;
font-weight: normal;
}
@media (max-width: 768px) {
.style2 .gem-testimonial-wrapper {
padding: 0px 50px;
}
.gem-testimonials.style2 .gem-testimonial-wrapper .custom-color-blockqute-mark,
.gem-testimonials.style2 .gem-testimonial-wrapper p:after {
display: block;
}
}
.style1 .gem-testimonial-wrapper:after,
.style2 .gem-testimonial-wrapper p:after {
color: #a3e7f0;
}
.testimonials_svg {
bottom: -56px;
margin-left: 105px;
}
.gem-testimonials.fullwidth-block.style2 .testimonials_svg {
margin-left: 23%;
position: absolute;
bottom: -56px;
}
@media (min-width: 1900px) {
.gem-testimonials.fullwidth-block.style2 .testimonials_svg {
left: 50%;
margin-left: -450px;
}
}
.gem-testimonials.style2 {
position: relative;
}
.gem-testimonials.style2 .testimonials_svg {
margin-left: 105px;
position: absolute;
}
.style2.gem-testimonials {
margin-bottom: 60px;
}
.gem-testimonials.style2 .gem-testimonial-item {
float: left;
padding: 73px 0;
}
.gem-testimonials .gem-prev:after,
.gem-testimonials .gem-next:after {
position: absolute;
font-family: 'thegem-icons';
top: 50%;
margin-top: 0px;
left: 50%;
width: 40px;
transform: translate(-50%, -50%);
font-size: 24px;
height: 40px;
line-height: 40px;
text-align: center;
text-indent: 0;
font-weight: normal;
margin: 0;
}
.gem-testimonials .gem-prev:after,
.gem-testimonials .gem-next:after {
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
.gem-testimonials .gem-prev:hover:after,
.gem-testimonials .gem-next:hover:after {
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
}
.gem-testimonials .gem-prev,
.gem-testimonials .gem-next {
width: 40px;
}
.gem-testimonials-carousel {
overflow: hidden !important;
}
.style2.gem-testimonials.fullwidth-block {
background-color: transparent;
}
.style2.gem-testimonials.fullwidth-block .container {
border-radius: 55px;
}
.gem-testimonials.fullwidth-block .gem-prev,
.gem-testimonials.fullwidth-block .gem-next {
width: 80px;
}
.gem-testimonials.fullwidth-block .gem-prev:after,
.gem-testimonials.fullwidth-block .gem-next:after {
position: absolute;
font-family: 'thegem-icons';
top: 50%;
left: 50%;
width: 80px;
font-size: 48px;
height: 80px;
line-height: 80px;
text-align: center;
text-indent: 0;
font-weight: normal;
background-color: transparent;
transform: translate(-50%, -50%);
margin: 0;
}
.widget .testimonials-style-2 .gem-dummy,
.widget .testimonials-style-1 .gem-dummy {
background-image: url(//www.aparodv.com/wp-content/plugins/thegem-elements-elementor/inc/elementor/widgets/testimonials/assets/images/default-avatar.png);
background-size: 100%;
}
.widget .testimonials-style-2 .gem-dummy:after,
.widget .testimonials-style-1 .gem-dummy:after {
display: none;
}
@media (max-width: 768px) {
.gem-testimonial-text {
font-size: 23px;
padding: 30px 40px;
}
.gem-testimonial-wrapper {
padding: 20px;
padding-bottom: 50px;
}
.gem-testimonial-text {
padding: 14px 45px 0;
}
.gem-testimonials.style2 .gem-testimonial-image {
display: block;
float: none;
}
.gem-testimonials.style2 .gem-testimonial-content {
display: block;
padding-left: 0;
}
.gem-testimonial-name,
.gem-testimonial-company,
.gem-testimonial-text {
text-align: center;
}
.gem-testimonials.style2 .gem-testimonial-content div {
text-align: center;
}
.gem-testimonials.style2 .gem-testimonial-content {
padding-top: 40px;
}
.gem-testimonials.style2 .gem-testimonial-wrapper p:after {
width: 100%;
display: inline-block;
margin-left: 0px;
padding-bottom: 40px;
}
.gem-testimonials.fullwidth-block .gem-prev,
.gem-testimonials.fullwidth-block .gem-next {
width: 40px;
}
.style2.gem-testimonials.fullwidth-block {
padding: 0 20px;
}
.testimonials_svg {
text-align: center;
margin-left: 0;
}
.gem-testimonials.fullwidth-block .gem-prev:after,
.gem-testimonials.fullwidth-block .gem-next:after {
position: absolute;
font-family: 'thegem-icons';
top: 50%;
margin-top: 0px;
left: 50%;
width: 40px;
font-size: 24px;
height: 40px;
line-height: 40px;
text-align: center;
text-indent: 0;
font-weight: normal;
margin-top: -20px;
}
} #colophon.testimonials-style-2-text.gem-testimonial-text,
#colophon.testimonials-style-1-image,
#colophon.testimonials-style-1-text.gem-testimonial-text,
#colophon.testimonials-style-1-name,
#colophon.testimonials-style-1-post,
#colophon.testimonials-style-1-teg {
background-color: #2c2e3d;
}
.gem-widget-testimonials-prev-style-1.gem-prev:after,
.gem-widget-testimonials-next-style-1.gem-next:after,
.gem-widget-testimonials-prev-style-1.gem-prev:hover:after,
.gem-widget-testimonials-next-style-1.gem-next:hover:after,
.gem-widget-testimonials-prev-style-2.gem-prev:after,
.gem-widget-testimonials-next-style-2.gem-next:after,
.gem-widget-testimonials-prev-style-2.gem-prev:hover:after,
.gem-widget-testimonials-next-style-2.gem-next:hover:after {
-o-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#colophon .testimonials-style-2-item .wrap-style {
fill: #2c2e3d;
}
#colophon .testimonials-style-2-text.gem-testimonial-text {
background-color: #2c2e3d;
}
#colophon .gem-testimonial-text p {
color: #99A9B6;
}
#colophon .testimonials-style-2-item {
background-color: #181828;
}
#colophon .testimonials-style-1-image,
#colophon .testimonials-style-1-text.gem-testimonial-text,
#colophon .testimonials-style-1-name,
#colophon .testimonials-style-1-post,
#colophon .testimonials-style-1-teg {
background-color: #2c2e3d !important;
}
#colophon .testimonials-style-1-item .wrap-style {
fill: #2c2e3d;
}
#colophon .testimonials-style-1 .gem-prev:after,
#colophon .testimonials-style-1 .gem-next:after {
background-color: #181828;
color: #fff
}
#colophon .testimonials-style-1 a:hover:after,
#colophon .testimonials-style-1 a:hover:after {
color: #00bcd4
}
#colophon .testimonials-style-2 .gem-prev:after,
#colophon .testimonials-style-2 .gem-next:after {
background-color: #2c2e3d;
color: #fff
}
#colophon .testimonials-style-2 a:hover:after,
#colophon .testimonials-style-2 a:hover:after {
color: #00bcd4
}.gem-alert-box,
.gem-alert-box-inner,
.gem-alert-box .gem-alert-box-content,
.gem-alert-box .gem-cta-icon-image-wrapper .elementor-icon,
.gem-alert-box .gem-cta-icon-image-wrapper .elementor-icon i,
.gem-alert-box .gem-image,
.gem-alert-box .gem-image img,
.gem-alert-box .gem-image span,
.gem-alert-box .gem-image span:before,
.gem-alert-box .gem-cta-title,
.gem-alert-box .gem-cta-description,
.gem-alert-box .gem-alert-box-top,
.gem-alert-box .gem-alert-box-top svg,
.gem-alert-box .gem-alert-box-bottom,
.gem-alert-box .gem-alert-box-bottom svg {
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.gem-alert-box-top,
.gem-alert-box-bottom {
font-size: 0;
line-height: 0;
text-align: center;
}
.gem-alert-box-icon-image-link {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.gem-alert-box .gem-icon .icon-hover-bg.fill-out {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
-moz-transform: scale(0);
-webkit-transform: scale(0);
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: inherit;
}
.gem-alert-box:hover .icon-hover-bg.fill-out {
transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.gem-alert-box .gem-icon .icon-hover-bg.fade {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: inherit;
}
.gem-cta-icon-image-wrapper {
position: relative;
}
.gem-alert-box .gem-alert-box-icon-horizontal-right.gem-alert-box-icon-image-wrapping-inline .gem-cta-icon-image-wrapper {
padding-left: 10px;
}
.gem-alert-box .gem-alert-box-icon-horizontal-left.gem-alert-box-icon-image-wrapping-inline .gem-cta-icon-image-wrapper {
padding-right: 10px;
}
.gem-alert-box .gem-image span {
display: inline-block;
vertical-align: top;
overflow: hidden;
max-width: 100%;
position: relative;
}
.gem-alert-box .gem-image span::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
z-index: 1;
}
.gem-alert-box:hover .gem-image a::before,
.gem-alert-box:hover .gem-image span::before {
opacity: 1;
}
.gem-alert-box .gem-alert-box-icon-horizontal-right .gem-icon-with-text-icon {
padding-right: 0px;
padding-left: 10px;
} .gem-alert-inner.icon-bottom {
display: flex;
flex-direction: column;
}
.gem-alert-inner.icon-bottom .gem-alert-box-content {
order: 1;
}
.gem-alert-inner.icon-bottom .gem-alert-box-buttons {
order: 2;
}
.gem-alert-inner.icon-bottom .gem-alert-box-picture {
order: 3;
margin-top: 30px;
} .gem-alert-box-content.icon-bottom,
.gem-alert-box-content.button-top {
display: flex;
flex-direction: column;
}
.gem-alert-box .icon-bottom.button-bottom .gem-alert-box-content {
order: 1;
}
.gem-alert-box .icon-bottom.button-bottom .gem-cta-icon-image-wrapper {
order: 2;
} .gem-alert-inner.button-bottom .gem-alert-box-buttons .gem-button-container-1,
.gem-alert-inner.button-bottom .gem-alert-box-buttons .gem-button-container-2 {
display: inline-block;
}
.gem-alert-box-icon-horizontal-center .gem-alert-box-picture {
text-align: center !important;
}
.gem-alert-box-icon-horizontal-left .gem-alert-box-picture {
text-align: left !important;
}
.gem-alert-box-icon-horizontal-right .gem-alert-box-picture {
text-align: right !important;
} .gem-alert-inner.gem-alert-box-icon-horizontal-left.gem-alert-box-icon-image-wrapping-inline.button-bottom {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.gem-alert-inner.gem-alert-box-icon-horizontal-left.gem-alert-box-icon-image-wrapping-inline.button-bottom .text-button-wrapper {
flex: 2 1 auto;
} .gem-alert-inner.gem-alert-box-icon-horizontal-right.gem-alert-box-icon-image-wrapping-inline.button-bottom {
display: flex;
flex-direction: row-reverse;
justify-content: center;
align-items: center;
}
.gem-alert-inner.gem-alert-box-icon-horizontal-right.gem-alert-box-icon-image-wrapping-inline.button-bottom .text-button-wrapper {
flex: 2 1 auto;
} .gem-alert-inner.gem-alert-box-icon-horizontal-left.gem-alert-box-icon-image-wrapping-inline.button-left-inline {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.gem-alert-inner.gem-alert-box-icon-horizontal-left.gem-alert-box-icon-image-wrapping-inline.button-left-inline .picture-button-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
} .gem-alert-inner.gem-alert-box-icon-horizontal-right.gem-alert-box-icon-image-wrapping-inline.button-right-inline {
display: flex;
flex-direction: row-reverse;
justify-content: center;
align-items: center;
}
.gem-alert-inner.gem-alert-box-icon-horizontal-right.gem-alert-box-icon-image-wrapping-inline.button-right-inline .picture-button-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
} .gem-alert-inner.gem-alert-box-icon-horizontal-left.gem-alert-box-icon-image-wrapping-inline.button-right-inline,
.gem-alert-inner.button-right-inline {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
} .gem-alert-inner.gem-alert-box-icon-horizontal-right.gem-alert-box-icon-image-wrapping-inline.button-left-inline,
.gem-alert-inner.button-left-inline {
display: flex;
flex-direction: row-reverse;
justify-content: center;
align-items: center;
} .gem-alert-box-icon-horizontal-right.gem-alert-box-icon-image-wrapping-wrap .gem-alert-box-picture {
float: right;
}
.gem-alert-box-icon-horizontal-left.gem-alert-box-icon-image-wrapping-wrap .gem-alert-box-picture {
float: left;
}
.gem-alert-box-icon-image-wrapping-inline {
display: flex;
flex-direction: column;
}
.gem-alert-box-icon-image-wrapping-inline .gem-alert-box-content {
flex-grow: 1;
}
.gem-alert-box-icon-image-wrapping-inline.gem-alert-box-icon-horizontal-right {
flex-direction: row-reverse;
}
.gem-alert-box-icon-image-wrapping-inline.gem-alert-box-icon-horizontal-left {
flex-direction: row;
align-items: center;
}
@media (max-width: 767px) { .gem-alert-inner.gem-alert-box-icon-horizontal-left.gem-alert-box-icon-image-wrapping-inline.button-bottom {
flex-direction: column;
} .gem-alert-inner.gem-alert-box-icon-horizontal-right.gem-alert-box-icon-image-wrapping-inline.button-bottom {
flex-direction: column-reverse;
} .gem-alert-inner.gem-alert-box-icon-horizontal-left.gem-alert-box-icon-image-wrapping-inline.button-left-inline {
flex-direction: column;
}
.gem-alert-inner.gem-alert-box-icon-horizontal-left.gem-alert-box-icon-image-wrapping-inline.button-left-inline .picture-button-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
} .gem-alert-inner.gem-alert-box-icon-horizontal-right.gem-alert-box-icon-image-wrapping-inline.button-right-inline {
flex-direction: column-reverse;
}
.gem-alert-inner.gem-alert-box-icon-horizontal-right.gem-alert-box-icon-image-wrapping-inline.button-right-inline .picture-button-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
} .gem-alert-inner.gem-alert-box-icon-horizontal-left.gem-alert-box-icon-image-wrapping-inline.button-right-inline,
.gem-alert-inner.button-right-inline,
.gem-alert-inner.no-button {
flex-direction: column;
} .gem-alert-inner.gem-alert-box-icon-horizontal-right.gem-alert-box-icon-image-wrapping-inline.button-left-inline,
.gem-alert-inner.button-left-inline {
flex-direction: column-reverse;
}
}
@media (min-width: 768px) and (max-width: 1024px) { .gem-alert-inner.gem-alert-box-icon-horizontal-left.gem-alert-box-icon-image-wrapping-inline.button-right-inline,
.gem-alert-inner.button-right-inline,
.gem-alert-inner.no-button {
flex-direction: column;
} .gem-alert-inner.gem-alert-box-icon-horizontal-right.gem-alert-box-icon-image-wrapping-inline.button-left-inline,
.gem-alert-inner.button-left-inline {
flex-direction: column-reverse;
}
}