@charset "UTF-8";
/*!
* Start Bootstrap - Freelancer v7.0.6 (https://startbootstrap.com/theme/freelancer)
* Copyright 2013-2022 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-freelancer/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #FF5733;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #008000;
  --bs-teal: #1abc9c;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #1abc9c;
  --bs-secondary: #2c3e50;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 26, 188, 156;
  --bs-secondary-rgb: 44, 62, 80;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: 'Helvetica Neue',Helvetica, sans-serif;/* 'Roboto',"Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  /* --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; */
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 200;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fbe7bc;/*#fff*/;
  --jus-body-op: rgba(251, 231, 188, 0.5);
  --jus-highlight: #f95906;
  --jus-text-secondry-rgb: 249, 89, 6;
  --jus-hl-withOp: rgba(249, 89, 6, 0.5);
  --jus-hl-withOp2: rgba(249, 89, 6, 0.25);
  --jus-blue: rgba(22, 76, 130, 1.00);
  --jus-body-text: rgba(6, 37, 64, 1.00);
  
}

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

.bold{
  font-weight: 400;
}

#map {
  height: 100vh; /* The height is 400 pixels */
  width: 60%;
  float: left; /* The width is the width of the web page */
}

/* ::-webkit-scrollbar-thumb {
  background: var(--jus-hl-withOp);
  border-radius: 2px;
  
}
::-webkit-scrollbar {
  width: 5px;
  overflow: auto;
  height: 5px;
 
}
::-webkit-scrollbar-track {
  background: var(--bs-body-bg);
  width: 5px;
  
} */


.info{
  width:40%;
  float: right;
  /* display: inline-block; */
  /* background-color: var(--bs-body-bg); */
  color: var(--jus-highlight);
  padding-left:60px;  
  padding-right:60px;
  padding-top:8px;
  overflow-y: scroll;
  
}

::placeholder {
  color: var(--jus-hl-withOp);
}

.searchBox{
  width: 100%;
  height: 10vh;
  position: fixed;
  top:10vh;
  /* background-color: white; */
  /* margin-top: 0; */
  /* z-index: 10; */
}
.search-container {
  /* position: fixed; */
  width: 100%;
  background-color: var(--bs-white);
  display: flex;
  /* top:10vh; */
  flex-direction: row;
  align-items: center;
  /* border: none; */
  border-radius: 5px;
  /* padding: 1vh; */
  
  /* padding-top: 2vw; */
  
}

h3 {
  color: var(--jus-highlight);
}
input {
  all: unset;
  width:95%;
  border: none;
  height: 100%;
  padding: 6px;
  
}

.search-container button {
  all: unset;
  color: var(--jus-highlight);
  border: none;
  cursor: pointer;
  padding-right: 1vh;
}

#searchItems {
  position: fixed;
  top: 2vh;
  width: 35vw;
  display: none;
  border-radius: 10px 10px 0px 0px;
}
/* .info .search-container button {
  color: var(--jus-highlight);
  /* padding: 8px; */
  /* float:right; */
  /* border-radius: 50%;
  background-color: var(--bs-white);
  border: none;
  width:40px;
  height:40px; */
  
/* }  */

.main {
  width:100%;
  height:100vh;
  /* overflow-y: hidden; */
}

.bodyText {
  text-align: justify;
  font-weight: thin;
  color: var(--jus-body-text);
  font-family: var(--bs-font-sans-serif); 
}

.main-info h1{
  font-size: 45px;
  
}
.main-info h2{
  padding-top: 20px;
  
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48;
  font-size: 70px;
}

.good {
  background-color: var(--bs-green);
  border-radius: 50%;
}

.accept {
  background-color: var(--bs-orange);
  border-radius: 50%;
}

.bad {
  background-color: var(--bs-red);
  border-radius: 50%;
}

