/*
-------------------------------------------------------------|
---                   Custom  Stylesheet                  ---|
---                      ARB Tile Game                    ---|
---                 Coffee Creative Studio                ---|
-------------------------------------------------------------|
                                                       INDEX |
-------------------------------------------------------------|
- FONT IMPORT
- VARIABLES
- TYPOGRAPHY & RESETS
- GENERAL STYLES
- MAIN
-------------------------------------------------------------|
                                                 FONT IMPORT |
-------------------------------------------------------------|
*/

/*@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');*/

/*
-------------------------------------------------------------|
                                                   VARIABLES |
-------------------------------------------------------------|
*/

:root {

	--color-blue-dark: #00285b;
	--color-blue-light: #005ba8;
	--color-red: #ed3d42;
	--color-white: #ffffff;

	--fontsize-heading-title: 62px;
	--fontsize-heading-primary: 36px;
	--fontsize-heading-secondary: 32px;
	--fontsize-heading-tertiary: 26px;
	--fontsize-heading-quarternary: 22px;
	--fontsize-body-large: 18px;
	--fontsize-body-normal: 16px;
	--fontsize-body-small: 14px;
	--fontsize-body-tiny: 11px;

	--fontfamily-body: "Arial", sans-serif;
	--fontfamily-headings: "Arial", serif;

	/*for animate lib - cut down delays in half*/
	--animate-delay: 0.2s !important;

	color-scheme: only light;
}

/*
-------------------------------------------------------------|
                                         TYPOGRAPHY & RESETS |
-------------------------------------------------------------|
*/

/*html {
 	scroll-behavior: smooth;
}

body * {
 	scroll-margin-top: 105px;
}*/

body {
	color: var(--color-white);
	font-size: var(--fontsize-body-normal);
	font-weight: 400;
	font-family: var(--fontfamily-body);
	margin: 0;
	line-height: 1.6;
	background-color: #fff;
	background-color: var(--color-blue-dark);
}

body,
button, 
input, 
select, 
optgroup, 
textarea {
	font-family: var(--fontfamily-body);
}

.post, 
.page {
	margin: 0;
}

body > * {
	max-width: 1920px;
	margin: auto;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
	outline: 0;
	text-decoration: none;
	color: var(--color-white);
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: var(--fontfamily-headings);
}

h1 {
	line-height: 1.1;
	margin: 0 0 25px;
	font-size: var(--fontsize-heading-primary);
}

h2 {
	font-size: var(--fontsize-heading-secondary);
	margin-bottom: 0.5em;
	line-height: 1.1;
}

h3 {
	font-size: var(--fontsize-heading-tertiary);
	margin: 0;
}

h4,
h5,
h6 {
	font-size: var(--fontsize-heading-quarternary);
}

p {
	font-size: var(--fontsize-body-normal);
	line-height: 1.5;
}

ul,
ol {
	margin: 0;
	padding-left: 20px;
	font-size: var(--fontsize-body-normal);
}

mark, 
ins {
	background: transparent;
}

fieldset {
	padding: 0 20px 20px;
}

.max-width-container {
	max-width: 1300px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.max-width-container .max-width-container {
	width: 100%;
}

body.logged-in .show-logged-out,
body:not(.logged-in) .show-logged-in {
	display: none;
}

.entry-footer {
	display: none;
}

.entry-content,
.hentry {
	margin: 0;
}

a.reload {
    z-index: 9999;
    position: absolute;
    bottom: 4px;
    left: 10px;
    opacity: 0.2;
    text-transform: uppercase;
    font-size: 10px;
}

.button, 
.wc-block-components-button, 
#primary .gform_wrapper .gform_footer .button.gform_button {
	padding: 0 25px;
	display: inline-block;
	font-size: 24px;
	transition: all 0.1s ease 0s;
	border: 0px solid var(--color-red) !important;
	position: relative;
	z-index: 1;
	background-color: var(--color-red) !important;
	color: var(--color-white) !important;
	border-radius: 10px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-weight: 700;
	font-family: var(--fontfamily-body);
}

#primary .gform_wrapper .gform_footer .button.gform_button {
	margin: 20px auto 0;
}

.button:hover,
.wc-block-components-button:hover,
#primary .gform_wrapper .gform_footer .button.gform_button:hover {
	background-color: var(--color-white) !important;
	border-color: var(--color-white) !important;
	color: var(--color-red) !important;
}

.clear:after,
.clear::before,
.clear::after,
.clear {
	clear: both;
}

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

.half {
	width: 50%;
}

.third {
	width: 33.3%;
}

.twothirds {
	width: 66.6%;
}

.overflow-container {
	overflow: hidden;
}

#page {
  	overflow-x: hidden !important;
}

#primary {
	margin-top: 0;
}

body:not(.home) #primary {
	margin-top: 0;
}

.custom_animate {
	opacity: 0;
}

.custom_animate.custom_animation_in-complete {
	opacity: 1;
}

.blur-this {
	filter: blur(3px);
	transition: all 0.3s ease 0s !important;
	pointer-events: none;
}

#wpadminbar {
	z-index: 999999;
}

/*
-------------------------------------------------------------|
                                              GENERAL STYLES |
-------------------------------------------------------------|
*/

input::-webkit-input-placeholder {
	color: #000000 !important;
}

input::-moz-placeholder {
	color: #000000 !important;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #000000 !important;
}

input::-ms-input-placeholder {
	color: #000000 !important;
}

/*
-------------------------------------------------------------|
                                                        MAIN |
-------------------------------------------------------------|
*/

.screen {
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0s ease 0s;
}

.screen.active,
.screen.leaving {
	transition: all 0.25s ease 0s;
}

.screen.active {
	top: 0;
}

.screen.leaving {
	top: -100%;
}

.screen-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 320px;
	text-align: center;
}

.landing-screen img {
	display: block;
	width: 175px;
	margin: 0 auto;
}

.landing-screen h1 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 115px;
	font-weight: 700;
	line-height: 1em;
}

.landing-screen h1 span {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 2px;
}

.form-container {
	margin-top: 50px;
}

.gfield input.large {
	border-radius: 17px !important;
	text-align: left;
	height: 48px !important;
	padding: 0 20px !important;
	font-size: var(--fontsize-body-large) !important;
	position: relative;
	z-index: 3;
}

.gform_fields {
	column-gap: 15px !important;
	row-gap: 15px !important;
}

.gfield--input-type-consent {
	position: relative;
}

.gfield--input-type-consent .ginput_container_consent {
	display: block !important;
	width: 100% !important;
}

.gfield--input-type-consent input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.gfield--input-type-consent input + label {
	margin-left: 0 !important;
	color: #fff !important;
	text-align: left;
	padding-left: 20px;
	margin-top: 20px !important;
	position: relative;
	display: block !important;
	width: 100%;
	cursor: pointer;
}

.gfield--input-type-consent input + label .gfield_required.gfield_required_text {
	display: none;
}

.gfield--input-type-consent input + label::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-radius: 4px;
}

.gfield--input-type-consent input + label::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 2px;
	width: 8px;
	height: 8px;
	background-color: var(--color-red);
	border-radius: 2px;
	opacity: 0;
}

.gfield--input-type-consent input:checked + label::after {
	opacity: 1;
}

.footer-logo {
	margin-top: 50px;
}

.footer-logo img {
	max-width: 120px;
	display: block;
	margin: auto;
}

.game-tiles {
	height: 320px;
	position: relative;
	width: 320px;
	margin-top: 50px;
}

.game-tile {
	position: absolute;
	width: 74px;
	height: 74px;
	background-color: #005ca8;
	border-radius: 12px;
	left: 0;
	top: 0;
	background-image: url(/wp-content/uploads/2026/03/arb-transparent-large.png);
	background-size: 320px 320px;
	background-position: 0px 0px;
	transition: all 3s ease-in 0s;
	transform: rotateY(0deg);
	cursor: pointer;
}

