::-webkit-scrollbar {
    width: 0px;
}


#play_btn:after {
    background: url(https://cdn.prod.website-files.com/688514801a40063af804f786/689092578acde0a5bceb2c79_play.svg) center center no-repeat;  content: '';
    width: 17px; height: 17px; transition:all ease 0.2s;  display: block;}

#play_btn:hover:after {filter: brightness(10);}

#download_btn:after {
    background: url(https://cdn.prod.website-files.com/688514801a40063af804f786/6890925742f5136887e00af4_download.svg) center center no-repeat;  content: '';
width: 20px; height: 16px; display: block;}

#shuffleCards:after {
    background: url(https://cdn.prod.website-files.com/688514801a40063af804f786/6890925760f4f5df22144b74_rotate.svg) center center no-repeat;
    content: '';  width: 30px; height: 30px; display: block; transition:all ease 0.3s;}
	
#shuffleCards:hover:after{filter: grayscale(50) contrast(0);}
#shuffleCards:active:after{ animation: spin 1s linear forwards;}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(720deg);
  }
}




.accordion_header:before {content: ''; position: absolute; background: #107569; width: 20px; height: 2px; display: block; left: 20px; top: 30px;}
.accordion_header:after {content: ''; position: absolute; background: #107569; width: 20px; height: 2px; display: block; left: 20px; top: 30px; transform: rotate(90deg);
}

.active .accordion_header:after{ transform: rotate(90deg);}
.shuffleCards{background: url(https://cdn.prod.website-files.com/688514801a40063af804f786/6890925760f4f5df22144b74_rotate.svg) right center no-repeat; padding: 2px 50px 2px 0;}

.counter{font-optical-sizing: auto; font-weight: 800; font-variant-numeric: tabular-nums;}
.banner .w-embed{width: 100%; height: 100% !important;}    
.banner .banner_video { width: 100%; height: 100% !important;  object-fit: cover; object-position: center bottom;}
.banner .banner_video2 { width: 100%; height: 100% !important;  object-fit: cover; object-position: center bottom; display: none;}
.accordion_panel{display:none;}
.accordion-_single:first-child .accordion_panel{display:block;}
.card_section{position:absolute; left:-50px; top:-10px; bottom:-10px; height:calc(100% + 120px); display: flex; flex-direction: column; align-items: flex-start;}
.card_section.right{left:auto; right:-50px;}
.card_section .card{height:calc(20% + 80px); margin:-50px 0; border-radius:15px; box-shadow:0 14px 35px 7px rgba(88,92,95,0.6); position:relative; z-index:3; overflow:hidden;}

.card_section .card:nth-child(1),
.card_section .card:nth-child(5),
.card_section .card:nth-child(6),
.card_section .card:nth-child(10),
.card_section .card:nth-child(11),
.card_section .card:nth-child(15),
.card_section .card:nth-child(16),
.card_section .card:nth-child(20),
.card_section .card:nth-child(21),
.card_section .card:nth-child(25),
.card_section .card:nth-child(26),
.card_section .card:nth-child(30){margin-left:200px;}

.card_section .card:nth-child(2),
.card_section .card:nth-child(4),
.card_section .card:nth-child(7),
.card_section .card:nth-child(9),
.card_section .card:nth-child(12),
.card_section .card:nth-child(14),
.card_section .card:nth-child(17),
.card_section .card:nth-child(19),
.card_section .card:nth-child(22),
.card_section .card:nth-child(24),
.card_section .card:nth-child(27),
.card_section .card:nth-child(29)
{margin-left:100px; z-index:2;}


.card_section.right .card:nth-child(1),
.card_section.right .card:nth-child(5),
.card_section.right .card:nth-child(6),
.card_section.right .card:nth-child(10),
.card_section.right .card:nth-child(11),
.card_section.right .card:nth-child(15),
.card_section.right .card:nth-child(16),
.card_section.right .card:nth-child(20),
.card_section.right .card:nth-child(21),
.card_section.right .card:nth-child(25),
.card_section.right .card:nth-child(26),
.card_section.right .card:nth-child(30){margin-left:-200px;}

.card_section.right .card:nth-child(2),
.card_section.right .card:nth-child(4),
.card_section.right .card:nth-child(7),
.card_section.right .card:nth-child(9),
.card_section.right .card:nth-child(12),
.card_section.right .card:nth-child(14),
.card_section.right .card:nth-child(17),
.card_section.right .card:nth-child(19),
.card_section.right .card:nth-child(22),
.card_section.right .card:nth-child(24),
.card_section.right .card:nth-child(27),
.card_section.right .card:nth-child(29){margin-left:-100px;}

.card_section .card img{height:100%; width:auto;}

.gt_container--hich1m .gt_switcher .gt_option{position:absolute !important; width: 112px !important; height:auto !important;}
.gt_container--hich1m .gt_switcher .gt_selected{background:none !important;}
.gt_container--hich1m .gt_switcher{width: 112px !important;}

.gt_container--hich1m .gt_switcher .gt_selected a { padding: 10px 10px !important; position: relative; display: flex; align-items: center; gap: 5px; height: 33px; border-radius: 8px; font-size: 14px !important; font-weight: 600; font-family: "Almonimlv 5 Aaa D", Arial, sans-serif; width: 90px !important;}

.gt_container--hich1m .gt_switcher .gt_option a { padding: 10px 10px !important; font-size:12px !important;}


.translated-ltr body h1,
.translated-ltr body h2,
.translated-ltr body h3,
.translated-ltr body h4,
.translated-ltr body h5,
.translated-ltr body h6,
.translated-ltr body p{direction: ltr;}


.translated-ltr .header_inner,
.translated-ltr .footer_inner{    flex-direction: row-reverse;}
.translated-ltr .footer_inner .div-block{justify-content:start;}
.translated-ltr .footer_inner .div-block-2 { flex-direction: row-reverse;}
.translated-ltr .header_inner .div-block-6{flex-direction: row-reverse;}
.translated-ltr .header_inner .div-block-4{justify-content:flex-start;}
.translated-ltr .div-block-7.accordion_header {padding: 22px 60px 22px 20px; text-align: left; direction: ltr;}	
.translated-ltr .div-block-7.accordion_header .text-block-2{    text-align: left; direction: ltr;}	
.translated-ltr .div-block-7.accordion_header:before, .translated-ltr .div-block-7.accordion_header:after{left:auto; right:20px;}
.translated-ltr .div-block-9.accordion_panel {padding: 0 40px 30px 20px; text-align: left; direction: ltr;}

.translated-ltr .working_pricing_table{flex-direction:row-reverse;}
.translated-ltr .working_pricing_table_values{flex-direction:row;}
.translated-ltr .table_list_item.jl.first{  justify-content: start; padding-left: 15px; padding-right: 0;}
.translated-ltr .table_block_header,
.translated-ltr .pre_package{direction: ltr; flex-direction: row-reverse;}

.translated-ltr .div-block-16.pre_package { justify-content: flex-end; align-items: center; flex-direction: row-reverse;}
.translated-ltr .image-4{ inset: 0% 0 0% -58px;}
.section-10 .w-layout-blockcontainer:before,
.section-10 .w-layout-blockcontainer:after{display:none;}

@media all and (max-width:991px)
{
.translated-ltr .footer_inner{  flex-direction: column; align-items: center; justify-content: center;}	
.translated-ltr .footer_inner .div-block { justify-content: center;}
.image-4{position:static !important; width: 40px !important;  height: 40px !important; }
}

@media all and (max-width:767px)
{
.card_section{left:-50px;     height: calc(100% + 80px);}
.card_section.right { right: -50px;}
.card_section .card { height: calc(20% + 30px); margin: -20px 0; border-radius: 10px;}
.card_section .card:nth-child(2),
.card_section .card:nth-child(4),
.card_section .card:nth-child(7),
.card_section .card:nth-child(9),
.card_section .card:nth-child(12),
.card_section .card:nth-child(14),
.card_section .card:nth-child(17),
.card_section .card:nth-child(19),
.card_section .card:nth-child(22),
.card_section .card:nth-child(24),
.card_section .card:nth-child(27),
.card_section .card:nth-child(29) { margin-left: 20px;}


.card_section .card:nth-child(1),
.card_section .card:nth-child(5),
.card_section .card:nth-child(6),
.card_section .card:nth-child(10),
.card_section .card:nth-child(11),
.card_section .card:nth-child(15),
.card_section .card:nth-child(16),
.card_section .card:nth-child(20),
.card_section .card:nth-child(21),
.card_section .card:nth-child(25),
.card_section .card:nth-child(26),
.card_section .card:nth-child(30) {  margin-left: 40px;}

.card_section.right .card:nth-child(2),
.card_section.right .card:nth-child(4),
.card_section.right .card:nth-child(7),
.card_section.right .card:nth-child(9),
.card_section.right .card:nth-child(12),
.card_section.right .card:nth-child(14),
.card_section.right .card:nth-child(17),
.card_section.right .card:nth-child(19),
.card_section.right .card:nth-child(22),
.card_section.right .card:nth-child(24),
.card_section.right .card:nth-child(27),
.card_section.right .card:nth-child(29) { margin-left: -20px;}


.card_section.right .card:nth-child(1),
.card_section.right .card:nth-child(5),
.card_section.right .card:nth-child(6),
.card_section.right .card:nth-child(10),
.card_section.right .card:nth-child(11),
.card_section.right .card:nth-child(15),
.card_section.right .card:nth-child(16),
.card_section.right .card:nth-child(20),
.card_section.right .card:nth-child(21),
.card_section.right .card:nth-child(25),
.card_section.right .card:nth-child(26),
.card_section.right .card:nth-child(30) {margin-left: -40px;}

.section-5 .div-block-10 p br{display:none;}
.section-9 .paragraph-3 br{display:none;}
.table_block_header p,
.table_block_header h3{text-align:left;}
.translated-ltr .div-block-16.pre_package { text-align: left;}
.translated-ltr .div-block-16.pre_package p{text-align:left;}
.gt_container--hich1m .gt_switcher a img{width:16px !important; height:16px !important;}
}


@media all and (max-width:579px)
{
.card_section { left: -70px; height: calc(100% + 80px);}
.card_section.right { right: -70px;}
}



@media all and (max-width:479px)
{
.gt_container--hich1m .gt_switcher .gt_selected a { padding: 8px 10px !important; height: 20px; font-size: 13px !important; width: 74px !important;}
.gt_container--hich1m .gt_switcher {width: 97px !important;}
.code-embed {width: 97px;}
.gt_container--hich1m .gt_switcher .gt_option {width: 95px !important;}
.translated-ltr .footer_inner .div-block-2 {flex-direction: column;}
}