/* General */
html {
   line-height: 1.5;
   -webkit-text-size-adjust: 100%;
   -moz-tab-size: 4;
   tab-size: 4;
   font-family: ui-sans-serif, system-ui, -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";
}

*,
::after,
::before {
   box-sizing: border-box;
   border-width: 0;
   border-style: solid;
   border-color: #e5e7eb;
}

body {
   margin: 0;
   line-height: inherit;
   background-color: #ffffff;
}

a {
   color: #0000ff;
   text-decoration: none;
   transition: all 0.3s;
}

a:hover {
   text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-size: inherit;
   font-weight: inherit;
}

img,
video {
   max-width: 100%;
   height: auto;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
   margin: 0;
}

menu,
ol,
ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

/* Header */
.header {
   background-color: rgb(34 197 94 / 1);
}

.header .navbar {
   margin-left: auto;
   margin-right: auto;
   max-width: 80rem;
}

@media (min-width: 640px) {
   .header .navbar {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
   }
}

@media (min-width: 1024px) {
   .header .navbar {
      padding-left: 2rem;
      padding-right: 2rem;
   }
}

.header .navigation {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   justify-content: space-around;
}

@media (min-width: 640px) {
   .header .navigation {
      justify-content: flex-start;
   }
}

.header .navigation > a:first-child {
   color: rgb(255 255 255 / 1);
   font-weight: 500;
   font-size: 1rem;
   line-height: 1.5rem;
   padding-left: 1rem;
   padding-right: 1rem;
   padding-top: 1rem;
   padding-bottom: 1rem;
   background-color: rgb(21 128 61 / 1);
   align-self: stretch;
   gap: 0.5rem;
   justify-content: center;
   align-items: center;
   display: flex;
   width: 100%;
   transition: all 0.3s;
}

.header .navigation > a:first-child:hover {
   color: rgb(238 242 255 / 1);
}

@media (min-width: 640px) {
   .header .navigation > a:first-child {
      width: auto;
   }
}

.header .navigation > a:first-child svg {
   width: 1.5rem;
   height: 1.5rem;
}

.header .navigation > a:not(:first-child),
.header .dropdown {
   color: rgb(255 255 255 / 1);
   font-weight: 500;
   font-size: 1rem;
   line-height: 1.5rem;
   padding-top: 1.5rem;
   padding-bottom: 1.5rem;
}

.header .navigation > a:not(:first-child) {
   color: rgb(238 242 255 / 1);
}

@media (min-width: 640px) {
   .header .navigation > a:not(:first-child),
   .header .dropdown {
      margin-right: calc(3rem * 0);
      margin-left: calc(3rem * calc(1 - 0));
   }
}

.header .dropbtn {
   color: white;
   padding: 16px;
   font-size: 16px;
   border: none;
}

.header .dropdown {
   position: relative;
   display: inline-block;
}

.header .dropdown-content {
   display: none;
   position: absolute;
   background-color: #f1f1f1;
   min-width: 260px;
   box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
   z-index: 1;
}

.header .dropdown-content a {
   color: rgb(17 24 39 / 1);
   padding: 12px 16px;
   text-decoration: none;
   display: block;
}

.header .dropdown-content a:hover {
   background-color: #ddd;
}

.header .dropdown:hover .dropdown-content {
   display: block;
}

.header .dropdown:hover .dropbtn {
   background-color: rgb(21 128 61 / 1);
}
/* Header End */

.description {
   padding-left: 1rem;
   padding-right: 1rem;
   padding-top: 2rem;
   padding-bottom: 2rem;
   margin-left: auto;
   margin-right: auto;
   position: relative;
}

@media (min-width: 640px) {
   .description {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
   }
}

@media (min-width: 1024px) {
   .description {
      padding: 2.5rem;
      max-width: 80rem;
   }
}

.description .container {
   gap: 1rem;
   align-items: center;
   display: flex;
}

.description .container img {
   width: 6rem;
   height: 6rem;
}

.description .container h1 {
   color: rgb(17 24 39 / 1);
   font-weight: 700;
   font-size: 1.775rem;
   line-height: 2.25rem;
}

@media (min-width: 640px) {
   .description .container h1 {
      letter-spacing: -0.025em;
      font-size: 2.25rem;
      line-height: 2.5rem;
   }
}

@media (min-width: 1024px) {
   .description .container h1 {
      font-size: 3.75rem;
      line-height: 1;
   }
}

