/*general settings*/
@import "hamburgers.css";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600;1,700;1,800&display=swap");
.cover-ratio {
  --bs-aspect-ratio: 100%;
}
@media screen and (min-width: 576px) {
  .cover-ratio {
    --bs-aspect-ratio: 75%;
  }
}
@media screen and (min-width: 768px) {
  .cover-ratio {
    --bs-aspect-ratio: 56.25%;
  }
}
@media screen and (min-width: 992px) {
  .cover-ratio {
    --bs-aspect-ratio: 42.857%;
  }
}

.pantheon {
  background-image: url("/proitalia/static/img/sfondometis.png");
  background-position: center center;
  background-size: cover;
}

.autovelox {
  background-repeat: no-repeat;
  background-image: url("/proitalia/static/img/sfondo-fleximan.jpg");
  background-position: center center;
  background-size: cover;
}

.strawberrytree {
  background-image: url("/proitalia/static/img/corbezzolo-trasp-sfo.png");
  background-position: left 68px;
  background-size: contain;
}

.stop-background, .pantheon, .strawberrytree {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

body {
  color: #232323;
  background-color: #f6f6f6;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: bolder;
}

h1 {
  font-size: calc(1.3em * 1.5);
}

h2 {
  font-size: calc(1.3em * 1.4);
}

h3 {
  font-size: calc(1.3em * 1.3);
}

h4 {
  font-size: calc(1.3em * 1.2);
}

h5 {
  font-size: calc(1.3em * 1.1);
}

h6 {
  font-size: 1.3em;
}

p {
  font-size: 1.3em;
}

hr {
  border: 2px solid #831619;
  opacity: 100%;
}

.navbar-sizing {
  height: 4.3em;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #f6f6f6 !important;
}

@media (min-width: 768px) {
  .navbar-sizing {
    height: 4.3em;
  }
}
@media (min-width: 992px) {
  .navbar-sizing {
    height: 4.3em;
  }

  .cover-slogan {
    font-size: 2.8em;
  }
}
article p:first-of-type:first-letter {
  color: #831619;
  float: left;
  font-size: calc(1.3em * 3.5);
  padding: 0.1em 0.1em 0 0;
  margin: 0;
  line-height: 1;
  font-weight: 800;
}

.article-image {
  max-width: 100%;
  object-fit: contain;
}

a {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: #00a651;
  text-decoration: inherit;
}

.tier {
  border-style: solid;
  border-width: 0.3em;
  background-color: rgba(246, 246, 246, 0.8);
  border-color: #bbb;
}
.tier:hover {
  color: #f6f6f6;
  background-color: #831619;
  border-color: #00a651;
}
.tier:hover h1, .tier:hover h2, .tier:hover h3, .tier:hover h4, .tier:hover h5, .tier:hover h6 {
  color: #f6f6f6;
}

.heavy-text {
  font-weight: 800;
}

.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.spanimage {
  height: 1.3em;
  padding-right: 3px;
  padding-top: 3px;
  display: inline-block;
}

.sitecover {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.sitecover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #232323;
  opacity: 0.5;
  z-index: 1;
}
.sitecover .sitecover-content {
  position: relative;
  z-index: 2;
}

.title-on-image {
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #232323);
  color: #f6f6f6;
  line-height: 1.3;
}

.round {
  border-radius: 50%;
}

.button, .button-disabled, .button-tertiary-inverted, .button-inverted, .button-tertiary, .button-normal {
  display: inline-block;
  border-style: solid;
  border-width: medium;
  cursor: pointer;
  font-weight: bold;
  font-size: 2em;
  transition-duration: 300ms;
  padding: 0.2em 0.5em 0.2em 0.5em;
}
.button-normal {
  background-color: #831619;
  border-color: #831619;
  color: #f6f6f6;
}
.button-normal h1, .button-normal h2, .button-normal h3, .button-normal h4, .button-normal h5, .button-normal h6 {
  color: #f6f6f6;
}
.button-normal:hover {
  border-color: #f6f6f6;
}
.button-tertiary {
  background-color: #193540;
  border-color: #193540;
  color: #f6f6f6;
}
.button-tertiary h1, .button-tertiary h2, .button-tertiary h3, .button-tertiary h4, .button-tertiary h5, .button-tertiary h6 {
  color: #f6f6f6;
}
.button-tertiary:hover {
  border-color: #f6f6f6;
}
.button-inverted {
  background-color: #f6f6f6;
  border-color: #831619;
  color: #831619;
}
.button-inverted h1, .button-inverted h2, .button-inverted h3, .button-inverted h4, .button-inverted h5, .button-inverted h6 {
  color: #831619;
}
.button-inverted:hover {
  border-color: #f6f6f6;
  background-color: #831619;
  color: #f6f6f6;
}
.button-inverted:hover h1, .button-inverted:hover h2, .button-inverted:hover h3, .button-inverted:hover h4, .button-inverted:hover h5, .button-inverted:hover h6 {
  color: #f6f6f6;
}
.button-tertiary-inverted {
  background-color: #f6f6f6;
  border-color: #193540;
  color: #193540;
}
.button-tertiary-inverted h1, .button-tertiary-inverted h2, .button-tertiary-inverted h3, .button-tertiary-inverted h4, .button-tertiary-inverted h5, .button-tertiary-inverted h6 {
  color: #193540;
}
.button-tertiary-inverted:hover {
  border-color: #f6f6f6;
  background-color: #193540;
  color: #f6f6f6;
}
.button-tertiary-inverted:hover h1, .button-tertiary-inverted:hover h2, .button-tertiary-inverted:hover h3, .button-tertiary-inverted:hover h4, .button-tertiary-inverted:hover h5, .button-tertiary-inverted:hover h6 {
  color: #f6f6f6;
}
.button-disabled {
  background-color: #f6f6f6;
  border-color: #232323;
  color: #232323;
  cursor: default;
}
.button-disabled h1, .button-disabled h2, .button-disabled h3, .button-disabled h4, .button-disabled h5, .button-disabled h6 {
  color: #232323;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  color: #831619;
}

.display-7 {
  font-size: calc(1.325rem + 0.9vw);
}

.title-text {
  font-size: calc(1.3em * 1.5);
  color: #831619;
}

.inverted-primary {
  color: #f6f6f6;
  background-color: #831619;
}
.inverted-primary .display-1, .inverted-primary .display-2, .inverted-primary .display-3, .inverted-primary .display-4, .inverted-primary .display-5, .inverted-primary .display-6, .inverted-primary .display-7 {
  color: #f6f6f6;
}
.inverted-primary h1, .inverted-primary h2, .inverted-primary h3, .inverted-primary h4, .inverted-primary h5, .inverted-primary h6 {
  color: #f6f6f6;
}
.inverted-primary .title-text {
  color: #f6f6f6;
}
.inverted-primary a:hover {
  color: #00a651;
  text-decoration: inherit;
}
.inverted-secondary {
  color: #f6f6f6;
  background-color: #00a651;
}
.inverted-secondary h1, .inverted-secondary h2, .inverted-secondary h3, .inverted-secondary h4, .inverted-secondary h5, .inverted-secondary h6 {
  color: #f6f6f6;
}
.inverted-secondary .display-1, .inverted-secondary .display-2, .inverted-secondary .display-3, .inverted-secondary .display-4, .inverted-secondary .display-5, .inverted-secondary .display-6, .inverted-secondary .display-7 {
  color: #f6f6f6;
}
.inverted-secondary .title-text {
  color: #f6f6f6;
}
.inverted-secondary a:hover {
  color: #831619;
  text-decoration: inherit;
}
.inverted-tertiary {
  color: #f6f6f6;
  background-color: #193540;
}
.inverted-tertiary h1, .inverted-tertiary h2, .inverted-tertiary h3, .inverted-tertiary h4, .inverted-tertiary h5, .inverted-tertiary h6 {
  color: #f6f6f6;
}
.inverted-tertiary .display-1, .inverted-tertiary .display-2, .inverted-tertiary .display-3, .inverted-tertiary .display-4, .inverted-tertiary .display-5, .inverted-tertiary .display-6, .inverted-tertiary .display-7 {
  color: #f6f6f6;
}
.inverted-tertiary .title-text {
  color: #f6f6f6;
}
.inverted-tertiary a:hover {
  color: #bbb;
  text-decoration: inherit;
}
.inverted-inactive {
  color: #f6f6f6;
  background-color: #bbb;
}
.inverted-inactive h1, .inverted-inactive h2, .inverted-inactive h3, .inverted-inactive h4, .inverted-inactive h5, .inverted-inactive h6 {
  color: #f6f6f6;
}
.inverted-inactive .display-1, .inverted-inactive .display-2, .inverted-inactive .display-3, .inverted-inactive .display-4, .inverted-inactive .display-5, .inverted-inactive .display-6, .inverted-inactive .display-7 {
  color: #f6f6f6;
}
.inverted-inactive .title-text {
  color: #f6f6f6;
}
.inverted-inactive a:hover {
  color: #00a651;
  text-decoration: #232323;
}

.color-text-normal {
  color: #232323 !important;
}
.color-text-primary {
  color: #831619 !important;
}
.color-text-secondary {
  color: #00a651 !important;
}
.color-text-tertiary {
  color: #193540 !important;
}

.normal-primary {
  color: #232323;
  background-color: #f6f6f6;
}
.normal-primary h1, .normal-primary h2, .normal-primary h3, .normal-primary h4, .normal-primary h5, .normal-primary h6 {
  color: #831619;
}
.normal-primary .display-1, .normal-primary .display-2, .normal-primary .display-3, .normal-primary .display-4, .normal-primary .display-5, .normal-primary .display-6, .normal-primary .display-7 {
  color: #831619;
}
.normal-primary .title-text {
  color: #831619;
}
.normal-primary article a {
  color: #00a651;
}
.normal-primary article a:hover {
  text-decoration: underline;
}
.normal-secondary {
  color: #232323;
  background-color: #f6f6f6;
}
.normal-secondary h1, .normal-secondary h2, .normal-secondary h3, .normal-secondary h4, .normal-secondary h5, .normal-secondary h6 {
  color: #00a651;
}
.normal-secondary .title-text {
  color: #00a651;
}
.normal-secondary .display-1, .normal-secondary .display-2, .normal-secondary .display-3, .normal-secondary .display-4, .normal-secondary .display-5, .normal-secondary .display-6, .normal-secondary .display-7 {
  color: #00a651;
}
.normal-secondary .title-text {
  color: #00a651;
}
.normal-tertiary {
  color: #232323;
  background-color: #f6f6f6;
}
.normal-tertiary h1, .normal-tertiary h2, .normal-tertiary h3, .normal-tertiary h4, .normal-tertiary h5, .normal-tertiary h6 {
  color: #193540;
}
.normal-tertiary .title-text {
  color: #193540;
}
.normal-tertiary .display-1, .normal-tertiary .display-2, .normal-tertiary .display-3, .normal-tertiary .display-4, .normal-tertiary .display-5, .normal-tertiary .display-6, .normal-tertiary .display-7 {
  color: #193540;
}
.normal-tertiary .title-text {
  color: #193540;
}

.light-text {
  color: #f6f6f6;
}

.shadow-text {
  text-shadow: 4px 4px 6px #232323;
}

.underline-primary {
  text-decoration: underline #831619 0.15em;
}
.underline-light {
  text-decoration: underline #f6f6f6 0.15em;
}

.border, .border-grey, .border-dark, .border-inverted, .border-tertiary, .border-secondary, .border-normal {
  border-style: solid;
  border-width: thick;
}
.border-normal {
  border-color: #831619;
}
.border-secondary {
  border-color: #00a651;
}
.border-tertiary {
  border-color: #193540;
}
.border-inverted {
  border-color: #f6f6f6;
}
.border-dark {
  border-color: #232323;
}
.border-grey {
  border-color: #bbb;
}

/*twitter*/
.icon-twitter-white {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 106 106" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="53" cy="53" r="49.5" stroke="%23f6f6f6" stroke-width="7"/><path d="M85.0182 34.5767C82.722 35.5942 80.2553 36.2817 77.662 36.5925C80.3378 34.9914 82.3396 32.4715 83.294 29.503C80.7801 30.9962 78.0287 32.0473 75.1595 32.6105C73.23 30.5504 70.6744 29.1849 67.8894 28.7261C65.1044 28.2672 62.2458 28.7407 59.7574 30.0729C57.269 31.4052 55.2901 33.5217 54.1279 36.0939C52.9657 38.6661 52.6852 41.5501 53.33 44.298C48.2361 44.0422 43.253 42.7183 38.7039 40.412C34.1549 38.1057 30.1416 34.8687 26.9245 30.911C25.8245 32.8085 25.192 35.0085 25.192 37.3515C25.1908 39.4607 25.7102 41.5377 26.7042 43.398C27.6981 45.2584 29.1359 46.8446 30.89 48.016C28.8558 47.9513 26.8664 47.4016 25.0875 46.4127V46.5777C25.0873 49.536 26.1106 52.4033 27.9838 54.693C29.8569 56.9827 32.4646 58.5538 35.3643 59.1398C33.4772 59.6505 31.4987 59.7257 29.5783 59.3597C30.3964 61.9052 31.99 64.1311 34.136 65.7258C36.282 67.3205 38.873 68.2042 41.5463 68.2533C37.0083 71.8156 31.4039 73.748 25.6348 73.7395C24.6128 73.7398 23.5917 73.6801 22.5768 73.5607C28.4328 77.326 35.2497 79.3243 42.2118 79.3165C65.7793 79.3165 78.663 59.797 78.663 42.868C78.663 42.318 78.6493 41.7625 78.6245 41.2125C81.1306 39.4002 83.2938 37.156 85.0128 34.585L85.0182 34.5767V34.5767Z" fill="%23f6f6f6"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-twitter-white {
    width: 48px;
    height: 48px;
  }
}

