/*
Theme Name: Comet Capital
Theme URI: https://kofelatte.studio/portfolio/
Author: KofeLatte studio
Author URI: https://kofelatte.studio/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cometcapital
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
*/
::selection {
  background-color: #E1DED7; }

.header {
  width: 100%;
  height: 100%;
  max-height: 110px;
  padding: 33px 0;
  background-color: #E1DED7;
  position: fixed;
  z-index: 2;
  border-bottom: 1px solid #171717; }
  .header-body {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header-body .logo img {
      width: 220px;
      height: 40px; }
    .header-body .header-burger {
      display: none;
      position: relative;
      z-index: 3;
      width: 32px;
      height: 16px;
      cursor: pointer; }
      .header-body .header-burger::before, .header-body .header-burger::after {
        content: "";
        position: absolute;
        height: 2px;
        background-color: #171717;
        right: 5px;
        transition: all .2s ease 0s; }
      .header-body .header-burger::before {
        width: 100%;
        top: 0; }
      .header-body .header-burger::after {
        width: 22px;
        bottom: 0; }
      .header-body .header-burger span {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #171717;
        top: 7px;
        right: 5px;
        transition: all .1s ease 0s; }
      .header-body .header-burger.active::before {
        transform: rotate(45deg);
        top: 7px;
        background-color: #FFFFFF; }
      .header-body .header-burger.active::after {
        transform: rotate(-45deg);
        top: 7px;
        width: 32px;
        background-color: #FFFFFF; }
      .header-body .header-burger.active span {
        width: 0; }
    .header-body .header-menu ul {
      display: flex;
      margin: 0; }
      .header-body .header-menu ul li::before {
        display: none; }
      .header-body .header-menu ul li .header-link {
        color: #171717;
        font-size: 16px;
        font-weight: 600;
        padding: 0 27px;
        margin: -33px 0;
        height: 110px;
        display: flex;
        align-items: center;
        transition: .2s; }
        .header-body .header-menu ul li .header-link:hover {
          color: #171717;
          border-bottom: 5px solid #D43401; }
        .header-body .header-menu ul li .header-link.active {
          color: #171717;
          border-bottom: 5px solid #D43401; }

#about {
  background-color: #171717;
  overflow: hidden; }
  #about .about-content {
    display: flex; }
    #about .about-content .text-box {
      color: #FFFFFF;
      width: 100%;
      max-width: 1130px;
      min-width: 600px;
      padding: 150px 70px 80px 0; }
    #about .about-content .image-box {
      margin-right: -180px; }
      #about .about-content .image-box img {
        width: 100%;
        min-width: 790px;
        height: 100%; }

#contactForm .contact-content {
  background-color: #FFFFFF;
  padding: 70px 80px;
  margin-top: 120px; }
  #contactForm .contact-content h2,
  #contactForm .contact-content .title_2 {
    text-align: center;
    margin-bottom: 50px; }
    #contactForm .contact-content h2::before,
    #contactForm .contact-content .title_2::before {
      display: none; }
  #contactForm .contact-content .template-form .input-row {
    display: flex; }

#mainScreen {
  margin-bottom: 120px;
  overflow: hidden; }
  #mainScreen .row {
    position: relative; }
    #mainScreen .row img {
      width: 100%;
      margin-bottom: 54px; }
    #mainScreen .row h1,
    #mainScreen .row .title_1 {
      position: absolute;
      top: 50%;
      transform: translate(0, -80%); }
  #mainScreen .text-box {
    margin-left: 10px; }
    #mainScreen .text-box h2::before,
    #mainScreen .text-box .title_2::before {
      display: none; }
    #mainScreen .text-box p {
      margin-bottom: 0;
      padding-bottom: 70px;
      border-bottom: 1px solid #757575; }

