<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: bebas_regular;
  src: url('../fonts/bebas/Bebas-Regular.otf');
}

@font-face {
  font-family: biennale_black;
  src: url('../fonts/biennale/Biennale-Black.otf');
}

@font-face {
  font-family: biennale_bold;
  src: url('../fonts/biennale/Biennale-Bold.otf');
}

@font-face {
  font-family: biennale_book;
  src: url('../fonts/biennale/Biennale-Book.otf');
}

@font-face {
  font-family: biennale_hair;
  src: url('../fonts/biennale/Biennale-Hair.otf');
}

@font-face {
  font-family: biennale_heavy;
  src: url('../fonts/biennale/Biennale-Heavy.otf');
}

@font-face {
  font-family: biennale_light;
  src: url('../fonts/biennale/Biennale-Light.otf');
}

@font-face {
  font-family: biennale_medium;
  src: url('../fonts/biennale/Biennale-Medium.otf');
}

@font-face {
  font-family: biennale_regular;
  src: url('../fonts/biennale/Biennale-Regular.otf');
}

@font-face {
  font-family: biennale_semibold;
  src: url('../fonts/biennale/Biennale-SemiBold.otf');
}

@font-face {
  font-family: biennale_thin;
  src: url('../fonts/biennale/Biennale-Thin.otf');
}

@font-face {
  font-family: biennale_ultra_light;
  src: url('../fonts/biennale/Biennale-Ultra-Light.otf');
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

body {
    font-size: 100%;
    box-sizing: border-box;
    color: #000;
    background-image: url('../images/body-bg.png');
    background-repeat: repeat;
    font-family: biennale_regular;
    /*overflow: hidden;
    overflow-y: auto;*/
}

html, body {
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    /*height: 100%;*/
}

/*set font family*/

.home_banner .content span,
.section_title,
.home_slide_box .content_box .content .title,
.home_why_prodiet_sec .title,
.suggested_use_mid .title,
.footer_box &gt; .title {
    font-family: bebas_regular;
}

.suggested_use_box .num {
    font-family: biennale_black;
}

.footer_box .web_subtitle {
    font-family: biennale_bold;
}

/*//set font family*/

body a {
    color: #e04646;
}

body a:hover,
body a:focus {
    color: #e04646;
    text-decoration: none;
}

section {
    padding: 50px 0;
}

section.p_2x {
    padding: 100px 0;
}

.bg_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_attached {
    background-attachment: fixed;
}

.bg_green {
    background-color: #D5F2E3;
}

.bg_blue {
    background-color: #8FA5E9;
}

.bg_khaki {
    background-color: #cbc090;
}

.bg_yellow {
    background-color: #d3b301;
}

.w-100 {
    width: 100%;
}

.pos_rel {
    position: relative;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.text_white {
    color: #fff;
}

.web_subtitle {
    font-size: 130%;
}

.web_subtitle.has_dash {
    position: relative;
    padding: 0 50px;
}

.web_subtitle.has_dash::before {
    content: '';
    height: 4px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
}

.web_subtitle.has_dash::after {
    content: '';
    height: 4px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
}

/* owl carousel */

/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */

.owl-nav &gt; div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    background: #D5F2E3;
    color: #B5B5B5;
    padding: 15px;
    text-align: center;
    border-radius: 20px;
}

.owl-nav i {
    font-size: 350%;
    font-weight: bold;
}

.owl-nav .owl-prev {
    left: -50px;
}

.owl-nav .owl-next {
    right: -50px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-carousel .owl-dot {
    display: inline-block;
    margin-right: 10px;
}

.owl-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ddd;
    border-radius: 50%;
    transition: all .5s;
}

.owl-carousel .owl-dot.active span {
    background-color: #000;
    width: 20px;
    border-radius: 10px;
}

.owl-carousel .owl-stage {
    padding: 20px 0;
}

/* //owl carousel */

/* navbar */

.navbar {
    margin-bottom: 0;
    box-shadow: 0 15px 40px -20px rgba(40, 44, 63, .35);
    background-color: #fff;
    border-radius: 0;
    border: 0;
}

.navbar-nav &gt; li &gt; a {
    color: #000;
    font-size: 100%;
}

.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
    background-color: transparent;
}

