/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./sass/main.scss ***!
  \***********************************************************************************************************************************************************************************************************/
@keyframes anim {
  50% {
    left: 50%;
  }
  100% {
    left: 100%;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@define-mixin small-down {
  @media only screen and (max-width: 767px) {
    @mixin-content;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter 24pt", sans-serif;
  color: #000000;
}

[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

p {
  color: #4C2947;
}
p.text-l {
  margin: 16px 0;
}
@media (min-width: 769px) {
  p.text-l {
    margin: 24px 0;
  }
}
p.text-s {
  margin: 16px 0;
}
p.text-m {
  max-width: 429px;
  margin: 16px 0;
}
@media (min-width: 769px) {
  p.text-m {
    margin: 24px 0;
  }
}

@font-face {
  font-family: "CodeNext";
  src: url("../fonts/CodeNext-ExtraBold.eot");
  src: url("../fonts/CodeNext-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/CodeNext-ExtraBold.woff2") format("woff2"), url("../fonts/CodeNext-ExtraBold.woff") format("woff"), url("../fonts/CodeNext-ExtraBold.ttf") format("truetype"), url("../fonts/CodeNext-ExtraBold.svg#CodeNext-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  unicode-range: U+0020-00FE;
}
h1, h2, h3, h4, h5 {
  font-family: "CodeNext", sans-serif;
  font-style: normal;
  font-weight: 800;
}

h1 {
  font-size: 36px;
  letter-spacing: -0.02em;
  line-height: 36px;
}
@media (min-width: 1440px) {
  h1 {
    font-size: 110px;
    letter-spacing: -0.03em;
    line-height: 110px;
  }
}
@media (min-width: 480px) and (max-width: 1440px) {
  h1 {
    font-size: calc(36px + 74 * (100vw - 320px) / 1120);
    line-height: calc(36px + 74 * (100vw - 320px) / 1120);
  }
}

h2 {
  font-size: 26px;
  letter-spacing: -0.02em;
  line-height: 36px;
}
@media (min-width: 769px) {
  h2 {
    font-size: 44px;
    letter-spacing: -0.02em;
    line-height: 64px;
  }
}

h3 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  margin: 24px 0 16px;
}
@media (min-width: 769px) {
  h3 {
    font-size: 28px;
    letter-spacing: -0.01em;
    line-height: 41px;
    margin: 56px 0 24px;
  }
}

h4 {
  font-size: 26px;
  line-height: 154%;
}
@media (min-width: 769px) {
  h4 {
    font-size: 32px;
    line-height: 138%;
  }
}

h5 {
  font-size: 18px;
  line-height: 156%;
}
@media (min-width: 769px) {
  h5 {
    font-size: 22px;
    line-height: 145%;
  }
}

[class|=text] {
  color: #656F6A;
  font-family: "Inter 24pt", sans-serif;
}
[class|=text].text-l {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}
@media (min-width: 769px) {
  [class|=text].text-l {
    font-size: 22px;
    line-height: 36px;
  }
}
[class|=text].text-s {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 769px) {
  [class|=text].text-s {
    font-size: 18px;
    line-height: 28px;
  }
}
[class|=text].text-s a {
  color: #E84419;
  text-decoration: none;
}
[class|=text].text-s a:hover {
  text-decoration: underline;
}

#content {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px 0 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  #content {
    flex-wrap: nowrap;
    padding: 0 66px 0 66px;
  }
}

.content {
  max-width: 100%;
}
@media (min-width: 1300px) {
  .content {
    max-width: 985px;
  }
}
.content section {
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .content section {
    margin-bottom: 120px;
  }
}

[class|=col].col-1 {
  display: block;
}
@media (min-width: 769px) {
  [class|=col].col-1 {
    display: grid;
    grid-template-columns: 1fr;
  }
}
[class|=col].col-2 {
  display: block;
}
@media (min-width: 769px) {
  [class|=col].col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
[class|=col].col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 769px) {
  [class|=col].col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
[class|=col].col-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 769px) {
  [class|=col].col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.ratio {
  width: 100%;
}
.ratio .ratio-inner {
  position: relative;
  height: 0;
  border: none;
}
.ratio .ratio-inner.ratio-4-3 {
  padding-top: 75%;
}
.ratio .ratio-inner.ratio-2-1 {
  padding-top: 50%;
}
.ratio .ratio-inner .ratio-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

#banner {
  border-radius: 16px;
  margin: 4px 4px 52px;
  overflow: hidden;
}
@media (min-width: 1440px) {
  #banner {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  #banner {
    border-radius: 30px;
    margin: 20px 20px 120px;
  }
}
#banner .banner-wrap {
  align-items: flex-end;
  background: #305B51;
  display: flex;
  padding: 86px 12px 20px;
}
@media (min-width: 769px) {
  #banner .banner-wrap {
    align-items: flex-end;
    background: #305B51 url("../img/banner-bg-1.svg") no-repeat 100% 50%/contain;
    border-radius: 30px;
    display: flex;
    padding: 225px 46px 52px;
    width: 1920px;
  }
}
@media (min-width: 480px) and (max-width: 1440px) {
  #banner .banner-wrap {
    padding-top: calc(86px + 139 * (100vw - 320px) / 1120);
  }
}
#banner h1 {
  color: #FFFFFF;
}
#banner h1 span {
  color: #FDDEB0;
  display: block;
  font-family: inherit;
}
#banner h1 span sub {
  color: #FFFFFF;
  font-family: "Inter 24pt", sans-serif;
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: 36px;
  vertical-align: baseline;
}