#countries {
  background-color: #171717; }
  #countries .countries-content {
    padding: 150px 0 100px; }
    #countries .countries-content h2,
    #countries .countries-content .title_2 {
      color: #FFFFFF; }
    #countries .countries-content .nav.nav-tabs {
      border: none;
      width: 100%;
      max-width: 860px;
      display: flex;
      justify-content: space-between;
      margin-bottom: 70px; }
      #countries .countries-content .nav.nav-tabs .nav-item .nav-link {
        border: none;
        border-bottom: 2px solid transparent;
        padding: 0;
        color: #757575;
        font-size: 40px; }
        #countries .countries-content .nav.nav-tabs .nav-item .nav-link.active {
          background-color: transparent;
          color: #D43401;
          border-bottom: 2px solid #D43401; }
          #countries .countries-content .nav.nav-tabs .nav-item .nav-link.active:hover {
            border-bottom: 2px solid #D43401; }
        #countries .countries-content .nav.nav-tabs .nav-item .nav-link:hover {
          border: none;
          border-bottom: 2px solid #757575; }
      #countries .countries-content .nav.nav-tabs .nav-item::before {
        display: none; }
    #countries .countries-content .tab-content .tab-pane .country {
      position: relative;
      display: flex;
      align-items: center;
      margin-bottom: 48px;
      color: #FFFFFF; }
      #countries .countries-content .tab-content .tab-pane .country a .image-box {
        margin-right: 46px;
        position: relative; }
        #countries .countries-content .tab-content .tab-pane .country a .image-box img {
          width: 100%;
          min-width: 465px;
          max-width: 465px;
          transition: .2s; }
        #countries .countries-content .tab-content .tab-pane .country a .image-box::after {
          content: "";
          position: absolute;
          background: url(assets/img/zoom-icon.svg) no-repeat;
          background-size: contain;
          bottom: 0;
          right: 0;
          width: 50px;
          height: 50px; }
      #countries .countries-content .tab-content .tab-pane .country a:hover .image-box img {
        filter: brightness(60%);
        -webkit-filter: brightness(60%); }
      #countries .countries-content .tab-content .tab-pane .country .text-box p {
        margin-bottom: 0; }
      #countries .countries-content .tab-content .tab-pane .country::after {
        content: "";
        position: absolute;
        background-color: #757575;
        width: 100%;
        height: 1px;
        bottom: -24px;
        left: 0; }

#value {
  padding: 120px 0;
  background: url(assets/img/bg-2.jpg) no-repeat 0 0;
  background-size: cover; }
  #value .value-content .image-box {
    width: 100%;
    max-width: 1003px;
    height: auto;
    margin: 0 auto; }
    #value .value-content .image-box img {
      width: 100%;
      height: auto; }

#business {
  overflow: hidden;
  background-color: #FFFFFF; }
  #business .business-content {
    padding: 140px 0;
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto; }
    #business .business-content .title-box {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      height: auto;
      position: relative; }
      #business .business-content .title-box .text-box {
        margin: 0 Min(7vw, 100px) 0 20px; }
        #business .business-content .title-box .text-box h2,
        #business .business-content .title-box .text-box .title_2 {
          width: 100%;
          max-width: 445px;
          min-width: 445px; }
        #business .business-content .title-box .text-box h3,
        #business .business-content .title-box .text-box .title_3 {
          width: 100%;
          max-width: 385px;
          min-width: 385px;
          margin-bottom: 0; }
      #business .business-content .title-box img {
        width: 100%;
        max-width: 900px;
        min-width: 730px;
        height: auto;
        position: absolute;
        bottom: -140px;
        right: 0;
        z-index: 1; }
    #business .business-content .activities {
      background-color: #B5956C;
      margin: -140px -165px -140px 0;
      padding: 150px 200px 0 Min(7vw, 160px);
      color: #FFFFFF; }
      #business .business-content .activities-item {
        display: flex;
        align-items: center;
        height: 110px;
        margin: auto 0;
        position: relative;
        width: 100%; }
        #business .business-content .activities-item h3,
        #business .business-content .activities-item .title_3 {
          margin-bottom: 0; }
        #business .business-content .activities-item img {
          width: 40px;
          height: auto;
          margin-right: 70px; }
        #business .business-content .activities-item::before {
          content: "";
          position: absolute;
          width: 100vw;
          height: 1px;
          background-color: #FFFFFF;
          top: 0;
          left: -135px; }
      #business .business-content .activities .strategy {
        margin: 0 0 150px; }

.static-page h1,
.static-page .title_1 {
  font-size: 90px; }

.static-page h2::before,
.static-page .title_2::before {
  display: none; }