.icon-twitter-white:hover, .icon-twitter-white:active, .icon-twitter-white:focus {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 106 106" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="53" cy="53" r="49.5" stroke="%2300a651" stroke-width="7"/><path d="M85.0182 34.5767C82.722 35.5942 80.2553 36.2817 77.662 36.5925C80.3378 34.9914 82.3396 32.4715 83.294 29.503C80.7801 30.9962 78.0287 32.0473 75.1595 32.6105C73.23 30.5504 70.6744 29.1849 67.8894 28.7261C65.1044 28.2672 62.2458 28.7407 59.7574 30.0729C57.269 31.4052 55.2901 33.5217 54.1279 36.0939C52.9657 38.6661 52.6852 41.5501 53.33 44.298C48.2361 44.0422 43.253 42.7183 38.7039 40.412C34.1549 38.1057 30.1416 34.8687 26.9245 30.911C25.8245 32.8085 25.192 35.0085 25.192 37.3515C25.1908 39.4607 25.7102 41.5377 26.7042 43.398C27.6981 45.2584 29.1359 46.8446 30.89 48.016C28.8558 47.9513 26.8664 47.4016 25.0875 46.4127V46.5777C25.0873 49.536 26.1106 52.4033 27.9838 54.693C29.8569 56.9827 32.4646 58.5538 35.3643 59.1398C33.4772 59.6505 31.4987 59.7257 29.5783 59.3597C30.3964 61.9052 31.99 64.1311 34.136 65.7258C36.282 67.3205 38.873 68.2042 41.5463 68.2533C37.0083 71.8156 31.4039 73.748 25.6348 73.7395C24.6128 73.7398 23.5917 73.6801 22.5768 73.5607C28.4328 77.326 35.2497 79.3243 42.2118 79.3165C65.7793 79.3165 78.663 59.797 78.663 42.868C78.663 42.318 78.6493 41.7625 78.6245 41.2125C81.1306 39.4002 83.2938 37.156 85.0128 34.585L85.0182 34.5767V34.5767Z" fill="%2300a651"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-twitter-white:hover, .icon-twitter-white:active, .icon-twitter-white:focus {
    width: 48px;
    height: 48px;
  }
}

.icon-twitter-white-2 {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 106 106" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="53" cy="53" r="49.5" stroke="%23f6f6f6" stroke-width="7"/><path d="M85.0182 34.5767C82.722 35.5942 80.2553 36.2817 77.662 36.5925C80.3378 34.9914 82.3396 32.4715 83.294 29.503C80.7801 30.9962 78.0287 32.0473 75.1595 32.6105C73.23 30.5504 70.6744 29.1849 67.8894 28.7261C65.1044 28.2672 62.2458 28.7407 59.7574 30.0729C57.269 31.4052 55.2901 33.5217 54.1279 36.0939C52.9657 38.6661 52.6852 41.5501 53.33 44.298C48.2361 44.0422 43.253 42.7183 38.7039 40.412C34.1549 38.1057 30.1416 34.8687 26.9245 30.911C25.8245 32.8085 25.192 35.0085 25.192 37.3515C25.1908 39.4607 25.7102 41.5377 26.7042 43.398C27.6981 45.2584 29.1359 46.8446 30.89 48.016C28.8558 47.9513 26.8664 47.4016 25.0875 46.4127V46.5777C25.0873 49.536 26.1106 52.4033 27.9838 54.693C29.8569 56.9827 32.4646 58.5538 35.3643 59.1398C33.4772 59.6505 31.4987 59.7257 29.5783 59.3597C30.3964 61.9052 31.99 64.1311 34.136 65.7258C36.282 67.3205 38.873 68.2042 41.5463 68.2533C37.0083 71.8156 31.4039 73.748 25.6348 73.7395C24.6128 73.7398 23.5917 73.6801 22.5768 73.5607C28.4328 77.326 35.2497 79.3243 42.2118 79.3165C65.7793 79.3165 78.663 59.797 78.663 42.868C78.663 42.318 78.6493 41.7625 78.6245 41.2125C81.1306 39.4002 83.2938 37.156 85.0128 34.585L85.0182 34.5767V34.5767Z" fill="%23f6f6f6"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-twitter-white-2 {
    width: 48px;
    height: 48px;
  }
}

.icon-twitter-white-2:hover, .icon-twitter-white-2:active, .icon-twitter-white-2:focus {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 106 106" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="53" cy="53" r="49.5" stroke="%23831619" stroke-width="7"/><path d="M85.0182 34.5767C82.722 35.5942 80.2553 36.2817 77.662 36.5925C80.3378 34.9914 82.3396 32.4715 83.294 29.503C80.7801 30.9962 78.0287 32.0473 75.1595 32.6105C73.23 30.5504 70.6744 29.1849 67.8894 28.7261C65.1044 28.2672 62.2458 28.7407 59.7574 30.0729C57.269 31.4052 55.2901 33.5217 54.1279 36.0939C52.9657 38.6661 52.6852 41.5501 53.33 44.298C48.2361 44.0422 43.253 42.7183 38.7039 40.412C34.1549 38.1057 30.1416 34.8687 26.9245 30.911C25.8245 32.8085 25.192 35.0085 25.192 37.3515C25.1908 39.4607 25.7102 41.5377 26.7042 43.398C27.6981 45.2584 29.1359 46.8446 30.89 48.016C28.8558 47.9513 26.8664 47.4016 25.0875 46.4127V46.5777C25.0873 49.536 26.1106 52.4033 27.9838 54.693C29.8569 56.9827 32.4646 58.5538 35.3643 59.1398C33.4772 59.6505 31.4987 59.7257 29.5783 59.3597C30.3964 61.9052 31.99 64.1311 34.136 65.7258C36.282 67.3205 38.873 68.2042 41.5463 68.2533C37.0083 71.8156 31.4039 73.748 25.6348 73.7395C24.6128 73.7398 23.5917 73.6801 22.5768 73.5607C28.4328 77.326 35.2497 79.3243 42.2118 79.3165C65.7793 79.3165 78.663 59.797 78.663 42.868C78.663 42.318 78.6493 41.7625 78.6245 41.2125C81.1306 39.4002 83.2938 37.156 85.0128 34.585L85.0182 34.5767V34.5767Z" fill="%23831619"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-twitter-white-2:hover, .icon-twitter-white-2:active, .icon-twitter-white-2:focus {
    width: 48px;
    height: 48px;
  }
}

.icon-twitter-primary {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 106 106" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="53" cy="53" r="49.5" stroke="%23831619" stroke-width="7"/><path d="M85.0182 34.5767C82.722 35.5942 80.2553 36.2817 77.662 36.5925C80.3378 34.9914 82.3396 32.4715 83.294 29.503C80.7801 30.9962 78.0287 32.0473 75.1595 32.6105C73.23 30.5504 70.6744 29.1849 67.8894 28.7261C65.1044 28.2672 62.2458 28.7407 59.7574 30.0729C57.269 31.4052 55.2901 33.5217 54.1279 36.0939C52.9657 38.6661 52.6852 41.5501 53.33 44.298C48.2361 44.0422 43.253 42.7183 38.7039 40.412C34.1549 38.1057 30.1416 34.8687 26.9245 30.911C25.8245 32.8085 25.192 35.0085 25.192 37.3515C25.1908 39.4607 25.7102 41.5377 26.7042 43.398C27.6981 45.2584 29.1359 46.8446 30.89 48.016C28.8558 47.9513 26.8664 47.4016 25.0875 46.4127V46.5777C25.0873 49.536 26.1106 52.4033 27.9838 54.693C29.8569 56.9827 32.4646 58.5538 35.3643 59.1398C33.4772 59.6505 31.4987 59.7257 29.5783 59.3597C30.3964 61.9052 31.99 64.1311 34.136 65.7258C36.282 67.3205 38.873 68.2042 41.5463 68.2533C37.0083 71.8156 31.4039 73.748 25.6348 73.7395C24.6128 73.7398 23.5917 73.6801 22.5768 73.5607C28.4328 77.326 35.2497 79.3243 42.2118 79.3165C65.7793 79.3165 78.663 59.797 78.663 42.868C78.663 42.318 78.6493 41.7625 78.6245 41.2125C81.1306 39.4002 83.2938 37.156 85.0128 34.585L85.0182 34.5767V34.5767Z" fill="%23831619"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-twitter-primary {
    width: 48px;
    height: 48px;
  }
}

.icon-twitter-primary:hover, .icon-twitter-primary:active, .icon-twitter-primary:focus {
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 106 106" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="53" cy="53" r="49.5" stroke="%2300a651" stroke-width="7"/><path d="M85.0182 34.5767C82.722 35.5942 80.2553 36.2817 77.662 36.5925C80.3378 34.9914 82.3396 32.4715 83.294 29.503C80.7801 30.9962 78.0287 32.0473 75.1595 32.6105C73.23 30.5504 70.6744 29.1849 67.8894 28.7261C65.1044 28.2672 62.2458 28.7407 59.7574 30.0729C57.269 31.4052 55.2901 33.5217 54.1279 36.0939C52.9657 38.6661 52.6852 41.5501 53.33 44.298C48.2361 44.0422 43.253 42.7183 38.7039 40.412C34.1549 38.1057 30.1416 34.8687 26.9245 30.911C25.8245 32.8085 25.192 35.0085 25.192 37.3515C25.1908 39.4607 25.7102 41.5377 26.7042 43.398C27.6981 45.2584 29.1359 46.8446 30.89 48.016C28.8558 47.9513 26.8664 47.4016 25.0875 46.4127V46.5777C25.0873 49.536 26.1106 52.4033 27.9838 54.693C29.8569 56.9827 32.4646 58.5538 35.3643 59.1398C33.4772 59.6505 31.4987 59.7257 29.5783 59.3597C30.3964 61.9052 31.99 64.1311 34.136 65.7258C36.282 67.3205 38.873 68.2042 41.5463 68.2533C37.0083 71.8156 31.4039 73.748 25.6348 73.7395C24.6128 73.7398 23.5917 73.6801 22.5768 73.5607C28.4328 77.326 35.2497 79.3243 42.2118 79.3165C65.7793 79.3165 78.663 59.797 78.663 42.868C78.663 42.318 78.6493 41.7625 78.6245 41.2125C81.1306 39.4002 83.2938 37.156 85.0128 34.585L85.0182 34.5767V34.5767Z" fill="%2300a651"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-twitter-primary:hover, .icon-twitter-primary:active, .icon-twitter-primary:focus {
    width: 48px;
    height: 48px;
  }
}