.description .container p {
   color: rgb(55 65 81 / 1);
   font-size: 1.5rem;
   line-height: 2rem;
   max-width: 48rem;
   margin-top: 0.5rem;
}

.price {
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   grid-template-columns: repeat(1, minmax(0, 1fr));
   max-width: 80rem;
   display: grid;
   margin-left: auto;
   margin-right: auto;
}

@media (min-width: 768px) {
   .price {
      padding-left: 2rem;
      padding-right: 2rem;
      column-gap: 2rem;
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }
}

.price .box-1 {
   box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
   padding: 2rem;
   background-image: url("./green-bg.png");
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   border-color: rgb(209 213 219 / 1);
   border-width: 1px;
   border-radius: 1rem;
   border-color: transparent;
   flex-direction: column;
   display: flex;
   position: relative;
}

.price .box-1 .content {
   flex: 1 1 0%;
}

.price .box-1 .content h3 {
   color: rgb(17 24 39 / 1);
   font-weight: 600;
   font-size: 1.25rem;
   line-height: 1.75rem;
}

.price .box-1 .content h4 {
   color: rgb(17 24 39 / 1);
}

.price .box-1 .content .paragraph-1 {
   color: rgb(17 24 39 / 1);
   display: flex;
   align-items: baseline;
   margin-top: 1rem;
}

.price .box-1 .content .paragraph-1 span {
   letter-spacing: -0.025em;
   font-weight: 800;
   font-size: 3rem;
   line-height: 1;
}

.price .box-1 .content .paragraph-2 {
   color: rgb(107 114 128 / 1);
   margin-top: 1.5rem;
}
.price .box-1 .content .paragraph-2 {
   align-items: baseline;
   display: flex;
   margin-top: 1rem;
   color: rgb(17 24 39 / 1);
}

.price .box-1 .content .paragraph-2 span:first-child {
   letter-spacing: -0.025em;
   font-weight: 800;
   font-size: 3rem;
   line-height: 1;
}

.price .box-1 .content .paragraph-2 span:last-child {
   font-weight: 600;
   font-size: 1.25rem;
   line-height: 1.75rem;
   margin-left: 0.25rem;
}

.price .box-1 .content .paragraph-3 {
   margin-top: 1.5rem;
   color: rgb(107 114 128 / 1);
}

.price .box-1 .content ul {
   margin-top: 1.5rem;
}

.price .box-1 .content li {
   display: flex;
}

.price .box-1 .content li svg {
   flex-shrink: 0;
   width: 1.5rem;
   height: 1.5rem;
}

.price .box-1 .content li span {
   color: rgb(107 114 128 / 1);
   margin-left: 0.75rem;
}

.price .box-1 a {
   color: rgb(21 128 61 / 1);
   font-weight: 500;
   text-align: center;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   background-color: rgb(240 253 244 / 1);
   border-color: transparent;
   border-width: 1px;
   border-radius: 0.375rem;
   width: 100%;
   display: block;
   margin-top: 2rem;
   transition: all 0.3s;
}

.price .box-1 a:hover {
   color: rgb(240 253 244 / 1);
   background-color: rgb(21 128 61 / 1);
}

.price .box-2 {
   margin-top: calc(1rem * calc(1 - 0));
   margin-bottom: calc(1rem * 0);
   box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
   color: rgb(255 255 255 / 1);
   padding: 2rem;
   background-image: url("./green-bg.png");
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   border-color: transparent;
   border-width: 1px;
   border-radius: 1rem;
   flex-direction: column;
   display: flex;
   position: relative;
}

@media (min-width: 768px) {
   .price .box-2 {
      margin-top: calc(0px * calc(1 - 0));
      margin-bottom: calc(0px * 0);
   }
}

.price .box-2 .content {
   flex: 1 1 0%;
}

.price .box-2 .content h3 {
   font-weight: 600;
   font-size: 1.25rem;
   line-height: 1.75rem;
   color: rgb(17 24 39 / 1);
}

.price .box-2 .content h4 {
   color: rgb(17 24 39 / 1);
}