.game-tile:nth-child(1) { top: 0; left: 0px;   background-position: 0px 0px; }
.game-tile:nth-child(2) { top: 0; left: 82px;  background-position: -82px 0px; }
.game-tile:nth-child(3) { top: 0; left: 164px; background-position: -164px 0px; }
.game-tile:nth-child(4) { top: 0; left: 246px; background-position: -246px 0px; }

.game-tile:nth-child(5) { top: 82px; left: 0px;   background-position: 0px -82px; }
.game-tile:nth-child(6) { top: 82px; left: 82px;  background-position: -82px -82px; }
.game-tile:nth-child(7) { top: 82px; left: 164px; background-position: -164px -82px; }
.game-tile:nth-child(8) { top: 82px; left: 246px; background-position: -246px -82px; }

.game-tile:nth-child(9)  { top: 164px; left: 0px;   background-position: 0px -164px; }
.game-tile:nth-child(10) { top: 164px; left: 82px;  background-position: -82px -164px; }
.game-tile:nth-child(11) { top: 164px; left: 164px; background-position: -164px -164px; }
.game-tile:nth-child(12) { top: 164px; left: 246px; background-position: -246px -164px; }

.game-tile:nth-child(13) { top: 246px; left: 0px;   background-position: 0px -246px; }
.game-tile:nth-child(14) { top: 246px; left: 82px;  background-position: -82px -246px; }
.game-tile:nth-child(15) { top: 246px; left: 164px; background-position: -164px -246px; }
.game-tile:nth-child(16) { top: 246px; left: 246px; background-position: -246px -246px; }

.game-tile.active {
	transform: rotateY(3600deg);
	background-color: #ffffff;
}

.game-tile.complete {
	top: 0;
	left: 0;
	width: 320px;
	height: 320px;
	transition: all 0.5s ease 0s;
	z-index: 2;
}

.tile-prize-image {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	opacity: 0;
	transition: all 3s ease-in 0s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.game-tile.active .tile-prize-image {
	opacity: 1;
}

h3.completed-text {
	display: none;
}

.claim-text {
	font-style: italic;
	margin: 0;
	position: relative;
	top: 0;
	opacity: 0;
	transition: all 0.25s ease-out 0.5s;
	display: none;
}

.claim-text.show {
	top: 20px;
	opacity: 1;
}

.video-landing-block {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: #0068b3;
}

.video-landing-block video {
	position: absolute;
	max-height: 100%;
	max-width: 199%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.timer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
}

.timer span {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #0068b3;
	transition: all 0s linear 0s;
}

.timer.active span {
	width: 100%;
	transition: all 60s linear 0s;
}

.gfield_validation_message {
	background-color: #ed3d42 !important;
	color: #fff !important;
	margin-top: 0 !important;
	padding-top: 15px !important;
	position: relative !important;
	top: 0 !important;
	z-index: 2 !important;
	border-radius: 0 0 17px 17px !important;
	margin-top: -15px !important;
}

.ginput_container_consent ~ .gfield_validation_message {
	border-radius: 17px !important;
	padding: 6px 0 !important;
	top: 20px !important;
}

.gform_validation_errors {
	background-color: #fff !important;
	margin-bottom: 10px !important;
	border-radius: 17px !important;
	border-color: #ed3d42 !important;
	padding: 10px 5px !important;
}

.gform_validation_errors .gform-icon.gform-icon--circle-error {
	display: none;
}

.gform_validation_errors h2 {
	color: #ed3d42 !important;
	font-size: 13px !important;
	line-height: 13px !important;
}

.mobile-container {
	width: 90%;
	max-width: 320px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.entry-title {
	font-size: 28px;
	text-align: center;
}