.markup-link {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 15px;
  background-color: #D43401;
  color: #FFFFFF;
  font-weight: 700;
  transition: .2s;
  z-index: 2; }
  .markup-link:hover {
    text-decoration: none;
    color: #171717;
    background-color: #E1DED7; }

.home-link {
  font-size: 150px;
  font-family: "Sen-Regular";
  font-weight: 700;
  line-height: 1;
  padding: 170px 0; }

.colors {
  display: flex;
  align-items: flex-start;
  margin-bottom: 70px;
  padding: 70px 0 0; }
  .colors div {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .colors .primary {
    background-color: #D43401; }
  .colors .secondary {
    background-color: #E1DED7; }
  .colors .black {
    background-color: #171717;
    color: #FFFFFF; }
  .colors .gray {
    background-color: #757575; }
  .colors .white {
    background-color: #FFFFFF; }

.headlines {
  text-align: end; }

.headlines-styles p {
  max-width: 700px; }

h1,
.title_1,
h2,
.title_2,
h3,
.title_3 {
  font-family: "Sen-Regular";
  font-weight: 700;
  line-height: 1.3; }

h1,
.title_1 {
  font-size: 150px;
  color: #D43401; }

h2,
.title_2 {
  margin-bottom: 50px;
  font-size: 50px;
  position: relative; }
  h2::before,
  .title_2::before {
    content: "";
    position: absolute;
    width: 108px;
    height: 1px;
    top: -40px;
    left: 0;
    background-color: #D43401; }

h3,
.title_3,
h4,
.title_4 {
  font-size: 20px;
  font-family: "Gilroy-Regular";
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: uppercase; }

h4,
.title_4 {
  text-transform: none; }

p {
  margin-bottom: 20px; }

b,
strong {
  font-weight: 700; }

a {
  text-decoration: none;
  color: #D43401;
  transition: .2s;
  cursor: pointer; }
  a:hover {
    color: #D43401;
    text-decoration: underline; }

.lists {
  display: flex; }

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

ul {
  margin-right: 50px; }
  ul li {
    list-style: none;
    position: relative; }
    ul li::before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      background-color: #D43401;
      border-radius: 50%;
      top: 10px;
      left: -20px; }

input,
textarea {
  width: 100%;
  margin: 0 0 24px;
  padding: 27px 21px 29px;
  border: 1px solid #171717;
  border-radius: 0; }
  input:focus,
  textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #D43401; }

input {
  max-width: 460px;
  height: 70px;
  margin-right: 24px; }
  input:last-child {
    margin-right: 0; }

textarea {
  height: 150px; }

.wpcf7-not-valid {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 460px;
  margin-right: 24px; }
  .wpcf7-not-valid input {
    border: 1px solid #D43401;
    margin-bottom: 0; }
    .wpcf7-not-valid input::placeholder {
      color: #D43401; }
  .wpcf7-not-valid-tip {
    color: #D43401;
    font-size: 14px; }

.btn,
.btn-primary,
input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
  padding: 18px 80px;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  background-color: #D43401;
  border-radius: 0;
  border: none;
  border-color: transparent;
  transition: .2s; }
  .btn:hover, .btn:focus, .btn:active,
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active {
    border-color: transparent;
    outline: none;
    box-shadow: none;
    background-color: #171717;
    color: #FFFFFF; }

.footer {
  padding: 120px 0 0; }
  .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    position: relative; }
    .footer-row .logo img {
      width: 220px;
      height: 40px; }
    .footer-row::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #757575; }
    .footer-row a {
      color: #171717; }

img.alignleft, img.alignright,
figure.alignleft,
figure.alignright {
  max-width: 49%; }

img.alignleft,
figure.alignleft {
  margin: 0 30px 25px 0;
  float: left; }

img.alignright,
figure.alignright {
  margin: 0 0 25px 30px;
  float: right; }

img.aligncenter,
figure.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 100%; }

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 120px;
  padding: 16px 0;
  position: relative; }
  .wp-pagenavi .extend {
    margin: 0 13px; }
  .wp-pagenavi .current {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    padding: 0;
    margin: 0 13px; }
  .wp-pagenavi a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 13px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    transition: .2s; }
  .wp-pagenavi .previouspostslink {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='26' viewBox='0 0 14 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13L13 25' stroke='%23525252'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center; }
  .wp-pagenavi .nextpostslink {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='26' viewBox='0 0 14 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 25L13 13L1 0.999999' stroke='%23525252'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center; }
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    display: none; }

.wp-pagenavi .extend:nth-child(4) {
  display: none; }

body,
html {
  width: 100%;
  height: 100%;
  color: #212121;
  font-size: 18px;
  line-height: 30px;
  font-family: "Gilroy-Regular";
  background: url(assets/img/bg-1.jpg) repeat;
  background-size: cover; }

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 110px; }

.picture img {
  height: auto;
  display: block;
  width: 100%; }

/* === BEGIN MEDIA === */
/* ======================
$mobile-small 240px
$mobile-large 320px
$tablet-small 480px
$tablet-large 768px
$screen-small 1024px
$screen-large 1280px 
====================== */
@media screen and (max-width: 1330px) {
  .home #mainScreen .row h1,
  .home #mainScreen .row .title_1 {
    font-size: 100px;
    transform: translate(0, -65%); }
  .home #value .value-row {
    align-items: flex-start;
    margin: 0 -10px; }
    .home #value .value-row-item {
      padding: 0 10px; }
      .home #value .value-row-item:nth-child(1) {
        order: 1; }
      .home #value .value-row-item:nth-child(2) {
        order: 0;
        width: 100%;
        margin-bottom: 40px; }
      .home #value .value-row-item:nth-child(3) {
        order: 3; }
      .home #value .value-row-item:nth-child(4) {
        order: 2; } }