.price .box-2 .content .paragraph-1 {
   letter-spacing: 0.025em;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 0.75rem;
   line-height: 1rem;
   padding-left: 1rem;
   padding-right: 1rem;
   padding-top: 0.375rem;
   padding-bottom: 0.375rem;
   background-color: rgb(34 197 94 / 1);
   border-radius: 9999px;
   transform: translate(0, -50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
   top: 0px;
   position: absolute;
}

.price .box-2 .content .paragraph-2 {
   align-items: baseline;
   display: flex;
   margin-top: 1rem;
   color: rgb(17 24 39 / 1);
}

.price .box-2 .content .paragraph-2 span:first-child {
   letter-spacing: -0.025em;
   font-weight: 800;
   font-size: 3rem;
   line-height: 1;
}

.price .box-2 .content .paragraph-2 span:last-child {
   font-weight: 600;
   font-size: 1.25rem;
   line-height: 1.75rem;
   margin-left: 0.25rem;
}

.price .box-2 .content .paragraph-3 {
   margin-top: 1.5rem;
   color: rgb(107 114 128 / 1);
}

.price .box-2 a {
   color: rgb(21 128 61 / 1);
   font-weight: 500;
   text-align: center;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   background-color: rgb(240 253 244 / 1);
   border-color: transparent;
   border-width: 1px;
   border-radius: 0.375rem;
   width: 100%;
   display: block;
   margin-top: 2rem;
   transition: all 0.3s;
}

.price .box-2 a:hover {
   color: rgb(240 253 244 / 1);
   background-color: rgb(21 128 61 / 1);
}

.notice-1 {
   padding-left: 1rem;
   padding-right: 1rem;
   max-width: 80rem;
   margin-top: 1.25rem;
   margin-bottom: 1.25rem;
   margin-left: auto;
   margin-right: auto;
   position: relative;
}

@media (min-width: 640px) {
   .notice-1 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
   }
}

@media (min-width: 1024px) {
   .notice-1 {
      padding-left: 2rem;
      padding-right: 2rem;
   }
}

.notice-1 .content {
   padding: 24px;
   background-color: rgb(255 255 255 / 1);
   border-radius: 0.5rem;
   border: 1px solid #cecdcd;
   box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
   background: rgb(255, 255, 255);
}

@media (min-width: 1024px) {
   .notice-1 .content {
      display: flex;
      align-items: center;
   }
}

.notice-1 .content .left-part {
   flex: 1 1 0%;
}

.notice-1 .content .title {
   font-weight: 700;
   margin-bottom: 10px;
   font-size: 25px;
}

.notice-1 .content .left-part .paragraph {
   color: rgb(0, 0, 0);
   font-size: 1.125rem;
   line-height: 1.75rem;
}

.notice-1 .content .right-part {
   border-radius: 0.375rem;
   margin-top: 1.5rem;
   box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

@media (min-width: 1024px) {
   .notice-1 .content .right-part {
      flex-shrink: 0;
      margin-left: 2.5rem;
      margin-top: 0px;
   }
}

.notice-1 .content .right-part a {
   color: rgb(255 255 255 / 1);
   font-weight: 500;
   font-size: 1rem;
   line-height: 1.5rem;
   padding-left: 1.25rem;
   padding-right: 1.25rem;
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   background-color: rgb(34 197 94 / 1);
   border-color: transparent;
   border-width: 1px;
   border-radius: 0.375rem;
   justify-content: center;
   align-items: center;
   display: flex;
   transition: all 0.3s;
}

.notice-1 .content .right-part a:hover {
   color: rgb(34 197 94 / 1);
   background-color: rgb(255 255 255 / 1);
}

.notice-2 {
   padding-left: 1rem;
   padding-right: 1rem;
   max-width: 80rem;
   margin-top: 1.25rem;
   margin-bottom: 1.25rem;
   margin-left: auto;
   margin-right: auto;
   position: relative;
}

@media (min-width: 640px) {
   .notice-2 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
   }
}

@media (min-width: 1024px) {
   .notice-2 {
      padding-left: 2rem;
      padding-right: 2rem;
   }
}

.notice-2 .content {
   padding-top: 2rem;
   padding-bottom: 2rem;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   background-color: rgb(255 255 255 / 1);
   border-radius: 0.5rem;
   border: 1px solid transparent;
   background-image: url('green-bg.png');
   background-position:  center;
   background-repeat: no-repeat;
   background-size: cover
}

@media (min-width: 640px) {
   .notice-2 .content {
      padding: 2.5rem;
   }
}

@media (min-width: 1024px) {
   .notice-2 .content {
      display: flex;
      align-items: center;
   }
}

.notice-2 .content > div {
   flex: 1 1 0%;
}

.notice-2 h3 {
   color: rgb(255 255 255 / 1);
   letter-spacing: 0.025em;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 0.875rem;
   line-height: 1.25rem;
   padding-top: 0.25rem;
   padding-bottom: 0.25rem;
   padding-left: 1rem;
   padding-right: 1rem;
   background-color: rgb(34 197 94 / 1);
   border-radius: 9999px;
   display: inline-flex;
}

