@font-face {
  font-family: Silka;
  src: url('../fonts/silka-regular-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  background-color: #f3f7f8;
  background-image: linear-gradient(121deg, #f3f7f8, #f3f7f8 50%, #f3f7f800), url('../images/ChatGPT-Image-3-cze-2026-20_20_11.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50vw;
  max-width: none;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

.container-2 {
  flex-flow: column;
  justify-content: space-between;
  max-width: none;
  height: 8%;
  margin-left: 1vw;
  margin-right: 1vw;
  display: flex;
}

.navbarleftwrapper {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.navbarrightwrapper {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.link-block {
  color: #141414;
  padding-left: 40px;
  font-family: Silka, Verdana, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-block-2 {
  padding-left: 40px;
}

.container-3 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  height: 92%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block {
  flex-flow: column;
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block {
  color: #107af3;
  font-family: Silka, Verdana, sans-serif;
  font-size: 24px;
}

.div-block-2 {
  border: 2px dashed #107af3;
  border-radius: 0;
  margin-top: 20px;
  padding: 20px;
  position: relative;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Silka, Verdana, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 68px;
}

.cornerdot1 {
  position: absolute;
  inset: -8px auto auto -8px;
}

.cornerdot2 {
  position: absolute;
  inset: auto auto -8px -8px;
}

.cornerdot3 {
  position: absolute;
  inset: -8px -8px auto auto;
}

.cornerdot4 {
  position: absolute;
  inset: auto -8px -8px auto;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  padding-top: 340px;
  padding-left: 23px;
  display: flex;
}

.text-block-2 {
  color: #ff3200;
  font-size: 28px;
  text-decoration: none;
}

.orangecta {
  color: #ff3200;
  text-decoration: none;
}

.div-block-4 {
  padding-top: 35px;
}

.cta {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image {
  margin-left: 10px;
}

.container-4 {
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.divlines {
  justify-content: center;
  height: auto;
  display: flex;
}

.leftsidedivlines {
  width: 35%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.centerdivlines {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 3%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.rightsidedivlines {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.line {
  border: 1px solid #f4f8f9;
  width: 1px;
  height: 100%;
  padding-left: 0;
}

.div-block-5 {
  border: 1px solid #f4f8f9;
  width: 100%;
  height: 2px;
}

.divlinesseparator100 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 100px;
  display: grid;
}

.div-block-6 {
  width: 70%;
}

.lineleft {
  border: 1px solid #f4f8f9;
  justify-content: flex-start;
  align-items: center;
  width: 1px;
  height: 100%;
  padding-left: 0;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.lineright {
  border: 1px solid #f4f8f9;
  width: 1px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.leftmargin {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: auto;
  padding-left: 0;
  display: flex;
  position: static;
}

.div-block-8 {
  height: 100%;
  padding-right: 8vw;
}

.div-block-9 {
  background-color: #f3f7f8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 5px 20px;
  display: flex;
}

.rightcontentwrapper {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Silka, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.endofpagetoseestempp {
  justify-content: center;
  height: 500px;
  display: flex;
}

.text-block-3 {
  color: #555;
  font-family: Silka, Verdana, sans-serif;
}

.heading-3 {
  padding-bottom: 20px;
  font-family: Silka, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.div-block-10 {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.subtitle {
  background-color: #f3f7f8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-top: 0;
  margin-left: 0;
  padding: 5px 20px;
  display: flex;
}

.divlinesseparator50 {
  justify-content: center;
  height: 50px;
  display: flex;
}

.text-block-4 {
  color: #333333a6;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Silka, Verdana, sans-serif;
  line-height: 25px;
}

.smallcta {
  color: #ff3200;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_text2 {
  color: #ff3200;
  font-size: 20px;
  text-decoration: none;
}

.div-block-11 {
  object-fit: fill;
  width: 100%;
  overflow: hidden;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-12 {
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-13 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.divlinesseparator100-copy {
  justify-content: center;
  height: 100px;
  display: flex;
}

.linescontentdiv {
  justify-content: center;
  height: auto;
  min-height: auto;
  display: flex;
}

.contentsection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr minmax(100px, .25fr) 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rightmargin {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  padding-left: 0;
  display: flex;
  position: static;
}

.separatorsection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, auto);
  grid-template-columns: minmax(150px, 150px) minmax(200px, 100%) minmax(150px, 150px);
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.div-block-14 {
  width: 40%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
}

.div-block-15 {
  width: 57%;
  margin-top: 100px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-right: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 20px 0;
}

.container-5 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Silka, Verdana, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ff3200;
  text-decoration: underline;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.stackwrapper {
  flex-flow: wrap;
  padding-top: 40px;
  display: flex;
}

.stackelement {
  background-color: #f3f7f8;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  display: flex;
}

.text-block-5 {
  color: #282828;
  padding-left: 10px;
  font-family: Silka, Verdana, sans-serif;
  font-size: 16px;
}

.div-block-16 {
  margin-top: 20px;
}

.text-block-6 {
  color: #ff3200;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  display: block;
}

.link-block-3 {
  color: #ff3200;
  padding: 5px 10px;
  font-family: Silka, Verdana, sans-serif;
  font-size: 24px;
  text-decoration: underline;
  position: relative;
  overflow: hidden;
}

.div-block-17 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.section {
  background-color: #f3f7f8;
}

.text-block-7 {
  color: #686868;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: Silka, Verdana, sans-serif;
  display: flex;
}

.section-2 {
  background-color: #f3f7f8;
  height: auto;
}

.body {
  color: #010811;
  height: auto;
}

.navbarcontainerportfolio {
  flex-flow: column;
  justify-content: space-between;
  max-width: none;
  height: auto;
  margin-left: 1vw;
  margin-right: 1vw;
  display: flex;
}

.div-block-18 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.heading-4 {
  margin-bottom: 20px;
  font-family: Silka, Verdana, sans-serif;
  font-weight: 400;
}

.div-block-19 {
  width: 60%;
}

.section-3 {
  background-color: #f3f7f8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 45vh;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
  position: static;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.image-3 {
  width: 100%;
  margin-bottom: -103px;
  padding-top: 0;
}

.text-block-8 {
  color: #4b5359;
  font-family: Silka, Verdana, sans-serif;
}

.div-block-22 {
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

.div-block-23 {
  background-color: #fff;
  border-radius: 20px;
  margin-right: 10px;
  padding: 10px 15px;
}

.text-block-9 {
  font-family: Silka, Verdana, sans-serif;
  font-size: 15px;
}

.heading2portfolio {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Silka, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
}

.text-block-10 {
  color: #5a5a5a;
  margin-top: 20px;
  padding-right: 20px;
  font-family: Silka, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.textblockbold {
  color: #5a5a5a;
  margin-top: 40px;
  font-family: Silka, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-24 {
  flex-flow: wrap;
  padding-top: 40px;
  display: flex;
}

.heading3portfolio {
  color: #484848;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Silka, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 45px;
}

.sidetext {
  color: #01081180;
  text-align: right;
  margin-top: 100px;
  padding-top: 0;
  font-family: Silka, Verdana, sans-serif;
  font-size: 14px;
}

.lightbox-link {
  width: 100%;
  height: auto;
  padding-top: 10px;
  display: flex;
}

.image-4 {
  width: 100%;
  margin-right: 4px;
}

.image-5 {
  width: 100%;
  padding-left: 0;
}

.image-6 {
  padding-top: 20px;
}

.div-block-15-copy {
  width: 57%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-14-copy {
  width: 40%;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.sidetextmargin {
  color: #01081180;
  text-align: right;
  margin-top: 140px;
  padding-top: 8px;
  font-family: Silka, Verdana, sans-serif;
  font-size: 18px;
}

.div-block-25 {
  padding-bottom: 0;
  display: flex;
}

.div-block-15-2 {
  width: 57%;
  margin-top: 0;
  margin-bottom: 35px;
  padding-top: 10px;
  padding-right: 0;
}

.image-7 {
  padding-bottom: 20px;
}

.div-block-15-copy-copy {
  width: 57%;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.sidetext-copy {
  color: #01081180;
  text-align: right;
  padding-top: 40px;
  font-family: Silka, Verdana, sans-serif;
  font-size: 14px;
}

.sidetextmargin-copy {
  color: #01081180;
  text-align: right;
  margin-top: 0;
  padding-top: 100px;
  font-family: Silka, Verdana, sans-serif;
  font-size: 18px;
}

.lightbox-link-copy {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 100px;
  display: flex;
}

.teal {
  background-color: #01f6ff;
  border-radius: 9px;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  margin-right: 10px;
  padding: 20px;
  display: flex;
}

.div-block-27 {
  margin-top: 10px;
  display: flex;
}

.text-block-11 {
  color: #000;
  font-family: Silka, Verdana, sans-serif;
}

.div-block-26-copy {
  background-color: #01f6ff;
  border-radius: 9px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-right: 10px;
  padding: 20px;
  display: flex;
}

.orange {
  background-color: #ff5656;
  border-radius: 9px;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.bg {
  background-color: #fbf7f7;
  border-radius: 9px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.text-block-11-copy {
  color: #fff;
  font-family: Silka, Verdana, sans-serif;
}

.secondary2 {
  background-color: #503e5a;
  border-radius: 9px;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  margin-right: 10px;
  padding: 20px;
  display: flex;
}

.secondary3 {
  background-color: #312936;
  border-radius: 9px;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.image-8 {
  margin-top: 20px;
}

.button {
  color: #333;
  background-color: #01f6ff;
  font-family: Silka, Verdana, sans-serif;
}

.image-9, .image-10 {
  padding-bottom: 20px;
}

.headinguptop {
  margin-top: 140px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Silka, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
}

.simpletextuptop {
  color: #01081180;
  text-align: right;
  margin-top: 0;
  padding-top: 8px;
  font-family: Silka, Verdana, sans-serif;
  font-size: 14px;
}

.image-11 {
  margin-left: 3px;
  margin-right: 3px;
  padding-right: 0;
}

.image-12 {
  border-radius: 13px;
  width: 100%;
  margin-right: 0;
  line-height: 20px;
  position: static;
  inset: 0%;
}

.fullwidth {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 13px;
  grid-template-rows: auto;
  grid-template-columns: minmax(150px, 150px) minmax(200px, 100%) minmax(150px, 150px);
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 0;
  margin-left: 150px;
  margin-right: 150px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.homedivblock {
  width: 57%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-right: 0;
}

.homecontent {
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.linehomeseparatorheigh {
  border: 1px solid #f4f8f9;
  width: 1px;
  height: 100%;
  min-height: 100%;
  padding-top: 65px;
  padding-left: 0;
}

.divblock69 {
  padding-top: 0;
}

.subtitlecctacolor {
  background-color: #ff3200;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-top: 0;
  margin-left: 0;
  padding: 5px 20px;
  display: flex;
}

.text-block-3-copy {
  color: #fff;
  font-family: Silka, Verdana, sans-serif;
}

.div-block-28 {
  transform-style: preserve-3d;
  background-color: #ff32002e;
  position: absolute;
  inset: 0%;
  transform: translate(-83px)scale3d(0, 1, 1);
}

.sidetext-copy {
  color: #01081180;
  text-align: right;
  margin-top: 0;
  padding-top: 8px;
  font-family: Silka, Verdana, sans-serif;
  font-size: 14px;
}

.div-block-small-padding-down {
  width: 57%;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-15-copy-copy-copy {
  width: 57%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.lightbox-link-copy-copy {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.heading3portfolio-copy {
  color: #484848;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Silka, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 45px;
}

.div-block-15-copy45 {
  width: 57%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
}

.text-block-12 {
  padding-bottom: 10px;
  font-family: Silka, Verdana, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-block-12-copy {
  color: gray;
  font-family: Silka, Verdana, sans-serif;
  font-size: 16px;
}

.div-block-13-copy {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.divblock15-copy-copy-copy-copy-copy {
  justify-content: space-between;
  align-items: center;
  width: 57%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.image-13 {
  border-radius: 13px;
  width: 100%;
  min-height: auto;
}

.div-block-14-copy {
  width: 40%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
}

.div-block-29 {
  width: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-30 {
  width: 40%;
}

.dividercontentheigh {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-31 {
  background-color: #ff32001f;
  position: absolute;
  inset: 0%;
  transform: translate(0, 40px);
}

.image-14, .image-15 {
  margin-right: 10px;
}

.text-block-11-copy-copy {
  color: #000;
  font-family: Silka, Verdana, sans-serif;
}

.secondary2-copy {
  background-color: #503e5a;
  background-image: linear-gradient(125deg, #45084e, #c6173e);
  border-radius: 9px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-right: 10px;
  padding: 20px;
  display: flex;
}

.div-block-32 {
  margin-top: 0;
}

.div-block-33 {
  margin-bottom: 100px;
}

.text-block-13 {
  font-family: Silka, Verdana, sans-serif;
  font-size: 18px;
}

.div-block-34 {
  padding-top: 20px;
}

.primary2 {
  background-color: #d1193d;
  border-radius: 9px;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  margin-right: 10px;
  padding: 20px;
  display: flex;
}

.secondary12 {
  background-color: #100104;
  border-radius: 9px;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.colortitlewhite {
  color: #fff;
  font-family: Silka, Verdana, sans-serif;
}

.colortitleblack {
  color: #000;
  font-family: Silka, Verdana, sans-serif;
}

.bg2 {
  background-color: #261532;
  border-radius: 9px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.image-16 {
  width: 180px;
}

.div-block-35 {
  background-color: #ff32001f;
  position: absolute;
  inset: 0%;
  transform: translate(0, 31px);
}

.link-block-4 {
  color: #414141;
  text-decoration: none;
}

.link-block-4:hover {
  text-decoration: underline;
}

.divblocksmalldownpadding {
  width: 57%;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-right: 0;
}

.div-block-small-padding-down-and-up {
  width: 57%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.small-padding-up-and-down {
  width: 57%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-15-copy {
  width: 57%;
  margin-top: 100px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-right: 0;
}

.background-video {
  height: 0;
}

.code-embed {
  border-radius: 13px;
}

.small-padding-up-only {
  width: 57%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
  padding-right: 0;
}

.text-outlined {
  color: #ff3200;
  margin-top: 0;
  padding-right: 20px;
  font-family: Silka, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

.outlinedtextcontener {
  background-color: #ff320014;
  border: 0 solid #ff3200;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 15px;
}

.bold-text {
  font-size: 18px;
}

.text-block-10-copy {
  color: #5a5a5a;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: Silka, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.text-outlined-bigger-padding-top {
  color: #ff3200;
  margin-top: 0;
  padding-right: 20px;
  font-family: Silka, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

.cta-padding-up {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.div-block-36 {
  width: 2px;
}

.div-block-37 {
  display: flex;
}

.div-block-38 {
  width: 2px;
}

.smallctaleft {
  color: #ff3200;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-39 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-17 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .container-2 {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .navbarleftwrapper {
    width: 10%;
  }

  .navbarrightwrapper {
    width: 90%;
  }

  .link-block {
    font-size: 14px;
  }

  .container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading {
    font-size: 48px;
    line-height: 55px;
  }

  .text-block-2 {
    font-size: 24px;
  }

  .centerdivlines {
    display: none;
  }

  .lineleft {
    min-height: 100%;
  }

  .leftmargin {
    height: auto;
    min-height: auto;
  }

  .div-block-9 {
    margin-top: 10px;
  }

  .rightcontentwrapper {
    margin-top: 50px;
  }

  .div-block-10 {
    flex-flow: wrap;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .subtitle {
    width: 130px;
    padding-left: 20px;
  }

  .cta_text2 {
    font-size: 18px;
  }

  .div-block-12 {
    flex-flow: row;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .rightmargin {
    height: auto;
    min-height: auto;
  }

  .separatorsection {
    grid-template-rows: minmax(auto, auto);
    grid-template-columns: minmax(100px, 100px) minmax(200px, 100%) minmax(100px, 100px);
    height: auto;
  }

  .div-block-14 {
    width: 100%;
    display: block;
  }

  .div-block-15 {
    width: 100%;
    margin-top: 100px;
    padding-right: 20px;
  }

  .container-5 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 400;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .list-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-item-2 {
    padding-bottom: 20px;
  }

  .list-item-3 {
    padding-bottom: 0;
  }

  .navbarcontainerportfolio {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .div-block-18 {
    flex-flow: column;
  }

  .heading-4 {
    text-align: center;
  }

  .div-block-19 {
    width: 100%;
  }

  .section-3 {
    height: auto;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-20 {
    order: -9999;
    width: 50%;
    display: block;
  }

  .image-3 {
    margin-bottom: 0;
  }

  .text-block-8 {
    text-align: center;
  }

  .div-block-22 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .heading3portfolio {
    margin-top: 40px;
  }

  .sidetext {
    display: none;
  }

  .lightbox-link {
    justify-content: space-around;
  }

  .image-4 {
    margin-right: 20px;
  }

  .div-block-15-copy, .div-block-14-copy {
    width: 100%;
  }

  .sidetextmargin {
    display: none;
  }

  .div-block-25 {
    width: 100%;
  }

  .div-block-15-2 {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-15-copy-copy {
    width: 100%;
    padding-right: 0;
  }

  .sidetext-copy, .sidetextmargin-copy, .simpletextuptop {
    display: none;
  }

  .image-12 {
    width: 100%;
  }

  .fullwidth {
    grid-template-rows: minmax(auto, auto);
    grid-template-columns: minmax(100px, 100px) minmax(200px, 100%) minmax(100px, 100px);
    height: auto;
    margin-left: 100px;
    margin-right: 100px;
  }

  .homedivblock {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 20px;
  }

  .homecontent {
    flex-flow: column;
    height: 100%;
  }

  .subtitlecctacolor {
    width: 130px;
    padding-left: 20px;
  }

  .sidetext-copy {
    display: none;
  }

  .div-block-small-padding-down, .div-block-15-copy-copy-copy {
    width: 100%;
    padding-right: 0;
  }

  .div-block-15-copy45 {
    width: 100%;
    margin-top: 0;
    padding-right: 20px;
  }

  .text-block-12 {
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-12-copy {
    font-size: 14px;
  }

  .div-block-13-copy {
    flex-flow: column;
    height: 100%;
  }

  .divblock15-copy-copy-copy-copy-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding-bottom: 30px;
    padding-right: 20px;
  }

  .image-13 {
    width: 100%;
  }

  .div-block-14-copy {
    width: 100%;
    display: none;
  }

  .div-block-29 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .dividercontentheigh {
    flex-flow: column;
    height: 50px;
  }

  .divblocksmalldownpadding {
    width: 100%;
    margin-top: 100px;
    padding-right: 20px;
  }

  .div-block-small-padding-down-and-up, .small-padding-up-and-down {
    width: 100%;
    padding-right: 0;
  }

  .div-block-15-copy {
    width: 100%;
    margin-top: 0;
    padding-right: 20px;
  }

  .small-padding-up-only {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 38px;
    line-height: 42px;
  }

  .separatorsection {
    grid-template-columns: minmax(80px, 80px) minmax(200px, 100%) minmax(80px, 80px);
  }

  .div-block-15 {
    padding-right: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading2portfolio {
    font-size: 32px;
    line-height: 42px;
  }

  .heading3portfolio {
    font-size: 24px;
    line-height: 42px;
  }

  .div-block-15-copy, .div-block-15-2, .div-block-15-copy-copy {
    padding-right: 10px;
  }

  .headinguptop {
    font-size: 38px;
    line-height: 42px;
  }

  .fullwidth {
    grid-template-columns: minmax(80px, 80px) minmax(200px, 100%) minmax(80px, 80px);
    margin-left: 80px;
    margin-right: 80px;
  }

  .homedivblock, .div-block-15-copy, .div-block-small-padding-down, .div-block-15-copy-copy-copy {
    padding-right: 10px;
  }

  .heading3portfolio-copy {
    font-size: 32px;
    line-height: 42px;
  }

  .div-block-15-copy45 {
    padding-right: 10px;
  }

  .text-block-12 {
    font-size: 22px;
    line-height: 25px;
  }

  .divblock15-copy-copy-copy-copy-copy {
    padding-right: 10px;
  }

  .div-block-30 {
    width: 100%;
  }

  .divblocksmalldownpadding, .div-block-small-padding-down-and-up, .small-padding-up-and-down, .div-block-15-copy, .small-padding-up-only {
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    width: 85%;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-3 {
    padding-top: 0;
    display: none;
  }

  .rightcontentwrapper {
    margin-top: 20px;
    padding-right: 10px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 35px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 35px;
  }

  .cta_text2 {
    font-size: 16px;
  }

  .separatorsection {
    grid-template-rows: minmax(15px, auto);
    grid-template-columns: minmax(20px, 20px) minmax(200px, 100%) minmax(20px, 20px);
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .link-block-3 {
    padding-left: 10px;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 30px;
  }

  .section-3 {
    height: auto;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-22 {
    flex-flow: wrap;
  }

  .div-block-23 {
    margin-bottom: 10px;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .heading2portfolio {
    font-size: 32px;
    line-height: 35px;
  }

  .heading3portfolio {
    margin-top: 40px;
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-15-copy, .div-block-15-2 {
    padding-right: 0;
  }

  .teal {
    flex-flow: column;
  }

  .orange {
    flex-flow: column;
    width: 50%;
  }

  .bg, .secondary2, .secondary3 {
    flex-flow: column;
  }

  .headinguptop {
    font-size: 32px;
    line-height: 35px;
  }

  .fullwidth {
    grid-template-rows: minmax(25px, auto);
    grid-template-columns: minmax(20px, 20px) minmax(200px, 100%) minmax(20px, 20px);
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading3portfolio-copy {
    margin-top: 40px;
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-12 {
    font-size: 18px;
  }

  .secondary2-copy, .primary2 {
    flex-flow: column;
  }

  .secondary12 {
    flex-flow: column;
    width: 50%;
  }

  .bg2 {
    flex-flow: column;
  }
}

#w-node-ef7e1661-4797-913a-c61c-7700b9721e44-2dbfadad, #w-node-a5817e9c-5df8-0f11-3636-58e574a3a32c-2dbfadad, #w-node-e47c8844-bede-8b03-0371-8ab3c58f8a12-2fa3bb21, #w-node-_15d06a73-4241-eed5-bb59-188830f22c80-2fa3bb21, #w-node-_15d06a73-4241-eed5-bb59-188830f22c80-e01ba045, #w-node-_6c525dfb-04f5-c3a4-2f73-c62015b32a68-3aada3b7, #w-node-e47c8844-bede-8b03-0371-8ab3c58f8a12-3aada3b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Silka';
  src: url('../fonts/silka-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}