@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: 'Mona Sans';
  src:
    url('https://enigma-media.at/new/fonts/MonaSans/Mona-Sans.woff2') format('woff2 supports variations'),
    url('https://enigma-media.at/new/fonts/MonaSans/Mona-Sans.woff2') format('woff2-variations');
    font-weight: 200 900;
    font-stretch: 75% 125%;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

* {
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  font-family: 'Outfit', sans-serif;
  /*font-family: 'Mona Sans', sans-serif;*/
}

:root {
  /*

  --orange: #800020;
  --orange: #2C2C2C;
  --orange: #2B3A67;

  --orange: #04525e;
  --orange: #325f6a;
  --orange: #153741;

  */

  /* 
  
  --orange: #04525e;

  */
  
  /*--orange: #8cbbd9;*/
  /*--orange: #5c90af;*/
  --orange: #549B8C;
  /*--orange: #2f7d6d;*/
}

.phone-link span {
  position: relative;
  top: 5px;
  user-select: none;
  cursor: pointer;
}
.container.black-container {
  padding: 30px 30px 70px 30px;
  margin-top: 130px;
  width: 95%;
  background-color: rgba(20,20,20,1);
  border-radius: 15px;
  color: #FFFF;
  box-sizing: border-box;
  text-align: center;
}
.container.black-container h2 {
  font-size: 52px;
}
.container.black-container .block {
  margin-top: 30px;
  width: 90%;
  max-width: 300px;
  padding: 30px 20px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 15px;
  color: rgba(20,20,20,1);
}
.container.black-container .block:nth-child(odd) {
  background-color: var(--orange);
  color: #FFFF;
}
.container.black-container .block h2 {
  font-size: 24px;
}
.container.black-container .block p {
  padding-top: 30px;
  line-height: 1.5;
}


.faq {
  padding: 30px 30px 70px 30px;
  margin-top: 130px;
  width: 95%;
  background-color: rgba(20,20,20,1);
  border-radius: 15px;
  color: #FFFF;
  box-sizing: border-box;
}
.faq .faq-heading {
  padding: 0;
  margin: 0 auto;
  height: auto;
  min-height: 0 !important;
}
.faq .small {
  margin-top: 30px;
  width: 100% !important;
  text-align: left !important;
  font-size: 16px;
  color: #FFF !important;
}
.faq .block {
  margin-top: 70px;
}
.faq h2 {
  margin-top: 30px;
  font-size: 52px;
}
.faq .over {
  padding: 0;
  margin-top: 0;
  border-bottom: solid rgba(150,150,150,1) 1px;
}
.faq .entry {
  display: flex;
  box-sizing: border-box;
  color: rgba(180,180,180,1);
  cursor: pointer;
}
.faq .over p {
  color: rgba(180,180,180,1);
  text-align: left;
}
.faq .over.active h2 {
  color: #FFFF !important;
}
.faq .over.active p {
  color: #FFFF !important;
}
.faq .over.active span {
  color: #FFFF !important;
}
.faq .over.active .number {
  color: #FFFF !important;
}
.faq .entry .number {
  font-size: 14px;
  width: 20px;
  height: 50px;
  line-height: 40px;
  color: rgba(180,180,180,1);
}
.faq .entry .text {
  margin-left: 10px;
  width: calc(100% - 60px);
  text-align: left;
  transition: all .3s;
}
.faq .entry .text h2 {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  color: rgba(180,180,180,1);
  transition: all .3s;
}
.faq .entry .span {
  margin-top: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  color: #FFFF;
  transition: all .3s;
  color: rgba(180,180,180,1);
  transition: all .3s;
}
.faq .entry .span span {
  line-height: 30px;
}
.faq .entry .span.span-active {
  transform: rotate(-180deg);
  background-color: var(--orange);
}
.faq .faq-text {
  padding-bottom: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}
.faq .faq-text.faq-active {
  padding: 10px 0 !important;
  max-height: 300px !important;
}

