/* ====================================================================
   Custom fonts
==================================================================== */
@font-face {
 font-family: 'DIN Black Regular';
 font-style: normal;
 font-weight: normal;
 src: url('../fonts/din_black-webfont.eot');
 src: url('../fonts/din_black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/din_black-webfont.woff2') format('woff2'), url('../fonts/din_black-webfont.woff') format('woff'), url('../fonts/din_black-webfont.ttf') format('truetype'), url('../fonts/din_black-webfont.svg#din_blackregular') format('svg');
}
@font-face {
 font-family: 'DIN Bold';
 font-style: normal;
 font-weight: normal;
 src: url('../fonts/din_bold-webfont.eot');
 src: url('../fonts/din_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/din_bold-webfont.woff2') format('woff2'), url('../fonts/din_bold-webfont.woff') format('woff'), url('../fonts/din_bold-webfont.ttf') format('truetype'), url('../fonts/din_bold-webfont.svg#dinbold') format('svg');
}
@font-face {
 font-family: 'DIN Medium Regular';
 font-style: normal;
 font-weight: normal;
 src: url('../fonts/din_medium-webfont.eot');
 src: url('../fonts/din_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/din_medium-webfont.woff2') format('woff2'), url('../fonts/din_medium-webfont.woff') format('woff'), url('../fonts/din_medium-webfont.ttf') format('truetype'), url('../fonts/din_medium-webfont.svg#din_mediumregular') format('svg');
}
@font-face {
 font-family: 'DIN Regular';
 font-style: normal;
 font-weight: normal;
 src: url('../fonts/din-webfont.eot');
 src: url('../fonts/din-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/din-webfont.woff2') format('woff2'), url('../fonts/din-webfont.woff') format('woff'), url('../fonts/din-webfont.ttf') format('truetype'), url('../fonts/din-webfont.svg#dinregular') format('svg');
}
@font-face {
 font-family: 'Veneer Two Regular';
 font-style: normal;
 font-weight: normal;
 src: url('../fonts/veneer-two-webfont.eot');
 src: url('../fonts/veneer-two-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/veneer-two-webfont.woff2') format('woff2'), url('../fonts/veneer-two-webfont.woff') format('woff'), url('../fonts/veneer-two-webfont.ttf') format('truetype'), url('../fonts/veneer-two-webfont.svg#veneer_tworegular') format('svg');
}
/* ====================================================================
   Base
==================================================================== */ :root {
 --color-primary: #18514A;
 --color-secondary: #5A856F;
 --color-accent: #D64B31;
 --color-white: #FFF;
 --color-black: #000;
 --opacity-light: 0.1;
 --opacity-medium: 0.25;
 --opacity-heavy: 0.75;
}
body {
 font-family: 'DIN Regular', sans-serif;
 font-size: clamp(1rem, 1.25vw, 1.2rem);
 overflow-x: hidden;
 text-rendering: optimizeLegibility;
}
html {
 scroll-behavior: smooth;
 scroll-padding-top: 15vh;
}
a {
 color: var(--color-primary);
}
a:hover {
 color: var(--color-accent);
}
blockquote {
 border-left: 2px solid var(--color-accent);
 font-size: 90%;
 font-style: italic;
 margin-left: 1.9rem;
 padding-left: 1rem;
 padding-top: 0.5rem;
 width: 90% !important;
}
blockquote p:last-of-type {
 margin-bottom: 0;
}
em {
 margin-right: 0.25rem;
}
figure img {
 border-radius: 1rem;
}
h1, h2, h3 {
 font-family: "Veneer Two Regular", sans-serif;
 text-transform: uppercase;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 color: var(--color-secondary);
 font-family: 'Veneer Two Regular', sans-serif;
 font-weight: normal;
 text-transform: uppercase;
 -webkit-font-smoothing: antialiased;
}
img {
 cursor: default;
 display: block;
 height: auto;
 width: 100%;
}
small {
 font-size: 80%;
}
ul {
 list-style: none;
}
/* ====================================================================
   Content
==================================================================== */
/* Navigation */
.navbar {
 background-color: rgba(255, 255, 255, 0.975);
}
.navbar .nav-item {
 text-transform: uppercase;
}
.navbar .nav-link {
 color: var(--color-primary);
 font-family: 'DIN Bold';
 letter-spacing: 1px;
 margin: 0.5rem;
 outline: none;
 padding: 0.75rem;
}
.navbar .nav-link.active {
 color: var(--color-accent);
}
.navbar .nav-link:hover {
 color: var(--color-accent);
}
.navbar .nav-link:focus-visible {
 box-shadow: none;
 outline: 0;
}
.navbar .navbar-buttons {
 background-color: rgba(24, 81, 74, 0.35);
 border-radius: 2rem;
}
.navbar .navbar-buttons .nav-item.register .nav-link {
 background-color: var(--color-white);
 border-radius: 2rem;
 color: var(--color-primary);
 cursor: pointer;
 line-height: 1.2;
 margin: 0.5rem;
 min-width: 180px;
 padding: 0.75rem 1rem;
 text-align: center;
}
.navbar .navbar-buttons .nav-item.register .nav-link:hover {
 background-color: var(--color-accent);
 color: var(--color-white);
}
.navbar .navbar-buttons .nav-item.social {
 align-items: center !important;
 display: flex !important;
 justify-content: space-evenly !important;
 width: 45%;
}
.navbar .navbar-buttons .nav-item.social .nav-link {
 color: var(--color-white);
 display: inline-block;
 margin: 0;
 padding: 0;
}
.navbar .navbar-buttons .nav-item.social .bi {
 color: var(--color-white);
 font-size: 1.5rem;
 padding: 0 0.25rem;
}
.navbar .navbar-buttons .nav-item.social .bi:hover {
 color: var(--color-accent);
}
.navbar-brand img {
 cursor: pointer;
 height: 100%;
 max-width: 180px;
}
.navbar-collapse {
 border-radius: 0 0 1.25rem 1.25rem;
 padding-bottom: 1rem;
}
.navbar-nav .dropdown-menu {
 border-radius: 1rem;
 padding: 1rem 0.75rem 0.75rem !important;
 text-transform: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
 color: var(--color-accent);
}
/* Menu toggler animation */
.navbar-toggler {
 align-items: center;
 background: transparent;
 border: none;
 display: flex;
 flex-direction: column;
 gap: 5px;
 height: 40px;
 justify-content: center;
 position: relative;
 right: 1.5rem;
 width: 40px;
}
.navbar-toggler .toggler-bar {
 background-color: var(--color-primary);
 display: block;
 height: 3px;
 transition: transform 0.3s, opacity 0.3s;
 width: 30px;
}
.navbar-toggler:focus {
 box-shadow: none;
}
.navbar-toggler.collapsed .toggler-bar:nth-child(1) {
 transform: translateY(0) rotate(0);
}
.navbar-toggler.collapsed .toggler-bar:nth-child(2) {
 opacity: 1;
}
.navbar-toggler.collapsed .toggler-bar:nth-child(3) {
 transform: translateY(0) rotate(0);
}
.navbar-toggler:not(.collapsed) .toggler-bar {
 background-color: var(--color-accent);
}
.navbar-toggler:not(.collapsed) .toggler-bar:nth-child(1) {
 transform: translateY(8px) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .toggler-bar:nth-child(2) {
 opacity: 0;
}
.navbar-toggler:not(.collapsed) .toggler-bar:nth-child(3) {
 transform: translateY(-8px) rotate(-45deg);
}
/* Dropdown */
.dropdown-item {
 border-radius: 0.5rem;
 font-size: 125%;
 font-weight: normal;
 text-transform: none;
}
.dropdown-item .bi {
 margin-right: 0.5rem;
}
.dropdown-item:focus, .dropdown-item:hover {
 background: var(--color-accent);
 color: var(--color-white);
}
/* Website language */
.lang-selector li {
 display: inline-flex;
}
/* Hero */
.hero {
 height: 100svh;
 margin-left: auto;
 margin-right: auto;
 padding: 120px 1.5rem 1.5rem;
 position: relative;
 top: 0;
 transition: all 0.25s ease-in-out;
 width: 100vw;
 will-change: transform;
 z-index: 1;
 -moz-transition: all 0.25s ease-in-out;
 -webkit-transition: all 0.25s ease-in-out;
}
.hero:before, .video-spot:before, .event-info:before {
 background-image: url("../img/layout/logo-portimao-element.svg");
 background-position: center;
 background-repeat: no-repeat;
 background-size: contain;
 content: "";
 height: 100%;
 opacity: 0.1;
 position: absolute;
 right: -25%;
 top: 5%;
 width: 75%;
}
.hero-inner {
 background-color: rgba(255, 255, 255, 0.25);
 border: 1px solid rgba(255, 255, 255, 0.5);
 border-radius: 2.5rem;
 display: block;
 height: 95%;
 margin: 0 auto;
 max-width: 1440px;
 padding: 5px;
 position: relative;
 z-index: 2;
}
.hero-image_slide-01, .hero-image_slide-02 {
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 border-radius: 2.1rem;
 display: flex;
 height: calc(100% - 0.6rem);
 left: 0.3rem;
 position: absolute;
 top: 0.3rem;
 width: calc(100% - 0.6rem);
 z-index: 3;
}
.hero-image_slide-01 {
 background-image: url(../img/slider/slide-01.jpg);
}
.hero-image_slide-02 {
 background-image: url(../img/slider/slide-02.jpg);
}
.hero-text {
 background-color: rgba(24, 81, 74, 0.75);
 border-radius: 1rem;
 left: 3%;
 max-width: 420px;
 padding: 1rem 1.5rem;
 position: absolute;
 top: 5%;
 z-index: 4;
}
.hero-text h1 {
 font-size: clamp(1.1rem, 5.8vw, 1.8rem);
 line-height: 1;
 margin-bottom: 0;
 position: relative;
}
.hero-text h2 {
 font-size: clamp(1.5rem, 12.8vw, 3.95rem);
 font-weight: normal;
 padding-top: 0.5rem;
 position: relative;
}
.hero-text h2:last-of-type {
 border-top: 1px solid var(--color-white);
 font-size: clamp(1.5rem, 2vw, 1.85rem);
 margin-bottom: 0;
 margin-top: 0.5rem;
 text-align: right;
}
.hero-text span {
 display: block;
}
.hero-text .btn {
 background-color: transparent;
 border: 1.5px solid var(--color-white);
 color: var(--color-white);
}
.hero-text .btn:hover {
 background-color: var(--color-black);
 border-color: var(--color-black);
 color: var(--color-white);
}
.carousel {
 height: 100%;
 overflow: hidden;
}
.carousel-inner {
 border-radius: 2.5rem;
 height: 100%;
}
.carousel-fade .carousel-item {
 border-radius: 2.5rem;
 height: 100%;
 overflow: hidden;
 position: relative;
 width: 100%;
}
.carousel-fade .carousel-item img {
 left: 50%;
 position: absolute;
 top: 50%;
 transform: translateX(-50%) translateY(-50%);
}
.carousel-item {
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}
.carousel-control-next, .carousel-control-prev {
 background-color: var(--color-white);
 border-radius: 50%;
 bottom: 0;
 color: var(--color-black);
 height: 50px;
 opacity: 0.85;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: 50px;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
 opacity: 1;
}
.carousel-control-next {
 right: 25px;
}
.carousel-control-prev {
 left: 25px;
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D64B31'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D64B31'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.check-list {
 font-size: 2rem;
}
.check-list li {
 padding-left: 2rem;
 position: relative;
}
.check-list li .bi {
 font-size: 80%;
 left: -0.5rem;
 line-height: 50px;
 position: absolute;
 top: 0.7rem;
}
/* Main content */
.wrapper {
 overflow-x: hidden;
 position: relative;
 z-index: 0;
}
.page {
 padding-top: 13.66120218579235svh;
}
.row-flex {
 display: flex;
 flex-wrap: wrap;
}
.content-box {
 background-color: rgba(255, 255, 255, 0.95);
 border: 2px solid var(--color-primary);
 border-radius: 1rem;
 display: block;
 height: 100%;
 margin: 0 auto;
 max-width: 1440px;
 padding: 5vh 2vh 2vh;
 position: relative;
 width: 100%;
 z-index: 1;
}
.content-box .content-box-inner {
 background-color: rgba(255, 255, 255, 1);
 border-radius: 1.9rem;
 overflow: hidden;
 padding: 2vh;
 position: relative;
 z-index: 1;
}
.content-box .content-box-inner .col {
 border-right: 1px dashed rgba(0, 0, 0, 0.25);
 padding: 0 1.5rem;
}
.content-box .content-box-inner .col:last-child {
 border-right: none;
}
.content-box .heading-subtitle {
 font-weight: normal;
 line-height: 1;
}
.content-box .heading-subtitle span {
 display: block;
 font-size: 150%;
}
.content-box .heading-subtitle .bi {
 display: block;
 font-size: clamp(3.5rem, 19vw, 4rem);
 margin-bottom: 1rem;
}
.content-box .content-box-inner .btn, .content-box .content-box-inner .btn:focus {
 border-color: var(--color-accent);
 color: var(--color-accent);
 display: inline-block;
 margin: 0.5rem 0.25rem;
 padding: 1rem 1.5rem;
 margin-left: auto;
 margin-right: auto;
}
.content-box .content-box-inner .btn:hover {
 border-color: var(--color-accent);
 color: var(--color-white);
}
.content-box .price {
 color: var(--color-accent);
 font-size: 1.5rem;
 font-weight: 700;
 text-transform: uppercase;
}
/* About */
.container.about {
 margin-left: auto;
 margin-right: auto;
 max-width: 1440px;
}
.container.about .pe-5 {
 padding-right: 1rem !important;
}
.container.about .img-promo {
 margin-left: auto;
 margin-right: auto;
 max-width: 320px;
}
/* Page contents */
.page-header {
 margin-top: 13.66120218579235svh;
 padding-bottom: 5rem;
 padding-top: 5rem;
}
.title-content {
 color: var(--color-secondary);
 font-family: 'Veneer Two Regular', sans-serif;
 font-size: 2rem;
 font-weight: normal;
 position: relative;
 text-transform: uppercase;
 top: 0;
 transform: translateY(-4.75rem);
 -webkit-font-smoothing: antialiased;
}
.title-content h2 {
 line-height: 1;
 margin-bottom: 0;
 padding-left: 0.5rem;
 padding-right: 0.5rem;
}
.title-content span {
 background-color: var(--color-secondary);
 border: 2px solid var(--color-primary);
 border-radius: 50%;
 color: var(--color-white);
 display: table;
 height: 50px;
 margin-bottom: 1.45rem;
 padding: 0.5rem;
 text-align: center;
 width: 50px;
}
/* Gallery: https://codepen.io/henriquebaldy/pen/VYYZqYa */
.gallery {
 display: flex;
 height: 50vh;
 overflow: hidden;
 position: relative;
}
.gallery .imgWrap {
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 cursor: pointer;
 flex: 1;
 height: 100%;
 min-width: 0;
 overflow: hidden;
 position: relative;
 transition: all 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
 transform-origin: center center;
 will-change: transform, opacity;
}
.gallery .imgWrap:last-child {
 min-width: 1px;
}
.gallery .imgWrap .caption {
 background-color: rgba(24, 81, 74, 0.75);
 border-top: 3px solid var(--color-accent);
 bottom: -100%;
 color: var(--color-white);
 left: 0;
 padding: 20px 10%;
 position: absolute;
 transition: bottom 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
 width: 100%;
 will-change: bottom;
 z-index: 2;
}
.gallery .imgWrap:hover .caption {
 bottom: 0;
}
.gallery .imgWrap .caption h3 {
 color: var(--color-white);
 font-size: clamp(1rem, 1.2vw, 1.25rem);
 margin-bottom: 0;
 text-transform: uppercase;
}
.gallery .imgWrap .caption span {
 font-size: 75%;
}
.gallery .imgWrap:hover {
 flex-grow: 2.25;
}
.gallery .imgWrap:not(:hover) {
 flex-grow: 0.8;
}
.gallery .imgWrap .img-label {
 cursor: pointer;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 1;
}
.gallery .imgWrap .img-label img {
 cursor: pointer;
 height: 100%;
 left: 50%;
 object-fit: cover;
 position: absolute;
 top: 50%;
 transform: translateX(-50%) translateY(-50%);
 width: 100%;
}
.gallery .full-toggle:checked + .imgWrap {
 animation: zoomIn 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
 height: 100vh;
 left: 0;
 position: fixed;
 top: 0;
 transform: none;
 width: 100%;
 z-index: 5;
}
@keyframes zoomIn {
 from {
  opacity: 0;
  transform: scale(0.9);
 }
 to {
  opacity: 1;
  transform: scale(1);
 }
}
.gallery .full-toggle:checked + .imgWrap .caption {
 bottom: 0;
}
.gallery .close {
 background-color: var(--color-primary);
 border-radius: 50%;
 color: var(--color-white);
 cursor: pointer;
 display: none;
 height: 50px;
 line-height: 50px;
 opacity: 0;
 position: fixed;
 right: 1rem;
 text-align: center;
 top: 50%;
 transform: translateY(-50%);
 transition: opacity 0.75s ease, background-color 0.3s ease;
 width: 50px;
 z-index: 9;
}
.gallery .full-toggle[id="img1-full"]:checked ~ .close[for="img1-full"], .gallery .full-toggle[id="img2-full"]:checked ~ .close[for="img2-full"], .gallery .full-toggle[id="img3-full"]:checked ~ .close[for="img3-full"], .gallery .full-toggle[id="img4-full"]:checked ~ .close[for="img4-full"], .gallery .full-toggle[id="img5-full"]:checked ~ .close[for="img5-full"] {
 display: block;
 opacity: 1;
}
.gallery .close:hover {
 background-color: var(--color-accent);
}
.gallery .full-toggle:checked ~ .imgWrap:not(:checked + .imgWrap) {
 opacity: 0;
 width: 0;
}
.gallery .full-toggle:checked::before {
 animation: fadeIn 0.75s ease-in-out forwards;
 background: rgba(0, 0, 0, 0.8);
 content: "";
 height: 100%;
 left: 0;
 position: fixed;
 top: 0;
 transition: background 0.75s ease-in-out;
 width: 100%;
 z-index: 999;
}
@keyframes fadeIn {
 from {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}
.gallery .full-toggle:not(:checked) + .imgWrap.fullscreen-exit {
 animation: zoomOut 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
@keyframes zoomOut {
 from {
  opacity: 1;
  transform: scale(1);
 }
 to {
  opacity: 0;
  transform: scale(0.9);
 }
}
/* Mansory gallery: https://codepen.io/henriquebaldy/pen/XJJpjwm */
.mansory-gallery {
 display: flex;
 flex-wrap: wrap;
 position: relative;
}
.mansory-gallery .column {
 flex: 25%;
}
.mansory-gallery .column img {
 border: 0.5rem solid transparent;
 border-radius: 1.5rem;
 box-sizing: border-box;
 display: block;
 width: 100%;
}
@media (max-width: 60em) {
 .mansory-gallery .column {
  flex: 50%;
 }
}
@media (max-width: 31.25em) {
 .mansory-gallery .column {
  flex: 100%;
 }
}
/* Custom accordions */
.content-box-inner .accordion {
 padding-left: 2rem;
 padding-right: 2rem;
}
.accordion-body h3 {
 font-size: 1.5rem;
 text-transform: none;
}
.accordion-item {
 border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
 border-left: none;
 border-right: none;
 border-top: none;
}
.accordion-item:last-child {
 border-bottom: none;
}
.accordion-button {
 font-size: 1.5rem;
 outline: none;
}
.accordion-button:focus {
 border: none;
 box-shadow: none;
 outline: 0;
}
.accordion-button:not(.collapsed) {
 background-color: rgba(63, 169, 245, 0.1);
 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
 color: var(--color-primary);
}
.accordion-button:not(.collapsed)::after {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237FE010'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* Other elements */
.event-info {
 position: relative;
}
.logo {
 display: block;
 height: 150px;
 margin-bottom: 0;
 margin-top: 1.5rem;
 position: relative;
 width: 100%;
}
.logo a {
 cursor: pointer;
 display: block;
 height: 100%;
 width: 100%;
}
.logo img {
 border-radius: 0;
 cursor: auto;
 left: 50%;
 max-width: 150px;
 position: absolute;
 top: 50%;
 transform: translateX(-50%) translateY(-50%);
}
.divider {
 display: flex;
 height: 5rem;
 width: 100%;
}
.divider-double, .top-spacer {
 display: flex;
 width: 100%;
}
.divider-double {
 height: 10rem;
}
.top-spacer {
 height: 13rem;
}
.promote .heading-subtitle span {
 display: block;
 text-align: right;
}
.video-spot {
 background-color: var(--color-accent);
 position: relative;
}
/* ====================================================================
   Footer
==================================================================== */
.main-footer {
 padding-bottom: 3rem;
 padding-top: 5rem;
 position: relative;
 z-index: 0;
}
.main-footer > div {
 position: relative;
 z-index: 2;
}
.main-footer:before {
 background-color: var(--color-secondary);
 bottom: 0;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 width: 100%;
 z-index: 0;
}
.main-footer .about, .main-footer .contacts {
 margin-bottom: 4rem;
}
.main-footer .about .logo {
 max-width: 250px;
}
.main-footer .about .logo img {
 left: 0;
 margin-bottom: 1rem;
 max-width: 100%;
 position: relative;
 top: 0;
 transform: none;
 width: 100%;
}
.main-footer .heading {
 font-size: clamp(1.8rem, 2vw, 2rem);
 text-transform: uppercase;
}
.main-footer .col {
 color: #333;
 padding: 2rem 10%;
}
.main-footer .col:last-of-type {
 border-right: none;
}
.main-footer .credits {
 border-top: 1px solid rgba(255, 255, 255, 0.25);
 font-size: clam(0.85rem, 1vw, 1rem);
}
.main-footer .credits p, .main-footer .credits a {
 color: var(--color-white);
 font-size: clamp(0.85rem, 1vw, 1rem);
 margin-bottom: 0;
 outline: none;
}
.main-footer .credits a:hover {
 color: var(--color-white);
}
.main-footer span {
 padding: 1rem;
}
.main-footer .contacts ul li {
 position: relative;
}
.main-footer .contacts ul li .bi {
 left: -1.5rem;
 position: absolute;
 text-align: center;
}
/* ====================================================================
   Products banner: https://codepen.io/kravisingh/pen/pLGzgo
==================================================================== */
.products-banner {
 background-color: var(--color-accent);
 overflow: hidden;
 position: relative;
 z-index: 1;
}
.products-banner:before {
 background-image: url("../img/layout/logo-stroke_white.svg");
 background-position: center;
 background-repeat: repeat-y;
 background-size: 90% auto;
 content: "";
 height: 40%;
 left: 50%;
 opacity: 0.5;
 position: absolute;
 top: 55%;
 transform: rotate(2deg) translateX(-50%) translateY(-50%);
 width: 90%;
 z-index: -1;
}
.products-banner p, .products-banner a, .products-banner h3 {
 color: var(--color-white);
}
.products-banner h3 {
 font-size: 3rem;
 margin-bottom: 2rem;
}
.products-banner p {
 display: block;
}
.products-banner .section-heading img {
 display: inline;
 margin: 0 1rem;
 max-width: 300px;
 position: relative;
 top: 0;
}
.products-banner .section-heading {
 display: block;
 margin-bottom: 0rem !important;
}
.products-banner .carousel {
 margin-left: auto;
 margin-right: auto;
 margin-top: 3rem;
 max-width: 1620px;
}
.products-banner figure {
 position: relative;
 width: 100%;
}
.products-banner figure:after {
 content: "";
 display: block;
 padding-bottom: 100%;
}
.products-banner figure img {
 height: auto;
 left: 50%;
 position: absolute;
 top: 50%;
 transform: translateX(-50%) translateY(-50%);
}
.products-banner .no-padding {
 padding-left: 0;
 padding-right: 0;
}
.product__category, .product__price {
 font-size: 1.2em;
 letter-spacing: 1.4px;
 text-transform: uppercase;
}
.product {
 background-color: var(--color-white);
 border-radius: 12px;
 display: block;
 margin: 1rem 1rem 2rem;
 padding: 30px;
 position: relative;
 width: 100%;
 z-index: 999;
}
.product p {
 color: inherit;
}
.product__image {
 margin-bottom: 30px;
 margin-left: auto;
 margin-right: auto;
 margin-top: -5px;
 max-width: none;
 width: 100%;
}
.product__title {
 color: var(--color-primary);
 font-size: 1.3rem;
 line-height: 1.1;
 margin: 0 0 0.5em 0;
 text-align: center;
 text-transform: uppercase;
}
.product__title span {
 color: var(--color-primary);
 display: block;
 font-family: 'DIN Bold';
 font-size: 1rem;
 font-weight: 700;
 margin-top: 10px;
 text-transform: initial;
}
.product__info {
 font-size: 14px;
}
.product__price {
 align-items: center;
 background-color: rgba(0, 0, 0, 0.95);
 border-radius: 50%;
 color: var(--color-white);
 display: flex;
 font-family: "Veneer Two Regular", sans-serif;
 height: 100px;
 justify-content: center;
 left: -1rem;
 position: absolute;
 top: -1rem;
 width: 100px;
 z-index: 9;
}
.product__price span {
 align-items: center;
 background-color: var(--color-white);
 border: 1px dashed #E60A14;
 border-radius: 50%;
 color: #E60A14;
 display: flex;
 font-size: 0.9rem;
 height: 52px;
 justify-content: center;
 left: 6rem;
 position: absolute;
 top: 1.5rem;
 width: 52px;
 z-index: 9;
}
.product__category {
 color: #cf092c;
 display: block;
 margin-bottom: 1em;
}
.product .btn {
 background-color: var(--color-primary);
 border-color: var(--color-primary);
 bottom: -1.5rem;
 box-shadow: 0px 30px 40px -25px rgba(0, 0, 0, 0.15);
 color: var(--color-white);
 display: table;
 left: calc(50% - 2rem);
 padding: 0.75rem 1.5rem;
 position: absolute;
 transform: translateX(-50%);
 width: auto;
}
.product .btn:hover {
 background: var(--color-black);
 border-color: var(--color-black);
 color: var(--color-white);
}
/* Carousel for products */
.products-banner .wrapper {
 max-width: 1440px;
 overflow: hidden;
 position: relative;
 width: 100%;
 z-index: 9;
}
.products-banner .main-card {
 display: flex;
 justify-content: space-evenly;
 margin-top: 3rem;
 transition: 1s;
 width: 200%;
}
.products-banner .main-card .cards {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 20px;
 width: calc(100% / 2 - 10px);
}
.products-banner .main-card .cards .card {
 background: transparent;
 border-radius: 12px;
 border: none;
 box-shadow: none;
 padding: 0;
 transition: all 0.4s ease;
 width: calc(100% / 4 - 25px);
}
.products-banner .cards .card .content {
 align-items: center;
 display: flex;
 flex-direction: column;
 justify-content: center;
 text-align: center;
 width: 100%;
}
.button {
 display: flex;
 justify-content: center;
 margin: 2rem 0 0;
 width: 100%;
}
.button label {
 background: var(--color-white);
 border-radius: 50px;
 color: var(--color-black);
 cursor: pointer;
 font-weight: 700;
 height: 50px;
 line-height: 50px;
 margin: 0 1rem;
 text-align: center;
 transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 width: 50px;
}
.button label .bi {
 font-size: 1.5rem;
 height: 50px;
}
.button label.active, .button label:hover {
 background: var(--color-black);
 color: var(--color-white);
 width: 50px;
}
#one:checked ~ .button .one, #one:checked ~ .button .two, #two:checked ~ .button .one, #two:checked ~ .button .two {
 width: 50px;
}
.products-banner input[type="radio"] {
 display: none;
}
/* Squares and t-shirts squares */
.square {
 position: relative;
 width: 100%;
}
.square:after {
 content: "";
 display: block;
 padding-bottom: 100%;
}
.kits-tshirts .square {
 border: 2px solid rgba(24, 81, 74, 0.75);
 border-radius: 1rem;
 position: relative;
}
.kits-tshirts .square:hover {
 border-color: rgba(24, 81, 74, 1.00);
 cursor: default;
}
.square > .square-content {
 height: 100%;
 position: absolute;
 width: 100%;
}
.square .square-inner-content {
 padding-top: 1rem;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: 100%;
}
.kits-tshirts .square .tshirt-gender {
 background-color: rgba(24, 81, 74, 0.75);
 border-radius: 0 0 0.5rem 0.5rem;
 color: var(--color-white);
 font-size: 0.8rem;
 font-weight: 700;
 left: 50%;
 padding: 2px 1rem;
 position: absolute;
 text-transform: uppercase;
 top: 0;
 transform: translateX(-50%);
}
.kits-tshirts .square:hover .tshirt-gender {
 background-color: rgba(24, 81, 74, 1.00);
 color: var(--color-white);
}
.kits-tshirts .square .tshirt-size {
 bottom: -1rem;
 color: rgba(214, 75, 49, 0.75);
 display: block;
 font-family: 'Veneer Two Regular', sans-serif;
 font-size: 2.5rem;
 font-weight: normal;
 height: 60px;
 line-height: 1;
 position: relative;
 text-align: center;
 text-transform: uppercase;
 width: 100%;
 -webkit-font-smoothing: antialiased;
}
.kits-tshirts .square:hover .tshirt-size {
 color: rgba(214, 75, 49, 1.00);
}
.kits-tshirts .square .tshirt-size span {
 display: block;
 font-size: 1rem;
 position: relative;
}
.kits-tshirts .square .tshirt-specs {
 bottom: -1.5rem;
 display: block;
 font-size: 0.9rem;
 font-weight: 700;
 margin-top: 0.5rem;
 position: relative;
 text-align: center;
 width: 100%;
}
.kits-tshirts .square .tshirt-icon img {
 left: 50%;
 max-width: 105px;
 opacity: 0.075;
 pointer-events: none;
 position: absolute;
 top: 50%;
 transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
 transition: all 0.25s ease-in-out;
 width: 80%;
 -moz-transition: all 0.25s ease-in-out;
 -webkit-transition: all 0.25s ease-in-out;
}
.kits-tshirts .square:hover .tshirt-icon .bi, .kits-tshirts .square:hover .tshirt-icon img {
 transform: translateX(-50%) translateY(-50%) scale(1.1) rotate(5deg);
}
/* ====================================================================
   GDPR: https://codepen.io/henriquebaldy/pen/empMZWq
==================================================================== */
.gdpr {
 align-items: flex-start;
 background-color: var(--color-primary);
 bottom: 3.125rem;
 border-radius: 1rem;
 box-sizing: border-box;
 color: var(--color-white);
 display: none;
 flex-direction: column;
 justify-content: space-between;
 opacity: 1;
 overflow: hidden;
 padding: 2.5rem 1.5rem 1.5rem;
 position: fixed;
 right: 3.125rem;
 width: 300px;
 z-index: 999;
}
.gdpr p {
 font-size: 0.85rem;
 text-align: justify;
}
.gdpr a {
 color: rgba(255, 255, 255, 0.75);
 text-decoration: underline;
 transition: color 0.3s ease;
}
.gdpr a:hover {
 color: rgba(255, 255, 255, 1);
}
.gdpr-actions {
 display: flex;
 flex-wrap: wrap;
 gap: 0.8rem;
 justify-content: center;
 margin-top: 1rem;
 width: 100%;
}
.gdpr-btn.accept {
 background-color: var(--color-white);
 border: 1.5px solid var(--color-white);
 border-radius: 2.5rem;
 color: var(--color-primary);
 margin: 0;
}
.gdpr-btn.accept:hover {
 background-color: var(--color-accent);
 border-color: var(--color-accent);
 color: var(--color-white);
}
.gdpr-btn.reject {
 border: 1.5px solid rgba(255, 255, 255, 0.75);
 background-color: transparent;
 border-radius: 2.5rem;
 color: var(--color-white);
 margin: 0;
}
.gdpr-btn.reject:hover {
 background-color: var(--color-accent);
 border-color: var(--color-accent);
 color: var(--color-white);
}
.gdpr-close {
 align-items: center;
 background: none;
 border: none;
 color: var(--color-white);
 cursor: pointer;
 display: flex;
 font-size: 1.5rem;
 height: 1.5rem;
 justify-content: center;
 opacity: 0.5;
 padding: 0;
 position: absolute;
 right: 0.5rem;
 top: 0.5rem;
 width: 1.5rem;
}
.gdpr-close:hover {
 color: var(--color-white);
 opacity: 1;
}
.gdpr-manage {
 bottom: 0.5rem;
 font-size: 0.8rem;
 position: fixed;
 right: 1rem;
 z-index: 998;
}
.gdpr-manage a {
 color: #aaa;
 text-decoration: none;
 transition: color 0.3s ease;
}
.gdpr-manage a:hover {
 color: #FFF000;
}
@media (max-width: 600px) {
 .gdpr {
  align-items: center;
  border-left: none;
  border-radius: 0;
  border-right: none;
  bottom: 0;
  left: 0;
  padding: 1rem;
  right: 0;
  width: 100%;
 }
 .gdpr p {
  margin-bottom: 1rem;
  text-align: left;
 }
 .gdpr-actions {
  justify-content: center;
  gap: 0.6rem;
 }
 .gdpr-btn {
  flex: 1;
  max-width: 140px;
  text-align: center;
 }
 .gdpr-manage {
  bottom: auto;
  margin-top: 0.5rem;
  position: relative;
  right: auto;
  text-align: center;
  width: 100%;
 }
}
/* ====================================================================
   Custom lists
==================================================================== */
.highlight-list li:nth-child(1) {
 font-size: 1.2rem;
 font-weight: 700;
}
.hyphen-list {
 margin-top: 0;
 padding-left: 2rem;
}
.hyphen-list li {
 position: relative;
}
.hyphen-list li:before {
 content: " - ";
 left: -1rem;
 position: absolute;
}
.hyphen-list ul {
 margin-top: 0 !important;
 padding-left: 2rem;
}
.hyphen-list li ul li:before {
 content: " › ";
}
/* Typography */
.heading {
 margin-bottom: 3rem;
 position: relative;
}
.heading-title {
 font-size: clamp(4rem, 15vw, 5rem);
 line-height: 1;
 margin-bottom: 0;
 position: relative;
 z-index: 1;
}
.heading-title span {
 font-family: 'DIN Bold';
 font-size: 10vw;
 left: 0;
 letter-spacing: normal;
 opacity: 0.5;
 position: absolute;
 top: 15%;
 transform: translateX(-20%) translateY(-50%);
 width: 100vw;
 z-index: -1;
}
.heading-subtitle, .heading-attach {
 font-size: clamp(2rem, 5vw, 2.8rem);
}
.heading-subtitle {
 font-weight: 400;
 letter-spacing: -0.05rem;
 line-height: 1;
 margin-bottom: 0;
 position: relative;
 z-index: 1;
}
.heading-attach {
 font-family: "Veneer Two Regular", sans-serif;
 line-height: 1;
 margin-bottom: 0;
 position: absolute;
 right: 0;
 text-align: right;
 text-transform: uppercase;
 top: 65%;
 -webkit-font-smoothing: antialiased;
 z-index: 1;
}
.heading-attach:before {
 background-color: var(--color-accent);
 content: "";
 height: 1px;
 left: 0%;
 position: absolute;
 top: 50%;
 transform: translateX(-125%);
 width: 80%;
 z-index: 0;
}
.supports {
 margin-bottom: 10rem;
 margin-top: 6rem;
}
.text-green {
 color: var(--color-primary);
}
.text-green-light {
 color: var(--color-secondary);
}
.text-gray {
 color: var(--color-accent);
}
.text-red {
 color: var(--color-accent);
}
.text-white {
 color: var(--color-white);
}
/* ====================================================================
   Custom buttons
==================================================================== */
.btn, .btn:active, .btn:focus {
 background-color: var(--color-white);
 border: 1.5px solid var(--color-primary);
 border-radius: 2.5rem;
 box-shadow: none;
 color: var(--color-primary);
 font-family: 'DIN Bold';
 font-size: 1rem;
 letter-spacing: 1px;
 line-height: 1;
 margin: 0 1rem;
 min-width: 200px;
 padding: 1rem 1.5rem;
 text-transform: uppercase;
 width: auto;
 -webkit-appearance: none;
}
.btn-primary:hover {
 background-color: var(--color-accent);
 border-color: var(--color-accent);
 color: var(--color-white);
}
.btn .bi {
 font-size: 1.2rem;
 margin-bottom: -2px;
}
/* ====================================================================
   Responsive tables: https://codepen.io/aurer/pen/kPZOPj
==================================================================== */
table.responsive-table thead {
 color: var(--color-secondary);
 font-family: 'DIN Bold', sans-serif;
 text-transform: uppercase;
}
table.responsive-table th, table.responsive-table td {
 font-weight: normal;
}
table.responsive-table.layout {
 border-collapse: collapse;
 width: 100%;
}
table.responsive-table.display {
 border: 2px solid rgba(24, 81, 74, 0.75);
 margin: 1em 0;
}
table.responsive-table.display th, table.responsive-table.display td {
 border: 1px solid rgba(24, 81, 74, 0.75);
 padding: .5em 1em;
}
table.responsive-table.display th {
 background: rgba(24, 81, 74, 0.25);
}
table.responsive-table.display td {
 background: #fff;
}
table.responsive-table td:nth-child(1) {
 font-weight: bold;
 white-space: nowrap;
}
table.responsive-table tr:hover td {
 background: rgba(24, 81, 74, 0.1);
 cursor: default;
}
/* ====================================================================
   Layout effects
==================================================================== */
.text-large {
 font-size: 125%;
}
.no-pointer {
 pointer-events: none;
}
.outline-text.white.stroke-1px {
 -webkit-text-fill-color: rgba(255, 255, 255, 0);
 -webkit-text-stroke: 1px rgba(255, 255, 255, 1);
}
.outline-text.white.stroke-2px {
 -webkit-text-fill-color: rgba(255, 255, 255, 0);
 -webkit-text-stroke: 2px rgba(255, 255, 255, 1);
}
.outline-text.blue.stroke-1px {
 -webkit-text-fill-color: rgba(0, 178, 197, 0);
 -webkit-text-stroke: 1px rgba(0, 178, 197, 1);
}
.outline-text.blue.stroke-2px {
 -webkit-text-fill-color: rgba(0, 178, 197, 0);
 -webkit-text-stroke: 1.5px rgba(0, 178, 197, 1);
}
.outline-text.green.stroke-1px {
 -webkit-text-fill-color: rgba(137, 189, 33, 0);
 -webkit-text-stroke: 1px var(--color-primary);
}
.outline-text.green.stroke-2px {
 -webkit-text-fill-color: rgba(137, 189, 33, 0);
 -webkit-text-stroke: 1.5px var(--color-primary);
}
.glass {
 background: linear-gradient(145deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
 background: rgb(255, 255, 255);
 backdrop-filter: blur(20px);
 -webkit-backdrop-filter: blur(20px);
}
/* Background effects */
.box-shadow {
 box-shadow: 0px 30px 40px -25px rgba(0, 0, 0, 0.15);
}
.dots {
 height: 100vh;
 left: 0;
 position: absolute;
 top: 0;
 width: 100vw;
 z-index: -1;
}
.dot {
 border-radius: 50%;
 position: absolute;
}
.dot.green {
 background: rgba(24, 81, 74, 0.1);
 filter: blur(50px);
 height: 50%;
 left: 50%;
 top: 55%;
 transform: translate3d(0, 0, 0);
 width: 25%;
 -webkit-filter: blur(50px);
}
.dot.red {
 background: rgba(214, 75, 49, 0.2);
 filter: blur(100px);
 height: 45%;
 left: 10%;
 top: 50%;
 transform: translate3d(0, 0, 0);
 width: 22%;
 -webkit-filter: blur(100px);
}
.dot.green-light {
 background: rgba(90, 133, 111, 0.20);
 filter: blur(100px);
 height: 40%;
 left: -20%;
 top: 30%;
 transform: translate3d(0, 0, 0);
 width: 35%;
 -webkit-filter: blur(100px);
}
.border-green {
 border: 0.3rem solid var(--color-primary);
}
.border-red {
 border: 0.3rem solid var(--color-accent);
}
.border-blue {
 border: 0.3rem solid var(--color-accent);
}
/* Page loading fade effect */
.fade-in {
 animation: fadeIn ease-in 1;
 animation-delay: 1s;
 animation-duration: 1s;
 animation-fill-mode: forwards;
 opacity: 0;
 -moz-animation: fadeIn ease-in 1;
 -moz-animation-delay: 1s;
 -moz-animation-duration: 1s;
 -moz-animation-fill-mode: forwards;
 -webkit-animation: fadeIn ease-in 1;
 -webkit-animation-delay: 1s;
 -webkit-animation-duration: 1s;
 -webkit-animation-fill-mode: forwards;
}
@keyframes fadeIn {
 from {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}
/* ====================================================================
   Modals customization
==================================================================== */
.modal-dialog {
 max-width: 960px;
}
.modal-content {
 border-radius: 1.5rem;
}
.modal-body p:last-of-type {
 margin-bottom: 0;
}
.modal-title {
 color: var(--color-primary);
 font-size: clamp(2rem, 5vw, 2.8rem);
}
/* ====================================================================
   Responsive YouTube videos
==================================================================== */
.video-spot .container {
 margin-left: auto;
 margin-right: auto;
 max-width: 960px;
}
.video-container {
 padding-bottom: 56.25%;
 position: relative;
}
.video-container iframe {
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
}
.video {
 aspect-ratio: 16 / 9;
 width: 100%;
}
/* ====================================================================
   Display content based on date and time: https://jsfiddle.net/eN6Sg/5/
==================================================================== */
.timedContent, .DateRange {
 display: none;
}
/* ====================================================================
   Media queries
==================================================================== */
@media (min-width:0em) and (max-width:61.9375em) {
 .navbar .navbar-buttons {
  background-color: var(--color-primary);
  display: -webkit-box;
 }
 .navbar .navbar-buttons .nav-item {
  text-align: center;
  width: calc(55% - 0.25rem);
 }
 .navbar-nav .dropdown-menu {
  border-radius: 1.5rem;
  margin-bottom: 1rem;
 }
 .navbar .navbar-buttons .nav-item.register .nav-link {
  min-width: auto;
  padding: 0.75rem 1rem;
 }
 .navbar-collapse {
  background-color: var(--color-white);
  padding-bottom: 0;
 }
 .dropdown-mobile {
  font-size: 150%;
  text-align: center;
 }
 .hero {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
 }
 .hero-inner {
  border-radius: 1.5rem;
  top: 0;
  transform: none;
 }
 .hero-image_slide-01, .hero-image_slide-02 {
  background-position: 45% center;
 }
 .hero-text {
  display: inline-table;
  left: 50%;
  top: 3%;
  transform: translateX(-50%);
  width: 90%;
 }
 .hero-text h1 {
  font-weight: normal;
 }
 .hero-text span {
  display: inline-block;
 }
 .hero-text .logo-stroke:before {
  width: 83%;
 }
 .hero-text .btn {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: -300%;
  color: var(--color-black);
  left: 50%;
  margin: 0;
  min-width: 275px;
  position: absolute;
  transform: translateX(-50%);
 }
 .carousel, .hero-inner, .carousel-inner, .carousel-item, .carousel-item img {
  height: 100%;
  width: auto;
 }
 .carousel-inner {
  border-radius: 1.5rem;
 }
 .carousel-fade .carousel-item {
  border-radius: 1.5rem;
 }
 .carousel-control-next, .carousel-control-prev {
  display: none;
 }
 .check-list {
  bottom: -15vh;
  font-size: 1rem;
  padding-left: 0.5rem;
  position: absolute;
 }
 .check-list li {
  padding-left: 0;
 }
 .check-list li .bi {
  left: -1rem;
  top: 0.4rem;
 }
 .content-box .content-box-inner .col {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
  border-right: none;
  padding-bottom: 1.5rem;
 }
 .content-box .content-box-inner .col:nth-child(3) {
  border-bottom: none;
  padding-bottom: 0;
 }
 .content-box .content-box-inner .col:last-child {
  border-bottom: none;
  padding-bottom: 0;
 }
 .about .text-large span {
  display: block;
 }
 .container.about .img-promo {
  margin-bottom: 5rem;
 }
 .heading-attach {
  padding-right: 1.5rem;
  position: relative;
 }
 .heading-attach::before {
  transform: none;
  width: 50vw;
 }
 .logo img {
  max-width: 120px;
 }
 .divider {
  height: 1rem;
 }
 .text-large {
  font-size: 115%;
 }
 .outline-text.white.stroke-2px, .outline-text.blue.stroke-2px, .outline-text.green.stroke-2px {
  -webkit-text-stroke: 1px;
 }
 .gdpr {
  bottom: 2.5rem;
  right: 1.5rem;
  width: calc(100% - 3rem);
 }
 .gdpr .btn-default {
  margin-bottom: 20px;
  margin-top: 20px;
 }
 .hyphen-list {
  padding-left: 1rem;
 }
 .main-footer:before {
  height: 100%;
 }
 .main-footer:after {
  bottom: 0;
  height: 50%;
  left: 50%;
  transform: translateX(20%) translateY(-120%);
  width: 50%;
 }
 .main-footer span {
  display: block;
  font-size: 0.9rem;
 }
 .products-banner .main-card {
  display: block;
  margin-top: 1rem;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
 }
 .products-banner .main-card .cards {
  margin: 0;
  width: 100%;
 }
 .button {
  display: none;
 }
 .kits-tshirts .square .tshirt-size {
  font-size: 2rem;
 }
 .kits-tshirts .square .tshirt-specs {
  bottom: -0.5rem;
 }
 .kits-tshirts .square .tshirt-icon img {
  max-width: 80px;
 }
 .supports h5 {
  font-size: 1rem;
 }
}
@media (min-width:48em) and (max-width:61.9375em) {
 .navbar-collapse {
  padding-bottom: 1rem;
 }
 .navbar .navbar-buttons {
  float: left;
  margin-bottom: 1rem;
  width: 75%;
 }
 .navbar .lang-selector {
  float: left;
  padding-right: 2rem;
  width: calc(25% - 2rem);
 }
}
@media (min-width:62em) {
 .navbar .navbar-buttons .nav-item.social {
  padding-right: 0.5rem;
 }
 .navbar .navbar-buttons .nav-item.social .nav-link {
  padding: 0 0.75rem;
 }
}
@media (min-width:992px) {
 .navbar-expand-lg .navbar-collapse {
  padding-bottom: 0;
 }
 .container.about {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
 }
 .main-footer .contacts {
  padding-left: 5vw;
 }
}
@media (max-width: 30em) {
 table.responsive-table {
  box-shadow: none;
 }
 table.responsive-table thead {
  display: none;
 }
 table.responsive-table.display th, table.responsive-table.display td {
  padding: .5em;
 }
 table.responsive-table td:nth-child(1) {
  background: rgba(174, 228, 255, 0.25);
  border-top: 1px solid rgba(174, 228, 255, 0.75);
  font-weight: bold;
  padding-left: 0.5rem;
 }
 table.responsive-table td:nth-child(1):before, table.responsive-table td:nth-child(2):before {
  display: none;
  left: .5em;
  position: absolute;
  font-weight: bold;
 }
 table.responsive-table tr {
  display: block;
  margin-bottom: 1em;
  position: relative;
 }
 table.responsive-table td {
  border-top: none;
  display: block;
 }
}
@media (max-width: 768px) {
 .products-banner .main-card .cards .card {
  margin: 20px 0 10px 0;
  width: calc(100% / 2 - 10px);
 }
}
@media (max-width: 600px) {
 .products-banner .main-card .cards .card {
  width: 100%;
 }
}
@media (max-width:22.5em) {
 .navbar-brand {
  width: 70%;
 }
 .navbar-brand img {
  width: 100%;
 }
}
@media only screen and (min-width: 1366px) and (min-height: 769px) and (max-height: 1080px) {
 .hero:before {
  right: -35%;
  width: 50%;
 }
 .hero-text {
  right: -35%;
  width: 50%;
 }
}
/* =====================================================
   Prevent Rotation on Mobile Devices (SVG)
===================================================== */
.rotate-container-vertical {
 align-items: center;
 background-color: var(--color-white);
 display: none;
 height: 100vh;
 justify-content: center;
 left: 0;
 pointer-events: none;
 position: fixed;
 top: 0;
 width: 100vw;
 z-index: 9999;
}
.rotate-container-vertical > figure {
 text-align: center;
}
.rotate-container-vertical figure img, .rotate-container-vertical figure svg {
 display: block;
 margin-bottom: 2rem;
 margin-left: auto;
 margin-right: auto;
 max-width: 100px;
}
.rotate-container-vertical p {
 font-size: 120%;
 margin-bottom: 0;
}
/**/