body {
  background: #fff;
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
	font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.g2g-fadein {
  animation: fadeInAnimation ease-in-out 1.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.g2g-linkbox {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 16px;
  padding-top: 16px;
  color: #000;
	/*    transform: translateY(8vh);*/
}
.g2g-linkbox ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.g2g-linkbox li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.g2g-linkbox a:hover {
  text-decoration: none;
}

.g2g-linkbox-header {
  display: block;
}

.g2g-linkbox-logo {
  display: block;
  height: 150px;
  margin: 16px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  object-fit: cover;
  position: relative;
  cursor: pointer;
	filter: invert(1);
}

.g2g-linkbox-title h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  text-align: center;
  color: #000;
}

.g2g-linkbox-title h4 {
  font-size: 20px;
  margin-bottom: 16px;
  text-align: center;
  color: #000;
}

.g2g-linkbox-title-descritption {
  font-size: 15px;
  text-align: center;
  color: #000;
}

.g2g-linkbox-title-descritption p {
  margin-top: 16px;
  margin-bottom: 16px;
    letter-spacing: 1px;
}

.g2g-linkbox-contact {
  max-width: 400px;
  margin-left: -8px;
  margin-right: -8px;
}
.g2g-linkbox-contact .g2g-linkbox-links-block {
  max-width: 33.33333%;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  padding-bottom: 16px;
  float: left;
}
.g2g-linkbox-contact .g2g-linkbox-links-block:nth-of-type(1) {
  max-width: 50%;
}
.g2g-linkbox-contact .g2g-linkbox-links-block:nth-of-type(2) {
  max-width: 50%;
}

.g2g-linkbox-block-item {
  display: block;
  transition: transform 0.5s;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}

.g2g-linkbox-layout-button {
  padding: 20px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #ca8e46;
  border-radius: 5px;
  background-color: #fcfcfc;
  -webkit-transition: background-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #ca8e46;
  font-size: 12px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.g2g-linkbox-layout-button:hover {
  color: #ffe2c0;
  background-color: #bf344e;
}

.g2g-linkbox-block-content {
  display: inline-block;
  /*padding: 16px 24px;*/
}

.g2g-linkbox-block-icon {
  vertical-align: middle;
  display: inline-block;
  font-size: 24px;
}

.g2g-linkbox-rich-links .g2g-linkbox-links-block {
  max-width: 400px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  padding-bottom: 16px;
  float: left;
}

.g2g-linkbox-layout-button-produkt {
  background: #fff;
  color: #000;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0px 10px 35px -5px rgba(0, 0, 0, 0.2);
  font-weight: bolder;
  text-align: left;
  transition: all 0.5s ease-in-out;
}

.g2g-linkbox-layout-button-produkt:hover {
  color: #000;
  box-shadow: none;
  border-color: #000;
  border: 0.5px none;
  background: #f2f2f2;
}

.g2g-linkbox-block-icon-produkt {
  border-radius: 12px;
  background-color: #a3a3a3;
  background-position: 50% 50%;
  background-size: cover;
  height: 72px;
  width: 72px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.g2g-linkbox-block-content-produkt {
  vertical-align: middle;
  width: calc(100% - 88px);
  padding: 0;
  display: inline-block;
}
.g2g-linkbox-block-content-produkt div {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.g2g-linkbox-block-content-produkt-label {
  background: transparent !important;
  padding: 0;
  font-size: 1.1em;
  color: #000;
  font-weight: bolder;
  float: left;
  max-width: 100%;
}

.g2g-linkbox-social-links {
  text-align: center;
  font-size: 22.4px;
}
.g2g-linkbox-social-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.g2g-linkbox-social-links li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.g2g-linkbox-social-links .g2g-linkbox-social-item {
  display: inline-block;
  padding: 16px 8px;
  margin: 0;
  width: 31.333%;
  text-align: center;
}
.g2g-linkbox-social-links a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.g2g-linkbox-social-links .g2g-linkbox-social-icon {
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  margin-bottom: -0.2em;
}