.scroller-parent {
  margin-top: 50px;
}
.sticky-container.first .scroller-parent {
  width: 100vw;
  display: flex;
  flex-wrap: nowrap; /* Prevents items from wrapping to the next line */
  overflow: hidden;
  overflow-x: scroll;
}
.scroller-parent section {
  margin-top: 50px;
  padding: 30px 40px 70px 40px;
  width: 90%;
  max-width: 360px;
  height: auto;
  background-color: rgba(10,10,10,1);
  box-shadow: 0 4px 12px 2px rgba(0,0,0,.1);
  color: #FFFF;
  border-radius: 35px;
  box-sizing: border-box;
  text-align: center;
}
.sticky-container.first section {
  padding: 0;
  flex: 0 0 auto;
  width: 300px;
  height: 250px;
  margin-right: 20px;
  background: none !important;
  box-shadow: none !important;
}
.scroller-parent section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sticky-container.first section img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border: solid rgba(230,230,230,1) 3px;
  border-radius: 25px;
  box-shadow: 0 4px 12px 4px rgba(0,0,0,.3);
}
.scroller-parent section h2 {
  padding-top: 25px;
  font-weight: 700;
  font-stretch: 125%;
  color: #FFFF;
  font-size: 32px;
}
.scroller-parent section p {
  padding-top: 15px;
  line-height: 1.7;
  font-weight: 500;
  font-stretch: 125%;
  color: #FFFF;
}
.scroller-parent section:nth-child(2n) {
  background-color: #0368fc;
  color: var(--black);
}
.scroller-parent section:nth-child(3n) {
  background-color: rgba(240,240,240,1);
}
.scroller-parent section:nth-child(3n) h2 {
  color: var(--black);
}
.scroller-parent section:nth-child(3n) p {
  color: var(--black);
}

.sticky-background {
  margin-top: 70px;
  padding-top: 130px;
  padding-bottom: 130px;
  width: 100%;
  background-color: rgba(120,120,120,.1);
}
.par-sticky-container {
  width: 100%;
  margin-top: 130px;
  position: relative;
}

.par-sticky-container h2 {
  font-size: 42px;
  color: var(--orange);
}

.par-sticky-element {
  position: sticky;
  top: calc(50vh - 200px);
  width: 300px;
  text-align: center;
  z-index: -1;
  color: var(--black);
}

.par-sticky-container .block {
  margin-top: 130px;
  width: 300px;
  height: 300px;
}

.par-sticky-container .block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.white-faq {
  margin-top: 130px;
  width: 85%;
  border-radius: 15px;
  color: rgba(130,130,130,1);
  box-sizing: border-box;
}
.white-faq .faq-heading {
  padding: 0;
  margin: 0 auto;
  height: auto;
  min-height: 0 !important;
}
.white-faq .small {
  margin-top: 30px;
  width: 100% !important;
  text-align: left !important;
  font-size: 16px;
  color: #FFF !important;
}
.white-faq .block {
  margin-top: 70px;
}
.white-faq h2 {
  margin-top: 30px;
  font-size: 52px;
  text-align: center;
}
.white-faq .small {
  text-align: center !important;
  color: var(--blue) !important;
}
.white-faq .over {
  margin-top: 20px;
  padding: 0 !important;
  border-bottom: solid rgba(150,150,150,1) 1px;
  background-color: #FFFF;
  transition: all .3s;
}
.white-faq .entry {
  display: flex;
  box-sizing: border-box;
  color: rgba(130,130,130,1);
  cursor: pointer;
}
.white-faq .over p {
  color: rgba(130,130,130,1);
  text-align: left;
}
.white-faq .over.active h2 {
  color: rgba(30,30,30,1) !important;
}
.white-faq .over.active p {
  color: rgba(30,30,30,1) !important;
}
.white-faq .over.active span {
  color: #FFFF;
}
.white-faq .over.active .number {
  color: rgba(30,30,30,1) !important;
}
.white-faq .over.active {
  margin: 10px auto;
  padding: 20px !important;
  background-color: rgba(249,249,249,255);
  border-radius: 15px;
  border: none;
  box-sizing: border-box;
}
.white-faq .entry .number {
  font-size: 14px;
  width: 20px;
  height: 50px;
  line-height: 40px;
  color: rgba(130,130,130,1);
}
.white-faq .entry .text {
  margin-left: 0;
  width: calc(100% - 30px);
  text-align: left;
  transition: all .3s;
}
.white-faq .entry .text h2 {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  color: rgba(130,130,130,1);
  transition: all .3s;
  text-align: left;
}
.white-faq .entry .span {
  margin-top: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  color: #FFFF;
  transition: all .3s;
  color: rgba(130,130,130,1);
  transition: all .3s;
}
.white-faq .entry .span span {
  line-height: 30px;
}
.white-faq .entry .span.span-active {
  transform: rotate(-180deg);
  background-color: var(--orange);
}
.white-faq .faq-text {
  padding-bottom: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}
.white-faq .faq-text.faq-active {
  padding: 10px 0 !important;
  max-height: 300px !important;
}

html {
  scroll-behavior: smooth;
}