.row {
  padding-top: 5%;
}
#searchItems .btn-close-search{
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 1em 1em;
  color: var(--jus-blue);
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.5rem;
  opacity: 0.5;
  float: right;
  
}
#searchItems ul{
  padding: 2em;
}
#searchItems li:hover{
  background-color: var(--jus-hl-withOp);

}
#searchItems li{
  list-style: none;
  padding: 2%;
  font-size: larger;
}

.highlight-colour {
  color: var(--jus-highlight);
  /* background-color: none; */
  
  padding: 1em 1em;
  float: right;
}



#beachIm {
  max-width:100%;
  height:auto;
  /* padding: 32px; */
  border-radius: 10px;
  
}

#beachSearch{
  font-weight: 400;
}



#beachPage {
  display: none;
  width: 35vw;
  height: 80vh;
  overflow-y:scroll;
  position: fixed;
  top:2vh;
  /* overflow-x: auto; */
}
.info{
  height:100vh;
  /* width: 45vw; */
  overflow-y: scroll;
}

#beachPage #imgDiv {
  padding:32px;
}

#beachPage h4{
  color: var(--jus-blue);
  padding: 20px;
}
#beachPage h1 {
  padding: 32px;
}

#main-info-button {
  display: none;
}

.help{
  display: none;
  overflow-y: scroll;
  /* height: 80%; */
  width: 35vw;
  padding-right: 1vw;
  /* top:20vh; */
  padding-top: 2vh;
  /* position: relative; */
  
} 

.main-info{
  width: 30vw;
  /* position: relative; */
  /* z-index: 5; */
  /* top:18vh; */
  /* height: 200vh; */
  /* margin-top: 18vh; */
  margin-bottom: 0;
  padding-top: 2vh;
  /* overflow-y: scroll; */
  /* height:80%; */
  padding-right: 1vw;
}

#forecast {
  overflow-x:auto;
  
  
  white-space: nowrap;
  /* width: 40vw; */
  /* width:100%; */
}
.futureWQ {
  display: table-cell;
  padding: 3vh;
}

#forecast-text {
  font-size: 12px;
}

/* #map {
  height: 100%;
} */
#home{    
  display: none;
}

#refresh{
  position: fixed;
  left: 53vw;
  top: 1vh;
  width: 3vw;
  height:3vw;
  font-size: 24px;
  background-color: var(--bs-body-bg);
  border-radius: 50%;
  color: var(--jus-highlight);
  text-align: center;
  
}
#refresh:hover{
  cursor: pointer;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  right:25%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


#help-info-button{
  display: block;
    padding: 0.5vh;
    background-color: none;
    border: none;
    cursor: pointer;
}
#help-info-buttom:hover{
  color: var(--bs-body);
}

.left-div{
  left:5vw;
  width: 20vw;
  
}

#helpClick:hover{
  color: rgb(97, 163, 200);
  
}
#helpClick{
  padding-bottom: 2vh;
  padding-top: 2vh;
}


.faq-h {
  font-size: 2.5vh;
  /* background-color: #eee; */
  /* color: #444; */
  cursor: pointer;
  /* padding: 30px 20px; */
  /* width: 60%;  */
  border: none;
  outline: none;
  transition: 0.4s;
  margin: auto;
}

.active,
.faq-h:hover {
    background-color: var(--jus-hl-withOp2);
}

/* Style the faq-page panel. Note: hidden by default */
.faq-ans {
  /* padding: 0 18px; */
  /* background-color: white; */
  display: none;
  overflow: hidden;
}

.faq-h:after {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: var(--jus-blue);
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}

.googleAd {
  position: fixed;
  width: 50vw;
  height:10vh;
  float: right;
}

.gAd-container{
  display: none;
  position: fixed;
  width: 30vw;
  height:1px;
  top:10vh;
  float:right;
  
}

.googleAd-info {
  position: fixed;
  width: 50vw;
  height:90px;
  float: right;
}

.gAd-container-info{
  /* display: none; */
  position: fixed;
  width: 35vw;
  height:8vh;
  /* top:10vh; */
  float:right;
  
}
.gAd-container-beach{
  /* display: none; */
  /* position: fixed;  */
  width: 35px;
  /* height:8vh; */
  /* top:10vh; */
  /* float:right; */
  
}
/* @media(min-width: 500px) { 
  .googleAd { 
    width: 468px; 
    height: 60px; 
  } 
  
}

@media(min-width: 800px) { 
  .googleAd { 
    width: 728px; 
    height: 10px; 
  } 
 
} */

.my-col{
  /* flex: 0 0 auto; */
  width: 100%;
    /* width: 16.67vw; */
    /* position:fixed;
    top:0;
    left: 0; */
}

.main_info_mob{
  display: block;
  /* width: 35vw; */
}
.privatepolicy{
  display: none;
  padding-top: 2vh;
}

.bottomNav {
  padding-right:1vw;
  border-right: 1px solid var(--jus-blue); 
  height: 2vh;
}
.link{
  padding-left: 1vw;
}
.link:hover{
  color: rgb(97, 163, 200);;
  cursor: pointer;
}

@media (max-width: 1000px) { /* adjust to your needs */
  
  .gAd-container-info{
    display: none;

  }
  .googleAd-info{
    display: none;
  }
  .my-col{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .googleAd {
    /* position: relative; */
    width: 100%;
    height:10vh;
    top:0vh;
    position:fixed;
    z-index: 4;
  }

  .gAd-container {
    position:fixed;
    top:0vh;
    height:10vh;
    width:100%;
    background-color: var(--bs-body-bg);
    border-radius: 0px 0px 10px 10px;
    border-color: var(--jus-hl-withOp);
    border-width: 3px;
    border-style:none none solid none;
    z-index: 2;
  }
  .main_info_mob{
    position: fixed;
    /* z-index: 12; */
    /* width: 100%; */
    top:30vh;
    bottom:8vh;
    border-style:solid none none none;
    border-color: var(--jus-hl-withOp);
    border-width: 3px;
    border-radius: 20px 20px 0px 0px; 
    overflow-y:scroll;

  }
  .main-info {
    position: fixed;
    display: block;
    background-color: var(--bs-body-bg);
    border-style:solid none none none;
    border-color: var(--jus-hl-withOp);
    border-width: 3px; 
    /* box-shadow: 0px 0px 10px 2px; */
    /* z-index: 11; */
    width:100vw;
    top:16vh;
    left:0;
    /* bottom:10vh; */
    height:74vh;
    border-radius: 20px 20px 0px 0px;
    overflow-y:scroll;
    padding:32px;
  }

  .privatepolicy {
    position: fixed;
    display: none;
    background-color: var(--bs-body-bg);
    border-style:solid none none none;
    border-color: var(--jus-hl-withOp);
    border-width: 3px; 
    /* box-shadow: 0px 0px 10px 2px; */
    /* z-index: 11; */
    width:100vw;
    /* top:10vh; */
    bottom:10vh;
    height:74vh;
    border-radius: 20px 20px 0px 0px;
    overflow-y:scroll;
    padding:32px;
  }

  .help {
    position: fixed;
    display: none;
    background-color: var(--bs-body-bg);
    border-style:solid none none none;
    border-color: var(--jus-hl-withOp);
    border-width: 3px;
    /* box-shadow: 0px 0px 10px 2px; */
    /* z-index: 11; */
    width:100%;
    bottom:10vh;
    height:74vh;
    border-radius: 20px 20px 0px 0px;
    overflow-y:scroll;
    padding:32px;
  }

  #home{
    border-radius: 50%;
    display:block;
    top: 10vh;    
    position: absolute;
    z-index: 7;
    right:2vw;
    /* border-radius: 50%; */
  }
  #refresh{
    z-index: 7;
    position: fixed;
    left:83vw;
    top:20vh;
    width:15vw;
    height:15vw;
    font-size: 10vw;
  }
  .vertical-center{
    width: 15vw;
    right:0%;
  }
  #home img{
    border-radius: 50%;
    height:10vh;
    height: 8vh;
    z-index: 1;
    
    
  }
  

  .main-info h1 {
    font-size: 31px;
  }

  .main-info h2 {
    font-size: 20px;
  }

  #main-info-button {
    display: block;
    padding: 0.5vh;
    /* height:2vh; */
  }

  
  
  #myModal .modal-content {
    padding:5%;
    height:90vh;
    overflow-y: auto;
    font-weight: 100;
    border-color: var(rgb(--jus-text-secondry-rgb));
  }

  
  #myModal .modal-content h1 {
    font-size: 45px;
  }
  #myModal .modal-content h2 {
    font-size: 20px;
  }
  #myModal h1 {
    color: var(--jus-highlight);
  }
  
  .material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
    font-size: 40px;
    /* scale: 20; */
  }

  #beachPage {
    position: fixed;
    display: none;
    background-color: var(--bs-body-bg);
    /* z-index: 11; */
    width:100%;
    /* bottom:11vh; */
    top:52vh;
    height:38vh;
    border-radius: 20px 20px 0px 0px;
    overflow-y:scroll;
  }

   #searchItems {
    position: fixed;    
    background-color: var(--bs-body-bg);
    /* z-index: 9; */
    height: 38vh;
    width:100%;
    top: 52vh ;
    /* bottom:11vh; */
    border-style:solid none none none;
    border-color: var(--jus-hl-withOp);
    border-radius: 20px 20px 0px 0px;
    border-width: 0.5vh;
    overflow-y: scroll;
  } 
  
  .searchBox{
    /* width: 100vw; */
    height: 6vh;
    width: 98vw;
    top:93%;
    padding: 1vw;
    align-items: center;

  }
  .search-container{
    position: fixed;
    /* bottom:5%; */
    height: 8vh;
    width: 98vw;
    top:91%;
    /* padding: 5vw; */
    /* z-index: 10;  */
    

  }
  /* .search-container{
    /* box-shadow: 0px 0px 10px 2px
     */
     /* border-color: var(--jus-highlight);
     border-style:solid solid none solid ;
  } */ 
  
  
  .info {
    position: fixed;
    bottom: 0px;
    height: 10vh;
    width:100vw;
    border-radius: 10px 10px 0px 0px;
    /* box-shadow: 0px 0px 10px 2px; */
    border-style:solid none none none;
    border-color: var(--jus-hl-withOp);
    border-width: 0.5vh;
    background-color: var(--bs-body-bg);    
    padding:1%;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 8;
  }
  /* .search-container{
    
    position: fixed;
    bottom: 0px;
  } */
  
  /* .info .search-container input[type=text] {    
    border: none;
    font-size: 17px;
    width: 85%;
    border-radius: 5px;
    color: var(--jus-highlight);
  } */

  #map {
    /* display: none; */
    position: fixed;
    top:0vh;
    width:100%;
    height: 89.5vh;/*830px;*/
    z-index: 3;
  }
}

/* @media (max-height: 667px) { adjust to your needs */
  /* .info {
    position: fixed;
    bottom: 0px;
    height:66px;
    width:100%; */
    /* border-radius: 25px 25px 1px 1px; */
    /* background-color: var(--bs-body-bg); */
    /* width: 100%; */
  /* }
  #map {
    width:100%;
    height: 600px;
  }
} */

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--jus-body-op);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 0.125rem;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--bs-body-font-family);/*"Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.8vw);
  color:rgb(16, 60, 116);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: rgb(97, 163, 200);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  color: var(--jus-highlight);
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-center {
  text-align: center !important;
} 

.justify-content-center {
  justify-content: center !important;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
} */
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
} */

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 0.125rem solid #dee2e6;
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 33%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.rowW {
  padding: 5%;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.rowW > * {
  flex-shrink: 0;
  width: 50%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