/*facebook*/
.icon-facebook-white {
  background-image: url("data:image/svg+xml,%3Csvg width='width' height='height' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%23f6f6f6' stroke-width='7'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M45.1705 86V55.0309H37.0026V43.8805H45.1705V34.3566C45.1705 26.8727 49.9953 20 61.1127 20C65.614 20 68.9425 20.4326 68.9425 20.4326L68.6802 30.8452C68.6802 30.8452 65.2857 30.8121 61.5815 30.8121C57.5724 30.8121 56.93 32.6643 56.93 35.7387V43.8805H68.9989L68.4738 55.0309H56.93V86H45.1705Z' fill='%23f6f6f6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='66' fill='%23f6f6f6' transform='translate(37 20)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-facebook-white {
    width: 48px;
    height: 48px;
  }
}

.icon-facebook-white:hover, .icon-facebook-white:active, .icon-facebook-white:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='width' height='height' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%2300a651' stroke-width='7'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M45.1705 86V55.0309H37.0026V43.8805H45.1705V34.3566C45.1705 26.8727 49.9953 20 61.1127 20C65.614 20 68.9425 20.4326 68.9425 20.4326L68.6802 30.8452C68.6802 30.8452 65.2857 30.8121 61.5815 30.8121C57.5724 30.8121 56.93 32.6643 56.93 35.7387V43.8805H68.9989L68.4738 55.0309H56.93V86H45.1705Z' fill='%2300a651'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='66' fill='%2300a651' transform='translate(37 20)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-facebook-white:hover, .icon-facebook-white:active, .icon-facebook-white:focus {
    width: 48px;
    height: 48px;
  }
}

.icon-facebook-white-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='width' height='height' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%23f6f6f6' stroke-width='7'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M45.1705 86V55.0309H37.0026V43.8805H45.1705V34.3566C45.1705 26.8727 49.9953 20 61.1127 20C65.614 20 68.9425 20.4326 68.9425 20.4326L68.6802 30.8452C68.6802 30.8452 65.2857 30.8121 61.5815 30.8121C57.5724 30.8121 56.93 32.6643 56.93 35.7387V43.8805H68.9989L68.4738 55.0309H56.93V86H45.1705Z' fill='%23f6f6f6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='66' fill='%23f6f6f6' transform='translate(37 20)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-facebook-white-2 {
    width: 48px;
    height: 48px;
  }
}

.icon-facebook-white-2:hover, .icon-facebook-white-2:active, .icon-facebook-white-2:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='width' height='height' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%23831619' stroke-width='7'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M45.1705 86V55.0309H37.0026V43.8805H45.1705V34.3566C45.1705 26.8727 49.9953 20 61.1127 20C65.614 20 68.9425 20.4326 68.9425 20.4326L68.6802 30.8452C68.6802 30.8452 65.2857 30.8121 61.5815 30.8121C57.5724 30.8121 56.93 32.6643 56.93 35.7387V43.8805H68.9989L68.4738 55.0309H56.93V86H45.1705Z' fill='%23831619'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='66' fill='%23831619' transform='translate(37 20)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-facebook-white-2:hover, .icon-facebook-white-2:active, .icon-facebook-white-2:focus {
    width: 48px;
    height: 48px;
  }
}

.icon-facebook-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='width' height='height' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%23831619' stroke-width='7'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M45.1705 86V55.0309H37.0026V43.8805H45.1705V34.3566C45.1705 26.8727 49.9953 20 61.1127 20C65.614 20 68.9425 20.4326 68.9425 20.4326L68.6802 30.8452C68.6802 30.8452 65.2857 30.8121 61.5815 30.8121C57.5724 30.8121 56.93 32.6643 56.93 35.7387V43.8805H68.9989L68.4738 55.0309H56.93V86H45.1705Z' fill='%23831619'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='66' fill='%23831619' transform='translate(37 20)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-facebook-primary {
    width: 48px;
    height: 48px;
  }
}

.icon-facebook-primary:hover, .icon-facebook-primary:active, .icon-facebook-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='width' height='height' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%2300a651' stroke-width='7'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M45.1705 86V55.0309H37.0026V43.8805H45.1705V34.3566C45.1705 26.8727 49.9953 20 61.1127 20C65.614 20 68.9425 20.4326 68.9425 20.4326L68.6802 30.8452C68.6802 30.8452 65.2857 30.8121 61.5815 30.8121C57.5724 30.8121 56.93 32.6643 56.93 35.7387V43.8805H68.9989L68.4738 55.0309H56.93V86H45.1705Z' fill='%2300a651'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='66' fill='%2300a651' transform='translate(37 20)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-facebook-primary:hover, .icon-facebook-primary:active, .icon-facebook-primary:focus {
    width: 48px;
    height: 48px;
  }
}

/*instagram*/
.icon-instagram-white {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53 38.7807C45.6846 38.7807 39.7807 44.6846 39.7807 52C39.7807 59.3154 45.6846 65.2193 53 65.2193C60.3154 65.2193 66.2193 59.3154 66.2193 52C66.2193 44.6846 60.3154 38.7807 53 38.7807ZM53 60.5916C48.2691 60.5916 44.4084 56.7309 44.4084 52C44.4084 47.2691 48.2691 43.4084 53 43.4084C57.7309 43.4084 61.5916 47.2691 61.5916 52C61.5916 56.7309 57.7309 60.5916 53 60.5916ZM66.7607 35.1584C65.0527 35.1584 63.6734 36.5377 63.6734 38.2457C63.6734 39.9537 65.0527 41.333 66.7607 41.333C68.4687 41.333 69.848 39.9602 69.848 38.2457C69.8486 37.8401 69.769 37.4384 69.6141 37.0636C69.4591 36.6888 69.2317 36.3483 68.9449 36.0615C68.6581 35.7747 68.3176 35.5473 67.9428 35.3924C67.568 35.2374 67.1663 35.1579 66.7607 35.1584V35.1584ZM78.7684 52C78.7684 48.4422 78.8006 44.9166 78.6008 41.3652C78.401 37.2402 77.46 33.5793 74.4436 30.5629C71.4207 27.54 67.7662 26.6055 63.6412 26.4057C60.0834 26.2059 56.5578 26.2381 53.0064 26.2381C49.4486 26.2381 45.923 26.2059 42.3717 26.4057C38.2467 26.6055 34.5857 27.5465 31.5693 30.5629C28.5465 33.5857 27.6119 37.2402 27.4121 41.3652C27.2123 44.923 27.2445 48.4486 27.2445 52C27.2445 55.5514 27.2123 59.0834 27.4121 62.6348C27.6119 66.7598 28.5529 70.4207 31.5693 73.4371C34.5922 76.46 38.2467 77.3945 42.3717 77.5943C45.9295 77.7941 49.4551 77.7619 53.0064 77.7619C56.5643 77.7619 60.0898 77.7941 63.6412 77.5943C67.7662 77.3945 71.4271 76.4535 74.4436 73.4371C77.4664 70.4143 78.401 66.7598 78.6008 62.6348C78.807 59.0834 78.7684 55.5578 78.7684 52V52ZM73.0965 67.198C72.626 68.3711 72.0588 69.2477 71.15 70.15C70.2412 71.0588 69.3711 71.626 68.198 72.0965C64.8078 73.4436 56.7576 73.1406 53 73.1406C49.2424 73.1406 41.1857 73.4436 37.7955 72.1029C36.6225 71.6324 35.7459 71.0652 34.8436 70.1564C33.9348 69.2477 33.3676 68.3775 32.8971 67.2045C31.5564 63.8078 31.8594 55.7576 31.8594 52C31.8594 48.2424 31.5564 40.1857 32.8971 36.7955C33.3676 35.6225 33.9348 34.7459 34.8436 33.8436C35.7523 32.9412 36.6225 32.3676 37.7955 31.8971C41.1857 30.5564 49.2424 30.8594 53 30.8594C56.7576 30.8594 64.8143 30.5564 68.2045 31.8971C69.3775 32.3676 70.2541 32.9348 71.1564 33.8436C72.0652 34.7523 72.6324 35.6225 73.1029 36.7955C74.4436 40.1857 74.1406 48.2424 74.1406 52C74.1406 55.7576 74.4436 63.8078 73.0965 67.198Z' fill='%23f6f6f6'/%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%23f6f6f6' stroke-width='7'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-instagram-white {
    width: 48px;
    height: 48px;
  }
}

.icon-instagram-white:hover, .icon-instagram-white:active, .icon-instagram-white:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53 38.7807C45.6846 38.7807 39.7807 44.6846 39.7807 52C39.7807 59.3154 45.6846 65.2193 53 65.2193C60.3154 65.2193 66.2193 59.3154 66.2193 52C66.2193 44.6846 60.3154 38.7807 53 38.7807ZM53 60.5916C48.2691 60.5916 44.4084 56.7309 44.4084 52C44.4084 47.2691 48.2691 43.4084 53 43.4084C57.7309 43.4084 61.5916 47.2691 61.5916 52C61.5916 56.7309 57.7309 60.5916 53 60.5916ZM66.7607 35.1584C65.0527 35.1584 63.6734 36.5377 63.6734 38.2457C63.6734 39.9537 65.0527 41.333 66.7607 41.333C68.4687 41.333 69.848 39.9602 69.848 38.2457C69.8486 37.8401 69.769 37.4384 69.6141 37.0636C69.4591 36.6888 69.2317 36.3483 68.9449 36.0615C68.6581 35.7747 68.3176 35.5473 67.9428 35.3924C67.568 35.2374 67.1663 35.1579 66.7607 35.1584V35.1584ZM78.7684 52C78.7684 48.4422 78.8006 44.9166 78.6008 41.3652C78.401 37.2402 77.46 33.5793 74.4436 30.5629C71.4207 27.54 67.7662 26.6055 63.6412 26.4057C60.0834 26.2059 56.5578 26.2381 53.0064 26.2381C49.4486 26.2381 45.923 26.2059 42.3717 26.4057C38.2467 26.6055 34.5857 27.5465 31.5693 30.5629C28.5465 33.5857 27.6119 37.2402 27.4121 41.3652C27.2123 44.923 27.2445 48.4486 27.2445 52C27.2445 55.5514 27.2123 59.0834 27.4121 62.6348C27.6119 66.7598 28.5529 70.4207 31.5693 73.4371C34.5922 76.46 38.2467 77.3945 42.3717 77.5943C45.9295 77.7941 49.4551 77.7619 53.0064 77.7619C56.5643 77.7619 60.0898 77.7941 63.6412 77.5943C67.7662 77.3945 71.4271 76.4535 74.4436 73.4371C77.4664 70.4143 78.401 66.7598 78.6008 62.6348C78.807 59.0834 78.7684 55.5578 78.7684 52V52ZM73.0965 67.198C72.626 68.3711 72.0588 69.2477 71.15 70.15C70.2412 71.0588 69.3711 71.626 68.198 72.0965C64.8078 73.4436 56.7576 73.1406 53 73.1406C49.2424 73.1406 41.1857 73.4436 37.7955 72.1029C36.6225 71.6324 35.7459 71.0652 34.8436 70.1564C33.9348 69.2477 33.3676 68.3775 32.8971 67.2045C31.5564 63.8078 31.8594 55.7576 31.8594 52C31.8594 48.2424 31.5564 40.1857 32.8971 36.7955C33.3676 35.6225 33.9348 34.7459 34.8436 33.8436C35.7523 32.9412 36.6225 32.3676 37.7955 31.8971C41.1857 30.5564 49.2424 30.8594 53 30.8594C56.7576 30.8594 64.8143 30.5564 68.2045 31.8971C69.3775 32.3676 70.2541 32.9348 71.1564 33.8436C72.0652 34.7523 72.6324 35.6225 73.1029 36.7955C74.4436 40.1857 74.1406 48.2424 74.1406 52C74.1406 55.7576 74.4436 63.8078 73.0965 67.198Z' fill='%2300a651'/%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%2300a651' stroke-width='7'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-instagram-white:hover, .icon-instagram-white:active, .icon-instagram-white:focus {
    width: 48px;
    height: 48px;
  }
}