@media screen and (max-width: 1199px) {
  .home #mainScreen .row h1,
  .home #mainScreen .row .title_1 {
    transform: translate(0, -90%); }
  .home #countries .countries-content .tab-content .tab-pane .country {
    align-items: flex-start; }
  .home #value .value-row {
    align-items: center;
    margin: 0; }
    .home #value .value-row-item {
      padding: 0;
      width: 100%;
      margin-bottom: 20px; }
    .home #value .value-row .text-box {
      background: rgba(189, 165, 132, 0.21);
      border-radius: 24px;
      padding: 50px 0 30px 35px;
      width: 100%;
      max-width: 600px;
      min-width: 320px;
      margin: 0 auto; }
  .home #business .business-content {
    flex-wrap: wrap;
    padding: 0; }
    .home #business .business-content .title-box {
      padding: 140px 20px; }
      .home #business .business-content .title-box .text-box {
        margin: 0; }
      .home #business .business-content .title-box img {
        max-width: 500px;
        min-width: 500px;
        bottom: 0;
        z-index: 0; }
    .home #business .business-content .activities {
      margin: 0;
      padding: 70px 20px 0; }
      .home #business .business-content .activities-item::before {
        left: -20px; }
      .home #business .business-content .activities .strategy {
        margin: 0 0 70px; } }

@media screen and (max-width: 991px) {
  body.lock {
    overflow: hidden; }
  .wrapper {
    padding-top: 80px; }
  .header {
    max-height: 80px;
    padding: 17px 0; }
    .header-body .header-burger {
      display: block; }
    .header-body .header-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      background-color: #B5956C;
      display: none; }
      .header-body .header-menu ul {
        overflow: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 120px 0 60px;
        position: relative; }
        .header-body .header-menu ul::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 1px;
          background-color: #FFFFFF;
          top: 80px;
          left: 0; }
        .header-body .header-menu ul li::before {
          display: none; }
        .header-body .header-menu ul li .header-link {
          color: #FFFFFF;
          font-size: 16px;
          color: #FFFFFF;
          font-size: 16px;
          font-weight: 600;
          padding: 0;
          margin: 13px 0;
          height: auto; }
          .header-body .header-menu ul li .header-link:hover {
            background-color: transparent;
            color: #171717;
            border-bottom: none; }
          .header-body .header-menu ul li .header-link.active {
            background-color: transparent;
            color: #171717;
            border-bottom: none; }
      .header-body .header-menu.active {
        display: block; }
  .footer-row {
    flex-direction: column;
    text-align: center; }
    .footer-row .logo {
      margin-bottom: 15px; }
  .home #about .about-content .text-box {
    min-width: 500px;
    padding: 120px 25px 120px 0; }
  .home #contactForm .contact-content .template-form .input-row {
    display: flex;
    flex-wrap: wrap; }
  .home #contactForm .contact-content .template-form input {
    max-width: 100%;
    margin-right: 0; }
  .home #contactForm .contact-content .template-form .wpcf7-not-valid {
    max-width: 100%;
    margin-right: 0; }
  .home #mainScreen {
    margin-bottom: 80px; }
    .home #mainScreen .row img {
      width: 105vw;
      margin-left: -25px; }
    .home #mainScreen .row h1,
    .home #mainScreen .row .title_1 {
      max-width: 400px;
      transform: translate(0, -75%); }
    .home #mainScreen .text-box {
      margin: 0; }
      .home #mainScreen .text-box p {
        padding-bottom: 30px; }
  .home #countries .countries-content .tab-content .tab-pane .country {
    flex-wrap: wrap;
    margin-bottom: 48px; }
    .home #countries .countries-content .tab-content .tab-pane .country a {
      margin-bottom: 30px;
      width: 100%; }
      .home #countries .countries-content .tab-content .tab-pane .country a .image-box {
        margin-right: 0;
        position: relative; }
        .home #countries .countries-content .tab-content .tab-pane .country a .image-box img {
          width: 100%;
          min-width: 100%;
          max-width: 100%;
          transition: .2s; }
        .home #countries .countries-content .tab-content .tab-pane .country a .image-box::after {
          content: "";
          position: absolute;
          background: url(assets/img/zoom-icon.svg) no-repeat;
          background-size: contain;
          bottom: 0;
          right: 0;
          width: 50px;
          height: 50px; }
      .home #countries .countries-content .tab-content .tab-pane .country a:hover .image-box img {
        filter: brightness(60%);
        -webkit-filter: brightness(60%); }
    .home #countries .countries-content .tab-content .tab-pane .country .text-box p {
      margin-bottom: 0; }
    .home #countries .countries-content .tab-content .tab-pane .country::after {
      content: "";
      position: absolute;
      background-color: #757575;
      width: 100%;
      height: 1px;
      bottom: -24px;
      left: 0; } }