.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
    background-color: transparent;
}

.navbar-toggle {
    border-color: transparent;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand &gt; img {
    height: 50px;
}

/* //navbar */

/*web btn*/

.web_btn {
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    cursor: pointer;
    border-color: transparent;
    background-color: #e04646;
    border: 2px solid #e04646;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin-top: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none !important;
    font-weight: 600;
}

.web_btn::after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    transition: all .5s ease 0s;
    width: 0;
    z-index: -1;
}

.web_btn:hover,
.web_btn:focus {
    color: #e04646;
    background-color: transparent;
}

.web_btn:hover::after,
.web_btn:focus::after {
    left: 5%;
    width: 90%;
    z-index: 1;
}

.ghost_btn {
    color: #e04646;
    background-color: transparent;
}

.ghost_btn:hover {
    background-color: #e04646;
    color: #fff;
}

.white_btn {
    border-color: #fff;
    background-color: #fff;
    color: #e04646;
}

.white_btn:hover,
.white_btn:focus {
    background-color: transparent;
    color: #fff;
}

.small_btn {
    padding: 10px 15px;
    font-size: 90%;
    margin-top: 15px;
}

.big_btn {
    padding: 15px 40px;
    font-size: 110%;
}

/*pulse animation*/

.flash_btn {
    box-shadow: 0 0 0 0 rgba(12, 113, 195, .7);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.flash_btn:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }
}

/*//pulse animation*/


/*//web btn*/

/*icon list*/

.icon_list,
.icon_list_sec ul {
    list-style: none;
}

.icon_list li,
.icon_list_sec ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}

.icon_list li::before,
.icon_list_sec ul li::before {
    content: '\f00c';
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    color: #e04646;
}

.icon_list.map_marker li::before {
    content: '\f041';
}

.icon_list.big_list li {
    padding: 10px 10px 10px 40px;
    margin-bottom: 0;
    /* font-weight: 500; */
}

.icon_list.big_list li::before {
    content: '\f00c';
    width: 30px;
    height: 30px;
    /* background-color: #e04646; */
    color: #000;
    line-height: 30px;
    text-align: center;
    font-family: fontAwesome;
    top: 10px;
/*    transform: translateY(-50%);*/
    border: 1px solid #e04646;
}

.icon_list.big_list {
    /* font-size: 120%; */
}

.icon_list.horizon_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.icon_list.horizon_list li {
    width: calc(100%/4 - 30px);
    margin-right: 30px;
}

/*//icon list*/

.modal-header {
    background-color: #e04646;
    color: #fff;
}

.close {
    color: #fff !important;
    opacity: 1 !important;
}

ul,
ol {
    list-style: none;
}

.bg_light_green {
    background-color: #E6F0CF;
}

.text_green {
    color: #e04646;
}

.web_content p,
.web_content li {
    margin-bottom: 10px;
}

.web_content .box_title {
    font-size: 150%;
    font-weight: 700;
}

.section_title {
    font-size: 400%;
    letter-spacing: 15px;
    z-index: 1;
}

.section_title.has_line {
    position: relative;
}

.section_title.has_line::before,
.home_icons_wrap::before,
.section_title.has_line.has_double::after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #aaa;
}

.section_title.has_line::before {
    bottom: 15px;
    left: 0;
    right: 0;
}

.section_title.has_line.has_double::after {
    top: 372px;
    left: 0;
    right: 0;
}

.home_icons_wrap::before {
    top: 50%;
    left: 0;
    right: 0;
}

.has_left_full::before {
    left: -10000% !important;
}

.has_right_full::before {
    right: -10000% !important;
}

.has_double_right_full::after {
    right: -10000% !important;
}

.has_right_curve::after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(100% - 15px);
    height: 290px;
    width: 290px;
    background-image: url(../images/body-bg.png);
}

