/*
 _
| |
| |  __   _  _  _|_  ,
|/  /  \_/ |/ |  |  / \_
|__/\__/   |  |_/|_/ \/
|\
|/

*/
@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-Regular.eot');
  src: local('EB Garamond Regular'), local('EBGaramond-Regular'), url('../fonts/EBGaramond-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/EBGaramond-Regular.woff2') format('woff2'), url('../fonts/EBGaramond-Regular.woff') format('woff'), url('../fonts/EBGaramond-Regular.ttf') format('truetype'), url('../fonts/EBGaramond-Regular.svg#EBGaramond-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-Italic.eot');
  src: local('EB Garamond Italic'), local('EBGaramond-Italic'), url('../fonts/EBGaramond-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/EBGaramond-Italic.woff2') format('woff2'), url('../fonts/EBGaramond-Italic.woff') format('woff'), url('../fonts/EBGaramond-Italic.ttf') format('truetype'), url('../fonts/EBGaramond-Italic.svg#EBGaramond-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.eot');
  src: local('EB Garamond Italic'), local('Inter-SemiBold'), url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.ttf') format('truetype'), url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: unset;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#cookieConsent {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  border: 2px solid #000;
  width: 80vw;
  max-width: 700px;
  background-color: #fff;
  margin: auto;
  padding: 20px;
  z-index: 100;
  font-family: "EB Garamond";
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.4;
}
@media only screen and (min-width: 501px) {
  #cookieConsent {
    width: 50vw;
  }
}
#cookieConsent p {
  margin: 0;
  padding: 0;
}
#cookieConsent p a {
  color: #000;
  text-decoration: underline;
}
#cookieConsent button {
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #000;
  margin-right: 10px;
  font-family: "Inter";
  font-weight: normal;
  font-size: 0.8em;
  padding: 5px 8px;
  margin-bottom: 10px;
  color: #000;
}
#cookieConsent button:hover {
  background-color: #000;
  color: #fff;
}
#main {
  position: relative;
  margin: auto;
  max-width: 1400px;
  min-height: 100%;
  margin-bottom: -60px;
}
#main a {
  text-decoration: none;
  color: #000000;
}
#main a:hover {
  text-decoration: underline;
}
#main hr {
  border: none;
  margin: 0;
  padding: 0;
}
#main hr.line {
  position: relative;
  margin: 0 3vh 0 3vh;
}
#main hr.pixel1 {
  border-bottom: 1px solid #000000;
}
#main hr.pixel2 {
  border-bottom: 2px solid #000000;
}
#main hr.pixel3 {
  border-bottom: 3px solid #000000;
}
#main .paypal_form #paypalBuyBtn {
  display: none;
  border: none;
  background: none;
  font-family: "Inter";
  font-weight: normal;
  font-size: 1.1em;
  border: 2px solid #000;
  padding: 6px 18px;
  margin-bottom: 100px;
  cursor: pointer;
}
#main .paypal_form #paypalBuyBtn:hover {
  background-color: #000;
  color: #fff;
}
#main .image_full_width {
  border-top: 1px solid #000000;
  padding-top: 3vh;
}
#main .image_full_width img {
  width: 100%;
}
#main .shop {
  width: 100%;
}
#main .shop .shop_button {
  display: block;
  margin-top: -160px;
  margin-left: auto;
  margin-right: 0px;
  width: 80px;
  height: 80px;
}
@media only screen and (min-width: 451px) and (max-width: 550px) {
  #main .shop .shop_button {
    margin-top: -160px;
    margin-right: 0px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 551px) {
  #main .shop .shop_button {
    margin-top: -180px;
    margin-right: 20px;
    width: 120px;
    height: 120px;
  }
}
#main .shop .shop_button img {
  width: 100%;
}
#main .text_full_width {
  position: relative;
  width: auto;
}
#main .text_full_width p {
  font-family: "Inter";
}
#main .text_full_width .font_int_large {
  font-family: "Inter";
  line-height: 1.4;
}
@media only screen and (min-width: 1px) and (max-width: 400px) {
  #main .text_full_width .font_int_large {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  #main .text_full_width .font_int_large {
    font-size: 2em;
  }
}
@media only screen and (min-width: 501px) and (max-width: 550px) {
  #main .text_full_width .font_int_large {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 551px) and (max-width: 600px) {
  #main .text_full_width .font_int_large {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  #main .text_full_width .font_int_large {
    font-size: 2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 970px) {
  #main .text_full_width .font_int_large {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 971px) and (max-width: 1000px) {
  #main .text_full_width .font_int_large {
    font-size: 2.2em;
  }
}
@media only screen and (min-width: 1001px) {
  #main .text_full_width .font_int_large {
    font-size: 2.4em;
  }
}
#main .text_full_width .font_int_small {
  font-family: "Inter";
  font-size: 1em;
  line-height: 1.4;
}
#main .text_full_width .font_gar_large {
  font-family: "EB Garamond";
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4;
}
#main .text_full_width .font_gar_small {
  font-family: "EB Garamond";
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.4;
}
#main .two_images {
  position: relative;
  padding-top: 150px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 751px) {
  #main .two_images {
    padding-top: 100px;
  }
}
#main .two_images:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0px;
  padding: 0;
  margin: 0;
}
#main .two_images a {
  text-decoration: none;
  color: #000000;
}
#main .two_images .left {
  width: 70%;
  margin: auto;
  float: none;
}
@media only screen and (min-width: 551px) and (max-width: 750px) {
  #main .two_images .left {
    margin-left: 14.5%;
    margin-right: 0.5%;
    float: left;
    width: 34%;
  }
}
@media only screen and (min-width: 751px) {
  #main .two_images .left {
    margin-left: 12.5%;
    margin-right: 2.5%;
    float: left;
    width: 34%;
  }
}
#main .two_images .left .image img {
  width: 100%;
}
#main .two_images .left .caption {
  padding-top: 10px;
  padding-left: 3px;
  font-family: "Inter";
  font-weight: normal;
  font-size: 1em;
}
#main .two_images .right {
  width: 40%;
  margin: auto;
  margin-top: 50px;
  float: none;
}
@media only screen and (min-width: 551px) and (max-width: 750px) {
  #main .two_images .right {
    margin-left: 18%;
    margin-right: 14%;
    margin-top: 0;
    float: left;
    width: 17%;
  }
}
@media only screen and (min-width: 751px) {
  #main .two_images .right {
    margin-left: 14%;
    margin-right: 18%;
    margin-top: 0;
    float: left;
    width: 17%;
  }
}
#main .two_images .right .image img {
  width: 100%;
}
#main .two_images .right .caption {
  padding-top: 10px;
  padding-left: 3px;
  font-family: "Inter";
  font-weight: normal;
  font-size: 1em;
}
#main .text_styled {
  position: relative;
  margin: 0 3vh 2em 3vh;
  padding-top: 2em;
  width: 85%;
}
@media only screen and (min-width: 401px) {
  #main .text_styled {
    width: 70%;
  }
}
#main .text_styled ul {
  margin: 0;
  padding: 0;
  padding-left: 1em;
  list-style-type: none;
}
#main .text_styled ul li {
  font-family: "Inter";
}
#main .text_styled ul li:before {
  margin-left: -1em;
  content: "_  ";
}
#main .text_styled ul li a {
  color: #000000;
  text-decoration: none;
}
#main .text_styled ul li a:hover {
  text-decoration: underline;
}
#main .text_styled p {
  font-family: "Inter";
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#main .text_styled .font_int_large {
  font-family: "Inter";
  line-height: 1.4;
}
@media only screen and (min-width: 1px) and (max-width: 400px) {
  #main .text_styled .font_int_large {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  #main .text_styled .font_int_large {
    font-size: 2em;
  }
}
@media only screen and (min-width: 501px) and (max-width: 550px) {
  #main .text_styled .font_int_large {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 551px) and (max-width: 600px) {
  #main .text_styled .font_int_large {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  #main .text_styled .font_int_large {
    font-size: 2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 970px) {
  #main .text_styled .font_int_large {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 971px) and (max-width: 1000px) {
  #main .text_styled .font_int_large {
    font-size: 2.2em;
  }
}
@media only screen and (min-width: 1001px) {
  #main .text_styled .font_int_large {
    font-size: 2.4em;
  }
}
#main .text_styled .font_int_small {
  font-family: "Inter";
  font-size: 1em;
  line-height: 1.4;
}
#main .text_styled .font_gar_large {
  font-family: "EB Garamond";
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4;
}
#main .text_styled .font_gar_small {
  font-family: "EB Garamond";
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.4;
}
#main .text_styled.full_width {
  width: auto;
}
@media only screen and (min-width: 401px) {
  #main .text_styled.full_width {
    width: auto;
  }
}
#main #rekl_logo {
  margin: 3.5vh auto 0 auto;
  width: 80px;
}
@media only screen and (min-width: 501px) and (max-width: 820px) {
  #main #rekl_logo {
    float: none;
    margin-top: 3.5vh;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 821px) {
  #main #rekl_logo {
    float: right;
    margin-top: 30px;
    margin-right: 50px;
  }
}
#main #mc_logo {
  float: right;
  margin-top: 30px;
  margin-right: 30px;
  width: 80px;
}
#main .text_large {
  clear: both;
  margin: 0 3vh 2em 3vh;
  padding-top: 2em;
  font-family: "Inter";
  font-size: 3em;
  line-height: 1.4;
}
#main .text {
  clear: both;
  margin: 0 3vh 2em 3vh;
  padding-top: 2em;
  font-family: "Inter";
  font-size: 1em;
  line-height: 1.4;
}
#main .text_garamond {
  clear: both;
  margin: 0 3vh 4em 3vh;
  padding-top: 2em;
  width: 70%;
  font-family: "EB Garamond";
  font-size: 1.2em;
  line-height: 1.4;
}
#main .title_images {
  clear: both;
  padding-top: 2em;
  position: relative;
  padding-left: 5em;
}
#main .title_images .caption {
  font-family: "Inter";
  font-size: 1em;
  text-align: left;
}
#main .title_images .content {
  margin: auto;
  width: 60%;
}
#main .title_images .left {
  float: left;
  width: 50%;
  text-align: center;
}
#main .title_images .left .image {
  width: 100%;
}
#main .title_images .left .image img {
  width: 100%;
}
#main .title_images .right {
  float: right;
  width: 50%;
  text-align: center;
}
#main .title_images .right .image {
  width: 100%;
}
#main .title_images .right .image img {
  width: 100%;
}
#main .push {
  height: 60px;
}
#main #overlay {
  position: relative;
  padding-top: 3vh;
  margin: auto;
  max-width: 1400px;
  background-color: #ffffff;
}
#main #overlay .spacer {
  margin: 0 3vh;
  border-top: 1px solid #000000;
}
#main #overlay .picture {
  position: relative;
  padding-bottom: 100px;
  padding-top: 5vh;
  margin: 0 3vh;
}
@media only screen and (min-width: 501px) {
  #main #overlay .picture {
    padding-top: 3vh;
  }
}
#main #overlay .picture img {
  width: 100%;
}
#main #overlay #preloader {
  position: absolute;
  margin: auto;
  top: 3em;
  left: 3vh;
  width: 60px;
  height: 60px;
  z-index: 10;
}
#main #overlay #preloader .preload-ring {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}
#main #overlay #preloader .preload-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  margin: 6px;
  border: 6px solid #000;
  border-radius: 50%;
  animation: preload-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
