/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/main.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* ATTENTION!!! DON'T EDIT THE CSS DIRECTLY FROM THE CSS FILE. USE THE SCSS INSTEAD!!!  */
/* 
 * =========== Custom Font ===========
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap");
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-Bold.eot");
  src: url("../fonts/Campton-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-Bold.woff2") format("woff2"), url("../fonts/Campton-Bold.woff") format("woff"), url("../fonts/Campton-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-Light.eot");
  src: url("../fonts/Campton-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Campton-Light.woff2") format("woff2"), url("../fonts/Campton-Light.woff") format("woff"), url("../fonts/Campton-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NuovaVolte";
  src: url("../fonts/nuovavolte-regular.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NuovaVolte";
  src: url("../fonts/nuovavolte-light.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "NuovaVolte";
  src: url("../fonts/nuovavolte-semibold.ttf");
  font-weight: 600;
  font-style: normal;
}
* {
  margin: 0px;
  padding: 0px;
}

body {
  height: 100%;
  width: 100%;
}
body.admin-bar {
  height: calc(100% - 32px);
}

body {
  font-size: 15px;
  font-weight: 400;
  line-height: 26.25px;
  font-family: "Poppins", sans-serif;
  color: #072365;
}
body.blue {
  color: #0F378E;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
  font-family: "Campton", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.3rem;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

a {
  text-decoration: none;
  cursor: pointer;
}

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

/* Header
============================================================================= */
header img {
  max-width: 304px;
  height: 123px;
  object-fit: cover;
  object-position: left bottom;
}

/* Content
============================================================================= */
#wrapper {
  background: url(../img/bg_top.png) no-repeat top left;
  background-size: contain;
  position: relative;
  min-height: 800px;
}

#content-image {
  position: absolute;
  height: 100%;
  width: 49%;
  right: 0;
  top: 0;
  background: url(../img/dummy/signup-03.png) no-repeat;
  z-index: 2;
  background-size: 100% auto;
  background-position: left top;
}

#content-wrapper {
  position: relative;
  z-index: 3;
}

/* Top Content */
#top {
  position: relative;
  z-index: 3;
  color: #ffffff;
  padding-top: 78px;
  margin-bottom: 90px;
}
#top .top-content-wrapper {
  max-width: 710px;
  margin-bottom: 80px;
}
#top .top-content-wrapper h1 {
  font-size: 111px;
  font-weight: 700;
  font-family: "Campton", sans-serif;
  color: #ffffff;
  line-height: 76px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#top .top-content-wrapper h1 span {
  display: inline-block;
  position: relative;
}
#top .top-content-wrapper h1 span.order-1 {
  z-index: 1;
}
#top .top-content-wrapper h1 span.order-2 {
  z-index: 2;
}
#top .top-content-wrapper h1 span.smaller {
  font-size: 107px;
}
#top .top-content-wrapper .top-content {
  line-height: 1.8;
  max-width: 600px;
}
#top .top-content-wrapper .top-content p {
  margin-bottom: 20px;
}
#top .top-content-wrapper .top-content p:last-child {
  margin-bottom: 0;
}
#top .top-content-wrapper .top-content a {
  color: #ffffff;
}

.image-list {
  margin-left: -66px;
}
.image-list .image-list-item {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.image-list .image-list-item .square-icon {
  min-width: 150px;
  height: 150px;
  background-color: #917BCD;
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: center center;
  margin-right: 30px;
}
.image-list .image-list-item .image-list-detail {
  color: #917BCD;
  font-weight: 600;
  font-size: 16px;
}
.image-list .image-list-item .image-list-detail .image-list-detail-title {
  font-family: "Campton", sans-serif;
  font-weight: 300;
  font-size: 37.5px;
  margin-bottom: 15px;
}
.image-list .image-list-item .image-list-detail .image-list-detail-content {
  word-break: break-word;
}
.image-list .image-list-item .image-list-detail .big {
  font-size: 1.7rem;
}
.image-list .image-list-item .image-list-detail a {
  color: inherit;
}
.image-list .image-list-item:nth-child(even) .square-icon {
  background-color: #52317E;
}
.image-list .image-list-item:nth-child(even) .image-list-detail {
  color: #52317E;
}
.image-list .image-list-item:last-child {
  margin-bottom: 0;
}

h3.section-title {
  font-size: 76.5px;
  line-height: 51.5px;
}
h3.section-title.white-color {
  color: #ffffff;
}

.page-template-default {
  height: auto;
}
.page-template-default #wrapper {
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  background-image: url(../img/bg_1920.jpg);
}
.page-template-default #content-image {
  display: none;
  background-size: auto 100%;
  background-position: right top;
}
.page-template-default #content {
  color: #ffffff;
  padding: 30px 0 60px;
}
.page-template-default footer {
  display: none;
}
.page-template-default.admin-bar #wrapper {
  min-height: calc(100vh - 32px);
}
.page-template-default .entry-content {
  color: #ffffff;
}
.page-template-default .entry-content a {
  color: #ffffff;
}
.page-template-default .entry-content ul {
  margin-left: 20px;
}
.page-template-default #wpmem_login * {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.page-template-default #wpmem_login legend {
  font-family: "Campton", sans-serif;
  color: #ffffff;
}
.page-template-default #wpmem_login label {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
.page-template-default #wpmem_login input[type=submit] {
  background-color: #C12F7B;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  height: 40.5px;
  min-width: 159px;
  padding: 0 20px;
  border-radius: 0;
  border: none;
  margin: 0;
  font-size: 15px;
}
.page-template-default #wpmem_reg * {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.page-template-default #wpmem_reg legend {
  font-family: "Campton", sans-serif;
  color: #ffffff;
}
.page-template-default #wpmem_reg label {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
.page-template-default #wpmem_reg .req {
  display: inline-block;
  margin-left: 5px;
}
.page-template-default #wpmem_reg .req-text .req {
  margin-left: 0;
  margin-right: 5px;
}
.page-template-default #wpmem_reg input[type=submit] {
  background-color: #C12F7B;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  height: 40.5px;
  min-width: 159px;
  padding: 0 20px;
  border-radius: 0;
  border: none;
  margin: 0;
  font-size: 15px;
}
.page-template-default #wpmem_msg {
  color: #072365;
}
.page-template-default .wpmem_msg {
  color: #072365;
}

/* Blue Style
============================================================================= */
.blue #wrapper {
  background-image: url(../img/bg_top_blue.png);
}
.blue .image-list .image-list-item .square-icon {
  background-color: #0F378E;
}
.blue .image-list .image-list-item .image-list-detail {
  color: #0F378E;
}
.blue .image-list .image-list-item:nth-child(even) .square-icon {
  background-color: #2D72C7;
}
.blue .image-list .image-list-item:nth-child(even) .image-list-detail {
  color: #2D72C7;
}

/* Misc
============================================================================= */
.table {
  color: inherit;
}

/* Responsive Style
============================================================================= */
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
  body {
    font-size: 20px;
    line-height: 35px;
  }
  #top {
    margin-bottom: 150px;
  }
  #top .top-content-wrapper h1 {
    font-size: 147.63px;
    line-height: 99.75px;
  }
  #top .top-content-wrapper h1 span.smaller {
    font-size: 142.31px;
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 20px;
    line-height: 35px;
  }
  .container {
    max-width: 1620px;
  }
  header img {
    max-width: 421px;
    height: auto;
    object-fit: contain;
  }
  #top {
    margin-bottom: 120px;
  }
  #top .top-content-wrapper {
    max-width: 910px;
    margin-bottom: 150px;
  }
  #top .top-content-wrapper h1 {
    font-size: 147.63px;
    line-height: 99.75px;
  }
  #top .top-content-wrapper h1 span.smaller {
    font-size: 142.31px;
  }
  #top .top-content-wrapper .top-content {
    max-width: 770px;
  }
  #top .top-content-wrapper .top-content p {
    margin-bottom: 30px;
  }
  h3.section-title {
    font-size: 102px;
    line-height: 72px;
    margin-bottom: 30px;
  }
  .image-list {
    margin-left: -81px;
  }
  .image-list .image-list-item .square-icon {
    min-width: 200px;
    height: 200px;
    margin-right: 40px;
  }
  .image-list .image-list-item .image-list-detail {
    font-size: 18px;
    line-height: 27px;
  }
  .image-list .image-list-item .image-list-detail .image-list-detail-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #wrapper {
    background-size: auto 75vh;
    background-position: center top;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #wrapper {
    min-height: 100vh;
    background-size: auto 100vh;
    background-position: center top;
  }
}
@media (max-width: 767px) {
  body.admin-bar {
    height: calc(100% - 46px);
  }
  .page-template-default #content-image {
    display: none !important;
  }
  .page-template-default #content {
    padding-bottom: 30px;
  }
  .page-template-default.admin-bar #wrapper {
    min-height: calc(100vh - 46px);
  }
}
/* Template overview.php
============================================================================= */
.page-template-overview #content-image {
  max-width: 35%;
  background-image: url(../img/dummy/overview-01.png);
}
.page-template-overview #top {
  margin-bottom: 0;
}
.page-template-overview #top .top-content-wrapper {
  max-width: 790px;
  margin-bottom: 20px;
}
.page-template-overview #top .top-content-wrapper .top-content {
  max-width: 760px;
}
.page-template-overview #top .varo-grid-post {
  padding-top: 50px;
}
.page-template-overview #top .varo-grid-post .thumbnail {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  display: block;
  color: #ffffff;
}
.page-template-overview #top .varo-grid-post .thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.page-template-overview #top .varo-grid-post .thumbnail .caption {
  position: absolute;
  bottom: 0;
  padding: 15px 10px;
}
.page-template-overview #top .varo-grid-post .thumbnail .caption h2 {
  font-family: "Campton", sans-serif;
  font-size: 40px;
  line-height: 27px;
  text-transform: uppercase;
}
.page-template-overview #top .varo-grid-post a.thumbnail {
  cursor: pointer;
}
.page-template-overview #top .pagination {
  margin-top: 15px;
}
.page-template-overview #top .pagination li.page-item {
  margin: 0 5px;
}
.page-template-overview #top .pagination li.page-item.active .page-link {
  background-color: #52317E;
  border-color: #52317E;
  color: #ffffff;
}
.page-template-overview #top .pagination li.page-item .page-link {
  color: #000000;
  padding: 5px 10px;
  font-size: 12px;
}