.button {
  justify-content: center;
  align-items: center;
  background: #A8EFCD;
  border-radius: 40px;
  color: #000000;
  font-family: "CodeNext", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 9px 20px;
  display: flex;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: auto;
}
@media (min-width: 769px) {
  .button {
    display: inline-flex;
  }
}
.button:hover {
  background-color: #A8EFBC;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.button:disabled, .button[disabled], .button-disabled {
  background-color: #D1E1DA;
  color: #FFFCE3;
  pointer-events: none;
}
.button:disabled:before, .button[disabled]:before, .button-disabled:before {
  background: url("icons/download-disable.svg") no-repeat center !important;
}
.button:before {
  background: url("icons/download.svg") no-repeat center;
  content: "";
  height: 18px;
  margin-right: 8px;
  width: 16px;
}
.button.alt:before {
  background: url("icons/copy-btn.svg") no-repeat center;
  height: 24px;
  margin-right: 4px;
  width: 24px;
}

.content__image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}
@media (min-width: 769px) {
  .content__image {
    height: auto;
    margin: 60px 0 32px 0;
  }
}
.content__image-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 769px) {
  .content__image-full {
    height: 100%;
  }
}
.content__image-wrapper {
  display: flex;
}
.content__image-logo {
  width: 100%;
  max-width: 675px;
  margin: 78px auto 90px auto;
}

#brand .values {
  display: none;
}
@media (min-width: 769px) {
  #brand .values {
    border: 1px solid #D1E1DA;
    display: block;
    position: relative;
  }
}
#brand .values .cards > div {
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#brand .values .yellow:hover {
  background-color: #FDDEB0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#brand .values .yellow:hover h4 {
  color: #305B51;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#brand .values .yellow:hover img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#brand .values .green:hover {
  background-color: #A8EFCD;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#brand .values .green:hover h4 {
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#brand .values .green:hover img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#brand .values .dark-light:hover {
  background-color: #D1E1DA;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#brand .values .dark-light:hover h4 {
  color: #000000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#brand .values .dark-light:hover img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#brand .values .yellow-light:hover {
  background-color: #FFFCE3;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#brand .values .yellow-light:hover h4 {
  color: #000000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#brand .values .yellow-light:hover img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#brand .values .card {
  color: inherit;
  position: relative;
}
#brand .values .card h4 {
  color: inherit;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  z-index: 2;
}
#brand .values .card img {
  backface-visibility: hidden;
  left: 50%;
  opacity: 0;
  margin-right: -50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  z-index: 1;
}
#brand img.desk {
  left: 50%;
  margin-right: -50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 291px;
}
#brand img.mobile {
  display: block;
}
@media (min-width: 769px) {
  #brand img.mobile {
    display: none;
  }
}