.notice-2 p {
   color: rgb(75 85 99 / 1);
   font-size: 1.125rem;
   line-height: 1.75rem;
   margin-top: 1rem;
}

.footer {
   background-color: rgb(31 41 55 / 1);
}

.footer #footer-heading {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border-width: 0;
}

.footer .container {
   padding-top: 3rem;
   padding-bottom: 3rem;
   padding-left: 1rem;
   padding-right: 1rem;
   max-width: 80rem;
   margin-left: auto;
   margin-right: auto;
}

@media (min-width: 640px) {
   .footer .container {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
   }
}

@media (min-width: 1024px) {
   .footer .container {
      padding-top: 4rem;
      padding-bottom: 4rem;
      padding-left: 2rem;
      padding-right: 2rem;
   }
}

.footer .contact-info {
   gap: 1rem;
   flex-direction: column;
   display: flex;
}

.footer .contact-info .title-wrapper {
   margin-top: 2rem;
}

@media (min-width: 1024px) {
   .footer .contact-info .title-wrapper {
      margin-top: 0px;
   }
}

.footer .contact-info .title-wrapper h3 {
   color: rgb(156 163 175 / 1);
   letter-spacing: 0.05em;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 1.5rem;
   line-height: 2rem;
}

.footer .contact-info .box {
   margin-top: 2rem;
}

@media (min-width: 1024px) {
   .footer .contact-info .box {
      margin-top: 0px;
   }
}

.footer .contact-info .box h3 {
   color: rgb(156 163 175 / 1);
   letter-spacing: 0.05em;
   font-weight: 600;
   font-size: 1.25rem;
   line-height: 1.75rem;
   gap: 0.5rem;
   align-items: center;
   display: flex;
}

.footer .contact-info .box a {
   text-decoration-line: underline;
   color: rgb(209 213 219 / 1);
   font-size: 1rem;
   line-height: 1.5rem;
   margin-top: 0.5rem;
}

.footer .contact-info .box svg {
   height: 1.5rem;
   width: 1.5rem;
}

.footer .contact-info .box p {
   color: rgb(209 213 219 / 1);
   font-size: 1rem;
   line-height: 1.5rem;
}

.footer .bottom-part {
   padding-top: 2rem;
   border-color: rgb(55 65 81 / 1);
   border-top-width: 1px;
   margin-top: 2rem;
}

@media (min-width: 768px) {
   .footer .bottom-part {
      justify-content: space-between;
      align-items: center;
      display: flex;
   }
}

.footer .bottom-part p {
   color: rgb(156 163 175 / 1);
   font-size: 1rem;
   line-height: 1.5rem;
   margin-top: 2rem;
}

@media (min-width: 768px) {
   .footer .bottom-part p {
      margin-top: 0px;
      order: 1;
   }
}

.footer .bottom-part .social-icons {
   display: flex;
}

@media (min-width: 768px) {
   .footer .bottom-part .social-icons {
      order: 2;
   }
}

.footer .bottom-part .social-icons a {
   color: rgb(156 163 175 / 1);
   transition: all 0.3s;
}

.footer .bottom-part .social-icons a:not(:first-child) {
   margin-right: calc(1.5rem * 0);
   margin-left: calc(1.5rem * calc(1 - 0));
}

.footer .bottom-part .social-icons a:hover {
   color: rgb(209 213 219 / 1);
}

.footer .bottom-part .social-icons a span {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border-width: 0;
}

.footer .bottom-part .social-icons a svg {
   width: 1.5rem;
   height: 1.5rem;
}

.page-about {
   max-width: 80rem;
   margin-left: auto;
   margin-right: auto;
   padding: 2rem 1rem;
   margin-left: auto;
   margin-right: auto;
}

@media (min-width: 640px) {
   .page-about {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
   }
}

@media (min-width: 1024px) {
   .page-about {
      padding: 2.5rem;
   }
}

.page-about .content {
   border-radius: 0.5rem;
   border: 1px solid #cecdcd;
   box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
   background: rgb(255, 255, 255);
   padding: 20px;
}

@media (min-width: 640px) {
   .page-about .content {
      padding: 30px;
   }
}

@media (min-width: 1024px) {
   .page-about .content {
      padding: 40px;
   }
}

.page-about h1,
.page-about h2,
.page-about h3,
.page-about h4,
.page-about h5,
.page-about h6 {
   font-weight: 700;
}