
/* line 27 : C:\xampp_new\htdocs\mg\fira\assets\stylus\style.styl */

/* line 1 : C:\xampp_new\htdocs\mg\node_modules\stylus\lib\functions\index.styl */

/* line 297 : C:\xampp_new\htdocs\mg\node_modules\stylus\lib\functions\index.styl */

/* line 4 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_vars.styl */

/* line 54 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_vars.styl */

/* line 1 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_functions.styl */

/* line 189 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_functions.styl */

/* line 1 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_fonts.styl */
@font-face {
  font-family: 'Frutiger LT W01 45 Light';
  font-weight: 'light';
  font-style: normal;
  src: url("../fonts/frutiger/frutiger-light.eot");
  src: url("../fonts/frutiger/frutiger-light.eot?#iefix") format('embedded-opentype'), url("../fonts/frutiger/frutiger-light.woff") format('woff'), url("../fonts/frutiger/frutiger-light.otf") format('opentype'), url("../fonts/frutiger/frutiger-light.svg#frutiger/frutiger-light") format('svg');
}
@font-face {
  font-family: 'Frutiger LT W01 55 Roman';
  font-weight: 'normal';
  font-style: normal;
  src: url("../fonts/frutiger/frutiger-regular.eot");
  src: url("../fonts/frutiger/frutiger-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/frutiger/frutiger-regular.woff") format('woff'), url("../fonts/frutiger/frutiger-regular.otf") format('opentype'), url("../fonts/frutiger/frutiger-regular.svg#frutiger/frutiger-regular") format('svg');
}
@font-face {
  font-family: 'Frutiger LT W01 65 Bold';
  font-weight: 'bold';
  font-style: normal;
  src: url("../fonts/frutiger/frutiger-bold.eot");
  src: url("../fonts/frutiger/frutiger-bold.eot?#iefix") format('embedded-opentype'), url("../fonts/frutiger/frutiger-bold.woff") format('woff'), url("../fonts/frutiger/frutiger-bold.otf") format('opentype'), url("../fonts/frutiger/frutiger-bold.svg#frutiger/frutiger-bold") format('svg');
}

/* line 19 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_fonts.styl */

/* line 19 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_reset.styl */

/* line 1 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_reset.styl */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 22 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_reset.styl */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 26 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_reset.styl */
body {
  line-height: 1;
}

/* line 29 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_reset.styl */
ol,
ul {
  list-style: none;
}

/* line 32 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_reset.styl */
blockquote,
q {
  quotes: none;
}

/* line 35 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_reset.styl */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 40 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_reset.styl */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 42 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_reset.styl */

/* line 4 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */

/* line 6 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
.header {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: rgba(31,26,23,0.9);
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media (min-width: 1024px) {

/* line 13 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
  .header {
    position: absolute;
  }
}

/* line 17 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
@media (min-width: 1024px) {

/* line 18 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
  .header.sticky {
    -webkit-animation: sticky 0.6s ease forwards;
            animation: sticky 0.6s ease forwards;
    position: fixed;
  }
}

/* line 36 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
.header--top {
  background-color: #fff;
  padding: 0 20px;
}
@media (max-width: 1023px) {

/* line 40 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
  .header--top {
    display: none;
  }
}

/* line 52 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
.header--top---wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  max-width: 1440px;
}

/* line 67 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
.header--wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}

/* line 83 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
.header--logo {
  padding: 14px 0;
}
@media (max-width: 1023px) {

/* line 86 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
  .header--logo {
    text-align: center;
    width: 100%;
  }

/* line 90 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
  .header--logo img {
    width: 180px;
  }
}
@media (min-width: 1024px) {

/* line 94 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
  .header--logo {
    max-width: 250px;
  }
}

/* line 105 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
@media (max-width: 1023px) {

/* line 106 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
  .header--menu---wrap {
    left: 0;
    position: absolute;
    top: 81px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
    transition: 0.7s cubic-bezier(1, 0, 0, 1);
    width: 100%;
  }

/* line 114 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
  .header--menu---wrap.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 1024px) {

/* line 118 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
  .header--menu---wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 132 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
.header--hamburguer {
  position: absolute;
  left: 20px;
}
@media (min-width: 1024px) {

/* line 136 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
  .header--hamburguer {
    display: none;
  }
}

/* line 24 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */

/* line 24 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
@-webkit-keyframes sticky {

/* line 25 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

/* line 27 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
  100% {
    -webkit-transform: translateY(-33px);
            transform: translateY(-33px);
  }
}

/* line 24 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */

/* line 24 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
@keyframes sticky {

/* line 25 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

/* line 27 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */
  100% {
    -webkit-transform: translateY(-33px);
            transform: translateY(-33px);
  }
}

/* line 137 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_header.styl */

/* line 4 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_footer.styl */

/* line 6 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_footer.styl */
.footer {
  background-color: #353535;
  padding: 50px 0 0;
}

/* line 15 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_footer.styl */
.footer--logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px 0;
  position: relative;
}

/* line 22 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_footer.styl */
@media (min-width: 1200px) {

/* line 24 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_footer.styl */
  .footer--logo:after,
  .footer--logo:before {
    background-color: #404040;
    content: '';
    height: 100%;
    position: absolute;
    right: 80px;
    top: 0;
    width: 1px;
  }
}

/* line 33 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_footer.styl */
.footer--logo:before {
  background-color: #262626;
  right: 79px;
}

/* line 41 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_footer.styl */

/* line 42 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_footer.styl */

