/*!
Theme Name: Colisee
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: colisee
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Colisee is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #1A4E24;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
/*     margin: 0 0 1.5em 3em; */
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #F39369;
}

a:visited {
    /* 	color: #800080; */
}

a:hover,
a:focus,
a:active {
    color: #F47575;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
.menu li a {
    transition: color 0.3s;
}
@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/* Custom styles
--------------------------------------------- */
.space-1 {
    margin-bottom: 1rem;
}

.space-2 {
    margin-bottom: 2rem;
	font-family: DM Serif Display;
	text-transform: none !important;
}

.space-3 {
    margin-bottom: 3rem;
}

.space-4 {
    margin-bottom: 4rem;
	color: #1A4E24 !important;
	font-family: DM Serif Display;
	text-transform: none !important;
}

.space-5 {
    margin-bottom: 5rem;
	font-family: DM Serif Display;
	text-transform: none !important;
}

.space-6 {
    margin-bottom: 6rem;
}

.space-7 {
    margin-bottom: 7rem;
}

.space-8 {
    margin-bottom: 8rem;
}

.page-container {
    width: 100%;
    padding: 0;
    margin: 0;
}

.white-text {
    color: white;
}

.yellow {
    color: #F39369;
}

.underline {
    text-decoration: underline;
}

.page-container.white {
    background-color: #ffffff;
}

.page-container.grey {
    background-color: #F7F3EC;
}

.page-container.cherry {
    background-color: #1A4E24;
    padding: 4rem 0;
}

.page-container-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 1rem;
}

.page-container-inner-increased {
    max-width: 1300px;
}

.title {
    text-transform: uppercase;
    font-size: 2.81rem;
    text-align: left;
    line-height: 1.25;
}

.sub-title {
    color: #F39369;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: left;
}
.sub-title.tips__after-subtitle {
    text-transform: inherit;
}

.sub-title.title-normal {
    text-transform: unset;
    font-weight: bold;
}

.sub-information {
    text-align: left;
}

.sub-information p {
    margin-top: 0;
}

.ts-content-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4rem;
}

.ts-col {
    flex: 1 1 0;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ts-flex-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ts-flex-column {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 33%;
    flex-direction: column;
}

.content-center {
    justify-content: center;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}
.padding-bottom-0{
    padding-bottom: 0;
}
.padding-top-0{
    padding-top: 0;
}
.button-box {
    display: flex;
    gap: 1rem;
}

.button-box button {
    font-weight: 700;
}

button.red {
    color: #1A4E24;
	font-size: 11pt;
    background-color: #FCF483;
    padding: 17px 35px;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

button.red:hover {
    color: #1A4E24;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 3px 10px 0px #00000020;
    box-shadow: 3px 3px 10px 0px #00000020;
}

button.white {
    color: #1A4E24;
	font-size: 11pt;
    background-color: #ffffff;
    padding: 17px 35px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 10px 0px #00000020;
    box-shadow: 3px 3px 10px 0px #00000020;
}

button.white:hover {
    color: #1A4E24;
    background-color: #FCF483;
}

.page-container-inner.fifth .sub-information ul {
    margin: 0;
    list-style: none;
    margin-bottom: 3rem;
}

.page-container-inner.fifth .sub-information li {
    position: relative;
    margin-bottom: 1rem;
}

.page-container-inner.fifth .sub-information li:before {
    content: url(images/bullet.svg);
    width: 24px;
    position: absolute;
    left: -2rem;
    top: -2px;
}

.first {
    padding: 6rem 1rem 6rem 1rem;
    position: relative;
}

.second {
    padding: 8rem 1rem;
}

.second .ts-col-1 {
    align-items: center;
}

.second .ts-col-1 img {
    max-height: 450px;
}

.fifth .ts-col-2 img {
    max-height: 375px;
}

.fifth .title,
.fifth .sub-title,
.third .title,
.third .sub-title {
    text-align: center;
}

.third .title,
.third .step-name,
.third .step-title {
    color: #ffffff;
}

.third .step-name {
    transform: none;
    font-size: 25px;
    margin-left: 0;
}


.third .step-title {
    color: #F39369;
	font-family: DM Serif Display;
}

.third .step-number {
    color: #FFC546;
}

.third img.step-image {
    max-width: 118px;
    margin-right: 25px;
}

.third .step-header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.qr-code__wrapper {
    width: 50%;
}

.qr-code__block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qr-code__block img {
    width: 130px;
}

.qr-code-android {
    margin-right: 70px;
}

.qr-code-link {
    max-width: 180px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.instruction {
    padding-top: 90px;
    width: 33%;
    align-items: center;
    flex-direction: column !important;
}

.instruction-text p {
    margin-top: 0;
    margin-bottom: 30px;
    width: 80%;
}

.instruction-text {
    font-size: 18px;
    justify-content: center;
    width: 100%;
}

.step-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.step-name {
    text-transform: uppercase;
    font-size: 30px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    margin-left: -20px;
}

.step-number {
    font-size: 100px;
    margin-left: -20px;
}

.third .ts-col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2rem;
    max-width: 250px;
}

.third .ts-content-grid {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4rem;
}

.step-title {
    font-size: 25px;
    text-transform: uppercase;
}


.footer-content-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    align-items: center;
}

.ft-col-1 {
    text-align: left;
    width: 50%;
    height: 65px;
}
.ft-col-1 img {
    width: 50%;
 }
.ft-col-2,
.ft-col-3 {
    text-align: left;
    width: 25%;
}

.ft-col-2 ul,
.ft-col-3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ft-col-2 li,
.ft-col-3 li {
    margin-bottom: 0.5rem;
}

.ft-col-2 li a,
.ft-col-3 li a {
    text-decoration: none;
    color: #1A4E24;
}

.navbox {
    -webkit-box-shadow: 3px 3px 10px 0px #00000020;
    box-shadow: 3px 3px 10px 0px #00000020;
    display: inline-flex;
}

.navigation {
    padding: 0.5rem;
}

.navigation .logo {
    max-width: 180px;
}

.navigation .navigation-content-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
}