@media only screen and (min-width: 1440px) {
  .page-template-overview #top .varo-grid-post .thumbnail .caption h2 {
    font-size: 41.6px;
    line-height: 28.6px;
  }
  .page-template-overview #top .pagination li.page-item.active .page-link {
    padding: 10px 22px;
  }
  .page-template-overview #top .pagination li.page-item .page-link {
    font-size: 20.8px;
    padding: 10px 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-overview #top .top-content-wrapper {
    max-width: 1030px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-template-overview #top .top-content-wrapper {
    max-width: 1060px;
  }
  .page-template-overview #top .top-content-wrapper .top-content {
    max-width: 1000px;
  }
  .page-template-overview #top .varo-grid-post .thumbnail .caption h2 {
    font-size: 52px;
    line-height: 36.4px;
  }
  .page-template-overview #top .pagination li.page-item.active .page-link {
    padding: 10px 22px;
  }
  .page-template-overview #top .pagination li.page-item .page-link {
    font-size: 28.6px;
    padding: 10px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-overview #wrapper {
    background-size: auto 150vh;
  }
  .page-template-overview #content-image {
    display: none;
  }
  .page-template-overview #top .top-content-wrapper h1 {
    font-size: 72px;
    line-height: 48px;
  }
  .page-template-overview #top .top-content-wrapper h1 span.smaller {
    font-size: 72px;
  }
  .page-template-overview #top .varo-grid-post .pr-0 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .page-template-overview #wrapper {
    background-size: 100% 150vh;
  }
  .page-template-overview #top .top-content-wrapper h1 {
    line-height: 48px;
  }
}
@media only screen and (max-width: 600px) and (orientation: landscape) {
  .page-template-overview #wrapper {
    background-size: 100% 200vh;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .page-template-overview #wrapper {
    background-size: 100% 200vh;
  }
  .page-template-overview #content-image {
    display: none;
  }
  .page-template-overview #top .top-content-wrapper {
    max-width: 100% !important;
  }
  .page-template-overview #top .top-content-wrapper h1 {
    font-size: 90px;
    line-height: 60px;
  }
  .page-template-overview #top .top-content-wrapper h1 span.smaller {
    font-size: 90px;
  }
  .page-template-overview #top .varo-grid-post .thumbnail .caption h2 {
    font-size: 26.4px;
    line-height: 18px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-template-overview #wrapper {
    background-position: left top;
  }
  .page-template-overview #content-image {
    background-size: auto 75vh;
  }
  .page-template-overview #top .top-content-wrapper h1 {
    font-size: 90px;
    line-height: 60px;
  }
  .page-template-overview #top .top-content-wrapper h1 span.smaller {
    font-size: 90px;
  }
  .page-template-overview #top .top-content-wrapper .top-content p {
    font-size: 18px;
  }
  .page-template-overview #top .varo-grid-post .thumbnail .caption h2 {
    font-size: 26.4px;
    line-height: 18px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .page-template-overview #content-image {
    background-size: auto 120vh;
  }
  .page-template-overview #top .top-content-wrapper {
    max-width: 65%;
  }
  .page-template-overview #top .top-content-wrapper h1 {
    font-size: 90px;
    line-height: 60px;
  }
  .page-template-overview #top .top-content-wrapper h1 span.smaller {
    font-size: 90px;
  }
  .page-template-overview #top .top-content-wrapper .top-content p {
    font-size: 18px;
  }
  .page-template-overview #top .varo-grid-post .thumbnail .caption h2 {
    font-size: 33.6px;
    line-height: 21.6px;
  }
}
/* Template sign-up.php
============================================================================= */
.page-template-sign-up #top, .page-template-sign-up-golfevents #top, .page-template-sign-up-copernicaform #top {
  min-height: 738px;
}
.page-template-sign-up #top .top-content-wrapper .top-content, .page-template-sign-up-golfevents #top .top-content-wrapper .top-content, .page-template-sign-up-copernicaform #top .top-content-wrapper .top-content {
  min-height: 155px;
  padding-left: 5px;
}
.page-template-sign-up #top #top-header-gallery, .page-template-sign-up-golfevents #top #top-header-gallery, .page-template-sign-up-copernicaform #top #top-header-gallery {
  margin-bottom: 10px;
}
.page-template-sign-up #top .link-gallery-page, .page-template-sign-up-golfevents #top .link-gallery-page, .page-template-sign-up-copernicaform #top .link-gallery-page {
  text-align: right;
  padding-right: 75px;
}
.page-template-sign-up #top .link-gallery-page a, .page-template-sign-up-golfevents #top .link-gallery-page a, .page-template-sign-up-copernicaform #top .link-gallery-page a {
  font-weight: 700;
  color: #072365;
}
.page-template-sign-up #content-image, .page-template-sign-up-golfevents #content-image, .page-template-sign-up-copernicaform #content-image {
  width: 49%;
}
.page-template-sign-up #signup-content-1 .col-left h3, .page-template-sign-up-golfevents #signup-content-1 .col-left h3, .page-template-sign-up-copernicaform #signup-content-1 .col-left h3 {
  margin-bottom: 80px;
}
.page-template-sign-up #signup-content-1 .col-left h3.section-title, .page-template-sign-up-golfevents #signup-content-1 .col-left h3.section-title, .page-template-sign-up-copernicaform #signup-content-1 .col-left h3.section-title {
  line-height: 51px;
}
.page-template-sign-up #signup-content-1 .col-left .line, .page-template-sign-up-golfevents #signup-content-1 .col-left .line, .page-template-sign-up-copernicaform #signup-content-1 .col-left .line {
  height: 120px;
  position: absolute;
  bottom: -150px;
  left: 450px;
  width: 3px;
  background: #52317E;
}
.page-template-sign-up #signup-content-1 .col-left .image, .page-template-sign-up-golfevents #signup-content-1 .col-left .image, .page-template-sign-up-copernicaform #signup-content-1 .col-left .image {
  height: 120px;
  position: absolute;
  bottom: -150px;
  left: 450px;
  width: 120px;
}
@media (max-width: 992px) {
  .page-template-sign-up #signup-content-1 .col-left .image, .page-template-sign-up-golfevents #signup-content-1 .col-left .image, .page-template-sign-up-copernicaform #signup-content-1 .col-left .image {
    bottom: -750px;
    right: 0;
    left: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-sign-up #signup-content-1 .col-left .image, .page-template-sign-up-golfevents #signup-content-1 .col-left .image, .page-template-sign-up-copernicaform #signup-content-1 .col-left .image {
    bottom: -550px;
    right: 0;
    left: unset;
  }
}
.page-template-sign-up #signup-content-1 .col-right h5, .page-template-sign-up-golfevents #signup-content-1 .col-right h5, .page-template-sign-up-copernicaform #signup-content-1 .col-right h5 {
  font-size: 22px;
  margin-top: 24px;
  margin-bottom: 30px;
}
.page-template-sign-up #signup-content-1 .col-right .col-right-content, .page-template-sign-up-golfevents #signup-content-1 .col-right .col-right-content, .page-template-sign-up-copernicaform #signup-content-1 .col-right .col-right-content {
  margin-bottom: 30px;
}
.page-template-sign-up #signup-content-1 .col-right .col-right-content p:last-child, .page-template-sign-up-golfevents #signup-content-1 .col-right .col-right-content p:last-child, .page-template-sign-up-copernicaform #signup-content-1 .col-right .col-right-content p:last-child {
  margin-bottom: 0;
}
.page-template-sign-up #signup-content-2, .page-template-sign-up-golfevents #signup-content-2, .page-template-sign-up-copernicaform #signup-content-2 {
  padding-top: 120px;
  margin-top: -150px;
  margin-bottom: 80px;
  color: #ffffff;
}
.page-template-sign-up #signup-content-2 .bg-over, .page-template-sign-up-golfevents #signup-content-2 .bg-over, .page-template-sign-up-copernicaform #signup-content-2 .bg-over {
  background: url(../img/bg_signup_content.png) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 850px;
}
.page-template-sign-up #signup-content-2 .col-left, .page-template-sign-up-golfevents #signup-content-2 .col-left, .page-template-sign-up-copernicaform #signup-content-2 .col-left {
  padding-top: 160px;
  align-self: center;
}
.page-template-sign-up #signup-content-2 .col-left h3, .page-template-sign-up-golfevents #signup-content-2 .col-left h3, .page-template-sign-up-copernicaform #signup-content-2 .col-left h3 {
  padding-left: 81px;
  margin-bottom: 27px;
}
.page-template-sign-up #signup-content-2 .col-left .content, .page-template-sign-up-golfevents #signup-content-2 .col-left .content, .page-template-sign-up-copernicaform #signup-content-2 .col-left .content {
  padding-left: 180px;
}
.page-template-sign-up #signup-content-2 .col-right, .page-template-sign-up-golfevents #signup-content-2 .col-right, .page-template-sign-up-copernicaform #signup-content-2 .col-right {
  text-align: right;
  padding-top: 160px;
}
.page-template-sign-up #signup-content-2 .col-right img, .page-template-sign-up-golfevents #signup-content-2 .col-right img, .page-template-sign-up-copernicaform #signup-content-2 .col-right img {
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1607843137);
  max-width: 547px;
}
.page-template-sign-up #signup-content-3, .page-template-sign-up-golfevents #signup-content-3, .page-template-sign-up-copernicaform #signup-content-3 {
  margin-bottom: 70px;
}
.page-template-sign-up #signup-content-3 .col-left .line, .page-template-sign-up-golfevents #signup-content-3 .col-left .line, .page-template-sign-up-copernicaform #signup-content-3 .col-left .line {
  width: 1px;
  height: 120px;
  position: absolute;
  top: -103px;
  left: 320px;
  background: #000000;
}
.page-template-sign-up #signup-content-3 .col-left h3, .page-template-sign-up-golfevents #signup-content-3 .col-left h3, .page-template-sign-up-copernicaform #signup-content-3 .col-left h3 {
  margin-bottom: 0;
}
.page-template-sign-up #signup-content-3 .col-map, .page-template-sign-up-golfevents #signup-content-3 .col-map, .page-template-sign-up-copernicaform #signup-content-3 .col-map {
  padding-top: 50px;
}
.page-template-sign-up #signup-content-3 .col-map iframe, .page-template-sign-up-golfevents #signup-content-3 .col-map iframe, .page-template-sign-up-copernicaform #signup-content-3 .col-map iframe {
  height: 450px !important;
}
.page-template-sign-up #signup-content-3.image-section .col-left h3, .page-template-sign-up-golfevents #signup-content-3.image-section .col-left h3, .page-template-sign-up-copernicaform #signup-content-3.image-section .col-left h3 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}
.page-template-sign-up #signup-content-3.image-section .col-right .img-wrapper, .page-template-sign-up-golfevents #signup-content-3.image-section .col-right .img-wrapper, .page-template-sign-up-copernicaform #signup-content-3.image-section .col-right .img-wrapper {
  box-shadow: 10px 0px 50px rgba(0, 0, 0, 0.1607843137);
  margin-left: 15px;
}
.page-template-sign-up #signup-content-3.image-section .col-right .blue-box, .page-template-sign-up-golfevents #signup-content-3.image-section .col-right .blue-box, .page-template-sign-up-copernicaform #signup-content-3.image-section .col-right .blue-box {
  background: #003594;
  color: #fff;
  padding: 17px 24px 20px 22px;
  width: 95%;
  margin-top: -50px;
  position: relative;
}
.page-template-sign-up #signup-content-3.image-section .col-right .blue-box h4, .page-template-sign-up-golfevents #signup-content-3.image-section .col-right .blue-box h4, .page-template-sign-up-copernicaform #signup-content-3.image-section .col-right .blue-box h4 {
  font-size: 20px;
  line-height: 30px;
}
.page-template-sign-up #signup-content-3.image-section .col-right .blue-box ul, .page-template-sign-up-golfevents #signup-content-3.image-section .col-right .blue-box ul, .page-template-sign-up-copernicaform #signup-content-3.image-section .col-right .blue-box ul {
  padding-left: 20px;
}
.page-template-sign-up #signup-content-3.image-section .bottom-content, .page-template-sign-up-golfevents #signup-content-3.image-section .bottom-content, .page-template-sign-up-copernicaform #signup-content-3.image-section .bottom-content {
  padding-top: 50px;
}
.page-template-sign-up #signup-content-4, .page-template-sign-up-golfevents #signup-content-4, .page-template-sign-up-copernicaform #signup-content-4 {
  background: url(../img/bg_signup_form.png) no-repeat left top;
  background-size: 100% 100%;
  /*padding-top: 150px;*/
  min-height: 1005px;
}
.page-template-sign-up #signup-content-4 .col-right, .page-template-sign-up-golfevents #signup-content-4 .col-right, .page-template-sign-up-copernicaform #signup-content-4 .col-right {
  padding-top: 40px;
  align-self: center;
}
.page-template-sign-up #signup-content-4 .col-right #register-form label, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form label, .page-template-sign-up-copernicaform #signup-content-4 .col-right #register-form label {
  color: #ffffff;
}
.page-template-sign-up #signup-content-4 .col-right #register-form .form-control, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form .form-control, .page-template-sign-up-copernicaform #signup-content-4 .col-right #register-form .form-control {
  height: 50px;
  border: none;
  border-radius: 0;
}
.page-template-sign-up #signup-content-4 .col-right #register-form textarea.form-control, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form textarea.form-control, .page-template-sign-up-copernicaform #signup-content-4 .col-right #register-form textarea.form-control {
  height: 175px;
}
.page-template-sign-up #signup-content-4 .col-right #register-form .form-checkbox, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form .form-checkbox, .page-template-sign-up-copernicaform #signup-content-4 .col-right #register-form .form-checkbox {
  padding-top: 15px;
}
.page-template-sign-up #signup-content-4 .col-left, .page-template-sign-up-golfevents #signup-content-4 .col-left, .page-template-sign-up-copernicaform #signup-content-4 .col-left {
  align-self: center;
  padding-top: 150px;
}
.page-template-sign-up #signup-content-4 .col-left img, .page-template-sign-up-golfevents #signup-content-4 .col-left img, .page-template-sign-up-copernicaform #signup-content-4 .col-left img {
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1607843137);
}
.page-template-sign-up #signup-content-4 #partner-detail, .page-template-sign-up-golfevents #signup-content-4 #partner-detail, .page-template-sign-up-copernicaform #signup-content-4 #partner-detail {
  display: none;
}
.page-template-sign-up #signup-content-4 #ask-partner, .page-template-sign-up-golfevents #signup-content-4 #ask-partner, .page-template-sign-up-copernicaform #signup-content-4 #ask-partner {
  display: none;
}
.page-template-sign-up #signup-content-5 .col-left, .page-template-sign-up-golfevents #signup-content-5 .col-left, .page-template-sign-up-copernicaform #signup-content-5 .col-left {
  padding-top: 41.25px;
}
.page-template-sign-up #signup-content-5 .col-left .frm_primary_label, .page-template-sign-up-golfevents #signup-content-5 .col-left .frm_primary_label, .page-template-sign-up-copernicaform #signup-content-5 .col-left .frm_primary_label {
  font-family: "Poppins", sans-serif;
  color: #072365;
  font-weight: 700;
  font-size: 15px;
}
.page-template-sign-up #signup-content-5 .col-left input[type=text], .page-template-sign-up #signup-content-5 .col-left input[type=email], .page-template-sign-up-golfevents #signup-content-5 .col-left input[type=text], .page-template-sign-up-golfevents #signup-content-5 .col-left input[type=email], .page-template-sign-up-copernicaform #signup-content-5 .col-left input[type=text], .page-template-sign-up-copernicaform #signup-content-5 .col-left input[type=email] {
  border-radius: 0;
  border: 1px solid #B7B7B7;
  height: 52.5px;
  font-family: "Poppins", sans-serif;
}
.page-template-sign-up #signup-content-5 .col-left textarea, .page-template-sign-up-golfevents #signup-content-5 .col-left textarea, .page-template-sign-up-copernicaform #signup-content-5 .col-left textarea {
  border-radius: 0;
  border: 1px solid #B7B7B7;
  height: 225px;
  font-family: "Poppins", sans-serif;
}
.page-template-sign-up #signup-content-5 .col-left .frm_submit button, .page-template-sign-up-golfevents #signup-content-5 .col-left .frm_submit button, .page-template-sign-up-copernicaform #signup-content-5 .col-left .frm_submit button {
  background-color: #C12F7B;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  height: 40.5px;
  width: 159px;
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  font-size: 15px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-template-sign-up #signup-content-5 .col-right .line, .page-template-sign-up-golfevents #signup-content-5 .col-right .line, .page-template-sign-up-copernicaform #signup-content-5 .col-right .line {
  width: 1px;
  height: 90px;
  position: absolute;
  top: -115px;
  left: 210px;
  background: #000000;
}
.page-template-sign-up #signup-content-5 .col-right h3, .page-template-sign-up-golfevents #signup-content-5 .col-right h3, .page-template-sign-up-copernicaform #signup-content-5 .col-right h3 {
  margin-bottom: 30px;
}
.page-template-sign-up.blue #signup-content-2 .bg-over, .page-template-sign-up-golfevents.blue #signup-content-2 .bg-over, .page-template-sign-up-copernicaform.blue #signup-content-2 .bg-over {
  background-image: url(../img/bg_signup_content_blue.png);
  /*background-size: 100% 100%;*/
}
.page-template-sign-up.blue #signup-content-4, .page-template-sign-up-golfevents.blue #signup-content-4, .page-template-sign-up-copernicaform.blue #signup-content-4 {
  background-image: url(../img/bg_signup_form_blue.png);
  /*background-size: 100% 100%;*/
}
.page-template-sign-up.blue #signup-content-4 button[type=submit], .page-template-sign-up-golfevents.blue #signup-content-4 button[type=submit], .page-template-sign-up-copernicaform.blue #signup-content-4 button[type=submit] {
  background-color: #2D72C7;
}
.page-template-sign-up.blue #signup-content-4 button[type=submit]:hover, .page-template-sign-up-golfevents.blue #signup-content-4 button[type=submit]:hover, .page-template-sign-up-copernicaform.blue #signup-content-4 button[type=submit]:hover {
  background-color: #0F378E;
  color: #fff;
}
.page-template-sign-up.blue #signup-content-5 .col-left .frm_submit button, .page-template-sign-up-golfevents.blue #signup-content-5 .col-left .frm_submit button, .page-template-sign-up-copernicaform.blue #signup-content-5 .col-left .frm_submit button {
  background-color: #2D72C7;
}
.page-template-sign-up.blue #signup-content-5 .col-left .frm_submit button:hover, .page-template-sign-up-golfevents.blue #signup-content-5 .col-left .frm_submit button:hover, .page-template-sign-up-copernicaform.blue #signup-content-5 .col-left .frm_submit button:hover {
  background-color: #0F378E;
}