u {
  text-decoration: underline;
}

.only-desktop {
  display: none;
}

.checkbox {
  margin-left: 0 !important;
  width: 20px !important;
  height: 20px !important;
}

header {
  position: fixed;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: #FFFF;
  transition: all .3s;
  display: flex;
  flex-wrap: wrap;
  z-index: 9999999;
}
header a {
  color: rgba(60,60,60);
}
header .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  line-height: 50px;
  display: flex;
  z-index: -1;
}
header .logo h1 {
  font-size: 32px;
  font-weight: 500;
  color: rgba(60,60,60);
}
header .hamburger {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
}
header nav {
  margin-top: 70px;
  width: 190px;
  text-align: center;
  line-height: 50px;
}
header nav .hide {
  width: 100%;
  height: 50px;
  overflow: hidden;
}
header nav ul li {
  font-size: 16px;
  cursor: pointer;
}
header nav ul li span {
  position: relative;
  top: 2px;
  left: 1px;
  font-size: 16px;
  line-height: 1;
}
header nav .special {
  margin-top: 5px;
  width: 170px;
  height: 40px;
  line-height: 40px;
  border: solid rgba(60,60,60) 4px;
  box-shadow: 4px 4px 1px 1px var(--orange);
  font-weight: 700;
}

main {
  width: 100%;
}
main .main-header {
  padding-top: 90px;
  padding-bottom: 30px;
  width: 300px;
  color: rgba(60,60,60);
  border-bottom: solid rgba(60,60,60) 1px;
}
main .main-header h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
}
main .main-header p {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}
main .main-header .button-wrapper {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
}
main .main-header .button-wrapper .button {
  margin-left: 0;
  margin-top: 30px;
  width: 170px;
  text-align: center;
  line-height: 40px;
  border: solid rgba(60,60,60) 4px;
  box-shadow: 4px 4px 1px 1px var(--orange);
}
main .main-header .button-wrapper .button a {
  color: rgba(60,60,60);
}
main .main-header .button-wrapper .normal-button {
  width: 90px;
  line-height: 50px;
  border: none;
  box-shadow: none;
}
main .main-header .button-wrapper .normal-button span {
  position: relative;
  top: 1px;
  left: 7px;
}
main .main-header .logo-wrapper {
  margin-top: 30px;
  width: 300px;
}
main .main-header .logo-wrapper .item-holder {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
main .main-header .logo-wrapper .item-holder:after {
  content: '';
  position: absolute;
  top: 1%;
  left: 1%;
  width: 97%;
  height: 97%;
  background: rgba(60,60,60);
  box-sizing: border-box;
  z-index: -1;
}
main .main-header .logo-wrapper .item-holder .item {
  margin: .5px;
  width: 148px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #FFFF;
}
main .main-header .logo-wrapper .item-holder .item img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  filter: grayscale(1);
  user-select: none;
}
main .second .block {
  margin-top: 30px;
  padding: 30px 20px;
  width: 300px;
  height: auto;
  background: rgba(60,60,60);
  color: #FFFF;
  box-sizing: border-box;
  box-shadow: 4px 4px 1px 1px var(--orange);
}
main .second h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
}
main .second p {
  line-height: 1.7;
}
main .second .button {
  margin-top: 17px;
  margin-left: 0;
  width: 230px;
  height: 40px;
  background: #FFFF;
  text-align: center;
  line-height: 40px;
}
main .second .button a {
  color: rgba(60,60,60);
}

