img, video {
    max-width: 100%;
    height: auto;
}
.main-footer {
    border-top: 2px solid #f9f9f9;
    /* background-color: #f9f9f9; */
}
.main-footer {
    position: relative;
    border-top-width: 8px;
    border-color: #f9f9f9;
    padding-bottom: 5rem;
    font-size: 15px;
    line-height: 25px;
}
.main-footer__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #dededc;
}
.main-footer__algae {
    -ms-flex-order: 2;
    order: 2;
}
.main-footer__label__accordion {
    border-color: rgba(134,134,141,.2);
    border-top-width: 1px;
    padding: 1rem 1rem 1rem 2.5rem;
}
.main-footer__label {
    position: relative;
    font-size: 18px;
    line-height: 28.9px;
    font-weight: 700;
}
.main-footer__algae__thumbnail {
    max-width: 90px;
    max-height: 90px;
    display: none;
    overflow: hidden;
    border-radius: 0.75rem;
}
.main-footer__list {
    -webkit-transition: height,.5s linear;
    transition: height,.5s linear;
}
.main-footer__list {
    display: none;
    list-style-type: disc;
    overflow: hidden;
    --tw-bg-opacity: 1;
    padding: 1rem 4rem;
    --tw-text-opacity: 1;
    color: rgba(134,134,141,1);
}
.main-footer__list li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.main-footer__list li a{
    color: rgba(200, 128, 133, 1);
}
.main-footer__list li a:hover{
    text-decoration: underline;
}
.main-footer__label__accordion {
    border-color: rgba(134,134,141,0.2);
}
.main-footer__label__accordion {
    border-top-width: 1px;
    padding: 1rem 1rem 1rem 2.5rem;
}

.main-footer__algae__thumbnail {
    max-width: 90px;
    max-height: 90px;
}
.main-footer__algae__thumbnail {
    display: none;
    overflow: hidden;
    border-radius: 0.75rem;
}
.main-footer__menu {
    -ms-flex-order: 3;
    order: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
}
.main-footer__menu__col--guide, .main-footer__menu__col--service {
    grid-row: span 2/span 2;
}
.main-footer__menu__col--guide, .main-footer__menu__col--service {
    grid-row: span 2/span 2;
}
.main-footer__menu__col--policy {
    grid-column-start: 3;
    grid-row-start: 2;
}
.main-footer__contact {
    -ms-flex-order: 1;
    order: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    align-content: space-around;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: stretch;
}
.main-footer__contact__col {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(245,245,245,var(--tw-border-opacity));
    padding: .6rem;
}
.main-footer__contact__content {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-family: Oswald,sans-serif;
    font-size: 36px;
    line-height: 46.8px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: #42ae94;
}
.main-footer__contact__note {
    white-space: pre-line;
    font-weight: bold;
}
.main-footer__bottom {
    border-color: rgba(134,134,141,0.8);
}
.main-footer__bottom {
    position: relative;
    border-top-width: 1px;
    --tw-bg-opacity: 1;
    padding: 1rem 1.5rem;
    font-size: 15px;
    line-height: 25px;
    color: rgba(134,134,141,var(--tw-text-opacity));
}
.main-footer__copyright {
    padding: 0;
}
.social_icon {
    font-size: 20px;
}

.footer-nav-link {
    color: #ccc;
    font-size: .8rem;
    transition: all .5s ease;
  }
  
  .footer_social {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #42ae94;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    outline: none;
    color: #42ae94;
    margin: 5px;
    box-sizing: content-box;
    transition: all .5s ease;
  }
  
  .footer_fb:hover {
    /* background-color: rgba(24,119,242,1); */
    background-color: #42ae94;
    color: #fff;
    border: 1px solid #fff;
  }
  .footer_line:hover {
    /* background-color: #00b900; */
    background-color: #42ae94;
    color: #fff;
    border: 1px solid #fff;
  }
  .footer_ig:hover {
    /* background-color: #c13584; */
    background-color: #42ae94;
    color: #fff;
    border: 1px solid #fff;
  }
  .footer_yt:hover {
    /* background-color: #ff0000; */
    background-color: #42ae94;
    color: #fff;
    border: 1px solid #fff;
  }
/*RWD*/

@media (min-width: 1280px) {
.main-footer {
    padding-bottom: 0;
}
}
@media (min-width: 850px) {
.main-footer {
    /* border-style: none; */
}
}

@media screen and (min-width: 850px) {
.main-footer__container {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 2rem;
    /* padding-bottom: 2rem; */
}

}
@media (max-width: 767.98px) {
    .social_icon {
        font-size: 23px;
    }
}
@media screen and (min-width: 850px) {
.main-footer__algae, .main-footer__algae__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
}
}
@media screen and (min-width: 850px) {
.main-footer__algae {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: none;
    flex: none;
    flex-direction: column;
}
}
@media screen and (min-width: 850px) {
@media (min-width: 1280px)
.main-footer__algae__col {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 4rem;
}
}
@media screen and (min-width: 850px) {
.main-footer__algae__col {
    height: 100%;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(255,255,255,var(--tw-border-opacity));
    padding: 1.5rem;
}
}
@media screen and (min-width: 850px) {
.main-footer__algae, .main-footer__algae__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
}
}

@media screen and (min-width: 850px) {
.main-footer__algae .main-footer__label {
    display: none;
}
}
@media (min-width: 850px) {
.main-footer__label__accordion {
    border-style: none;
    padding: 0;
}
}

@media (min-width: 850px) {
.main-footer__label {
    margin-bottom: 0.5rem;
}
}

@media (min-width: 850px) {
.main-footer__algae__thumbnail {
    display: block;
}
}


@media screen and (min-width: 850px) {
.main-footer__algae .main-footer__list {
    padding: 0 0 0 2.5rem;
}
}
@media (min-width: 850px) {
.main-footer__list {
    display: block;
    background-color: transparent;
}
}


@media screen and (min-width: 850px) {
.main-footer__algae__col+.main-footer__algae__col {
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(255,255,255,var(--tw-border-opacity));
}
}
@media screen and (min-width: 850px),
@media (min-width: 1280px) {
.main-footer__algae__col {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 4rem;
}
}
@media screen and (min-width: 850px) {
.main-footer__algae__col {
    height: 100%;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(255,255,255,var(--tw-border-opacity));
    padding: 1.5rem;
}
}
@media screen and (min-width: 850px) {
.main-footer__algae, .main-footer__algae__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
}
}
@media screen and (min-width: 850px) {
.main-footer__algae .main-footer__label {
    display: none;
}
}

@media (min-width: 850px) {
.main-footer__label__accordion {
    border-style: none;
    padding: 0;
}
}

@media (min-width: 850px) {
.main-footer__label {
    margin-bottom: 0.5rem;
}
}

@media (min-width: 850px) {
.main-footer__algae__thumbnail {
    display: block;
}
}

@media screen and (min-width: 850px) {
.main-footer__menu {
    -ms-flex-order: 1;
    order: 1;
    display: grid;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-template-rows: repeat(2,minmax(0,1fr));
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding: 1.5rem;
}
}

@media screen and (min-width: 850px) {
.main-footer__contact {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: none;
    flex: none;
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(255,255,255,var(--tw-border-opacity));
    background-color: transparent;
}
}

@media (min-width: 850px) {
.main-footer__bottom {
    border-style: none;
    text-align: center;
}
}
@media (min-width: 850px) {
.main-footer__menu .main-footer__list {
    list-style-type: none;
    padding: 0;
}
}



.navbar-brand {
    color: #ac806c;
    font-weight: 700;
}
.navbar-brand:hover {
    color: #795747;
}