.has_right_curve::before {
    content: '';
    position: absolute;
    right: -90px;
    top: calc(100% - 17px);
    height: 293px;
    width: 290px;
    border: 2px solid #aaa;
    border-radius: 100px;
}

.has_left_curve::after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(100% - 70px);
    height: 300px;
    width: 290px;
    background-image: url(../images/body-bg.png);
}

.has_left_curve::before {
    content: '';
    position: absolute;
    left: -90px;
    top: calc(100% - 74px);
    height: 300px;
    width: 290px;
    border: 2px solid #aaa;
    border-radius: 100px;
}

.section_title .has_left_curve::after {
    top: calc(100% - 15px);
}

.section_title .has_left_curve::before {
    top: calc(100% - 17px);
}


.works_wrap .row {
    margin-bottom: 30px;
}

.works_wrap .web_content {
    margin-top: 30px;
}

.works_wrap .row.reverse .web_content,
.works_wrap .row.reverse .btn_box {
    text-align: right;
}

.works_wrap .row.reverse .icon_list li::before {
    right: 0;
    left: auto;
}

.works_wrap .row.reverse .icon_list li {
    padding-right: 40px;
    padding-left: 10px;
}

.download_app_btn {
    text-align: center;
}

.download_app_btn img {
    height: 60px;
    margin: 0 10px;
    display: inline-block;
}

/*header*/

.custom_header {
    background-color: rgb(185 211 198 / 50%);
    border-radius: 0 0 30px 30px;
    padding: 20px;
}

.custom_header_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*//header*/

/*home*/

/*banner*/

.home_banner {
    position: relative;
    z-index: 1;
    height: 650px;
}

.home_banner .bottle {
    position: absolute;
    left: -40%;
    top: 100px;
    z-index: 1;
}

.home_banner .powder {
    position: absolute;
    top: 0;
}

.home_banner .content {
    position: absolute;
    top: 100px;
    z-index: 1;
    right: 15%;
    text-align: right;
}

.home_banner .content span {
    font-size: 800%;
    display: block;
    color: #3A1808;
    line-height: 1;
}

.home_banner .cap {
    position: absolute;
    top: 80px;
    z-index: 1;
    right: 30px;
}

.home_banner .bottle_part {
    height: 450px;
}

.home_banner .powder .bottle_part {
    height: 550px;
}

/*//banner*/

/*carousel*/

.home_slide_box .web_subtitle {
    text-align: center;
    color: #3A1808;
}

.home_slide_box .web_subtitle.has_dash::before, 
.home_slide_box .web_subtitle.has_dash::after {
    background-color: #3A1808;
}

.home_slide_box .content_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    margin: 70px auto 0;
    padding-left: 30px;
}

.home_slide_box .content_box .img {
    width: 50%;
}

.home_slide_box .content_box .content {
    width: 50%;
}

.home_slide_box .content_box .content .title {
    font-size: 450%;
    line-height: 1;
    word-break: break-all;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
    color: #fff;
}

.home_slide_box .content_box.text_right {
    text-align: right;
}

.home_slide_box .content_box::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 120%;
    background-color: #8FA5E9;
    left: 0;
    top: -10%;
    display: block;
    z-index: -1;
    border-radius: 40%;
}

.home_slide_box .content_box.text_right::before {
    left: 10%;
}

.home_carousel.owl-carousel .owl-stage {
    padding-bottom: 70px;
}

.home_slide_box .content_box.text_right {
    padding-left: 0;
    padding-right: 30px;
}

.home_slide_box .gif_img {
    margin-top: 30px;
}

.home_carousel {
    margin-top: 100px;
}

/*//carousel*/

/*icon box*/

.home_icons_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 200px 0 150px;
    position: relative;
    z-index: 1;
}

.home_icons_wrap.justify_center {
    justify-content: center;
}

.home_icons_wrap .home_icon_box {
    width: 14%;
    margin: 0 3%;
    text-align: center;
    position: relative;
}

