body.page-template-resources-template {

  --main-width: 1600;

  --content-width: 1140;

  --container-width: calc((var(--content-width) / var(--main-width)) * 100%);

}

body.page-template-resources-template .ip-banner::before {

  background: rgba(0, 0, 0, 0.25);

}

body.page-template-resources-template .ip-banner::after {

  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);

  position: absolute; content: '';

  bottom: 0; left: 0; right: 0; top: 75%; 

}

body.page-template-resources-template .ip-banner canvas {

  height: calc((514 / 1600) * 100vw);

}

body.page-template-resources-template #inner-page-wrapper {

  margin-bottom: 0;

}

body.page-template-resources-template #inner-page-wrapper > .container {

  padding: 0;

  width: 100%;

}

body.page-template-resources-template .ip-breadcrumbs  {

  font-size: var(--fs-14);

  margin: 0 auto 1.714em;

  position: absolute;

  bottom: 100%; left: 0; right: 0;

  width: var(--container-width);

}

body.page-template-resources-template .yoast-breadcrumbs {

  text-transform: uppercase;

  font-family: var(--ff-poppins);

  letter-spacing: 0.3em;

  font-weight: 300;

  color: #fff;

}

body.page-template-resources-template .ftr-contact {

  padding-top: calc(100 / var(--main-width) * 100%);

}



.res-section-1 {

  padding-top: calc((100 / var(--main-width)) * 100%);

  padding-bottom: calc((119 / var(--main-width)) * 100%);

}

.res-section-1 .res-content {

  width: var(--container-width);

  margin: 0 auto;

  /* min-width: 1140px; */



  display: flex;

}

.res-section-1 .res-img-wrapper {

  width: calc((458 / 1140) * 100%);

  overflow: visible;

}

.res-section-1 .res-img::before {

  background-image: -moz-linear-gradient( 135deg, rgb(58,105,149) 0%, rgb(97,158,213) 45%, rgb(52,98,142) 100%);

  background-image: -webkit-linear-gradient( 135deg, rgb(58,105,149) 0%, rgb(97,158,213) 45%, rgb(52,98,142) 100%);

  background-image: -ms-linear-gradient( 135deg, rgb(58,105,149) 0%, rgb(97,158,213) 45%, rgb(52,98,142) 100%);

  position: absolute; content: '';

  bottom: calc((-20 / 501) * 100%);

  left: calc((-20 / 458) * 100%);

  height: calc((403 / 501) * 100%);

  width: calc((360 / 458) *100%);

}

.res-section-1 .res-img {

  padding-bottom: calc(( 501 / 458) * 100%);

}

.res-section-1 .res-body-wrapper {

  width: calc(( 587 / var(--content-width)) * 100%);

  margin-left: calc(( 95 / var(--content-width)) * 100%);

}

.res-section-1 .res-body {

  padding-right: calc((14 / 587) *100%);

}

.res-section-1 .res-title {

  margin-bottom: 0.143em;

  display: inline-block;

}

.res-section-1 .title-element {

  position: relative;

  top: unset; right: unset;

  margin: 0.143em 0 0.7em;

}

.res-section-1 .title-element::before {

  left: calc(0.785em);

  right: unset;

}



.res-body p {

  font-family: var(--ff-roboto);

  font-weight: 300;

  font-size: var(--fs-15);

  line-height: 1.9;

  letter-spacing: 0.05em;

  margin-top: 1.6em;

}



.res-section-2 { 

  position: relative;

  padding: calc((135 / var(--main-width)) * 100%) 0 calc((140 / var(--main-width)) * 100%);

}

.res-section-2 .res-bg::before {

  background: #000;

  content: '';

  position: absolute;

  top: 0; right: 0; bottom: 0; left: 0;

  z-index: -1;

}

.res-section-2 .res-bg::after {

  content: '';

  position: absolute;

  top: 0; right: 0; bottom: 0; left: 0;

  -webkit-backdrop-filter: blur(8px);

  backdrop-filter: blur(8px);

}

.res-section-2 .res-bg canvas {

  opacity: 0.70;

  background-attachment: fixed;

  background-position: center;

}

.safari-true .res-section-2 .res-bg canvas {

  background-attachment: scroll;

  background-position: center 60%;

}

.res-section-2 .res-content {

  width: var(--container-width);

  margin: 0 auto;

  /* min-width: var(--content-width); */

}

.res-list {

  display: flex;

  justify-content: space-between;

}

.step-divider {

  font-size: calc((var(--fs-15) * 2) + 6px);

  color: #fff;

  margin-top: 1.361em;

}

.res-item {

  font-size: var(--fs-15);

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  padding: 0 1.467em;

}

.res-step-3 {

  padding: 0 2.667em;

}