.nav-col-1,
.nav-col-2,
.nav-col-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

#menu-footer-menu-1, #menu-top-menu-frans-1, #menu-footer-menu-1-fr
#menu-footer-menu-2, #menu-top-menu-frans-2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
}

#menu-top-menu , #menu-top-menu-frans {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.nav-col-1 {
    justify-content: flex-start;
}

.nav-col-3 {
    justify-content: flex-end;
}

.nav-col-1 {
    width: 200px;
}

.nav-col-3 {
    width: 300px;
}

.nav-col-2 {
    flex-grow: 1;
}

#menu-footer-menu-1, #menu-top-menu-frans-1 , #menu-footer-menu-1-fr{
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu-footer-menu-1 li, #menu-top-menu-frans-1 li , #menu-footer-menu-1-fr li{
    margin-bottom: 0.5rem;
}

#menu-footer-menu-1 li a, #menu-top-menu-frans-1 li a, #menu-footer-menu-1-fr li a,
#menu-top-menu li a , #menu-top-menu-frans li a{
    text-decoration: none;
    color: #1A4E24;
    transition: color 0.3s;
}

#menu-top-menu  , #menu-top-menu-frans{
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu-top-menu li a ,#menu-top-menu-frans li a {
    font-size: 16px;
}

.fourth {
    max-width: 900px !important;
}

.faq-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.faq-title {
    padding: 0 3rem;
    font-size: 60px;
    color: #1A4E24;
	font-family: DM Serif Display;
}

.faq-item {
    padding: 1.25rem;
    width: 100%;
    background-color: #fff;
    margin-bottom: 2rem;
    -webkit-box-shadow: 3px 3px 10px 0px #00000020;
    box-shadow: 3px 3px 10px 0px #00000020;
    cursor: pointer;
    position: relative;
}

.faq-item:after {
    content: url(/wp-content/uploads/2022/03/arrow-r.svg);
    position: absolute;
    width: 16px;
    height: 16px;
    right: 2rem;
    top: 23px;
}

.faq-item.active:after {
    content: url(/wp-content/uploads/2022/03/arrow-d.svg);
    position: absolute;
    width: 16px;
    height: 16px;
    right: 2rem;
    top: 23px;
}

.faq-item-text {
    padding: 2rem 0 0 0;
    color: #1A4E24;
}

.faq-item.active .faq-item-text {
    display: block !important;
}

.faq-category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    color: #F4757590;
    padding: 50px 0;
    margin: 0 auto;
    max-width: 1300px;
}

