@charset "UTF-8";
@font-face {
  font-family: "Graphik-Medium";
  src: url("/fonts/Graphik-Medium.eot");
  src: url("/fonts/Graphik-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Graphik-Medium.woff2") format("woff2"), url("/fonts/Graphik-Medium.woff") format("woff"), url("/fonts/Graphik-Medium.ttf") format("truetype"), url("/fonts/Graphik-Medium.svg#Graphik-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik-Light";
  src: url("/fonts/Graphik-Light.eot");
  src: url("/fonts/Graphik-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Graphik-Light.woff2") format("woff2"), url("/fonts/Graphik-Light.woff") format("woff"), url("/fonts/Graphik-Light.ttf") format("truetype"), url("/fonts/Graphik-Light.svg#Graphik-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik-Regular";
  src: url("/fonts/Graphik-Regular.eot");
  src: url("/fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Graphik-Regular.woff2") format("woff2"), url("/fonts/Graphik-Regular.woff") format("woff"), url("/fonts/Graphik-Regular.ttf") format("truetype"), url("/fonts/Graphik-Regular.svg#Graphik-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url("/fonts/MinionPro-Regular.eot");
  src: url("/fonts/MinionPro-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/MinionPro-Regular.woff2") format("woff2"), url("/fonts/MinionPro-Regular.woff") format("woff"), url("/fonts/MinionPro-Regular.ttf") format("truetype"), url("/fonts/MinionPro-Regular.svg#MinionPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paciencia-Regular";
  src: url("/fonts/Paciencia-Regular.eot");
  src: url("/fonts/Paciencia-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Paciencia-Regular.woff2") format("woff2"), url("/fonts/Paciencia-Regular.woff") format("woff"), url("/fonts/Paciencia-Regular.ttf") format("truetype"), url("/fonts/Paciencia-Regular.svg#Paciencia-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: 33.33%;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: flex;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

img {
  border: none;
  max-width: 100%;
  display: block;
  align-self: flex-start;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
body {
  font-family: Gotham, sans-serif;
  font-size: 16px;
  background: #fff;
  color: #fff;
  margin: 0;
  padding: 0;
  padding-top: 85px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
}

h1 {
  font-family: "Paciencia-Regular";
  font-size: clamp(40px, 4.4vw, 99px);
  line-height: 1em;
  color: #F74831;
  padding-left: 100px;
  background-color: #ffc0ef;
  text-transform: uppercase;
}
h1 span {
  display: block;
  font-family: "Graphik-Light";
  font-size: 0.73em;
  color: #F74831;
}
h1 .line {
  display: block;
  width: 100px;
  height: 3px;
  background-color: #F74831;
  margin-top: 10px;
}

h2 {
  font-family: "Graphik-Medium";
  font-size: 30px;
  color: #F74831;
  text-align: center;
  padding-bottom: 40px;
  text-transform: uppercase;
}
h2 span {
  display: block;
  font-family: "Graphik-Light";
  font-size: 0.73em;
  color: #F74831;
}
h2 a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 30px;
  color: inherit;
}

p {
  font-family: "Graphik-Light";
  font-size: 16px;
  color: #4D4D4D;
  text-align: center;
  margin-bottom: 0.75em;
}
p a {
  color: inherit;
  text-decoration: underline;
}
p.small {
  font-size: 10px;
  max-width: 500px;
  width: 100%;
}

.not-bold {
  font-family: "Graphik-Light" !important;
}

/* Navigation */
header {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 30px 60px;
  background-color: #fff;
  border-bottom: 2px solid rgba(255, 192, 239, 0.2);
}
header nav {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
header nav ul {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
header nav ul li {
  display: block;
  position: relative;
  margin-right: 15px;
}
header nav ul li a {
  display: block;
  font-family: "Graphik-Regular";
  font-size: clamp(14px, 1.38vw, 20px);
  line-height: 1.2em;
  color: #F74831;
  text-transform: uppercase;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li.enq-holder {
  margin: 0 0 0 auto;
}
header nav ul li.enq-holder a {
  margin: 0;
}
header nav ul li.enq-holder:hover a {
  color: #ffc0ef;
}

/* nav-toggle */
#nav-toggle {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: none;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background: #F00D0D;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent !important;
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

/* enquiry */
.register {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.register .formbox {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.register .formbox input,
.register .formbox select,
.register .formbox textarea,
.register .formbox label {
  font-family: "Graphik-Light";
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 5px 0;
  width: 100%;
  color: #000;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 2px solid #ffc0ef;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
  letter-spacing: 2px;
}
.register .formbox input option,
.register .formbox select option,
.register .formbox textarea option,
.register .formbox label option {
  padding: 7px 5px;
  background: #fff;
  color: #000;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}
.register .formbox input.b_submit,
.register .formbox select.b_submit,
.register .formbox textarea.b_submit,
.register .formbox label.b_submit {
  padding: 15px 40px;
  border: 4px solid #ffc0ef;
  color: #F74831;
  font-family: "Graphik-Medium";
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin: 50px auto auto auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
  cursor: pointer;
  margin-bottom: 20px;
  background-color: #fff;
}
.register .formbox input.b_submit:hover,
.register .formbox select.b_submit:hover,
.register .formbox textarea.b_submit:hover,
.register .formbox label.b_submit:hover {
  color: #ffc0ef;
  background-color: #F74831;
}

.b_submit {
  padding: 15px 40px;
  border: 4px solid #ffc0ef;
  color: #F74831;
  font-family: "Graphik-Medium";
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin: 50px 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
  cursor: pointer;
  margin-bottom: 20px;
  background-color: #fff;
}
.b_submit:hover {
  color: #ffc0ef;
  background-color: #F74831;
}

.privacy {
  font-size: 10px;
}
.privacy a {
  color: #000;
  text-decoration: underline;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}

#chkInternational + label {
  background: url("/images/buttons/uncheck.png") no-repeat left center;
  color: #fff;
  padding: 2px 0 2px 26px;
}

#chkInternational:checked + label {
  background: url("/images/buttons/check.png") no-repeat left center;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
  opacity: 0.4;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000;
  opacity: 0.4;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.4;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/*Check Box*/
.checkbox label,
.checkbox input {
  font-family: "Graphik-Light";
  font-size: 20px;
  color: #F74831;
  text-align: center;
  padding-bottom: 20px;
}
.checkbox input[type=checkbox]:not(old),
.checkbox input[type=radio]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}
.checkbox input[type=checkbox]:not(old) + label,
.checkbox input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -2em;
  line-height: 1.5em;
}
.checkbox input[type=checkbox]:not(old) + label > span,
.checkbox input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border: 0.0625em solid rgb(192, 192, 192);
  border-radius: 0.25em;
  background: rgb(224, 224, 224);
  background-image: linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
  vertical-align: bottom;
}
.checkbox input[type=checkbox]:not(old):checked + label > span,
.checkbox input[type=radio]:not(old):checked + label > span {
  background-image: linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
  background: #F74831;
}
.checkbox input[type=checkbox]:not(old):checked + label > span:before {
  content: "✓";
  display: block;
  width: 1em;
  color: #F74831;
  font-size: 0.7em;
  line-height: 1em;
  text-align: center;
  font-weight: bold;
}
.checkbox input[type=radio]:not(old):checked + label > span > span {
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: 0.125em;
  border: 0.0625em solid #F74831;
  border-radius: 0.125em;
  background: #F74831;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  -ms-border-radius: 0.125em;
  -o-border-radius: 0.125em;
}

.package {
  padding-left: 24px;
}
.package * {
  font-family: "Graphik-Light";
  font-size: 14px;
  color: #000;
}
.package ul {
  max-width: 650px;
  list-style: inside;
}

/*footer*/
footer {
  display: block;
  position: relative;
  width: 100%;
  padding: 50px 60px;
  border-top: 2px solid rgba(255, 192, 239, 0.2);
  margin-bottom: 150px;
  background-color: #ffc0ef;
}
footer * {
  color: #000;
  font-family: "Graphik-Light";
}
footer > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
footer .sicialmedia {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #F00D0D;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

main {
  display: block;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

section {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
}

.wrapper {
  display: block;
  width: 100%;
  position: relative;
}

.container {
  display: block;
  position: relative;
  width: 1440px;
  max-width: calc(100% - 200px);
  margin: 0 auto;
}

.content {
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.box-flower {
  width: 100%;
  height: 200px;
}
.box-flower.last {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#first .wrapper:first-child .left-flower, #page-event .wrapper:first-child .left-flower {
  position: absolute;
  top: 0;
  left: 0;
  height: clamp(200px, 15vw, 270px);
  transform: translateY(25%);
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
}
#first .wrapper:first-child .right-flower, #page-event .wrapper:first-child .right-flower {
  position: absolute;
  top: auto;
  bottom: -10%;
  right: 0;
  height: 100%;
  max-width: 63%;
}

#first .text-wrapper p {
  line-height: 1em;
  margin-bottom: 2em;
  text-align: left;
}
#first .text-wrapper .left {
  width: 100px;
}

#second .wrapper {
  padding-bottom: 5vw;
}
#second .wrapper .left-flower {
  position: absolute;
  top: 0;
  left: 0;
  height: clamp(200px, 15vw, 270px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#second .wrapper .right-flower {
  position: absolute;
  top: 0;
  right: 0;
  height: clamp(200px, 15vw, 270px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#third {
  background-color: #F9F8F2;
}

.btn {
  padding: 15px 40px;
  text-align: center;
  border: 4px solid #ffc0ef;
  color: #F74831;
  font-family: "Graphik-Medium";
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin: 50px auto auto auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
}
.btn:hover {
  color: #ffc0ef;
  background-color: #F74831;
}

.ronald {
  display: inline-block;
  margin: 40px auto;
}

.slider-holder .ratio4by3 {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-holder .slick-list {
  padding: 0 !important;
}
.slider-holder .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 40px;
  left: -40px;
  z-index: 4;
}
.slider-holder .slick-arrow img {
  width: 100%;
}
.slider-holder .slick-arrow.slick-next {
  left: auto;
  right: -40px;
}
.slider-holder .center {
  width: calc(100% - 100px);
  margin: auto;
}
.slider-holder .center .slick-active img {
  opacity: 0.5;
}
.slider-holder .center .slick-active.slick-current img {
  padding: 0;
  opacity: 1;
}
.slider-holder .center .ratio4by3 {
  padding: 0 10px;
}
.slider-holder .responsive {
  width: calc(100% - 100px);
  margin: auto;
}
.slider-holder .responsive .ratio4by3 {
  padding: 10px;
}
.slider-holder .wrapper:nth-child(even) .note-holder {
  background-color: #F74831;
}
.slider-holder .wrapper:nth-child(even) .note-holder * {
  color: #fff !important;
}

#page-home .slick-dots {
  display: none;
}

.logo-holder {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 100px;
  flex-flow: wrap;
}
.logo-holder a {
  width: 33.3333333333%;
}
.logo-holder a img {
  margin: auto;
}
.logo-holder img {
  max-height: 100px;
  max-width: 240px;
  padding: 10px;
  margin: 10px;
}

.note-holder {
  width: calc((100% - 100px) / 4);
  position: absolute;
  top: 0;
  left: 50px;
  border: 10px #F9F8F2 solid;
  aspect-ratio: 4/3;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
  background-color: #ffc0ef;
}
.note-holder h2 {
  font-size: clamp(16px, 1.7vw, 30px);
  padding-bottom: 0.7em;
  text-align: left;
}
.note-holder p {
  text-align: left;
  max-width: 300px;
  font-size: clamp(14px, 0.8vw, 20px);
  line-height: 1.1em;
}
.note-holder p a {
  color: inherit !important;
  text-decoration: underline;
}
.note-holder.y2019, .note-holder.y2017 {
  background-color: #ffc0ef;
}
.note-holder.y2018 {
  background-color: #F74831;
}
.note-holder.y2018 h2,
.note-holder.y2018 p {
  color: #fff;
}

._ticket {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
._ticket p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: bold;
}
._ticket p:nth-child(4) {
  padding-bottom: 50px;
}
._ticket a {
  margin: 0;
}
._ticket a.mta {
  margin-top: auto;
}
._ticket a.terms {
  color: #4D4D4D;
  display: block;
  font-size: 12px;
  text-decoration: underline;
  margin-top: 15px;
}
._ticket:first-child {
  margin-right: 50px;
}

.row {
  display: flex;
}
.row.space-between {
  justify-content: space-between;
}

.justifycenter {
  justify-content: center;
}

.column {
  display: flex;
  flex-direction: column;
}

#contact {
  background-color: #F9F8F2;
}
#contact .left-flower {
  position: absolute;
  top: 0;
  left: 0;
  height: clamp(200px, 15vw, 270px);
}
#contact .right-flower {
  position: absolute;
  top: 50%;
  right: 0;
  height: clamp(200px, 15vw, 270px);
}

.bf {
  background-size: 10vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fix-bg {
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.fix-bg.one {
  background-size: 12vw;
  background-position: -1%;
}
.fix-bg.v2 {
  background-size: 12vw;
  background-position: 104%;
}

#page-home .not-home {
  display: none;
}

#page-purchaseticket .just-home {
  display: none;
}
#page-purchaseticket * {
  text-align: left;
}
#page-purchaseticket .container {
  width: 1000px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#page-purchaseticket .formbox {
  margin: 0;
}

.purchased-details p {
  margin-bottom: 0;
}
.purchased-details input {
  width: 40px;
  border: 1px solid #F74831;
  margin-right: 20px;
  padding: 5px;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.price-details p span:first-child {
  width: 120px;
  display: inline-block;
  margin-right: 20px;
  color: #F74831;
  font-family: "Graphik-Medium";
}
.price-details p span:last-child {
  display: inline-block;
  color: #000;
  font-family: "Graphik-Medium";
}

#page-auction .not-auction {
  display: none;
  margin: 0;
}
#page-auction .overflow-hidden {
  overflow: hidden;
}
#page-auction .just-home {
  display: none;
}
#page-auction h2 {
  text-align: left;
  text-transform: none;
  font-family: "Pacienca-Regular";
  padding-bottom: 20px;
}
#page-auction .wrapper:first-child .right-flower {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}
#page-auction .wrapper:nth-child(2) {
  gap: 0 40px;
}
#page-auction .wrapper:nth-child(2) div:nth-child(1) {
  max-width: 280px;
}
#page-auction .wrapper:nth-child(2) div:nth-child(1) img {
  width: 100%;
}
#page-auction .wrapper:nth-child(2) div:nth-child(2) {
  max-width: 600px;
}
#page-auction .wrapper:nth-child(2) div:nth-child(2) p {
  text-align: left;
  max-width: 525px;
}
#page-auction .wrapper:nth-child(2) div:nth-child(2) p:nth-child(3) {
  font-family: "Graphik-Medium";
  font-style: italic;
  font-size: 1.1em;
}
#page-auction .bottom-wrapper {
  background-color: #ffc0ef;
}
#page-auction .bottom-wrapper .right-flower {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15%;
}
#page-auction .bottom-wrapper div {
  padding: 40px 0;
}
#page-auction .bottom-wrapper div p {
  margin: 0 auto;
  color: #F74831;
  font-family: "Graphik-Medium";
  text-align: left;
  max-width: 790px;
  padding: 0 30px;
}
#page-auction .item-container {
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-auction .item-container h2 {
  align-self: flex-start;
  padding-bottom: 40px;
  font-family: "Graphik-Medium";
}
#page-auction .item-container .item-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0 30px;
}
#page-auction .item-container .item-wrapper .item-text {
  width: calc(50% - 30px);
}
#page-auction .item-container .item-wrapper .item-text h2 {
  font-size: clamp(18px, 1.04vw, 20px);
}
#page-auction .item-container .item-wrapper .item-text p, #page-auction .item-container .item-wrapper .item-text span {
  text-align: left;
}
#page-auction .item-container .item-wrapper .item-text span {
  color: #F74831;
  font-family: "Graphik-Medium";
}
#page-auction .item-container .item-wrapper .item-text .pts {
  padding-top: 10px;
}
#page-auction .item-container .item-wrapper .item-slider, #page-auction .item-container .item-wrapper .item-img {
  position: relative;
  width: calc(50% - 30px);
}
#page-auction .item-container .item-wrapper .item-slider .slick-arrow, #page-auction .item-container .item-wrapper .item-img .slick-arrow {
  display: none !important;
}