@media (min-width: 769px) {
  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
.cards .card {
  position: relative;
}
@media (min-width: 769px) {
  .cards .card {
    cursor: pointer;
    padding: 24px;
    position: relative;
  }
}
.cards .card:hover .cards__button {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.cards .card.no-padding {
  border: 1px solid #D1E1DA;
  padding: 0;
}
@media (min-width: 769px) {
  .cards .card.no-padding {
    padding: 0;
  }
}
.cards .card.bordered {
  border: 1px solid #D1E1DA;
}
.cards .card.lilac {
  background-color: #305B51;
}
.cards .card.yellow-light {
  background-color: #FFFCE3;
}
.cards__image {
  width: auto;
}
.cards__text[class|=text] {
  margin-top: 0;
}
.cards__button {
  column-gap: 8px;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding: 12px;
}
@media (min-width: 769px) {
  .cards__button {
    bottom: 24px;
    opacity: 0;
    position: absolute;
    right: 24px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    width: auto;
  }
}

.colours .col-3 {
  grid-gap: 0;
}
.colours__item {
  border-radius: 60px;
  height: 128px;
}
@media (min-width: 769px) {
  .colours__item {
    border-radius: 120px;
    height: 254px;
  }
}
.colours__item.green {
  background-color: #A8EFCD;
  color: #000000;
}
.colours__item.lilac {
  background-color: #305B51;
  color: #FFFFFF;
}
.colours__item.yellow-light {
  background-color: #FFFCE3;
  color: #000000;
}
.colours__item.dark {
  background-color: #000000;
  color: #FFFFFF;
}
.colours__item.yellow {
  background-color: #FDDEB0;
  color: #000000;
}
.colours__item.dark-light {
  background-color: #D1E1DA;
  color: #000000;
}
.colours__item {
  align-items: center;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.colours__set {
  color: inherit;
  display: flex;
}
.colours__setname, .colours__setvalue {
  color: inherit;
  display: flex;
  flex-direction: column;
}
.colours__setname span, .colours__setvalue span {
  color: inherit;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 769px) {
  .colours__setname span, .colours__setvalue span {
    color: inherit;
    font-size: 18px;
    line-height: 24px;
  }
}
.colours__setvalue {
  margin-left: 8px;
}
@media (min-width: 769px) {
  .colours__setvalue {
    margin-left: 14px;
  }
}

.nav-opened .nav__btn {
  background: transparent;
}

.nav__item {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 133%;
  color: #000000;
  margin-bottom: 20px;
}
.nav__item a {
  text-decoration: none;
  color: #949E9A;
  display: block;
}
.nav__item a span {
  color: inherit;
  font-family: "CodeNext", sans-serif;
  white-space: nowrap;
}
.nav__item.active a {
  color: #000000;
}
.nav__item.active a span {
  display: inline-block;
  position: relative;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.nav__item.active a span:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 100%;
  left: -34px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background: url("icons/arrow-right.svg") no-repeat center;
}
.nav__item:hover a {
  color: #000000;
}
.nav__item:hover a span {
  color: inherit;
}
.nav__box {
  padding: 0;
}
@media only screen and (max-width: 1299px) {
  .nav {
    position: absolute;
    top: 0;
  }
  .nav__box {
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 4px;
    right: 0;
    left: 0;
    height: calc(100% - 8px);
    margin: 0 4px;
    padding: 0;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1300px) {
  .nav__box {
    padding: 0;
  }
}
@media only screen and (max-width: 1299px) {
  .nav__toggle {
    opacity: 0;
  }
}
@media only screen and (max-width: 1299px) {
  .nav__btn {
    display: flex;
    align-items: center;
    border-radius: 16px;
    position: absolute;
    top: 4px;
    left: -12px;
    width: 56px;
    height: 50px;
    cursor: pointer;
    padding: 20px 12px;
    z-index: 10;
    background: #305B51;
    backdrop-filter: blur(4px);
  }
  .nav__btn.fixed {
    left: 4px;
    position: fixed;
    -webkit-animation: fadein 0.3s ease-in;
    -moz-animation: fadein 0.3s ease-in;
    animation: fadein 0.3s ease-in;
  }
}
@media only screen and (max-width: 1299px) {
  .nav__btn > span {
    display: block;
    position: absolute;
    width: 32px;
    height: 10px;
    transition-duration: 0.25s;
  }
  .nav__btn > span:before, .nav__btn > span:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    transition-duration: 0.25s;
  }
  .nav__btn > span:before {
    content: "";
    top: -1px;
  }
  .nav__btn > span:after {
    content: "";
    top: 9px;
  }
}
@media only screen and (max-width: 1299px) {
  .nav__wrapper {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background-color: rgba(48, 91, 81, 0.2);
  }
}
@media only screen and (max-width: 1299px) {
  .nav__item {
    display: block;
    text-align: left;
  }
}
@media only screen and (max-width: 1299px) {
  .nav__toggle:checked ~ .nav__btn > span {
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 1299px) {
  .nav__toggle:checked ~ .nav__btn > span::before {
    background-color: #4D404B;
    top: 0;
    transform: rotate(0);
  }
}
@media only screen and (max-width: 1299px) {
  .nav__toggle:checked ~ .nav__btn > span::after {
    background-color: #4D404B;
    top: 0;
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 1299px) {
  .nav__toggle:checked ~ .nav__wrapper {
    visibility: visible;
    left: 0;
    width: 100%;
    z-index: 9;
  }
}
@media (min-width: 1300px) {
  .nav {
    display: block;
    width: 100%;
    max-width: 335px;
  }
  .nav__toggle {
    display: none;
  }
  .nav__wrapper {
    position: sticky;
    top: 66px;
  }
  .nav__box {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
}

.scroll-to-top {
  border: 2px solid #000000;
  box-sizing: border-box;
  border-radius: 50%;
  backdrop-filter: blur(4px);
  cursor: pointer;
  position: fixed;
  bottom: 16px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  background: #FFFFFF url("icons/arrow-top.svg") no-repeat center;
  right: 16px;
  width: 52px;
  height: 52px;
}
@media (min-width: 769px) {
  .scroll-to-top {
    bottom: 40px;
    right: 40px;
  }
}
.scroll-to-top:hover {
  background: #000000 url("icons/arrow-top-white.svg") no-repeat center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

#content.signature {
  max-width: 1440px;
  padding: 16px 16px 100px;
}
@media (min-width: 769px) {
  #content.signature {
    padding: 40px 60px 100px;
  }
}
#content.signature .download-card h4 {
  margin: 24px 0 12px;
}
@media (min-width: 769px) {
  #content.signature .download-card h4 {
    margin: 60px 0 20px;
  }
}
#content.signature .download-card__image {
  max-width: none;
  display: block;
  margin-bottom: 12px;
}
@media (min-width: 769px) {
  #content.signature .download-card__image {
    margin-bottom: 24px;
  }
}
#content.signature .download-card .button {
  width: 100%;
}
#content.signature .download-card .text-m {
  max-width: 630px;
  color: #20101E;
  margin: 0;
}
#content.signature .download-card .text-m a {
  color: #E84419;
}
#content.signature .content {
  max-width: none;
  width: 100%;
}
#content.signature .col-2 {
  margin-top: 40px;
}
@media (min-width: 769px) {
  #content.signature .col-2 {
    margin-top: 60px;
  }
}
#content.signature .col-2 h5 {
  margin: 0 0 16px;
}
@media (min-width: 769px) {
  #content.signature .col-2 h5 {
    margin: 0 0 32px;
  }
}
#content.signature .col-2 div {
  align-items: flex-start;
}
#content.signature .col-2 div:first-child {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  #content.signature .col-2 div:first-child {
    margin-bottom: 0;
  }
}
#content.signature .signature_back {
  width: 109px;
  height: 40px;
  border: 1px solid rgba(32, 16, 30, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 769px) {
  #content.signature .signature_back {
    width: 113px;
    height: 48px;
  }
}
#content.signature .signature_back svg {
  transform: rotate(180deg);
  margin-right: 12px;
}
#content.signature .signature_back:hover {
  color: #E84419;
}
#content.signature .signature_back:hover svg path {
  fill: #E84419;
}