.res-item em {

  border: 3px solid #fff;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 9.067em;

  height: 9.133em;

}



.res-item em .icon {

  background-color: #fff;

  transition: var(--default-transition);

  display: block;

}

.icon.cursor {

  mask-image: url("../../images/icon-cursor.png");

  -webkit-mask-image: url("../../images/icon-cursor.png");

  width: 2.267em;

  height: 3.467em;

}

.icon.pen {

  mask-image: url("../../images/icon-pen.png");

  -webkit-mask-image: url("../../images/icon-pen.png");

  width: 3.733em;

  height: 3.733em;

}

.icon.check-mark {

  mask-image: url("../../images/icon-check-mark.png");

  -webkit-mask-image: url("../../images/icon-check-mark.png");

  width: 3.733em;

  height: 3.333em;

}

.res-item strong {

  font-family: var(--ff-roboto);

  font-weight: 500;

  font-size: 2.667em;

  letter-spacing: 0.02em;

  margin: 1em 0;

  text-transform: uppercase;

  display: block;

}

.res-item span {

  font-family: var(--ff-roboto);

  font-weight: 400;

  font-size: 1.333em;

  letter-spacing: 0.02em;

  display: block;

}



.res-section-3 { 

  position: relative;

  padding: calc((100 / var(--main-width)) * 100%) 0;

}

.res-section-3 .res-bg canvas {

  -webkit-filter: brightness(80%) contrast(140%) grayscale();

  filter: brightness(80%) contrast(140%) grayscale();

  opacity: 0.25;

}

.res-section-3 .res-content {

  width: var(--container-width);

  margin: 0 auto;

}

.res-section-3 .res-content .wpcf7 form {

  display: flex;

  justify-content: space-between;

}

.res-section-3 .selection-wrapper {

  background-image: -moz-linear-gradient( 135deg, rgb(58,105,149) 0%, rgb(97,158,213) 45%, rgb(52,98,142) 100%);

  background-image: -webkit-linear-gradient( 135deg, rgb(58,105,149) 0%, rgb(97,158,213) 45%, rgb(52,98,142) 100%);

  background-image: -ms-linear-gradient( 135deg, rgb(58,105,149) 0%, rgb(97,158,213) 45%, rgb(52,98,142) 100%);

  width: calc((555 / var(--content-width)) * 100%);

  /* height: 402px;   */

  padding: calc((70 / 1140) * 100%) calc((69 / 1140) * 100%);

  font-size: var(--fs-17);

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}

.selection-wrapper .res-title span {

  color: #fff;

}

.selection-wrapper .res-title h2 {

  -webkit-text-fill-color: #fff;

  color: #fff;

}

.selection-wrapper > span {

  font-family: var(--ff-roboto);

  font-size: 1.059em;

  letter-spacing: 0.05em;

  font-weight: 400;

  color: #fff;

  /* margin-top: 39px; */

  /* margin-bottom: 62px; */

  /* margin: 2.167em 0 3.444em; */

  margin-top: 2.167em;

  margin-bottom: auto;

  display: block;

}

.selection-wrapper .ref-subject {

  width: 100%;

  position: relative;

  color: #fff;

  font-size: 0.941em;

}

.selection-wrapper .ref-subject select {

  appearance: none;

  background: none;

  border: none;

  border-bottom: 1px solid currentColor;

  width: 100%;

  padding: 1.125em 1em 1.25em 0.625em;

  line-height: 1.25;

}

.selection-wrapper .ref-subject option {

  color: #000;

  background: #fff;

}

.selection-wrapper .ref-subject i {

  position: absolute;

  right: 0; top: 0; bottom: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 0.438em;

  

}

.res-section-3 .form-wrapper {

    width: calc((555 / var(--content-width)) * 100%);

    /* height: 393px;   */

    border: 10px solid var(--cs-accent);

    padding: calc((8 / 1140) * 100%) calc((59 / 1140) * 100%) calc((50 / 1140) * 100%);

    font-size: var(--fs-15);

    background: rgba(255, 255, 255, 0.5);

}

.form-wrapper .input-field {

  width: 100%;

}

.form-wrapper .input-field input {

  width: 100%;

  border: none;

  outline: none;

  background: none;

  padding: 1.688em 0.625em 1.938em;

  border-bottom: 1px solid currentColor;

  font-size: 1.067em;

  font-weight: 400;

  letter-spacing: 0.05em;

}

.form-wrapper .input-field input:focus,

.form-wrapper .input-field input:focus-within,

.form-wrapper .input-field input:hover,

.form-wrapper .input-field input:active {

  outline: none;

}

.form-wrapper .form-submit {

  margin-top: 2.067em;

}

