.dropdown__toggle{border:1px solid #bdbdbd;border-radius:100px;color:var(--body-text-color);font-size:20px;font-weight:700;height:60px;justify-content:space-between;padding:10px 20px;text-transform:none;width:100%}.dropdown__options{border:none;border-radius:5px;max-width:100%;width:100%}.dropdown__options ul{font-size:16px;padding-top:10px}.dropdown__options ul .label{display:block;opacity:.6;padding:.5em 20px}.dropdown__options ul a{padding:.5em 20px}.dropdown.select-nav--active{border-radius:5px}.dropdown.select-nav--active .dropdown__toggle{border:1px solid transparent;border-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:flex;font-size:20px;font-weight:700;justify-content:space-between}.dropdown.select-nav--active .dropdown__options{top:0}.dropdown-wrapper{display:flex;gap:var(--column-gap);position:relative}@media not screen and (min-width:768px){.dropdown-wrapper{flex-direction:column;gap:60px}}.dropdown-wrapper .dropdown-column{display:flex;flex-direction:column;justify-content:space-between;width:calc(100%/var(--count));z-index:8}.dropdown-wrapper .dropdown-column .theme-text{padding-bottom:35px}.dropdown-wrapper .dropdown-column .dropdown-image{height:var(--image-height);margin-bottom:20px;width:100%}.dropdown-wrapper .dropdown-column .dropdown-image img{height:100%;-o-object-fit:cover;object-fit:cover}.dropdown-wrapper .dropdown-column:nth-of-type(2){z-index:7}.dropdown-wrapper .dropdown-column:nth-of-type(3){z-index:6}@media not screen and (min-width:768px){.dropdown-wrapper .dropdown-column{width:100%}}.dropdown-wrapper--has-border{gap:0}.dropdown-column--border:not(:last-of-type){border-right:1px solid #3dd4c5;padding-left:calc(var(--column-gap)/var(--count));padding-right:calc(var(--column-gap)/var(--count))}@media not screen and (min-width:768px){.dropdown-column--border:not(:last-of-type){border-bottom:1px solid #3dd4c5;border-right:none;margin-bottom:40px;padding:0}}.dropdown-column--border:last-of-type{padding-left:calc(var(--column-gap)/var(--count));padding-right:0}@media not screen and (min-width:768px){.dropdown-column--border:last-of-type{padding:0}}.dropdown-column--border:first-of-type{padding-left:0}@media not screen and (min-width:768px){.dropdown-column--border .dropdown{padding-bottom:40px}}