#main #overlay #preloader .preload-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#main #overlay #preloader .preload-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#main #overlay #preloader .preload-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes preload-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#main #overlay #preloader.hidden {
  display: none;
}
#main #overlay #closeBtn {
  position: absolute;
  top: 2em;
  right: 3vh;
  width: 30px;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (min-width: 601px) {
  #main #overlay #closeBtn {
    top: 3em;
    width: 40px;
  }
}
#main #overlay #closeBtn img {
  width: 100%;
}
#main #overlay #buy {
  position: absolute;
  left: 0;
  right: 3vh;
  bottom: 80px;
  text-align: right;
}
@media only screen and (min-width: 451px) and (max-width: 500px) {
  #main #overlay #buy {
    bottom: 80px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 768px) {
  #main #overlay #buy {
    bottom: 80px;
  }
}
@media only screen and (min-width: 769px) {
  #main #overlay #buy {
    bottom: 80px;
  }
}
#main #overlay #buy #buyBtn {
  display: inline-block;
}
#main #overlay #buy #buyBtn img {
  width: 80px;
  opacity: 0.9;
}
@media only screen and (min-width: 601px) and (max-width: 850px) {
  #main #overlay #buy #buyBtn img {
    width: 120px;
  }
}
@media only screen and (min-width: 851px) {
  #main #overlay #buy #buyBtn img {
    width: 150px;
  }
}
#main #overlay #buy #buyBtn.hidden {
  opacity: 0;
}
#main #overlay #buy #buyBtn.bounce {
  animation: bounce 1.2s ease-in-out;
}
@keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.9);
  }
  60% {
    opacity: 0;
    transform: scale(1.1);
  }
  70% {
    opacity: 1;
    transform: scale(0.9);
  }
  80% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.96);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#main #overlay.hidden {
  display: none;
}
#main #column_layout {
  position: relative;
  margin: 0 3vh;
  padding-top: 3vh;
  margin-bottom: 9vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main #column_layout.hidden {
  display: none;
}
#main .combined {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (min-width: 769px) {
  #main .combined {
    width: 32%;
    flex-direction: column;
    margin-left: 2%;
  }
}
#main .combined p.font_large {
  margin: 0;
  padding: 0;
  margin-top: 1.5vh;
  margin-bottom: 2.6em;
  width: 90%;
  font-family: "Inter";
  line-height: 1.4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 1px) and (max-width: 400px) {
  #main .combined p.font_large {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  #main .combined p.font_large {
    font-size: 2em;
  }
}
@media only screen and (min-width: 501px) and (max-width: 550px) {
  #main .combined p.font_large {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 551px) and (max-width: 600px) {
  #main .combined p.font_large {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  #main .combined p.font_large {
    font-size: 2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 970px) {
  #main .combined p.font_large {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 971px) and (max-width: 1000px) {
  #main .combined p.font_large {
    font-size: 2.2em;
  }
}
@media only screen and (min-width: 1001px) {
  #main .combined p.font_large {
    font-size: 2.4em;
  }
}
#main .combined .top {
  position: relative;
  border-top: 1px solid #000;
  cursor: pointer;
  width: 100%;
}
@media only screen and (min-width: 501px) and (max-width: 768px) {
  #main .combined .top {
    flex: none;
    width: 48%;
  }
}
@media only screen and (min-width: 769px) {
  #main .combined .top {
    flex: 1;
    width: auto;
  }
}
#main .combined .top:hover .overlay {
  display: table;
}
#main .combined .top .overlay {
  display: none;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 95%;
  background-color: #fff;
  width: 100%;
}
#main .combined .top .overlay .font_serif {
  display: table-cell;
  font-family: "EB Garamond";
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#main .combined .bottom {
  position: relative;
  border-top: 1px solid #000;
  cursor: pointer;
  width: 100%;
}
@media only screen and (min-width: 501px) and (max-width: 768px) {
  #main .combined .bottom {
    flex: none;
    width: 48%;
  }
}
@media only screen and (min-width: 769px) {
  #main .combined .bottom {
    flex: 1;
    width: auto;
  }
}
#main .combined .bottom:hover .overlay {
  display: table;
}
#main .combined .bottom .overlay {
  display: none;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 95%;
  background-color: #fff;
  width: 100%;
}
#main .combined .bottom .overlay .font_serif {
  display: table-cell;
  font-family: "EB Garamond";
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4;
  vertical-align: middle;
}
#main .title_cell {
  position: relative;
  border-top: 1px solid #000;
  width: 100%;
  cursor: default;
}
@media only screen and (min-width: 501px) and (max-width: 768px) {
  #main .title_cell {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  #main .title_cell {
    width: 66%;
  }
}
#main .title_cell table {
  height: 100%;
}
#main .title_cell table .logo {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 8vh;
  padding-top: 8vh;
}
#main .title_cell table .logo img {
  width: 160px;
}
@media only screen and (min-width: 501px) and (max-width: 768px) {
  #main .title_cell table .logo img {
    width: 180px;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  #main .title_cell table .logo img {
    width: 225px;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
}
@media only screen and (min-width: 993px) {
  #main .title_cell table .logo img {
    width: 225px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#main .title_cell table .title_text p {
  margin: 0;
  padding: 0;
  font-family: "Inter";
  font-size: 1em;
  line-height: 1.4;
  padding-top: 4vh;
  padding-bottom: 1.5em;
}
#main .title_cell table .title_image {
  width: 100%;
  padding-top: 2.5vh;
  vertical-align: top;
}
#main .title_cell table .title_image img {
  width: 100%;
}
#main .title_cell table .title_image .title_button {
  position: absolute;
  right: 0px;
  margin-top: -60px;
  margin-right: 0px;
  width: 80px;
  height: 80px;
}
@media only screen and (min-width: 451px) and (max-width: 550px) {
  #main .title_cell table .title_image .title_button {
    margin-top: -80px;
    margin-right: 0px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 551px) {
  #main .title_cell table .title_image .title_button {
    margin-top: -140px;
    margin-right: 20px;
    width: 120px;
    height: 120px;
  }
}
#main .cell {
  position: relative;
  border-top: 1px solid #000;
  width: 100%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 501px) and (max-width: 768px) {
  #main .cell {
    width: 48%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  #main .cell {
    width: 32%;
  }
}
@media only screen and (min-width: 993px) {
  #main .cell {
    width: 32%;
  }
}
#main .cell:hover .overlay {
  display: table;
}
#main .cell p {
  margin: 0;
  padding: 0;
  margin-top: 1.5vh;
  margin-bottom: 0em;
  width: 90%;
  font-family: "Inter";
  line-height: 1.4;
}
@media only screen and (min-width: 1px) and (max-width: 400px) {
  #main .cell p {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  #main .cell p {
    font-size: 2em;
  }
}
@media only screen and (min-width: 501px) and (max-width: 550px) {
  #main .cell p {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 551px) and (max-width: 600px) {
  #main .cell p {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  #main .cell p {
    font-size: 2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 970px) {
  #main .cell p {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 971px) and (max-width: 1000px) {
  #main .cell p {
    font-size: 2.2em;
  }
}
@media only screen and (min-width: 1001px) {
  #main .cell p {
    font-size: 2.4em;
  }
}
#main .cell .citation {
  margin-bottom: 2.6em;
}
#main .cell .overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 95%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  text-align: center;
}
#main .cell .overlay .font_serif {
  display: table-cell;
  font-family: "EB Garamond";
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#main .cell .overlay.touch {
  display: table;
}
#main .cell.wide {
  width: 100%;
}
@media only screen and (min-width: 501px) and (max-width: 768px) {
  #main .cell.wide {
    width: 48%;
  }
}
@media only screen and (min-width: 769px) {
  #main .cell.wide {
    width: 66%;
  }
}
#main i {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 501px) and (max-width: 768px) {
  #main i {
    width: 48%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  #main i {
    width: 32%;
  }
}
@media only screen and (min-width: 993px) {
  #main i {
    width: 32%;
  }
}
#main .column_block {
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid #000000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row;
}
#main .column_block .cb_content {
  width: 100%;
}
@media only screen and (min-width: 501px) and (max-width: 768px) {
  #main .column_block .cb_content {
    width: 48%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  #main .column_block .cb_content {
    width: 32%;
  }
}
@media only screen and (min-width: 993px) {
  #main .column_block .cb_content {
    width: 32%;
  }
}
#main .column_block .cb_content p {
  margin-top: 7vh;
  margin-bottom: 100px;
  font-family: "EB Garamond";
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.4;
}
#main .column_block .cb_content .img_passee {
  width: 60%;
  margin: auto;
}
#main .column_block .cb_content .img_passee img {
  width: 100%;
}
#main .column_block .cb_content .shop_button {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-top: -60px;
  margin-right: 20px;
}
@media only screen and (min-width: 451px) and (max-width: 500px) {
  #main .column_block .cb_content .shop_button {
    margin-top: -60px;
    margin-right: 40px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 680px) {
  #main .column_block .cb_content .shop_button {
    margin-top: -80px;
    margin-right: 0px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 681px) and (max-width: 770px) {
  #main .column_block .cb_content .shop_button {
    margin-top: -80px;
    margin-right: 20px;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 771px) and (max-width: 950px) {
  #main .column_block .cb_content .shop_button {
    margin-top: -80px;
    margin-right: 20px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 951px) {
  #main .column_block .cb_content .shop_button {
    margin-top: -80px;
    margin-right: 20px;
    width: 120px;
    height: 120px;
  }
}
#main .column_block .cb_content .shop_button img {
  width: 100%;
}
#main .column_block .cb_image {
  text-align: center;
  margin-top: 6vh;
  margin-bottom: 50px;
}
#main .form .order_preloader {
  display: none;
}
#main .form input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main .form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}
#main .form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
#main .form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaa;
}
#main .form p.f_title {
  margin-bottom: 1em;
}
#main .form hr {
  background: none;
  border: none;
  height: 1px;
  border-top: 1px solid #000;
}
#main .form input.f_text {
  border: none;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  padding-top: 1.5em;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  outline: none;
  font-family: "Inter";
  font-weight: normal;
  font-size: 1em;
}
#main .form input.f_text.warning::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FF94A0;
  opacity: 1;
  /* Firefox */
}
#main .form input.f_text.warning:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FF94A0;
}
#main .form input.f_text.warning::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FF94A0;
}
#main .form .select {
  width: 92%;
  margin-top: 3em;
  padding: 4%;
  border: 1px solid #000;
}
#main .form .select select.f_country {
  width: 100%;
  border: none;
  background: none;
  border-radius: 0;
  font-family: "Inter";
  font-weight: normal;
  font-size: 1em;
  outline: none;
  color: #000;
  -webkit-appearance: none;
}
#main .form .select select.f_country option {
  background: none;
  -webkit-appearance: none;
}
#main .form .order_logo {
  text-align: center;
  margin-bottom: 4em;
  margin-top: 4em;
}
#main .form .order_logo img {
  width: 30%;
}
#main .form .order {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#main .form .order td {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  padding-bottom: 0.3em;
}
#main .form .order td .amount {
  padding-right: 0.5em;
}
#main .form .order td .plus {
  cursor: pointer;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