.icon-instagram-white-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53 38.7807C45.6846 38.7807 39.7807 44.6846 39.7807 52C39.7807 59.3154 45.6846 65.2193 53 65.2193C60.3154 65.2193 66.2193 59.3154 66.2193 52C66.2193 44.6846 60.3154 38.7807 53 38.7807ZM53 60.5916C48.2691 60.5916 44.4084 56.7309 44.4084 52C44.4084 47.2691 48.2691 43.4084 53 43.4084C57.7309 43.4084 61.5916 47.2691 61.5916 52C61.5916 56.7309 57.7309 60.5916 53 60.5916ZM66.7607 35.1584C65.0527 35.1584 63.6734 36.5377 63.6734 38.2457C63.6734 39.9537 65.0527 41.333 66.7607 41.333C68.4687 41.333 69.848 39.9602 69.848 38.2457C69.8486 37.8401 69.769 37.4384 69.6141 37.0636C69.4591 36.6888 69.2317 36.3483 68.9449 36.0615C68.6581 35.7747 68.3176 35.5473 67.9428 35.3924C67.568 35.2374 67.1663 35.1579 66.7607 35.1584V35.1584ZM78.7684 52C78.7684 48.4422 78.8006 44.9166 78.6008 41.3652C78.401 37.2402 77.46 33.5793 74.4436 30.5629C71.4207 27.54 67.7662 26.6055 63.6412 26.4057C60.0834 26.2059 56.5578 26.2381 53.0064 26.2381C49.4486 26.2381 45.923 26.2059 42.3717 26.4057C38.2467 26.6055 34.5857 27.5465 31.5693 30.5629C28.5465 33.5857 27.6119 37.2402 27.4121 41.3652C27.2123 44.923 27.2445 48.4486 27.2445 52C27.2445 55.5514 27.2123 59.0834 27.4121 62.6348C27.6119 66.7598 28.5529 70.4207 31.5693 73.4371C34.5922 76.46 38.2467 77.3945 42.3717 77.5943C45.9295 77.7941 49.4551 77.7619 53.0064 77.7619C56.5643 77.7619 60.0898 77.7941 63.6412 77.5943C67.7662 77.3945 71.4271 76.4535 74.4436 73.4371C77.4664 70.4143 78.401 66.7598 78.6008 62.6348C78.807 59.0834 78.7684 55.5578 78.7684 52V52ZM73.0965 67.198C72.626 68.3711 72.0588 69.2477 71.15 70.15C70.2412 71.0588 69.3711 71.626 68.198 72.0965C64.8078 73.4436 56.7576 73.1406 53 73.1406C49.2424 73.1406 41.1857 73.4436 37.7955 72.1029C36.6225 71.6324 35.7459 71.0652 34.8436 70.1564C33.9348 69.2477 33.3676 68.3775 32.8971 67.2045C31.5564 63.8078 31.8594 55.7576 31.8594 52C31.8594 48.2424 31.5564 40.1857 32.8971 36.7955C33.3676 35.6225 33.9348 34.7459 34.8436 33.8436C35.7523 32.9412 36.6225 32.3676 37.7955 31.8971C41.1857 30.5564 49.2424 30.8594 53 30.8594C56.7576 30.8594 64.8143 30.5564 68.2045 31.8971C69.3775 32.3676 70.2541 32.9348 71.1564 33.8436C72.0652 34.7523 72.6324 35.6225 73.1029 36.7955C74.4436 40.1857 74.1406 48.2424 74.1406 52C74.1406 55.7576 74.4436 63.8078 73.0965 67.198Z' fill='%23f6f6f6'/%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%23f6f6f6' stroke-width='7'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-instagram-white-2 {
    width: 48px;
    height: 48px;
  }
}

.icon-instagram-white-2:hover, .icon-instagram-white-2:active, .icon-instagram-white-2:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53 38.7807C45.6846 38.7807 39.7807 44.6846 39.7807 52C39.7807 59.3154 45.6846 65.2193 53 65.2193C60.3154 65.2193 66.2193 59.3154 66.2193 52C66.2193 44.6846 60.3154 38.7807 53 38.7807ZM53 60.5916C48.2691 60.5916 44.4084 56.7309 44.4084 52C44.4084 47.2691 48.2691 43.4084 53 43.4084C57.7309 43.4084 61.5916 47.2691 61.5916 52C61.5916 56.7309 57.7309 60.5916 53 60.5916ZM66.7607 35.1584C65.0527 35.1584 63.6734 36.5377 63.6734 38.2457C63.6734 39.9537 65.0527 41.333 66.7607 41.333C68.4687 41.333 69.848 39.9602 69.848 38.2457C69.8486 37.8401 69.769 37.4384 69.6141 37.0636C69.4591 36.6888 69.2317 36.3483 68.9449 36.0615C68.6581 35.7747 68.3176 35.5473 67.9428 35.3924C67.568 35.2374 67.1663 35.1579 66.7607 35.1584V35.1584ZM78.7684 52C78.7684 48.4422 78.8006 44.9166 78.6008 41.3652C78.401 37.2402 77.46 33.5793 74.4436 30.5629C71.4207 27.54 67.7662 26.6055 63.6412 26.4057C60.0834 26.2059 56.5578 26.2381 53.0064 26.2381C49.4486 26.2381 45.923 26.2059 42.3717 26.4057C38.2467 26.6055 34.5857 27.5465 31.5693 30.5629C28.5465 33.5857 27.6119 37.2402 27.4121 41.3652C27.2123 44.923 27.2445 48.4486 27.2445 52C27.2445 55.5514 27.2123 59.0834 27.4121 62.6348C27.6119 66.7598 28.5529 70.4207 31.5693 73.4371C34.5922 76.46 38.2467 77.3945 42.3717 77.5943C45.9295 77.7941 49.4551 77.7619 53.0064 77.7619C56.5643 77.7619 60.0898 77.7941 63.6412 77.5943C67.7662 77.3945 71.4271 76.4535 74.4436 73.4371C77.4664 70.4143 78.401 66.7598 78.6008 62.6348C78.807 59.0834 78.7684 55.5578 78.7684 52V52ZM73.0965 67.198C72.626 68.3711 72.0588 69.2477 71.15 70.15C70.2412 71.0588 69.3711 71.626 68.198 72.0965C64.8078 73.4436 56.7576 73.1406 53 73.1406C49.2424 73.1406 41.1857 73.4436 37.7955 72.1029C36.6225 71.6324 35.7459 71.0652 34.8436 70.1564C33.9348 69.2477 33.3676 68.3775 32.8971 67.2045C31.5564 63.8078 31.8594 55.7576 31.8594 52C31.8594 48.2424 31.5564 40.1857 32.8971 36.7955C33.3676 35.6225 33.9348 34.7459 34.8436 33.8436C35.7523 32.9412 36.6225 32.3676 37.7955 31.8971C41.1857 30.5564 49.2424 30.8594 53 30.8594C56.7576 30.8594 64.8143 30.5564 68.2045 31.8971C69.3775 32.3676 70.2541 32.9348 71.1564 33.8436C72.0652 34.7523 72.6324 35.6225 73.1029 36.7955C74.4436 40.1857 74.1406 48.2424 74.1406 52C74.1406 55.7576 74.4436 63.8078 73.0965 67.198Z' fill='%23831619'/%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%23831619' stroke-width='7'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-instagram-white-2:hover, .icon-instagram-white-2:active, .icon-instagram-white-2:focus {
    width: 48px;
    height: 48px;
  }
}

.icon-instagram-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53 38.7807C45.6846 38.7807 39.7807 44.6846 39.7807 52C39.7807 59.3154 45.6846 65.2193 53 65.2193C60.3154 65.2193 66.2193 59.3154 66.2193 52C66.2193 44.6846 60.3154 38.7807 53 38.7807ZM53 60.5916C48.2691 60.5916 44.4084 56.7309 44.4084 52C44.4084 47.2691 48.2691 43.4084 53 43.4084C57.7309 43.4084 61.5916 47.2691 61.5916 52C61.5916 56.7309 57.7309 60.5916 53 60.5916ZM66.7607 35.1584C65.0527 35.1584 63.6734 36.5377 63.6734 38.2457C63.6734 39.9537 65.0527 41.333 66.7607 41.333C68.4687 41.333 69.848 39.9602 69.848 38.2457C69.8486 37.8401 69.769 37.4384 69.6141 37.0636C69.4591 36.6888 69.2317 36.3483 68.9449 36.0615C68.6581 35.7747 68.3176 35.5473 67.9428 35.3924C67.568 35.2374 67.1663 35.1579 66.7607 35.1584V35.1584ZM78.7684 52C78.7684 48.4422 78.8006 44.9166 78.6008 41.3652C78.401 37.2402 77.46 33.5793 74.4436 30.5629C71.4207 27.54 67.7662 26.6055 63.6412 26.4057C60.0834 26.2059 56.5578 26.2381 53.0064 26.2381C49.4486 26.2381 45.923 26.2059 42.3717 26.4057C38.2467 26.6055 34.5857 27.5465 31.5693 30.5629C28.5465 33.5857 27.6119 37.2402 27.4121 41.3652C27.2123 44.923 27.2445 48.4486 27.2445 52C27.2445 55.5514 27.2123 59.0834 27.4121 62.6348C27.6119 66.7598 28.5529 70.4207 31.5693 73.4371C34.5922 76.46 38.2467 77.3945 42.3717 77.5943C45.9295 77.7941 49.4551 77.7619 53.0064 77.7619C56.5643 77.7619 60.0898 77.7941 63.6412 77.5943C67.7662 77.3945 71.4271 76.4535 74.4436 73.4371C77.4664 70.4143 78.401 66.7598 78.6008 62.6348C78.807 59.0834 78.7684 55.5578 78.7684 52V52ZM73.0965 67.198C72.626 68.3711 72.0588 69.2477 71.15 70.15C70.2412 71.0588 69.3711 71.626 68.198 72.0965C64.8078 73.4436 56.7576 73.1406 53 73.1406C49.2424 73.1406 41.1857 73.4436 37.7955 72.1029C36.6225 71.6324 35.7459 71.0652 34.8436 70.1564C33.9348 69.2477 33.3676 68.3775 32.8971 67.2045C31.5564 63.8078 31.8594 55.7576 31.8594 52C31.8594 48.2424 31.5564 40.1857 32.8971 36.7955C33.3676 35.6225 33.9348 34.7459 34.8436 33.8436C35.7523 32.9412 36.6225 32.3676 37.7955 31.8971C41.1857 30.5564 49.2424 30.8594 53 30.8594C56.7576 30.8594 64.8143 30.5564 68.2045 31.8971C69.3775 32.3676 70.2541 32.9348 71.1564 33.8436C72.0652 34.7523 72.6324 35.6225 73.1029 36.7955C74.4436 40.1857 74.1406 48.2424 74.1406 52C74.1406 55.7576 74.4436 63.8078 73.0965 67.198Z' fill='%23831619'/%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%23831619' stroke-width='7'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-instagram-primary {
    width: 48px;
    height: 48px;
  }
}

