.page-template-bwm {
  background-color: #272726;
}
.bwm__hero {
  padding-top: 72px;
  background-size: cover;
  background-repeat: no-repeat no-repeat;
}
@media screen and (max-width: 768px) {
  .bwm__hero {
    padding-top: 10px;
  }
}
.bwm__hero-container {
  width: 100%;
  max-width: calc(1216px + 20px + 20px);
  padding: 0 20px;
  margin: auto;
}
.bwm__hero-logo {
  margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
  .bwm__hero-logo {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .bwm__hero-logo svg {
    width: 100%;
    max-width: 160px;
  }
}
.bwm__hero-row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .bwm__hero-row {
    flex-direction: column;
  }
}
.bwm__hero-content {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .bwm__hero-content {
    width: 100%;
  }
}
.bwm__hero-content-heading {
  margin-bottom: 40px;
}
.bwm__hero-content-heading h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 64px */
  color: #FFFFFF;
}
@media screen and (max-width: 1300px) {
  .bwm__hero-content-heading h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 992px) {
  .bwm__hero-content-heading h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .bwm__hero-content-heading h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .bwm__hero-content-heading h1 br {
    display: none;
  }
}
.bwm__hero-content-cta {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bwm__hero-content-cta {
    margin-bottom: 30px;
  }
}
.bwm__hero-content-cta a {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.18px;
  color: #FFFFFF;
  padding: 20px 24px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  background-color: #E52713;
  transition: 0.2s all linear;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .bwm__hero-content-cta a {
    padding: 10px 12px;
    font-size: 16px;
  }
}
.bwm__hero-content-cta a:hover {
  background-color: #8B1F12;
  transition: 0.2s all linear;
  text-decoration: none;
}
.bwm__hero-content-text {
  color: rgba(255, 255, 255, 0.5);
}
.bwm__hero-content-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.18px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bwm__hero-content-text p {
    margin-bottom: 30px;
  }
}
.bwm__hero-content-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bwm__hero-content-text ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 27.2px */
  letter-spacing: 0.16px;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 36px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='24' height='24' rx='12' fill='%23F7BCB6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0965 7.89016L9.9365 14.8002L8.0365 12.7702C7.6865 12.4402 7.1365 12.4202 6.7365 12.7002C6.3465 12.9902 6.2365 13.5002 6.4765 13.9102L8.7265 17.5702C8.9465 17.9102 9.3265 18.1202 9.7565 18.1202C10.1665 18.1202 10.5565 17.9102 10.7765 17.5702C11.1365 17.1002 18.0065 8.91016 18.0065 8.91016C18.9065 7.99016 17.8165 7.18016 17.0965 7.88016V7.89016Z' fill='%23D02311'/%3E%3C/svg%3E%0A");
  background-position: left 0px;
  background-repeat: no-repeat;
}
.bwm__hero-illustration {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bwm__hero-illustration {
    width: 100%;
    margin-top: 25px;
  }
}
.bwm__hero-illustration img {
  width: 100%;
  height: auto;
}
.bwm__hero-illustration-note {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 248px;
  height: auto;
  padding: 16px;
  border-radius: 8px;
  background-color: #313130;
  color: #D0D5DD;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 27.2px */
  letter-spacing: 0.16px;
}
@media screen and (max-width: 1300px) {
  .bwm__hero-illustration-note {
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .bwm__hero-illustration-note {
    position: relative;
    margin-top: 25px;
    width: 100%;
    height: auto;
  }
}
.bwm__app {
  padding-top: 104px;
}
@media screen and (max-width: 768px) {
  .bwm__app {
    padding-top: 25px;
  }
}
.bwm__app-container {
  width: 100%;
  max-width: calc(1216px + 20px + 20px);
  padding: 0 20px;
  margin: auto;
}
.bwm__app-screens {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bwm__app-screens-screen {
  margin: 0px 5px;
  transition: 0.7s all linear;
}
.bwm__app-screens-screen:nth-child(1),
.bwm__app-screens-screen:nth-child(5) {
  width: 120px;
  height: auto;
}
.bwm__app-screens-screen:nth-child(2),
.bwm__app-screens-screen:nth-child(4) {
  width: 160px;
  height: auto;
}
.bwm__app-screens-screen:nth-child(3) {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .bwm__app-screens-screen--inactive {
    transition: 0.7s all linear;
    width: 120px!important;
  }
}
@media screen and (min-width: 769px) {
  .bwm__app-screens-screen--active {
    transition: 0.7s all linear;
    width: 280px!important;
  }
}
.bwm__app-screens-screen img {
  width: 100%;
  height: auto;
}
.bwm__video {
  padding-top: 140px;
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='71' viewBox='0 0 70 71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.5257 68.1905C54.8431 68.5787 55.4152 68.6361 55.8034 68.3187L62.1297 63.1462C62.5179 62.8288 62.5753 62.2567 62.2579 61.8685C61.9405 61.4803 61.3685 61.4229 60.9803 61.7403L56.2735 65.5887C56.2807 65.4333 56.2876 65.2707 56.2941 65.1013C56.3555 63.5027 56.3795 61.2901 56.2292 58.8345C55.9318 53.9752 54.9426 47.9626 52.0344 43.9509C49.2017 40.0434 45.493 37.0877 42.5174 35.1162C41.0256 34.1278 39.708 33.3802 38.761 32.8786C38.2873 32.6277 37.9057 32.438 37.6405 32.3102C37.5079 32.2463 37.4044 32.1978 37.333 32.1648C37.2973 32.1484 37.2697 32.1358 37.2504 32.127L37.2279 32.1169L37.2214 32.114L37.2187 32.1128C37.2184 32.1127 37.2182 32.1126 36.8506 32.9428L37.2187 32.1128C36.7602 31.9098 36.2234 32.1166 36.0203 32.5751C35.8173 33.0336 36.0243 33.5697 36.4826 33.7729M36.4826 33.7729L36.4863 33.7745L36.5024 33.7818C36.5174 33.7886 36.5407 33.7992 36.572 33.8136C36.6345 33.8424 36.7288 33.8866 36.8519 33.9459C37.0981 34.0646 37.4592 34.244 37.9111 34.4834C38.8153 34.9623 40.0804 35.6799 41.5144 36.63C44.3905 38.5356 47.9062 41.3503 50.5641 45.0167C53.1464 48.5788 54.122 54.1321 54.4166 58.9454C54.5624 61.3261 54.5392 63.4763 54.4795 65.0316C54.4766 65.1072 54.4736 65.1814 54.4705 65.2541L50.7591 60.7147C50.4417 60.3265 49.8696 60.2691 49.4814 60.5865C49.0932 60.9039 49.0358 61.4759 49.3532 61.8641L54.5257 68.1905' fill='white'/%3E%3Cpath d='M3.70996 10.3247C3.31934 9.77132 2.94906 9.25049 2.59912 8.76221C2.25732 8.26579 1.95622 7.80599 1.6958 7.38281C1.43538 6.9515 1.23193 6.5568 1.08545 6.19873C0.930827 5.84066 0.853516 5.51514 0.853516 5.22217C0.853516 5.07568 0.91862 4.91699 1.04883 4.74609C1.1709 4.56706 1.31738 4.4043 1.48828 4.25781C1.65918 4.10319 1.83415 3.97705 2.01318 3.87939C2.20036 3.7736 2.35498 3.7207 2.47705 3.7207C2.77002 3.7207 3.0223 3.90381 3.23389 4.27002C3.3234 4.44092 3.45768 4.6932 3.63672 5.02686C3.82389 5.35238 4.03955 5.72673 4.28369 6.1499C4.52783 6.56494 4.79639 7.01253 5.08936 7.49268C5.39046 7.96468 5.69564 8.43669 6.00488 8.90869C6.32227 9.3807 6.63558 9.83643 6.94482 10.2759C7.26221 10.7072 7.56331 11.0897 7.84814 11.4233C8.14111 11.757 8.40967 12.0256 8.65381 12.229C8.90609 12.4243 9.12174 12.522 9.30078 12.522C9.53678 12.522 9.75244 12.3592 9.94775 12.0337C10.1431 11.7082 10.3221 11.2809 10.4849 10.752C10.6558 10.223 10.8063 9.62484 10.9365 8.95752C11.0667 8.28206 11.1807 7.59847 11.2783 6.90674C11.3841 6.21501 11.4736 5.54769 11.5469 4.90479C11.6201 4.25374 11.6812 3.68408 11.73 3.1958C11.7544 2.93538 11.8276 2.74007 11.9497 2.60986C12.0718 2.47152 12.2305 2.40234 12.4258 2.40234C12.5967 2.40234 12.7839 2.43896 12.9873 2.51221C13.1908 2.58545 13.382 2.68717 13.561 2.81738C13.7401 2.93945 13.8866 3.08594 14.0005 3.25684C14.1226 3.4196 14.1836 3.59863 14.1836 3.79395C14.1836 4.09505 14.1551 4.44906 14.0981 4.85596C14.0493 5.26286 13.9842 5.69417 13.9028 6.1499C13.8296 6.59749 13.7441 7.05729 13.6465 7.5293C13.5488 7.99316 13.4512 8.43262 13.3535 8.84766C13.2884 9.14062 13.1989 9.50684 13.085 9.94629C12.9792 10.3776 12.8449 10.8374 12.6821 11.3257C12.5194 11.8058 12.3281 12.29 12.1084 12.7783C11.8887 13.2585 11.6364 13.6938 11.3516 14.0845C11.0667 14.467 10.7453 14.7762 10.3872 15.0122C10.0373 15.2563 9.64258 15.3784 9.20312 15.3784C8.88574 15.3784 8.55615 15.2889 8.21436 15.1099C7.87256 14.939 7.53076 14.7111 7.18896 14.4263C6.84717 14.1414 6.50944 13.82 6.17578 13.4619C5.84212 13.0957 5.52474 12.7254 5.22363 12.3511C4.92253 11.9767 4.64176 11.6146 4.38135 11.2646C4.12093 10.9066 3.89714 10.5933 3.70996 10.3247Z' fill='white'/%3E%3Cpath d='M18.0898 2.54883C17.8538 2.54883 17.63 2.51628 17.4185 2.45117C17.215 2.37793 17.036 2.28027 16.8813 2.1582C16.7349 2.02799 16.6169 1.87744 16.5273 1.70654C16.4378 1.53564 16.3931 1.34847 16.3931 1.14502C16.3931 0.803223 16.5273 0.52653 16.7959 0.314941C17.0726 0.103353 17.4388 -0.00244141 17.8945 -0.00244141C18.1061 -0.00244141 18.3096 0.0382487 18.5049 0.119629C18.7002 0.192871 18.8711 0.294596 19.0176 0.424805C19.1722 0.555013 19.2943 0.709635 19.3838 0.888672C19.4733 1.05957 19.5181 1.23861 19.5181 1.42578C19.5181 1.77572 19.3879 2.05241 19.1274 2.25586C18.8752 2.45117 18.5293 2.54883 18.0898 2.54883ZM16.4175 6.27197C16.4175 5.98714 16.5396 5.75521 16.7837 5.57617C17.036 5.389 17.3656 5.29541 17.7725 5.29541C18.5049 5.29541 18.8955 5.54769 18.9443 6.05225C18.9769 6.40218 19.0094 6.79688 19.042 7.23633C19.0827 7.67578 19.1193 8.14372 19.1519 8.64014C19.1925 9.12842 19.2251 9.63704 19.2495 10.166C19.2821 10.6868 19.3105 11.2036 19.335 11.7163C19.3594 12.2209 19.3797 12.7091 19.396 13.1812C19.4123 13.6532 19.4204 14.0845 19.4204 14.4751C19.4204 14.882 19.2739 15.1872 18.981 15.3906C18.6961 15.5941 18.277 15.6958 17.7236 15.6958C17.4714 15.6958 17.272 15.6348 17.1255 15.5127C16.9871 15.3988 16.918 15.2279 16.918 15C16.918 13.877 16.8895 12.8271 16.8325 11.8506C16.7837 10.8659 16.7267 9.99105 16.6616 9.22607C16.6047 8.4611 16.5477 7.82633 16.4907 7.32178C16.4419 6.80908 16.4175 6.45915 16.4175 6.27197Z' fill='white'/%3E%3Cpath d='M29.8452 6.07666C29.8778 6.09294 29.9266 6.10107 29.9917 6.10107C30.1707 6.10107 30.2603 5.98307 30.2603 5.74707V1.95068C30.2603 1.47054 30.366 1.12874 30.5776 0.925293C30.7974 0.721842 31.1595 0.620117 31.6641 0.620117C32.1768 0.620117 32.5389 0.725911 32.7505 0.9375C32.9621 1.14909 33.0679 1.51123 33.0679 2.02393C33.0679 2.21924 33.0557 2.50814 33.0312 2.89062C33.0068 3.26497 32.9784 3.69222 32.9458 4.17236C32.9214 4.65251 32.897 5.16927 32.8726 5.72266C32.8481 6.2679 32.8359 6.80908 32.8359 7.34619C32.8359 8.17627 32.8929 8.89242 33.0068 9.49463C33.1208 10.0968 33.2835 10.5973 33.4951 10.9961C33.7067 11.3867 33.959 11.6797 34.252 11.875C34.5449 12.0622 34.8745 12.1558 35.2407 12.1558C35.4442 12.1558 35.6273 12.1313 35.79 12.0825C35.9609 12.0256 36.1603 11.9971 36.3882 11.9971C36.5509 11.9971 36.6852 12.0825 36.791 12.2534C36.9049 12.4162 36.9619 12.6156 36.9619 12.8516C36.9619 13.0632 36.8968 13.2625 36.7666 13.4497C36.6445 13.6369 36.4736 13.7996 36.2539 13.938C36.0423 14.0763 35.7941 14.1862 35.5093 14.2676C35.2244 14.3408 34.9274 14.3774 34.6182 14.3774C33.9508 14.3774 33.3405 14.174 32.7871 13.7671C32.2337 13.3521 31.8187 12.7214 31.542 11.875C31.5176 11.7448 31.4769 11.6797 31.4199 11.6797C31.3548 11.6797 31.3019 11.7448 31.2612 11.875C31.0415 12.4691 30.7526 13.0062 30.3945 13.4863C30.0446 13.9583 29.6336 14.3652 29.1616 14.707C28.6978 15.0407 28.1851 15.297 27.6235 15.4761C27.0701 15.6551 26.4842 15.7446 25.8657 15.7446C25.2147 15.7446 24.6165 15.6348 24.0713 15.415C23.5342 15.2035 23.0703 14.9064 22.6797 14.5239C22.2891 14.1333 21.9839 13.6776 21.7642 13.1567C21.5444 12.6278 21.4346 12.0581 21.4346 11.4478C21.4346 10.6665 21.5973 9.93001 21.9229 9.23828C22.2484 8.54655 22.6878 7.94434 23.2412 7.43164C23.8027 6.91081 24.4538 6.49984 25.1943 6.19873C25.9349 5.89762 26.7243 5.74707 27.5625 5.74707C27.9043 5.74707 28.2664 5.77555 28.6489 5.83252C29.0314 5.88135 29.4302 5.96273 29.8452 6.07666ZM26.3418 13.5474C26.8057 13.5474 27.2166 13.4456 27.5747 13.2422C27.9409 13.0387 28.2624 12.7824 28.5391 12.4731C28.8239 12.1558 29.064 11.8099 29.2593 11.4355C29.4546 11.0531 29.6133 10.6828 29.7354 10.3247C29.8574 9.96663 29.9469 9.64518 30.0039 9.36035C30.0609 9.07552 30.0894 8.87207 30.0894 8.75C30.0894 8.66048 30.0649 8.58317 30.0161 8.51807C29.9673 8.44482 29.894 8.38786 29.7964 8.34717C29.5767 8.2902 29.3488 8.24137 29.1128 8.20068C28.8768 8.15186 28.6449 8.11117 28.417 8.07861C28.1891 8.04606 27.9694 8.02165 27.7578 8.00537C27.5544 7.9891 27.3672 7.98096 27.1963 7.98096C26.708 7.98096 26.2645 8.0542 25.8657 8.20068C25.467 8.34717 25.1252 8.55469 24.8403 8.82324C24.5636 9.0918 24.348 9.41325 24.1934 9.7876C24.0387 10.1538 23.9614 10.5566 23.9614 10.9961C23.9614 11.3867 24.0184 11.7407 24.1323 12.0581C24.2544 12.3674 24.4172 12.6318 24.6206 12.8516C24.8322 13.0713 25.0845 13.2422 25.3774 13.3643C25.6704 13.4863 25.9919 13.5474 26.3418 13.5474Z' fill='white'/%3E%3Cpath d='M46.7153 12.3267C46.9513 12.1232 47.1833 12.0215 47.4111 12.0215C47.5413 12.0215 47.6593 12.054 47.7651 12.1191C47.8709 12.1842 47.9889 12.286 48.1191 12.4243C48.2412 12.6115 48.3267 12.7661 48.3755 12.8882C48.4325 13.0021 48.4609 13.116 48.4609 13.23C48.4609 13.4741 48.3389 13.7061 48.0947 13.9258C47.7041 14.2513 47.2809 14.5443 46.8252 14.8047C46.3695 15.057 45.8934 15.2726 45.397 15.4517C44.9006 15.6307 44.3879 15.765 43.8589 15.8545C43.3299 15.9521 42.805 16.001 42.2842 16.001C41.625 16.001 41.0065 15.9155 40.4287 15.7446C39.8509 15.5819 39.3341 15.3459 38.8784 15.0366C38.4308 14.7274 38.0524 14.3571 37.7432 13.9258C37.4339 13.4863 37.2142 12.994 37.084 12.4487C37.0107 12.2209 36.9416 12.0744 36.8765 12.0093C36.8195 11.936 36.7218 11.8994 36.5835 11.8994C36.2824 11.8994 36.0505 11.8262 35.8877 11.6797C35.7249 11.5332 35.6436 11.3216 35.6436 11.0449C35.6436 10.931 35.6517 10.8577 35.668 10.8252L35.6924 10.5811C35.7331 10.2881 35.8104 10.0765 35.9243 9.94629C36.0464 9.81608 36.2336 9.75098 36.4858 9.75098H36.6689C37.0107 9.75098 37.2508 9.59229 37.3892 9.2749C37.6414 8.71338 37.9629 8.20068 38.3535 7.73682C38.7441 7.27295 39.1836 6.87826 39.6719 6.55273C40.1602 6.21908 40.681 5.96273 41.2344 5.78369C41.7959 5.59652 42.3656 5.50293 42.9434 5.50293C43.5456 5.50293 44.1071 5.59245 44.6279 5.77148C45.1569 5.94238 45.6167 6.18245 46.0073 6.4917C46.3979 6.80094 46.7031 7.16309 46.9229 7.57812C47.1507 7.99316 47.2646 8.44076 47.2646 8.9209C47.2646 9.25456 47.1995 9.55973 47.0693 9.83643C46.9391 10.1131 46.752 10.3573 46.5078 10.5688C46.2637 10.7723 45.9666 10.9391 45.6167 11.0693C45.2749 11.1995 44.8843 11.285 44.4448 11.3257L40.209 11.7529C40.0462 11.7529 39.9119 11.7936 39.8062 11.875C39.7085 11.9564 39.6597 12.0662 39.6597 12.2046C39.6597 12.4162 39.737 12.6196 39.8916 12.8149C40.0544 13.0103 40.266 13.1852 40.5264 13.3398C40.7949 13.4863 41.1001 13.6043 41.4419 13.6938C41.7918 13.7834 42.1499 13.8281 42.5161 13.8281C42.866 13.8281 43.2241 13.7956 43.5903 13.7305C43.9647 13.6572 44.3309 13.5555 44.689 13.4253C45.0552 13.2951 45.4092 13.1405 45.751 12.9614C46.0928 12.7743 46.4142 12.5627 46.7153 12.3267ZM43.9932 9.17725C44.1152 9.15283 44.221 9.09587 44.3105 9.00635C44.4001 8.90869 44.4448 8.79069 44.4448 8.65234C44.4448 8.53027 44.4001 8.41634 44.3105 8.31055C44.221 8.20475 44.099 8.11117 43.9443 8.02979C43.7897 7.94027 43.6107 7.87109 43.4072 7.82227C43.2038 7.77344 42.9881 7.74902 42.7603 7.74902C42.4266 7.74902 42.0848 7.79785 41.7349 7.89551C41.3849 7.99316 41.0675 8.12337 40.7827 8.28613C40.4979 8.44076 40.266 8.61572 40.0869 8.81104C39.9079 8.99821 39.8184 9.18538 39.8184 9.37256C39.8184 9.55973 39.9323 9.65332 40.1602 9.65332C40.2985 9.65332 40.5223 9.63704 40.8315 9.60449C41.1408 9.57194 41.4826 9.53532 41.8569 9.49463C42.2313 9.4458 42.6097 9.3929 42.9922 9.33594C43.3747 9.27897 43.7083 9.22607 43.9932 9.17725Z' fill='white'/%3E%3Cpath d='M49.4009 10.9473C49.4009 10.8089 49.4172 10.6543 49.4497 10.4834C49.4823 10.3125 49.4985 10.1253 49.4985 9.92188C49.4985 9.78353 49.4375 9.67773 49.3154 9.60449C49.2015 9.53125 49.0713 9.44987 48.9248 9.36035C48.7783 9.27083 48.644 9.1569 48.522 9.01855C48.408 8.88021 48.3511 8.68083 48.3511 8.42041C48.3511 8.23324 48.3999 8.04606 48.4976 7.85889C48.6034 7.67171 48.7539 7.50081 48.9492 7.34619C49.4294 6.98812 49.9258 6.66667 50.4385 6.38184C50.9593 6.09701 51.4761 5.85693 51.9888 5.66162C52.5096 5.46631 53.0223 5.31576 53.5269 5.20996C54.0314 5.10417 54.5156 5.05127 54.9795 5.05127C55.7607 5.05127 56.4932 5.19775 57.1768 5.49072C57.8685 5.77555 58.4666 6.17025 58.9712 6.6748C59.4839 7.17122 59.8867 7.75716 60.1797 8.43262C60.4808 9.09993 60.6313 9.81608 60.6313 10.5811C60.6313 11.3298 60.4727 12.0418 60.1553 12.7173C59.846 13.3846 59.4269 13.9705 58.8979 14.4751C58.369 14.9797 57.7464 15.3784 57.0303 15.6714C56.3223 15.9725 55.5736 16.123 54.7842 16.123C54.0111 16.123 53.2949 15.9928 52.6357 15.7324C51.9766 15.472 51.4069 15.1139 50.9268 14.6582C50.4466 14.1943 50.0723 13.6491 49.8037 13.0225C49.5352 12.3877 49.4009 11.696 49.4009 10.9473ZM55.0527 13.9258C55.3945 13.9258 55.7485 13.8566 56.1147 13.7183C56.481 13.5799 56.8146 13.3805 57.1157 13.1201C57.425 12.8516 57.6772 12.526 57.8726 12.1436C58.076 11.7611 58.1777 11.3298 58.1777 10.8496C58.1777 10.3613 58.0882 9.9056 57.9092 9.48242C57.7301 9.05924 57.4819 8.69303 57.1646 8.38379C56.8553 8.06641 56.485 7.8182 56.0537 7.63916C55.6305 7.46012 55.1707 7.37061 54.6743 7.37061C53.771 7.37061 53.0793 7.60661 52.5991 8.07861C52.119 8.54248 51.8789 9.25863 51.8789 10.2271C51.8789 10.756 51.9562 11.2484 52.1108 11.7041C52.2736 12.1517 52.4974 12.5423 52.7822 12.876C53.0671 13.2015 53.4007 13.4578 53.7832 13.645C54.1738 13.8322 54.597 13.9258 55.0527 13.9258Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: calc(50% + 300px) 20px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .bwm__video {
    background-position: center 20px;
    padding-top: 110px;
  }
}
.bwm__video-container {
  width: 100%;
  max-width: calc(1216px + 20px + 20px);
  padding: 0 20px;
  margin: auto;
}
.bwm__video-player {
  display: block;
  position: relative;
}
.bwm__video-player img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.bwm__video-player-play {
  width: 96px;
  height: 96px;
  position: absolute;
  left: calc(50% - 48px);
  top: calc(50% - 48px);
}
@media screen and (max-width: 768px) {
  .bwm__video-player-play {
    width: 64px;
    height: 64px;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
  }
}
.bwm__video-player-play * {
  transition: 0.2s all linear;
}
.bwm__video-player-play svg {
  width: 100%;
  height: auto;
}
.bwm__video-player-play svg circle {
  fill: #E52713;
}
.bwm__video-player-play:hover svg circle {
  fill: #8B1F12;
}
.bwm__redinfo {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .bwm__redinfo {
    padding-top: 35px;
  }
}
.bwm__redinfo-container {
  width: 100%;
  max-width: calc(1216px + 20px + 20px);
  padding: 0 20px;
  margin: auto;
}
.bwm__redinfo-box {
  padding: 64px 64px;
  background-color: #EB3C2A;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .bwm__redinfo-box {
    padding: 20px;
  }
}
.bwm__redinfo-box-heading {
  margin-bottom: 20px;
}
.bwm__redinfo-box-heading h2 {
  color: #FFFFFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  .bwm__redinfo-box-heading h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .bwm__redinfo-box-heading h2 {
    font-size: 22px;
  }
}
.bwm__redinfo-box-text {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.18px;
  margin: auto;
  max-width: 836px;
  margin-bottom: 34px;
  color: #FFFFFF;
}
.bwm__redinfo-box-text p {
  margin-bottom: 5px;
}
.bwm__redinfo-box-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bwm__redinfo-box-text {
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 30px;
  }
}
.bwm__redinfo-box-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 34px 0;
}
.bwm__redinfo-box-items-item {
  width: calc(25% - 20px);
  margin: 20px 10px 10px 10px;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 8px;
}
@media screen and (max-width: 950px) {
  .bwm__redinfo-box-items-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 650px) {
  .bwm__redinfo-box-items-item {
    width: 100%;
    margin: 0px 0px 25px 0px;
  }
}
@media screen and (max-width: 650px) {
  .bwm__redinfo-box-items-item:last-child {
    margin: 0px 0px 0px 0px;
  }
}
.bwm__redinfo-box-items-item-icon {
  position: absolute;
  top: -12px;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
}
.bwm__redinfo-box-items-item-icon svg {
  display: block;
}
.bwm__redinfo-box-items-item-text {
  padding: 22px 28px 16px 28px;
  color: #272726;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: 0.18px;
  text-transform: uppercase;
}
@media screen and (max-width: 950px) {
  .bwm__redinfo-box-items-item-text {
    padding: 18px 15px 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  .bwm__redinfo-box-items-item-text {
    font-size: 17px;
  }
}
.bwm__redinfo-box-text2 {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.18px;
  color: #FFFFFF;
  margin: auto;
  max-width: 836px;
}
.bwm__redinfo-box-text2 p {
  margin-bottom: 5px;
}
.bwm__redinfo-box-text2 p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bwm__redinfo-box-text2 {
    font-size: 17px;
    line-height: 150%;
  }
}
.bwm__redinfo-box img {
  max-width: 100%;
}
.bwm__info {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .bwm__info {
    padding-top: 35px;
  }
}
.bwm__info-container {
  width: 100%;
  max-width: calc(1216px + 20px + 20px);
  padding: 0 20px;
  margin: auto;
}
.bwm__info-box {
  padding: 64px 190px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .bwm__info-box {
    padding: 20px;
  }
}
.bwm__info-box-heading {
  margin-bottom: 20px;
}
.bwm__info-box-heading h2 {
  color: #FFFFFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  .bwm__info-box-heading h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .bwm__info-box-heading h2 {
    font-size: 22px;
  }
}
.bwm__info-box-text {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.18px;
  margin-bottom: 48px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .bwm__info-box-text {
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 30px;
  }
}
.bwm__info-box-cta {
  text-align: center;
}
.bwm__info-box-cta a {
  padding: 20px 24px;
  background-color: #E52713;
  color: #FFFFFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.18px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  transition: 0.2s all linear;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .bwm__info-box-cta a {
    padding: 10px 12px;
    font-size: 16px;
  }
}
.bwm__info-box-cta a:hover {
  background-color: #8B1F12;
  transition: 0.2s all linear;
  text-decoration: none;
}
.bwm__info-box img {
  max-width: 100%;
}
.bwm__footer {
  padding-top: 140px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .bwm__footer {
    padding-top: 35px;
    padding-bottom: 48px;
  }
}
.bwm__footer-container {
  width: 100%;
  max-width: calc(1216px + 20px + 20px);
  padding: 0 20px;
  margin: auto;
}
.bwm__footer-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 992px) {
  .bwm__footer-upper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
  }
}
.bwm__footer-upper-moneco-logo {
  margin-bottom: 6px;
}
@media screen and (max-width: 992px) {
  .bwm__footer-upper-moneco-logo svg {
    width: 100%;
    height: auto;
    max-width: 130px;
  }
}
.bwm__footer-upper-moneco-note {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 23.8px */
  letter-spacing: 0.14px;
}
.bwm__footer-upper-call {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .bwm__footer-upper-call {
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
  }
}
.bwm__footer-upper-call-phone {
  display: flex;
  align-items: center;
  margin-right: 44px;
}
@media screen and (max-width: 992px) {
  .bwm__footer-upper-call-phone {
    margin-right: 0px;
  }
}
.bwm__footer-upper-call-phone svg {
  display: block;
  margin-right: 8px;
}
.bwm__footer-upper-call-phone span {
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 34px */
  letter-spacing: 0.2px;
}
.bwm__footer-upper-call-note {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 23.8px */
  letter-spacing: 0.14px;
}
@media screen and (max-width: 992px) {
  .bwm__footer-upper-call-note {
    margin-top: 8px;
  }
}
@media screen and (max-width: 992px) {
  .bwm__footer-upper-bcas {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .bwm__footer-upper-bcas svg {
    width: 100%;
    height: auto;
    max-width: 130px;
  }
}
.bwm__footer-lower {
  margin-top: 48px;
}
@media screen and (max-width: 992px) {
  .bwm__footer-lower {
    margin-top: 30px;
  }
}
.bwm__footer-lower-links {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 992px) {
  .bwm__footer-lower-links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.bwm__footer-lower-links a {
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 34px */
  letter-spacing: 0.2px;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .bwm__footer-lower-links a {
    font-size: 19px;
  }
}
.bwm__footer-lower-links a:not(:last-child) {
  padding-right: 24px;
  margin-right: 24px;
  border-right: 4px solid #E52713;
}
@media screen and (max-width: 992px) {
  .bwm__footer-lower-links a:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0px;
    border: none;
  }
}
.bwm__footer-lower-links a:hover {
  text-decoration: underline;
}
.bwm__footer-lower-note {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  /* 23.8px */
  letter-spacing: 0.14px;
}
@media screen and (max-width: 992px) {
  .bwm__footer-lower-note {
    text-align: center;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .bwm__modal {
    padding: 44px 0px!important;
  }
}
.bwm__modal-text {
  text-align: center;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
.bwm__modal-text p {
  font-weight: bold;
}
.bwm__modal input,
.bwm__modal select {
  width: 100%;
  padding: 4px 8px;
}
.bwm__modal .col-md-6 .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.bwm__modal .vop-text-hidden {
  display: none;
}
.bwm__modal .vop-text {
  margin-top: 15px;
}
.bwm__modal input[type="checkbox"] {
  width: 20px;
  height: 20px;
  top: 4px;
  margin: 0;
}
.bwm__modal .wpcf7-not-valid-tip {
  margin-bottom: 5px;
}
.bwm__modal ::placeholder {
  color: black;
  opacity: 1;
  /* Firefox */
}
.bwm__modal ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: black;
}
.bwm__modal .form-submit {
  position: relative;
}
.bwm__modal .ajax-loader {
  position: absolute;
  right: 0;
  top: 5px;
}