.home_icon_box .img img {width: 90%;margin: 0 auto;display: block;}

.home_icon_box .img {
    padding: 30px 15px;
    width: 80%;
    margin: 0 auto;
    border-radius: 40%;
    /*animation: corner 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;*/
}

@keyframes corner {
  0% {
    border-top-left-radius: 1% 50%;
  }
  12.5% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  25% {
    border-top-right-radius: 1% 50%;
  }
  25.001% {
    border-top-right-radius: 50% 1%;
  }
  37.5% {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  50% {
    border-bottom-right-radius: 50% 1%;
  }
  50.001% {
    border-bottom-right-radius: 1% 50%;
  }
  62.5% {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  75% {
    border-bottom-left-radius: 1% 50%;
  }
  75.001% {
    border-bottom-left-radius: 50% 1%;
  }
  87.5% {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
  }
  100% {
    border-top-left-radius: 50% 1%;
  }
}


.home_icon_box .content .web_subtitle {
    color: #90551C;
}

.home_icon_box .content {
    position: absolute;
    top: -15px;
    transform: translateY(-100%);
}

.home_icon_box.reverse .content {top: auto;bottom: -15px;transform: translateY(100%);}

/*//icon box*/

/*prodiet sec*/

.home_why_prodiet_sec .title {
    color: #fff;
    text-align: center;
}

.home_why_prodiet_sec .title span {
    display: block;
    letter-spacing: 1px;
}

.home_why_prodiet_sec .title .big {
    font-size: 550%;
    line-height: 1;
}

.home_why_prodiet_sec .title .small {
    font-size: 200%;
    line-height: 1;
}

.home_why_prodiet_sec .title .med {
    font-size: 300%;
    line-height: 1;
}

/*//prodiet sec*/

/*prodiet icon box*/

.why_prodiet_icons_wrap {
    display: flex;
    flex-wrap: wrap;
}

.why_prodiet_icon_box .web_subtitle {
    color: #fff;
}

.why_prodiet_icon_box {
    width: 14%;
    margin: 0 3%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.why_prodiet_icon_box .img {
    width: 80%;
    margin: 0 auto 15px;
    position: relative;
}


.why_prodiet_icon_box.active .img .line_elem {
    /*content: '';*/
    position: absolute;
    height: 3px;
    width: 105%;
    background-color: #fff;
    bottom: 5px;
    left: -95%;
    transform: rotate(-30deg);
    /*animation-direction: reverse;*/
}

.why_prodiet_icon_box.start_anim .img .line_elem {
    animation-duration: 1s;
    animation-name: line_draw;
    animation-iteration-count: infinite;
}

.why_prodiet_icon_box.hide_anim .img .line_elem {
    width: 0%;
}

@keyframes line_draw {
  0% {
    width: 0%;
  }

  100% {
    width: 105%
  }
}

.why_prodiet_icon_box.reverse .img .line_elem {
    transform: rotate(30deg);
    bottom: 65%;
}

.why_prodiet_icon_box:first-child .img .line_elem {
    display: none;
}

.why_prodiet_icon_box .img img {
    width: 100%;
}

.why_prodiet_icon_box.reverse .img {
    margin: 15px auto 0;
}

.why_prodiet_icon_box.reverse {
    flex-direction: column-reverse;
}

/*//prodiet icon box*/

/*what inside*/

.what_inside_box {
    padding: 30px;
    margin-top: 50px;
    text-align: center;
    background-color: #96591d;
    color: #fff;
    border-radius: 50px;
    min-height: 540px;
    position: relative;
    top: 0;
    transition: all .5s;
}

.what_inside_box:hover {
    top: -15px;
    box-shadow: 0 2px 52px rgb(53 65 84 / 18%)
}

.what_inside_box .img {
    width: 30%;
    margin: 0 auto;
}

.what_inside_box .img img {
    width: 100%;
}

.what_inside_box .web_subtitle {
    font-weight: bold;
    margin: 30px 0;
    font-size: 150%;
}

/*//what inside*/

/*suggested use*/

.suggested_use_box {
    padding: 15px 30px;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
    align-items: center;
}

.suggested_use_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 1;
}

.suggested_use_box_wrap {
    width: 38%;
}

.suggested_use_mid_wrap {
    width: 24%;
    z-index: 1;
}

.suggested_use_box .img {
    width: 20%;
}

.suggested_use_box .num {
    width: 15%;
    font-size: 400%;
    color: #96591d;
}

.suggested_use_box .title {
    width: 60%;
    color: #fff;
    padding: 0 10px;
}

.suggested_use_box .img img {
    width: 100%;
}

.suggested_use_box.reverse {
    flex-direction: row-reverse;
}

.suggested_use_box.reverse .title {
    text-align: right;
}

.suggested_use_mid {
    padding: 30px;
    text-align: center;
    background-color: #cbc090;
    border-radius: 50px;
    width: 120%;
    margin-left: -10%;
}

.suggested_use_mid .title {
    font-size: 300%;
    line-height: 1;
}

/*//suggested use*/

/*//home*/

/*contact*/

.contact_sec {
    position: relative;
    margin-top: -200px;
    z-index: 2;
}

.contact_main_box {
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
}

.contact_map iframe {
    width: 100%;
    height: 400px;
}


.form-control {
    border: 1px solid #eee;
    height: 50px;
    font-size: 100%;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: none;
}

textarea.form-control {
    height: 125px;
    resize: none;
}

.form-control:focus {
    border-color: #ddd;
    box-shadow: none;
}

.contact_wrap {
    /* display: -webkit-flex; */
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.contact_box {
    /* width: calc(100%/3); */
    /* text-align: center; */
    /* padding: 15px 0; */
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.contact_box:nth-child(2) {
    /* border-right: 1px solid #eee; */
    /* border-left: 1px solid #eee; */
}

.contact_box .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #e04646;
    font-size: 150%;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #e04646;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.contact_box .title {
    font-size: 110%;
    text-transform: capitalize;
    font-weight: 600;
    /* margin-left: 15px; */
}

.contact_box .content {
    width: calc(100% - 75px);
    margin-left: 15px;
}

.contact_sec_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact_sec_wrap .contact_box {
    background-color: #fff;
    width: 300px;
    margin: 0 10px;
    display: block;
    text-align: center;
    padding: 15px;
}

.contact_sec_wrap .contact_box .content {
    margin-left: 0;
    width: 100%;
}

.contact_section .section_title {
    font-size: 150%;
}

.download_app_btn {
    margin-bottom: 30px;
}

.contact_sec_wrap .contact_box .icon {
    margin-bottom: 15px;
}

/*//contact*/

/* footer */

.footer {
    background-color: #d5f2e3;
    /* color: #fff; */
}

.footer a {
    color: #000;
}

.footer_box {
    padding: 50px 0;
}

.footer_box &gt; .title {
    font-size: 250%;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-align: center;
}

/*
.footer_box .icon_list li {
    padding-left: 0;
}
*/

.footer_box .icon_list li::before {
    content: '\f105';
}

.footer_box .contact_box {
    padding: 0;
    margin-bottom: 15px;
}

.footer_box .contact_box .icon {
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 35px;
    font-size: 120%;
    margin: 0;
}

.footer_logo {
    margin-bottom: 15px;
}

.footer_box .contact_box img {
    height: 40px;
    margin-bottom: 10px;
}

.footer_box .contact_box p {
    font-size: 90%;
}

#copyright {
    background-color: #fff;
}

#copyright p {
    text-align: center;
    padding: 20px 0;
    color: #000;
}

#copyright a {
    color: #000;
}

.copy_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.payment_box img {
    height: 40px;
    margin-left: 5px;
    display: inline-block;
}

.contact_wrap {
    display: flex;
    flex-wrap: wrap;
}

.footer_box .contact_box {width: calc(100%/3);text-align: center;display: block;}

.footer_logo img {
    height: 60px;
    display: inline-block;
}

.footer_logo {
    text-align: center;
    margin-bottom: 20px;
}

.social_links a img {
    height: 40px;
}

.social_links a {
    display: inline-block;
    margin: 0 5px;
}

.social_links {
    text-align: center;
}

.footer_box .web_subtitle {
    margin: 20px 0 30px;
}

.footer_box.has_border {
    border-left: 2px dashed #999;
}

/* footer */

/* footer */

#copyright {
    background-color: #e04646;
}

#copyright p {
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

#copyright a {
    color: #fff;
}

/* footer */

/*shapes*/

.blue_rect_shape {
    position: absolute;
    top: 0;
    left: 5%;
    transform: translateY(-50%);
}

.green_rect_shape {
    position: absolute;
    bottom: 0;
    right: 10%;
}

.pink_rect_shape {
    position: absolute;
    right: 5%;
    top: 20%;
}

.khaki_rect_shape {
    position: absolute;
    top: 0;
    left: 10%;
    transform: translateY(-30%);
}