.show-more {
    text-align: center;
    margin-top: 4rem;
    text-transform: uppercase;
    font-size: 20px;
    color: #1A4E24;
    cursor: pointer;
}

.top-armorea {
    margin-top: 1rem;
    height: 45px;
}
.top-armorea img {
    object-fit: cover;
    height: 70%;
}

#main {
    background-color: #EFEFEF;
    overflow-x: hidden;
}

.page-container.blue {
    position: relative;
    overflow: hidden;
}

.page-container.blue::after {
    content: '';
    background-color: #FCF483;
    border-radius: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-left-radius: 150%;
    border-bottom-right-radius: 150%;
    position: absolute;
    width: 125%;
    margin-left: -10%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0
}


.blue .title {
    color: #ffffff;
    text-align: center;
}

.scroll-icon {
    width: 55px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.second .title,
.fifth .title {
    color: #1A4E24;
}

#gform_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

#gform_submit_button_1 {
    color: #ffffff;
    background-color: #F47575;
    padding: 17px 35px;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

#gform_submit_button_1:hover {
    color: #F47575;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 3px 10px 0px #00000020;
    box-shadow: 3px 3px 10px 0px #00000020;
}

.six {
    z-index: 1;
    position: relative;
}

.six .button-box {
    justify-content: center;
}

.cat-item {
    cursor: pointer;
    color: #F3936980;
    width: calc(100% / 6);
    padding: 0 5px;
    text-align: center;
}
.cat-item:nth-child(-n + 6){
    margin-bottom: 10px;
}

.cat-item.active {
    color: #F39369;
}

.wpml-ls-current-language a,
.wpml-ls-current-language a:visited {
    color: #540E3C;
    font-size: 20px
}

#page .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
    color: #1A4E24;
    background-color: #FCF483;
    position: absolute;
    left: 1px;
    display: flex;
    pointer-events: none;
}

#page .wpml-ls-statics-shortcode_actions .wpml-ls-current-language {
    display: flex;
}

.navigation .wpml-ls-legacy-list-horizontal > ul {
    display: flex;
    position: relative;
}

.navigation .wpml-ls-legacy-list-horizontal > ul li:not(.wpml-ls-current-language) {
    -webkit-box-shadow: 3px 3px 10px 0px #00000020;
    box-shadow: 3px 3px 10px 0px #00000020;
}

.wpml-ls-item a {
    padding: 12px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px
}

.wpml-ls-item a:visited {
    color: #1A4E24;
}

.wpml-ls-statics-footer {
    display: none !important;
}

.ts-col-75 {
    align-items: center;
}

.ts-col-75 img {
    max-width: 75%;
}

img.step-image {
    max-width: 75%;
}

.tips {

}

.tips__title {
    margin-bottom: 13px;
}

.tips__subtitle {
    text-align: center;
	font-family: Poppins;
	text-transform: uppercase !important;
    font-size: 20px;
    color: white;
    margin-bottom: 0;
}

.tips__after-subtitle {
	font-family: Poppins;
    text-align: center;
    font-size: 24px;
    color: white;
    margin-bottom: 0;
    margin-top: 70px;
}

.tips-content__container {
    display: flex;
    padding-top: 70px;
}

.tips-content__column {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #1A4E24;
}

.tips-content__column p {
    font-size: 16px;
}

.tips-content__column--left {
    align-items: flex-end;
    padding-right: 37px;
}

.tips-content__column--right {
    align-items: flex-start;
    padding-left: 37px;
}

.tips-content__column__image {
    display: flex;
    height: 38px;
	width: 38px;
}
@media (hover: hover){
    #menu-footer-menu-1 li a:hover,
    #menu-top-menu-frans-1 li a:hover,
    #menu-footer-menu-1-fr li a:hover,
    #menu-top-menu li a:hover , #menu-top-menu-frans li a:hover, .menu li a:hover{
        color: #F39369;
    }
}

@media screen and (max-width: 1440px) {
    .page-container-inner-increased {
        padding: 0 50px;
    }

    .third img.step-image {
        max-width: 77px
    }

    .third .step-name, .third .step-title {
        font-size: 20px;
    }

    .instruction {
        padding-top: 50px;
        width: 33%;
        flex-direction: column;
        align-items: center;
    }

    .instruction-text {
        font-size: 18px;
    }

    .qr-code-link {
        max-width: 155px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .qr-code__block img {
        width: 100px;
    }
}

@media (max-width: 1200px) {
    #menu-top-menu , #menu-top-menu-frans{
        gap: 2rem;
    }

    #menu-top-menu li a, #menu-top-menu-frans li a{
        font-size: 18px;
    }

    .nav-col-1, .nav-col-3 {
        max-width: 225px;
    }
}