/* line 43 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_footer.styl */
.footer--main .row > div {
  padding: 16px;
}
@media (min-width: 768px) and (max-width: 992px) {

/* line 47 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_footer.styl */
  .footer--main .row > div:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

/* line 50 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_footer.styl */
  .footer--main .row > div:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/* line 57 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_footer.styl */
.footer--copyright {
  font-size: 12px;
}

/* line 62 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_footer.styl */
.footer--line-top {
  position: relative;
  margin-top: 30px;
  padding: 20px 0;
}

/* line 67 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_footer.styl */
.footer--line-top:after,
.footer--line-top:before {
  background-color: #404040;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 77 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_footer.styl */
.footer--line-top:before {
  background-color: #262626;
  top: 1px;
}

/* line 79 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_footer.styl */

/* line 79 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */

/* line 1 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

/* line 5 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.container {
  max-width: 1440px;
}

/* line 9 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 26 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.row .row {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 640px) {

/* line 31 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */

/* line 32 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */

/* line 33 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .row div[class^="col-"]:first-child {
    padding-left: 0;
  }

/* line 36 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .row div[class^="col-"]:last-child {
    padding-right: 0;
  }
}

/* line 40 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

/* line 59 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

/* line 69 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

/* line 75 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

/* line 81 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

/* line 87 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

/* line 93 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

/* line 99 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

/* line 105 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

/* line 111 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

/* line 117 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

/* line 123 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

/* line 129 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

/* line 135 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

/* line 141 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-offset-1 {
  margin-left: 8.333%;
}

/* line 145 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-offset-2 {
  margin-left: 16.667%;
}

/* line 149 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 153 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-offset-4 {
  margin-left: 33.333%;
}

/* line 157 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-offset-5 {
  margin-left: 41.667%;
}

/* line 161 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 165 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-offset-7 {
  margin-left: 58.333%;
}

/* line 169 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-offset-8 {
  margin-left: 66.667%;
}

/* line 173 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 177 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-offset-10 {
  margin-left: 83.333%;
}

/* line 181 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
.col-xs-offset-11 {
  margin-left: 91.667%;
}
@media only screen and (min-width: 48em) {

/* line 190 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

/* line 209 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

/* line 219 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

/* line 225 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

/* line 231 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

/* line 237 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

/* line 243 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

/* line 249 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

/* line 255 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

/* line 261 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

/* line 267 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

/* line 273 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

/* line 279 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

/* line 285 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

/* line 291 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

/* line 295 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

/* line 299 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

/* line 303 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

/* line 307 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

/* line 311 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

/* line 315 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

/* line 319 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

/* line 323 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

/* line 327 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

/* line 331 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
}
@media only screen and (min-width: 62em) {

/* line 340 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

/* line 359 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

/* line 369 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

/* line 375 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

/* line 381 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

/* line 387 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

/* line 393 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

/* line 399 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

/* line 405 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

/* line 411 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

/* line 417 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

/* line 423 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

/* line 429 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

/* line 435 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

/* line 441 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-offset-1 {
    margin-left: 8.333%;
  }

/* line 445 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-offset-2 {
    margin-left: 16.667%;
  }

/* line 449 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-offset-3 {
    margin-left: 25%;
  }

/* line 453 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-offset-4 {
    margin-left: 33.333%;
  }

/* line 457 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-offset-5 {
    margin-left: 41.667%;
  }

/* line 461 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-offset-6 {
    margin-left: 50%;
  }

/* line 465 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-offset-7 {
    margin-left: 58.333%;
  }

/* line 469 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-offset-8 {
    margin-left: 66.667%;
  }

/* line 473 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-offset-9 {
    margin-left: 75%;
  }

/* line 477 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-offset-10 {
    margin-left: 83.333%;
  }

/* line 481 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
}
@media only screen and (min-width: 75em) {

/* line 490 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

/* line 509 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

/* line 519 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

/* line 525 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

/* line 531 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

/* line 537 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

/* line 543 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

/* line 549 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

/* line 555 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

/* line 561 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

/* line 567 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

/* line 573 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

/* line 579 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

/* line 585 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

/* line 591 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

/* line 595 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

/* line 599 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

/* line 603 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

/* line 607 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

/* line 611 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

/* line 615 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

/* line 619 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

/* line 623 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

/* line 627 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

/* line 631 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
}

/* line 632 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_grid.styl */

/* line 2 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_extends.styl */

/* line 3 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_extends.styl */
.img-responsive,
.item-service-list--image img,
.item-banner-big--image img {
  height: auto;
  width: 100%;
}

/* line 9 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_extends.styl */
.img-max-responsive,
.item-banner-big--float-image img,
.item-news--image img {
  height: auto;
  max-width: 100%;
}

/* line 16 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_extends.styl */
.txt-center,
.card-center {
  text-align: center;
}

/* line 23 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_extends.styl */
.flex,
.card-grid ul,
.card-grid--two-cols ul,
.card-grid--three-cols ul,
.card-grid--four-cols ul,
.card-grid--five-cols ul,
.card-grid--service-list ul,
.card-grid--news-list ul,
.card-grid--icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 24 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_extends.styl */

/* line 24 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */

/* line 1 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 4 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */
html {
  height: 100%;
}

/* line 11 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */
body {
  color: #7f7f7f;
  font-family: 'Asap', Tahoma, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* line 19 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */
body.no-scroll {
  overflow: hidden;
}

/* line 23 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */
a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

/* line 31 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */
a[href^="tel:"] {
  cursor: default;
}

/* line 35 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */
p {
  line-height: 1.5;
}

/* line 40 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */
strong,
b {
  font-weight: 700;
}

/* line 44 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */
em,
i {
  font-style: italic;
}

/* line 115 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_functions.styl */
::-moz-selection {
  background: #353535;
  color: #f3a723;
}
::selection {
  background: #353535;
  color: #f3a723;
}

/* line 119 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_functions.styl */
::-moz-selection {
  background: #353535;
  color: #f3a723;
}

/* line 52 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */
ol {
  counter-reset: item;
}

/* line 55 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */
ol li {
  display: block;
  line-height: 1.8;
}

/* line 59 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */
ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

/* line 63 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */
ol li ol {
  margin-top: 2px;
  margin-bottom: 40px;
}

/* line 67 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */
ol li ol li + li {
  margin: 21px 0 0;
}

/* line 74 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */
.disabled {
  cursor: default;
  pointer-events: none;
}

/* line 76 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_base.styl */

/* line 3 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_headings.styl */

/* line 5 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_headings.styl */
h1 {
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1024px) {

/* line 10 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_headings.styl */
  h1 {
    font-size: 47px;
  }
}

/* line 17 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_headings.styl */
h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1024px) {

/* line 23 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_headings.styl */
  h2 {
    font-size: 50px;
  }
}

/* line 30 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_headings.styl */
h3 {
  font-size: 20px;
}
@media (min-width: 768px) {

/* line 33 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_headings.styl */
  h3 {
    font-size: 24px;
  }
}

/* line 40 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_headings.styl */
h4 {
  font-size: 17px;
}
@media (min-width: 768px) {

/* line 43 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_headings.styl */
  h4 {
    font-size: 19px;
  }
}

/* line 50 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_headings.styl */
h5 {
  color: #509e2f;
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 768px) {

/* line 55 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_headings.styl */
  h5 {
    font-size: 16px;
  }
}

/* line 56 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_headings.styl */

/* line 12 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_hamburguer.styl */

/* line 17 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_hamburguer.styl */
.menu-icon {
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
}

/* line 151 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_functions.styl */
.menu-icon,
.menu-icon:before,
.menu-icon:after {
  display: block;
  width: 26px;
  height: 2px;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  background-color: #f3a723;
}

/* line 165 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_functions.styl */
.menu-icon:before,
.menu-icon:after {
  position: absolute;
  content: "";
}

/* line 170 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_functions.styl */
.menu-icon:before {
  top: -6px;
}

/* line 173 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_functions.styl */
.menu-icon:after {
  top: 6px;
}

/* line 21 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_hamburguer.styl */
.navigation-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 25 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_hamburguer.styl */
.navigation-toggle .label {
  color: #474747;
  font-size: 14px;
  margin-left: 10px;
  -webkit-transform: translatey(1px);
          transform: translatey(1px);
}

/* line 31 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_hamburguer.styl */

/* line 32 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_hamburguer.styl */
.navigation-toggle.active .menu-icon {
  background-color: transparent;
}

/* line 185 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_functions.styl */
.navigation-toggle.active .menu-icon:before {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}

/* line 188 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_functions.styl */
.navigation-toggle.active .menu-icon:after {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

/* line 35 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_hamburguer.styl */
.navigation-toggle.active .menu-icon:before,
.navigation-toggle.active .menu-icon:after {
  background-color: #d78d0c;
}

/* line 37 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_hamburguer.styl */

/* line 4 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */

/* line 6 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */

/* line 9 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
@media (max-width: 1023px) {

/* line 10 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
  .menu--primary ul {
    background-color: rgba(31,26,23,0.9);
    display: inline-block;
    height: calc(100vh - 81px);
    max-width: 420px;
    padding: 0 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {

/* line 19 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
  .menu--primary ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 24 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */

/* line 25 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
@media (min-width: 1024px) {

/* line 26 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
  .menu--primary ul > li + li {
    margin-left: 30px;
  }
}

/* line 29 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
.menu--primary ul > li a {
  color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

/* line 34 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
.menu--primary ul > li a:hover {
  color: #f3a723;
}
@media (max-width: 1023px) {

/* line 37 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
  .menu--primary ul > li a {
    padding: 10px 0;
  }
}

/* line 43 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */

/* line 44 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
.menu--primary ul > li.current-menu-item a {
  color: #f3a723;
}

/* line 57 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
.menu--language {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  max-width: 250px;
}
@media (max-width: 1023px) {

/* line 61 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
  .menu--language {
    position: absolute;
    right: 10px;
  }
}

/* line 65 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
.menu--language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 69 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */

/* line 70 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
.menu--language ul li a {
  color: #fff;
  padding: 7px;
}

/* line 74 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */

/* line 75 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
.menu--language ul li.current-menu-item a {
  background-color: #f3a723;
  border-radius: 50%;
  color: #353535;
}

/* line 89 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */

/* line 90 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */

/* line 91 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
.menu--footer ul li {
  margin-top: 10px;
}

/* line 94 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
.menu--footer ul li a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

/* line 97 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */
.menu--footer ul li a:hover {
  color: #f3a723;
}

/* line 98 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_menu.styl */

/* line 3 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_buttons.styl */

/* line 5 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_buttons.styl */
.btn,
.btn--lighten {
  background-color: #131313;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 24px;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

/* line 14 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_buttons.styl */
.btn:after,
.btn--lighten:after {
  content: '›';
  margin-left: 7px;
}

/* line 19 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_buttons.styl */
.btn:hover,
.btn--lighten:hover {
  background-color: #2d2d2d;
}

/* line 24 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_buttons.styl */
.btn--lighten {
  background-color: #f3a723;
  color: #353535;
}

/* line 29 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_buttons.styl */
.btn--lighten:hover {
  background-color: #d78d0c;
}

/* line 34 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_buttons.styl */

/* line 35 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_buttons.styl */
.btn--back:after {
  display: none;
}

/* line 38 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_buttons.styl */
.btn--back:before {
  content: '‹';
  margin-right: 7px;
}

/* line 40 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_buttons.styl */

/* line 1 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */

/* line 4 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
::-webkit-input-placeholder {
  color: #969595;
  font-size: 13px;
}

/* line 6 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
:-moz-placeholder {
  color: #969595;
  font-size: 13px;
}

/* line 8 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
::-moz-placeholder {
  color: #969595;
  font-size: 13px;
}

/* line 10 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
:-ms-input-placeholder {
  color: #969595;
  font-size: 13px;
}

/* line 18 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
input {
  border: none;
  font: 14px 'Asap', Tahoma, sans-serif;
  outline: none;
}

/* line 23 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
input[type="submit"] {
  cursor: pointer;
}

/* line 34 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */

/* line 35 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
.form-newsletter--footer input {
  background-color: #404040;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px 18px;
  width: 100%;
}

/* line 42 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
.form-newsletter--footer input[type="submit"] {
  background-color: #f3a723;
  color: #000;
}

/* line 47 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
.form-newsletter--footer p {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* line 63 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
.form-contact {
  background: url("../img/map.jpg") center center;
  background-size: cover;
  font-size: 21px;
  padding: 100px 0;
}

/* line 69 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
.form-contact .container {
  max-width: 768px;
}

/* line 73 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */

/* line 74 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
@media (min-width: 768px) {

/* line 6 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_functions.styl */
  .form-contact form .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }

/* line 10 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_functions.styl */
  .form-contact form .row > *:first-child {
    padding-left: 0;
  }

/* line 13 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_functions.styl */
  .form-contact form .row > *:last-child {
    padding-right: 0;
  }
}

/* line 79 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
.form-contact input,
.form-contact select,
.form-contact textarea {
  background-color: #353535;
  border: none;
  color: #fff;
  margin-bottom: 20px;
  outline: none;
  padding: 12px 26px;
  width: 100%;
}

/* line 91 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */

/* line 92 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
.form-contact input[type="submit"] {
  background-color: #f3a723;
  color: #353535;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 100%;
}

/* line 100 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
.form-contact input[type="submit"]:hover {
  background-color: #353535;
  color: #f3a723;
}

/* line 105 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
.form-contact select {
  color: #969595;
  cursor: pointer;
}

/* line 110 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
.form-contact textarea {
  font: 14px 'Asap', Tahoma, sans-serif;
  height: 140px;
}

/* line 116 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
.form-contact--title {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

/* line 123 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
.form-contact--text {
  margin-bottom: 30px;
  text-align: center;
}

/* line 138 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */

/* line 140 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
.form-curriculum form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
}

/* line 145 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
.form-curriculum .submit {
  background-color: #fff;
  color: #353535;
  font-weight: 700;
  padding: 13px 12px;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

/* line 154 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
.form-curriculum .submit:hover {
  background-color: #353535;
  color: #f3a723;
}

/* line 170 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
input[type="file"],
.anexo {
  border: none;
  color: #fff;
  height: 0.1px;
  width: 0.1px;
  z-index: -1;
}

/* line 183 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
input[type="file"] + label,
.anexo + label {
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 42px;
  outline: none;
  padding: 0;
  position: relative;
  width: 100%;
}

/* line 195 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
input[type="file"] + label span,
.anexo + label span {
  color: transparent;
  display: none;
}

/* line 200 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
input[type="file"]:focus + label,
input[type="file"]:focus .button,
input[type="file"] + label:hover,
input[type="file"] .button:hover {
  background-color: #f3a723;
}

/* line 207 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
input[type="file"]:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

/* line 212 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */
input[type="file"] + label * {
  pointer-events: none;
}

/* line 213 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_forms.styl */

/* line 2 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_acordion.styl */

/* line 3 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_acordion.styl */

/* line 4 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_acordion.styl */
dl > dt {
  cursor: pointer;
  position: relative;
}

/* line 8 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_acordion.styl */
dl > dt:after {
  background: url("../img/arrow-acordion.svg") no-repeat 98% 50%;
  content: '';
  display: block;
  height: 32px;
  position: absolute;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 32px;
}

/* line 20 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_acordion.styl */

/* line 21 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_acordion.styl */
dl > dt:hover:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

/* line 24 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_acordion.styl */

/* line 25 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_acordion.styl */
dl > dt.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/* line 30 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_acordion.styl */
dl > dt a {
  text-decoration: none;
}

/* line 32 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_acordion.styl */
dl > dd {
  display: none;
}

/* line 42 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_acordion.styl */
.acordion--title {
  border: 1px solid #dfdfdf;
  font-family: fontExtra;
  padding: 20px 30px;
  position: relative;
  text-transform: uppercase;
}

/* line 49 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_acordion.styl */
.acordion--title:hover {
  text-decoration: underline;
}

/* line 50 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_acordion.styl */

/* line 3 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */

/* line 5 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */

/* line 6 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */
.tabs-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {

/* line 10 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */
  .tabs-list > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 14 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */
.tabs-content {
  position: relative;
}

/* line 18 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */

/* line 19 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */
.tabs-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 22 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */

/* line 23 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */

/* line 24 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */
.footer .tabs-list ul li + li {
  margin-left: 60px;
  position: relative;
}

/* line 28 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */
.footer .tabs-list ul li + li:before {
  background-color: #ccc;
  content: '';
  position: absolute;
  left: -30px;
  height: 17px;
  top: 6px;
  width: 1px;
}

/* line 37 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */

/* line 38 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */
.footer .tabs-list ul li a {
  color: #ccc;
  font-family: fontExtra;
  line-height: 2;
  position: relative;
  text-transform: uppercase;
}

/* line 45 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */

/* line 46 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */
.footer .tabs-list ul li a.active {
  border-bottom: 2px solid #fff;
}

/* line 49 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */
.footer .tabs-list ul li a.active:after {
  border: solid transparent;
  border-color: rgba(255,255,255,0);
  border-top-color: #fff;
  border-width: 10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}

/* line 61 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_tabs.styl */

/* line 2 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_modal.styl */

/* line 3 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_modal.styl */
.modal {
  background: #353535;
  -webkit-box-shadow: 0px 0px 6px rgba(53,53,53,0.7);
          box-shadow: 0px 0px 6px rgba(53,53,53,0.7);
  color: #fff;
  height: 80vh;
  left: 50%;
  padding-bottom: 0;
  padding-top: 0;
  position: fixed;
  top: -250%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.7s cubic-bezier(1, 0, 0, 1);
  transition: 0.7s cubic-bezier(1, 0, 0, 1);
  width: 100%;
  z-index: 6000;
}
@media (min-width: 768px) {

/* line 20 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_modal.styl */
  .modal {
    left: 50%;
    max-width: 640px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

/* line 25 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_modal.styl */
.modal.active {
  top: 10vh;
  z-index: 13000;
}
@media (min-width: 768px) {

/* line 29 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_modal.styl */
  .modal.active {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

/* line 33 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_modal.styl */
.modal .container {
  margin: 30px -10px;
  overflow: auto;
  padding: 34px 10px;
  position: relative;
}

/* line 42 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_modal.styl */
.modal .row {
  padding: 0 60px;
}

/* line 45 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_modal.styl */
.modal .relative {
  overflow: hidden;
}

/* line 48 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_modal.styl */
.modal .overflow {
  height: calc(80vh - 60px);
  overflow: auto;
  padding-bottom: 40px;
}

/* line 54 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_modal.styl */
.close-modal {
  background: #f3a723;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s cubic-bezier(1, 0, 0, 1);
  transition: 0.4s cubic-bezier(1, 0, 0, 1);
  z-index: 1000;
}

/* line 66 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_modal.styl */
.close-modal a {
  font-size: 26px;
  padding: 20px 26px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

/* line 71 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_modal.styl */
.close-modal a:hover {
  background-color: #353535;
  color: #fff;
}

/* line 76 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_modal.styl */
.modal-overlay {
  background-color: rgba(255,255,255,0.87);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: 0.4s cubic-bezier(1, 0, 0, 1);
  transition: 0.4s cubic-bezier(1, 0, 0, 1);
  width: 100%;
  z-index: 10000;
}
@media (min-width: 1040px) {

/* line 88 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_modal.styl */
  .modal-overlay {
    z-index: 5000;
  }
}

/* line 91 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_modal.styl */
.modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* line 93 : C:\xampp_new\htdocs\mg\fira\assets\stylus\generic-elements\_modal.styl */

/* line 3 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */

/* line 4 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
section {
  padding: 60px 0;
}

/* line 13 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
section.gap {
  padding: 60px 0;
}

/* line 17 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
section.no-gap {
  padding: 0;
}

/* line 21 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */

/* line 22 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
@media (min-width: 768px) {

/* line 6 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_functions.styl */
  section.gutter .row > * {
    padding-left: 20px;
    padding-right: 20px;
  }

/* line 10 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_functions.styl */
  section.gutter .row > *:first-child {
    padding-left: 0;
  }

/* line 13 : C:\xampp_new\htdocs\mg\fira\assets\stylus\settings\_functions.styl */
  section.gutter .row > *:last-child {
    padding-right: 0;
  }
}

/* line 33 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
section.gray,
section[class$="--light"] {
  background-color: #f0f0f0;
}

/* line 43 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */

/* line 53 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */

/* line 54 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */

/* line 55 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
body:not(.produtos) main section:nth-of-type(1) {
  padding-top: 0;
}

/* line 65 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */

/* line 66 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
main section:nth-last-of-type(1) {
  padding-bottom: 0;
}

/* line 76 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */

/* line 77 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
section.content ol {
  padding-left: 40px;
}

/* line 80 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
section.content ul {
  padding-left: 40px;
}

/* line 83 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
section.content ul li {
  line-height: 1.6;
  padding-left: 20px;
  text-indent: -8px;
}

/* line 88 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
section.content ul li:before {
  color: #f3a723;
  content: "\2022";
  display: inline-block;
  font-size: 0.625rem;
  margin-right: 0.65rem;
  vertical-align: text-bottom;
}

/* line 98 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
section.content a:not([class^='btn']) {
  color: #353535;
  text-decoration: underline;
}

/* line 102 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
section.content a:not([class^='btn']):hover {
  text-decoration: none;
}

/* line 112 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
section.banner {
  padding-top: 0;
}

/* line 115 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
section.banner > .container-fluid > .row {
  padding-left: 0;
  padding-right: 0;
}

/* line 126 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */

/* line 127 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
section.news > .container {
  max-width: 1100px;
  padding: 50px 0;
}

/* line 139 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */
section.alternate-list {
  padding: 0 0 50px;
}

/* line 140 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_section.styl */

/* line 140 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */

/* line 1 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */

/* line 5 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */

/* line 11 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */

/* line 12 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
.card-grid ul,
.card-grid--two-cols ul,
.card-grid--three-cols ul,
.card-grid--four-cols ul,
.card-grid--five-cols ul,
.card-grid--service-list ul,
.card-grid--news-list ul,
.card-grid--icons ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 17 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */

/* line 20 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */

/* line 21 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
.card-grid--two-cols ul > li,
.card-grid--news-list ul > li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {

/* line 25 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
  .card-grid--two-cols ul > li,
  .card-grid--news-list ul > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

/* line 29 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */

/* line 32 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */

/* line 33 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
.card-grid--three-cols ul > li,
.card-grid--icons ul > li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 480px) and (max-width: 767px) {

/* line 37 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
  .card-grid--three-cols ul > li,
  .card-grid--icons ul > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {

/* line 41 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
  .card-grid--three-cols ul > li,
  .card-grid--icons ul > li {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
  }
}

/* line 45 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */

/* line 48 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */

/* line 49 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
.card-grid--four-cols ul > li,
.card-grid--service-list ul > li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 480px) and (max-width: 767px) {

/* line 53 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
  .card-grid--four-cols ul > li,
  .card-grid--service-list ul > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {

/* line 57 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
  .card-grid--four-cols ul > li,
  .card-grid--service-list ul > li {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 992px) {

/* line 61 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
  .card-grid--four-cols ul > li,
  .card-grid--service-list ul > li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}

/* line 65 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */

/* line 68 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */

/* line 69 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
.card-grid--five-cols ul > li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 480px) and (max-width: 767px) {

/* line 73 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
  .card-grid--five-cols ul > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {

/* line 77 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
  .card-grid--five-cols ul > li {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 992px) {

/* line 81 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
  .card-grid--five-cols ul > li {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
}

/* line 94 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */

/* line 97 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */

/* line 98 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
.card-grid--service-list ul li {
  padding: 10px;
}
@media (min-width: 992px) {

/* line 101 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
  .card-grid--service-list ul li {
    padding: 20px;
  }
}

/* line 111 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */

/* line 114 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
.card-grid--news-list ul {
  margin: 0 auto;
  max-width: 1100px;
}

/* line 118 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
.card-grid--news-list ul li {
  padding: 10px;
}
@media (min-width: 992px) {

/* line 121 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
  .card-grid--news-list ul li {
    padding: 20px;
  }
}

/* line 131 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */
.card-grid--icons {
  margin: 0 auto;
  max-width: 1170px;
}

/* line 134 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_cards.styl */

/* line 4 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */

/* line 6 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-header--top---phone,
.item-header--top---mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 10 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.header .item-header--top---phone,
.header .item-header--top---mail {
  font-size: 13px;
}

/* line 14 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.footer .item-header--top---phone,
.footer .item-header--top---mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-header--top---phone svg,
.item-header--top---mail svg {
  fill: #f3a723;
  height: 14px;
  margin-right: 4px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  width: 14px;
}

/* line 26 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.footer .item-header--top---phone svg,
.footer .item-header--top---mail svg {
  margin-right: 8px;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

/* line 31 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
section .item-header--top---phone svg,
section .item-header--top---mail svg {
  height: 18px;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  width: 18px;
}

/* line 37 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-header--top---phone a,
.item-header--top---mail a {
  padding: 10px 0;
}

/* line 40 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */

/* line 41 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-header--top---phone a + a:before,
.item-header--top---mail a + a:before {
  content: '/';
  margin: 0 5px;
}

/* line 46 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-header--top---mail {
  margin-left: 20px;
}

/* line 49 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.footer .item-header--top---mail {
  margin-left: 0;
}

/* line 54 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-header--top---mail a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

/* line 57 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-header--top---mail a:hover {
  color: #f3a723;
}

/* line 69 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-footer--title {
  color: #f3a723;
  font-weight: 700;
  padding-top: 20px;
  text-transform: uppercase;
}

/* line 87 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-section--title {
  margin-bottom: 20px;
  text-align: center;
}

/* line 91 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-section--title h2 {
  display: inline-block;
  position: relative;
}

/* line 95 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-section--title h2:before {
  color: #f3a723;
  content: '/';
  font-size: 70px;
  font-weight: 700;
  margin-right: 10px;
}

/* line 103 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-section--text {
  margin: 0 auto;
  max-width: 992px;
  text-align: center;
}

/* line 118 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-service-list--wrap {
  position: relative;
}
@media (max-width: 479px) {

/* line 121 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
  .item-service-list--wrap {
    margin-bottom: 20px;
  }
}

/* line 124 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-service-list--wrap a {
  display: block;
}

/* line 127 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-service-list--wrap a:before,
.item-service-list--wrap a:after {
  position: absolute;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

/* line 133 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-service-list--wrap a:before {
  background-color: rgba(83,60,21,0.8);
  content: '';
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 143 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-service-list--wrap a:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #f3a723;
  content: '+';
  font-size: 100px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 2;
}

/* line 153 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */

/* line 154 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-service-list--wrap a:hover:before {
  opacity: 0.7;
}

/* line 157 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-service-list--wrap a:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/* line 161 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-service-list--wrap a:hover .item-service-list--float {
  opacity: 0;
}

/* line 165 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */

/* line 166 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-service-list--wrap a:hover .item-service-list--image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 171 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-service-list--image {
  line-height: 0;
  overflow: hidden;
}

/* line 175 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-service-list--image img {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* line 181 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-service-list--float {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 100%;
  z-index: 3;
}

/* line 195 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-service-list--title {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0 30px;
  text-align: center;
}

/* line 204 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-service-list--description {
  color: #f3a723;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
@media (min-width: 480px) and (max-width: 640px) {

/* line 211 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
  .item-service-list--description {
    display: none;
  }
}

/* line 219 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */

/* line 221 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-news-list--wrap > a {
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

/* line 227 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-news-list--wrap > a:hover {
  background-color: #dcdcdc;
}

/* line 231 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-news-list--date,
.item-news--date {
  width: 80px;
}

/* line 235 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-news-list--date span,
.item-news--date span {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

/* line 240 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-news-list--date span:after,
.item-news--date span:after {
  background-color: #f3a723;
  bottom: -10px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 250 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-news-list--description {
  text-transform: uppercase;
  width: 100%;
}

/* line 255 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-news-list--load-more {
  margin: 30px auto;
  text-align: center;
}

/* line 270 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-big--wrap {
  background: #f3a723;
  margin-top: -50px;
  position: relative;
}
@media (min-width: 1200px) {

/* line 278 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
  .item-banner-big--wrap {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(10%, rgba(255,255,255,0)), color-stop(10%, #f3a723), color-stop(90%, #f3a723), color-stop(90%, rgba(255,255,255,0)), to(rgba(255,255,255,0)));
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, #f3a723 10%, #f3a723 90%, rgba(255,255,255,0) 90%, rgba(255,255,255,0) 100%);
  }
}

/* line 285 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-big--image {
  line-height: 0;
}

/* line 289 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
@media (max-width: 1200px) {

/* line 292 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
  .item-banner-big--image img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* line 299 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-big--image:empty {
  display: none;
}

/* line 302 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-big--image:empty ~ .item-banner-big--float {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* line 311 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-big--float {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

/* line 322 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-big--float-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}
@media (max-width: 1400px) {

/* line 329 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
  .item-banner-big--float-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1200px) {

/* line 332 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
  .item-banner-big--float-wrap {
    padding: 40px 20px;
  }
}

/* line 339 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-big--title {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 346 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */

/* line 347 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-big--title p:before {
  content: '/';
  color: #353535;
  display: inline-block;
  font-size: 60px;
  line-height: 0;
  margin-right: 10px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

/* line 357 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
@media (min-width: 1400px) {

/* line 358 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
  .item-banner-big--float-text {
    padding-bottom: 50px;
    padding-top: 50px;
    width: 100%;
  }
}

/* line 364 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */

/* line 365 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-big--float-text p + p {
  margin-top: 20px;
}

/* line 370 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-big--text {
  color: #fff;
  font-size: 24px;
  max-width: 992px;
}
@media (min-width: 768px) {

/* line 375 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
  .item-banner-big--text {
    font-size: 36px;
  }
}

/* line 378 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-big--text p {
  line-height: 1.2;
}

/* line 382 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-big--text + .item-banner-big--button {
  margin-top: 20px;
}

/* line 388 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */

/* line 389 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-small-text .item-banner-big--text p {
  font-size: 20px;
  line-height: 1.5;
}

/* line 394 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */

/* line 395 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-big--button a {
  padding-left: 50px;
  padding-right: 50px;
}

/* line 403 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-big--float-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  line-height: 0;
}
@media (max-width: 991px) {

/* line 407 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
  .item-banner-big--float-image {
    display: none;
  }
}

/* line 410 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */

/* line 417 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-big--float-image:empty {
  display: none;
}

/* line 420 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-banner-big--float-image:empty ~ .item-banner-big--float-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 100px 0;
}

/* line 425 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */

/* line 426 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
@media (min-width: 992px) {

/* line 427 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
  .item-banner-big--float-image:not(:empty) ~ .item-banner-big--float-text {
    padding-left: 100px;
  }
}

/* line 436 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-header-page {
  background-position: center;
  background-size: cover;
  padding: 170px 0 70px;
  position: relative;
}

/* line 442 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-header-page:before {
  background-color: rgba(0,0,0,0.6);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 453 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-header-page--title {
  position: relative;
  text-align: center;
  z-index: 1;
}

/* line 458 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-header-page--title h1 {
  color: #fff;
  display: inline-block;
  position: relative;
}

/* line 463 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
@media (min-width: 1024px) {

/* line 464 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
  .item-header-page--title h1:before {
    color: #f3a723;
    content: '/';
    font-size: 100px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-120%, -30%);
            transform: translate(-120%, -30%);
  }
}

/* line 484 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-text-highlight {
  color: #000;
  font-size: 43px;
  margin: 0 auto;
  max-width: 768px;
  padding: 70px 20px;
  text-align: center;
}

/* line 502 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-grid--icons---wrap {
  padding-bottom: 70px;
  text-align: center;
}

/* line 507 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-grid--icons---image {
  margin-bottom: 40px;
}

/* line 511 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-grid--icons---title {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* line 519 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-grid--icons---description {
  margin: 0 auto;
  max-width: 280px;
}

/* line 534 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-grid--alternate-list---color {
  display: block;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

/* line 538 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
ul > li:nth-child(odd) .item-grid--alternate-list---color {
  background-color: #f3a723;
}

/* line 541 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
ul > li:nth-child(odd) .item-grid--alternate-list---color:hover {
  background-color: #d78d0c;
}

/* line 544 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-grid--alternate-list---color:hover {
  background-color: #dcdcdc;
}

/* line 548 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-grid--alternate-list---row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  padding-right: 0;
}

/* line 553 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
ul > li:nth-child(even) .item-grid--alternate-list---row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 557 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-grid--alternate-list---image {
  line-height: 0;
}

/* line 560 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-grid--alternate-list---image img {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {

/* line 564 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
  .item-grid--alternate-list---image img {
    max-width: 100%;
  }
}

/* line 568 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */

/* line 570 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
ul > li:nth-child(odd) .item-grid--alternate-list---text {
  color: #fff;
}

/* line 573 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
ul > li:nth-child(odd) .item-grid--alternate-list---text > div {
  padding-left: 20px;
}
@media (min-width: 768px) {

/* line 576 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
  ul > li:nth-child(odd) .item-grid--alternate-list---text > div {
    padding-left: 70px;
  }
}

/* line 580 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */

/* line 581 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
ul > li:nth-child(even) .item-grid--alternate-list---text > div {
  padding-right: 20px;
}
@media (min-width: 768px) {

/* line 584 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
  ul > li:nth-child(even) .item-grid--alternate-list---text > div {
    padding-right: 70px;
  }
}

/* line 588 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-grid--alternate-list---title {
  font-size: 21px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {

/* line 594 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
  .item-grid--alternate-list---title {
    padding-top: 50px;
  }
}

/* line 599 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-grid--alternate-list---description {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {

/* line 603 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
  .item-grid--alternate-list---description {
    padding-bottom: 50px;
  }
}

/* line 614 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-news--date {
  text-align: center;
  margin-bottom: 30px;
  width: auto;
}

/* line 621 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-news--title {
  margin-bottom: 45px;
  text-align: center;
}

/* line 625 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-news--title h2 {
  color: #353535;
  font-size: 43px;
  font-weight: 400;
}

/* line 631 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-news--image {
  margin-bottom: 45px;
  text-align: center;
}

/* line 635 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */

/* line 639 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-news--text {
  margin-bottom: 60px;
}

/* line 642 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-news--text p {
  margin-bottom: 20px;
  text-align: center;
}

/* line 646 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-news--text ul,
.item-news--text ol {
  margin-bottom: 20px;
}

/* line 652 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-news--button {
  text-align: center;
}

/* line 655 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-news--button:before {
  background-color: #e2e2e2;
  content: '';
  display: block;
  height: 1px;
  margin-bottom: 20px;
  width: 100%;
}

/* line 671 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-return,
#item-return {
  font-weight: 700;
  margin: 10px 20px 30px;
  padding: 20px;
}

/* line 677 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-return:empty,
#item-return:empty {
  display: none;
}

/* line 680 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.conteudo-extra .item-return,
.conteudo-extra #item-return {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

/* line 683 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-return.erro,
#item-return.erro {
  border: 1px solid;
  border-color: #f00;
  color: #f00;
}

/* line 688 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-return.erro h4,
#item-return.erro h4 {
  font-size: 24px;
  font-weight: 700;
}

/* line 692 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
.item-return.sucesso,
#item-return.sucesso {
  border: 1px solid;
  border-color: #008000;
  color: #008000;
}

/* line 697 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */
#item-return {
  margin: 0 0 10px;
}

/* line 698 : C:\xampp_new\htdocs\mg\fira\assets\stylus\_item.styl */

/* line 698 : C:\xampp_new\htdocs\mg\fira\assets\stylus\main.styl */

/* line 1 : C:\xampp_new\htdocs\mg\fira\assets\stylus\main.styl */
@media (min-width: 1024px) {

/* line 2 : C:\xampp_new\htdocs\mg\fira\assets\stylus\main.styl */
  .main {
    padding-top: 33px;
  }
}

/* line 3 : C:\xampp_new\htdocs\mg\fira\assets\stylus\main.styl */

/* line 1 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */

/* line 15 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
/* Fix of Webkit flickering */
  z-index: 1;
}

/* line 23 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 26 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 33 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 52 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

/* line 60 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 67 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 75 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 84 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 88 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* line 100 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 109 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 113 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* line 118 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 133 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 139 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 145 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 149 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 153 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 159 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 163 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 168 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 181 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 185 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 193 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/* line 201 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 211 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 214 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

/* line 217 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 221 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 224 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 227 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

/* line 236 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

/* line 240 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* line 244 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-pagination-progress {
  background: rgba(0,0,0,0.25);
  position: absolute;
}

/* line 248 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

/* line 265 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

/* line 272 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 278 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 284 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255,255,255,0.5);
}

/* line 287 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

/* line 290 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* line 294 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

/* line 300 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 312 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 324 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-3d .swiper-slide-shadow-left {
/* Safari 4+, Chrome */
/* Chrome 10+, Safari 5.1+, iOS 5+ */
/* Firefox 3.6-15 */
/* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 336 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-3d .swiper-slide-shadow-right {
/* Safari 4+, Chrome */
/* Chrome 10+, Safari 5.1+, iOS 5+ */
/* Firefox 3.6-15 */
/* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 348 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-3d .swiper-slide-shadow-top {
/* Safari 4+, Chrome */
/* Chrome 10+, Safari 5.1+, iOS 5+ */
/* Firefox 3.6-15 */
/* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 360 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-3d .swiper-slide-shadow-bottom {
/* Safari 4+, Chrome */
/* Chrome 10+, Safari 5.1+, iOS 5+ */
/* Firefox 3.6-15 */
/* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 373 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
/* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* line 379 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

/* line 383 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 392 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 396 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 402 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 417 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 426 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 432 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* line 439 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* line 452 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 459 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 466 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 469 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 473 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

/* line 493 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 501 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}

/* line 507 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 515 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 523 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 532 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 536 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 552 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 563 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* line 566 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
@-webkit-keyframes swiper-preloader-spin {

/* line 567 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/* line 571 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */

/* line 571 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
@-webkit-keyframes swiper-preloader-spin {

/* line 572 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 571 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */

/* line 571 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
@keyframes swiper-preloader-spin {

/* line 572 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 575 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_swiper-slider.styl */

/* line 3 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */

/* line 4 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
.slider--single {
  padding: 0;
  position: relative;
}

/* line 11 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
.swiper-slide {
  height: calc(100vh - 33px);
  overflow: hidden;
  position: relative;
  width: 100% !important;
}

/* line 18 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
.swiper-slide:before {
  background: rgba(0,0,0,0.7);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 34 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */

/* line 35 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
.slider-image img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 46 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
.slider--single---caption {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

/* line 55 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
.slider--single---container {
  color: #fff;
  text-align: right;
}

/* line 64 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
.slider--single---category {
  color: #f3a723;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 70 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
.slider--single---category p {
  line-height: 1;
}

/* line 76 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
.slider--single---title {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {

/* line 83 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
  .slider--single---title {
    font-size: 70px;
  }
}

/* line 87 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
.slider--single---title p {
  line-height: 1;
}

/* line 90 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
.slider--single---title span {
  position: relative;
}

/* line 94 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
@media (min-width: 1200px) {

/* line 95 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
  .slider--single---title span:before {
    color: #f3a723;
    content: '/';
    font-size: 130px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-120%, -30%);
            transform: translate(-120%, -30%);
  }
}

/* line 108 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
.slider--single---text {
  font-size: 20px;
}
@media (min-width: 1200px) {

/* line 111 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
  .slider--single---text {
    font-size: 26px;
  }
}

/* line 115 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
.slider--single---text p {
  line-height: 1;
}

/* line 127 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */

/* line 128 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
.slider--single---pagination .swiper-pagination-bullet {
  background-color: #fff;
  height: 12px;
  opacity: 1;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  width: 12px;
}

/* line 135 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */
.slider--single---pagination .swiper-pagination-bullet-active {
  background-color: #f3a723;
}

/* line 136 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_slider-settings.styl */

/* line 1 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
@charset "UTF-8";

/* line 2 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
body.fancybox-active {
  overflow: hidden;
}

/* line 5 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

/* line 10 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

/* line 16 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 30 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 40 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 44 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

/* line 51 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* line 55 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 66 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
}

/* line 73 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

/* line 93 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

/* line 99 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 105 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

/* line 108 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/* line 130 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

/* line 137 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

/* line 143 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-slide--image {
  overflow: visible;
}

/* line 146 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-slide--image::before {
  display: none;
}

/* line 149 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

/* line 153 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

/* line 157 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-slide--next {
  z-index: 99995;
}

/* line 160 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 172 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

/* line 180 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/* line 206 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 210 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* line 214 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 218 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 222 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 239 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-spaceball {
  z-index: 1;
}

/* line 242 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

/* line 251 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

/* line 260 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

/* line 268 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

/* line 276 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30,30,30,0.6);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}

/* line 291 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

/* line 296 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

/* line 300 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

/* line 305 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

/* line 311 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

/* line 317 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-button--share svg path {
  stroke-width: 1;
}

/* line 320 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

/* line 323 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

/* line 326 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-button--zoom svg path {
  fill: transparent;
}

/* line 330 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-navigation {
  display: none;
}

/* line 333 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-show-nav .fancybox-navigation {
  display: block;
}

/* line 336 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

/* line 346 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30,30,30,0.6);
}

/* line 355 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

/* line 358 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* line 362 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

/* line 376 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

/* line 394 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-close-small:focus {
  outline: none;
}

/* line 397 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

/* line 400 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* line 404 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

/* line 409 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

/* line 414 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

/* line 419 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* line 424 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0,0,0,0.1)), color-stop(40%, rgba(0,0,0,0.2)), color-stop(80%, rgba(0,0,0,0.6)), to(rgba(0,0,0,0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.8) 100%);
  pointer-events: none;
}

/* line 432 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

/* line 440 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
/* Fix IE11 */
}

/* line 447 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* line 452 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100,100,100,0.4);
  border-top: 6px solid rgba(255,255,255,0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

/* line 468 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
@-webkit-keyframes fancybox-rotate {

/* line 469 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

/* line 472 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 485 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* line 489 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

/* line 494 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

/* line 499 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 505 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 510 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* line 514 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

/* line 519 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

/* line 524 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* line 530 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

/* line 536 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

/* line 542 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* line 549 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

/* line 554 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

/* line 559 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* line 565 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

/* line 569 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

/* line 573 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* line 578 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
}

/* line 584 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

/* line 591 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center;
}

/* line 596 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-share p:first-of-type {
  margin-right: -10px;
}

/* line 599 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 619 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}

/* line 625 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

/* line 631 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-share input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}

/* line 644 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99995;
}

/* line 660 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

/* line 664 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

/* line 667 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

/* line 670 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

/* line 683 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-thumbs-x > ul {
  overflow: hidden;
}

/* line 686 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

/* line 689 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
          box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

/* line 694 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

/* line 698 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 715 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
li.fancybox-thumbs-loading {
  background: rgba(0,0,0,0.1);
}

/* line 718 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 730 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 742 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media all and (max-width: 800px) {

/* line 747 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
  .fancybox-thumbs {
    width: 110px;
  }

/* line 749 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

/* line 751 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/* line 476 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */

/* line 476 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
@-webkit-keyframes fancybox-rotate {

/* line 477 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

/* line 480 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 476 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */

/* line 476 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
@keyframes fancybox-rotate {

/* line 477 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

/* line 480 : C:\xampp_new\htdocs\mg\fira\assets\stylus\vendor\_fancybox3.styl */
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