.icon-instagram-primary:hover, .icon-instagram-primary:active, .icon-instagram-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53 38.7807C45.6846 38.7807 39.7807 44.6846 39.7807 52C39.7807 59.3154 45.6846 65.2193 53 65.2193C60.3154 65.2193 66.2193 59.3154 66.2193 52C66.2193 44.6846 60.3154 38.7807 53 38.7807ZM53 60.5916C48.2691 60.5916 44.4084 56.7309 44.4084 52C44.4084 47.2691 48.2691 43.4084 53 43.4084C57.7309 43.4084 61.5916 47.2691 61.5916 52C61.5916 56.7309 57.7309 60.5916 53 60.5916ZM66.7607 35.1584C65.0527 35.1584 63.6734 36.5377 63.6734 38.2457C63.6734 39.9537 65.0527 41.333 66.7607 41.333C68.4687 41.333 69.848 39.9602 69.848 38.2457C69.8486 37.8401 69.769 37.4384 69.6141 37.0636C69.4591 36.6888 69.2317 36.3483 68.9449 36.0615C68.6581 35.7747 68.3176 35.5473 67.9428 35.3924C67.568 35.2374 67.1663 35.1579 66.7607 35.1584V35.1584ZM78.7684 52C78.7684 48.4422 78.8006 44.9166 78.6008 41.3652C78.401 37.2402 77.46 33.5793 74.4436 30.5629C71.4207 27.54 67.7662 26.6055 63.6412 26.4057C60.0834 26.2059 56.5578 26.2381 53.0064 26.2381C49.4486 26.2381 45.923 26.2059 42.3717 26.4057C38.2467 26.6055 34.5857 27.5465 31.5693 30.5629C28.5465 33.5857 27.6119 37.2402 27.4121 41.3652C27.2123 44.923 27.2445 48.4486 27.2445 52C27.2445 55.5514 27.2123 59.0834 27.4121 62.6348C27.6119 66.7598 28.5529 70.4207 31.5693 73.4371C34.5922 76.46 38.2467 77.3945 42.3717 77.5943C45.9295 77.7941 49.4551 77.7619 53.0064 77.7619C56.5643 77.7619 60.0898 77.7941 63.6412 77.5943C67.7662 77.3945 71.4271 76.4535 74.4436 73.4371C77.4664 70.4143 78.401 66.7598 78.6008 62.6348C78.807 59.0834 78.7684 55.5578 78.7684 52V52ZM73.0965 67.198C72.626 68.3711 72.0588 69.2477 71.15 70.15C70.2412 71.0588 69.3711 71.626 68.198 72.0965C64.8078 73.4436 56.7576 73.1406 53 73.1406C49.2424 73.1406 41.1857 73.4436 37.7955 72.1029C36.6225 71.6324 35.7459 71.0652 34.8436 70.1564C33.9348 69.2477 33.3676 68.3775 32.8971 67.2045C31.5564 63.8078 31.8594 55.7576 31.8594 52C31.8594 48.2424 31.5564 40.1857 32.8971 36.7955C33.3676 35.6225 33.9348 34.7459 34.8436 33.8436C35.7523 32.9412 36.6225 32.3676 37.7955 31.8971C41.1857 30.5564 49.2424 30.8594 53 30.8594C56.7576 30.8594 64.8143 30.5564 68.2045 31.8971C69.3775 32.3676 70.2541 32.9348 71.1564 33.8436C72.0652 34.7523 72.6324 35.6225 73.1029 36.7955C74.4436 40.1857 74.1406 48.2424 74.1406 52C74.1406 55.7576 74.4436 63.8078 73.0965 67.198Z' fill='%2300a651'/%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%2300a651' stroke-width='7'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-instagram-primary:hover, .icon-instagram-primary:active, .icon-instagram-primary:focus {
    width: 48px;
    height: 48px;
  }
}

/*youtube*/
.icon-youtube-white {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%23f6f6f6' stroke-width='7'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M83.6667 38.352C83.3043 37.0593 82.5984 35.8889 81.624 34.9653C80.6221 34.0133 79.3941 33.3324 78.056 32.9867C73.048 31.6667 52.984 31.6667 52.984 31.6667C44.6195 31.5715 36.2571 31.9901 27.944 32.92C26.6058 33.2912 25.3802 33.9874 24.376 34.9467C23.3893 35.896 22.6747 37.0667 22.3013 38.3493C21.4045 43.1807 20.9688 48.0863 21 53C20.968 57.9093 21.4027 62.8133 22.3013 67.6507C22.6667 68.928 23.3787 70.0933 24.368 71.0347C25.3573 71.976 26.5893 72.656 27.944 73.016C33.0187 74.3333 52.984 74.3333 52.984 74.3333C61.3591 74.4286 69.7322 74.0101 78.056 73.08C79.3941 72.7343 80.6221 72.0533 81.624 71.1013C82.6107 70.16 83.312 68.9893 83.664 67.7147C84.5842 62.8852 85.0317 57.9776 85 53.0613C85.0692 48.1243 84.6223 43.1935 83.6667 38.3493V38.352ZM46.6053 62.1307V43.872L63.2987 53.0027L46.6053 62.1307Z' fill='%23f6f6f6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='64' height='64' fill='%23f6f6f6' transform='translate(21 21)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-youtube-white {
    width: 48px;
    height: 48px;
  }
}

.icon-youtube-white:hover, .icon-youtube-white:active, .icon-youtube-white:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%2300a651' stroke-width='7'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M83.6667 38.352C83.3043 37.0593 82.5984 35.8889 81.624 34.9653C80.6221 34.0133 79.3941 33.3324 78.056 32.9867C73.048 31.6667 52.984 31.6667 52.984 31.6667C44.6195 31.5715 36.2571 31.9901 27.944 32.92C26.6058 33.2912 25.3802 33.9874 24.376 34.9467C23.3893 35.896 22.6747 37.0667 22.3013 38.3493C21.4045 43.1807 20.9688 48.0863 21 53C20.968 57.9093 21.4027 62.8133 22.3013 67.6507C22.6667 68.928 23.3787 70.0933 24.368 71.0347C25.3573 71.976 26.5893 72.656 27.944 73.016C33.0187 74.3333 52.984 74.3333 52.984 74.3333C61.3591 74.4286 69.7322 74.0101 78.056 73.08C79.3941 72.7343 80.6221 72.0533 81.624 71.1013C82.6107 70.16 83.312 68.9893 83.664 67.7147C84.5842 62.8852 85.0317 57.9776 85 53.0613C85.0692 48.1243 84.6223 43.1935 83.6667 38.3493V38.352ZM46.6053 62.1307V43.872L63.2987 53.0027L46.6053 62.1307Z' fill='%2300a651'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='64' height='64' fill='%2300a651' transform='translate(21 21)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-youtube-white:hover, .icon-youtube-white:active, .icon-youtube-white:focus {
    width: 48px;
    height: 48px;
  }
}

.icon-youtube-white-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%23f6f6f6' stroke-width='7'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M83.6667 38.352C83.3043 37.0593 82.5984 35.8889 81.624 34.9653C80.6221 34.0133 79.3941 33.3324 78.056 32.9867C73.048 31.6667 52.984 31.6667 52.984 31.6667C44.6195 31.5715 36.2571 31.9901 27.944 32.92C26.6058 33.2912 25.3802 33.9874 24.376 34.9467C23.3893 35.896 22.6747 37.0667 22.3013 38.3493C21.4045 43.1807 20.9688 48.0863 21 53C20.968 57.9093 21.4027 62.8133 22.3013 67.6507C22.6667 68.928 23.3787 70.0933 24.368 71.0347C25.3573 71.976 26.5893 72.656 27.944 73.016C33.0187 74.3333 52.984 74.3333 52.984 74.3333C61.3591 74.4286 69.7322 74.0101 78.056 73.08C79.3941 72.7343 80.6221 72.0533 81.624 71.1013C82.6107 70.16 83.312 68.9893 83.664 67.7147C84.5842 62.8852 85.0317 57.9776 85 53.0613C85.0692 48.1243 84.6223 43.1935 83.6667 38.3493V38.352ZM46.6053 62.1307V43.872L63.2987 53.0027L46.6053 62.1307Z' fill='%23f6f6f6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='64' height='64' fill='%23f6f6f6' transform='translate(21 21)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-youtube-white-2 {
    width: 48px;
    height: 48px;
  }
}

.icon-youtube-white-2:hover, .icon-youtube-white-2:active, .icon-youtube-white-2:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%23831619' stroke-width='7'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M83.6667 38.352C83.3043 37.0593 82.5984 35.8889 81.624 34.9653C80.6221 34.0133 79.3941 33.3324 78.056 32.9867C73.048 31.6667 52.984 31.6667 52.984 31.6667C44.6195 31.5715 36.2571 31.9901 27.944 32.92C26.6058 33.2912 25.3802 33.9874 24.376 34.9467C23.3893 35.896 22.6747 37.0667 22.3013 38.3493C21.4045 43.1807 20.9688 48.0863 21 53C20.968 57.9093 21.4027 62.8133 22.3013 67.6507C22.6667 68.928 23.3787 70.0933 24.368 71.0347C25.3573 71.976 26.5893 72.656 27.944 73.016C33.0187 74.3333 52.984 74.3333 52.984 74.3333C61.3591 74.4286 69.7322 74.0101 78.056 73.08C79.3941 72.7343 80.6221 72.0533 81.624 71.1013C82.6107 70.16 83.312 68.9893 83.664 67.7147C84.5842 62.8852 85.0317 57.9776 85 53.0613C85.0692 48.1243 84.6223 43.1935 83.6667 38.3493V38.352ZM46.6053 62.1307V43.872L63.2987 53.0027L46.6053 62.1307Z' fill='%23831619'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='64' height='64' fill='%23831619' transform='translate(21 21)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-youtube-white-2:hover, .icon-youtube-white-2:active, .icon-youtube-white-2:focus {
    width: 48px;
    height: 48px;
  }
}

.icon-youtube-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%23831619' stroke-width='7'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M83.6667 38.352C83.3043 37.0593 82.5984 35.8889 81.624 34.9653C80.6221 34.0133 79.3941 33.3324 78.056 32.9867C73.048 31.6667 52.984 31.6667 52.984 31.6667C44.6195 31.5715 36.2571 31.9901 27.944 32.92C26.6058 33.2912 25.3802 33.9874 24.376 34.9467C23.3893 35.896 22.6747 37.0667 22.3013 38.3493C21.4045 43.1807 20.9688 48.0863 21 53C20.968 57.9093 21.4027 62.8133 22.3013 67.6507C22.6667 68.928 23.3787 70.0933 24.368 71.0347C25.3573 71.976 26.5893 72.656 27.944 73.016C33.0187 74.3333 52.984 74.3333 52.984 74.3333C61.3591 74.4286 69.7322 74.0101 78.056 73.08C79.3941 72.7343 80.6221 72.0533 81.624 71.1013C82.6107 70.16 83.312 68.9893 83.664 67.7147C84.5842 62.8852 85.0317 57.9776 85 53.0613C85.0692 48.1243 84.6223 43.1935 83.6667 38.3493V38.352ZM46.6053 62.1307V43.872L63.2987 53.0027L46.6053 62.1307Z' fill='%23831619'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='64' height='64' fill='%23831619' transform='translate(21 21)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-youtube-primary {
    width: 48px;
    height: 48px;
  }
}

.icon-youtube-primary:hover, .icon-youtube-primary:active, .icon-youtube-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='53' cy='53' r='49.5' stroke='%2300a651' stroke-width='7'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M83.6667 38.352C83.3043 37.0593 82.5984 35.8889 81.624 34.9653C80.6221 34.0133 79.3941 33.3324 78.056 32.9867C73.048 31.6667 52.984 31.6667 52.984 31.6667C44.6195 31.5715 36.2571 31.9901 27.944 32.92C26.6058 33.2912 25.3802 33.9874 24.376 34.9467C23.3893 35.896 22.6747 37.0667 22.3013 38.3493C21.4045 43.1807 20.9688 48.0863 21 53C20.968 57.9093 21.4027 62.8133 22.3013 67.6507C22.6667 68.928 23.3787 70.0933 24.368 71.0347C25.3573 71.976 26.5893 72.656 27.944 73.016C33.0187 74.3333 52.984 74.3333 52.984 74.3333C61.3591 74.4286 69.7322 74.0101 78.056 73.08C79.3941 72.7343 80.6221 72.0533 81.624 71.1013C82.6107 70.16 83.312 68.9893 83.664 67.7147C84.5842 62.8852 85.0317 57.9776 85 53.0613C85.0692 48.1243 84.6223 43.1935 83.6667 38.3493V38.352ZM46.6053 62.1307V43.872L63.2987 53.0027L46.6053 62.1307Z' fill='%2300a651'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='64' height='64' fill='%2300a651' transform='translate(21 21)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-youtube-primary:hover, .icon-youtube-primary:active, .icon-youtube-primary:focus {
    width: 48px;
    height: 48px;
  }
}