#main .form .order td .plus:hover {
  color: #aaa;
}
#main .form .order td .minus {
  cursor: pointer;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
#main .form .order td .minus:hover {
  color: #aaa;
}
#main .form .order .o_desc {
  font-family: "EB Garamond";
  font-size: 1.2em;
  padding-right: 1em;
}
#main .form .order .o_cont {
  font-family: "Inter";
  font-weight: normal;
  font-size: 1em;
}
#main .form .order .grey {
  color: #aaa;
}
#main .order_check.gone {
  display: none;
}
#main .order_check {
  margin-bottom: 3em;
  cursor: default;
}
#main .order_check .cover {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#main .order_check .cover picture {
  width: 100%;
}
#main .order_check .cover img {
  width: 100%;
}
#main .order_check .order_logo {
  text-align: center;
  margin-bottom: 4em;
  margin-top: 4em;
}
#main .order_check .order_logo img {
  width: 30%;
}
#main .order_check .shipping_check,
#main .order_check .agb_check,
#main .order_check .privacy_check,
#main .order_check .bank_check,
#main .order_check .paypal_check {
  margin-top: 2em;
  font-family: "EB Garamond";
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.4;
  width: 95%;
}
#main .order_check .shipping_check .underline,
#main .order_check .agb_check .underline,
#main .order_check .privacy_check .underline,
#main .order_check .bank_check .underline,
#main .order_check .paypal_check .underline {
  text-decoration: underline;
}
#main .order_check .shipping_check .bold,
#main .order_check .agb_check .bold,
#main .order_check .privacy_check .bold,
#main .order_check .bank_check .bold,
#main .order_check .paypal_check .bold {
  margin: 0;
  padding: 0;
  padding-top: 2px;
  margin-bottom: 0.5em;
  font-family: "Inter";
  font-weight: normal;
  font-size: 0.9em;
  cursor: pointer;
}
#main .order_check .text_styled {
  margin: 0;
}
#main .order_check #order_check_preloader {
  display: block;
}
#main .order_check #order_check_preloader .preload-ring {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}
#main .order_check #order_check_preloader .preload-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  margin: 2px;
  border: 2px solid #000;
  border-radius: 50%;
  animation: preload-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