/* Responsive Style
============================================================================= */
@media (min-width: 992px) {
  .page-template-sign-up #signup-content-1 .col-left img, .page-template-sign-up-golfevents #signup-content-1 .col-left img {
    height: 90%;
    object-fit: cover;
  }
  .page-template-sign-up #signup-content-1 .col-left .line, .page-template-sign-up-golfevents #signup-content-1 .col-left .line {
    left: 300px;
  }
  .page-template-sign-up #signup-content-2, .page-template-sign-up-golfevents #signup-content-2 {
    padding-top: 220px;
  }
  .page-template-sign-up #signup-content-2 .col-right, .page-template-sign-up-golfevents #signup-content-2 .col-right {
    padding-top: 220px;
  }
  .page-template-sign-up #signup-content-3.image-section .col-left h3, .page-template-sign-up-golfevents #signup-content-3.image-section .col-left h3 {
    font-size: 47px;
    line-height: 59px;
  }
  .page-template-sign-up #signup-content-3.image-section .col-right .img-wrapper, .page-template-sign-up-golfevents #signup-content-3.image-section .col-right .img-wrapper {
    box-shadow: 10px 0px 50px rgba(0, 0, 0, 0.1607843137);
    margin-left: 25px;
  }
  .page-template-sign-up #signup-content-3.image-section .col-right .blue-box, .page-template-sign-up-golfevents #signup-content-3.image-section .col-right .blue-box {
    background: #003594;
    color: #fff;
    padding: 52px 34px 45px 80px;
    width: 90%;
    margin-top: -50px;
    position: relative;
  }
  .page-template-sign-up #signup-content-3.image-section .col-right .blue-box h4, .page-template-sign-up-golfevents #signup-content-3.image-section .col-right .blue-box h4 {
    font-size: 25px;
    line-height: 45px;
  }
  .page-template-sign-up #signup-content-3.image-section .col-right .blue-box ul, .page-template-sign-up-golfevents #signup-content-3.image-section .col-right .blue-box ul {
    padding-left: 20px;
  }
  .page-template-sign-up #signup-content-3.image-section .bottom-content, .page-template-sign-up-golfevents #signup-content-3.image-section .bottom-content {
    padding-top: 100px;
  }
}
@media (min-width: 1440px) {
  .page-template-sign-up #wrapper, .page-template-sign-up-golfevents #wrapper {
    overflow-x: hidden;
  }
  .page-template-sign-up #signup-content-1 .col-left h3, .page-template-sign-up-golfevents #signup-content-1 .col-left h3 {
    margin-bottom: 90px;
  }
  .page-template-sign-up #signup-content-1 .col-left h3.section-title, .page-template-sign-up-golfevents #signup-content-1 .col-left h3.section-title {
    line-height: 68.9px;
  }
  .page-template-sign-up #signup-content-1 .col-left img, .page-template-sign-up-golfevents #signup-content-1 .col-left img {
    height: 90%;
    object-fit: cover;
  }
  .page-template-sign-up #signup-content-1 .col-left .line, .page-template-sign-up-golfevents #signup-content-1 .col-left .line {
    height: 140px;
    border: 1px solid #000000;
    position: absolute;
    bottom: -182px;
    left: 416px;
  }
  .page-template-sign-up #signup-content-2, .page-template-sign-up-golfevents #signup-content-2 {
    padding-top: 250px;
    margin-bottom: 94px;
  }
  .page-template-sign-up #signup-content-2 .bg-over, .page-template-sign-up-golfevents #signup-content-2 .bg-over {
    height: 1014px;
  }
  .page-template-sign-up #signup-content-2 .col-left, .page-template-sign-up-golfevents #signup-content-2 .col-left {
    padding-top: 340px;
  }
  .page-template-sign-up #signup-content-2 .col-left h3, .page-template-sign-up-golfevents #signup-content-2 .col-left h3 {
    line-height: 51.87px;
  }
  .page-template-sign-up #signup-content-2 .col-right, .page-template-sign-up-golfevents #signup-content-2 .col-right {
    padding-top: 250px;
  }
  .page-template-sign-up #signup-content-2 .col-right img, .page-template-sign-up-golfevents #signup-content-2 .col-right img {
    max-width: 733px;
  }
  .page-template-sign-up #signup-content-3 .col-left h3, .page-template-sign-up-golfevents #signup-content-3 .col-left h3 {
    line-height: 51.87px;
  }
  .page-template-sign-up #signup-content-3.image-section .col-left h3, .page-template-sign-up-golfevents #signup-content-3.image-section .col-left h3 {
    font-size: 50px;
    line-height: 59px;
  }
  .page-template-sign-up #signup-content-3.image-section .col-right .img-wrapper, .page-template-sign-up-golfevents #signup-content-3.image-section .col-right .img-wrapper {
    margin-left: 35px;
  }
  .page-template-sign-up #signup-content-3.image-section .col-right .blue-box, .page-template-sign-up-golfevents #signup-content-3.image-section .col-right .blue-box {
    width: 85%;
    margin-top: -200px;
  }
  .page-template-sign-up #signup-content-3.image-section .col-right .blue-box h4, .page-template-sign-up-golfevents #signup-content-3.image-section .col-right .blue-box h4 {
    font-size: 30px;
    line-height: 45px;
  }
  .page-template-sign-up #signup-content-4 .col-right h3, .page-template-sign-up-golfevents #signup-content-4 .col-right h3 {
    line-height: 51.87px;
  }
  .page-template-sign-up #signup-content-5 .col-right h3, .page-template-sign-up-golfevents #signup-content-5 .col-right h3 {
    line-height: 51.87px;
  }
  .image-list .image-list-item .image-list-detail .big {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .page-template-sign-up #signup-content-1 .image-list .image-list-item .image-list-detail .image-list-detail-title, .page-template-sign-up-golfevents #signup-content-1 .image-list .image-list-item .image-list-detail .image-list-detail-title {
    font-size: 50px;
    line-height: 60px;
  }
  .page-template-sign-up #signup-content-1 .image-list .image-list-item .image-list-detail .image-list-detail-content, .page-template-sign-up-golfevents #signup-content-1 .image-list .image-list-item .image-list-detail .image-list-detail-content {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
  }
  .page-template-sign-up #signup-content-3.image-section .col-right .blue-box, .page-template-sign-up-golfevents #signup-content-3.image-section .col-right .blue-box {
    width: 85%;
    margin-top: -200px;
  }
  .page-template-sign-up #signup-content-3.image-section .col-right .blue-box h4, .page-template-sign-up-golfevents #signup-content-3.image-section .col-right .blue-box h4 {
    font-size: 30px;
    line-height: 45px;
  }
  .page-template-sign-up #top .top-content-wrapper, .page-template-sign-up-golfevents #top .top-content-wrapper {
    margin-bottom: 176px;
    max-width: 760px;
  }
  .page-template-sign-up #top .top-content-wrapper .top-content, .page-template-sign-up-golfevents #top .top-content-wrapper .top-content {
    max-width: 760px;
  }
  .page-template-sign-up #top .link-gallery-page, .page-template-sign-up-golfevents #top .link-gallery-page {
    padding-right: 150px;
  }
  .image-list .image-list-item .image-list-detail .big {
    font-size: 2.3rem;
  }
}
@media (min-width: 1920px) {
  .page-template-sign-up #top, .page-template-sign-up-golfevents #top {
    min-height: 1000px;
  }
  .page-template-sign-up #top .link-gallery-page, .page-template-sign-up-golfevents #top .link-gallery-page {
    padding-right: 270px;
  }
  .page-template-sign-up #content-image, .page-template-sign-up-golfevents #content-image {
    width: 51%;
  }
  .page-template-sign-up #signup-content-1 .col-left h3, .page-template-sign-up-golfevents #signup-content-1 .col-left h3 {
    margin-bottom: 90px;
  }
  .page-template-sign-up #signup-content-1 .col-left h3.section-title, .page-template-sign-up-golfevents #signup-content-1 .col-left h3.section-title {
    line-height: 68.9px;
  }
  .page-template-sign-up #signup-content-1 .col-left .line, .page-template-sign-up-golfevents #signup-content-1 .col-left .line {
    height: 140px;
    border: 3px solid #52317E;
    position: absolute;
    bottom: -182px;
    left: 424px;
  }
  .page-template-sign-up #signup-content-1 .col-right h5, .page-template-sign-up-golfevents #signup-content-1 .col-right h5 {
    font-size: 30px;
    margin-top: 33px;
    margin-bottom: 40px;
  }
  .page-template-sign-up #signup-content-1 .col-right .col-right-content, .page-template-sign-up-golfevents #signup-content-1 .col-right .col-right-content {
    margin-bottom: 30px;
  }
  .page-template-sign-up #signup-content-2, .page-template-sign-up-golfevents #signup-content-2 {
    padding-top: 270px;
    margin-bottom: 93px;
  }
  .page-template-sign-up #signup-content-2 .bg-over, .page-template-sign-up-golfevents #signup-content-2 .bg-over {
    height: 1235px;
  }
  .page-template-sign-up #signup-content-2 .col-left, .page-template-sign-up-golfevents #signup-content-2 .col-left {
    padding-top: 250px;
  }
  .page-template-sign-up #signup-content-2 .col-left h3.section-title, .page-template-sign-up-golfevents #signup-content-2 .col-left h3.section-title {
    line-height: 68.9px;
  }
  .page-template-sign-up #signup-content-2 .col-left .content, .page-template-sign-up-golfevents #signup-content-2 .col-left .content {
    padding-right: 79px;
  }
  .page-template-sign-up #signup-content-2 .col-right, .page-template-sign-up-golfevents #signup-content-2 .col-right {
    padding-top: 250px;
  }
  .page-template-sign-up #signup-content-2 .col-right img, .page-template-sign-up-golfevents #signup-content-2 .col-right img {
    max-width: 733px;
  }
  .page-template-sign-up #signup-content-3, .page-template-sign-up-golfevents #signup-content-3 {
    margin-bottom: 100px;
  }
  .page-template-sign-up #signup-content-3 .col-left .line, .page-template-sign-up-golfevents #signup-content-3 .col-left .line {
    width: 1px;
    height: 140px;
    border: 1px solid #000000;
    position: absolute;
    top: -97.5px;
    left: 416px;
  }
  .page-template-sign-up #signup-content-3 .col-left h3.section-title, .page-template-sign-up-golfevents #signup-content-3 .col-left h3.section-title {
    line-height: 68.9px;
  }
  .page-template-sign-up #signup-content-3 .row.map, .page-template-sign-up-golfevents #signup-content-3 .row.map {
    padding-top: 64px;
  }
  .page-template-sign-up #signup-content-3 .row.map iframe, .page-template-sign-up-golfevents #signup-content-3 .row.map iframe {
    height: 600px !important;
  }
  .page-template-sign-up #signup-content-3.image-section .col-right .blue-box, .page-template-sign-up-golfevents #signup-content-3.image-section .col-right .blue-box {
    margin-top: -170px;
  }
  .page-template-sign-up #signup-content-4, .page-template-sign-up-golfevents #signup-content-4 {
    min-height: 1341px;
  }
  .page-template-sign-up #signup-content-4 .col-right h3.section-title, .page-template-sign-up-golfevents #signup-content-4 .col-right h3.section-title {
    line-height: 68.9px;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form .form-group, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form .form-group {
    margin-bottom: 24px;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form label, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form label {
    font-size: 20px;
    display: block;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form .form-checkbox, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form .form-checkbox {
    padding-top: 16px;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form .form-control, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form .form-control {
    height: 70px;
    font-size: 16px;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form textarea .form-control, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form textarea .form-control {
    height: 225px;
  }
  .page-template-sign-up #signup-content-5 .col-left, .page-template-sign-up-golfevents #signup-content-5 .col-left {
    padding-top: 54px;
  }
  .page-template-sign-up #signup-content-5 .col-left .frm_primary_label, .page-template-sign-up-golfevents #signup-content-5 .col-left .frm_primary_label {
    font-size: 20px;
  }
  .page-template-sign-up #signup-content-5 .col-left input[type=text], .page-template-sign-up #signup-content-5 .col-left input[type=email], .page-template-sign-up-golfevents #signup-content-5 .col-left input[type=text], .page-template-sign-up-golfevents #signup-content-5 .col-left input[type=email] {
    height: 70px;
    font-size: 20px;
  }
  .page-template-sign-up #signup-content-5 .col-left textarea, .page-template-sign-up-golfevents #signup-content-5 .col-left textarea {
    height: 300px;
  }
  .page-template-sign-up #signup-content-5 .col-left .frm_submit button, .page-template-sign-up-golfevents #signup-content-5 .col-left .frm_submit button {
    font-size: 20px;
    height: 70px;
    width: 285px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .page-template-sign-up #signup-content-5 .col-right h3.section-title, .page-template-sign-up-golfevents #signup-content-5 .col-right h3.section-title {
    line-height: 68.9px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-template-sign-up .line, .page-template-sign-up-golfevents .line {
    display: none !important;
  }
  .page-template-sign-up header, .page-template-sign-up-golfevents header {
    position: relative;
    z-index: 4;
  }
  .page-template-sign-up #wrapper, .page-template-sign-up-golfevents #wrapper {
    background: none;
  }
  .page-template-sign-up #content-image, .page-template-sign-up-golfevents #content-image {
    width: 100%;
    background-position: 100% 508.8px;
    background-image: url(../img/bottom-image-768.png);
    display: none;
  }
  .page-template-sign-up #top, .page-template-sign-up-golfevents #top {
    padding-top: 156px;
    margin-bottom: 40px;
    min-height: calc(100vh - 123px);
    background: url(../img/bg_top.png) no-repeat top center;
    margin-top: -123px;
    background-size: cover;
  }
  .page-template-sign-up #top .top-content-wrapper, .page-template-sign-up-golfevents #top .top-content-wrapper {
    margin-bottom: 40px;
  }
  .page-template-sign-up #top .top-content-wrapper h1, .page-template-sign-up-golfevents #top .top-content-wrapper h1 {
    font-size: 48px;
    line-height: 32.4px;
  }
  .page-template-sign-up #top .top-content-wrapper h1 span.smaller, .page-template-sign-up-golfevents #top .top-content-wrapper h1 span.smaller {
    font-size: 48px;
    line-height: 38.4px;
    color: #072365;
  }
  .page-template-sign-up #top .top-content-wrapper .top-content p, .page-template-sign-up-golfevents #top .top-content-wrapper .top-content p {
    font-size: 14.4px;
  }
  .page-template-sign-up #top .countdown, .page-template-sign-up-golfevents #top .countdown {
    display: flex;
    justify-content: left;
  }
  .page-template-sign-up #top .countdown .countdown-container, .page-template-sign-up-golfevents #top .countdown .countdown-container {
    width: 72px;
    padding: 0;
    margin-right: 4px;
  }
  .page-template-sign-up #top .countdown .countdown-container:after, .page-template-sign-up-golfevents #top .countdown .countdown-container:after {
    font-size: 18px;
    min-width: auto;
  }
  .page-template-sign-up #top .countdown .countdown-container .countdown-value, .page-template-sign-up-golfevents #top .countdown .countdown-container .countdown-value {
    font-size: 24px;
    line-height: 54px;
    min-width: auto;
  }
  .page-template-sign-up #signup-content-1 .col-left h3.section-title, .page-template-sign-up-golfevents #signup-content-1 .col-left h3.section-title {
    font-size: 48px;
    line-height: 31.2px;
    margin-bottom: 40px;
  }
  .page-template-sign-up #signup-content-1 .col-right .col-right-content, .page-template-sign-up-golfevents #signup-content-1 .col-right .col-right-content {
    margin-bottom: 30px;
  }
  .page-template-sign-up #signup-content-1 .col-right .col-right-content p, .page-template-sign-up-golfevents #signup-content-1 .col-right .col-right-content p {
    padding-left: 0;
  }
  .page-template-sign-up #signup-content-1 .col-right .image-list, .page-template-sign-up-golfevents #signup-content-1 .col-right .image-list {
    margin-left: 0;
  }
  .page-template-sign-up #signup-content-1 .col-right .image-list .image-list-item, .page-template-sign-up-golfevents #signup-content-1 .col-right .image-list .image-list-item {
    align-items: normal;
  }
  .page-template-sign-up #signup-content-1 .col-right .image-list .image-list-item .square-icon, .page-template-sign-up-golfevents #signup-content-1 .col-right .image-list .image-list-item .square-icon {
    min-width: 96px;
    height: 96px;
    margin-right: 20px;
  }
  .page-template-sign-up #signup-content-1 .col-right .image-list .image-list-item .image-list-detail, .page-template-sign-up-golfevents #signup-content-1 .col-right .image-list .image-list-item .image-list-detail {
    font-weight: 400;
    font-size: 14.4px;
  }
  .page-template-sign-up #signup-content-1 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-title, .page-template-sign-up-golfevents #signup-content-1 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-title {
    font-size: 19.2px;
    margin-bottom: 5px;
  }
  .page-template-sign-up #signup-content-2, .page-template-sign-up-golfevents #signup-content-2 {
    padding-top: 180px;
  }
  .page-template-sign-up #signup-content-2 .bg-over, .page-template-sign-up-golfevents #signup-content-2 .bg-over {
    background-size: 100% 100%;
    width: 100vw;
    height: 900px;
    transform: rotate(180deg);
  }
  .page-template-sign-up #signup-content-2 .col-left, .page-template-sign-up-golfevents #signup-content-2 .col-left {
    padding-top: 130px;
  }
  .page-template-sign-up #signup-content-2 .col-left h3, .page-template-sign-up-golfevents #signup-content-2 .col-left h3 {
    font-size: 48px;
    line-height: 33.6px;
    padding-left: 0;
  }
  .page-template-sign-up #signup-content-2 .col-left .content, .page-template-sign-up-golfevents #signup-content-2 .col-left .content {
    padding-left: 0;
  }
  .page-template-sign-up #signup-content-2 .col-right, .page-template-sign-up-golfevents #signup-content-2 .col-right {
    padding-top: 0;
    text-align: center;
  }
  .page-template-sign-up #signup-content-2 .col-right img, .page-template-sign-up-golfevents #signup-content-2 .col-right img {
    margin-top: 40px;
    max-width: 100%;
  }
  .page-template-sign-up #signup-content-3, .page-template-sign-up-golfevents #signup-content-3 {
    margin-bottom: 40px;
  }
  .page-template-sign-up #signup-content-3 .col-left h3, .page-template-sign-up-golfevents #signup-content-3 .col-left h3 {
    font-size: 48px;
    line-height: 32.4px;
    margin-bottom: 30px;
  }
  .page-template-sign-up #signup-content-3 .col-left h3 br, .page-template-sign-up-golfevents #signup-content-3 .col-left h3 br {
    display: none;
  }
  .page-template-sign-up #signup-content-3 .col-right .image-list, .page-template-sign-up-golfevents #signup-content-3 .col-right .image-list {
    margin-top: 30px;
    margin-left: 0;
  }
  .page-template-sign-up #signup-content-3 .col-right .image-list .image-list-item, .page-template-sign-up-golfevents #signup-content-3 .col-right .image-list .image-list-item {
    display: flex;
    align-items: flex-start;
  }
  .page-template-sign-up #signup-content-3 .col-right .image-list .image-list-item .square-icon, .page-template-sign-up-golfevents #signup-content-3 .col-right .image-list .image-list-item .square-icon {
    min-width: 96px;
    height: 96px;
    margin-right: 20px;
  }
  .page-template-sign-up #signup-content-3 .col-right .image-list .image-list-item .image-list-detail, .page-template-sign-up-golfevents #signup-content-3 .col-right .image-list .image-list-item .image-list-detail {
    font-size: 14.4px;
    line-height: 19.2px;
  }
  .page-template-sign-up #signup-content-3 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-title, .page-template-sign-up-golfevents #signup-content-3 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-title {
    font-weight: 600;
    font-size: 21.6px;
    margin-bottom: 5px;
  }
  .page-template-sign-up #signup-content-3 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-content, .page-template-sign-up-golfevents #signup-content-3 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-content {
    font-size: 13.2px;
    font-weight: 300;
  }
  .page-template-sign-up #signup-content-3 .col-map, .page-template-sign-up-golfevents #signup-content-3 .col-map {
    margin-top: 0;
    padding-top: 40px;
  }
  .page-template-sign-up #signup-content-4, .page-template-sign-up-golfevents #signup-content-4 {
    background-size: 100vh calc(100% - 0px);
    background-position: 50% 100%;
    min-height: calc(100vh - 24px);
    height: auto;
    margin-bottom: 40px;
  }
  .page-template-sign-up #signup-content-4 .col-left, .page-template-sign-up-golfevents #signup-content-4 .col-left {
    padding-top: 80px;
  }
  .page-template-sign-up #signup-content-4 .col-left img, .page-template-sign-up-golfevents #signup-content-4 .col-left img {
    display: none;
  }
  .page-template-sign-up #signup-content-4 .col-right h3, .page-template-sign-up-golfevents #signup-content-4 .col-right h3 {
    font-size: 48px;
    line-height: 34.8px;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form label.empty-label, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form label.empty-label {
    display: none;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form .form-group, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form .form-group {
    margin-bottom: 0px;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form .form-control, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form .form-control {
    height: 35px;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form textarea.form-control, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form textarea.form-control {
    height: 175px;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form .form-checkbox, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form .form-checkbox {
    padding-top: 15px;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form button.btn-purple, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form button.btn-purple {
    padding: 10px 40px;
    font-size: 16px;
  }
  .page-template-sign-up #signup-content-5, .page-template-sign-up-golfevents #signup-content-5 {
    margin-bottom: 20px;
  }
  .page-template-sign-up #signup-content-5 .col-right, .page-template-sign-up-golfevents #signup-content-5 .col-right {
    order: 1;
  }
  .page-template-sign-up #signup-content-5 .col-right h3, .page-template-sign-up-golfevents #signup-content-5 .col-right h3 {
    font-size: 48px;
    line-height: 32.4px;
  }
  .page-template-sign-up #signup-content-5 .col-right .image-list .image-list-item .square-icon, .page-template-sign-up-golfevents #signup-content-5 .col-right .image-list .image-list-item .square-icon {
    min-width: 96px;
    height: 96px;
    margin-right: 20px;
  }
  .page-template-sign-up #signup-content-5 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-title, .page-template-sign-up-golfevents #signup-content-5 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-title {
    font-size: 28.8px;
  }
  .page-template-sign-up #signup-content-5 .col-right .image-list .image-list-item .image-list-detail .big, .page-template-sign-up-golfevents #signup-content-5 .col-right .image-list .image-list-item .image-list-detail .big {
    font-size: inherit;
  }
  .page-template-sign-up #signup-content-5 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-content, .page-template-sign-up-golfevents #signup-content-5 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-content {
    font-size: 14.4px;
  }
  .page-template-sign-up #signup-content-5 .col-left, .page-template-sign-up-golfevents #signup-content-5 .col-left {
    order: 2;
  }
  .page-template-sign-up.blue #top, .page-template-sign-up-golfevents.blue #top {
    background-image: url(../img/bg_top_blue.png);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .page-template-sign-up #top, .page-template-sign-up-golfevents #top {
    min-height: 610px;
  }
  .page-template-sign-up #top .top-content-wrapper .top-content, .page-template-sign-up-golfevents #top .top-content-wrapper .top-content {
    min-height: 0;
  }
  .page-template-sign-up #signup-content-2, .page-template-sign-up-golfevents #signup-content-2 {
    margin-bottom: 180px;
  }
  .page-template-sign-up #signup-content-2 .col-left h3, .page-template-sign-up-golfevents #signup-content-2 .col-left h3 {
    padding-left: 0;
  }
  .page-template-sign-up #signup-content-2 .col-left .content, .page-template-sign-up-golfevents #signup-content-2 .col-left .content {
    padding-left: 100px;
  }
  .page-template-sign-up #signup-content-4, .page-template-sign-up-golfevents #signup-content-4 {
    background-position: center center;
    background-size: cover;
  }
  .page-template-sign-up #signup-content-4 #partner-detail label, .page-template-sign-up-golfevents #signup-content-4 #partner-detail label {
    min-height: 52px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .line {
    display: none !important;
  }
  .page-template-sign-up header, .page-template-sign-up-golfevents header {
    position: relative;
    z-index: 4;
  }
  .page-template-sign-up #wrapper, .page-template-sign-up-golfevents #wrapper {
    background: none;
  }
  .page-template-sign-up #content-image, .page-template-sign-up-golfevents #content-image {
    width: 81.6%;
    background-position: 100% 523.2px;
    display: none;
  }
  .page-template-sign-up #top, .page-template-sign-up-golfevents #top {
    padding-top: 156px;
    margin-bottom: 40px;
    min-height: calc(100vh - 123px);
    background: url(../img/bg_top.png) no-repeat top center;
    margin-top: -123px;
    background-size: cover;
  }
  .page-template-sign-up #top .container, .page-template-sign-up-golfevents #top .container {
    position: relative;
    z-index: 2;
  }
  .page-template-sign-up #top .top-content-wrapper, .page-template-sign-up-golfevents #top .top-content-wrapper {
    margin-bottom: 0px !important;
    padding-bottom: 100%;
  }
  .page-template-sign-up #top .top-content-wrapper h1, .page-template-sign-up-golfevents #top .top-content-wrapper h1 {
    font-size: 48px;
    line-height: 32.4px;
  }
  .page-template-sign-up #top .top-content-wrapper h1 span.smaller, .page-template-sign-up-golfevents #top .top-content-wrapper h1 span.smaller {
    font-size: 48px;
    line-height: 38.4px;
    color: #072365;
  }
  .page-template-sign-up #top .top-content-wrapper .top-content, .page-template-sign-up-golfevents #top .top-content-wrapper .top-content {
    min-height: 0;
  }
  .page-template-sign-up #top .top-content-wrapper .top-content p, .page-template-sign-up-golfevents #top .top-content-wrapper .top-content p {
    font-size: 14.4px;
  }
  .page-template-sign-up #top .countdown, .page-template-sign-up-golfevents #top .countdown {
    display: flex;
    justify-content: center;
  }
  .page-template-sign-up #top .countdown .countdown-container, .page-template-sign-up-golfevents #top .countdown .countdown-container {
    width: 72px;
    padding: 0;
    margin-right: 4px;
  }
  .page-template-sign-up #top .countdown .countdown-container:after, .page-template-sign-up-golfevents #top .countdown .countdown-container:after {
    font-size: 18px;
    min-width: auto;
  }
  .page-template-sign-up #top .countdown .countdown-container .countdown-value, .page-template-sign-up-golfevents #top .countdown .countdown-container .countdown-value {
    font-size: 24px;
    line-height: 54px;
    min-width: auto;
  }
  .page-template-sign-up #top #bg-top-header, .page-template-sign-up-golfevents #top #bg-top-header {
    position: relative;
    width: 100%;
    margin-top: -100%;
    z-index: 1;
  }
  .page-template-sign-up #signup-content-1, .page-template-sign-up-golfevents #signup-content-1 {
    background-color: #ffffff;
  }
  .page-template-sign-up #signup-content-1 .col-left h3.section-title, .page-template-sign-up-golfevents #signup-content-1 .col-left h3.section-title {
    font-size: 48px;
    line-height: 31.2px;
    margin-bottom: 40px;
  }
  .page-template-sign-up #signup-content-1 .col-right .col-right-content, .page-template-sign-up-golfevents #signup-content-1 .col-right .col-right-content {
    margin-bottom: 30px;
  }
  .page-template-sign-up #signup-content-1 .col-right .col-right-content p, .page-template-sign-up-golfevents #signup-content-1 .col-right .col-right-content p {
    padding-left: 0;
  }
  .page-template-sign-up #signup-content-1 .col-right .image-list, .page-template-sign-up-golfevents #signup-content-1 .col-right .image-list {
    margin-left: 0;
  }
  .page-template-sign-up #signup-content-1 .col-right .image-list .image-list-item, .page-template-sign-up-golfevents #signup-content-1 .col-right .image-list .image-list-item {
    align-items: normal;
  }
  .page-template-sign-up #signup-content-1 .col-right .image-list .image-list-item .square-icon, .page-template-sign-up-golfevents #signup-content-1 .col-right .image-list .image-list-item .square-icon {
    min-width: 96px;
    height: 96px;
    margin-right: 20px;
  }
  .page-template-sign-up #signup-content-1 .col-right .image-list .image-list-item .image-list-detail, .page-template-sign-up-golfevents #signup-content-1 .col-right .image-list .image-list-item .image-list-detail {
    font-weight: 400;
    font-size: 14.4px;
  }
  .page-template-sign-up #signup-content-1 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-title, .page-template-sign-up-golfevents #signup-content-1 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-title {
    font-size: 19.2px;
    margin-bottom: 5px;
  }
  .page-template-sign-up #signup-content-2, .page-template-sign-up-golfevents #signup-content-2 {
    padding-top: 180px;
  }
  .page-template-sign-up #signup-content-2 .bg-over, .page-template-sign-up-golfevents #signup-content-2 .bg-over {
    background-size: 100% 100%;
    width: 100vw;
    height: 900px;
    transform: rotate(180deg);
  }
  .page-template-sign-up #signup-content-2 .col-left, .page-template-sign-up-golfevents #signup-content-2 .col-left {
    padding-top: 130px;
  }
  .page-template-sign-up #signup-content-2 .col-left h3, .page-template-sign-up-golfevents #signup-content-2 .col-left h3 {
    font-size: 48px;
    line-height: 33.6px;
    padding-left: 0;
  }
  .page-template-sign-up #signup-content-2 .col-left .content, .page-template-sign-up-golfevents #signup-content-2 .col-left .content {
    padding-left: 0;
  }
  .page-template-sign-up #signup-content-2 .col-right, .page-template-sign-up-golfevents #signup-content-2 .col-right {
    padding-top: 0;
  }
  .page-template-sign-up #signup-content-2 .col-right img, .page-template-sign-up-golfevents #signup-content-2 .col-right img {
    margin-top: 40px;
  }
  .page-template-sign-up #signup-content-3, .page-template-sign-up-golfevents #signup-content-3 {
    margin-bottom: 0;
  }
  .page-template-sign-up #signup-content-3 .col-left h3, .page-template-sign-up-golfevents #signup-content-3 .col-left h3 {
    font-size: 48px;
    line-height: 32.4px;
    margin-bottom: 30px;
  }
  .page-template-sign-up #signup-content-3 .col-left h3 br, .page-template-sign-up-golfevents #signup-content-3 .col-left h3 br {
    display: none;
  }
  .page-template-sign-up #signup-content-3 .col-right .image-list, .page-template-sign-up-golfevents #signup-content-3 .col-right .image-list {
    margin-top: 30px;
    margin-left: 0;
  }
  .page-template-sign-up #signup-content-3 .col-right .image-list .image-list-item, .page-template-sign-up-golfevents #signup-content-3 .col-right .image-list .image-list-item {
    display: flex;
    align-items: flex-start;
  }
  .page-template-sign-up #signup-content-3 .col-right .image-list .image-list-item .square-icon, .page-template-sign-up-golfevents #signup-content-3 .col-right .image-list .image-list-item .square-icon {
    min-width: 96px;
    height: 96px;
    margin-right: 20px;
  }
  .page-template-sign-up #signup-content-3 .col-right .image-list .image-list-item .image-list-detail, .page-template-sign-up-golfevents #signup-content-3 .col-right .image-list .image-list-item .image-list-detail {
    font-size: 14.4px;
    line-height: 19.2px;
  }
  .page-template-sign-up #signup-content-3 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-title, .page-template-sign-up-golfevents #signup-content-3 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-title {
    font-weight: 600;
    font-size: 21.6px;
    margin-bottom: 5px;
  }
  .page-template-sign-up #signup-content-3 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-content, .page-template-sign-up-golfevents #signup-content-3 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-content {
    font-size: 13.2px;
    font-weight: 300;
  }
  .page-template-sign-up #signup-content-3 .col-map, .page-template-sign-up-golfevents #signup-content-3 .col-map {
    margin-top: 0;
    padding-top: 0;
  }
  .page-template-sign-up #signup-content-4, .page-template-sign-up-golfevents #signup-content-4 {
    /*background-size: 100vh 100%;
    background-position: 50% 100%;
    padding-bottom: 40px;*/
    min-height: calc(100vh - 24px);
    height: auto;
    margin-bottom: 0px;
    background-image: url(../img/bg_signup_form_mobile_2.png);
    background-size: auto calc(100% + 319px);
    background-position: center top;
    padding-bottom: 230px;
  }
  .page-template-sign-up #signup-content-4 .col-left, .page-template-sign-up-golfevents #signup-content-4 .col-left {
    padding-top: 80px;
  }
  .page-template-sign-up #signup-content-4 .col-left img, .page-template-sign-up-golfevents #signup-content-4 .col-left img {
    display: none;
  }
  .page-template-sign-up #signup-content-4 .col-right h3, .page-template-sign-up-golfevents #signup-content-4 .col-right h3 {
    font-size: 48px;
    line-height: 34.8px;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form label.empty-label, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form label.empty-label {
    display: none;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form .form-group, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form .form-group {
    margin-bottom: 0px;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form .form-control, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form .form-control {
    height: 35px;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form textarea.form-control, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form textarea.form-control {
    height: 175px;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form .form-checkbox, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form .form-checkbox {
    padding-top: 15px;
  }
  .page-template-sign-up #signup-content-4 .col-right #register-form button.btn-purple, .page-template-sign-up-golfevents #signup-content-4 .col-right #register-form button.btn-purple {
    padding: 10px 40px;
    font-size: 16px;
  }
  .page-template-sign-up #signup-content-5, .page-template-sign-up-golfevents #signup-content-5 {
    margin-bottom: 20px;
    margin-top: -100px;
  }
  .page-template-sign-up #signup-content-5 .col-right h3, .page-template-sign-up-golfevents #signup-content-5 .col-right h3 {
    font-size: 48px;
    line-height: 32.4px;
  }
  .page-template-sign-up #signup-content-5 .col-right .image-list .image-list-item .square-icon, .page-template-sign-up-golfevents #signup-content-5 .col-right .image-list .image-list-item .square-icon {
    min-width: 96px;
    height: 96px;
    margin-right: 20px;
  }
  .page-template-sign-up #signup-content-5 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-title, .page-template-sign-up-golfevents #signup-content-5 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-title {
    font-size: 28.8px;
  }
  .page-template-sign-up #signup-content-5 .col-right .image-list .image-list-item .image-list-detail .big, .page-template-sign-up-golfevents #signup-content-5 .col-right .image-list .image-list-item .image-list-detail .big {
    font-size: inherit;
  }
  .page-template-sign-up #signup-content-5 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-content, .page-template-sign-up-golfevents #signup-content-5 .col-right .image-list .image-list-item .image-list-detail .image-list-detail-content {
    font-size: 14.4px;
  }
  .page-template-sign-up #signup-content-5 .col-left .frm_submit button, .page-template-sign-up-golfevents #signup-content-5 .col-left .frm_submit button {
    padding: 10px 40px;
    font-size: 16px;
    height: 50px;
    width: 174px;
  }
  .page-template-sign-up.blue #top, .page-template-sign-up-golfevents.blue #top {
    background-image: url(../img/bg_top_blue.png);
  }
  .page-template-sign-up.blue #signup-content-4, .page-template-sign-up-golfevents.blue #signup-content-4 {
    /*background-image: url(../img/bg_signup_form_mobile_blue.png);*/
    background-image: url(../img/bg_top_blue.png);
    position: relative;
    padding-top: 63px;
    padding-bottom: 200px;
    min-height: 0;
    margin-bottom: 50px;
  }
  .page-template-sign-up.blue #signup-content-4:before, .page-template-sign-up-golfevents.blue #signup-content-4:before {
    content: "";
    height: 63px;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    background-color: #fff;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  }
  .page-template-sign-up.blue #signup-content-4:after, .page-template-sign-up-golfevents.blue #signup-content-4:after {
    content: "";
    height: 133px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #fff;
    -webkit-clip-path: polygon(0% 100%, 75% 1%, 100% 86%, 100% 100%);
    clip-path: polygon(0% 100%, 75% 1%, 100% 86%, 100% 100%);
  }
  .page-template-sign-up.blue #signup-content-4 .col-left, .page-template-sign-up-golfevents.blue #signup-content-4 .col-left {
    display: none;
  }
  .page-template-sign-up.blue #signup-content-5, .page-template-sign-up-golfevents.blue #signup-content-5 {
    margin-top: 0;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .page-template-sign-up #wrapper, .page-template-sign-up-golfevents #wrapper {
    background: none;
  }
  .page-template-sign-up #content-image, .page-template-sign-up-golfevents #content-image {
    display: none;
  }
  .page-template-sign-up header, .page-template-sign-up-golfevents header {
    position: relative;
    z-index: 4;
  }
  .page-template-sign-up #top, .page-template-sign-up-golfevents #top {
    padding-top: 156px;
    margin-bottom: 40px;
    min-height: calc(100vh - 123px);
    background: url(../img/bg_top.png) no-repeat top center;
    margin-top: -123px;
    background-size: cover;
  }
  .page-template-sign-up.blue #top, .page-template-sign-up-golfevents.blue #top {
    background-image: url(../img/bg_top_blue.png);
  }
}
@media only screen and (max-device-height: 812px) and (min-device-width: 375px) and (orientation: landscape) {
  .page-template-sign-up.blue #top .top-content-wrapper, .page-template-sign-up-golfevents.blue #top .top-content-wrapper {
    padding-bottom: 0;
  }
  .page-template-sign-up.blue #top #bg-top-header, .page-template-sign-up-golfevents.blue #top #bg-top-header {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .page-template-sign-up-golfevents #signup-content-2 .bg-over {
    background: url(../img/bg-content-mobile-src.png) no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 850px;
    -webkit-clip-path: polygon(49% 13%, 100% 0, 100% 91%, 0 100%, 0 0);
    clip-path: polygon(49% 13%, 100% 0, 100% 91%, 0 100%, 0 0);
  }
}
/* Template photos.php
============================================================================= */
.page-template-photos #content-image, .page-template-photos-new #content-image {
  max-width: 49%;
}
.page-template-photos #top, .page-template-photos-new #top {
  margin-bottom: 0;
}
.page-template-photos #top .top-content-wrapper, .page-template-photos-new #top .top-content-wrapper {
  max-width: 790px;
  margin-bottom: 20px;
}
.page-template-photos #top .top-content-wrapper .top-content, .page-template-photos-new #top .top-content-wrapper .top-content {
  max-width: 760px;
}
.page-template-photos #photo .varo-grid-post, .page-template-photos #signup-content-1 .varo-grid-post, .page-template-photos-new #photo .varo-grid-post, .page-template-photos-new #signup-content-1 .varo-grid-post {
  padding-top: 50px;
}
.page-template-photos #photo .varo-grid-post .back-to-parent, .page-template-photos #signup-content-1 .varo-grid-post .back-to-parent, .page-template-photos-new #photo .varo-grid-post .back-to-parent, .page-template-photos-new #signup-content-1 .varo-grid-post .back-to-parent {
  margin-bottom: 20px;
  font-weight: 700;
  display: inline-block;
}
.page-template-photos #photo .varo-grid-post .thumbnail, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail, .page-template-photos-new #photo .varo-grid-post .thumbnail, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  display: block;
  color: #ffffff;
}
.page-template-photos #photo .varo-grid-post .thumbnail > img, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail > img, .page-template-photos-new #photo .varo-grid-post .thumbnail > img, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail > img {
  border: 1px solid #707070;
  border-bottom: 0;
}
.page-template-photos #photo .varo-grid-post .thumbnail .overlay, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .overlay, .page-template-photos-new #photo .varo-grid-post .thumbnail .overlay, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.page-template-photos #photo .varo-grid-post .thumbnail .caption, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .caption, .page-template-photos-new #photo .varo-grid-post .thumbnail .caption, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .caption {
  position: relative;
  bottom: 0;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #707070;
  border-top: 0;
  min-height: 20px;
}
.page-template-photos #photo .varo-grid-post .thumbnail .caption .caption-wrapper, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .caption .caption-wrapper, .page-template-photos-new #photo .varo-grid-post .thumbnail .caption .caption-wrapper, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .caption .caption-wrapper {
  position: relative;
  padding-left: 100px;
}
.page-template-photos #photo .varo-grid-post .thumbnail .caption .author, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .caption .author, .page-template-photos-new #photo .varo-grid-post .thumbnail .caption .author, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .caption .author {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 100px;
  text-align: center;
}
.page-template-photos #photo .varo-grid-post .thumbnail .caption .author img, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .caption .author img, .page-template-photos-new #photo .varo-grid-post .thumbnail .caption .author img, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .caption .author img {
  width: 60px;
  height: auto;
  padding: 2px;
  border: 1px solid #C687FF;
  border-radius: 50%;
}
.page-template-photos #photo .varo-grid-post .thumbnail .caption .caption-detail, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .caption .caption-detail, .page-template-photos-new #photo .varo-grid-post .thumbnail .caption .caption-detail, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .caption .caption-detail {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #072365;
}
.page-template-photos #photo .varo-grid-post .thumbnail .caption .caption-detail h5, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .caption .caption-detail h5, .page-template-photos-new #photo .varo-grid-post .thumbnail .caption .caption-detail h5, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .caption .caption-detail h5 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #072365;
}
.page-template-photos #photo .varo-grid-post .thumbnail .caption .caption-detail h5 a, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .caption .caption-detail h5 a, .page-template-photos-new #photo .varo-grid-post .thumbnail .caption .caption-detail h5 a, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .caption .caption-detail h5 a {
  color: #072365;
  text-decoration: none;
}
.page-template-photos #photo .varo-grid-post .thumbnail .caption .caption-detail a, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .caption .caption-detail a, .page-template-photos-new #photo .varo-grid-post .thumbnail .caption .caption-detail a, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .caption .caption-detail a {
  color: #072365;
  text-decoration: none;
}
.page-template-photos #photo .varo-grid-post .thumbnail .caption .caption-detail a .more, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .caption .caption-detail a .more, .page-template-photos-new #photo .varo-grid-post .thumbnail .caption .caption-detail a .more, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .caption .caption-detail a .more {
  color: #52317E;
}
.page-template-photos #photo .varo-grid-post .thumbnail .caption .caption-detail .comment-date, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .caption .caption-detail .comment-date, .page-template-photos-new #photo .varo-grid-post .thumbnail .caption .caption-detail .comment-date, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .caption .caption-detail .comment-date {
  font-size: 0.85em;
  font-style: italic;
  padding-top: 5px;
}
.page-template-photos #photo .varo-grid-post .thumbnail .photo-control-wrapper, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper, .page-template-photos-new #photo .varo-grid-post .thumbnail .photo-control-wrapper, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper {
  position: relative;
}
.page-template-photos #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control, .page-template-photos-new #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: auto;
}
.page-template-photos #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter, .page-template-photos-new #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter {
  display: inline-block;
  margin-right: 20px;
}
.page-template-photos #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter img, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter img, .page-template-photos-new #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter img, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter img {
  max-width: 24px;
}
.page-template-photos #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter a, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter a, .page-template-photos-new #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter a, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter a {
  color: #ffffff;
}
.page-template-photos #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter a:hover, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter a:hover, .page-template-photos-new #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter a:hover, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter a:hover {
  text-decoration: none;
}
.page-template-photos #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter .wpulike, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter .wpulike, .page-template-photos-new #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter .wpulike, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter .wpulike {
  padding: 0;
}
.page-template-photos #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter .wpulike .like, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter .wpulike .like, .page-template-photos-new #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter .wpulike .like, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter .wpulike .like {
  margin-bottom: 0;
}
.page-template-photos #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter .wpulike svg, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter .wpulike svg, .page-template-photos-new #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter .wpulike svg, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter .wpulike svg {
  width: 50px;
}
.page-template-photos #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter .wpulike .wp_ulike_btn:not(:checked) + .heart-svg .heart, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter .wpulike .wp_ulike_btn:not(:checked) + .heart-svg .heart, .page-template-photos-new #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter .wpulike .wp_ulike_btn:not(:checked) + .heart-svg .heart, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter .wpulike .wp_ulike_btn:not(:checked) + .heart-svg .heart {
  fill: #ffffff !important;
}
.page-template-photos #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter.photo-share .a2a_count, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter.photo-share .a2a_count, .page-template-photos-new #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter.photo-share .a2a_count, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter.photo-share .a2a_count {
  background: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  border: none;
  height: 0 !important;
  width: 0 !important;
}
.page-template-photos #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter.photo-share .a2a_count:before, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter.photo-share .a2a_count:before, .page-template-photos-new #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter.photo-share .a2a_count:before, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter.photo-share .a2a_count:before {
  display: none;
}
.page-template-photos #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter.photo-share .a2a_count:after, .page-template-photos #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter.photo-share .a2a_count:after, .page-template-photos-new #photo .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter.photo-share .a2a_count:after, .page-template-photos-new #signup-content-1 .varo-grid-post .thumbnail .photo-control-wrapper .photo-control .photo-counter.photo-share .a2a_count:after {
  display: none;
}
.page-template-photos #photo .varo-grid-post a.thumbnail, .page-template-photos #signup-content-1 .varo-grid-post a.thumbnail, .page-template-photos-new #photo .varo-grid-post a.thumbnail, .page-template-photos-new #signup-content-1 .varo-grid-post a.thumbnail {
  cursor: pointer;
}
.page-template-photos #photo .pagination, .page-template-photos #signup-content-1 .pagination, .page-template-photos-new #photo .pagination, .page-template-photos-new #signup-content-1 .pagination {
  margin-top: 15px;
}
.page-template-photos #photo .pagination li.page-item, .page-template-photos #signup-content-1 .pagination li.page-item, .page-template-photos-new #photo .pagination li.page-item, .page-template-photos-new #signup-content-1 .pagination li.page-item {
  margin: 0 5px;
}
.page-template-photos #photo .pagination li.page-item.active .page-link, .page-template-photos #signup-content-1 .pagination li.page-item.active .page-link, .page-template-photos-new #photo .pagination li.page-item.active .page-link, .page-template-photos-new #signup-content-1 .pagination li.page-item.active .page-link {
  background-color: #52317E;
  border-color: #52317E;
  color: #ffffff;
}
.page-template-photos #photo .pagination li.page-item .page-link, .page-template-photos #signup-content-1 .pagination li.page-item .page-link, .page-template-photos-new #photo .pagination li.page-item .page-link, .page-template-photos-new #signup-content-1 .pagination li.page-item .page-link {
  color: #000000;
  padding: 5px 10px;
  font-size: 12px;
}
.page-template-photos .pagination .page-numbers.current, .page-template-photos-new .pagination .page-numbers.current {
  font-weight: bolder;
  text-decoration: underline;
}
.page-template-photos #a2apage_show_more_less, .page-template-photos-new #a2apage_show_more_less {
  display: none;
}
.page-template-photos #login-form, .page-template-photos-new #login-form {
  background: #ffffff;
  padding: 40px 60px;
  min-height: 500px;
}
.page-template-photos #login-form *, .page-template-photos-new #login-form * {
  font-family: "Poppins", sans-serif;
  color: #072365;
}
.page-template-photos #login-form a, .page-template-photos-new #login-form a {
  color: #bd3500;
}
.page-template-photos #login-form #wpmem_reg legend, .page-template-photos-new #login-form #wpmem_reg legend {
  font-family: "Campton", sans-serif;
  color: #072365;
}
.page-template-photos #login-form #wpmem_reg label, .page-template-photos-new #login-form #wpmem_reg label {
  font-family: "Poppins", sans-serif;
  color: #072365;
}
.page-template-photos #login-form #wpmem_reg .req, .page-template-photos-new #login-form #wpmem_reg .req {
  display: inline-block;
  margin-left: 5px;
}
.page-template-photos #login-form #wpmem_reg .req-text .req, .page-template-photos-new #login-form #wpmem_reg .req-text .req {
  margin-left: 0;
  margin-right: 5px;
}
.page-template-photos #login-form #wpmem_reg input[type=submit], .page-template-photos-new #login-form #wpmem_reg input[type=submit] {
  background-color: #C12F7B;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  height: 40.5px;
  width: 159px;
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  font-size: 15px;
}
.page-template-photos #login-form #wpmem_login legend, .page-template-photos-new #login-form #wpmem_login legend {
  font-family: "Campton", sans-serif;
  color: #072365;
}
.page-template-photos #login-form #wpmem_login label, .page-template-photos-new #login-form #wpmem_login label {
  font-family: "Poppins", sans-serif;
  color: #072365;
}
.page-template-photos #login-form #wpmem_login input[type=submit], .page-template-photos-new #login-form #wpmem_login input[type=submit] {
  background-color: #C12F7B;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  height: 40.5px;
  width: 159px;
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  font-size: 15px;
}
.page-template-photos #password-form, .page-template-photos-new #password-form {
  background: #ffffff;
  padding: 40px 60px;
  display: inline-block;
  margin-bottom: 400px;
}

