/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 19, 2019, 11:58:01 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 14, 2019, 10:35:00 AM
    Author     : mv
*/
/** Rebuild Marine promoter - FMG - Start **/
/**
  * Font sizes and spacing/widths
  * -----------------------------------------------------------------------------
  */
/* Font familys */
/* Font weight */
/* Custom theme Font sizes */
/* extra small fonts 12px*/
/*Footer links -14px*/
/*Normal font - 16px*/
/*Block heading - 18px*/
/*Block heading - 22px*/
/*Block heading - 24px*/
/*heading - large - 32px,*/
/* Transitions */
/* line Height */
/* Breakpoints */
/* Spacings and widths */
/** Button settings **/
/** Menu settings **/
/** Rebuild Marine promoter - FMG - End **/
/*
Created on : 2021-03-22
Author     : fpereira
*/
/*@dimen-max-width	: 1073px;*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 15, 2019, 2:43:47 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
.if-template-selector(@selector; @template; @rules) {
	@{selector} when (@app-skin = @template) {
		@rules();
	}
}
*/
/* Body */
/* Small */
.al-ty-h1b-price {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 24, 2022, 11:54:12 AM
    Author     : mv
*/
body.page_agegate #page {
  padding: 0;
  width: auto;
  margin-top: 0;
  position: relative;
  z-index: 0;
}
body.is-agegate-open {
  overflow: hidden;
}
.al-agegate-js {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999999;
  overflow: auto;
}
.al-agegate-js .al-agegate {
  height: auto;
}
.al-agegate {
  box-sizing: border-box;
  min-height: 100vh;
  background: no-repeat center #121212;
}
.al-agegate * {
  box-sizing: inherit;
}
@media only screen and (min-width: 769px) {
  .al-agegate {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-image: url(/images/agegate/bg-agegate.png);
    background-size: cover;
    padding: 88px 0;
  }
}
.al-agegate h2 {
  color: inherit;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 16px;
}
.al-agegate ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
}
.al-agegate ol li {
  list-style: decimal inside;
}
.al-agegate ol li::marker {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .al-agegate h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  .al-agegate ol {
    gap: 16px;
  }
}
.al-agegate-header {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .al-agegate-header {
    align-items: center;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .al-agegate-header {
    text-align: center;
    justify-content: center;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}
.al-agegate-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (min-width: 769px) {
  .al-agegate-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 768px) {
  .al-agegate-logo {
    margin-bottom: 40px;
  }
}
.al-agegate-popup {
  margin: 0 auto;
  max-width: 720px;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .al-agegate-popup {
    border: 1px solid rgba(255, 255, 255, 0.38);
    box-sizing: border-box;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .al-agegate-logo img {
    margin: 0 auto;
  }
}
.al-agegate-content {
  padding: 40px 10px 80px;
}
@media only screen and (min-width: 769px) {
  .al-agegate-content {
    padding: 32px 40px;
  }
}
.al-agegate-btns {
  padding: 12px 10px;
  gap: 16px;
  display: flex;
}
@media only screen and (min-width: 769px) {
  .al-agegate-btns {
    padding: 24px 0 24px;
  }
}
@media only screen and (max-width: 768px) {
  .al-agegate-btns {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 768px) {
  .al-agegate-btns .al-btn {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .al-agegate-btns .al-btn {
    width: 255px;
    height: 56px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .al-agegate-footer {
    margin: 40px 0;
  }
}