.yellow_green_rect_shape {
    position: absolute;
    right: 15%;
    top: 5%;
}

.big_pink_rect_shape {
    position: absolute;
    top: 0;
    left: 5%;
    transform: translateY(-80%);
    width: 100px;
}

.big_pink_rect_shape img {
    width: 100%;
}

.small_blue_rect_shape {
    position: absolute;
    right: 15%;
    top: 0;
    transform: translateY(-50%);
}

.small_green_rect_shape {
    position: absolute;
    left: 10%;
    bottom: 10%;
}

.character_1 {
    position: absolute;
    right: -200px;
    z-index: 9;
    transition: all 2s;
}

.character_1 img {
    width: 200px;
}

.character_2 {
    position: absolute;
    left: -300px;
    z-index: 9;
    top: 100px;
    transition: all 2s;
}

.character_2 img {
    width: 300px;
}

.character_2_mt {
    margin-top: 200px;
}

.slide_in_left {
    right: 0;
    animation-duration: 1s;
    animation-name: slide_in_left;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes slide_in_left {
    from {
        transform: translateY(10px);
    }

    to {
        transform: translateY(-10px);
    }
}

.slide_in_right {
    left: 0;
    animation-duration: 1s;
    animation-name: slide_in_right;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes slide_in_right {
    from {
        transform: translateY(10px);
    }

    to {
        transform: translateY(-10px);
    }
}

.shake_1 {
    animation-duration: 4s;
    animation-name: shake_1;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform: rotate(0);
}

@keyframes shake_1 {
  10%, 90% {
    transform: rotate(-5deg);
  }

  20%, 80% {
    transform: rotate(5deg);
  }

  30%, 50%, 70% {
    transform: rotate(-10deg);
  }

  40%, 60% {
    transform: rotate(10deg);
  }
}


.shake_2 {
    animation-duration: 4s;
    animation-name: shake_2;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform: rotate(0);
}

@keyframes shake_2 {
  10%, 90% {
    transform: rotate(-5deg);
  }

  20%, 80% {
    transform: rotate(5deg);
  }

  30%, 50%, 70% {
    transform: rotate(-10deg);
  }

  40%, 60% {
    transform: rotate(10deg);
  }
}



.shake_3 {
    animation-duration: 4s;
    animation-name: shake_3;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform: rotate(0);
}

@keyframes shake_3 {
  10%, 90% {
    transform: rotate(-5deg);
  }

  20%, 80% {
    transform: rotate(5deg);
  }

  30%, 50%, 70% {
    transform: rotate(-10deg);
  }

  40%, 60% {
    transform: rotate(10deg);
  }
}



.shake_4 {
    animation-duration: 4s;
    animation-name: shake_4;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform: translateY(0);
}

@keyframes shake_4 {
  10%, 90% {
    transform: translateY(-5px);
  }

  20%, 80% {
    transform: translateY(5px);
  }

  30%, 50%, 70% {
    transform: translateY(-10px);
  }

  40%, 60% {
    transform: translateY(10px);
  }
}


/*//shapes*/</pre></body></html>