* {
  padding: 0;
  margin: 0;
  border: 0;
}


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


:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}


nav,
footer,
header,
aside {
  display: block;
}


html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


input,
button,
textarea {
  font-family: inherit;
}


input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}
*{
  font-family: 'Inter', sans-serif;
}
/* START */
.header{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 85px;
    padding: 0 20px;
    background: #18bb9c;
    -webkit-box-shadow: 0px 4px 48px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 4px 48px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 4px 48px 1px rgba(0, 0, 0, 0.45);
}
.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1024px;
}
.first-header-container img{
    width: 70px;
    height: 70px;
}
.second-header-container{
    display: flex;
}
.second-header-container a{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    background: #096856;
    padding: 12px 20px;
    border-radius: 11px 3px 11px 3px;
    transition: 0.4s ease;
}
.second-header-container a:first-child{
    border-radius: 11px 3px 11px 3px;
    margin-right: 8px;
}
.second-header-container a:hover{
    background-color: rgba(255, 255, 255, 0.5);
}

.bls {
    position: relative;
    overflow: hidden;
    color: #fff;

  }
  /**
   * The "shine" element
   */
  
  .bls:after {
    content: "";
    height: 200%;
    left: -230%;
    opacity: 0;
    position: absolute;
    top: -10%;
    transform: rotate(-10deg);
    width: 200%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
  }
  /* Hover state - trigger effect */
  
  .bls:hover:after {
    left: -30%;
    opacity: 1;
    top: -50%;
    transition-duration: 0.5s, 0.5s, 0.12s;
    transition-property: left, top, opacity;
    transition-timing-function: ease;
  }
  /* Active state */
  
  .bls:active:after {
    opacity: 0;
  }
.body{
    width: 100%;
}
.main{
    background: #eeeeee;
    width: 100%;
    display: flex;
    justify-content: center;
}
.main-container{
    width: 100%;
    max-width: 960px;
    -webkit-box-shadow: 0px 0px 47px 2px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 0px 0px 47px 2px rgba(0, 0, 0, 0.62);
    box-shadow: 0px 0px 47px 2px rgba(0, 0, 0, 0.62);
}
.main-container img{
    width: 100%;
}
.gray-text{
    display: flex;
    padding: 24px 20px;
    width: 100%;
    min-height: 75px;
    justify-content: center;
    background: #18bb9c;
}
.gray-text-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.gray-text-container img{
    width: 6px;
    height: 6px;
}
.gray-text-container p{
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    color: #000;
}
.dote{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
}
.cards{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px 20px;
    padding-bottom: 20px;
	background-color: #fff;
}
.cards-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    width: 100%;
    max-width: 1000px;
}
.card{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 24%;
    float: left;
    overflow: hidden;
    padding: 16px;
    margin-bottom: 20px;
    transition: 0.4s ease;
    border-radius: 20px 2px 20px 2px;
    -webkit-box-shadow: 0px 0px 18px 6px rgba(136,  136,  136, 0.14);
    -moz-box-shadow: 0px 0px 18px 6px rgba(136,  136,  136, 0.14);
    box-shadow: 0px 0px 18px 6px rgba(136,  136,  136, 0.14);
	background-color: #18bb9c;
}
.ugl1{
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -30px;
    left: -30px;
    background: #096856;
    transform: rotate(40deg);
}
.ugl2{
    position: absolute;
    width: 50px;
    height: 50px;
    top: -30px;
    right: -30px;
    background: #096856;
    transform: rotate(40deg);
}
.card img{
    width: 100%;
    max-height: 300px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.card p{
    font-size: 18px;
    font-weight: 500;
}
.card a{
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 20px;
}
.card a{
    font-size: 20px;
    font-weight: 500;
    background: #096856;
    border-radius: 8px;
    transition: 0.4s ease;
}
.card a:hover{
    background-color: rgb(216, 216, 216);
}
.card:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0px 0px 31px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 31px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 31px 6px rgba(0, 0, 0, 0.15);
}
.instruction{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #252525;
    padding: 50px 20px;
}
.instruction-container{
    max-width: 1024px;
    width: 100%;
}
.instruction h2{
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}
.instruction p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 140%;
}
.map{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
}
.map-container{
    max-width: 1024px;
    width: 100%;
}
.map-container h2{
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
}
.map-container ul{
    padding-left: 40px;
}
.map-container ul li{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    text-decoration: underline;
}
.map-container ul li a{
    color: #252525;
}
.map-container ul li a:hover{
    color: rgb(0, 174, 255);
}
.map-container ul li:last-child{
    margin-bottom: 0;
}







  
@media screen and (max-width: 768px) {
    .map-container h2{
        font-size: 32px;
    }
    .map-container ul{
        padding-left: 30px;
    }
    .map-container ul li{
        font-size: 16px;
    }
    .gray-text-container p{
        font-size: 20px;
    }
    .card p{
        font-size: 16px;
    }
    .cards-container{
        gap: 2%;
    }
    .card{
        width: 32%;
    }
    .gray-text-container p{
        font-size: 18px;
    }
    .gray-text-container{
        gap: 24px;
    }
}
#burger-menu {
    display: none;
    cursor: pointer;
    height: 27px;
    width: 27px;
    overflow: visible;
    position: relative;
    z-index:4;
  }
  #burger-menu span,
  #burger-menu span:before,
  #burger-menu span:after {
    background: #fff;
    display: block;
    z-index:6;
    height: 4px;
    opacity: 1;
    position: absolute;
    transition: 0.3s ease-in-out;
  }
  #burger-menu span:before,
  #burger-menu span:after {
    content: "";
  }
  #burger-menu span {
    right: 0px;
    top: 13px;
    width: 27px;
  }
  #burger-menu span:before {
    left: 0px;
    top: -10px;
    width: 16px;
  }
  #burger-menu span:after {
    left: 0px;
    top: 10px;
    width: 20px;
  }
  
  #burger-menu.close span {
    transform: rotate(-45deg);
    top: 13px;
    width: 27px;
  }
  #burger-menu.close span:before {
    top: 0px;
    transform: rotate(90deg);
    width: 27px;
  }
  #burger-menu.close span:after {
    top: 0px;
    left:0;
    transform: rotate(90deg);
    opacity:0;
    width:0;
  }
  
  #menu{
    z-index:3;
    min-width:100%;
    min-height:100%;
    position: fixed;
    top:0;
    height:0;
    visibility: hidden;
    opacity: 0;
    text-align:center;
    padding-top:20px;
    transition: all 0.3s ease-in-out;
    
  }
  
  #menu.overlay{
    visibility: visible;
    opacity: 1;
    padding-top:100px;
    background:rgba(0,0,0,0.5);
  }
  
  #menu li{
    list-style:none;
  }
  #menu a{
    color:#fff;
    display:block;
    font-size: 32px;
    margin-bottom:30px;
    text-decoration:none;
  }
@media screen and (max-width: 480px){
    .second-header-container{
        width: 27px;
        height: 27px;
    }
    .second-header-container a{
        display: none;
    }
    #burger-menu{
        display: unset;
    }
    .cards-container{
        gap: 2%;
    }
    .card{
        width: 49%;
    }
    .gray-text-container{
        gap: 10px;
    }
    .dote{
        display: none;
    }
    .gray-text-container p{
        word-break: break-all;
        font-size: 14px;
    }
}
@media screen and (max-width: 360px){
    .cards-container{
        gap: 0;
    }
    .card{
        width: 100%;
    }
}