/*whatsapp*/
.icon-whatsapp-white {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 103 103' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87.5169 15.6856C82.8389 10.9768 77.273 7.24315 71.1417 4.70083C65.0104 2.15852 58.4356 0.858125 51.7981 0.874994C23.9656 0.874994 1.30813 23.5269 1.29688 51.3706C1.29688 60.2694 3.62 68.9544 8.03562 76.6156L0.875 102.777L27.6444 95.7518C35.0491 99.7827 43.3449 101.896 51.7756 101.9H51.7981C79.625 101.9 102.282 79.2481 102.294 51.4044C102.313 44.7696 101.017 38.1968 98.4804 32.0659C95.9441 25.9351 92.2178 20.3677 87.5169 15.6856V15.6856ZM51.7981 93.3781H51.7812C44.2635 93.3789 36.8842 91.3563 30.4175 87.5225L28.8875 86.6112L13.0025 90.7793L17.2381 75.2937L16.2425 73.7075C12.0394 67.0161 9.81444 59.2725 9.82437 51.3706C9.83562 28.2294 28.6625 9.40249 51.815 9.40249C57.3289 9.39024 62.7905 10.4717 67.8837 12.5843C72.9768 14.6969 77.6004 17.7986 81.4869 21.71C85.3941 25.6027 88.4911 30.2313 90.5987 35.3281C92.7064 40.4249 93.783 45.889 93.7662 51.4044C93.755 74.5456 74.9281 93.3781 51.7981 93.3781ZM74.8212 61.94C73.5556 61.3044 67.3569 58.2556 66.1981 57.8337C65.045 57.4119 64.2069 57.2037 63.3631 58.4637C62.5194 59.7237 60.1006 62.5644 59.3637 63.4081C58.6269 64.2518 57.89 64.3531 56.63 63.7231C55.37 63.0931 51.3031 61.76 46.4825 57.4625C42.7306 54.1156 40.1994 49.9869 39.4625 48.7212C38.7256 47.4556 39.3837 46.775 40.0194 46.145C40.5875 45.5825 41.2794 44.6712 41.9094 43.9344C42.5394 43.1975 42.7475 42.6744 43.1694 41.8306C43.5912 40.9869 43.3831 40.25 43.0625 39.62C42.7475 38.9844 40.2219 32.7744 39.17 30.2487C38.1519 27.8019 37.1112 28.1281 36.335 28.0944C35.5311 28.0615 34.7265 28.0465 33.9219 28.0494C33.2821 28.0657 32.6525 28.214 32.0727 28.485C31.4929 28.756 30.9754 29.1439 30.5525 29.6244C29.3937 30.89 26.1369 33.9387 26.1369 40.1487C26.1369 46.3587 30.6594 52.3606 31.2894 53.2044C31.9194 54.0481 40.1881 66.7887 52.8444 72.2562C55.8594 73.5556 58.2106 74.3318 60.0387 74.9168C63.0594 75.8787 65.81 75.7381 67.9869 75.4175C70.4112 75.0575 75.4512 72.3687 76.5031 69.4212C77.555 66.4737 77.555 63.9481 77.24 63.4194C76.925 62.8906 76.0756 62.57 74.8212 61.94' fill='%23f6f6f6'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-whatsapp-white {
    width: 48px;
    height: 48px;
  }
}

.icon-whatsapp-white:hover, .icon-whatsapp-white:active, .icon-whatsapp-white:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 103 103' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87.5169 15.6856C82.8389 10.9768 77.273 7.24315 71.1417 4.70083C65.0104 2.15852 58.4356 0.858125 51.7981 0.874994C23.9656 0.874994 1.30813 23.5269 1.29688 51.3706C1.29688 60.2694 3.62 68.9544 8.03562 76.6156L0.875 102.777L27.6444 95.7518C35.0491 99.7827 43.3449 101.896 51.7756 101.9H51.7981C79.625 101.9 102.282 79.2481 102.294 51.4044C102.313 44.7696 101.017 38.1968 98.4804 32.0659C95.9441 25.9351 92.2178 20.3677 87.5169 15.6856V15.6856ZM51.7981 93.3781H51.7812C44.2635 93.3789 36.8842 91.3563 30.4175 87.5225L28.8875 86.6112L13.0025 90.7793L17.2381 75.2937L16.2425 73.7075C12.0394 67.0161 9.81444 59.2725 9.82437 51.3706C9.83562 28.2294 28.6625 9.40249 51.815 9.40249C57.3289 9.39024 62.7905 10.4717 67.8837 12.5843C72.9768 14.6969 77.6004 17.7986 81.4869 21.71C85.3941 25.6027 88.4911 30.2313 90.5987 35.3281C92.7064 40.4249 93.783 45.889 93.7662 51.4044C93.755 74.5456 74.9281 93.3781 51.7981 93.3781ZM74.8212 61.94C73.5556 61.3044 67.3569 58.2556 66.1981 57.8337C65.045 57.4119 64.2069 57.2037 63.3631 58.4637C62.5194 59.7237 60.1006 62.5644 59.3637 63.4081C58.6269 64.2518 57.89 64.3531 56.63 63.7231C55.37 63.0931 51.3031 61.76 46.4825 57.4625C42.7306 54.1156 40.1994 49.9869 39.4625 48.7212C38.7256 47.4556 39.3837 46.775 40.0194 46.145C40.5875 45.5825 41.2794 44.6712 41.9094 43.9344C42.5394 43.1975 42.7475 42.6744 43.1694 41.8306C43.5912 40.9869 43.3831 40.25 43.0625 39.62C42.7475 38.9844 40.2219 32.7744 39.17 30.2487C38.1519 27.8019 37.1112 28.1281 36.335 28.0944C35.5311 28.0615 34.7265 28.0465 33.9219 28.0494C33.2821 28.0657 32.6525 28.214 32.0727 28.485C31.4929 28.756 30.9754 29.1439 30.5525 29.6244C29.3937 30.89 26.1369 33.9387 26.1369 40.1487C26.1369 46.3587 30.6594 52.3606 31.2894 53.2044C31.9194 54.0481 40.1881 66.7887 52.8444 72.2562C55.8594 73.5556 58.2106 74.3318 60.0387 74.9168C63.0594 75.8787 65.81 75.7381 67.9869 75.4175C70.4112 75.0575 75.4512 72.3687 76.5031 69.4212C77.555 66.4737 77.555 63.9481 77.24 63.4194C76.925 62.8906 76.0756 62.57 74.8212 61.94' fill='%2300a651'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-whatsapp-white:hover, .icon-whatsapp-white:active, .icon-whatsapp-white:focus {
    width: 48px;
    height: 48px;
  }
}

.icon-whatsapp-white-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 103 103' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87.5169 15.6856C82.8389 10.9768 77.273 7.24315 71.1417 4.70083C65.0104 2.15852 58.4356 0.858125 51.7981 0.874994C23.9656 0.874994 1.30813 23.5269 1.29688 51.3706C1.29688 60.2694 3.62 68.9544 8.03562 76.6156L0.875 102.777L27.6444 95.7518C35.0491 99.7827 43.3449 101.896 51.7756 101.9H51.7981C79.625 101.9 102.282 79.2481 102.294 51.4044C102.313 44.7696 101.017 38.1968 98.4804 32.0659C95.9441 25.9351 92.2178 20.3677 87.5169 15.6856V15.6856ZM51.7981 93.3781H51.7812C44.2635 93.3789 36.8842 91.3563 30.4175 87.5225L28.8875 86.6112L13.0025 90.7793L17.2381 75.2937L16.2425 73.7075C12.0394 67.0161 9.81444 59.2725 9.82437 51.3706C9.83562 28.2294 28.6625 9.40249 51.815 9.40249C57.3289 9.39024 62.7905 10.4717 67.8837 12.5843C72.9768 14.6969 77.6004 17.7986 81.4869 21.71C85.3941 25.6027 88.4911 30.2313 90.5987 35.3281C92.7064 40.4249 93.783 45.889 93.7662 51.4044C93.755 74.5456 74.9281 93.3781 51.7981 93.3781ZM74.8212 61.94C73.5556 61.3044 67.3569 58.2556 66.1981 57.8337C65.045 57.4119 64.2069 57.2037 63.3631 58.4637C62.5194 59.7237 60.1006 62.5644 59.3637 63.4081C58.6269 64.2518 57.89 64.3531 56.63 63.7231C55.37 63.0931 51.3031 61.76 46.4825 57.4625C42.7306 54.1156 40.1994 49.9869 39.4625 48.7212C38.7256 47.4556 39.3837 46.775 40.0194 46.145C40.5875 45.5825 41.2794 44.6712 41.9094 43.9344C42.5394 43.1975 42.7475 42.6744 43.1694 41.8306C43.5912 40.9869 43.3831 40.25 43.0625 39.62C42.7475 38.9844 40.2219 32.7744 39.17 30.2487C38.1519 27.8019 37.1112 28.1281 36.335 28.0944C35.5311 28.0615 34.7265 28.0465 33.9219 28.0494C33.2821 28.0657 32.6525 28.214 32.0727 28.485C31.4929 28.756 30.9754 29.1439 30.5525 29.6244C29.3937 30.89 26.1369 33.9387 26.1369 40.1487C26.1369 46.3587 30.6594 52.3606 31.2894 53.2044C31.9194 54.0481 40.1881 66.7887 52.8444 72.2562C55.8594 73.5556 58.2106 74.3318 60.0387 74.9168C63.0594 75.8787 65.81 75.7381 67.9869 75.4175C70.4112 75.0575 75.4512 72.3687 76.5031 69.4212C77.555 66.4737 77.555 63.9481 77.24 63.4194C76.925 62.8906 76.0756 62.57 74.8212 61.94' fill='%23f6f6f6'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-whatsapp-white-2 {
    width: 48px;
    height: 48px;
  }
}

.icon-whatsapp-white-2:hover, .icon-whatsapp-white-2:active, .icon-whatsapp-white-2:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 103 103' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87.5169 15.6856C82.8389 10.9768 77.273 7.24315 71.1417 4.70083C65.0104 2.15852 58.4356 0.858125 51.7981 0.874994C23.9656 0.874994 1.30813 23.5269 1.29688 51.3706C1.29688 60.2694 3.62 68.9544 8.03562 76.6156L0.875 102.777L27.6444 95.7518C35.0491 99.7827 43.3449 101.896 51.7756 101.9H51.7981C79.625 101.9 102.282 79.2481 102.294 51.4044C102.313 44.7696 101.017 38.1968 98.4804 32.0659C95.9441 25.9351 92.2178 20.3677 87.5169 15.6856V15.6856ZM51.7981 93.3781H51.7812C44.2635 93.3789 36.8842 91.3563 30.4175 87.5225L28.8875 86.6112L13.0025 90.7793L17.2381 75.2937L16.2425 73.7075C12.0394 67.0161 9.81444 59.2725 9.82437 51.3706C9.83562 28.2294 28.6625 9.40249 51.815 9.40249C57.3289 9.39024 62.7905 10.4717 67.8837 12.5843C72.9768 14.6969 77.6004 17.7986 81.4869 21.71C85.3941 25.6027 88.4911 30.2313 90.5987 35.3281C92.7064 40.4249 93.783 45.889 93.7662 51.4044C93.755 74.5456 74.9281 93.3781 51.7981 93.3781ZM74.8212 61.94C73.5556 61.3044 67.3569 58.2556 66.1981 57.8337C65.045 57.4119 64.2069 57.2037 63.3631 58.4637C62.5194 59.7237 60.1006 62.5644 59.3637 63.4081C58.6269 64.2518 57.89 64.3531 56.63 63.7231C55.37 63.0931 51.3031 61.76 46.4825 57.4625C42.7306 54.1156 40.1994 49.9869 39.4625 48.7212C38.7256 47.4556 39.3837 46.775 40.0194 46.145C40.5875 45.5825 41.2794 44.6712 41.9094 43.9344C42.5394 43.1975 42.7475 42.6744 43.1694 41.8306C43.5912 40.9869 43.3831 40.25 43.0625 39.62C42.7475 38.9844 40.2219 32.7744 39.17 30.2487C38.1519 27.8019 37.1112 28.1281 36.335 28.0944C35.5311 28.0615 34.7265 28.0465 33.9219 28.0494C33.2821 28.0657 32.6525 28.214 32.0727 28.485C31.4929 28.756 30.9754 29.1439 30.5525 29.6244C29.3937 30.89 26.1369 33.9387 26.1369 40.1487C26.1369 46.3587 30.6594 52.3606 31.2894 53.2044C31.9194 54.0481 40.1881 66.7887 52.8444 72.2562C55.8594 73.5556 58.2106 74.3318 60.0387 74.9168C63.0594 75.8787 65.81 75.7381 67.9869 75.4175C70.4112 75.0575 75.4512 72.3687 76.5031 69.4212C77.555 66.4737 77.555 63.9481 77.24 63.4194C76.925 62.8906 76.0756 62.57 74.8212 61.94' fill='%23831619'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-whatsapp-white-2:hover, .icon-whatsapp-white-2:active, .icon-whatsapp-white-2:focus {
    width: 48px;
    height: 48px;
  }
}