@media (max-width: 1024px) {
    #menu-top-menu, #menu-top-menu-frans {
        gap: 1rem;
    }

    #menu-top-menu li a , #menu-top-menu-frans li a{
        font-size: 16px;
    }

    .nav-col-1, .nav-col-3 {
        max-width: 180px;
    }

    .third .ts-content-grid, .instruction {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .instruction-text p {
        width: auto;
    }

    .ts-flex-row {
        justify-content: center;
    }

    .ts-flex-column {
        width: auto;
        max-width: unset;
    }

    .ml-auto {
        margin-left: 0;
    }

    .mr-auto {
        margin-right: 33px;
    }

    .third .step-title {
        text-align: center;
        margin-top: 0;
    }

    .qr-code__wrapper {
        justify-content: center;
    }

    .tips-content__container {
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
    }

    .tips-content__column {
        width: 100%;
    }

    .tips-content__column__image {
        max-height: 30px;
    }

    .tips-content__column p {
        font-size: 16px;
    }

    .tips__after-subtitle {
        margin-top: 0;
    }

    .page-container.blue::after {
        width: 175%;
        margin-left: -34%;
    }

}

@media (max-width: 768px) {
    .nav-col-1 {
        width: 50%;
        max-width: 50%;
    }

    .nav-col-2,
    .nav-col-3 {
        display: none;
    }

    .nav-col-4 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 50%;
        padding-right: 1rem;
    }

    .mobile-button {
        width: 32px;
        cursor: pointer;
    }

    #mobile-menu {
        background-color: #fff;
        position: absolute;
        z-index: 999;
        width: 100vw;
        height: calc(100vh - 140px);
        top: 140px;
        padding: 1rem 1rem 3rem 1rem;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    body.modal-open {
        overflow: hidden;
    }

    .menu-top-menu-container {
        width: 100%;
    }

    #menu-top-menu-1 {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #menu-top-menu-1 li {
        text-align: center;
        border-top: 1px solid #efefef;
        padding: 1rem;
    }

    #menu-top-menu-1 li a {
        text-decoration: none;
        color: #540E3C;
        font-size: 26px;
        text-align: center;
        width: 100%;
    }

    .hulp-button {
        position: absolute;
        bottom: 4rem;
    }

    .cat-item {
        text-align: center;
        width: 100%;
        padding: 5px 0;
    }
    .cat-item:nth-child(-n + 6) {
        margin-bottom: 0;
    }

    .first,
    .second {
        padding: 3rem 1rem 3rem 1rem;
    }

	
    .first .ts-content-grid,
    .second .ts-content-grid {
	display: block;
       /* flex-direction: column-reverse;*/
       /* gap: 2.5rem;*/
    }

    

    .sub-title {
        font-size: 12px;
    }
	.second .ts-col-1 img {
        max-height: 360px;
    }

    .title {
        font-size: 26px;
    }

    button.red,
    button.white {
        padding: 1rem 12px;
    }

    .armonea {
        width: 60%;
        margin-top: 1rem;
    }

    .scroll-icon {
        bottom: -1rem;
    }

    .third {
        padding: 2rem 1rem;
    }

    .third .ts-content-grid {
        flex-direction: column;
        align-items: center;
    }

    .third .ts-content-grid .ts-col {
        width: 60%;
        gap: 0;
    }

    .step-title {
        text-align: center;
        margin-top: 2rem;
    }

    .step-image img {
        max-width: 75%;
    }

    .fourth {
        padding: 3rem 1rem;
    }

    .faq-box {
        flex-direction: column;
    }

    .faq-category {
        flex-direction: column;
        gap: 1rem;
        padding: 0 1rem;
    }

    .faq-item {
        padding: 1rem 3.25rem 1rem 1rem;
        margin-bottom: 1.5rem;
    }

    .fifth {
        padding: 3rem 1rem;
    }

    .fifth .ts-content-grid {
	display: block;
        /*flex-direction: column-reverse;*/
    }

    .fifth .ts-content-grid .ts-col-2 {
        align-items: center;
    }

    .fifth .title.space-5 {
        margin-bottom: 3rem;
    }

    .fifth button.red {
        margin: 0 auto;
    }

    .footer-content-grid {
        flex-direction: column;
    }

    .ft-col-1 {
        margin-bottom: 3rem;
        height: auto;
    }

    .ft-col {
        width: 100%;
    }
    .top-armorea {
        height: auto;
    }


    #mobile-menu .wpml-ls-link {
        font-size: 26px;
        text-decoration: underline;
    }

    #mobile-menu .wpml-ls {
        margin-bottom: 1rem;
    }

    .wpml-ls-current-language a {
        color: #540E3C !important;
        text-decoration: none !important;
    }

    #page .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
        position: relative;
        left: auto;
        margin-left: 5px;
        pointer-events: auto;
    }

    .wpml-ls-legacy-list-horizontal > ul {
        display: flex;
    }
}