@media only screen and (min-width: 1440px) {
  .page-template-photos #top .varo-grid-post .thumbnail .caption h2 {
    font-size: 41.6px;
    line-height: 28.6px;
  }
  .page-template-photos #photo .pagination li.page-item.active .page-link {
    padding: 10px 22px;
  }
  .page-template-photos #photo .pagination li.page-item .page-link {
    font-size: 20.8px;
    padding: 10px 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-photos #top .top-content-wrapper {
    max-width: 1030px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-template-photos #top .top-content-wrapper {
    max-width: 1060px;
  }
  .page-template-photos #top .top-content-wrapper .top-content {
    max-width: 1000px;
  }
  .page-template-photos #photo .varo-grid-post .thumbnail .caption h2 {
    font-size: 52px;
    line-height: 36.4px;
  }
  .page-template-photos #photo .pagination li.page-item.active .page-link {
    padding: 10px 22px;
  }
  .page-template-photos #photo .pagination li.page-item .page-link {
    font-size: 28.6px;
    padding: 10px 18px;
  }
  .page-template-photos #login-form {
    min-height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-photos #wrapper {
    background: none;
  }
  .page-template-photos #content-image {
    display: none;
  }
  .page-template-photos header {
    position: relative;
    z-index: 4;
  }
  .page-template-photos #top {
    padding-top: 156px;
    margin-bottom: 40px;
    min-height: calc(100vh - 123px);
    background: url(../img/bg_top.png) no-repeat top center;
    margin-top: -123px;
    background-size: cover;
  }
  .page-template-photos #top .top-content-wrapper h1 {
    font-size: 48px;
    line-height: 33.6px;
  }
  .page-template-photos #top .top-content-wrapper h1 span.smaller {
    font-size: 48px;
  }
  .page-template-photos #photo .varo-grid-post .pr-0 {
    padding-right: 15px !important;
  }
  .page-template-photos #photo .varo-grid-post .thumbnail .caption {
    display: none;
  }
  .page-template-photos #photo .varo-grid-post .back-to-parent {
    color: #52317E;
  }
  .page-template-photos #bg-top-header {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .page-template-photos #wrapper {
    background: none;
  }
  .page-template-photos #content-image {
    display: none;
  }
  .page-template-photos #top .top-content-wrapper h1 {
    line-height: 48px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .page-template-photos #content-image {
    display: none;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .page-template-photos #wrapper {
    background-size: none;
  }
  .page-template-photos #content-image {
    display: none;
  }
  .page-template-photos header {
    position: relative;
    z-index: 4;
  }
  .page-template-photos #top {
    padding-top: 156px;
    margin-bottom: 40px;
    min-height: calc(100vh - 123px);
    background: url(../img/bg_top.png) no-repeat top center;
    margin-top: -123px;
    background-size: cover;
  }
  .page-template-photos #top .top-content-wrapper h1 {
    font-size: 90px;
    line-height: 60px;
  }
  .page-template-photos #top .top-content-wrapper h1 span.smaller {
    font-size: 90px;
  }
  .page-template-photos #photo .varo-grid-post .thumbnail .caption h2 {
    font-size: 26.4px;
    line-height: 18px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-template-photos #wrapper {
    background-size: none;
  }
  .page-template-photos header {
    position: relative;
    z-index: 4;
  }
  .page-template-photos #content-image {
    display: none;
  }
  .page-template-photos #top {
    padding-top: 156px;
    margin-bottom: 40px;
    min-height: calc(100vh - 123px);
    background: url(../img/bg_top.png) no-repeat top center;
    margin-top: -123px;
    background-size: cover;
  }
  .page-template-photos #top .top-content-wrapper h1 {
    font-size: 90px;
    line-height: 60px;
  }
  .page-template-photos #top .top-content-wrapper h1 span.smaller {
    font-size: 90px;
  }
  .page-template-photos #top .top-content-wrapper .top-content p {
    font-size: 18px;
  }
  .page-template-photos #photo .varo-grid-post .thumbnail .caption h2 {
    font-size: 26.4px;
    line-height: 18px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .page-template-photos #wrapper {
    background-size: auto 100vh;
    min-height: 900px;
  }
  .page-template-photos #content-image {
    max-width: 40%;
    width: 100%;
    height: 100%;
    background-size: auto 120vh;
  }
  .page-template-photos #top .top-content-wrapper {
    max-width: 60%;
  }
  .page-template-photos #top .top-content-wrapper h1 {
    font-size: 90px;
    line-height: 60px;
  }
  .page-template-photos #top .top-content-wrapper h1 span.smaller {
    font-size: 90px;
  }
  .page-template-photos #top .top-content-wrapper .top-content p {
    font-size: 18px;
  }
  .page-template-photos #photo .varo-grid-post .thumbnail .caption h2 {
    font-size: 33.6px;
    line-height: 21.6px;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Three equal columns */
  gap: 10px;
  padding: 10px;
}

.grid-item {
  background-color: #f3f3f3;
  transition: opacity 0.5s ease-in-out;
  opacity: 0; /* Initially hide the items */
}

.grid-item.visible {
  opacity: 1; /* Show visible items */
}

/* For the first item in every set of 6, span 2 columns and 2 rows */
.grid-item--width2 {
  grid-column: span 2;
  grid-row: span 2;
}

.grid-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Spinner overlay */
.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner-overlay.hidden {
  display: none;
}

.spinner-overlay .spinner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.spinner-overlay img {
  width: 250px;
  height: 250px;
}

.lb-image {
  max-width: 90%;
  max-height: 90%;
}

/* Countdown */
.countdown .countdown-container {
  display: inline-block;
  line-height: normal;
  padding: 30px;
  margin-right: 9px;
}
.countdown .countdown-container.days {
  background: #52317E;
}
.countdown .countdown-container.days:after {
  content: "DAG";
}
.countdown .countdown-container.minutes {
  background: #52317E;
}
.countdown .countdown-container.minutes:after {
  content: "MIN";
}
.countdown .countdown-container.hours {
  background: #917BCD;
}
.countdown .countdown-container.hours:after {
  content: "UUR";
}
.countdown .countdown-container.seconds {
  background: #917BCD;
}
.countdown .countdown-container.seconds:after {
  content: "SEC";
}
.countdown .countdown-container:after {
  display: block;
  text-align: center;
  line-height: 55px;
  font-size: 55px;
  margin-top: -35px;
  font-family: "Campton", sans-serif;
  font-weight: 300;
  min-width: 132px;
}
.countdown .countdown-container span {
  display: block;
}
.countdown .countdown-container .countdown-value {
  background: none;
  font-family: "Campton", sans-serif;
  font-weight: 700;
  font-size: 107px;
  line-height: 107px;
  color: #fff;
  text-shadow: none;
  padding: 0;
  min-width: 132px;
}
.countdown .countdown-container .countdown-heading {
  display: none;
}
.countdown.fr .countdown-container.days {
  background: #52317E;
}
.countdown.fr .countdown-container.days:after {
  content: "JOUR";
}
.countdown.fr .countdown-container.minutes {
  background: #52317E;
}
.countdown.fr .countdown-container.minutes:after {
  content: "MIN";
}
.countdown.fr .countdown-container.hours {
  background: #917BCD;
}
.countdown.fr .countdown-container.hours:after {
  content: "HEURE";
}
.countdown.fr .countdown-container.seconds {
  background: #917BCD;
}
.countdown.fr .countdown-container.seconds:after {
  content: "SEC";
}
.countdown.en .countdown-container.days {
  background: #52317E;
}
.countdown.en .countdown-container.days:after {
  content: "DAYS";
}
.countdown.en .countdown-container.minutes {
  background: #52317E;
}
.countdown.en .countdown-container.minutes:after {
  content: "MIN";
}
.countdown.en .countdown-container.hours {
  background: #917BCD;
}
.countdown.en .countdown-container.hours:after {
  content: "HOURS";
}
.countdown.en .countdown-container.seconds {
  background: #917BCD;
}
.countdown.en .countdown-container.seconds:after {
  content: "SEC";
}

.page-id-3835 .countdown .countdown-container.days:after {
  content: "DAYS";
}
.page-id-3835 .countdown .countdown-container.minutes:after {
  content: "MIN";
}
.page-id-3835 .countdown .countdown-container.hours:after {
  content: "HOURS";
}
.page-id-3835 .countdown .countdown-container.seconds:after {
  content: "SEC";
}

/* Button Style */
.btn-purple {
  color: #ffffff;
  background-color: #C12F7B;
  height: 40px;
  border-radius: 0;
  padding-left: 48px;
  padding-right: 48px;
}
.btn-purple.rounded {
  border-radius: 30px !important;
  border: 1px solid #fff;
}

/* Checkbox Style */
/* Remove default checkbox */
[type=checkbox]:not(:checked),
[type=checkbox]:checked,
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type=checkbox] {
  /* checkbox aspect */
}

[type=checkbox] + label,
[type=radio] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

[type=checkbox] + label:before,
[type=checkbox]:not(.filled-in) + label:after,
[type=radio] + label:before,
[type=radio]:not(.filled-in) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: 0.2s;
}

[type=checkbox]:not(.filled-in) + label:after,
[type=radio]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=checkbox]:not(:checked):disabled + label:before,
[type=radio]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

[type=checkbox].tabbed:focus + label:after,
[type=radio].tabbed:focus + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type=checkbox]:checked + label:before,
[type=radio]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type=checkbox]:checked:disabled + label:before,
[type=radio]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

/* Indeterminate checkbox */
[type=checkbox]:indeterminate + label:before,
[type=radio]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type=checkbox]:indeterminate:disabled + label:before,
[type=radio]:indeterminate + label:before {
  border-right: 2px solid rgb(255, 255, 255);
  background-color: transparent;
}

[type=checkbox].filled-in + label:after,
[type=radio].filled-in + label:after {
  border-radius: 2px;
}

[type=checkbox].filled-in + label:before,
[type=checkbox].filled-in + label:after,
[type=radio].filled-in + label:before,
[type=radio].filled-in + label:after {
  content: "";
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}

[type=checkbox].filled-in:not(:checked) + label:before,
[type=radio].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type=checkbox].filled-in:not(:checked) + label:after,
[type=radio].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid transparent;
  top: 0px;
  z-index: 0;
}

[type=checkbox].filled-in:checked + label:before,
[type=radio].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type=checkbox].filled-in:checked + label:after,
[type=radio].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

[type=checkbox].filled-in.tabbed:focus + label:after,
[type=radio].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type=checkbox].filled-in.tabbed:checked:focus + label:after,
[type=radio].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

[type=checkbox].filled-in:disabled:not(:checked) + label:before,
[type=radio].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type=checkbox].filled-in:disabled:not(:checked) + label:after,
[type=radio].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}

[type=checkbox].filled-in:disabled:checked + label:before,
[type=radio].filled-in:disabled:checked + label:before {
  background-color: transparent;
}

[type=checkbox].filled-in:disabled:checked + label:after,
[type=radio].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

/* Responsive Style
============================================================================= */
@media (min-width: 1600px) {
  .countdown .countdown-container {
    padding: 60px 74px 50px;
  }
  .countdown .countdown-container:after {
    font-size: 73px;
    line-height: 73px;
    min-width: 170px;
    margin-top: -48px;
  }
  .countdown .countdown-container .countdown-value {
    font-size: 144px;
    line-height: 144px;
    min-width: 170px;
  }
}
@media (min-width: 1920px) {
  .countdown .countdown-container {
    padding: 60px 74px 50px;
  }
  .countdown .countdown-container:after {
    font-size: 73px;
    line-height: 73px;
    min-width: 170px;
    margin-top: -48px;
  }
  .countdown .countdown-container .countdown-value {
    font-size: 144px;
    line-height: 144px;
    min-width: 170px;
  }
  .btn-purple {
    height: 70px;
    padding-left: 64px;
    padding-right: 64px;
    font-size: 20px;
  }
}
/* Misclellanous
============================================================================= */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* Template disclaimer.php
============================================================================= */
.page-template-disclaimer #wrapper {
  overflow: hidden;
}
.page-template-disclaimer #content-image {
  background-image: url(../img/dummy/disclaimer.png);
}
.page-template-disclaimer #top .top-content-wrapper {
  max-width: 760px;
  margin-bottom: 20px;
}
.page-template-disclaimer #top .top-content-wrapper h1 {
  line-height: 73px;
}
.page-template-disclaimer #top .top-content-wrapper .top-content {
  max-width: 100%;
  min-height: 354px;
}
.page-template-disclaimer .varo-grid-disclaimer {
  padding-top: 50px;
}
.page-template-disclaimer .varo-grid-disclaimer .varo-disclaimer {
  padding-top: 80px;
  padding-right: 50px;
}
.page-template-disclaimer .varo-grid-disclaimer .varo-disclaimer p {
  font-family: "Poppins", sans-serif;
  color: #52317E;
}

@media only screen and (min-width: 1600px) {
  .page-template-disclaimer #top .top-content-wrapper {
    max-width: 980px;
  }
  .page-template-disclaimer #top .top-content-wrapper h1 {
    font-size: 147.63px;
    line-height: 99.75px;
  }
  .page-template-disclaimer .varo-grid-disclaimer .varo-disclaimer {
    padding-right: 150px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-template-disclaimer #top .top-content-wrapper {
    max-width: 1040px;
  }
  .page-template-disclaimer #top .top-content-wrapper .top-content {
    min-height: 542px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-disclaimer #wrapper {
    background-size: none;
  }
  .page-template-disclaimer header {
    position: relative;
    z-index: 4;
  }
  .page-template-disclaimer #content-image {
    display: none;
  }
  .page-template-disclaimer #top {
    padding-top: 156px;
    margin-bottom: 40px;
    min-height: calc(100vh - 123px);
    background: url(../img/bg_top.png) no-repeat top center;
    margin-top: -123px;
    background-size: cover;
  }
  .page-template-disclaimer #top .top-content-wrapper h1 {
    font-size: 48px;
    line-height: 30px;
  }
  .page-template-disclaimer #top .top-content-wrapper h1 span.smaller {
    font-size: 48px;
    line-height: 34.8px;
  }
  .page-template-disclaimer #top .top-content-wrapper .top-content p {
    font-size: 14.4px;
    line-height: 21.6px;
  }
  .page-template-disclaimer .varo-grid-disclaimer .varo-disclaimer {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .page-template-disclaimer #wrapper {
    background: none;
  }
  .page-template-disclaimer #content-image {
    display: none;
  }
  .page-template-disclaimer header {
    position: relative;
    z-index: 4;
  }
  .page-template-disclaimer #top {
    padding-top: 156px;
    margin-bottom: 40px;
    min-height: calc(100vh - 123px);
    background: url(../img/bg_top.png) no-repeat top center;
    margin-top: -123px;
    background-size: cover;
  }
  .page-template-disclaimer #top .top-content-wrapper h1 {
    line-height: 48px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .page-template-disclaimer #content-image {
    display: none;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .page-template-disclaimer #wrapper {
    background: none;
  }
  .page-template-disclaimer #content-image {
    display: none;
  }
  .page-template-disclaimer header {
    position: relative;
    z-index: 4;
  }
  .page-template-disclaimer #top {
    padding-top: 156px;
    margin-bottom: 40px;
    min-height: calc(100vh - 123px);
    background: url(../img/bg_top.png) no-repeat top center;
    margin-top: -123px;
    background-size: cover;
  }
  .page-template-disclaimer #top .top-content-wrapper h1 {
    font-size: 90px;
    line-height: 60px;
  }
  .page-template-disclaimer #top .top-content-wrapper h1 span.smaller {
    font-size: 90px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-template-disclaimer #wrapper {
    background: none;
  }
  .page-template-disclaimer header {
    position: relative;
    z-index: 4;
  }
  .page-template-disclaimer #content-image {
    display: none;
  }
  .page-template-disclaimer #top {
    padding-top: 156px;
    margin-bottom: 40px;
    min-height: calc(100vh - 123px);
    background: url(../img/bg_top.png) no-repeat top center;
    margin-top: -123px;
    background-size: cover;
  }
  .page-template-disclaimer #top .top-content-wrapper h1 {
    font-size: 90px;
    line-height: 60px;
  }
  .page-template-disclaimer #top .top-content-wrapper h1 span.smaller {
    font-size: 90px;
  }
  .page-template-disclaimer #top .top-content-wrapper .top-content p {
    font-size: 18px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .page-template-disclaimer #wrapper {
    background-size: 100% 100vh;
  }
  .page-template-disclaimer #top .top-content-wrapper {
    max-width: 620px;
  }
  .page-template-disclaimer #top .top-content-wrapper h1 {
    font-size: 90px;
    line-height: 60px;
  }
  .page-template-disclaimer #top .top-content-wrapper h1 span.smaller {
    font-size: 90px;
  }
  .page-template-disclaimer .varo-grid-disclaimer .varo-disclaimer {
    padding-top: 30px;
    padding-right: 50px;
  }
}
/* Template sign-up-new.php
============================================================================= */
#new-sign-up-wrapper {
  font-family: "NuovaVolte", sans-serif !important;
}
#new-sign-up-wrapper #header .top-content-wrapper {
  z-index: 999;
}
#new-sign-up-wrapper #header .top-content-wrapper h1 {
  font-size: 90px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "NuovaVolte", sans-serif;
}
#new-sign-up-wrapper #header .top-content-wrapper h1.title {
  background-image: linear-gradient(26deg, #4F2A84, #229CD8);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
#new-sign-up-wrapper #header .top-content-wrapper span.date {
  font-size: 40px;
  line-height: 100px;
}
@media (min-width: 1700px) {
  #new-sign-up-wrapper #header .top-content-wrapper h1 {
    font-size: 111px;
    line-height: 110px;
  }
  #new-sign-up-wrapper #header .top-content-wrapper span.date {
    font-size: 40px;
    line-height: 125px;
  }
}
@media (max-width: 991px) {
  #new-sign-up-wrapper #header .top-content-wrapper h1 {
    font-size: 40px;
    line-height: 45px;
  }
  #new-sign-up-wrapper #header .top-content-wrapper span.date {
    font-size: 30px;
    line-height: 50px;
  }
}
#new-sign-up-wrapper #content-image-section {
  position: relative;
  margin-top: -8%;
}
@media (max-width: 991px) {
  #new-sign-up-wrapper #content-image-section {
    margin-top: 10%;
  }
}
#new-sign-up-wrapper #signup-content-1 {
  padding-top: 101px;
  padding-bottom: 114px;
}
#new-sign-up-wrapper #signup-content-1 .col-right .subtitle {
  font-size: 60px;
  line-height: 53px;
  margin-bottom: 25px;
  font-family: "NuovaVolte", sans-serif;
  font-weight: 300 !important;
}
#new-sign-up-wrapper #signup-content-1 .col-right .content {
  font-size: 15px;
  line-height: 26px;
}
#new-sign-up-wrapper #signup-content-1 .col-right .information {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#new-sign-up-wrapper #signup-content-1 .col-right .information .map-wrapper, #new-sign-up-wrapper #signup-content-1 .col-right .information .calendar-wrapper {
  display: flex;
  align-items: center;
}
#new-sign-up-wrapper #signup-content-1 .col-right .information .map-wrapper .icon-wrapper, #new-sign-up-wrapper #signup-content-1 .col-right .information .calendar-wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  border: 3px solid #122C67;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#new-sign-up-wrapper #signup-content-1 .col-right .information .map-wrapper .icon-wrapper i, #new-sign-up-wrapper #signup-content-1 .col-right .information .calendar-wrapper .icon-wrapper i {
  font-size: 20px;
}
#new-sign-up-wrapper #signup-content-1 .col-right .information .map-wrapper .text-wrapper, #new-sign-up-wrapper #signup-content-1 .col-right .information .calendar-wrapper .text-wrapper {
  margin-left: 15px;
}
@media (min-width: 992px) {
  #new-sign-up-wrapper #signup-content-1 .col-right .information {
    margin-top: 10px;
  }
}
@media (min-width: 1700px) {
  #new-sign-up-wrapper #signup-content-1 .col-right {
    padding-left: 40px;
  }
  #new-sign-up-wrapper #signup-content-1 .col-right .subtitle {
    margin-bottom: 35px;
  }
  #new-sign-up-wrapper #signup-content-1 .col-right .content {
    font-size: 15px;
    line-height: 26px;
  }
  #new-sign-up-wrapper #signup-content-1 .col-right .information {
    margin-top: 68px;
    gap: 25px;
  }
  #new-sign-up-wrapper #signup-content-1 .col-right .information .map-wrapper .icon-wrapper, #new-sign-up-wrapper #signup-content-1 .col-right .information .calendar-wrapper .icon-wrapper {
    width: 100px;
    height: 100px;
    border: 3px solid #122C67;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #new-sign-up-wrapper #signup-content-1 .col-right .information .map-wrapper .icon-wrapper i, #new-sign-up-wrapper #signup-content-1 .col-right .information .calendar-wrapper .icon-wrapper i {
    font-size: 30px;
  }
  #new-sign-up-wrapper #signup-content-1 .col-right .information .map-wrapper .text-wrapper, #new-sign-up-wrapper #signup-content-1 .col-right .information .calendar-wrapper .text-wrapper {
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  #new-sign-up-wrapper #signup-content-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #new-sign-up-wrapper #signup-content-1 .col-right {
    padding-top: 40px;
    padding-left: 15px;
  }
  #new-sign-up-wrapper #signup-content-1 .col-right .subtitle {
    font-size: 35px;
  }
  #new-sign-up-wrapper #signup-content-1 .col-right .content {
    font-size: 15px;
    line-height: 26px;
  }
  #new-sign-up-wrapper #signup-content-1 .col-right .information {
    margin-top: 20px;
    gap: 25px;
  }
  #new-sign-up-wrapper #signup-content-1 .col-right .information .map-wrapper .icon-wrapper, #new-sign-up-wrapper #signup-content-1 .col-right .information .calendar-wrapper .icon-wrapper {
    display: none;
  }
  #new-sign-up-wrapper #signup-content-1 .col-right .information .map-wrapper .text-wrapper, #new-sign-up-wrapper #signup-content-1 .col-right .information .calendar-wrapper .text-wrapper {
    margin-left: 0;
  }
}
#new-sign-up-wrapper #signup-content-2 {
  background: #122C67;
  background-image: linear-gradient(320deg, rgba(18, 44, 103, 0), #122C67), url(../img/newvaroevent/line.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: content-box;
  -webkit-background-fill-color: transparent;
  -moz-background-clip: content-box;
  -moz-background-fill-color: transparent;
  background-position: bottom;
}
#new-sign-up-wrapper #signup-content-2 .container {
  padding-top: 111px;
  padding-bottom: 100px;
}
#new-sign-up-wrapper #signup-content-2 .container .line {
  height: 1px;
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
}
#new-sign-up-wrapper #signup-content-2 .container .col-left {
  color: #fff;
}
#new-sign-up-wrapper #signup-content-2 .container .col-left .subtitle {
  font-size: 30px;
  line-height: 70px;
  letter-spacing: 1.5px;
  color: #E41A54;
  font-weight: 100;
}
#new-sign-up-wrapper #signup-content-2 .container .col-left h3 {
  font-family: "NuovaVolte", sans-serif;
}
#new-sign-up-wrapper #signup-content-2 .container .col-left h3.title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
  color: #E41A54;
}
@media (max-width: 991px) {
  #new-sign-up-wrapper #signup-content-2 {
    background-size: 130%;
    background-position: 80% 100%;
  }
  #new-sign-up-wrapper #signup-content-2 .container {
    padding-top: 46px;
    padding-bottom: 40px;
  }
  #new-sign-up-wrapper #signup-content-2 .container .line {
    display: block !important;
    margin-bottom: 0px;
  }
  #new-sign-up-wrapper #signup-content-2 .container .col-left {
    color: #fff;
  }
  #new-sign-up-wrapper #signup-content-2 .container .col-left .subtitle {
    font-size: 14px;
  }
  #new-sign-up-wrapper #signup-content-2 .container .col-left h3 {
    font-family: "NuovaVolte", sans-serif;
  }
  #new-sign-up-wrapper #signup-content-2 .container .col-left h3.title {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #new-sign-up-wrapper #signup-content-2 .container .col-left .content {
    margin-bottom: 40px;
  }
}
#new-sign-up-wrapper .programma {
  padding: 216px 0;
  background: #EDEBEF;
}
#new-sign-up-wrapper .programma .col-right {
  padding-left: 20px;
}
#new-sign-up-wrapper .programma .col-right .title {
  font-family: "NuovaVolte", sans-serif;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
  color: #1E0B38;
}
#new-sign-up-wrapper .programma .col-right .schedule {
  list-style: none;
  padding-left: 0;
}
#new-sign-up-wrapper .programma .col-right .schedule li {
  margin-bottom: 30px;
}
#new-sign-up-wrapper .programma .col-right .schedule li .event {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1.5px;
  color: #4F2A84;
  margin-bottom: 20px;
  font-family: "NuovaVolte", sans-serif;
  font-weight: 300;
}
#new-sign-up-wrapper .programma .col-right .schedule li .line {
  background-image: linear-gradient(90deg, #E41A54, #4F2A84);
  background-size: 100%;
  -webkit-background-clip: content-box;
  -webkit-background-fill-color: transparent;
  -moz-background-clip: content-box;
  -moz-background-fill-color: transparent;
  background-position: bottom;
  height: 5px;
  width: 100%;
  margin-bottom: 20px;
}
#new-sign-up-wrapper .programma .col-right .schedule li span {
  font-size: 20px;
  line-height: 26px;
  color: #4F2A84;
}
#new-sign-up-wrapper .programma .col-right .schedule li:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1700px) {
  #new-sign-up-wrapper .programma .col-right {
    padding-left: 30px;
  }
  #new-sign-up-wrapper .programma .col-right .title {
    margin-bottom: 70px;
  }
  #new-sign-up-wrapper .programma .col-right .schedule li {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  #new-sign-up-wrapper .programma {
    padding: 41px 0;
  }
  #new-sign-up-wrapper .programma .col-left {
    order: 2;
  }
  #new-sign-up-wrapper .programma .col-right {
    order: 1;
    padding-left: 15px;
  }
  #new-sign-up-wrapper .programma .col-right .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  #new-sign-up-wrapper .programma .col-right .schedule {
    list-style: none;
    padding-left: 0;
  }
  #new-sign-up-wrapper .programma .col-right .schedule li {
    margin-bottom: 40px;
  }
  #new-sign-up-wrapper .programma .col-right .schedule li .event {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  #new-sign-up-wrapper .programma .col-right .schedule li .line {
    display: block !important;
    margin-bottom: 10px;
  }
  #new-sign-up-wrapper .programma .col-right .schedule li span {
    font-size: 14px;
  }
  #new-sign-up-wrapper .programma .col-right .schedule li:last-child {
    margin-bottom: 40px;
  }
}
#new-sign-up-wrapper #signup-content-3 {
  background-image: linear-gradient(223deg, #512983, #CB015E);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: content-box;
  -webkit-background-fill-color: transparent;
  -moz-background-clip: content-box;
  -moz-background-fill-color: transparent;
  background-position: bottom;
}
#new-sign-up-wrapper #signup-content-3 .container {
  padding-top: 111px;
  padding-bottom: 100px;
}
#new-sign-up-wrapper #signup-content-3 .container .line {
  height: 1px;
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
}
#new-sign-up-wrapper #signup-content-3 .container .col-left {
  color: #fff;
}
#new-sign-up-wrapper #signup-content-3 .container .col-left .subtitle {
  font-size: 30px;
  line-height: 70px;
  letter-spacing: 1.5px;
  font-weight: 100;
}
#new-sign-up-wrapper #signup-content-3 .container .col-left h3 {
  font-family: "NuovaVolte", sans-serif;
}
#new-sign-up-wrapper #signup-content-3 .container .col-left h3.title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
}
@media (max-width: 991px) {
  #new-sign-up-wrapper #signup-content-3 .container {
    padding-top: 46px;
    padding-bottom: 40px;
  }
  #new-sign-up-wrapper #signup-content-3 .container .line {
    display: block !important;
    margin-bottom: 0px;
  }
  #new-sign-up-wrapper #signup-content-3 .container .col-left {
    color: #fff;
  }
  #new-sign-up-wrapper #signup-content-3 .container .col-left .subtitle {
    font-size: 14px;
  }
  #new-sign-up-wrapper #signup-content-3 .container .col-left h3 {
    font-family: "NuovaVolte", sans-serif;
  }
  #new-sign-up-wrapper #signup-content-3 .container .col-left h3.title {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #new-sign-up-wrapper #signup-content-3 .container .col-left .content {
    margin-bottom: 40px;
  }
}
#new-sign-up-wrapper #signup-content-4 {
  background-color: #fff;
}
#new-sign-up-wrapper #signup-content-4 .container {
  padding-top: 111px;
  padding-bottom: 100px;
}
#new-sign-up-wrapper #signup-content-4 .container .line {
  height: 1px;
  width: 100%;
  background: #CB015E;
  margin-bottom: 30px;
}
#new-sign-up-wrapper #signup-content-4 .container .col-left {
  color: #1E0B38;
}
#new-sign-up-wrapper #signup-content-4 .container .col-left .subtitle {
  font-size: 30px;
  line-height: 70px;
  letter-spacing: 1.5px;
  font-weight: 100;
}
#new-sign-up-wrapper #signup-content-4 .container .col-left .information {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#new-sign-up-wrapper #signup-content-4 .container .col-left .information .map-wrapper, #new-sign-up-wrapper #signup-content-4 .container .col-left .information .calendar-wrapper {
  display: flex;
  align-items: center;
}
#new-sign-up-wrapper #signup-content-4 .container .col-left .information .map-wrapper .icon-wrapper, #new-sign-up-wrapper #signup-content-4 .container .col-left .information .calendar-wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  border: 3px solid #122C67;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#new-sign-up-wrapper #signup-content-4 .container .col-left .information .map-wrapper .icon-wrapper i, #new-sign-up-wrapper #signup-content-4 .container .col-left .information .calendar-wrapper .icon-wrapper i {
  font-size: 20px;
}
#new-sign-up-wrapper #signup-content-4 .container .col-left .information .map-wrapper .text-wrapper, #new-sign-up-wrapper #signup-content-4 .container .col-left .information .calendar-wrapper .text-wrapper {
  margin-left: 15px;
}
#new-sign-up-wrapper #signup-content-4 .container .col-left h3 {
  font-family: "NuovaVolte", sans-serif;
}
#new-sign-up-wrapper #signup-content-4 .container .col-left h3.title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
}
@media (max-width: 991px) {
  #new-sign-up-wrapper #signup-content-4 .container {
    padding-top: 46px;
    padding-bottom: 40px;
  }
  #new-sign-up-wrapper #signup-content-4 .container .line {
    display: block !important;
    margin-bottom: 0px;
  }
  #new-sign-up-wrapper #signup-content-4 .container .col-left {
    color: #1E0B38;
  }
  #new-sign-up-wrapper #signup-content-4 .container .col-left .subtitle {
    font-size: 14px;
  }
  #new-sign-up-wrapper #signup-content-4 .container .col-left h3 {
    font-family: "NuovaVolte", sans-serif;
  }
  #new-sign-up-wrapper #signup-content-4 .container .col-left h3.title {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #new-sign-up-wrapper #signup-content-4 .container .col-left .content {
    margin-bottom: 40px;
  }
}
#new-sign-up-wrapper .parkeren {
  color: #1E0B38;
}
#new-sign-up-wrapper .parkeren .container {
  padding-top: 100px;
  padding-bottom: 40px;
}
#new-sign-up-wrapper .parkeren .container .parkeren .col-left .title {
  font-family: "NuovaVolte", sans-serif !important;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
  color: #122C67;
}
#new-sign-up-wrapper .parkeren .container .parkeren .col-left .content, #new-sign-up-wrapper .parkeren .container .parkeren .col-left .location {
  font-size: 15px;
  line-height: 26px;
  color: #1E0B38;
  margin-bottom: 36px;
}
#new-sign-up-wrapper .parkeren .container .line {
  height: 1px;
  width: 100%;
  background: #CB015E;
  margin-bottom: 30px;
  margin-top: 100px;
}
#new-sign-up-wrapper .parkeren .container .letop .title {
  font-family: "NuovaVolte", sans-serif !important;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
  color: #E41A54;
}
@media (max-width: 991px) {
  #new-sign-up-wrapper .parkeren .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #new-sign-up-wrapper .parkeren .container .parkeren .col-left .title {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #new-sign-up-wrapper .parkeren .container .parkeren .col-left .content, #new-sign-up-wrapper .parkeren .container .parkeren .col-left .location {
    font-size: 15px;
    line-height: 26px;
    color: #1E0B38;
    margin-bottom: 36px;
  }
  #new-sign-up-wrapper .parkeren .container .line {
    margin-top: 40px;
    margin-bottom: 20px;
    display: block !important;
  }
  #new-sign-up-wrapper .parkeren .container .letop .title {
    font-family: "NuovaVolte", sans-serif !important;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 300 !important;
    color: #E41A54;
  }
}
#new-sign-up-wrapper .registration-form {
  background-image: linear-gradient(38deg, #4F2A84, #51B9EA);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: content-box;
  -webkit-background-fill-color: transparent;
  -moz-background-clip: content-box;
  -moz-background-fill-color: transparent;
  background-position: bottom;
  color: #fff;
}
#new-sign-up-wrapper .registration-form .container {
  padding-top: 273px;
  padding-bottom: 273px;
}
#new-sign-up-wrapper .registration-form .container .title {
  font-family: "NuovaVolte", sans-serif !important;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
  color: #fff;
}
#new-sign-up-wrapper .registration-form .container .form .form-control {
  border-radius: 0;
}
#new-sign-up-wrapper .registration-form .container .form [type=checkbox] + label:before, #new-sign-up-wrapper .registration-form .container .form [type=checkbox]:not(.filled-in) + label:after, #new-sign-up-wrapper .registration-form .container .form [type=radio] + label:before, #new-sign-up-wrapper .registration-form .container .form [type=radio]:not(.filled-in) + label:after {
  border-color: #fff;
}
#new-sign-up-wrapper .registration-form .container .form [type=checkbox]:checked + label:before, #new-sign-up-wrapper .registration-form .container .form [type=radio]:checked + label:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#new-sign-up-wrapper .registration-form .container .form .submit {
  margin-top: 43px;
}
@media (max-width: 991px) {
  #new-sign-up-wrapper .registration-form .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #new-sign-up-wrapper .registration-form .container .title {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 21px;
  }
  #new-sign-up-wrapper .registration-form .container .col-right {
    order: 1;
  }
  #new-sign-up-wrapper .registration-form .container .col-left {
    order: 2;
  }
  #new-sign-up-wrapper .registration-form .container .last-col {
    order: 3;
  }
  #new-sign-up-wrapper .registration-form .container .form .form-control {
    border-radius: 0;
  }
  #new-sign-up-wrapper .registration-form .container .form .submit {
    margin-top: 43px;
  }
}
@media (min-width: 992px) {
  #new-sign-up-wrapper .registration-form.new .container {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  #new-sign-up-wrapper .registration-form.new .container .form-wrapper {
    border: 1px solid #fff;
    padding: 40px;
  }
}
@media (min-width: 1700px) {
  #new-sign-up-wrapper .registration-form.new .container .form-wrapper {
    padding: 40px 65px;
  }
}
#new-sign-up-wrapper .registration-form.new .container .form-wrapper p a {
  color: #fff;
  text-decoration: underline;
}
#new-sign-up-wrapper .contact-form {
  margin-bottom: -300px;
  color: #1E0B38;
}
#new-sign-up-wrapper .contact-form .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
#new-sign-up-wrapper .contact-form .container .col-left .title {
  font-family: "NuovaVolte", sans-serif !important;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
  color: #1E0B38;
}
#new-sign-up-wrapper .contact-form .container .col-right .information {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
#new-sign-up-wrapper .contact-form .container .col-right .information .tel-wrapper, #new-sign-up-wrapper .contact-form .container .col-right .information .calendar-wrapper {
  display: flex;
  align-items: center;
}
#new-sign-up-wrapper .contact-form .container .col-right .information .tel-wrapper .icon-wrapper, #new-sign-up-wrapper .contact-form .container .col-right .information .calendar-wrapper .icon-wrapper {
  width: 80px;
  height: 80px;
  border: 3px solid #122C67;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#new-sign-up-wrapper .contact-form .container .col-right .information .tel-wrapper .icon-wrapper i, #new-sign-up-wrapper .contact-form .container .col-right .information .calendar-wrapper .icon-wrapper i {
  font-size: 30px;
}
#new-sign-up-wrapper .contact-form .container .col-right .information .tel-wrapper .text-wrapper, #new-sign-up-wrapper .contact-form .container .col-right .information .calendar-wrapper .text-wrapper {
  margin-left: 25px;
}
#new-sign-up-wrapper .contact-form .container .col-right .information .tel-wrapper .text-wrapper a, #new-sign-up-wrapper .contact-form .container .col-right .information .calendar-wrapper .text-wrapper a {
  color: #1E0B38;
  text-decoration: underline;
}
#new-sign-up-wrapper .contact-form .container .with_frm_style input[type=text], #new-sign-up-wrapper .contact-form .container .with_frm_style input[type=password], #new-sign-up-wrapper .contact-form .container .with_frm_style input[type=email], #new-sign-up-wrapper .contact-form .container .with_frm_style input[type=number], #new-sign-up-wrapper .contact-form .container .with_frm_style input[type=url], #new-sign-up-wrapper .contact-form .container .with_frm_style input[type=tel], #new-sign-up-wrapper .contact-form .container .with_frm_style input[type=file], #new-sign-up-wrapper .contact-form .container .with_frm_style input[type=search], #new-sign-up-wrapper .contact-form .container .with_frm_style select, #new-sign-up-wrapper .contact-form .container .with_frm_style .frm-card-element.StripeElement {
  border: 1px solid #C1C1C1;
  border-radius: 0;
}
#new-sign-up-wrapper .contact-form .container .frm_button_submit {
  color: #ffffff;
  background-color: #122C67;
  height: 40px;
  border-radius: 30px;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 991px) {
  #new-sign-up-wrapper .contact-form {
    margin-bottom: -15px;
  }
  #new-sign-up-wrapper .contact-form .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #new-sign-up-wrapper .contact-form .container .col-left .title {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 21px;
  }
  #new-sign-up-wrapper .contact-form .container .col-right .information {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  #new-sign-up-wrapper .contact-form .container .col-right .information .tel-wrapper, #new-sign-up-wrapper .contact-form .container .col-right .information .calendar-wrapper {
    display: flex;
    align-items: center;
  }
  #new-sign-up-wrapper .contact-form .container .col-right .information .tel-wrapper .icon-wrapper, #new-sign-up-wrapper .contact-form .container .col-right .information .calendar-wrapper .icon-wrapper {
    width: 50px;
    height: 50px;
  }
  #new-sign-up-wrapper .contact-form .container .col-right .information .tel-wrapper .icon-wrapper i, #new-sign-up-wrapper .contact-form .container .col-right .information .calendar-wrapper .icon-wrapper i {
    font-size: 20px;
  }
  #new-sign-up-wrapper .contact-form .container .col-right .information .tel-wrapper .text-wrapper, #new-sign-up-wrapper .contact-form .container .col-right .information .calendar-wrapper .text-wrapper {
    margin-left: 15px;
  }
  #new-sign-up-wrapper .contact-form .container .col-right .information .tel-wrapper .text-wrapper a, #new-sign-up-wrapper .contact-form .container .col-right .information .calendar-wrapper .text-wrapper a {
    color: #1E0B38;
    text-decoration: underline;
  }
}

#new-bitumen {
  font-family: "NuovaVolte", sans-serif !important;
  /* intro section */
  /* content video */
}
#new-bitumen .ml-30 {
  margin-left: 30px;
}
#new-bitumen .color-unset {
  color: unset !important;
}
#new-bitumen .grid-display {
  display: grid;
}
#new-bitumen .text-purple {
  color: #1E0B38;
  text-decoration: none;
}
#new-bitumen .navbar {
  background-color: white;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e5e5e5;
}
#new-bitumen .navbar-brand img {
  height: 60px;
}
#new-bitumen .navbar-toggler {
  border: none;
  padding: 0;
}
#new-bitumen .icon-button {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #1E0B38;
  margin-right: 1rem;
}
#new-bitumen .navbar-toggler-icon {
  color: #1E0B38;
  font-size: 1.5rem;
}
#new-bitumen .ml-auto {
  margin-left: auto;
}
@media (max-width: 768px) {
  #new-bitumen .image-header {
    position: absolute;
    top: 410px;
    right: 0;
    width: 100%;
    height: 212px;
    background-image: url("../../assets/img/varo-mobile.png");
    background-size: cover;
    z-index: 2;
  }
  #new-bitumen .header-content {
    height: 620px;
    overflow: hidden;
  }
  #new-bitumen .grid-mobile {
    display: grid;
  }
}
@media (min-width: 768px) {
  #new-bitumen .image-header {
    position: absolute;
    top: 186px;
    right: 0;
    width: 100%;
    height: 437px;
    background-image: url("../../assets/img/varo-mobile.png");
    background-size: cover;
    z-index: 2;
  }
  #new-bitumen .header-content {
    height: 620px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  #new-bitumen .navbar {
    background-color: white;
    padding: 1rem 2rem;
    border-bottom: 1px solid #EDEBEF;
  }
  #new-bitumen .navbar-brand img {
    height: 80px;
  }
  #new-bitumen .navbar-nav .nav-link {
    color: #1E0B38;
    margin-left: 15px;
    font-weight: 400;
  }
  #new-bitumen .icon-button {
    display: none;
  }
  #new-bitumen .header-content {
    height: 526px;
    overflow: hidden;
  }
  #new-bitumen .image-header {
    position: absolute;
    top: 13px;
    right: 0;
    width: 100%;
    height: 514px;
    background-image: url("../../assets/img/varo.png");
    background-size: cover;
    z-index: 2;
  }
}
#new-bitumen .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
#new-bitumen .navbar .container {
  padding: 0;
  display: block;
}
#new-bitumen .navbar .navbar-toggler {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 5%;
}
#new-bitumen .navbar .navbar-brand {
  float: left;
}
#new-bitumen .navbar .language-switcher {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
#new-bitumen .navbar .wpml-ls-legacy-dropdown .wpml-ls-flag {
  width: auto;
  height: 12px;
}
@media (max-width: 991px) {
  #new-bitumen .navbar .navbar-header {
    width: 100%;
  }
  #new-bitumen .navbar .navbar-collapse {
    clear: both;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
  }
}
@media (min-width: 992px) {
  #new-bitumen .navbar .navbar-toggler {
    display: none;
  }
  #new-bitumen .navbar .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    width: auto;
    margin-top: 2%;
  }
  #new-bitumen .navbar .navbar-header {
    float: left;
  }
  #new-bitumen .navbar .navbar-right {
    float: right;
    flex-direction: row;
  }
  #new-bitumen .navbar .navbar-nav > li > a {
    font-size: 18px;
    padding: 10px 15px;
  }
}
@media (min-width: 1700px) {
  #new-bitumen .navbar .navbar-collapse.collapse {
    margin-top: 1%;
  }
}
#new-bitumen .header-content {
  position: relative;
  text-align: left;
  padding: 4rem 1rem 2rem;
}
#new-bitumen .header-content .content {
  padding-left: 0;
  padding-right: 0;
}
#new-bitumen .header-content h1 {
  font-size: 48px;
  font-weight: 400;
  font-family: "NuovaVolte", sans-serif !important;
}
#new-bitumen .header-content p {
  color: #003366;
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
#new-bitumen .header-content .btn-outline-primary {
  border-color: #003366;
  color: #003366;
  border-radius: 25px;
}
#new-bitumen .header-content .btn-outline-primary:hover {
  background-color: #003366;
  color: white;
}
#new-bitumen .curve-section {
  position: relative;
  height: 200px;
  background: linear-gradient(to right, #004080, #73c2fb);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}
#new-bitumen .road-section {
  position: relative;
  background: url(../img/bg_top.png) no-repeat top center;
  background-size: cover;
  height: 300px;
}
#new-bitumen .lines-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 0, 102, 0.8), rgba(255, 0, 102, 0) 80%);
}
#new-bitumen .text-header {
  background: linear-gradient(360deg, #1D3176 0%, #0071B9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#new-bitumen .size-32 {
  font-size: 32px;
}
#new-bitumen .countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 0;
  background-color: #1E0B38;
  gap: 33px;
  flex-wrap: wrap;
}
#new-bitumen .content-count {
  height: 86px;
}
#new-bitumen .countdown-item {
  margin: 0 1rem;
  color: white;
  height: 128px;
  width: 100px;
}
#new-bitumen .countdown-item h1 {
  font-size: 4rem;
  margin: 0;
  font-weight: bold;
  font-family: "NuovaVolte", sans-serif !important;
}
@media (max-width: 768px) {
  #new-bitumen .countdown {
    display: grid;
    gap: 45px;
  }
  #new-bitumen .countdown-item h1 {
    font-size: 72px; /* Sesuaikan ukuran font */
  }
  #new-bitumen .countdown-item p {
    font-size: 18px;
  }
  #new-bitumen .countdown-item {
    width: 100px;
  }
}
#new-bitumen .agenda-section {
  padding: 1rem;
  padding-top: 4rem;
}
#new-bitumen .liner {
  border-top: 1px solid #D1005D;
  padding-bottom: 3rem;
}
#new-bitumen .liner-white {
  border-top: 2px solid white;
  padding-bottom: 30px;
}
#new-bitumen .agenda-title {
  font-size: 2rem;
  font-weight: 400;
  color: #1E0B38;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-family: "NuovaVolte", sans-serif !important;
}
#new-bitumen .language-switch-agenda {
  margin-bottom: 1.5rem;
}
#new-bitumen .agenda-desc {
  margin-bottom: 1.5rem;
  color: #1E0B38;
}
#new-bitumen .agenda-desc a {
  color: #0071B9;
  font-weight: bold;
}
#new-bitumen .agenda-item {
  margin-bottom: 1.5rem;
}
#new-bitumen .agenda-item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1E0B38;
  margin-bottom: 1.25rem;
  font-family: "NuovaVolte", sans-serif !important;
}
#new-bitumen .agenda-item p {
  font-size: 1rem;
  color: #555;
  margin: 0;
}
#new-bitumen .image-container img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
#new-bitumen .gap-container {
  gap: 93px;
}
@media (max-width: 768px) {
  #new-bitumen .destop-hide {
    display: none;
  }
}
@media (min-width: 768px) {
  #new-bitumen .mobile-hide {
    display: none;
  }
}
#new-bitumen .section-intro {
  padding: 4rem 0;
}
#new-bitumen .section-intro .intro-title {
  font-weight: 400;
  margin-bottom: 1.5rem;
  font-family: "NuovaVolte", sans-serif !important;
}
#new-bitumen .section-intro .intro-content a {
  color: #0071B9;
}
#new-bitumen .switch-container {
  display: inline-flex;
  background: #1E0B38;
  border-radius: 6px;
  overflow: hidden;
}
#new-bitumen input[type=radio] {
  display: none;
}
#new-bitumen .switch-label {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  width: max-content;
  height: 31px;
  padding-bottom: 0px;
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #EDEBEF;
  background: transparent;
  margin-bottom: 0;
}
#new-bitumen input[type=radio]:checked + .switch-label {
  background-color: #f4f2f7;
  color: #1E0B38;
}
@media (min-width: 768px) {
  #new-bitumen .display-flex-desktop {
    display: flex;
  }
  #new-bitumen .ml-40 {
    margin-left: 40px;
  }
  #new-bitumen .video-card {
    width: 342px;
  }
  #new-bitumen .mb-gap-30 {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  #new-bitumen .video-card {
    margin-right: 12px;
    min-width: 318px;
    width: 300px;
  }
  #new-bitumen .scrool-desktop {
    display: flex;
    overflow-x: auto;
  }
  #new-bitumen .mb-gap-30 {
    gap: 5px;
  }
}
#new-bitumen .video-section-red {
  padding: 4rem 0rem;
  background: linear-gradient(88.56deg, #D1005D -12.71%, #51247A 99.95%);
  font-family: "NuovaVolte", sans-serif !important;
}
#new-bitumen .video-section-blue {
  padding: 4rem 0rem;
  background: linear-gradient(87.63deg, #51247A -0.07%, #36BCEE 138.01%);
  font-family: "NuovaVolte", sans-serif !important;
}
#new-bitumen .video-title {
  color: white;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  font-family: "NuovaVolte", sans-serif !important;
}
#new-bitumen .language-switch {
  margin-bottom: 2rem;
  margin-left: 15px;
}
#new-bitumen .video-card {
  text-align: left;
  color: white;
}
#new-bitumen .video-card a {
  color: white;
}
#new-bitumen .switch-container input[type=radio]:checked + label:before {
  display: none;
}
#new-bitumen .switch-container input[type=radio] + label:before, #new-bitumen [type=radio]:not(.filled-in) + label:after {
  display: none;
}
#new-bitumen .video-card img {
  width: 100%;
  max-width: 342px;
  border-radius: 5px;
  margin-bottom: 0.5rem;
  height: 192px;
}
#new-bitumen .carousel-control-prev {
  background-color: rgba(255, 255, 255, 0.7);
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: unset;
  margin-top: 76px;
}
#new-bitumen .carousel-control-next {
  background-color: rgba(255, 255, 255, 0.7);
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: unset;
  margin-top: 76px;
  margin-right: -15px;
}
#new-bitumen .carousel-control-prev-icon,
#new-bitumen .carousel-control-next-icon {
  background-size: 16px;
  border-radius: 50%;
}
#new-bitumen .carousel-control-prev-icon {
  background-image: url("../../assets/img/arrow-left.png");
}
#new-bitumen .carousel-control-next-icon {
  background-image: url("../../assets/img/arrow-right.png");
}
#new-bitumen .gap-30 {
  gap: 30px;
}
#new-bitumen .content {
  position: relative;
  z-index: 3;
}
#new-bitumen .position-next-button {
  margin-left: -36px;
}
#new-bitumen .position-prev-button {
  margin-right: -36px;
}
@media (max-width: 768px) {
  #new-bitumen .hidden-button-prev-next {
    display: none;
  }
}
#new-bitumen .footer {
  position: relative;
  margin-bottom: -180px;
}
#new-bitumen .footer .padding-2 {
  padding: 1rem;
  padding-top: 4rem;
}
@media (max-width: 991px) {
  #new-bitumen .footer {
    margin-bottom: -15px;
  }
}
#new-bitumen .footer h2 {
  font-size: 2rem;
  color: #1E0B38;
  font-weight: 400;
  margin-bottom: 1rem;
  display: inline-block;
  padding-bottom: 0.5rem;
  font-family: "NuovaVolte", sans-serif !important;
}
#new-bitumen .footer-content {
  margin-top: 1rem;
}
#new-bitumen .footer-content .picon {
  width: auto;
}
#new-bitumen .footer-content ul {
  list-style: none;
  padding: 0;
}
#new-bitumen .footer-content li {
  align-items: center;
  margin-bottom: 0.5rem;
  color: #1E0B38;
  font-size: 1rem;
}
#new-bitumen .footer-content li strong {
  font-size: 18px;
}
#new-bitumen .footer-content li i {
  margin-right: 0.5rem;
  color: #E40046;
}
#new-bitumen .footer-content li a {
  text-decoration: underline;
}
#new-bitumen .footer-logo {
  text-align: right;
}
#new-bitumen .footer-logo img {
  width: 280px;
  position: absolute;
  right: 10%;
  bottom: -200px;
}
@media (min-width: 768px) {
  #new-bitumen .footer-background {
    position: absolute;
    width: 100%;
    height: 747px;
    background-image: url("../../assets/img/imagefotter.png");
    background-size: cover;
  }
}
@media (max-width: 768px) {
  #new-bitumen .footer-background {
    top: 293px;
    position: absolute;
    width: 100%;
    height: 260px;
    background-image: url(../../assets/img/footer-mobile.png);
    background-size: cover;
  }
  #new-bitumen .footer-logo {
    margin-top: 128px;
  }
}
#new-bitumen .logo {
  margin-bottom: 20px;
}
#new-bitumen h6 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #2b234a;
}
#new-bitumen a {
  color: #2b234a;
  text-decoration: none;
}
#new-bitumen a:hover {
  text-decoration: underline;
}
#new-bitumen .follow-icon {
  font-size: 1.5rem;
  color: #2b234a;
}
#new-bitumen .highlight-text {
  color: #7924d4;
}
#new-bitumen .container-footer-mobile {
  background-color: #EDEBEF;
  color: #1E0B38;
}
#new-bitumen .list-unstyled li {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  #new-bitumen .footer-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  #new-bitumen .container-footer-mobile {
    display: none;
  }
}
#new-bitumen .font-32 {
  font-size: 32px;
  color: linear-gradient(249.3deg, #D1005D 7%, #4F2A84 92.17%);
}
#new-bitumen .gradient-text {
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(249.3deg, #D1005D 7%, #4F2A84 92.17%);
  -webkit-background-clip: text; /* Ensures the gradient is clipped to the text */
  -webkit-text-fill-color: transparent; /* Makes the text itself transparent */
  background-clip: text; /* For non-webkit browsers (optional fallback) */
  text-fill-color: transparent; /* For Safari compatibility */
}
#new-bitumen #signup-content-2 {
  background: #122C67;
  background-image: linear-gradient(320deg, rgba(18, 44, 103, 0), #122C67), url(../img/newvaroevent/line.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: content-box;
  -webkit-background-fill-color: transparent;
  -moz-background-clip: content-box;
  -moz-background-fill-color: transparent;
  background-position: bottom;
}
#new-bitumen #signup-content-2 .container {
  padding-top: 111px;
  padding-bottom: 100px;
}
#new-bitumen #signup-content-2 .container .line {
  height: 1px;
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
}
#new-bitumen #signup-content-2 .container .col-left {
  color: #fff;
}
#new-bitumen #signup-content-2 .container .col-left .subtitle {
  font-size: 30px;
  line-height: 70px;
  letter-spacing: 1.5px;
  color: #E41A54;
  font-weight: 100;
}
#new-bitumen #signup-content-2 .container .col-left h3 {
  font-family: "NuovaVolte", sans-serif;
}
#new-bitumen #signup-content-2 .container .col-left h3.title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
  color: #E41A54;
}
#new-bitumen #signup-content-2 .container .col-left a {
  color: #0071B9;
}
@media (max-width: 991px) {
  #new-bitumen #signup-content-2 {
    background-size: 130%;
    background-position: 80% 100%;
  }
  #new-bitumen #signup-content-2 .container {
    padding-top: 46px;
    padding-bottom: 40px;
  }
  #new-bitumen #signup-content-2 .container .line {
    display: block !important;
    margin-bottom: 0px;
  }
  #new-bitumen #signup-content-2 .container .col-left {
    color: #fff;
  }
  #new-bitumen #signup-content-2 .container .col-left .subtitle {
    font-size: 14px;
  }
  #new-bitumen #signup-content-2 .container .col-left h3 {
    font-family: "NuovaVolte", sans-serif;
  }
  #new-bitumen #signup-content-2 .container .col-left h3.title {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #new-bitumen #signup-content-2 .container .col-left .content {
    margin-bottom: 40px;
  }
}

/* Template overview-new.php
============================================================================= */
#new-overview-wrapper {
  font-family: "NuovaVolte", sans-serif !important;
}
#new-overview-wrapper #header .top-content-wrapper {
  z-index: 999;
}
#new-overview-wrapper #header .top-content-wrapper h1 {
  font-size: 90px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "NuovaVolte", sans-serif;
}
#new-overview-wrapper #header .top-content-wrapper h1.title {
  background-image: linear-gradient(26deg, #4F2A84, #229CD8);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
#new-overview-wrapper #header .top-content-wrapper span.date {
  font-size: 40px;
  line-height: 100px;
}
@media (min-width: 1700px) {
  #new-overview-wrapper #header .top-content-wrapper h1 {
    font-size: 111px;
    line-height: 110px;
  }
  #new-overview-wrapper #header .top-content-wrapper span.date {
    font-size: 40px;
    line-height: 125px;
  }
}
@media (max-width: 991px) {
  #new-overview-wrapper #header .top-content-wrapper h1 {
    font-size: 40px;
    line-height: 45px;
  }
  #new-overview-wrapper #header .top-content-wrapper span.date {
    font-size: 30px;
    line-height: 50px;
  }
}
#new-overview-wrapper #content-image-section {
  position: relative;
  margin-top: -25%;
}
@media (max-width: 991px) {
  #new-overview-wrapper #content-image-section {
    margin-top: 10%;
  }
}
#new-overview-wrapper #signup-content-1 {
  padding-top: 101px;
  padding-bottom: 114px;
}
#new-overview-wrapper #signup-content-1 .col-right .subtitle {
  font-size: 60px;
  line-height: 53px;
  margin-bottom: 25px;
  font-family: "NuovaVolte", sans-serif;
  font-weight: 300 !important;
}
#new-overview-wrapper #signup-content-1 .col-right .content {
  font-size: 15px;
  line-height: 26px;
}
#new-overview-wrapper #signup-content-1 .col-right .information {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#new-overview-wrapper #signup-content-1 .col-right .information .map-wrapper, #new-overview-wrapper #signup-content-1 .col-right .information .calendar-wrapper {
  display: flex;
  align-items: center;
}
#new-overview-wrapper #signup-content-1 .col-right .information .map-wrapper .icon-wrapper, #new-overview-wrapper #signup-content-1 .col-right .information .calendar-wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  border: 3px solid #122C67;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#new-overview-wrapper #signup-content-1 .col-right .information .map-wrapper .icon-wrapper i, #new-overview-wrapper #signup-content-1 .col-right .information .calendar-wrapper .icon-wrapper i {
  font-size: 20px;
}
#new-overview-wrapper #signup-content-1 .col-right .information .map-wrapper .text-wrapper, #new-overview-wrapper #signup-content-1 .col-right .information .calendar-wrapper .text-wrapper {
  margin-left: 15px;
}
@media (min-width: 992px) {
  #new-overview-wrapper #signup-content-1 .col-right .information {
    margin-top: 10px;
  }
}
@media (min-width: 1700px) {
  #new-overview-wrapper #signup-content-1 .col-right {
    padding-left: 40px;
  }
  #new-overview-wrapper #signup-content-1 .col-right .subtitle {
    margin-bottom: 35px;
  }
  #new-overview-wrapper #signup-content-1 .col-right .content {
    font-size: 15px;
    line-height: 26px;
  }
  #new-overview-wrapper #signup-content-1 .col-right .information {
    margin-top: 68px;
    gap: 25px;
  }
  #new-overview-wrapper #signup-content-1 .col-right .information .map-wrapper .icon-wrapper, #new-overview-wrapper #signup-content-1 .col-right .information .calendar-wrapper .icon-wrapper {
    width: 100px;
    height: 100px;
    border: 3px solid #122C67;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #new-overview-wrapper #signup-content-1 .col-right .information .map-wrapper .icon-wrapper i, #new-overview-wrapper #signup-content-1 .col-right .information .calendar-wrapper .icon-wrapper i {
    font-size: 30px;
  }
  #new-overview-wrapper #signup-content-1 .col-right .information .map-wrapper .text-wrapper, #new-overview-wrapper #signup-content-1 .col-right .information .calendar-wrapper .text-wrapper {
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  #new-overview-wrapper #signup-content-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #new-overview-wrapper #signup-content-1 .col-right {
    padding-top: 40px;
    padding-left: 15px;
  }
  #new-overview-wrapper #signup-content-1 .col-right .subtitle {
    font-size: 35px;
  }
  #new-overview-wrapper #signup-content-1 .col-right .content {
    font-size: 15px;
    line-height: 26px;
  }
  #new-overview-wrapper #signup-content-1 .col-right .information {
    margin-top: 20px;
    gap: 25px;
  }
  #new-overview-wrapper #signup-content-1 .col-right .information .map-wrapper .icon-wrapper, #new-overview-wrapper #signup-content-1 .col-right .information .calendar-wrapper .icon-wrapper {
    display: none;
  }
  #new-overview-wrapper #signup-content-1 .col-right .information .map-wrapper .text-wrapper, #new-overview-wrapper #signup-content-1 .col-right .information .calendar-wrapper .text-wrapper {
    margin-left: 0;
  }
}
#new-overview-wrapper #signup-content-2 {
  background: #122C67;
  background-image: linear-gradient(320deg, rgba(18, 44, 103, 0), #122C67), url(../img/newvaroevent/line.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: content-box;
  -webkit-background-fill-color: transparent;
  -moz-background-clip: content-box;
  -moz-background-fill-color: transparent;
  background-position: bottom;
}
#new-overview-wrapper #signup-content-2 .container {
  padding-top: 111px;
  padding-bottom: 100px;
}
#new-overview-wrapper #signup-content-2 .container .line {
  height: 1px;
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
}
#new-overview-wrapper #signup-content-2 .container .col-left {
  color: #fff;
}
#new-overview-wrapper #signup-content-2 .container .col-left .subtitle {
  font-size: 30px;
  line-height: 70px;
  letter-spacing: 1.5px;
  color: #E41A54;
  font-weight: 100;
}
#new-overview-wrapper #signup-content-2 .container .col-left h3 {
  font-family: "NuovaVolte", sans-serif;
}
#new-overview-wrapper #signup-content-2 .container .col-left h3.title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
  color: #E41A54;
}
@media (max-width: 991px) {
  #new-overview-wrapper #signup-content-2 {
    background-size: 130%;
    background-position: 80% 100%;
  }
  #new-overview-wrapper #signup-content-2 .container {
    padding-top: 46px;
    padding-bottom: 40px;
  }
  #new-overview-wrapper #signup-content-2 .container .line {
    display: block !important;
    margin-bottom: 0px;
  }
  #new-overview-wrapper #signup-content-2 .container .col-left {
    color: #fff;
  }
  #new-overview-wrapper #signup-content-2 .container .col-left .subtitle {
    font-size: 14px;
  }
  #new-overview-wrapper #signup-content-2 .container .col-left h3 {
    font-family: "NuovaVolte", sans-serif;
  }
  #new-overview-wrapper #signup-content-2 .container .col-left h3.title {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #new-overview-wrapper #signup-content-2 .container .col-left .content {
    margin-bottom: 40px;
  }
}
#new-overview-wrapper .programma {
  padding: 216px 0;
  background: #EDEBEF;
}
#new-overview-wrapper .programma .col-right {
  padding-left: 20px;
}
#new-overview-wrapper .programma .col-right .title {
  font-family: "NuovaVolte", sans-serif;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
  color: #1E0B38;
}
#new-overview-wrapper .programma .col-right .schedule {
  list-style: none;
  padding-left: 0;
}
#new-overview-wrapper .programma .col-right .schedule li {
  margin-bottom: 30px;
}
#new-overview-wrapper .programma .col-right .schedule li .event {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1.5px;
  color: #4F2A84;
  margin-bottom: 20px;
  font-family: "NuovaVolte", sans-serif;
  font-weight: 300;
}
#new-overview-wrapper .programma .col-right .schedule li .line {
  background-image: linear-gradient(90deg, #E41A54, #4F2A84);
  background-size: 100%;
  -webkit-background-clip: content-box;
  -webkit-background-fill-color: transparent;
  -moz-background-clip: content-box;
  -moz-background-fill-color: transparent;
  background-position: bottom;
  height: 5px;
  width: 100%;
  margin-bottom: 20px;
}
#new-overview-wrapper .programma .col-right .schedule li span {
  font-size: 20px;
  line-height: 26px;
  color: #4F2A84;
}
#new-overview-wrapper .programma .col-right .schedule li:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1700px) {
  #new-overview-wrapper .programma .col-right {
    padding-left: 30px;
  }
  #new-overview-wrapper .programma .col-right .title {
    margin-bottom: 70px;
  }
  #new-overview-wrapper .programma .col-right .schedule li {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  #new-overview-wrapper .programma {
    padding: 41px 0;
  }
  #new-overview-wrapper .programma .col-left {
    order: 2;
  }
  #new-overview-wrapper .programma .col-right {
    order: 1;
    padding-left: 15px;
  }
  #new-overview-wrapper .programma .col-right .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  #new-overview-wrapper .programma .col-right .schedule {
    list-style: none;
    padding-left: 0;
  }
  #new-overview-wrapper .programma .col-right .schedule li {
    margin-bottom: 40px;
  }
  #new-overview-wrapper .programma .col-right .schedule li .event {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  #new-overview-wrapper .programma .col-right .schedule li .line {
    display: block !important;
    margin-bottom: 10px;
  }
  #new-overview-wrapper .programma .col-right .schedule li span {
    font-size: 14px;
  }
  #new-overview-wrapper .programma .col-right .schedule li:last-child {
    margin-bottom: 40px;
  }
}
#new-overview-wrapper #signup-content-3 {
  background-image: linear-gradient(223deg, #512983, #CB015E);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: content-box;
  -webkit-background-fill-color: transparent;
  -moz-background-clip: content-box;
  -moz-background-fill-color: transparent;
  background-position: bottom;
}
#new-overview-wrapper #signup-content-3 .container {
  padding-top: 111px;
  padding-bottom: 100px;
}
#new-overview-wrapper #signup-content-3 .container .line {
  height: 1px;
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
}
#new-overview-wrapper #signup-content-3 .container .col-left {
  color: #fff;
}
#new-overview-wrapper #signup-content-3 .container .col-left .subtitle {
  font-size: 30px;
  line-height: 70px;
  letter-spacing: 1.5px;
  font-weight: 100;
}
#new-overview-wrapper #signup-content-3 .container .col-left h3 {
  font-family: "NuovaVolte", sans-serif;
}
#new-overview-wrapper #signup-content-3 .container .col-left h3.title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
}
@media (max-width: 991px) {
  #new-overview-wrapper #signup-content-3 .container {
    padding-top: 46px;
    padding-bottom: 40px;
  }
  #new-overview-wrapper #signup-content-3 .container .line {
    display: block !important;
    margin-bottom: 0px;
  }
  #new-overview-wrapper #signup-content-3 .container .col-left {
    color: #fff;
  }
  #new-overview-wrapper #signup-content-3 .container .col-left .subtitle {
    font-size: 14px;
  }
  #new-overview-wrapper #signup-content-3 .container .col-left h3 {
    font-family: "NuovaVolte", sans-serif;
  }
  #new-overview-wrapper #signup-content-3 .container .col-left h3.title {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #new-overview-wrapper #signup-content-3 .container .col-left .content {
    margin-bottom: 40px;
  }
}
#new-overview-wrapper #signup-content-4 {
  background-color: #fff;
}
#new-overview-wrapper #signup-content-4 .container {
  padding-top: 111px;
  padding-bottom: 100px;
}
#new-overview-wrapper #signup-content-4 .container .line {
  height: 1px;
  width: 100%;
  background: #CB015E;
  margin-bottom: 30px;
}
#new-overview-wrapper #signup-content-4 .container .col-left {
  color: #1E0B38;
}
#new-overview-wrapper #signup-content-4 .container .col-left .subtitle {
  font-size: 30px;
  line-height: 70px;
  letter-spacing: 1.5px;
  font-weight: 100;
}
#new-overview-wrapper #signup-content-4 .container .col-left h3 {
  font-family: "NuovaVolte", sans-serif;
}
#new-overview-wrapper #signup-content-4 .container .col-left h3.title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
}
@media (max-width: 991px) {
  #new-overview-wrapper #signup-content-4 .container {
    padding-top: 46px;
    padding-bottom: 40px;
  }
  #new-overview-wrapper #signup-content-4 .container .line {
    display: block !important;
    margin-bottom: 0px;
  }
  #new-overview-wrapper #signup-content-4 .container .col-left {
    color: #1E0B38;
  }
  #new-overview-wrapper #signup-content-4 .container .col-left .subtitle {
    font-size: 14px;
  }
  #new-overview-wrapper #signup-content-4 .container .col-left h3 {
    font-family: "NuovaVolte", sans-serif;
  }
  #new-overview-wrapper #signup-content-4 .container .col-left h3.title {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #new-overview-wrapper #signup-content-4 .container .col-left .content {
    margin-bottom: 40px;
  }
}
#new-overview-wrapper .parkeren {
  color: #1E0B38;
}
#new-overview-wrapper .parkeren .container {
  padding-top: 100px;
  padding-bottom: 40px;
}
#new-overview-wrapper .parkeren .container .parkeren .col-left .title {
  font-family: "NuovaVolte", sans-serif !important;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
  color: #122C67;
}
#new-overview-wrapper .parkeren .container .parkeren .col-left .content, #new-overview-wrapper .parkeren .container .parkeren .col-left .location {
  font-size: 15px;
  line-height: 26px;
  color: #1E0B38;
  margin-bottom: 36px;
}
#new-overview-wrapper .parkeren .container .line {
  height: 1px;
  width: 100%;
  background: #CB015E;
  margin-bottom: 30px;
  margin-top: 100px;
}
#new-overview-wrapper .parkeren .container .letop .title {
  font-family: "NuovaVolte", sans-serif !important;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
  color: #E41A54;
}
@media (max-width: 991px) {
  #new-overview-wrapper .parkeren .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #new-overview-wrapper .parkeren .container .parkeren .col-left .title {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #new-overview-wrapper .parkeren .container .parkeren .col-left .content, #new-overview-wrapper .parkeren .container .parkeren .col-left .location {
    font-size: 15px;
    line-height: 26px;
    color: #1E0B38;
    margin-bottom: 36px;
  }
  #new-overview-wrapper .parkeren .container .line {
    margin-top: 40px;
    margin-bottom: 20px;
    display: block !important;
  }
  #new-overview-wrapper .parkeren .container .letop .title {
    font-family: "NuovaVolte", sans-serif !important;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 300 !important;
    color: #E41A54;
  }
}
#new-overview-wrapper .registration-form {
  background-image: linear-gradient(38deg, #4F2A84, #51B9EA);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: content-box;
  -webkit-background-fill-color: transparent;
  -moz-background-clip: content-box;
  -moz-background-fill-color: transparent;
  background-position: bottom;
  color: #fff;
}
#new-overview-wrapper .registration-form .container {
  padding-top: 273px;
  padding-bottom: 273px;
}
#new-overview-wrapper .registration-form .container .title {
  font-family: "NuovaVolte", sans-serif !important;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
  color: #fff;
}
#new-overview-wrapper .registration-form .container .form .form-control {
  border-radius: 0;
}
#new-overview-wrapper .registration-form .container .form [type=checkbox] + label:before, #new-overview-wrapper .registration-form .container .form [type=checkbox]:not(.filled-in) + label:after, #new-overview-wrapper .registration-form .container .form [type=radio] + label:before, #new-overview-wrapper .registration-form .container .form [type=radio]:not(.filled-in) + label:after {
  border-color: #fff;
}
#new-overview-wrapper .registration-form .container .form [type=checkbox]:checked + label:before, #new-overview-wrapper .registration-form .container .form [type=radio]:checked + label:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#new-overview-wrapper .registration-form .container .form .submit {
  margin-top: 43px;
}
@media (max-width: 991px) {
  #new-overview-wrapper .registration-form .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #new-overview-wrapper .registration-form .container .title {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 21px;
  }
  #new-overview-wrapper .registration-form .container .col-right {
    order: 1;
  }
  #new-overview-wrapper .registration-form .container .col-left {
    order: 2;
  }
  #new-overview-wrapper .registration-form .container .last-col {
    order: 3;
  }
  #new-overview-wrapper .registration-form .container .form .form-control {
    border-radius: 0;
  }
  #new-overview-wrapper .registration-form .container .form .submit {
    margin-top: 43px;
  }
}
#new-overview-wrapper .contact-form {
  margin-bottom: -300px;
  color: #1E0B38;
}
#new-overview-wrapper .contact-form .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
#new-overview-wrapper .contact-form .container .col-left .title {
  font-family: "NuovaVolte", sans-serif !important;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 40px;
  font-weight: 300 !important;
  color: #1E0B38;
}
#new-overview-wrapper .contact-form .container .col-right .information {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
#new-overview-wrapper .contact-form .container .col-right .information .tel-wrapper, #new-overview-wrapper .contact-form .container .col-right .information .calendar-wrapper {
  display: flex;
  align-items: center;
}
#new-overview-wrapper .contact-form .container .col-right .information .tel-wrapper .icon-wrapper, #new-overview-wrapper .contact-form .container .col-right .information .calendar-wrapper .icon-wrapper {
  width: 80px;
  height: 80px;
  border: 3px solid #122C67;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#new-overview-wrapper .contact-form .container .col-right .information .tel-wrapper .icon-wrapper i, #new-overview-wrapper .contact-form .container .col-right .information .calendar-wrapper .icon-wrapper i {
  font-size: 30px;
}
#new-overview-wrapper .contact-form .container .col-right .information .tel-wrapper .text-wrapper, #new-overview-wrapper .contact-form .container .col-right .information .calendar-wrapper .text-wrapper {
  margin-left: 25px;
}
#new-overview-wrapper .contact-form .container .col-right .information .tel-wrapper .text-wrapper a, #new-overview-wrapper .contact-form .container .col-right .information .calendar-wrapper .text-wrapper a {
  color: #1E0B38;
  text-decoration: underline;
}
#new-overview-wrapper .contact-form .container .with_frm_style input[type=text], #new-overview-wrapper .contact-form .container .with_frm_style input[type=password], #new-overview-wrapper .contact-form .container .with_frm_style input[type=email], #new-overview-wrapper .contact-form .container .with_frm_style input[type=number], #new-overview-wrapper .contact-form .container .with_frm_style input[type=url], #new-overview-wrapper .contact-form .container .with_frm_style input[type=tel], #new-overview-wrapper .contact-form .container .with_frm_style input[type=file], #new-overview-wrapper .contact-form .container .with_frm_style input[type=search], #new-overview-wrapper .contact-form .container .with_frm_style select, #new-overview-wrapper .contact-form .container .with_frm_style .frm-card-element.StripeElement {
  border: 1px solid #C1C1C1;
  border-radius: 0;
}
#new-overview-wrapper .contact-form .container .frm_button_submit {
  color: #ffffff;
  background-color: #122C67;
  height: 40px;
  border-radius: 30px;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 991px) {
  #new-overview-wrapper .contact-form {
    margin-bottom: -15px;
  }
  #new-overview-wrapper .contact-form .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #new-overview-wrapper .contact-form .container .col-left .title {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 21px;
  }
  #new-overview-wrapper .contact-form .container .col-right .information {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  #new-overview-wrapper .contact-form .container .col-right .information .tel-wrapper, #new-overview-wrapper .contact-form .container .col-right .information .calendar-wrapper {
    display: flex;
    align-items: center;
  }
  #new-overview-wrapper .contact-form .container .col-right .information .tel-wrapper .icon-wrapper, #new-overview-wrapper .contact-form .container .col-right .information .calendar-wrapper .icon-wrapper {
    width: 50px;
    height: 50px;
  }
  #new-overview-wrapper .contact-form .container .col-right .information .tel-wrapper .icon-wrapper i, #new-overview-wrapper .contact-form .container .col-right .information .calendar-wrapper .icon-wrapper i {
    font-size: 20px;
  }
  #new-overview-wrapper .contact-form .container .col-right .information .tel-wrapper .text-wrapper, #new-overview-wrapper .contact-form .container .col-right .information .calendar-wrapper .text-wrapper {
    margin-left: 15px;
  }
  #new-overview-wrapper .contact-form .container .col-right .information .tel-wrapper .text-wrapper a, #new-overview-wrapper .contact-form .container .col-right .information .calendar-wrapper .text-wrapper a {
    color: #1E0B38;
    text-decoration: underline;
  }
}

/*# sourceMappingURL=main.css.map */