.icon-whatsapp-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 103 103' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87.5169 15.6856C82.8389 10.9768 77.273 7.24315 71.1417 4.70083C65.0104 2.15852 58.4356 0.858125 51.7981 0.874994C23.9656 0.874994 1.30813 23.5269 1.29688 51.3706C1.29688 60.2694 3.62 68.9544 8.03562 76.6156L0.875 102.777L27.6444 95.7518C35.0491 99.7827 43.3449 101.896 51.7756 101.9H51.7981C79.625 101.9 102.282 79.2481 102.294 51.4044C102.313 44.7696 101.017 38.1968 98.4804 32.0659C95.9441 25.9351 92.2178 20.3677 87.5169 15.6856V15.6856ZM51.7981 93.3781H51.7812C44.2635 93.3789 36.8842 91.3563 30.4175 87.5225L28.8875 86.6112L13.0025 90.7793L17.2381 75.2937L16.2425 73.7075C12.0394 67.0161 9.81444 59.2725 9.82437 51.3706C9.83562 28.2294 28.6625 9.40249 51.815 9.40249C57.3289 9.39024 62.7905 10.4717 67.8837 12.5843C72.9768 14.6969 77.6004 17.7986 81.4869 21.71C85.3941 25.6027 88.4911 30.2313 90.5987 35.3281C92.7064 40.4249 93.783 45.889 93.7662 51.4044C93.755 74.5456 74.9281 93.3781 51.7981 93.3781ZM74.8212 61.94C73.5556 61.3044 67.3569 58.2556 66.1981 57.8337C65.045 57.4119 64.2069 57.2037 63.3631 58.4637C62.5194 59.7237 60.1006 62.5644 59.3637 63.4081C58.6269 64.2518 57.89 64.3531 56.63 63.7231C55.37 63.0931 51.3031 61.76 46.4825 57.4625C42.7306 54.1156 40.1994 49.9869 39.4625 48.7212C38.7256 47.4556 39.3837 46.775 40.0194 46.145C40.5875 45.5825 41.2794 44.6712 41.9094 43.9344C42.5394 43.1975 42.7475 42.6744 43.1694 41.8306C43.5912 40.9869 43.3831 40.25 43.0625 39.62C42.7475 38.9844 40.2219 32.7744 39.17 30.2487C38.1519 27.8019 37.1112 28.1281 36.335 28.0944C35.5311 28.0615 34.7265 28.0465 33.9219 28.0494C33.2821 28.0657 32.6525 28.214 32.0727 28.485C31.4929 28.756 30.9754 29.1439 30.5525 29.6244C29.3937 30.89 26.1369 33.9387 26.1369 40.1487C26.1369 46.3587 30.6594 52.3606 31.2894 53.2044C31.9194 54.0481 40.1881 66.7887 52.8444 72.2562C55.8594 73.5556 58.2106 74.3318 60.0387 74.9168C63.0594 75.8787 65.81 75.7381 67.9869 75.4175C70.4112 75.0575 75.4512 72.3687 76.5031 69.4212C77.555 66.4737 77.555 63.9481 77.24 63.4194C76.925 62.8906 76.0756 62.57 74.8212 61.94' fill='%23831619'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-whatsapp-primary {
    width: 48px;
    height: 48px;
  }
}

.icon-whatsapp-primary:hover, .icon-whatsapp-primary:active, .icon-whatsapp-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 103 103' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87.5169 15.6856C82.8389 10.9768 77.273 7.24315 71.1417 4.70083C65.0104 2.15852 58.4356 0.858125 51.7981 0.874994C23.9656 0.874994 1.30813 23.5269 1.29688 51.3706C1.29688 60.2694 3.62 68.9544 8.03562 76.6156L0.875 102.777L27.6444 95.7518C35.0491 99.7827 43.3449 101.896 51.7756 101.9H51.7981C79.625 101.9 102.282 79.2481 102.294 51.4044C102.313 44.7696 101.017 38.1968 98.4804 32.0659C95.9441 25.9351 92.2178 20.3677 87.5169 15.6856V15.6856ZM51.7981 93.3781H51.7812C44.2635 93.3789 36.8842 91.3563 30.4175 87.5225L28.8875 86.6112L13.0025 90.7793L17.2381 75.2937L16.2425 73.7075C12.0394 67.0161 9.81444 59.2725 9.82437 51.3706C9.83562 28.2294 28.6625 9.40249 51.815 9.40249C57.3289 9.39024 62.7905 10.4717 67.8837 12.5843C72.9768 14.6969 77.6004 17.7986 81.4869 21.71C85.3941 25.6027 88.4911 30.2313 90.5987 35.3281C92.7064 40.4249 93.783 45.889 93.7662 51.4044C93.755 74.5456 74.9281 93.3781 51.7981 93.3781ZM74.8212 61.94C73.5556 61.3044 67.3569 58.2556 66.1981 57.8337C65.045 57.4119 64.2069 57.2037 63.3631 58.4637C62.5194 59.7237 60.1006 62.5644 59.3637 63.4081C58.6269 64.2518 57.89 64.3531 56.63 63.7231C55.37 63.0931 51.3031 61.76 46.4825 57.4625C42.7306 54.1156 40.1994 49.9869 39.4625 48.7212C38.7256 47.4556 39.3837 46.775 40.0194 46.145C40.5875 45.5825 41.2794 44.6712 41.9094 43.9344C42.5394 43.1975 42.7475 42.6744 43.1694 41.8306C43.5912 40.9869 43.3831 40.25 43.0625 39.62C42.7475 38.9844 40.2219 32.7744 39.17 30.2487C38.1519 27.8019 37.1112 28.1281 36.335 28.0944C35.5311 28.0615 34.7265 28.0465 33.9219 28.0494C33.2821 28.0657 32.6525 28.214 32.0727 28.485C31.4929 28.756 30.9754 29.1439 30.5525 29.6244C29.3937 30.89 26.1369 33.9387 26.1369 40.1487C26.1369 46.3587 30.6594 52.3606 31.2894 53.2044C31.9194 54.0481 40.1881 66.7887 52.8444 72.2562C55.8594 73.5556 58.2106 74.3318 60.0387 74.9168C63.0594 75.8787 65.81 75.7381 67.9869 75.4175C70.4112 75.0575 75.4512 72.3687 76.5031 69.4212C77.555 66.4737 77.555 63.9481 77.24 63.4194C76.925 62.8906 76.0756 62.57 74.8212 61.94' fill='%2300a651'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-whatsapp-primary:hover, .icon-whatsapp-primary:active, .icon-whatsapp-primary:focus {
    width: 48px;
    height: 48px;
  }
}

/*telegram*/
.icon-telegram-white {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 7'%3E%3Cg id='ant-design:instagram-outlined'%3E%3Cg id='bx:bxl-telegram'%3E%3Cpath id='Vector' d='M72.2638 30.9291L22.2751 50.0287C18.8635 51.3864 18.8833 53.272 21.6492 54.1129L34.4833 58.0797L64.1777 39.5165C65.5817 38.6701 66.8646 39.1254 65.8101 40.0529L41.7518 61.5661H41.7462L41.7518 61.5689L40.8665 74.6763C42.1634 74.6763 42.7358 74.0868 43.4632 73.3912L49.697 67.3851L62.6636 76.8748C65.0545 78.1794 66.7715 77.5089 67.3664 74.6819L75.8784 34.9351C76.7496 31.4739 74.5448 29.9067 72.2638 30.9291V30.9291Z' fill='%23f6f6f6'/%3E%3C/g%3E%3C/g%3E%3Ccircle id='Ellipse 1' cx='53' cy='53' r='49.5' stroke='%23f6f6f6' stroke-width='7'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-telegram-white {
    width: 48px;
    height: 48px;
  }
}

.icon-telegram-white:hover, .icon-telegram-white:active, .icon-telegram-white:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 7'%3E%3Cg id='ant-design:instagram-outlined'%3E%3Cg id='bx:bxl-telegram'%3E%3Cpath id='Vector' d='M72.2638 30.9291L22.2751 50.0287C18.8635 51.3864 18.8833 53.272 21.6492 54.1129L34.4833 58.0797L64.1777 39.5165C65.5817 38.6701 66.8646 39.1254 65.8101 40.0529L41.7518 61.5661H41.7462L41.7518 61.5689L40.8665 74.6763C42.1634 74.6763 42.7358 74.0868 43.4632 73.3912L49.697 67.3851L62.6636 76.8748C65.0545 78.1794 66.7715 77.5089 67.3664 74.6819L75.8784 34.9351C76.7496 31.4739 74.5448 29.9067 72.2638 30.9291V30.9291Z' fill='%2300a651'/%3E%3C/g%3E%3C/g%3E%3Ccircle id='Ellipse 1' cx='53' cy='53' r='49.5' stroke='%2300a651' stroke-width='7'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-telegram-white:hover, .icon-telegram-white:active, .icon-telegram-white:focus {
    width: 48px;
    height: 48px;
  }
}

.icon-telegram-white-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 7'%3E%3Cg id='ant-design:instagram-outlined'%3E%3Cg id='bx:bxl-telegram'%3E%3Cpath id='Vector' d='M72.2638 30.9291L22.2751 50.0287C18.8635 51.3864 18.8833 53.272 21.6492 54.1129L34.4833 58.0797L64.1777 39.5165C65.5817 38.6701 66.8646 39.1254 65.8101 40.0529L41.7518 61.5661H41.7462L41.7518 61.5689L40.8665 74.6763C42.1634 74.6763 42.7358 74.0868 43.4632 73.3912L49.697 67.3851L62.6636 76.8748C65.0545 78.1794 66.7715 77.5089 67.3664 74.6819L75.8784 34.9351C76.7496 31.4739 74.5448 29.9067 72.2638 30.9291V30.9291Z' fill='%23f6f6f6'/%3E%3C/g%3E%3C/g%3E%3Ccircle id='Ellipse 1' cx='53' cy='53' r='49.5' stroke='%23f6f6f6' stroke-width='7'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-telegram-white-2 {
    width: 48px;
    height: 48px;
  }
}

.icon-telegram-white-2:hover, .icon-telegram-white-2:active, .icon-telegram-white-2:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 7'%3E%3Cg id='ant-design:instagram-outlined'%3E%3Cg id='bx:bxl-telegram'%3E%3Cpath id='Vector' d='M72.2638 30.9291L22.2751 50.0287C18.8635 51.3864 18.8833 53.272 21.6492 54.1129L34.4833 58.0797L64.1777 39.5165C65.5817 38.6701 66.8646 39.1254 65.8101 40.0529L41.7518 61.5661H41.7462L41.7518 61.5689L40.8665 74.6763C42.1634 74.6763 42.7358 74.0868 43.4632 73.3912L49.697 67.3851L62.6636 76.8748C65.0545 78.1794 66.7715 77.5089 67.3664 74.6819L75.8784 34.9351C76.7496 31.4739 74.5448 29.9067 72.2638 30.9291V30.9291Z' fill='%23831619'/%3E%3C/g%3E%3C/g%3E%3Ccircle id='Ellipse 1' cx='53' cy='53' r='49.5' stroke='%23831619' stroke-width='7'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-telegram-white-2:hover, .icon-telegram-white-2:active, .icon-telegram-white-2:focus {
    width: 48px;
    height: 48px;
  }
}