/*Fixes 26.04 Third Block design*/
.step-name-new{
    background-color: #FCF483;
	color: #1A4E24;
    align-items: center;
    justify-content: center;
    width: 172px;
    height: 172px;
    border-radius: 50%;
    font-size: 35px;
}
.qr-code__block .qr-code-link{
    text-align: left;
}
.qr_link_flex{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
	margin-top: -20px;
	margin-bottom: 5px;
}
.qr_link_flex img{
    margin-right: 20px;
}
.qr_link_flex a{
    color: #F39369;
}
.step-margin-top{
    margin-top: 222px;
}
.step-margin-top-2{
    margin-top: 233px;
}
.instruction-text.new{
    align-items: center;
}

.step-flex-grid{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 18em;
	position: relative;
}
.new-3 a{
    color: #fff;
}
.step-title.new{
    text-transform: none;
    font-size: 40px;
}
.qr-code__wrapper .new{
    margin-top: 20px;
}
/*
/*
.page-id-1335 .with-border:before, .page-id-1335 .with-border:after{
	top: 1910px;
}

.with-border:after{
    content:'';
    position: absolute;
    display: block;
    background-color: #ffffff;
    width: 3px;
    height: 551px;
    bottom: 0;
    right:457px;
    top: 1810px;
    opacity: 0.5;
}
.with-border:before{
    content:'';
    position: absolute;
    display: block;
    background-color: #ffffff;
    width: 3px;
    height: 551px;
    bottom: 0;
    right:893px;
    top: 1810px;
    opacity: 0.5;
}
*/
.instruction{
	padding-top: 0;
}
.with-border{
    background-color:rgba(240, 240, 240,0.5);
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.with-border * {
    position: relative; 
}
.with-border:before{
    content: "";
    background-color: #1A4E24;
    display: block;
    position: absolute;
    top: -2px;
    left: 2px;
    width: calc(100% - 4px);
    height: 101%;
}
.cherry .title.new{
    text-transform: none;
	font-family: DM Serif Display;
}
.cherry .sub-title.new{
    margin-top: 20px;
}
@media (min-width: 1600px){
/*
    .with-border:after{
        right: 556px;
        top: 1938px;
    }
    .with-border:before{
        right: 1023px;
        top: 1938px
    }
	*
	.page-id-1335 .with-border:before, .page-id-1335 .with-border:after{
	top: 2038px;
	*/
}
}
@media (min-width: 1920px){
/*
    .with-border:after{
        right: 726px;
        top: 1948px;
    }
    .with-border:before{
        right: 1193px;
        top: 1948px;
    }
	.page-id-1335 .with-border:before, .page-id-1335 .with-border:after{
	top: 2048px;
	
}*/
}

@media (max-width: 1280px){
    .with-border:before, .with-border:after{
        display: none!important;
    }
	.with-border{
        background: none!important;
    }
}
@media (max-width: 1024px){
    .step-flex-grid{
        display: none;
    }
	.with-border{
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 1025px){
    .instruction .step-name-new{
        display: none;
    }
}
@media (max-width: 992px){
	.instruction-text.new{
		align-items: flex-start;
	}
}


/*Bootstrap modal and carousel*/

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/*End bootstrap modal*/
@font-face {
font-family: 'Avenir';
    src: url('fonts/Avenir Next W1G/AvenirNextW1G-Regular.eot');
    src: url('fonts/Avenir Next W1G/AvenirNextW1G-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Avenir Next W1G/AvenirNextW1G-Regular.woff2') format('woff2'),
        url('fonts/Avenir Next W1G/AvenirNextW1G-Regular.woff') format('woff'),
        url('fonts/Avenir Next W1G/AvenirNextW1G-Regular.ttf') format('truetype'),
        url('fonts/Avenir Next W1G/AvenirNextW1G-Regular.svg#AvenirNextW1G-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.modal-body{
	font-family: "Avenir";
}
.popup-gray{
	background: #efefef;
}
.modal-flex{
	position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.modal-text{
	font-size: 55px;
	margin-bottom: 100px;
	text-transform: uppercase;
}

.modal-flex .red{
	font-size: 20px;
	margin-right: 33px;
}
.modal-fullscreen .close{
	position:absolute;
   top:0;
   right:0;
   background: none;
   border: none;
   font-size: 60px;
   cursor: pointer;
}
.popup-gray .close{
	color: #540E3C;
}
.popup-violet{
	background: #540E3C;
}
.popup-violet .close{
	color: #fff;
}
.modal-body .step-title.new{
	color: #f47575;
}
.modal-flex-items{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.modal-body .margin-auto .step-name-new{
	display: flex;
	width: 172px;
	height: 172px;
	font-size: 40px;
	margin: 0 auto ;
}
.modal-body .ts-content-grid{
	gap: 1rem;
	width: 100%;
}

.modal-body .margin-auto .text{
	font-size: 22px;
	color: #fff;
}
.modal-body .margin-auto .text p br{
	display: none;
}
.margin-auto .qr_link_flex{
	justify-content: center;
}
.first-text .qr_link_flex{
	justify-content: flex-start;
	margin-left: 30px;
}
/*
.margin-auto, .slick-slider{
	position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
*/
.slider-controls ul{
	display: flex;
	flex-direction: row;
}
.slider-controls ul li{
	margin-right: 40px;
}
.slider-controls a{
	outline: none;
}
.modal-fullscreen .slider-controls{
	position:absolute;
   bottom:50px;
   right:0;
}

.display-none{
	display: none;
}



.modal-fullscreen .qr-code__wrapper{
	width: auto;
}
.modal-fullscreen .step-header{
	margin: 40px 0;
}
.modal-fullscreen .qr-code-link{
	text-align: center;
}

.carousel-item.active{
	display: block;
}
.carousel-item{
	display: none;
	color: #fff;
}
@media (min-width: 1200px){
	.modal-fullscreen .slider-controls{
		right: 20px;
	}
}
@media (max-width: 1400px){
	.modal-text{
		font-size: 38px;
	}
	.modal-body .margin-auto .text{
		font-size: 18px;
	}
	.modal-body .step-title.new{
		font-size: 40px;
	}
	.modal-body .margin-auto .step-name-new{
		font-size: 35px;
	}
	.modal-body .margin-auto .step-name-new{
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 768px){
.modal-text{
	font-size: 30px;
}
.modal-buttons{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}
.modal-flex .red{
	margin-right: 0;
}
.modal-fullscreen .step-header{
	margin: 0;
}
.modal-fullscreen .step-title {
	margin-top: 0;
}
.modal-body .margin-auto .step-name-new{
	width: 120px;
    height: 120px;
	font-size: 30px;
}
.modal-body .step-title.new{
	font-size: 40px;
}
.modal-body .first-text p{
	margin: 0;
}
.first-text .qr_link_flex{
	margin-top: 15px;
}
.margin-auto{
	margin-top: -25px;
}
.modal-fullscreen .slider-controls{
	bottom: 25px;
}
}


.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  animation-duration:0.6s;
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}
.modal-fullscreen .modal-body{
	position: initial;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}
.modal-content{
overflow: auto;
}
/*Popup smaller*/
@media (min-width: 1280px){
	.modal.modal-fullscreen .modal-dialog{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 1000px;
	height: 98%;
}
.popup-item-first .step-header{
	margin: 0;
}
}
.modal-backdrop.show{
	filter: alpha(opacity=50);
    opacity: 0.5;
}
@media (min-width: 1600px){
	.modal.modal-fullscreen .modal-dialog{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 1200px;
	height: 80%;
}
.popup-item-first .step-header{
	margin: 0;
}
}
@media (max-width: 1200px){

.margin-auto, .slick-slider{
	position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

}