.bold {
  font-family: "Graphik-Medium";
  padding-top: 1em;
}

.underline {
  text-decoration: underline;
}

#page-event .not-event {
  display: none;
  margin: 0;
}
#page-event .just-home {
  display: none;
}
#page-event .container {
  width: 1000px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#page-event .tac {
  text-align: center;
}
#page-event p {
  text-align: left;
}
#page-event h2 {
  text-align: left;
}
#page-event .text-wrapper p {
  line-height: 1em;
  margin-bottom: 2em;
}
#page-event .text-wrapper .left {
  width: 200px;
}

/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/
.fullwidth {
  width: 100%;
}

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ptl {
  padding-top: 6vw;
}

.pbl {
  padding-bottom: 6vw;
}

.pbm {
  padding-bottom: 40px;
}

.ma {
  margin: auto;
}

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

.wrap {
  flex-flow: wrap;
}

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

@media screen and (max-width: 1200px) {
  body {
    padding-top: 83px;
  }
  header {
    padding: 10px 30px;
  }
  header nav ul li a {
    font-size: 14px;
  }
  .btn {
    font-size: 16px;
  }
  .slider-holder .center .ratio4by3 {
    padding: 0 10px !important;
  }
  .slider-holder .ratio4by3 {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .note-holder {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 1024px) {
  .note-holder {
    width: calc((100% - 100px) / 3);
  }
}
@media screen and (max-width: 1000px) {
  body {
    padding-top: 58px;
  }
  .box-flower {
    height: 50px;
  }
  ._ticket * {
    margin-left: auto;
    margin-right: auto;
  }
  ._ticket:first-child {
    margin-right: 0;
    margin-bottom: 50px;
  }
  ._ticket p:nth-child(4) {
    padding-bottom: 0;
  }
  ._ticket a.mta {
    margin-top: 40px;
  }
  #first .wrapper:first-child .right-flower, #page-event .wrapper:first-child .right-flower {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    max-width: initial;
    width: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    top: auto;
    bottom: 0;
  }
  #first .wrapper:first-child .left-flower, #page-event .wrapper:first-child .left-flower {
    display: none;
  }
  #nav-toggle {
    display: block;
    z-index: 2;
  }
  .note-holder {
    width: calc((100% - 100px) / 2);
  }
  header {
    padding: 0;
    height: 60px;
  }
  header nav {
    position: fixed;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    opacity: 0;
    pointer-events: none;
    z-index: -1000;
  }
  header nav ul {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  header nav ul li {
    margin: 0;
    margin-bottom: 2em;
  }
  header nav ul li a {
    padding: 0;
    margin: 0;
  }
  header nav ul li.enq-holder {
    margin: 0;
  }
  header nav ul li.enq-holder a {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #F74831;
    text-transform: uppercase;
    border: 0;
    padding: 0;
    margin: 0;
  }
  header.active_nav nav {
    opacity: 1;
    pointer-events: initial;
    z-index: initial;
  }
  h1 {
    padding-left: 20px;
    font-size: clamp(30px, 4.4vw, 99px);
  }
  .container {
    max-width: calc(100% - 40px);
  }
  #second .wrapper .left-flower {
    position: relative;
    top: auto;
    left: auto;
    width: 150px;
    height: auto;
    transform: none;
    -webkit-transform: none;
    height: auto;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  #second .wrapper .right-flower {
    display: none;
  }
  .slider-holder .center .ratio4by3 {
    padding: 0 !important;
  }
  .wrapper {
    margin-bottom: 30px;
  }
  #contact .right-flower {
    display: none;
  }
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 16px;
  }
  input,
