/* SCSS Stylesheet */
/* SCSS Stylesheet */
.content-outerPackage {
  box-sizing: border-box;
  display: grid;
  grid-template-areas: "content image";
  grid-template-columns: 412px 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
  margin: 80px;
  width: auto; }

.package-overload {
  position: relative; }

.aster {
  font-size: 12pt; }

.asterSpace {
  margin-top: -36pt;
  margin-bottom: 36pt; }

.content-innerPackage {
  grid-area: content;
  margin-right: 80px; }

div.package {
  grid-area: image; }

.content-innerPackage h1 {
  color: #14626c;
  font-size: 22pt;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 66px; }

.content-innerPackage p {
  text-align: justify;
  font-size: 12pt; }

.content-innerPackage a {
  font-size: 12pt;
  color: #14626c; }

.currencyL {
  float: left;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 6pt; }

.currencyR {
  float: right;
  font-size: 12pt;
  margin-bottom: 6pt; }

.currencyR a {
  font-size: 12pt;
  font-weight: bold;
  color: #14626c; }

.currencyR img {
  height: 10pt;
  margin-left: 0.5em; }

table.packageL {
  width: 100%;
  border-spacing: 0; }

.packageL tr.header th {
  background-color: #252844;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10pt; }

.packageL tr:nth-child(odd) td {
  background-color: #e9fcf8; }

.packageL td {
  text-align: center;
  font-size: 12pt;
  line-height: 30px;
  padding: 10pt; }

.packageL tr td:first-child {
  text-align: right;
  background-color: #1a1d37;
  color: #ffffff;
  font-weight: bold;
  padding-right: 2em; }

table.packageS {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 36pt; }

table.packageS th, table.packageS td {
  font-size: 12pt; }

.packageS tr.header th {
  background-color: #252844;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10pt; }

.packageS tr td:first-child {
  text-align: right;
  background-color: #1a1d37;
  color: #ffffff;
  font-weight: bold;
  padding-right: 1em; }

.packageS td:nth-child(1) {
  text-align: left;
  padding: 10pt;
  line-height: 30px; }

.packageS td:nth-child(2) {
  text-align: center;
  padding: 10pt;
  line-height: 30px; }

.packageS tr:nth-child(odd) td:nth-child(2) {
  background-color: #e9fcf8; }

.divLarge {
  display: block;
  grid-area: image; }

.divSmall {
  display: none; }

.spacer {
  height: 36pt; }

.vat {
  font-size: 8pt;
  font-weight: normal; }

@media only screen and (max-width: 1500px) {
  .content-outerPackage {
    margin: 80px 30px; } }
@media only screen and (max-width: 1200px) {
  .content-outerPackage {
    display: block; }

  .content-innerPackage {
    margin: 0; }

  .content-innerPackage p {
    margin: 12pt auto;
    max-width: 600px; } }
@media only screen and (max-width: 1024px) {
  .content-outerPackage {
    margin: 0 3em; } }
@media only screen and (max-width: 900px) {
  .packageL td {
    font-size: 10pt;
    padding: 4pt; }

  .aster {
    font-size: 10pt; } }
@media only screen and (max-width: 700px) {
  .content-outerPackage {
    margin: 0 1.5em; } }
@media only screen and (max-width: 450px) {
  .content-outerPackage {
    margin: 0 1em; } }
.clearDiv::after {
  content: '.';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

html, body, form {
  margin: 0; }

body, a, td, textarea, input, button, select {
  font-family: "Liberation Sans", Arial, Helvetica, sans-serif;
  font-size: 14pt; }

body, a, td, button {
  color: #1a1d37;
  position: relative; }

a {
  font-weight: bold;
  text-decoration: none;
  color: #1a1d37; }

a:hover {
  text-decoration: underline; }

.menuBurger {
  display: none;
  max-width: 1920px;
  position: fixed;
  top: 13px;
  right: 22px;
  height: 70px;
  z-index: 110;
  box-sizing: border-box; }

.menuBurger img {
  float: right;
  z-index: 120; }

.slimClear {
  display: none; }

header {
  max-width: 1920px;
  margin: 0 auto;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 100;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 75px;
  grid-gap: 0;
  grid-template-areas: "logo . home about review contact login";
  grid-template-columns: auto 1fr auto auto auto auto auto; }

header a {
  display: block; }

/*
.menuList {
	// menu is open by default
	transition: max-height 1s, opacity 1s;
	overflow: hidden;
	opacity: 1;
	max-height: 400px;
}

.menuListOpen {
	transition: max-height 1s, opacity 1s;
	overflow: hidden;
	opacity: 1;
	max-height: 400px;
}
*/
.headerLink {
  box-sizing: border-box;
  font-size: 10pt;
  height: 75px;
  line-height: 75px;
  padding: 0 2em;
  text-transform: uppercase;
  overflow: hidden;
  transition: height 500ms; }

.headerLink:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #1a1d37;
  color: #ffffff; }

header .logo {
  grid-area: logo; }

header .logo img {
  height: 50px;
  margin: 13px 0 0 50px; }

.home {
  grid-area: home; }

.package {
  grid-area: package; }

.review {
  grid-area: review; }

.about {
  grid-area: about; }

.contact {
  grid-area: contact; }

.login {
  grid-area: login;
  margin-left: 2em;
  padding: 0 5.7em;
  background-color: #1a1d37;
  color: #ffffff; }

.login:hover {
  background-color: #104b53;
  color: #ffffff; }

.splash {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #1a1d37; }

.splash1 {
  background: url("/image/home/splash1.jpg") center no-repeat;
  background-size: cover; }

.splash2 {
  background: url("/image/home/splash2.jpg") center no-repeat;
  background-size: cover; }

.splash3 {
  background: url("/image/home/splash3.jpg") center no-repeat;
  background-size: cover; }

.splashQuote {
  background: url("/image/home/splash3.jpg") center no-repeat;
  background-size: cover; }

.splash1 .center-text {
  margin: clamp(30px, 12vw, 250px) 50px;
  text-align: center;
  box-sizing: border-box; }

.splash2 .center-text {
  margin: clamp(30px, 12vw, 150px) 50px;
  text-align: center;
  box-sizing: border-box; }

.splash3 .center-text {
  margin: clamp(30px, 12vw, 100px) 50px;
  text-align: center;
  box-sizing: border-box; }

.splashSpecial {
  background-color: #ff0000;
  border: 5px solid #000000; }

.splashSpecial .center-text {
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  background-color: #ff0000; }

.splashQuote .center-text {
  margin: clamp(30px, 12vw, 100px) 50px clamp(10px, 11vw, 80px) 50px;
  text-align: center;
  box-sizing: border-box; }

.quote-outer {
  width: 80%;
  margin: 0 auto;
  position: relative;
  height: 600px; }

.quote-inner {
  transition: opacity 1s;
  opacity: 0;
  position: absolute; }

.indicator {
  text-align: center;
  margin-top: 10px;
  transition: opacity 1s; }

.splash .lineS {
  color: #ffffff;
  font-size: clamp(12pt, 2.2vw, 23pt); }

.splash .lineL {
  color: #ffffff;
  font-size: clamp(14pt, 3.45vw, 36pt);
  font-weight: bold; }

.splash .lineT {
  color: #ffffff;
  font-size: clamp(14pt, 3.45vw, 36pt);
  font-weight: bold;
  margin: 0 0 12pt 0; }

.lineQ {
  color: #000000;
  font-size: clamp(12pt, 2.2vw, 23pt);
  margin: 0 auto;
  max-width: 75%; }

.lineN {
  color: #000000;
  font-size: clamp(12pt, 2.2vw, 23pt);
  font-style: italic;
  font-weight: normal;
  text-align: center;
  margin: 12pt 0 0 15em; }

.splash .button {
  background-color: #51e2c4;
  color: #1a1d37;
  border: none;
  font-size: 12pt;
  font-weight: bold;
  line-height: 18pt;
  border-radius: 20pt;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  background-image: url("/image/icon/arrow-rsn.svg");
  background-size: 6pt;
  background-repeat: no-repeat;
  background-position: right 20pt center; }

.splash1 .button {
  padding: 12pt 40pt 10pt 20pt; }

.splash1 .button:after {
  content: 'Packages and Prices'; }

.splash2 .button {
  padding: 12pt 40pt 10pt 20pt; }

.splash3 .button {
  padding: 12pt 40pt 10pt 20pt; }

.splash .button:hover {
  background-color: #ffffff; }

main {
  z-index: 0; }

.module, .single-module {
  max-width: 1920px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  box-sizing: border-box; }

.module:nth-child(odd) {
  background-color: #e9fcf8;
  border: 1px solid #e9fcf8; }

.content-outer {
  box-sizing: border-box;
  display: grid;
  width: 1117px;
  grid-template-rows: 1fr;
  grid-gap: 0;
  margin: 80px auto; }

.center {
  text-align: center; }

.content-outerL {
  grid-template-areas: "content image";
  grid-template-columns: 412px 705px; }

.content-outerAbout {
  grid-template-areas: "content image";
  grid-template-columns: 705px 412px; }

.content-outerAbout img.image {
  width: 405px; }

.content-outerR {
  grid-template-areas: "image content";
  grid-template-columns: 705px 412px; }

.content-outerL .content {
  grid-area: content;
  margin-right: 80px; }

.content-outerR .content {
  grid-area: content;
  margin-left: 80px; }

.content-outerAboutR {
  grid-template-areas: "image content";
  grid-template-columns: 412px 705px; }

.content-outerAboutR img.image {
  width: 405px; }

img.work_icon {
  display: block;
  margin: 40px auto 0 auto;
  width: 80px; }

.content h1, h1.content {
  color: #14626c;
  font-size: 22pt;
  text-align: center; }

.review-content {
  display: flex;
  align-items: center;
  justify-content: center; }

.content h1.review {
  display: block;
  color: #14626c;
  font-size: 22pt;
  text-align: center;
  margin-top: 0;
  margin-bottom: 22px; }

.content h2.review {
  display: block;
  color: #14626c;
  font-size: 14pt;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 0; }

div.review {
  grid-area: image; }

div.review p {
  font-size: 12pt;
  text-align: justify; }

.content h1 {
  margin-top: 22px;
  margin-bottom: 66px; }

h1.content {
  margin-top: 0px;
  margin-bottom: 60px; }

.content p {
  text-align: justify;
  font-size: 12pt; }

.content li {
  text-align: justify;
  font-size: 12pt;
  margin-bottom: 6pt; }

.content a {
  font-size: 12pt;
  color: #14626c; }

.content p.contact {
  text-align: center; }

img.image {
  grid-area: image;
  display: block; }

.footer {
  max-width: 1920px;
  margin: 24pt auto 0 auto;
  display: grid;
  grid-template-areas: ". logo . email tel ." ". logo . copyr copyr .";
  grid-template-columns: 1fr auto 1fr 1fr 12em 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0; }

.footer .logo {
  grid-area: logo;
  height: 50px; }

.footer .email {
  grid-area: email;
  text-align: right; }

.footer .tel {
  grid-area: tel;
  text-align: right; }

.footer .tel a, .footer .email a {
  font-weight: normal;
  font-size: 12pt;
  color: #14626c; }

.footer .tel img, .footer .email img {
  width: 24pt; }

.footer .copy {
  grid-area: copyr;
  text-align: right;
  font-size: 11pt; }

@media only screen and (max-width: 1440px) {
  .footer {
    grid-template-columns: 50px auto 1fr 13em 12em 50px; } }
@media only screen and (max-width: 1250px) {
  .content-outerL {
    grid-template-columns: 412px 655px;
    width: 1067px; }

  .content-outerR {
    grid-template-columns: 655px 412px;
    width: 1067px; }

  .content-outerAbout {
    grid-template-columns: 705px 412px; }

  .content-outerAbout {
    display: block;
    width: 80%;
    max-width: 705px; }

  .counter-outer .content-outerAbout .content {
    margin: 0 auto 3em auto; }

  .content-outerAbout img.image {
    margin: 3em auto 0 auto; }

  img.image {
    width: 655px; }

  .content-outer .content {
    margin: 0 40px; } }
@media only screen and (max-width: 1150px) {
  .headerLink {
    padding: 0 1.5em; }

  .login {
    padding: 0 3.5em; }

  header .logo img {
    margin-left: 20px; }

  .content-outer {
    display: block;
    width: 80%;
    max-width: 705px; }

  .content-outer .content {
    margin: 0 auto 3em auto; }

  .content-outer .r-name {
    margin: 0 auto 22px auto; }

  .content-outerAbout {
    display: block;
    width: 80%;
    max-width: 705px; }

  .content {
    max-width: 412px; }

  img.image {
    width: 100%; } }
@media only screen and (max-width: 950px) {
  header {
    grid-template-areas: "logo logo logo logo . " "home review about contact login ";
    grid-template-columns: 15% 26% 21% 23% 15%;
    grid-template-rows: 75px 75px;
    position: relative; }

  .menuBurger {
    display: block; }

  #top-label {
    display: block;
    height: 1px; }

  .topMenu {
    float: none;
    margin-top: 6pt; }

  .headerLink {
    text-align: center;
    background-color: #1a1d37;
    color: #ffffff; }

  .headerLink:hover {
    background-color: #ffffff;
    color: #1a1d37; }

  .login {
    margin-left: 0;
    padding: 0; }

  .login:hover {
    background-color: #104b53;
    color: #ffffff; }

  .footer {
    grid-template-areas: ". logo logo ." ". email tel ." ". copyr copyr .";
    grid-template-columns: 50px auto auto 50px;
    grid-template-rows: 1fr 1fr 1fr; }

  .footer .logo {
    text-align: center; }

  .footer .email {
    margin-top: 12pt;
    text-align: center; }

  .footer .tel {
    margin-top: 12pt;
    text-align: center; }

  .footer .copy {
    margin-top: 12pt;
    margin-bottom: 12pt;
    text-align: center; }

  .content-outerAbout img.image {
    width: 100%;
    max-width: 405px;
    margin-top: 0; }

  .splash .lineN {
    margin: 12pt 0 0 0; } }
@media only screen and (max-width: 550px) {
  header {
    display: block; }

  .footer {
    display: block; }

  .footer .copy {
    margin-top: 18pt;
    font-size: 10pt; }

  .headerLink {
    height: 0; }

  header .logo img {
    margin-bottom: 13px; }

  .splash3 .center-text {
    margin: clamp(30px, 12vw, 100px) 50px;
    text-align: center; } }
@media only screen and (max-width: 400px) {
  .splash3 .center-text {
    margin: clamp(30px, 12vw, 150px) 30px;
    text-align: center; }

  header a.logo {
    width: 80%;
    margin: 0 auto;
    text-align: center; }

  header .logo img {
    display: inline;
    height: auto;
    width: 80%;
    margin: 0 auto 12px 0; }

  .menuBurger {
    position: sticky;
    float: none;
    text-align: right; }

  .menuBurger img {
    margin-right: 12px;
    float: none; }

  .slimClear {
    display: block; }

  .slimClear:after {
    content: '.';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; } }

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