main .container {
  padding-bottom: 30px;
  width: 300px;
}
main .container .first {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  border-bottom: solid rgba(60,60,60) 1px;
}
main .container .first .block {
  width: 300px;
  color: rgba(60,60,60);
  text-align: center;
}
main .container .first .block h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}
main .container .first .block p {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}
main .container .first .block .wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
main .container .first .block .wrapper .item {
  padding: 30px 20px;
  margin-top: 30px;
  width: 300px;
  border: solid rgba(60,60,60) 4px;
  box-shadow: 4px 4px 1px 1px var(--orange);
  box-sizing: border-box;
  cursor: pointer;
}
main .container .first .block .wrapper .item span {
  font-size: 72px;
  color: var(--orange);
}
main .container .first .block .wrapper .item h3 {
  padding-top: 10px;
  font-size: 28px;
  font-weight: 500;
}
main .container .second {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 300px;
  border-bottom: solid rgba(60,60,60) 1px;
  color: rgba(60,60,60);
}
main .container .second .wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
main .container .second .centerer {
  width: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .container .second .new {
  height: 470px;
  font-weight: 500;
}
main .container .second .block {
  height: 290px;
}
main .container .second .block h2 {
  font-weight: 500;
}
main .container .second .block p {
  font-weight: 300;
}
main .container .second .new:after {
  left: -70px;
  top: 130px;
}
main .container .second .info-block h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}
main .container .second .info-block p {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

main .calculator {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0px;
  width: 300px;
  color: rgba(60,60,60);
}
main .calculator h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
main .q {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
main .q-2 {
  display: none;
}
main .q-3 {
  display: none;
}
main .q-4 {
  display: none;
}
main .q-5 {
  display: none;
}
main .q-6 {
  display: none;
}
main .q-7 {
  display: none;
}
main .q-8 {
  display: none;
}
main .q-9 {
  display: none;
}
main .calculator .box {
  margin-top: 20px;
  padding: 20px;
  width: 140px;
  height: 140px;
  border: solid rgba(60,60,60) 4px;
  box-shadow: 4px 4px 1px 1px var(--orange);
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  color: rgba(60,60,60);
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 1.3;
}
main .calculator .box:nth-of-type(odd) {
  margin-left: 0;
}
main .calculator .box:nth-of-type(even) {
  margin-right: 0;
}
main .calculator .box h3 {
  font-weight: 300;
  font-size: 16px;
}
main .calculator form {
  width: 300px;
}
main .calculator form input {
  margin-top: 10px;
  padding: 0 20px;
  width: 300px;
  height: 50px;
  border: solid rgba(60,60,60) 4px;
  box-shadow: 4px 4px 1px 1px var(--orange);
  box-sizing: border-box;
  color: rgba(60,60,60);
  font-size: 16px;
}
main .calculator form input::placeholder {
  color: rgba(60,60,60);
}
main .calculator .parameterStorer {
  display: none;
}
main .calculator form button {
  margin-top: 10px;
  width: 300px;
  height: 50px;
  background: none;
  box-shadow: 4px 4px 1px 1px var(--orange);
  border: solid rgba(60,60,60) 4px;
  color: rgba(60,60,60);
  font-size: 16px;
  cursor: pointer;
}
.calendly-popup {
  margin-top: 50px;
  max-width: 320px !important;
  max-height: 470px;
}

.footer {
  border-top: solid rgba(60,60,60) 1px;
  margin-top: 30px;
  padding: 70px 0;
  width: 100%;
  background: rgba(248,248,248);
}
.footer .contact {
  width: 300px;
}
.footer .contact h2 {
  font-size: 32px;
  font-weight: 500;
  color: rgba(60,60,60);
}
.footer .contact form {
  width: 100%;
}
.footer .contact form input {
  margin-top: 10px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: #FFFF;
  box-shadow: 4px 4px 1px 1px var(--orange);
  border: solid rgba(60,60,60) 4px;
  box-sizing: border-box;
  color: rgba(60,60,60);
}
.footer .contact form textarea {
  margin-top: 10px;
  padding: 0 20px;
  width: 100%;
  height: 150px;
  background: #FFFF;
  box-shadow: 4px 4px 1px 1px var(--orange);
  border: solid rgba(60,60,60) 4px;
  box-sizing: border-box;
  line-height: 50px;
  color: rgba(60,60,60);
  resize: none;
}
.footer .contact form button {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  background: #FFFF;
  box-shadow: 4px 4px 1px 1px var(--orange);
  border: solid rgba(60,60,60) 4px;
  line-height: 50px;
  color: rgba(60,60,60);
  cursor: pointer;
}
.footer .size-converter {
  width: 100%;
}
.footer .links {
  margin-top: 70px;
  padding-top: 70px;
  width: 100%;
  border-top: solid rgba(60,60,60) 1px;
}
.footer .links a {
  color: rgba(60,60,60);
}
.footer .links .black {
  color: rgba(60,60,60);
}
.footer .links .wrapper {
  width: 80%;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
}
.footer .links .header {
  margin-top: 10px;
  width: 300px;
  height: 50px;
  background: #FFFF;
  box-shadow: 4px 4px 1px 1px var(--orange);
  border: solid rgba(60,60,60) 4px;
  line-height: 50px;
  text-align: center;
  transition: all .3s;
}
.footer .links ul {
  margin-top: 30px;
  width: 300px;
  color: rgba(60,60,60);
}
.footer .links ul .ul-header {
  font-size: 24px;
  font-weight: 500;
}
.footer .links ul li {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

main .imprint {
  padding-top: 90px;
  width: 300px;
  color: rgba(120,120,120);
}
main .imprint h1 {
  color: rgba(60,60,60);
}
main .imprint h2 {
  padding-top: 10px;
  color: rgba(60,60,60);
}
main .imprint p {
  padding-top: 10px;
  font-weight: 300;
  line-height: 1.3;
}
main .imprint a {
  position: relative;
  top: 30px;
  padding: 14px 27px;
  background: var(--orange);
  border-radius: 3px;
  line-height: 50px;
  color: #FFFF;
}

main .container .third {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  border-top: solid rgba(60,60,60) 1px;
}
main .third h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(60,60,60);
  font-weight: 500;
  text-align: center;
  font-size: 32px;
}
main .third .button {
  margin-top: 17px;
  width: 230px;
  height: 40px;
  background: #FFFF;
  text-align: center;
  line-height: 40px;
}
main .third .button a {
  color: rgba(60,60,60);
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  margin: 70px 0;
  overflow: hidden;
  padding: 0;
  background: #FFFF;
  white-space: nowrap;
  position: relative;
  user-select: none;
  -webkit-user-drag: none;
}  
.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}  
.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}  
.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.logos:hover .logos-slide {
  animation-play-state: paused;
}
.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}
.logos-slide img {
  height: 70px;
  margin: 0 40px;
  user-select: none;
  -webkit-user-drag: none;
  filter: grayscale(1);
}