select,
textarea {
    font-size: 16px;
  }
  .privacy {
    font-size: 11px;
  }
  .m-col {
    display: flex;
    flex-direction: column;
  }
  .m-plr40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .m-pbs {
    padding-bottom: 30px;
  }
  .m-aligncenter {
    align-items: center;
  }
  #page-auction .wrapper:nth-child(3) .content-wrapper {
    width: 100%;
    max-width: 600px;
  }
  #page-auction .wrapper:nth-child(3) .content-wrapper h2 {
    margin-left: 0;
  }
  #page-auction .wrapper:nth-child(3) .content-wrapper .img-wrapper {
    flex-wrap: wrap;
  }
  #page-auction .wrapper:nth-child(3) .content-wrapper .img-wrapper img {
    width: 100%;
    max-width: 400px;
  }
  #page-auction .wrapper:nth-child(3) .content-wrapper .img-wrapper img:nth-child(2) {
    margin: 20px 0;
  }
  #page-auction .wrapper:nth-child(4) {
    margin-bottom: 0;
  }
  #page-auction .wrapper:nth-child(4) p {
    font-size: 0.9em;
  }
  #page-auction .item-container .item-wrapper {
    flex-direction: column;
  }
  #page-auction .item-container .item-wrapper .item-text, #page-auction .item-container .item-wrapper .item-slider, #page-auction .item-container .item-wrapper .item-img {
    width: 100%;
  }
  #page-auction .item-container .item-wrapper .item-text h2 br, #page-auction .item-container .item-wrapper .item-slider h2 br, #page-auction .item-container .item-wrapper .item-img h2 br {
    display: none;
  }
  #first .text-wrapper, #page-event .text-wrapper {
    flex-direction: column;
  }
  #first .text-wrapper .left, #page-event .text-wrapper .left {
    margin-bottom: 0.5em;
  }
  #first .text-wrapper .right, #page-event .text-wrapper .right {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 760px) {
  .logo-holder {
    padding-bottom: 0;
  }
  .logo-holder img {
    max-width: 40%;
  }
  .slider-holder .responsive {
    width: calc(100% - 40px);
    margin: auto;
  }
  .note-holder {
    width: calc(100% - 40px);
    margin: auto;
    position: relative;
    top: auto;
    left: auto;
    border: 0;
    aspect-ratio: initial;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .note-holder p {
    text-align: center;
    padding-bottom: 30px;
  }
  #third .slider-holder .responsive .ratio4by3 {
    padding: 0;
    padding-bottom: 4px;
  }
  .slider-holder .slick-arrow {
    left: 0;
  }
  .slider-holder .slick-arrow.slick-next {
    right: 0;
    left: auto;
  }
  #contact .left-flower {
    display: none;
  }
  footer {
    padding: 30px 20px;
    margin-bottom: 40px;
  }
  footer * {
    font-size: 10px;
  }
  .terms {
    white-space: pre-wrap;
    display: block;
    position: relative;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */