a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
blockquote {
  quotes: none;
}
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}
ol,
ul {
  margin: 30px;
}
ol li,
ul li {
  margin-bottom: 5px;
}
img {
  vertical-align: middle;
}
iframe,
img {
  max-width: 100%;
}
del {
  text-decoration: line-through;
}
a,
i {
  transition: all 0.3s ease;
  border: none;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
table {
  width: 100%;
  max-width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px;
  color: #999;
}
table,
table tr {
  border: 1px solid #eee;
}
table th {
  color: #333;
  background: none;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 10px;
}
table td,
table th {
  vertical-align: top;
  border: 1px solid #eee;
}
table td {
  padding: 10px;
}
code,
pre {
  padding: 10px 10px 0;
  border-left: 3px solid #6fbf71;
  border-bottom: 1px solid transparent;
  background: #f7f7f7;
  overflow-x: scroll;
}
pre {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
}
pre code {
  white-space: pre-wrap;
}
p {
  letter-spacing: 1px;
}
.space10 {
  margin-bottom: 10px;
}
.space10,
.space20 {
  width: 100%;
  float: left;
  clear: both;
}
.space20 {
  margin-bottom: 20px;
}
.space30 {
  margin-bottom: 30px;
}
.space30,
.space40 {
  width: 100%;
  float: left;
  clear: both;
}
.space40 {
  margin-bottom: 40px;
}
.space50 {
  margin-bottom: 50px;
}
.space50,
.space60 {
  width: 100%;
  float: left;
  clear: both;
}
.space60 {
  margin-bottom: 60px;
}
.space70 {
  margin-bottom: 70px;
}
.space70,
.space80 {
  width: 100%;
  float: left;
  clear: both;
}
.space80 {
  margin-bottom: 80px;
}
.space90 {
  margin-bottom: 90px;
}
.space90,
.space100 {
  width: 100%;
  float: left;
  clear: both;
}
.space100 {
  margin-bottom: 100px;
}
.space200 {
  margin-bottom: 200px;
}
.space200,
.space300 {
  width: 100%;
  float: left;
  clear: both;
}
.space300 {
  margin-bottom: 300px;
}
.space400 {
  margin-bottom: 400px;
}
.space400,
.space500 {
  width: 100%;
  float: left;
  clear: both;
}
.space500 {
  margin-bottom: 500px;
}
.space1000 {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 1000px;
}
textarea {
  border-radius: 1px;
  font-size: 16px;
  color: #ccc;
  resize: vertical;
  font-family: Jost, Arial, Helvetica, sans-serif;
  background-color: transparent;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  padding: 16px 20px !important;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="phone"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  width: 100%;
  display: block;
  border-radius: 1px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ccc;
  font-size: 16px;
  outline: none;
  padding: 0 20px !important;
  line-height: 70px;
  height: 70px;
  letter-spacing: 0.5px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Jost, Arial, Helvetica, sans-serif;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.uneditable-input:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime-local"]:hover,
input[type="datetime"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="phone"]:hover,
input[type="search"]:hover,
input[type="tel"],
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
textarea:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="phone"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  border-color: var(--mc);
  outline: none;
}
input[type="submit"] {
  padding: 13px 15px;
  height: 40px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  color: #fff;
  background: #777;
  transition: all 0.3s ease;
}
input[type="submit"]:hover {
  background: #444;
}
select {
  padding: 8px;
  border: 2px solid #eee;
}
input[type="button"] {
  cursor: pointer;
  transition: all 0.3s ease;
}
.container {
  padding: 0 12%;
  margin: 0 auto;
  width: 100%;
}
.container.noright {
  padding-right: 0;
}
.max200 {
  max-width: 200px;
}
.max250 {
  max-width: 250px;
}
.max300 {
  max-width: 300px;
}
.max350 {
  max-width: 350px;
}
.max400 {
  max-width: 400px;
}
.max450 {
  max-width: 450px;
}
.max500 {
  max-width: 500px;
}
.max550 {
  max-width: 550px;
}
.max600 {
  max-width: 600px;
}
.max650 {
  max-width: 650px;
}
.max700 {
  max-width: 700px;
}
.max750 {
  max-width: 750px;
}
.max800 {
  max-width: 800px;
}
.max850 {
  max-width: 850px;
}
.max880 {
  max-width: 880px;
}
.max900 {
  max-width: 900px;
}
.max950 {
  max-width: 950px;
}
.max1000 {
  max-width: 1000px;
}
.max1020 {
  max-width: 1020px;
}
.max1050 {
  max-width: 1050px;
}
.max1100 {
  max-width: 1100px;
}
.max1150 {
  max-width: 1150px;
}
.max1200 {
  max-width: 1200px;
}
.max1250 {
  max-width: 1250px;
}
.max1300 {
  max-width: 1300px;
}
.max1350 {
  max-width: 1350px;
}
.max1400 {
  max-width: 1400px;
}
.max1450 {
  max-width: 1450px;
}
.max1500 {
  max-width: 1500px;
}
.roww,
section {
  width: 100%;
  float: left;
  clear: both;
}
.clearfix:after,
.clearfix:before {
  content: "";
  clear: both;
  display: table;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
:root {
  --mc: #987750;
  --tc: #888;
}
html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
body {
  font-family: Jost, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0;
  font-weight: 400;
  color: #888;
  background-color: #1d1b19;
  word-break: break-word;
}
.fn__svg {
  fill: currentcolor;
  width: 18px;
  height: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 600;
  font-family: Jost;
  color: #ddd;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: #ddd;
}
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: var(--mc);
}
input {
  font-family: Jost;
}
p {
  letter-spacing: 0;
}
a:focus {
  outline: thin dotted;
  outline: none;
}
@media (max-width: 1200px) {
  body,
  html {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
}
.row,
[class^="resumo_fn_"] {
  width: 100%;
  float: left;
  clear: both;
}
.resumo_fn_wrapper,
.resumo_fn_wrapper *,
.resumo_fn_wrapper :after,
.resumo_fn_wrapper :before {
  box-sizing: border-box;
}
.resumo_fn_wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.resumo_fn_wrapper_all:after {
  clear: both;
  display: table;
  content: "";
}
.resumo_fn_page,
.resumo_fn_wrapper {
  width: 100%;
  float: left;
  clear: both;
}
.resumo_fn_left {
  width: 56%;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  float: none;
  clear: none;
  transition: all 0.5s ease;
}
@media (min-width: 1041px) {
  .scrolled .resumo_fn_navigation,
  .scrolled .resumo_fn_right {
    width: 32%;
  }
  .scrolled .resumo_fn_left {
    width: 68%;
  }
}
.resumo_fn_right {
  width: 44%;
  min-height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
}
.resumo_fn_right .right_in {
  position: relative;
  width: 100%;
  padding: 100px 16%;
}
.resumo_fn_right .img_holder,
.resumo_fn_right .title_holder {
  position: relative;
  z-index: 2;
}
.resumo_fn_right .img_holder img {
  min-width: 100%;
  opacity: 0;
}
.resumo_fn_right .right_top {
  padding: 38px 41px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  z-index: 5;
}
.resumo_fn_right .border1 {
  left: 0;
  bottom: 20px;
  right: 0;
  top: 20px;
}
.resumo_fn_right .border1,
.resumo_fn_right .border2 {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.resumo_fn_right .border2 {
  left: 20px;
  bottom: 0;
  right: 20px;
  top: 0;
}
.resumo_fn_right:hover .border1,
.resumo_fn_right:hover .border2 {
  border-color: rgba(255, 255, 255, 0.3);
}
.resumo_fn_right .abs_img {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.resumo_fn_right .title_holder {
  text-align: center;
  padding: 27px 0 20px;
}
.resumo_fn_right .title_holder h5 {
  padding: 0;
  font-size: 18px;
  color: #999;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.resumo_fn_right .title_holder h3 {
  margin: 0;
  padding: 0 10px;
  font-size: 30px;
  min-height: 36px;
  position: relative;
}
.scrolled .resumo_fn_right .title_holder h3 {
  font-weight: 400;
}
.animated_title:after,
.animated_title:before {
  position: absolute;
  top: 0;
  color: #44993b;
  animation: opacity 3s infinite;
}
@keyframes opacity {
  0%,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.animated_title:after {
  content: "[";
  left: 0;
}
.animated_title:before {
  content: "]";
  right: 0;
  bottom: 0;
  top: auto;
}
.animated_title .title_in {
  display: none;
}
.resumo_fn_right .right_bottom {
  width: 100%;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.resumo_fn_right .right_bottom a {
  text-decoration: none;
  padding-left: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  font-size: 18px;
  color: #999;
  position: relative;
  line-height: 25px;
  max-width: 100%;
}
.resumo_fn_right .right_bottom a .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.resumo_fn_right .right_bottom .circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #44993b;
  left: 0;
  top: 50%;
  margin-top: -5px;
  display: block;
}
.resumo_fn_right .right_bottom a:before {
  bottom: 0;
  left: 20px;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  transition: all 0.3s ease;
}
.resumo_fn_right .right_bottom a:hover:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.resumo_fn_right .right_bottom a:hover {
  color: #ccc;
}
.resumo_fn_right .menu_trigger {
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  position: absolute;
  z-index: 55;
  text-decoration: none;
  color: #ddd;
  right: 50px;
  top: 40px;
}
.resumo_fn_right .menu_trigger,
.resumo_fn_right .menu_trigger .hamb {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.resumo_fn_right .menu_trigger .hamb {
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-left: 15px;
}
.resumo_fn_right .menu_trigger .hamb span:first-child {
  margin-top: 0;
}
.resumo_fn_right .menu_trigger .hamb span {
  width: 24px;
  height: 2px;
  display: block;
  margin-top: 4px;
  background-color: #ddd;
}
.nav-opened .resumo_fn_nav_overlay,
.nav-opened .resumo_fn_navigation {
  transform: translateX(0);
}
.resumo_fn_navigation .nav_footer.ready {
  transform: translateY(0);
  opacity: 1;
}
.nav-opened #nav ul li {
  transform: translateX(0);
  opacity: 1;
}
.resumo_fn_navigation {
  position: fixed;
  right: 0;
  width: 44%;
  min-height: 100%;
  top: 0;
  bottom: 0;
  background-color: #181715;
  transform: translateX(102%);
  transition: all 1s ease;
  z-index: 999;
}
.resumo_fn_navigation .nav_in {
  position: relative;
  width: 100%;
  padding: 100px 16%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  z-index: 5;
}
.resumo_fn_nav_overlay {
  display: block;
  text-decoration: none;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #1d1b19;
  opacity: 0.9;
  transform: translateX(-102%);
  transition: all 1s ease;
}
.resumo_fn_navigation .closer {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #888;
  position: absolute;
  right: 40px;
  top: 40px;
  overflow: hidden;
  z-index: 55;
  transform: translateZ(0);
  border: 1px solid transparent;
}
.resumo_fn_navigation .closer:after,
.resumo_fn_navigation .closer:before {
  top: 18px;
  top: 18.5px;
  left: -1px;
  content: "";
  position: absolute;
  width: 42px;
  height: 2px;
  background-color: #888;
  transition: all 0.3s ease;
  perspective: 30px;
}
.resumo_fn_navigation .closer:after {
  transform: rotate(45deg) translateZ(0);
}
.resumo_fn_navigation .closer:before {
  transform: rotate(-45deg) translateZ(0);
}
.nav-hover-close .resumo_fn_navigation .closer,
.resumo_fn_navigation .closer:hover {
  border-color: var(--mc);
}
.nav-hover-close .resumo_fn_navigation .closer:before,
.resumo_fn_navigation .closer:hover:before {
  transform: scale(0.6) rotate(-45deg) translateZ(0);
  background-color: var(--mc);
}
.nav-hover-close .resumo_fn_navigation .closer:after,
.resumo_fn_navigation .closer:hover:after {
  transform: scale(0.6) rotate(45deg) translateZ(0);
  background-color: var(--mc);
}
#nav .label {
  padding: 0;
  font-size: 18px;
  color: #888;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 26px;
  letter-spacing: 0.25px;
}
#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#nav ul a {
  text-decoration: none;
  font-size: 30px;
  color: #ddd;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}
#nav ul a:hover {
  color: var(--mc);
}
#nav ul li {
  padding: 0;
  margin: 0 0 10px;
  transform: translateX(50px);
  opacity: 0;
  transition: all 0.5s ease;
}
#nav ul li:last-child {
  margin-bottom: 0;
}
.resumo_fn_navigation .nav_footer {
  padding-top: 50px;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(50px);
}
.resumo_fn_navigation .social {
  margin-bottom: 25px;
}
.resumo_fn_navigation .social li {
  margin: 0 10px 10px 0;
}
.resumo_fn_navigation .social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}
.resumo_fn_navigation .social a,
.resumo_fn_navigation .social ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.resumo_fn_navigation .social a {
  justify-content: center;
  color: #888;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}
.resumo_fn_navigation .social .fn__svg {
  width: 18px;
  height: 18px;
  display: block;
}
.resumo_fn_navigation .social a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.resumo_fn_navigation .copyright {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.resumo_fn_navigation .copyright a {
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  font-size: 18px;
  color: #ddd;
  position: relative;
  line-height: 25px;
}
.resumo_fn_navigation .copyright a:before {
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  transition: all 0.3s ease;
}
.resumo_fn_navigation .copyright a:hover:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.resumo_fn_navigation .copyright:hover {
  color: #fff;
}
#home {
  padding: 100px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-height: 100vh;
  -ms-align-items: center;
  align-items: center;
}
.resumo_fn_main_title > :last-child {
  margin-bottom: 0 !important;
}
.resumo_fn_main_title .subtitle {
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--mc);
  margin: 0 0 54px;
}
.resumo_fn_main_title .title {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0 0 15px;
  margin: 0 0 34px;
  position: relative;
}
.resumo_fn_main_title .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 150px;
  left: 0;
}
.resumo_fn_main_title .desc {
  padding: 0;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0;
  margin: 0 0 57px;
}
#about {
  padding: 100px 0 50px;
}
#about .resumo_fn_main_title {
  margin-bottom: 74px;
}
.resumo_fn_about_info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 126px;
}
.resumo_fn_about_info .about_left {
  width: 100%;
}
.resumo_fn_about_info table {
  table-layout: fixed;
  margin: 0;
}
.resumo_fn_about_info table,
.resumo_fn_about_info table th,
.resumo_fn_about_info table tr {
  border: none;
  padding: 0;
}
.resumo_fn_about_info table th {
  padding: 9px 10px 9px 0;
  font-size: 18px;
  letter-spacing: 0;
  color: #ddd;
  font-weight: 400;
}
.resumo_fn_about_info table a {
  text-decoration: none;
  color: #ddd;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.resumo_fn_about_info table a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.resumo_fn_about_info th:first-child {
  letter-spacing: 1px;
  color: #888;
  font-weight: 500;
  text-transform: uppercase;
}
.resumo_fn_cv_btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  margin-left: 70px;
}
.resumo_fn_cv_btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 340px;
  height: 220px;
  text-decoration: none;
  font-size: 18px;
  color: #888;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.resumo_fn_cv_btn a:hover {
  border-color: var(--mc);
}
.resumo_fn_cv_btn .icon {
  position: relative;
  padding-top: 18px;
  color: #ddd;
}
.resumo_fn_cv_btn .fn__svg {
  width: 58px;
  height: 58px;
  display: block;
  margin-bottom: 14px;
}
.resumo_fn_cv_btn .fn__svg.arrow {
  position: absolute;
  left: 50%;
  margin-left: -29px;
  top: 8px;
  will-change: transform;
}
.resumo_fn_cv_btn a:hover .fn__svg.arrow {
  animation: down_animation 1s ease infinite alternate;
  transform: translateY(0);
}
@keyframes down_animation {
  to {
    transform: translateY(-10px);
  }
  0% {
    transform: translateY(0);
  }
}
.resumo_fn_tabs {
  width: 100%;
  overflow: hidden;
}
.resumo_fn_tabs .tab_header {
  margin-bottom: 39px;
}
.resumo_fn_tabs .tab_header ul {
  margin: 0;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
}
.resumo_fn_tabs .tab_header li {
  padding: 0;
  margin: 0 0 10px;
  position: relative;
}
.resumo_fn_tabs .tab_header a {
  text-decoration: none;
  display: inline-block;
  color: #888;
  font-weight: 400;
  font-size: 30px;
  border-bottom: 1px solid transparent;
  line-height: 30px;
  padding-top: 4px;
}
.resumo_fn_tabs .tab_header .active a {
  color: var(--mc);
  border-bottom-color: var(--mc);
}
.resumo_fn_tabs .tab_header li:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  float: right;
  top: 50%;
  margin: 2px 20px 0;
}
.resumo_fn_tabs .tab_header li:last-child:after {
  content: none;
}
.resumo_fn_tabs .tab_item {
  display: none;
}
.resumo_fn_tabs .tab_item.active {
  display: block;
  -webkit-animation: tab_animation 1s ease;
  -moz-animation: tab_animation 1s ease;
}
@keyframes tab_animation {
  0% {
    opacity: 0;
    transform: rotateY(20deg) rotate(-3deg);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg) rotate(0deg);
  }
}
.resumo_fn_boxed_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.resumo_fn_boxed_list li {
  padding: 0;
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 20px;
}
.resumo_fn_boxed_list li:last-child {
  margin-bottom: 0;
}
.resumo_fn_boxed_list .item {
  width: 100%;
  float: left;
  clear: both;
  background-color: #181715;
  position: relative;
  padding: 42px 40px 43px;
  border: 1px solid #151412;
}
.resumo_fn_boxed_list .item:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 50px;
  left: -1px;
  top: 50%;
  margin-top: -25px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease 1s;
}
.resumo_fn_boxed_list .done .item:after {
  left: 50px;
  right: 50px;
}
.resumo_fn_boxed_list .item_top {
  display: flex;
  margin-bottom: 14px;
}
.resumo_fn_boxed_list .item_top h5 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 30px;
}
.resumo_fn_boxed_list .item_top span {
  display: block;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 0 20px;
  color: #888;
}
.resumo_fn_boxed_list h3 {
  padding: 0;
  font-weight: 400;
  margin: 0 0 17px;
}
.resumo_fn_boxed_list p a {
  text-decoration: none;
  position: relative;
  z-index: 2;
  color: #000;
  font-weight: 600;
}
.resumo_fn_progress_bar {
  margin-bottom: 36px;
}
.resumo_fn_progress_bar .progress_item {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 17px;
}
.resumo_fn_progress_bar .progress_item:last-child {
  margin-bottom: 0;
}
.resumo_fn_progress_bar .progress_percent {
  position: absolute;
  z-index: 2;
  padding: 0 8px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  bottom: 10px;
  right: 100%;
  color: var(--mc);
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(50%);
}
.resumo_fn_progress_bar .progress_percent:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.05);
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
}
.resumo_fn_progress_bar .progress_title {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  line-height: 40px;
  color: #888;
  margin: 0 0 1px;
}
.resumo_fn_progress_bar .item_in {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.resumo_fn_progress_bar .bg_wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 1px;
  background-color: #333;
}
.resumo_fn_progress_bar .progress_bg {
  width: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
}
.resumo_fn_progress_bar .progress_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--mc);
}
.resumo_fn_progress_bar .open .progress_bg:after {
  width: 100%;
  animation: progress_animation 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes progress_animation {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.resumo_fn_desc p {
  max-width: 500px;
}
.frenify-cursor[data-default="no"] {
  opacity: 0;
}
.frenify-cursor[data-default="no"].cursor-inner {
  transition: opacity 0.3s ease;
}
.frenify-cursor[data-default="no"].cursor-inner.cursor-hover,
.frenify-cursor[data-default="no"].cursor-inner.cursor-slider {
  opacity: 1;
}
.frenify-cursor[data-link="no"].cursor-inner.cursor-hover,
.frenify-cursor[data-slider="no"].cursor-inner.cursor-slider {
  opacity: 0;
}
.frenify-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translateZ(0);
  visibility: hidden;
}
.frenify-cursor.mouse-down .fn-cursor {
  transform: scale(0.9);
}
@media (max-width: 1040px) {
  .frenify-cursor {
    display: none;
  }
}
.cursor-link {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  z-index: 10000000;
  transition: all 0.08s ease-out;
}
.cursor-outer {
  z-index: 10000000;
  transition: transform 0.08s ease-out, opacity 1s ease;
}
.cursor-outer .fn-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.cursor-inner .fn-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease-in-out;
}
.cursor-outer.cursor-hover,
.cursor-outer.cursor-slider {
  opacity: 0;
  transition: transform 0.08s ease-out, opacity 0.2s ease;
}
.cursor-inner {
  z-index: 10000001;
}
.cursor-inner.cursor-hover .fn-cursor {
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cursor-inner.cursor-slider:not(.cursor-hover) .fn-cursor {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.cursor-inner.cursor-slider.cursor-hover span:after,
.cursor-inner.cursor-slider.cursor-hover span:before {
  background-color: #fff;
}
.cursor-inner.cursor-slider .fn-left,
.cursor-inner.cursor-slider .fn-right {
  opacity: 1;
  visibility: visible;
}
.cursor-inner.cursor-slider .fn-left:after,
.cursor-inner.cursor-slider .fn-left:before {
  left: -26px;
}
.cursor-inner.cursor-slider .fn-left:after,
.cursor-inner.cursor-slider .fn-left:before {
  right: -26px;
}
.cursor-inner .fn-left,
.cursor-inner .fn-right {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.cursor-inner .fn-left:after {
  transform: rotate(50deg);
  margin-top: -10px;
}
.cursor-inner .fn-left:after,
.cursor-inner .fn-left:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  left: -20px;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.cursor-inner .fn-left:before {
  transform: rotate(130deg);
  margin-top: -2px;
}
.cursor-inner .fn-right:after {
  transform: rotate(50deg);
  margin-top: -2px;
}
.cursor-inner .fn-right:after,
.cursor-inner .fn-right:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  right: -20px;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.cursor-inner .fn-right:before {
  transform: rotate(130deg);
  margin-top: -10px;
}
#portfolio {
  padding: 150px 0 39px;
}
#portfolio,
#portfolio .noright .roww {
  overflow: hidden;
}
#portfolio .resumo_fn_main_title {
  margin-bottom: 70px;
  padding-right: 100px;
  position: relative;
}
#portfolio .img_holder {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#portfolio .abs_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
#portfolio .img_holder img {
  margin-bottom: -24%;
  opacity: 0 !important;
  max-height: 370px;
}
#portfolio .title_holder {
  padding-top: 26px;
}
#portfolio .title_holder p {
  padding: 0;
  margin: 0 0 8px;
}
#portfolio .title_holder h3 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
#portfolio .title_holder h3 a {
  text-decoration: none;
}
#portfolio .my__nav {
  position: absolute;
  right: 0;
  widows: auto;
}
.my__nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  bottom: 30px;
  z-index: 5;
}
.my__nav a {
  width: 26px;
  height: 21px;
  display: block;
  text-decoration: none;
  position: relative;
}
.my__nav a:after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
  background-color: transparent;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.my__nav .next {
  margin-left: 30px;
}
.my__nav span {
  display: block;
  background-color: #888;
  width: 26px;
  height: 1px;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
}
.my__nav span:after {
  transform: rotate(45deg);
  top: 100%;
  margin-top: 4px;
}
.my__nav span:after,
.my__nav span:before {
  display: block;
  background-color: inherit;
  width: 14px;
  height: 1px;
  content: "";
  position: absolute;
  left: -1px;
}
.my__nav span:before {
  transform: rotate(-45deg);
  bottom: 100%;
  margin-bottom: 4px;
}
.my__nav .next span:after {
  top: auto;
  margin-top: inherit;
  right: -1px;
  left: auto;
  bottom: 100%;
  margin-bottom: 4px;
}
.my__nav .next span:before {
  bottom: auto;
  margin-bottom: inherit;
  right: -1px;
  left: auto;
  top: 100%;
  margin-top: 4px;
}
.my__nav a:hover span {
  background-color: var(--mc);
}
.my__nav a:hover:after {
  border-color: var(--mc);
  transform: scale(1.23);
}
#services {
  padding: 150px 0 27px;
}
#services .resumo_fn_main_title {
  margin-bottom: 88px;
}
.resumo_fn_service_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.resumo_fn_service_list li {
  padding: 0;
  margin: 0 0 20px;
}
.resumo_fn_service_list .item {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #181715;
  border: 1px solid #151412;
}
.resumo_fn_service_list .item_right {
  width: 30%;
  min-width: 30%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px;
}
.resumo_fn_service_list .item_left {
  padding: 42px 40px 43px;
  position: relative;
  width: 100%;
}
.resumo_fn_service_list .item_left:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 50px;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
}
.resumo_fn_service_list .item_left h3 {
  padding: 0;
  font-weight: 400;
  margin: 0 0 18px;
}
.resumo_fn_service_list .item_left p {
  max-width: 400px;
  margin: 0;
  padding: 0;
}
.resumo_fn_service_list .item_right p {
  padding: 0;
  font-size: 16px;
  margin: 0 0 4px;
}
.resumo_fn_service_list .item_right h3 {
  margin: 0;
  padding: 0;
  color: var(--mc);
  font-weight: 500;
  font-size: 24px;
}
#customers {
  padding: 150px 0 42px;
}
#customers .resumo_fn_main_title {
  margin-bottom: 70px;
}
.resumo_fn_partners {
  margin-bottom: 139px;
}
.resumo_fn_partners ul {
  padding: 0;
  list-style-type: none;
  margin: 0 0 0 -10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}
.resumo_fn_partners li {
  width: 33.3333%;
  padding: 0 0 0 10px;
  margin: 0 0 10px;
}
.resumo_fn_partners a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 200px;
  padding: 15px;
  text-align: center;
  background-color: #181715;
}
.resumo_fn_partners a:hover {
  background-color: #111;
}
.resumo_fn_partners img {
  max-width: 180px;
}
.resumo_fn_testimonials .my__nav {
  margin-bottom: 60px;
}
.resumo_fn_testimonials .desc {
  padding: 0;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
  margin: 0 0 52px;
}
.resumo_fn_testimonials .title {
  padding: 0;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 9px;
}
.resumo_fn_testimonials .subtitle {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #888;
  font-weight: 400;
  text-transform: uppercase;
}
#news {
  padding: 150px 0 47px;
}
#news .resumo_fn_main_title {
  margin-bottom: 70px;
}
.resumo_fn_blog_list ul {
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0 -60px;
  list-style-type: none;
}
.resumo_fn_blog_list li {
  width: 50%;
  padding: 0 0 0 60px;
  margin: 0 0 44px;
}
.resumo_fn_blog_list .img_holder {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.resumo_fn_blog_list .abs_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.resumo_fn_blog_list .img_holder img {
  margin-bottom: -24%;
  min-width: 100%;
  opacity: 0 !important;
}
.resumo_fn_blog_list .title_holder {
  padding-top: 25px;
}
.resumo_fn_blog_list .title_holder p {
  padding: 0;
  margin: 0 0 9px;
  font-size: 14px;
  text-transform: uppercase;
}
.resumo_fn_blog_list .title_holder h3 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.resumo_fn_blog_list .title_holder h3 a {
  text-decoration: none;
}
.resumo_fn_blog_list .load_more {
  padding-top: 19px;
}
.resumo_fn_blog_list .load_more a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #888;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 66px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.resumo_fn_blog_list .load_more a:hover {
  border-color: var(--mc);
  color: var(--mc);
}
.resumo_fn_blog_list .load_more .text {
  transition: all 0.3s ease;
}
.resumo_fn_blog_list .load_more .loading .text {
  opacity: 0;
}
.resumo_fn_blog_list .load_more .loading {
  border-color: var(--mc);
}
.resumo_fn_blog_list .load_more .loading .fn__pulse {
  opacity: 1;
  visibility: visible;
}
.fn__pulse {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.fn__pulse span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--mc);
}
.fn__pulse span:first-child {
  animation: fn__pulse 0.4s ease 0s infinite alternate;
}
.fn__pulse span:nth-child(2) {
  animation: fn__pulse 0.4s ease 0.2s infinite alternate;
}
.fn__pulse span:nth-child(3) {
  animation: fn__pulse 0.4s ease 0.4s infinite alternate;
}
@keyframes fn__pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    transform: scale(0.75);
  }
}
.be_animated {
  animation-duration: 0.8s;
  visibility: hidden;
  display: none;
}
.be_animated.done {
  visibility: visible;
  display: block;
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInTop {
  animation-name: fadeInTop;
}
#contact {
  padding: 150px 0 200px;
}
#contact .resumo_fn_main_title {
  margin-bottom: 58px;
}
#contact .contact_form,
.resumo_fn_contact {
  width: 100%;
  float: left;
  clear: both;
}
.resumo_fn_contact .input_wrapper {
  width: 100%;
  position: relative;
}
.resumo_fn_contact .input_wrapper input,
.resumo_fn_contact .input_wrapper textarea {
  position: relative;
  z-index: 3;
}
.resumo_fn_contact .moving_placeholder {
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  line-height: 70px;
  margin: 0;
  padding: 0 0 0 30px;
  font-weight: 400;
  color: #888;
  transform-origin: left;
  z-index: 1;
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.resumo_fn_contact .active .moving_placeholder {
  transform: scale(0.75) translateY(-85%);
  color: var(--mc);
  background: #1d1b19;
  z-index: 33;
  padding-right: 30px;
  margin-left: 10px;
  top: 0;
  height: 25px;
  line-height: 25px;
}
.resumo_fn_contact textarea {
  height: 200px;
}
.resumo_fn_contact .items {
  margin-left: -20px;
}
.resumo_fn_contact .item {
  width: 100%;
  float: left;
  padding-left: 20px;
  margin-bottom: 20px;
}
.resumo_fn_contact .item:last-child {
  margin-bottom: 0;
}
.resumo_fn_contact .item.half {
  width: 50%;
}
.resumo_fn_contact .contact_form .a,
.resumo_fn_contact .contact_form a {
  display: block;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 20px;
  color: #ddd;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.resumo_fn_contact .contact_form .a:hover,
.resumo_fn_contact .contact_form a:hover {
  border-color: var(--mc);
  color: var(--mc);
}
.resumo_fn_contact .contact_form .a:focus,
.resumo_fn_contact .contact_form a:focus {
  outline: 1px dashed #444;
}
.empty_notice {
  margin-bottom: 25px;
}
.empty_notice,
.error {
  color: #dd3936;
}
.empty_notice,
.error,
.success {
  display: none;
  text-align: left;
  font-weight: 500;
}
.success {
  color: #009140;
  margin-bottom: 25px;
}
.contact_error {
  color: #dd3936;
}
.resumo_fn_contact_info {
  padding: 95px 0 0;
}
.resumo_fn_contact_info p {
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.resumo_fn_contact_info h3 {
  padding: 0;
  margin: 0 0 58px;
  font-weight: 400;
  max-width: 300px;
}
.resumo_fn_contact_info h3 a {
  text-decoration: none;
}
.resumo_fn_contact_info .fn__link {
  text-transform: none;
  font-size: 18px;
}
.resumo_fn_contact_info :last-child {
  margin-bottom: 0;
}
.fn__link {
  text-decoration: none;
  color: #ddd;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.fn__link:hover {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
#footer {
  float: left;
  clear: both;
  z-index: 5;
}
#footer,
#footer .footer_top {
  width: 100%;
  position: relative;
}
#footer .footer_top {
  height: 1px;
}
#footer .footer_top:after {
  left: 0;
  right: 220px;
}
#footer .footer_top:after,
#footer .footer_top:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
}
#footer .footer_top:before {
  width: 110px;
  right: 0;
}
#footer .footer_content p {
  line-height: 30px;
}
#footer .footer_content {
  padding: 62px 0 61px;
}
.resumo_fn_totop {
  text-decoration: none;
  position: absolute;
  width: 21px;
  height: 26px;
  display: block;
  right: 154px;
  top: 50%;
  margin-top: -13px;
}
.resumo_fn_totop:after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.resumo_fn_totop:hover:after {
  border-color: var(--mc);
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
}
.resumo_fn_totop:hover span {
  background-color: var(--mc);
}
.resumo_fn_totop span {
  display: block;
  background-color: #888;
  width: 1px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.3s ease;
}
.resumo_fn_totop span:after {
  left: -1px;
  transform: rotate(45deg);
}
.resumo_fn_totop span:after,
.resumo_fn_totop span:before {
  display: block;
  background-color: inherit;
  width: 14px;
  height: 1px;
  content: "";
  position: absolute;
  top: 1px;
  margin-top: 4px;
}
.resumo_fn_totop span:before {
  right: -1px;
  transform: rotate(-45deg);
}
.resumo_fn_intro {
  padding: 0 50px 50px;
  position: relative;
  background-color: #f1f1f1;
  min-height: 100vh;
}
.resumo_fn_intro .divider:after,
.resumo_fn_intro .divider:before {
  content: "";
  position: absolute;
  left: 26%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ddd;
}
.resumo_fn_intro .divider:before {
  left: auto;
  right: 26%;
}
.resumo_fn_intro .intro_content {
  position: relative;
  z-index: 5;
  width: 100%;
}
.resumo_fn_intro .title_holder {
  text-align: center;
  padding: 59px 0 61px;
}
.resumo_fn_intro .title_holder h3 {
  margin: 0;
  padding: 0;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
}
.resumo_fn_intro .title_holder p {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  color: #7c7165;
}
.resumo_fn_intro .title_holder h3 a {
  color: #1d1b19;
  text-decoration: none;
}
.resumo_fn_intro .v_list {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  min-height: 686px;
  min-height: calc(100vh - 262px);
  overflow: hidden;
}
.resumo_fn_intro .v_list .left,
.resumo_fn_intro .v_list .right {
  width: 50%;
  padding: 7vw 5vw;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.resumo_fn_intro .v_list a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  display: block;
  z-index: 7;
}
.resumo_fn_intro .v_list span {
  position: absolute;
  font-size: 14px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 10px 20px;
  bottom: 15px;
  display: block;
  z-index: 2;
  font-weight: 400;
  color: var(--mc);
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.resumo_fn_intro .v_list .left:hover span {
  transform: translateY(-50px) translateX(-50%);
  background-color: #eee;
  padding: 10px 40px;
}
.resumo_fn_intro .v_list .right:hover span {
  transform: translateY(-50px) translateX(-50%);
  background-color: #111;
  padding: 10px 40px;
}
.resumo_fn_intro .v_list .left img {
  border: 1px solid #dfdfdf;
  border-radius: 1px;
  min-width: 100%;
}
.resumo_fn_intro .v_list .left {
  background-color: #fff;
}
.resumo_fn_intro .v_list .right img {
  border: 1px solid #525252;
  border-radius: 1px;
  min-width: 100%;
}
.resumo_fn_intro .v_list .right {
  background-color: #1d1b19;
}
.resumo_fn_intro #footer p {
  text-align: center;
}
.resumo_fn_intro #footer .footer_content {
  padding-bottom: 11px;
}
@media (max-width: 1400px) {
  .resumo_fn_about_info {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .resumo_fn_cv_btn {
    margin-left: 0;
  }
  .resumo_fn_about_info .about_left {
    margin-bottom: 54px;
  }
  .resumo_fn_cv_btn a {
    width: 100%;
  }
  .container {
    padding: 0 8%;
  }
  .resumo_fn_partners li {
    width: 50%;
  }
  .resumo_fn_blog_list li {
    padding-left: 30px;
  }
  .resumo_fn_blog_list ul {
    margin-left: -30px;
  }
}
@media (max-width: 1040px) {
  .container {
    padding: 0 20px;
  }
  .resumo_fn_intro .v_list .left {
    margin-bottom: 40px;
  }
  .resumo_fn_intro .v_list {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    box-shadow: none;
    min-height: inherit;
  }
  .resumo_fn_intro .v_list .left,
  .resumo_fn_intro .v_list .right {
    width: 100%;
    padding: 20px;
  }
  .resumo_fn_intro {
    padding: 0 40px 40px;
  }
  .resumo_fn_intro .v_list span {
    position: relative;
    left: auto;
    transform: none !important;
    bottom: auto;
    margin-top: 20px;
  }
  .resumo_fn_intro .v_list .left span {
    background-color: #eee;
    padding: 10px 40px;
  }
  .resumo_fn_intro .v_list .right span {
    background-color: #111;
    padding: 10px 40px;
  }
  .resumo_fn_content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .resumo_fn_right {
    width: 100%;
    position: relative;
    min-height: inherit;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border-left: none;
  }
  .resumo_fn_right .menu_trigger {
    position: fixed;
    padding: 5px;
    right: 10px;
    top: 10px;
  }
  .resumo_fn_navigation {
    width: 100%;
  }
  .resumo_fn_right .right_in {
    height: auto !important;
  }
  .resumo_fn_left {
    min-width: 100%;
    min-height: inherit;
    width: 100%;
  }
  .resumo_fn_right .right_in {
    padding: 100px 20%;
  }
  #home {
    padding-top: 50px;
    min-height: inherit;
    padding-bottom: 0;
  }
  #about {
    padding-top: 150px;
  }
  #contact,
  #customers,
  #news,
  #portfolio,
  #services {
    padding-top: 100px;
  }
  #contact {
    padding-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .resumo_fn_right .right_in {
    padding: 100px 20px;
  }
  .resumo_fn_contact .item.half {
    width: 100%;
  }
  .resumo_fn_main_title .desc,
  .resumo_fn_testimonials .desc {
    font-size: 20px;
    line-height: 1.5;
  }
  #nav ul a {
    font-size: 20px;
  }
  #footer .footer_top:before {
    width: 20px;
  }
  #footer .footer_top:after {
    right: 130px;
  }
  .resumo_fn_blog_list li {
    width: 100%;
  }
  .resumo_fn_totop {
    right: 64px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .resumo_fn_contact_info h3 {
    max-width: 100%;
  }
  .resumo_fn_main_title .title {
    font-size: 36px;
  }
  .resumo_fn_partners li {
    width: 100%;
  }
  .resumo_fn_service_list .item {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .resumo_fn_service_list .item_right {
    width: 100%;
    min-width: 100%;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 40px;
    align-items: flex-start;
    text-align: left;
  }
  .resumo_fn_boxed_list .item_top {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .resumo_fn_boxed_list .item_top span {
    margin-left: 0;
  }
  .resumo_fn_navigation .nav_in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 370px) {
  .resumo_fn_about_info tr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .resumo_fn_about_info th:first-child {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
  .container.noright {
    padding-right: 10px;
  }
}
body.light {
  background-color: #fff;
  color: #777;
}
body.light h1,
body.light h2,
body.light h3,
body.light h4,
body.light h5,
body.light h6 {
  color: #000;
}
body.light .resumo_fn_right {
  border-left-color: rgba(0, 0, 0, 0.2);
}
body.light .resumo_fn_main_title .title:after {
  background-color: rgba(0, 0, 0, 0.3);
}
body.light .resumo_fn_about_info th:first-child {
  color: #333;
}
body.light .resumo_fn_about_info table th {
  color: #000;
}
body.light .resumo_fn_about_info table a {
  color: #000;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
body.light .resumo_fn_about_info table a:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
body.light .resumo_fn_right .border1,
body.light .resumo_fn_right .border2 {
  border-color: rgba(0, 0, 0, 0.2);
}
body.light .resumo_fn_right:hover .border1,
body.light .resumo_fn_right:hover .border2 {
  border-color: rgba(0, 0, 0, 0.3);
}
body.light .resumo_fn_cv_btn a {
  border-color: rgba(0, 0, 0, 0.2);
}
body.light .resumo_fn_cv_btn a:hover {
  border-color: var(--mc);
}
body.light .resumo_fn_cv_btn .icon {
  color: #333;
}
body.light .resumo_fn_tabs .tab_header li:after {
  background-color: rgba(0, 0, 0, 0.2);
}
body.light .resumo_fn_boxed_list .item,
body.light .resumo_fn_service_list .item {
  background-color: #fafafa;
  border-color: #ddd;
}
body.light .resumo_fn_boxed_list .item:after {
  background-color: rgba(0, 0, 0, 0.2);
}
body.light .resumo_fn_service_list .item_right {
  border-color: rgba(0, 0, 0, 0.05);
}
body.light .resumo_fn_partners a {
  background-color: #fafafa;
}
body.light .resumo_fn_partners a:hover {
  background-color: #eee;
}
body.light h1 > a,
body.light h2 > a,
body.light h3 > a,
body.light h4 > a,
body.light h5 > a,
body.light h6 > a {
  color: #000;
}
body.light h1 > a:hover,
body.light h2 > a:hover,
body.light h3 > a:hover,
body.light h4 > a:hover,
body.light h5 > a:hover,
body.light h6 > a:hover {
  color: var(--mc);
}
body.light .resumo_fn_blog_list .load_more a {
  border-color: rgba(0, 0, 0, 0.2);
}
body.light .resumo_fn_blog_list .load_more a:hover {
  border-color: var(--mc);
}
.contact_form .a,
body.light .resumo_fn_contact .contact_form a,
body.light .uneditable-input,
body.light input[type="color"],
body.light input[type="date"],
body.light input[type="datetime-local"],
body.light input[type="datetime"],
body.light input[type="email"],
body.light input[type="month"],
body.light input[type="number"],
body.light input[type="password"],
body.light input[type="phone"],
body.light input[type="search"],
body.light input[type="tel"],
body.light input[type="text"],
body.light input[type="time"],
body.light input[type="url"],
body.light input[type="week"],
body.light textarea {
  border-color: rgba(0, 0, 0, 0.2);
  color: #333;
}
body.light .uneditable-input:hover,
body.light input[type="color"]:hover,
body.light input[type="date"]:hover,
body.light input[type="datetime-local"]:hover,
body.light input[type="datetime"]:hover,
body.light input[type="email"]:hover,
body.light input[type="month"]:hover,
body.light input[type="number"]:hover,
body.light input[type="password"]:hover,
body.light input[type="phone"]:hover,
body.light input[type="search"]:hover,
body.light input[type="tel"]:hover,
body.light input[type="text"]:hover,
body.light input[type="time"]:hover,
body.light input[type="url"]:hover,
body.light input[type="week"]:hover,
body.light textarea:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
body.light .uneditable-input:focus,
body.light input[type="color"]:focus,
body.light input[type="date"]:focus,
body.light input[type="datetime-local"]:focus,
body.light input[type="datetime"]:focus,
body.light input[type="email"]:focus,
body.light input[type="month"]:focus,
body.light input[type="number"]:focus,
body.light input[type="password"]:focus,
body.light input[type="phone"]:focus,
body.light input[type="search"]:focus,
body.light input[type="tel"]:focus,
body.light input[type="text"]:focus,
body.light input[type="time"]:focus,
body.light input[type="url"]:focus,
body.light input[type="week"]:focus,
body.light textarea:focus {
  border-color: var(--mc);
}
body.light .resumo_fn_contact .active .moving_placeholder {
  background-color: #fff;
  color: var(--mc);
}
body.light .fn__link {
  color: #333;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
body.light .fn__link:hover {
  border-bottom-color: rgba(0, 0, 0, 0.4);
}
body.light #footer .footer_top:after,
body.light #footer .footer_top:before {
  background-color: rgba(0, 0, 0, 0.2);
}
body.light .resumo_fn_contact .moving_placeholder {
  color: #999;
}
body.light .resumo_fn_contact .contact_form .a:hover,
body.light .resumo_fn_contact .contact_form a:hover {
  border-color: var(--mc);
  color: var(--mc);
}
body.light .resumo_fn_right .menu_trigger {
  color: #333;
}
body.light .resumo_fn_right .menu_trigger .hamb span {
  background-color: #333;
}
body.light .resumo_fn_progress_bar .progress_title {
  color: #333;
}
body.light .resumo_fn_progress_bar .progress_percent {
  background-color: rgba(0, 0, 0, 0.05);
}
body.light .resumo_fn_progress_bar .progress_percent:after {
  border-top-color: rgba(0, 0, 0, 0.05);
}
body.light .resumo_fn_progress_bar .bg_wrap {
  background-color: #eee;
}
body.light .resumo_fn_right .right_bottom a {
  color: #333;
}
body.light .resumo_fn_right .right_bottom a:before {
  background-color: rgba(0, 0, 0, 0.2);
}
body.light .resumo_fn_right .right_bottom a:hover {
  color: #000;
}
body.light .resumo_fn_right .right_bottom a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
body.light .resumo_fn_right .title_holder h5 {
  color: #333;
}
body.light .resumo_fn_navigation {
  background-color: #fff;
}
body.light .resumo_fn_nav_overlay {
  background-color: #eee;
}
body.light #nav .label {
  color: #777;
}
body.light #nav ul a {
  color: #333;
}
body.light #nav ul a:hover {
  color: var(--mc);
}
body.light .resumo_fn_navigation .social a {
  background-color: rgba(0, 0, 0, 0.05);
  color: #333;
}
body.light .resumo_fn_navigation .social a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body.light .resumo_fn_navigation .copyright a {
  color: #333;
}
body.light .resumo_fn_navigation .copyright a:before {
  background-color: rgba(0, 0, 0, 0.2);
}
body.light .resumo_fn_navigation .copyright a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
body.light .resumo_fn_tabs .tab_header a,
body.light .resumo_fn_testimonials .subtitle {
  color: #333;
}
body.light .resumo_fn_tabs .tab_header .active a {
  color: var(--mc);
}
body.light .cursor-inner.cursor-hover .fn-cursor {
  background-color: rgba(0, 0, 0, 0.1);
}
body.light .cursor-inner.cursor-slider:not(.cursor-hover) .fn-cursor,
body.light .cursor-link,
body.light .cursor-outer .fn-cursor {
  border-color: rgba(0, 0, 0, 0.5);
}
body.light .cursor-inner.cursor-slider.cursor-hover span:after,
body.light .cursor-inner.cursor-slider.cursor-hover span:before {
  background-color: #000;
}
body.light .cursor-inner .fn-cursor,
body.light .cursor-inner .fn-left:after,
body.light .cursor-inner .fn-left:before,
body.light .cursor-inner .fn-right:after,
body.light .cursor-inner .fn-right:before {
  background-color: rgba(0, 0, 0, 0.5);
}
body.light .dark.cursor-inner.cursor-hover .fn-cursor {
  background-color: rgba(255, 255, 255, 0.1);
}
body.light .dark.cursor-inner.cursor-slider:not(.cursor-hover) .fn-cursor,
body.light .dark.cursor-link,
body.light .dark.cursor-outer .fn-cursor {
  border-color: rgba(255, 255, 255, 0.5);
}
body.light .dark.cursor-inner.cursor-slider.cursor-hover span:after,
body.light .dark.cursor-inner.cursor-slider.cursor-hover span:before {
  background-color: #fff;
}
body.light .dark.cursor-inner .fn-cursor,
body.light .dark.cursor-inner .fn-left:after,
body.light .dark.cursor-inner .fn-left:before,
body.light .dark.cursor-inner .fn-right:after,
body.light .dark.cursor-inner .fn-right:before {
  background-color: rgba(255, 255, 255, 0.5);
}
body.light .resumo_fn_modalbox {
  background-color: rgba(255, 255, 255, 0.95);
}
body.light .resumo_fn_modalbox .box_inner {
  background-color: #fafafa;
  border-color: #ddd;
}
body.light .fn__nav {
  border-top-color: #ddd;
}
body.light .fn__nav:after {
  background-color: #ddd;
}
body.light .fn__nav a {
  color: #333;
}
body.light .fn__nav a:hover {
  color: #111;
}
body.light .resumo_fn_modalbox .modal_content::-webkit-scrollbar-thumb {
  border-color: #fafafa;
}
@media (max-width: 768px) {
  body.light .resumo_fn_right .menu_trigger {
    background-color: #fafafa;
    border: 1px solid #ddd;
  }
}
.resumo_fn_modalbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 77;
  background-color: rgba(29, 27, 25, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.resumo_fn_modalbox .extra_closer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.modal_item {
  cursor: pointer;
}
.resumo_fn_modalbox.opened {
  opacity: 1;
  visibility: visible;
}
.resumo_fn_modalbox .closer {
  display: block;
  text-decoration: none;
  width: 18px;
  height: 18px;
  right: 46px;
  top: 35px;
  z-index: 5;
  position: absolute;
}
.resumo_fn_modalbox .closer:after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
  background-color: transparent;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.resumo_fn_modalbox .closer span:after,
.resumo_fn_modalbox .closer span:before {
  left: -3px;
  top: 8px;
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #888;
  transition: all 0.3s ease;
  perspective: 30px;
}
.resumo_fn_modalbox .closer span:after {
  transform: rotate(45deg) translateZ(0);
}
.resumo_fn_modalbox .closer span:before {
  transform: rotate(-45deg) translateZ(0);
}
.resumo_fn_modalbox .closer:hover:after,
.resumo_fn_modalbox.hovered .closer:after {
  border-color: var(--mc);
  transform: scale(1.23);
}
.resumo_fn_modalbox .closer:hover span:after,
.resumo_fn_modalbox .closer:hover span:before,
.resumo_fn_modalbox.hovered .closer span:after,
.resumo_fn_modalbox.hovered .closer span:before {
  background-color: var(--mc);
}
.fn__hidden {
  display: none;
}
.resumo_fn_modalbox .modal_content {
  scrollbar-width: thin;
  scrollbar-color: #333 #111;
}
.resumo_fn_modalbox .modal_content::-webkit-scrollbar {
  width: 11px;
}
.resumo_fn_modalbox .modal_content:-webkit-scrollbar-track {
  background: #111;
}
.resumo_fn_modalbox .modal_content::-webkit-scrollbar-thumb {
  background-color: var(--mc);
  border-radius: 10px;
  border: 3px solid #181715;
}
.resumo_fn_modalbox .container {
  height: 100vh;
}
.resumo_fn_modalbox .box_inner {
  position: absolute;
  top: 70px;
  bottom: 70px;
  width: 100%;
  max-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #181715;
  z-index: 156;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.resumo_fn_modalbox.opened .box_inner {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.resumo_fn_modalbox .modal_content {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  overflow-y: scroll;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.resumo_fn_modalbox .modal_in {
  padding: 60px;
}
.resumo_fn_modalbox .fn__cat {
  margin-bottom: 8px;
}
.resumo_fn_modalbox .fn__title {
  font-weight: 400;
  margin-bottom: 42px;
}
.resumo_fn_modalbox .img_holder {
  margin-bottom: 45px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.resumo_fn_modalbox .img_holder img {
  margin-bottom: -50%;
  opacity: 0 !important;
  min-width: 100%;
}
.resumo_fn_modalbox .img_holder .abs_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.resumo_fn_modalbox .fn__desc {
  margin-bottom: 28px;
}
.resumo_fn_modalbox .fn__desc:last-child {
  margin-bottom: 0;
}
.fn__nav {
  margin-top: auto;
  width: 100%;
  position: relative;
  height: 142px;
  min-height: 142px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.fn__nav:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  z-index: 2;
  margin-left: -0.5px;
}
.fn__nav a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  width: 100%;
  color: #ddd;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.fn__nav .prev {
  padding: 10px 10px 10px 106px;
}
.fn__nav .next {
  padding: 10px 106px 10px 10px;
  justify-content: flex-end;
  text-align: right;
}
.fn__nav .arrow_wrapper {
  display: block;
  width: 26px;
  height: 21px;
  left: 60px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  transition: transform 0.3s ease;
}
.fn__nav .arrow_wrapper:after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
  background-color: transparent;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.fn__nav .arrow {
  display: block;
  background-color: #888;
  width: 26px;
  height: 1px;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
}
.fn__nav .text {
  display: block;
  transition: transform 0.3s ease;
}
.fn__nav .arrow:after {
  transform: rotate(45deg);
  top: 100%;
  margin-top: 4px;
}
.fn__nav .arrow:after,
.fn__nav .arrow:before {
  display: block;
  background-color: inherit;
  width: 14px;
  height: 1px;
  content: "";
  position: absolute;
  left: -1px;
}
.fn__nav .arrow:before {
  transform: rotate(-45deg);
  bottom: 100%;
  margin-bottom: 4px;
}
.fn__nav .next .arrow:after {
  top: auto;
  margin-top: inherit;
  right: -1px;
  left: auto;
  bottom: 100%;
  margin-bottom: 4px;
}
.fn__nav .next .arrow:before {
  bottom: auto;
  margin-bottom: inherit;
  right: -1px;
  left: auto;
  top: 100%;
  margin-top: 4px;
}
.fn__nav .next .arrow_wrapper {
  left: auto;
  right: 60px;
}
.fn__nav a:hover {
  color: #ccc;
}
.fn__nav a:hover .arrow {
  background-color: var(--mc);
}
.fn__nav a:hover .arrow_wrapper:after {
  border-color: var(--mc);
  transform: scale(1.23);
}
.fn__nav a.prev:hover .text {
  transform: translateX(45px);
}
.fn__nav a.prev:hover .arrow_wrapper {
  transform: translateX(15px);
}
.fn__nav a.next:hover .text {
  transform: translateX(-45px);
}
.fn__nav a.next:hover .arrow_wrapper {
  transform: translateX(-15px);
}
@media (max-width: 1040px) {
  .resumo_fn_modalbox .box_inner {
    max-width: 90%;
  }
  .resumo_fn_modalbox .modal_in {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fn__nav .next {
    padding-right: 66px;
  }
  .fn__nav .next .arrow_wrapper {
    right: 20px;
  }
  .fn__nav .prev {
    padding-left: 66px;
  }
  .fn__nav .prev .arrow_wrapper {
    left: 20px;
  }
}
@media (max-width: 370px) {
  .fn__nav .text {
    display: none;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.owl-carousel {
  display: block;
}
.typed-cursor {
  display: none;
}
.right_in::-webkit-scrollbar {
  width: 0;
}
.right_in {
  overflow: scroll;
  height: calc(100% - 0px);
}
.resumo_fn_modalbox .img_holder img {
  margin-bottom: -50% !important;
  min-width: 100% !important;
  max-height: unset !important;
}
#send_message {
  background: none;
  width: 100%;
  line-height: 0;
  padding: 30px;
}
.light #send_message {
  border-color: rgba(0, 0, 0, 0.2);
  color: #333;
}
#send_message:hover {
  border-color: var(--mc);
  color: var(--mc);
}
html {
  scroll-behavior: smooth;
}
.h3 {
  margin: 0;
  padding: 0 10px;
  font-size: 30px;
  min-height: 36px;
  position: relative;
  font-family: Jost;
  color: #ddd;
}
.light .h3 {
  color: #000;
}