#main .order_check #order_check_preloader .preload-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#main .order_check #order_check_preloader .preload-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#main .order_check #order_check_preloader .preload-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes preload-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#main .order_check .paypal_address {
  font-family: "Inter";
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
}
#main .order_check .paypal_address span {
  font-family: "EB Garamond";
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.4;
}
#main .order_check .response_title {
  margin-bottom: 0;
  margin-left: 0;
  font-weight: normal;
  font-family: "Inter";
  line-height: 1.4;
}
@media only screen and (min-width: 1px) and (max-width: 400px) {
  #main .order_check .response_title {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  #main .order_check .response_title {
    font-size: 2em;
  }
}
@media only screen and (min-width: 501px) and (max-width: 550px) {
  #main .order_check .response_title {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 551px) and (max-width: 600px) {
  #main .order_check .response_title {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  #main .order_check .response_title {
    font-size: 2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 970px) {
  #main .order_check .response_title {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 971px) and (max-width: 1000px) {
  #main .order_check .response_title {
    font-size: 2.2em;
  }
}
@media only screen and (min-width: 1001px) {
  #main .order_check .response_title {
    font-size: 2.4em;
  }
}
#main .order_check .response_text {
  margin-top: 0.5em;
  margin-left: 0;
  font-family: "EB Garamond";
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4;
}
#main .order_check .bank_check {
  margin-top: 0;
}
#main .order_check .buyBtn {
  display: inline-block;
  margin-top: 2em;
  font-family: "Inter";
  font-weight: normal;
  font-size: 1.1em;
  border: 2px solid #000;
  padding: 6px 18px;
  cursor: pointer;
}
#main .order_check .buyBtn:hover {
  background-color: #000;
  color: #fff;
}
#main .order_check .message textarea {
  margin: 0;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 92%;
  height: 200px;
  border: 1px solid #000;
  background: none;
  outline: none;
  resize: none;
  font-family: "EB Garamond";
  font-weight: normal;
  font-size: 1.2em;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main .order_check input[type=checkbox] {
  display: none;
}
#main .order_check input[type=checkbox] + label:before {
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin-top: 6px;
  border-radius: 13px;
  border: 1px solid #000;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 6px;
}
#main .order_check input[type=checkbox]:checked + label:before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #000;
  border: 1px solid #000;
}
#main .order_check .warnings {
  margin-top: 2em;
}
#main .order_check .warnings p {
  font-family: "EB Garamond";
  font-weight: normal;
  font-size: 1.2em;
  color: #cc0000;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
#main .disabled {
  display: none;
  border-top: none;
}
@media only screen and (min-width: 769px) {
  #main .disabled {
    display: block;
  }
}
#main .disabled p.f_title {
  display: none;
}
#main .disabled .select {
  display: none;
}
#main .disabled input {
  display: none;
}
#main .form.load .order_check {
  visibility: hidden;
}
#main .form.load .order_check table {
  visibility: hidden;
}
#main .form.load .order_summary {
  visibility: visible;
}
#main .form.load .order_summary .order_preloader {
  display: block;
  margin-top: 2em;
  width: 100%;
  text-align: center;
}
#main .form.load .order_summary .order_preloader .preload-ring {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}
#main .form.load .order_summary .order_preloader .preload-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  margin: 4px;
  border: 4px solid #000;
  border-radius: 50%;
  animation: preload-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
#main .form.load .order_summary .order_preloader .preload-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#main .form.load .order_summary .order_preloader .preload-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#main .form.load .order_summary .order_preloader .preload-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes preload-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#main.full {
  margin-bottom: -3vh;
}
@media only screen and (min-width: 501px) {
  #main.full {
    margin-bottom: -60px;
  }
}
footer {
  position: relative;
  margin: auto;
  max-width: 1400px;
  height: 60px;
}
footer:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0px;
  padding: 0;
  margin: 0;
}
footer ul {
  border-top: 1px solid #000000;
  margin: 0 3vh;
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 3vh;
  padding-bottom: 9vh;
}
@media only screen and (min-width: 871px) {
  footer ul {
    padding-top: 0;
    padding-bottom: 0;
  }
}
footer ul li {
  display: block;
  font-family: "Inter";
  font-size: 1em;
  margin-top: 0.5em;
}
@media only screen and (min-width: 871px) {
  footer ul li {
    display: inline-block;
    margin-top: 1em;
  }
}
footer ul li a {
  text-decoration: none;
  color: #000000;
}
footer ul li a:hover {
  border-bottom: 2px solid #000000;
}
footer ul li:after {
  content: "";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media only screen and (min-width: 871px) {
  footer ul li:after {
    content: "/";
  }
}
footer ul li:last-child:after {
  content: "";
}
/*# sourceMappingURL=styles.css.map */