.form-wrapper .form-submit input {

  width: 14.467em;

  background-color: rgba(255, 255, 255, 0.75);

  padding: 1.4em 0;

}

.form-wrapper .form-submit input:hover {

  background-color: var(--cs-accent);

}

.res-section-3 .wpcf7 form .wpcf7-response-output {
  background: #fff;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  width: calc((555/1140)*100%);
  padding: 0.5em;
}

.res-section-3 .wpcf7 form .wpcf7-spinner {

  left: unset;

}
.res-section-3 div.wpcf7 .ajax-loader {
  position: absolute;
}


.res-section-4 {

  position: relative;

  display: flex;

}

.res-section-4 .res-img-wrapper,

.res-section-4 .res-body-wrapper {

  width: 50%;

}

.res-section-4 .res-img {

  padding-bottom: calc((489 / 800) * 100%);

}

.res-section-4 .res-body-wrapper  {

  background: var(--cs-accent);

  padding: 0 calc((153 / var(--main-width)) * 100%) 0 calc((83 / var(--main-width)) * 100%);

  display: flex;

  flex-direction: column;

  justify-content: center;

}

.res-section-4 .res-title {

  display: inline-block;

  margin-bottom: 0.143em;

  align-self: flex-start;

}

.res-section-4 .res-title span {

  color: #fff;

}

.res-section-4 .res-title h2 {

  -webkit-text-fill-color: #fff;

  color: #fff;

}

.res-section-4 .res-title .title-element {

  left: calc(100% + 0.614em);

  right: unset;

}

.res-section-4 .res-title .title-element::before {

  left: calc(100% + 0.214em);

  right: unset;

}

.res-section-4 .res-body {

  color: #fff;

}



@media screen and (max-width: 1199px) {

  .res-section-1 .res-content,

  .res-section-2 .res-content {

    /* min-width: 900px; */

  }

  .res-section-2 .res-bg canvas {

    background-attachment: scroll;

    background-position: center 60%;

  }

}



@media screen and (max-width: 991px) {

  body.page-template-resources-template .ip-breadcrumbs {

    position: relative;

  }

  body.page-template-resources-template .yoast-breadcrumbs {

    color: #000;

  }

  body.page-template-resources-template .ip-banner::before,

  body.page-template-resources-template .ip-banner::after {

    position: relative;

    content: unset;

  }

  .res-section-1 .res-content,

  .res-section-2 .res-content {

    /* min-width: 0px; */

  }

  .res-section-1 .res-content {

    flex-direction: column-reverse;

    align-items: center;

  }

  .res-section-1 .res-body-wrapper {

    width: 100%;

    margin: 0 0 calc(( 95 / var(--content-width)) * 100%);

    text-align: center;

  }

  .res-section-1 .res-title .title-element {

    margin: 0;

    top: calc(55% + 0.125em);

    left: calc(100% + 0.614em);

    display: none;

  }

  .res-section-1 .res-img-wrapper {

    width: 100%;

    max-width: 400px;

  }

  .res-section-2 .res-bg canvas {

    background-position: center;

  }

  .res-list {

    flex-direction: column;

  }

  .step-divider {

    text-align: center;

    transform: rotate(90deg);

    margin-bottom: 1.361em;

  }

  .res-section-3 .res-content .wpcf7 form {

    flex-direction: column;

  }

  .res-section-3 .wpcf7 form .wpcf7-response-output {
    width: 100%;
  }


  .res-section-3 .selection-wrapper,

  .res-section-3 .form-wrapper {

    width: 100%;

    text-align: center;

  }

  .res-section-3 .form-wrapper {

    margin-top: 1.5em;

  }

  .res-section-4 {

    flex-direction: column;

  }

  .res-section-4 .res-img-wrapper, 

  .res-section-4 .res-body-wrapper {

    width: 100%;

  }

  .res-section-4 .res-body-wrapper {

    padding: calc((153 / var(--main-width)) * 100%);

  }

  .res-section-4 .res-title {

    align-self: center;

  }

  .res-section-4 .res-body {

    text-align: center;

  }

}



@media screen and (max-width: 480px) {

  body.page-template-resources-template {

    --container-width: 80%;

  }

  .res-section-1,

  .res-section-2,

  .res-section-3 {

    padding: max(42px, 8vw) 0;

  }
  .res-section-3 {
    padding-bottom: max(58px, 8vw);
  }

  body.page-template-resources-template .ftr-contact {

    padding-top: max(42px, 8vw);

  }

  .res-section-1 .res-title {

    font-size: clamp(2.38rem, calc(1.13rem + 6.25vw), 3.00rem);

  }

  .res-section-1 .res-body-wrapper {

    margin-bottom: max(32px, 7vw);

  }

}