@media screen and (max-width: 767px) {
  body {
    font-size: 16px; }
  h1,
  .title_1 {
    font-size: 50px; }
  h2,
  .title_2 {
    margin-bottom: 20px;
    font-size: 28px; }
    h2::before,
    .title_2::before {
      top: -16px; }
  h3,
  .title_3 {
    margin-bottom: 20px;
    font-size: 18px; }
  .footer {
    padding: 70px 0 0; }
  .home #contactForm .contact-content {
    margin-top: 70px;
    padding: 40px 20px; }
    .home #contactForm .contact-content h2,
    .home #contactForm .contact-content .title_2 {
      margin-bottom: 30px; }
  .home #about .about-content {
    flex-wrap: wrap; }
    .home #about .about-content .text-box {
      min-width: 100%;
      padding: 80px 0 40px; }
    .home #about .about-content .image-box {
      margin: 0; }
      .home #about .about-content .image-box img {
        width: 100%;
        min-width: 105vw;
        margin-left: -25px; }
  .home #mainScreen .row h1,
  .home #mainScreen .row .title_1 {
    font-size: 50px;
    max-width: 180px;
    transform: translate(0, -90%); }
  .home #mainScreen .text-box h2::before,
  .home #mainScreen .text-box .title_2::before {
    display: none; }
  .home #countries .countries-content {
    padding: 80px 0 50px; }
    .home #countries .countries-content .nav.nav-tabs {
      max-width: 310px;
      margin-bottom: 40px; }
      .home #countries .countries-content .nav.nav-tabs .nav-item .nav-link {
        font-size: 18px; }
        .home #countries .countries-content .nav.nav-tabs .nav-item .nav-link.active {
          border-bottom: 1px solid #D43401; }
          .home #countries .countries-content .nav.nav-tabs .nav-item .nav-link.active:hover {
            border-bottom: 1px solid #D43401; }
        .home #countries .countries-content .nav.nav-tabs .nav-item .nav-link:hover {
          border-bottom: 1px solid #757575; }
  .home #value {
    padding: 70px 0; }
    .home #value .value-row-item .image-box h2,
    .home #value .value-row-item .image-box .title_2 {
      font-size: 28px; }
    .home #value .value-row-item .text-box {
      min-width: 300px; }
    .home #value .value-row-item:nth-child(3) {
      margin-bottom: 0; }
  .home #business .business-content .title-box {
    padding: 80px 20px;
    margin: 0 0 300px; }
    .home #business .business-content .title-box .text-box {
      margin: 0; }
    .home #business .business-content .title-box img {
      max-width: 574px;
      min-width: 0;
      bottom: -300px;
      z-index: 0; } }

@media screen and (max-width: 574px) {
  .home #business .business-content .title-box {
    margin: 0 0 270px; }
    .home #business .business-content .title-box .text-box {
      margin: 0; }
    .home #business .business-content .title-box img {
      bottom: -270px; }
  .home #business .business-content .activities-item img {
    margin-right: 30px; } }

@media screen and (max-width: 374px) {
  .header {
    padding: 22px 0; }
    .header-body .logo img {
      width: 190px;
      height: 30px; } }

/* === END MEDIA === */

/*# sourceMappingURL=style.css.map */