.contentt {
  margin-bottom: 130px;
  width: 100%;
}
.contentt h2 {
  font-size: 32px;
  text-align: center;
}
.contentt .wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.contentt .wrapper .left {
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 500px;
}
.contentt .wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contentt .wrapper .right {
  width: 100%;
  max-width: 500px;
  height: 300px;
}
.contentt .wrapper h2 {
  padding-top: 25px;
  text-align: center;
}
.contentt .wrapper p {
  padding-top: 15px;
  text-align: center;
  line-height: 1.7;
}
.contentt .wrapper .button {
  position: relative;
  top: 0;
  margin-top: 25px;
  width: 230px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  user-select: none;
  cursor: pointer;
  border: solid rgba(60,60,60) 4px;
  box-shadow: 4px 4px 1px 1px var(--orange);
  transition: all .3s;
}
.contentt .wrapper .button p {
  text-align: center;
  padding: 0;
  color: rgba(60,60,60,1);
  line-height: 50px;
}
.contentt .wrapper .button:hover {
  top: -10px;
  border: solid rgba(60,60,60) 4px;
  box-shadow: 6px 6px 1px 1px var(--orange);
}

.popup {
  position: fixed;
  top: 130px;
  left: calc(50% - 160px);
  padding: 30px 20px;
  width: 320px;
  height: auto;
  border: solid rgba(60,60,60) 4px;
  box-shadow: 4px 4px 1px 1px var(--orange);
  box-sizing: border-box;
  background-color: #FFFF;
  z-index: 999999999999999999;
}
.popup span {
  position: absolute;
  top: 15px;
  right: 15px;
  user-select: none;
  cursor: pointer;
}

.contentt .block {
  position: relative;
  margin-top: 30px;
  width: 300px;
  height: auto;
  box-shadow: 4px 4px 1px 1px var(--orange);
  border: solid rgba(60,60,60) 4px;
}
.contentt .block a {
  color: rgba(60,60,60);
}
.contentt .block img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.contentt .block .tag {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 130px;
  height: 30px;
  background: #FFFF;
  box-shadow: 4px 4px 1px 1px var(--orange);
  border: solid rgba(60,60,60) 4px;
  text-align: center;
  line-height: 30px;
  z-index: 99;
}
.contentt .block .tag p {
  padding: 0;
}
.contentt .block .text {
  padding: 20px;
  box-sizing: border-box;
}
.contentt .block .text h2 {
  line-height: 2;
  font-weight: 500;
}
.contentt .block .text p {
  padding-top: 10px;
  font-weight: 300;
  line-height: 1.7;
  font-size: 16px;
}

.third {
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  #enigmachat {
    margin-bottom: 170px;
  }
}

@media screen and (max-width: 1199px) {
  .heading {
      padding-top: calc(100vh - 700px);
  }
  .sticky-container.first .scroller-parent {
      margin-top: -20px;
  }
  .sticky-container.first {
      height: 500px;
  }
  .hcontainer .heading {
      min-height: 500px;
      height: calc(100vh - 150px);
  }
  .about {
      margin-top: -110px;
  }
  .sticky-container.first section:nth-child(1) {
      margin-left: 30px;
  }
}