.icon-telegram-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 7'%3E%3Cg id='ant-design:instagram-outlined'%3E%3Cg id='bx:bxl-telegram'%3E%3Cpath id='Vector' d='M72.2638 30.9291L22.2751 50.0287C18.8635 51.3864 18.8833 53.272 21.6492 54.1129L34.4833 58.0797L64.1777 39.5165C65.5817 38.6701 66.8646 39.1254 65.8101 40.0529L41.7518 61.5661H41.7462L41.7518 61.5689L40.8665 74.6763C42.1634 74.6763 42.7358 74.0868 43.4632 73.3912L49.697 67.3851L62.6636 76.8748C65.0545 78.1794 66.7715 77.5089 67.3664 74.6819L75.8784 34.9351C76.7496 31.4739 74.5448 29.9067 72.2638 30.9291V30.9291Z' fill='%23831619'/%3E%3C/g%3E%3C/g%3E%3Ccircle id='Ellipse 1' cx='53' cy='53' r='49.5' stroke='%23831619' stroke-width='7'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-telegram-primary {
    width: 48px;
    height: 48px;
  }
}

.icon-telegram-primary:hover, .icon-telegram-primary:active, .icon-telegram-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 7'%3E%3Cg id='ant-design:instagram-outlined'%3E%3Cg id='bx:bxl-telegram'%3E%3Cpath id='Vector' d='M72.2638 30.9291L22.2751 50.0287C18.8635 51.3864 18.8833 53.272 21.6492 54.1129L34.4833 58.0797L64.1777 39.5165C65.5817 38.6701 66.8646 39.1254 65.8101 40.0529L41.7518 61.5661H41.7462L41.7518 61.5689L40.8665 74.6763C42.1634 74.6763 42.7358 74.0868 43.4632 73.3912L49.697 67.3851L62.6636 76.8748C65.0545 78.1794 66.7715 77.5089 67.3664 74.6819L75.8784 34.9351C76.7496 31.4739 74.5448 29.9067 72.2638 30.9291V30.9291Z' fill='%2300a651'/%3E%3C/g%3E%3C/g%3E%3Ccircle id='Ellipse 1' cx='53' cy='53' r='49.5' stroke='%2300a651' stroke-width='7'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-telegram-primary:hover, .icon-telegram-primary:active, .icon-telegram-primary:focus {
    width: 48px;
    height: 48px;
  }
}

/* email */
.icon-email-white {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 9'%3E%3Ccircle id='Ellipse 1' cx='53' cy='53' r='49.5' stroke='%23f6f6f6' stroke-width='7'/%3E%3Cg id='clarity:email-line'%3E%3Cpath id='Vector' d='M77.8889 31.6667H28.1111C27.1681 31.6667 26.2637 32.0413 25.5969 32.7081C24.9301 33.3749 24.5555 34.2792 24.5555 35.2222V70.7778C24.5555 71.7208 24.9301 72.6251 25.5969 73.2919C26.2637 73.9587 27.1681 74.3333 28.1111 74.3333H77.8889C78.8319 74.3333 79.7362 73.9587 80.403 73.2919C81.0698 72.6251 81.4444 71.7208 81.4444 70.7778V35.2222C81.4444 34.2792 81.0698 33.3749 80.403 32.7081C79.7362 32.0413 78.8319 31.6667 77.8889 31.6667V31.6667ZM75.1511 70.7778H31.0622L43.5067 57.9067L40.9467 55.4356L28.1111 68.7156V37.9245L50.2089 59.9156C50.8751 60.5778 51.7762 60.9495 52.7155 60.9495C53.6549 60.9495 54.556 60.5778 55.2222 59.9156L77.8889 37.3733V68.4844L64.8044 55.4L62.2978 57.9067L75.1511 70.7778ZM30.44 35.2222H75.0089L52.7155 57.3911L30.44 35.2222Z' fill='%23f6f6f6'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-email-white {
    width: 48px;
    height: 48px;
  }
}

.icon-email-white:hover, .icon-email-white:active, .icon-email-white:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 9'%3E%3Ccircle id='Ellipse 1' cx='53' cy='53' r='49.5' stroke='%2300a651' stroke-width='7'/%3E%3Cg id='clarity:email-line'%3E%3Cpath id='Vector' d='M77.8889 31.6667H28.1111C27.1681 31.6667 26.2637 32.0413 25.5969 32.7081C24.9301 33.3749 24.5555 34.2792 24.5555 35.2222V70.7778C24.5555 71.7208 24.9301 72.6251 25.5969 73.2919C26.2637 73.9587 27.1681 74.3333 28.1111 74.3333H77.8889C78.8319 74.3333 79.7362 73.9587 80.403 73.2919C81.0698 72.6251 81.4444 71.7208 81.4444 70.7778V35.2222C81.4444 34.2792 81.0698 33.3749 80.403 32.7081C79.7362 32.0413 78.8319 31.6667 77.8889 31.6667V31.6667ZM75.1511 70.7778H31.0622L43.5067 57.9067L40.9467 55.4356L28.1111 68.7156V37.9245L50.2089 59.9156C50.8751 60.5778 51.7762 60.9495 52.7155 60.9495C53.6549 60.9495 54.556 60.5778 55.2222 59.9156L77.8889 37.3733V68.4844L64.8044 55.4L62.2978 57.9067L75.1511 70.7778ZM30.44 35.2222H75.0089L52.7155 57.3911L30.44 35.2222Z' fill='%2300a651'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-email-white:hover, .icon-email-white:active, .icon-email-white:focus {
    width: 48px;
    height: 48px;
  }
}

.icon-email-white-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 9'%3E%3Ccircle id='Ellipse 1' cx='53' cy='53' r='49.5' stroke='%23f6f6f6' stroke-width='7'/%3E%3Cg id='clarity:email-line'%3E%3Cpath id='Vector' d='M77.8889 31.6667H28.1111C27.1681 31.6667 26.2637 32.0413 25.5969 32.7081C24.9301 33.3749 24.5555 34.2792 24.5555 35.2222V70.7778C24.5555 71.7208 24.9301 72.6251 25.5969 73.2919C26.2637 73.9587 27.1681 74.3333 28.1111 74.3333H77.8889C78.8319 74.3333 79.7362 73.9587 80.403 73.2919C81.0698 72.6251 81.4444 71.7208 81.4444 70.7778V35.2222C81.4444 34.2792 81.0698 33.3749 80.403 32.7081C79.7362 32.0413 78.8319 31.6667 77.8889 31.6667V31.6667ZM75.1511 70.7778H31.0622L43.5067 57.9067L40.9467 55.4356L28.1111 68.7156V37.9245L50.2089 59.9156C50.8751 60.5778 51.7762 60.9495 52.7155 60.9495C53.6549 60.9495 54.556 60.5778 55.2222 59.9156L77.8889 37.3733V68.4844L64.8044 55.4L62.2978 57.9067L75.1511 70.7778ZM30.44 35.2222H75.0089L52.7155 57.3911L30.44 35.2222Z' fill='%23f6f6f6'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-email-white-2 {
    width: 48px;
    height: 48px;
  }
}

.icon-email-white-2:hover, .icon-email-white-2:active, .icon-email-white-2:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 9'%3E%3Ccircle id='Ellipse 1' cx='53' cy='53' r='49.5' stroke='%23831619' stroke-width='7'/%3E%3Cg id='clarity:email-line'%3E%3Cpath id='Vector' d='M77.8889 31.6667H28.1111C27.1681 31.6667 26.2637 32.0413 25.5969 32.7081C24.9301 33.3749 24.5555 34.2792 24.5555 35.2222V70.7778C24.5555 71.7208 24.9301 72.6251 25.5969 73.2919C26.2637 73.9587 27.1681 74.3333 28.1111 74.3333H77.8889C78.8319 74.3333 79.7362 73.9587 80.403 73.2919C81.0698 72.6251 81.4444 71.7208 81.4444 70.7778V35.2222C81.4444 34.2792 81.0698 33.3749 80.403 32.7081C79.7362 32.0413 78.8319 31.6667 77.8889 31.6667V31.6667ZM75.1511 70.7778H31.0622L43.5067 57.9067L40.9467 55.4356L28.1111 68.7156V37.9245L50.2089 59.9156C50.8751 60.5778 51.7762 60.9495 52.7155 60.9495C53.6549 60.9495 54.556 60.5778 55.2222 59.9156L77.8889 37.3733V68.4844L64.8044 55.4L62.2978 57.9067L75.1511 70.7778ZM30.44 35.2222H75.0089L52.7155 57.3911L30.44 35.2222Z' fill='%23831619'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-email-white-2:hover, .icon-email-white-2:active, .icon-email-white-2:focus {
    width: 48px;
    height: 48px;
  }
}

.icon-email-primary {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 9'%3E%3Ccircle id='Ellipse 1' cx='53' cy='53' r='49.5' stroke='%23831619' stroke-width='7'/%3E%3Cg id='clarity:email-line'%3E%3Cpath id='Vector' d='M77.8889 31.6667H28.1111C27.1681 31.6667 26.2637 32.0413 25.5969 32.7081C24.9301 33.3749 24.5555 34.2792 24.5555 35.2222V70.7778C24.5555 71.7208 24.9301 72.6251 25.5969 73.2919C26.2637 73.9587 27.1681 74.3333 28.1111 74.3333H77.8889C78.8319 74.3333 79.7362 73.9587 80.403 73.2919C81.0698 72.6251 81.4444 71.7208 81.4444 70.7778V35.2222C81.4444 34.2792 81.0698 33.3749 80.403 32.7081C79.7362 32.0413 78.8319 31.6667 77.8889 31.6667V31.6667ZM75.1511 70.7778H31.0622L43.5067 57.9067L40.9467 55.4356L28.1111 68.7156V37.9245L50.2089 59.9156C50.8751 60.5778 51.7762 60.9495 52.7155 60.9495C53.6549 60.9495 54.556 60.5778 55.2222 59.9156L77.8889 37.3733V68.4844L64.8044 55.4L62.2978 57.9067L75.1511 70.7778ZM30.44 35.2222H75.0089L52.7155 57.3911L30.44 35.2222Z' fill='%23831619'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-email-primary {
    width: 48px;
    height: 48px;
  }
}

.icon-email-primary:hover, .icon-email-primary:active, .icon-email-primary:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 106 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame 9'%3E%3Ccircle id='Ellipse 1' cx='53' cy='53' r='49.5' stroke='%2300a651' stroke-width='7'/%3E%3Cg id='clarity:email-line'%3E%3Cpath id='Vector' d='M77.8889 31.6667H28.1111C27.1681 31.6667 26.2637 32.0413 25.5969 32.7081C24.9301 33.3749 24.5555 34.2792 24.5555 35.2222V70.7778C24.5555 71.7208 24.9301 72.6251 25.5969 73.2919C26.2637 73.9587 27.1681 74.3333 28.1111 74.3333H77.8889C78.8319 74.3333 79.7362 73.9587 80.403 73.2919C81.0698 72.6251 81.4444 71.7208 81.4444 70.7778V35.2222C81.4444 34.2792 81.0698 33.3749 80.403 32.7081C79.7362 32.0413 78.8319 31.6667 77.8889 31.6667V31.6667ZM75.1511 70.7778H31.0622L43.5067 57.9067L40.9467 55.4356L28.1111 68.7156V37.9245L50.2089 59.9156C50.8751 60.5778 51.7762 60.9495 52.7155 60.9495C53.6549 60.9495 54.556 60.5778 55.2222 59.9156L77.8889 37.3733V68.4844L64.8044 55.4L62.2978 57.9067L75.1511 70.7778ZM30.44 35.2222H75.0089L52.7155 57.3911L30.44 35.2222Z' fill='%2300a651'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .icon-email-primary:hover, .icon-email-primary:active, .icon-email-primary:focus {
    width: 48px;
    height: 48px;
  }
}

.deactivated-text {
  color: #bbb !important;
}

/*# sourceMappingURL=style.css.map */
