


.comp_4 { --mask: radial-gradient(45.07px at 50% 62.50px,#000 99%,#0000 101%) calc(50% - 50px) 0/100px 100%, radial-gradient(45.07px at 50% -37.5px,#0000 99%,#000 101%) 50% 25px/100px 100% repeat-x; -webkit-mask: var(--mask); mask: var(--mask); } 


.comp_5 { --mask: radial-gradient(45.07px at 50% 62.50px,#000 99%,#0000 101%) calc(50% - 50px) 0/100px 100%, radial-gradient(45.07px at 50% -37.5px,#0000 99%,#000 101%) 50% 25px/100px 100% repeat-x; -webkit-mask: var(--mask); mask: var(--mask); } 


.comp_11 { --mask: radial-gradient(45.07px at 50% 62.50px,#000 99%,#0000 101%) calc(50% - 50px) 0/100px 100%, radial-gradient(45.07px at 50% -37.5px,#0000 99%,#000 101%) 50% 25px/100px 100% repeat-x; -webkit-mask: var(--mask); mask: var(--mask); } 


.comp_12 { --mask: radial-gradient(45.07px at 50% 62.50px,#000 99%,#0000 101%) calc(50% - 50px) 0/100px 100%, radial-gradient(45.07px at 50% -37.5px,#0000 99%,#000 101%) 50% 25px/100px 100% repeat-x; -webkit-mask: var(--mask); mask: var(--mask); } 


.comp_19 {--mask: radial-gradient(45.07px at 50% 62.50px,#000 99%,#0000 101%) calc(50% - 50px) 0/100px 51% repeat-x, radial-gradient(45.07px at 50% -37.5px,#0000 99%,#000 101%) 50% 25px/100px calc(51% - 25px) repeat-x, radial-gradient(45.07px at 50% calc(100% - 62.50px),#000 99%,#0000 101%) calc(50% - 50px) 100%/100px 51% repeat-x, radial-gradient(45.07px at 50% calc(100% + 37.50px),#0000 99%,#000 101%) 50% calc(100% - 25px)/100px calc(51% - 25px) repeat-x; -webkit-mask: var(--mask); mask: var(--mask);}}


//* (A) TABS CONTAINER */
                                                                .tab, .tab * {
                                                                  font-family:"Raleway";
                                                                  box-sizing: border-box;
                                                                }
                                                                .tab { max-width:1800px; }
                                                                
                                                                /* (B) HIDE CHECKBOX */
                                                                .tab input { display: none; }
                                                                
                                                                /* (C) TAB LABEL */
                                                                .tab label {
                                                                  /* (C1) DIMENSIONS */
 position: relative; /* required for (f2) position:absolute */
                                                                  display: block;
                                                                  width: 100%;
                                                                  margin-top: 10px;
                                                                  padding: 10px;
                                                                 
                                                                  /* (C2) COSMETICS */
                                                                  font-weight: 700;
                                                                  color: #fff;
                                                                  background: #ff73cb;
                                                                  cursor: pointer;
                                                                }
                                                                
                                                                /* (D) TAB CONTENT - HIDDEN BY DEFAULT */
                                                                /* css animation will not work with auto height */
                                                                /* this is why we use max-height instead */
                                                                .tab .content {
                                                                  background: #f3e0ff;
                                                                  overflow: hidden;
                                                                  transition: max-height 0.3s;
                                                                  max-height: 0;
                                                                }
                                                                .tab .content p { padding: 10px; }
                                                                
                                                                /* (E) OPEN TAB ON CHECKED */
                                                                .tab input:checked ~ .content { max-height: 100vh; }
                                                                
                                                                /* (F) EXTRA - ADD ARROW INDICATOR */
                                                                .tab label::after {
                                                                  /* (F1) RIGHT ARROW */
                                                                  display: block;  
                                                                  content: "\25b6";
                                                                 
                                                                  /* (F2) PLACE AT RIGHT SIDE */
                                                                  position: absolute;
                                                                  right: 10px; top: 10px;
                                                                 
                                                                  /* (F3) ANIMATED ARROW */
                                                                  transition: all 0.3s;
                                                                }
                                                                 
                                                                /* (F4) ROTATE ARROW ON CHECKED */
                                                                .tab input:checked ~ label::after { transform: rotate(90deg); }
                                                                


.comp_86 .wa-btn-text-only{
                                      animation-name: clin;
                                      animation-duration: 1s;
                                      animation-iteration-count: infinite;
                                    }
                                    @keyframes clin {
                                      from {background-color: #ffe059;}
                                      to {background-color: #39c1f8;}
                                    }




.comp_115 body {
                                                                  font-family: 'Raleway', serif;
                                                                  font-size: 20px;
                                                                  text-align: center;
                                                                }
                                                                
                                                                .content-slider {
                                                                  width: auto;
                                                                  height: 100px;
                                                                }
                                                                
                                                                .slider {
                                                                  height: 100px;
                                                                  width: auto;
                                                                  margin: 0px auto 0;
                                                                  overflow: visible;
                                                                  position: relative;
                                                                }
                                                                
                                                                .mask {
                                                                  overflow: hidden;
                                                                  height: 100px;
                                                                }
                                                                
                                                                .slider ul {
                                                                  margin: 0;
                                                                  padding: 0;
                                                                  position: relative;
                                                                }
                                                                
                                                                .slider li {
                                                                  width: auto;
                                                                  height: 100px;
                                                                  position: absolute;
                                                                  top: -320px;
                                                                  list-style: none;
                                                                }
                                                                
                                                                .slider .quote {
                                                                  font-size: 20px;
                                                                  text-align: center;
                                                                  font-style: italic;
                                                                  text-align: center;
                                                                }
                                                                
                                                                .slider .source {
                                                                  font-size: 20px;
                                                                  text-align: right;
                                                                }
                                                                
                                                                .slider li.anim1 {
                                                                  animation: cycle 15s linear infinite;
                                                                }
                                                                
                                                                .slider li.anim2 {
                                                                  animation: cycle2 15s linear infinite;
                                                                }
                                                                
                                                                .slider li.anim3 {
                                                                  animation: cycle3 15s linear infinite;
                                                                }
                                                                
                                                                .slider li.anim4 {
                                                                  animation: cycle4 15s linear infinite;
                                                                }
                                                                
                                                                .slider li.anim5 {
                                                                  animation: cycle5 15s linear infinite;
                                                                }
                                                                
                                                                .slider:hover li {
                                                                  animation-play-state: paused;
                                                                }
                                                                
                                                                @keyframes cycle {
                                                                  0% {
                                                                    top: 0px;
                                                                  }
                                                                  4% {
                                                                    top: 0px;
                                                                  }
                                                                  16% {
                                                                    top: 0px;
                                                                    opacity: 1;
                                                                    z-index: 0;
                                                                  }
                                                                  20% {
                                                                    top: 305px;
                                                                    opacity: 0;
                                                                    z-index: 0;
                                                                  }
                                                                  21% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                    z-index: -1;
                                                                  }
                                                                  50% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                    z-index: -1;
                                                                  }
                                                                  92% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                    z-index: 0;
                                                                  }
                                                                  96% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                  }
                                                                  100% {
                                                                    top: 0px;
                                                                    opacity: 1;
                                                                  }
                                                                }
                                                                
                                                                @keyframes cycle2 {
                                                                  0% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                  }
                                                                  16% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                  }
                                                                  20% {
                                                                    top: 0px;
                                                                    opacity: 1;
                                                                  }
                                                                  24% {
                                                                    top: 0px;
                                                                    opacity: 1;
                                                                  }
                                                                  36% {
                                                                    top: 0px;
                                                                    opacity: 1;
                                                                    z-index: 0;
                                                                  }
                                                                  40% {
                                                                    top: 305px;
                                                                    opacity: 0;
                                                                    z-index: 0;
                                                                  }
                                                                  41% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                    z-index: -1;
                                                                  }
                                                                  100% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                    z-index: -1;
                                                                  }
                                                                }
                                                                
                                                                @keyframes cycle3 {
                                                                  0% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                  }
                                                                  36% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                  }
                                                                  40% {
                                                                    top: 0px;
                                                                    opacity: 1;
                                                                  }
                                                                  44% {
                                                                    top: 0px;
                                                                    opacity: 1;
                                                                  }
                                                                  56% {
                                                                    top: 0px;
                                                                    opacity: 1;
                                                                    z-index: 0;
                                                                  }
                                                                  60% {
                                                                    top: 325px;
                                                                    opacity: 0;
                                                                    z-index: 0;
                                                                  }
                                                                  61% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                    z-index: -1;
                                                                  }
                                                                  100% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                    z-index: -1;
                                                                  }
                                                                }
                                                                
                                                                @keyframes cycle4 {
                                                                  0% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                  }
                                                                  56% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                  }
                                                                  60% {
                                                                    top: 0px;
                                                                    opacity: 1;
                                                                  }
                                                                  64% {
                                                                    top: 0px;
                                                                    opacity: 1;
                                                                  }
                                                                  76% {
                                                                    top: 0px;
                                                                    opacity: 1;
                                                                    z-index: 0;
                                                                  }
                                                                  80% {
                                                                    top: 305px;
                                                                    opacity: 0;
                                                                    z-index: 0;
                                                                  }
                                                                  81% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                    z-index: -1;
                                                                  }
                                                                  100% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                    z-index: -1;
                                                                  }
                                                                }
                                                                
                                                                @keyframes cycle5 {
                                                                  0% {
                                                                    top: -305px;
                                                                    opacity: 0;
                                                                  }
                                                                  76% {
                                                                    top: -325px;
                                                                    opacity: 0;
                                                                  }
                                                                  80% {
                                                                    top: 0px;
                                                                    opacity: 1;
                                                                  }
                                                                  84% {
                                                                    top: 0px;
                                                                    opacity: 1;
                                                                  }
                                                                  96% {
                                                                    top: 0px;
                                                                    opacity: 1;
                                                                    z-index: 0;
                                                                  }
                                                                  100% {
                                                                    top: 305px;
                                                                    opacity: 0;
                                                                    z-index: 0;
                                                                  }
                                                                }

.comp_0 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_10 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_10 .wa-txt-par {
    color: rgba(255,115,203,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_10 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_10 .wa-txt-par.wa-last-par {
    color: rgba(255,115,203,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_10 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_100 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_100 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_100 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_100 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_100 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_101 {
    width: 100%;
}
.comp_101 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_101 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_102 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_102 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_102 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_102 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_102 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_103 {
    width: 100%;
}
.comp_103 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_103 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_104 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_104 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_104 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_104 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_104 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_105 {
    width: 100%;
}
.comp_105 textarea {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_105 textarea:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_106 {
    line-height: 0px;
    width: 100%;
}
.comp_106 label {
    --wf-color-active: rgba(57,120,252,1);
    --wf-color-active-rgb: 57, 120, 252;
    --wf-color-bg: rgba(255,255,255,1);
    --wf-color-secondary: rgba(55,120,252,1);
    --wf-color-text: rgba(0,0,0,1);
    font-family: 'Arial';
}
.comp_107 {
    overflow: hidden;
    transform: translateZ(0);
}
.comp_108 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_109 {
    flex-direction: column;
}
.comp_109 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_109 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_11 {
    background-color: rgba(255,224,89,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_11 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_110 {
    display: flex;
    width: 100%;
}
.comp_110 .wa-btn {
    background-color: rgba(39,142,193,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_110 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_110 .wa-btn.wa-btn:active {
    background-color: rgba(39,142,193,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_110 .wa-btn.wa-btn:hover {
    background-color: rgba(33,118,161,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_110 a {
    display: flex;
    text-decoration: none;
}
.comp_110 div {
    justify-content: center;
}
.comp_111 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_111 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_111-wrap {
    flex-direction: column;
    width: 100%;
}
.comp_112 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_113 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_114 {
    flex-direction: column;
}
.comp_114 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_114 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_115 {
    width: 100%;
}
.comp_116 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_116 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_117 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_118 {
    flex-direction: column;
}
.comp_118 > .wa_inner_col {
    background-color: rgba(255,224,89,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_118 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_119 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_119 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Quicksand';
    font-weight: 600;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_119 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_119 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Quicksand';
    font-weight: 600;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_119 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_12 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_120 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_120 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_120 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_120 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_120 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_121 {
    width: 100%;
}
.comp_121 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_121 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_122 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_122 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_122 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_122 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_122 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_123 {
    width: 100%;
}
.comp_123 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_123 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_124 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_124 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_124 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_124 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_124 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_125 {
    width: 100%;
}
.comp_125 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_125 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_126 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_126 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_126 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_126 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_126 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_127 {
    width: 100%;
}
.comp_127 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_127 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_128 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_128 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_128 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_128 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_128 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_129 {
    width: 100%;
}
.comp_129 textarea {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_129 textarea:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_13 {
    flex-direction: column;
}
.comp_13 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_13 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_130 {
    line-height: 0px;
    width: 100%;
}
.comp_130 label {
    --wf-color-active: rgba(57,120,252,1);
    --wf-color-active-rgb: 57, 120, 252;
    --wf-color-bg: rgba(255,255,255,1);
    --wf-color-secondary: rgba(55,120,252,1);
    --wf-color-text: rgba(0,0,0,1);
    font-family: 'Arial';
}
.comp_131 {
    overflow: hidden;
    transform: translateZ(0);
}
.comp_132 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_133 {
    flex-direction: column;
}
.comp_133 > .wa_inner_col {
    background-color: rgba(255,224,89,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_133 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_134 {
    display: flex;
    width: 100%;
}
.comp_134 .wa-btn {
    background-color: rgba(57,193,248,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.comp_134 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_134 .wa-btn.wa-btn:active {
    background-color: rgba(57,193,248,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_134 .wa-btn.wa-btn:hover {
    background-color: rgba(255,115,203,1);
    border-color: rgba(192,192,192,1);
    color: rgba(255,255,255,1);
}
.comp_134 a {
    display: flex;
    text-decoration: none;
}
.comp_134 div {
    justify-content: center;
}
.comp_135 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_136 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_136 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_137 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_138 {
    flex-direction: column;
}
.comp_138 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_138 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_14 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_14 .wa-txt-par {
    color: rgba(57,193,248,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_14 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_14 .wa-txt-par.wa-last-par {
    color: rgba(57,193,248,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_14 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_140 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_141 {
    flex-direction: column;
}
.comp_141 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_141 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_142 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_142 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_142 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_142 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_142 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_15 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_16 {
    flex-direction: column;
}
.comp_16 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_16 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_17 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_17 .wa-txt-par {
    color: rgba(255,115,203,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_17 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_17 .wa-txt-par.wa-last-par {
    color: rgba(255,115,203,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_17 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_18 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_18 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_19 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_2 {
    flex-direction: column;
}
.comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_20 {
    flex-direction: column;
}
.comp_20 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_20 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_21 {
    display: flex;
    width: 100%;
}
.comp_21 .wa-image-wrap {
    aspect-ratio: 600/360;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 600px) );
}
.comp_21 .wa-image-wrap > div {
    aspect-ratio: 600/360;;
    position: relative;
    width: 100%;
}
.comp_21 .wa-image-wrap img {
    aspect-ratio: 600/360;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_22 {
    flex-direction: column;
}
.comp_22 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_22 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_23 {
    display: flex;
    width: 100%;
}
.comp_23 .wa-image-wrap {
    aspect-ratio: 600/360;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 600px) );
}
.comp_23 .wa-image-wrap > div {
    aspect-ratio: 600/360;;
    position: relative;
    width: 100%;
}
.comp_23 .wa-image-wrap img {
    aspect-ratio: 600/360;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_24 {
    flex-direction: column;
}
.comp_24 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_24 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_25 {
    display: flex;
    width: 100%;
}
.comp_25 .wa-image-wrap {
    aspect-ratio: 600/360;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 600px) );
}
.comp_25 .wa-image-wrap > div {
    aspect-ratio: 600/360;;
    position: relative;
    width: 100%;
}
.comp_25 .wa-image-wrap img {
    aspect-ratio: 600/360;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_26 {
    flex-direction: column;
}
.comp_26 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_26 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_27 {
    display: flex;
    width: 100%;
}
.comp_27 .wa-image-wrap {
    aspect-ratio: 600/362;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 600px) );
}
.comp_27 .wa-image-wrap > div {
    aspect-ratio: 600/362;;
    position: relative;
    width: 100%;
}
.comp_27 .wa-image-wrap img {
    aspect-ratio: 600/362;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_28 {
    flex-direction: column;
}
.comp_28 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_28 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_29 {
    display: flex;
    width: 100%;
}
.comp_29 .wa-image-wrap {
    aspect-ratio: 600/368;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 600px) );
}
.comp_29 .wa-image-wrap > div {
    aspect-ratio: 600/368;;
    position: relative;
    width: 100%;
}
.comp_29 .wa-image-wrap img {
    aspect-ratio: 600/368;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_30 {
    flex-direction: column;
}
.comp_30 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_30 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_31 {
    display: flex;
    width: 100%;
}
.comp_31 .wa-image-wrap {
    aspect-ratio: 600/360;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 600px) );
}
.comp_31 .wa-image-wrap > div {
    aspect-ratio: 600/360;;
    position: relative;
    width: 100%;
}
.comp_31 .wa-image-wrap img {
    aspect-ratio: 600/360;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_32 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_32 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_32-wrap {
    flex-direction: column;
    width: 100%;
}
.comp_33 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_34 {
    flex-direction: column;
}
.comp_34 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_34 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_35 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_35 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 600;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_35 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_35 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 600;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_35 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_36 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_37 {
    flex-direction: column;
}
.comp_37 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_37 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_38 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_39 {
    flex-direction: column;
}
.comp_39 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_39 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_4 {
    background-color: rgba(255,224,89,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_4 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_40 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_40 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 500;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_40 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_40 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 500;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_40 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_41 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_42 {
    flex-direction: column;
}
.comp_42 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_42 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_43 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_43 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 500;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_43 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_43 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 500;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_43 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_44 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_45 {
    flex-direction: column;
}
.comp_45 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_45 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_46 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_46 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_46 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_46 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_46 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_47 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_48 {
    flex-direction: column;
}
.comp_48 > .wa_inner_col {
    background-color: rgba(255,224,89,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_48 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_49 {
    flex-direction: column;
}
.comp_49 > .wa_inner_col {
    background-color: rgba(255,224,89,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_49 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_5 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_50 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_50 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_50 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_50 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_50 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_51 {
    flex-direction: column;
}
.comp_51 > .wa_inner_col {
    background-color: rgba(255,224,89,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_51 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_52 {
    display: flex;
    width: 100%;
    filter: drop-shadow(0px 0px 5px #000000);
}
.comp_52 .wa-image-wrap {
    aspect-ratio: 1414/2000;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1414px) );
}
.comp_52 .wa-image-wrap > div {
    aspect-ratio: 1414/2000;;
    position: relative;
    width: 100%;
}
.comp_52 .wa-image-wrap img {
    aspect-ratio: 1414/2000;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_53 {
    flex-direction: column;
}
.comp_53 > .wa_inner_col {
    background-color: rgba(255,224,89,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_53 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_54 {
    background-color: rgba(208,123,235,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_54 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_55 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_56 {
    flex-direction: column;
}
.comp_56 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_56 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_57 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_57 .wa-txt-par {
    color: rgba(255,224,89,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_57 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_57 .wa-txt-par.wa-last-par {
    color: rgba(255,224,89,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_57 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_58 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_59 {
    flex-direction: column;
}
.comp_59 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_59 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_6 {
    flex-direction: column;
}
.comp_6 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_6 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_60 {
    width: 100%;
}
.comp_61 {
    flex-direction: column;
}
.comp_61 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_61 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-end;
}
.comp_62 {
    display: flex;
    width: 100%;
}
.comp_62 .wa-image-wrap {
    aspect-ratio: 1074/1134;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1074px) );
}
.comp_62 .wa-image-wrap > div {
    aspect-ratio: 1074/1134;;
    position: relative;
    width: 100%;
}
.comp_62 .wa-image-wrap img {
    aspect-ratio: 1074/1134;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_63 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_63 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_64 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_65 {
    padding-left: 0px;
    padding-right: 0px;
}
.comp_65 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_65-wrap {
    flex-direction: column;
    width: 100%;
}
.comp_66 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_67 {
    flex-direction: column;
}
.comp_67 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_67 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_68 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_68 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_68 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_68 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_68 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_69 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_7 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_7 .wa-txt-par {
    color: rgba(57,193,248,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_7 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_7 .wa-txt-par.wa-last-par {
    color: rgba(57,193,248,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_7 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_70 {
    flex-direction: column;
}
.comp_70 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_70 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_71 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_72 {
    flex-direction: column;
}
.comp_72 > .wa_inner_col {
    background-color: rgba(57,193,248,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_72 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_73 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_73 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 600;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_73 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_73 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 600;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_73 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_74 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_74 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_74 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_74 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_74 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_75 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_76 {
    flex-direction: column;
}
.comp_76 > .wa_inner_col {
    background-color: rgba(57,193,248,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_76 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_77 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_77 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 600;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_77 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_77 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 600;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_77 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_78 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_78 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_78 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_78 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_78 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_79 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_8 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_80 {
    flex-direction: column;
}
.comp_80 > .wa_inner_col {
    background-color: rgba(57,193,248,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_80 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_81 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_81 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 600;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_81 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_81 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 600;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_81 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_82 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_82 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_82 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_82 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_82 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_83 {
    background-color: rgba(255,255,255,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_83 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_84 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_85 {
    flex-direction: column;
}
.comp_85 > .wa_inner_col {
    background-color: rgba(57,193,248,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_85 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_86 {
    display: flex;
    width: 100%;
}
.comp_86 .wa-btn {
    background-color: rgba(255,224,89,1);
    border-color: rgba(57,193,248,1);
    color: rgba(255,255,255,1);
    font-family: 'Impact';
}
.comp_86 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_86 .wa-btn.wa-btn:active {
    background-color: rgba(255,224,89,1);
    border-color: rgba(57,193,248,1);
    color: rgba(255,255,255,1);
}
.comp_86 .wa-btn.wa-btn:hover {
    background-color: rgba(255,224,89,1);
    border-color: rgba(57,193,248,1);
    color: rgba(255,255,255,1);
}
.comp_86 a {
    display: flex;
    text-decoration: none;
}
.comp_86 div {
    justify-content: center;
}
.comp_87 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_88 {
    flex-direction: column;
}
.comp_88 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_88 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_89 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_89 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_89 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_89 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_89 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_9 {
    flex-direction: column;
}
.comp_9 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_9 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_90 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_90 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Quicksand';
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_90 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_90 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Quicksand';
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_90 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_91 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_92 {
    flex-direction: column;
}
.comp_92 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_92 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_93 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_93 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 600;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_93 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_93 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 600;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_93 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_94 {
    flex-direction: column;
}
.comp_94 > .wa_inner_col {
    background-color: rgba(255,224,89,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_94 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_95 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_95 .wa-txt-par {
    color: rgba(0,0,0,1);
    font-family: 'Quicksand';
    font-weight: 600;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_95 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_95 .wa-txt-par.wa-last-par {
    color: rgba(0,0,0,1);
    font-family: 'Quicksand';
    font-weight: 600;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_95 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_96 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_96 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_96 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_96 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_96 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_97 {
    width: 100%;
}
.comp_97 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_97 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
.comp_98 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_98 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_98 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_98 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_98 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_99 {
    width: 100%;
}
.comp_99 input {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: 'Arial';
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_99 input:focus {
    box-shadow: 0 0 5px rgba(81,203,238,1) !important;
}
body {
    background-color: rgba(255,255,255,1);
}
.comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_10 {
    border: none;
    border-radius: 0px;
    margin-bottom: 50px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_10 .wa-txt-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_10 .wa-txt-par.wa-last-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_100 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_100 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_100 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_101 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_101 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_101 input:focus {
    border: 1px solid #51cbee;
}
.comp_102 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_102 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_102 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_103 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_103 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_103 input:focus {
    border: 1px solid #51cbee;
}
.comp_104 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_104 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_104 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_105 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_105 textarea {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    min-height: 50px;
    padding: 8px;
}
.comp_105 textarea:focus {
    border: 1px solid #51cbee;
}
.comp_106 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_106 label {
    --wf-font-size: 14px;
    --wf-font-size-minimize: 12px;
    --wf-size: var(--wf-size-normal);
    font-size: 14px;
    margin-bottom: 0rem;
    margin-top: 0rem;
}
.comp_107 {
    border: none;
    border-radius: 0px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    min-height: 0rem;
}
.comp_108 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_109 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_109 > .wa_inner_col {
    border: none;
    border-radius: 10px 10px 10px 10px;
}
.comp_109 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.comp_11 {
    border: none;
    border-radius: 0px;
    display: none;
    min-height: 0px;
}
.comp_11 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_110 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_110 .wa-btn {
    font-size: 1em;
}
.comp_110 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_110 a {
    width: unset;
}
.comp_110 div {
    width: unset;
}
.comp_111 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_111-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_112 {
    display: flex;
    margin-bottom: 50px !important;
    margin-top: 0px !important;
}
.comp_113 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_114 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_114 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_114 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_115 {
    margin-bottom: 50px;
    margin-top: 0px;
    min-height: 100px;
}
.comp_116 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 80px;
}
.comp_116 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_117 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_118 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_118 > .wa_inner_col {
    border: none;
    border-radius: 10px 10px 10px 10px;
}
.comp_118 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
}
.comp_119 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_119 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_119 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_12 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_120 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_120 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_120 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_121 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_121 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_121 input:focus {
    border: 1px solid #51cbee;
}
.comp_122 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_122 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_122 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_123 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_123 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_123 input:focus {
    border: 1px solid #51cbee;
}
.comp_124 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_124 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_124 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_125 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_125 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_125 input:focus {
    border: 1px solid #51cbee;
}
.comp_126 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_126 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_126 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_127 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_127 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_127 input:focus {
    border: 1px solid #51cbee;
}
.comp_128 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_128 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_128 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_129 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_129 textarea {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 50px;
    padding: 8px;
}
.comp_129 textarea:focus {
    border: 1px solid #51cbee;
}
.comp_13 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_13 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_13 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_130 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_130 label {
    --wf-font-size: 14px;
    --wf-font-size-minimize: 12px;
    --wf-size: var(--wf-size-normal);
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_131 {
    border: none;
    border-radius: 0px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    min-height: 0rem;
}
.comp_132 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_133 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_133 > .wa_inner_col {
    border: none;
    border-radius: 10px 10px 10px 10px;
}
.comp_133 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}
.comp_134 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_134 .wa-btn {
    font-size: 1em;
}
.comp_134 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_134 a {
    width: unset;
}
.comp_134 div {
    width: unset;
}
.comp_135 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_136 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_136 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_137 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_138 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_138 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_138 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_14 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 100px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_14 .wa-txt-par {
    font-size: 46px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_14 .wa-txt-par.wa-last-par {
    font-size: 46px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_140 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_141 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_141 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_141 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_142 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_142 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_142 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_15 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_16 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_16 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_16 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_17 {
    border: none;
    border-radius: 0px;
    margin-bottom: 50px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_17 .wa-txt-par {
    font-size: 38px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_17 .wa-txt-par.wa-last-par {
    font-size: 38px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_18 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_18 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_19 {
    display: none;
    margin-bottom: 0px !important;
    margin-top: -39px !important;
}
.comp_2 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_20 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_20 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_20 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_21 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_21 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 600px) );
}
.comp_22 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_22 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_22 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_23 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_23 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 600px) );
}
.comp_24 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_24 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_24 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_25 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_25 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 600px) );
}
.comp_26 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_26 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_26 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_27 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_27 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 600px) );
}
.comp_28 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_28 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_28 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_29 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_29 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 600px) );
}
.comp_30 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_30 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_30 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_31 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_31 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 600px) );
}
.comp_32 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_32-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_33 {
    display: flex;
    margin-bottom: 20px !important;
    margin-top: 50px !important;
}
.comp_34 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_34 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_34 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_35 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_35 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_35 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_36 {
    display: flex;
    margin-bottom: 80px !important;
    margin-top: 0px !important;
}
.comp_37 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_37 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_37 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_38 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_39 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_39 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_39 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_4 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_4 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_40 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_40 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_40 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_41 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_42 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_42 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_42 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_43 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_43 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_43 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_44 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_45 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_45 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_45 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_46 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_46 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_46 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_47 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 20px !important;
}
.comp_48 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_48 > .wa_inner_col {
    border: none;
    border-radius: 10px 0px 0px 10px;
}
.comp_48 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_49 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_49 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_49 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_5 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_50 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_50 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_50 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_51 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_51 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_51 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_52 {
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 0px;
}
.comp_52 .wa-image-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    border: none;
    border-radius: 5px 5px 5px 5px;
    max-width: calc( min( 130px , 1414px) );
}
.comp_53 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_53 > .wa_inner_col {
    border: none;
    border-radius: 0px 10px 10px 0px;
}
.comp_53 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_54 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_54 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_55 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_56 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_56 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_56 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_57 {
    border: none;
    border-radius: 0px;
    margin-bottom: 30px;
    margin-top: 80px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_57 .wa-txt-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_57 .wa-txt-par.wa-last-par {
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_58 {
    display: flex;
    margin-bottom: 80px !important;
    margin-top: 0px !important;
}
.comp_59 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_59 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_59 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_6 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_6 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_6 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_60 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
.comp_61 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_61 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_61 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_62 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_62 .wa-image-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    border: none;
    border-radius: 20px 20px 0px 0px;
    max-width: calc( min( 100% , 1074px) );
}
.comp_63 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 80px;
}
.comp_63 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_64 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_65 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_65-wrap {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_66 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_67 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_67 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_67 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_68 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_68 .wa-txt-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_68 .wa-txt-par.wa-last-par {
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_69 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_7 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 100px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_7 .wa-txt-par {
    font-size: 38px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_7 .wa-txt-par.wa-last-par {
    font-size: 38px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_70 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_70 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_70 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_71 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_72 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_72 > .wa_inner_col {
    border: none;
    border-radius: 0px 20px 20px 0px;
}
.comp_72 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_73 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_73 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 0.8;
    text-align: left;
}
.comp_73 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 0.8;
    text-align: left;
}
.comp_74 {
    border: none;
    border-radius: 0px;
    margin-bottom: 30px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_74 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_74 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_75 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_76 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_76 > .wa_inner_col {
    border: none;
    border-radius: 0px 20px 20px 0px;
}
.comp_76 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_77 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_77 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 0.8;
    text-align: left;
}
.comp_77 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 0.8;
    text-align: left;
}
.comp_78 {
    border: none;
    border-radius: 0px;
    margin-bottom: 60px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_78 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_78 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_79 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_8 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_80 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_80 > .wa_inner_col {
    border: none;
    border-radius: 0px 20px 20px 0px;
}
.comp_80 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_81 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_81 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 0.8;
    text-align: left;
}
.comp_81 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 0.8;
    text-align: left;
}
.comp_82 {
    border: none;
    border-radius: 0px;
    margin-bottom: 30px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_82 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_82 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_83 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_83 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_84 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_85 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_85 > .wa_inner_col {
    border: none;
    border-radius: 0px 10px 10px 0px;
}
.comp_85 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_86 {
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
.comp_86 .wa-btn {
    font-size: 1.5em;
}
.comp_86 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.comp_86 a {
    width: unset;
}
.comp_86 div {
    width: unset;
}
.comp_87 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_88 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_88 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_88 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_89 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_89 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_89 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_9 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_9 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_9 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_90 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_90 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_90 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_91 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_92 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_92 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_92 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_93 {
    border: none;
    border-radius: 0px;
    margin-bottom: 50px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_93 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_93 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_94 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_94 > .wa_inner_col {
    border: none;
    border-radius: 10px 10px 10px 10px;
}
.comp_94 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.comp_95 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_95 .wa-txt-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_95 .wa-txt-par.wa-last-par {
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_96 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_96 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_96 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_97 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_97 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_97 input:focus {
    border: 1px solid #51cbee;
}
.comp_98 {
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 8px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.comp_98 .wa-txt-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_98 .wa-txt-par.wa-last-par {
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_99 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_99 input {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    height: 25px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_99 input:focus {
    border: 1px solid #51cbee;
}
body {
    background-image: url('');
}
@media (min-width: 576px) {
    .comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_10 {
        border: none;
        border-radius: 0px;
        margin-bottom: 50px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_10 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_10 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_100 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_100 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_100 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_101 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_101 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_101 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_102 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_102 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_102 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_103 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_103 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_103 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_104 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_104 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_104 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_105 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_105 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 50px;
        padding: 8px;
    }
    .comp_105 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_106 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_106 label {
        --wf-font-size: 14px;
        --wf-font-size-minimize: 12px;
        --wf-size: var(--wf-size-normal);
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_107 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_108 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_109 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_109 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .comp_109 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_11 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_11 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_110 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_110 .wa-btn {
        font-size: 1em;
    }
    .comp_110 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_110 a {
        width: unset;
    }
    .comp_110 div {
        width: unset;
    }
    .comp_111 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_111-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_112 {
        display: flex;
        margin-bottom: 50px !important;
        margin-top: 0px !important;
    }
    .comp_113 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_114 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_114 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_114 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_115 {
        margin-bottom: 50px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_116 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 80px;
    }
    .comp_116 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_117 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_118 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_118 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .comp_118 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 8px;
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 8px;
    }
    .comp_119 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_119 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_119 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_12 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_120 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_120 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_120 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_121 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_121 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_121 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_122 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_122 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_122 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_123 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_123 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_123 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_124 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_124 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_124 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_125 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_125 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_125 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_126 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_126 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_126 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_127 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_127 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_127 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_128 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_128 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_128 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_129 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_129 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 50px;
        padding: 8px;
    }
    .comp_129 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_13 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_13 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_130 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_130 label {
        --wf-font-size: 14px;
        --wf-font-size-minimize: 12px;
        --wf-size: var(--wf-size-normal);
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_131 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_132 {
        display: none;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_133 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_133 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .comp_133 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_134 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_134 .wa-btn {
        font-size: 1em;
    }
    .comp_134 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_134 a {
        width: unset;
    }
    .comp_134 div {
        width: unset;
    }
    .comp_135 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_136 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_136 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_137 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_138 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_138 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_138 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_14 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 100px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_14 .wa-txt-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_14 .wa-txt-par.wa-last-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_140 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_141 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_141 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_141 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_142 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_142 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_142 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_15 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_16 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_16 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_16 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_17 {
        border: none;
        border-radius: 0px;
        margin-bottom: 50px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_17 .wa-txt-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_17 .wa-txt-par.wa-last-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_18 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_18 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_19 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -39px !important;
    }
    .comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_20 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_21 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_21 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_22 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_22 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_22 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_23 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_23 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_24 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_24 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_24 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_25 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_25 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_26 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_27 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_27 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_28 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_28 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_28 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_29 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_29 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_30 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_30 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_30 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_31 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_31 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_32 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_32-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_33 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 50px !important;
    }
    .comp_34 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_34 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_34 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_35 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_35 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_35 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_36 {
        display: flex;
        margin-bottom: 80px !important;
        margin-top: 0px !important;
    }
    .comp_37 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_37 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_37 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_38 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_39 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_39 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_39 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_4 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .comp_4 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_40 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_40 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_40 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_41 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_42 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_42 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_42 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_43 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_43 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_43 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_44 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_45 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_45 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_45 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_46 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_46 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_46 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_47 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    .comp_48 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_48 > .wa_inner_col {
        border: none;
        border-radius: 10px 0px 0px 10px;
    }
    .comp_48 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_49 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_50 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_50 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_50 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_51 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_51 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_51 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_52 {
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .comp_52 .wa-image-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        border: none;
        border-radius: 5px 5px 5px 5px;
        max-width: calc( min( 130px , 1414px) );
    }
    .comp_53 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_53 > .wa_inner_col {
        border: none;
        border-radius: 0px 10px 10px 0px;
    }
    .comp_53 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_54 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_54 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_55 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_56 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_56 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_56 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_57 {
        border: none;
        border-radius: 0px;
        margin-bottom: 30px;
        margin-top: 80px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_57 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_57 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_58 {
        display: flex;
        margin-bottom: 80px !important;
        margin-top: 0px !important;
    }
    .comp_59 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_59 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_59 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_60 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_61 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_61 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_61 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_62 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_62 .wa-image-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        border: none;
        border-radius: 20px 20px 0px 0px;
        max-width: calc( min( 100% , 1074px) );
    }
    .comp_63 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 80px;
    }
    .comp_63 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_64 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_65 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_65-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_66 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_67 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_67 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_67 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_68 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_68 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_68 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_69 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_7 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 100px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_7 .wa-txt-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_7 .wa-txt-par.wa-last-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_70 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_70 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_70 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_71 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_72 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_72 > .wa_inner_col {
        border: none;
        border-radius: 0px 20px 20px 0px;
    }
    .comp_72 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_73 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_73 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_73 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_74 {
        border: none;
        border-radius: 0px;
        margin-bottom: 30px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_74 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_74 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_75 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_76 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_76 > .wa_inner_col {
        border: none;
        border-radius: 0px 20px 20px 0px;
    }
    .comp_76 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_77 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_77 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_77 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_78 {
        border: none;
        border-radius: 0px;
        margin-bottom: 60px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_78 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_78 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_79 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_8 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_80 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_80 > .wa_inner_col {
        border: none;
        border-radius: 0px 20px 20px 0px;
    }
    .comp_80 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_81 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_81 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_81 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_82 {
        border: none;
        border-radius: 0px;
        margin-bottom: 30px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_82 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_82 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_83 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_83 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_84 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_85 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_85 > .wa_inner_col {
        border: none;
        border-radius: 0px 10px 10px 0px;
    }
    .comp_85 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_86 {
        justify-content: center;
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .comp_86 .wa-btn {
        font-size: 1.5em;
    }
    .comp_86 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_86 a {
        width: unset;
    }
    .comp_86 div {
        width: unset;
    }
    .comp_87 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_88 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_88 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_88 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_89 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_89 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_89 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_9 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_9 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_90 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_90 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_90 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_91 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_92 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_92 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_92 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_93 {
        border: none;
        border-radius: 0px;
        margin-bottom: 50px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_93 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_93 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_94 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_94 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .comp_94 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_95 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_95 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_95 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_96 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_96 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_96 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_97 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_97 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_97 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_98 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_98 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_98 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_99 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_99 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_99 input:focus {
        border: 1px solid #51cbee;
    }
    body {
        background-image: url('');
    }
}
@media (min-width: 768px) {
    .comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_10 {
        border: none;
        border-radius: 0px;
        margin-bottom: 50px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_10 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_10 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_100 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_100 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_100 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_101 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_101 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_101 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_102 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_102 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_102 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_103 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_103 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_103 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_104 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_104 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_104 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_105 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_105 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 50px;
        padding: 8px;
    }
    .comp_105 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_106 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_106 label {
        --wf-font-size: 14px;
        --wf-font-size-minimize: 12px;
        --wf-size: var(--wf-size-normal);
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_107 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_108 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_109 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_109 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .comp_109 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_11 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_11 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_110 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_110 .wa-btn {
        font-size: 1em;
    }
    .comp_110 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_110 a {
        width: unset;
    }
    .comp_110 div {
        width: unset;
    }
    .comp_111 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_111-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_112 {
        display: flex;
        margin-bottom: 50px !important;
        margin-top: 0px !important;
    }
    .comp_113 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_114 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_114 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_114 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_115 {
        margin-bottom: 50px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_116 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 80px;
    }
    .comp_116 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_117 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_118 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_118 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .comp_118 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 8px;
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 8px;
    }
    .comp_119 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_119 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_119 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_12 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_120 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_120 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_120 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_121 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_121 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_121 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_122 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_122 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_122 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_123 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_123 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_123 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_124 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_124 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_124 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_125 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_125 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_125 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_126 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_126 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_126 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_127 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_127 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_127 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_128 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_128 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_128 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_129 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_129 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 50px;
        padding: 8px;
    }
    .comp_129 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_13 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_13 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_130 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_130 label {
        --wf-font-size: 14px;
        --wf-font-size-minimize: 12px;
        --wf-size: var(--wf-size-normal);
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_131 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_132 {
        display: none;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_133 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_133 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .comp_133 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_134 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_134 .wa-btn {
        font-size: 1em;
    }
    .comp_134 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_134 a {
        width: unset;
    }
    .comp_134 div {
        width: unset;
    }
    .comp_135 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_136 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_136 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_137 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_138 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_138 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_138 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_14 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 100px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_14 .wa-txt-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_14 .wa-txt-par.wa-last-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_140 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_141 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_141 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_141 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_142 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_142 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_142 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_15 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_16 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_16 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_16 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_17 {
        border: none;
        border-radius: 0px;
        margin-bottom: 50px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_17 .wa-txt-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_17 .wa-txt-par.wa-last-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_18 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_18 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_19 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -39px !important;
    }
    .comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_20 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_21 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_21 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_22 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_22 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_22 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_23 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_23 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_24 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_24 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_24 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_25 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_25 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_26 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_27 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_27 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_28 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_28 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_28 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_29 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_29 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_30 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_30 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_30 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_31 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_31 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_32 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_32-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_33 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 50px !important;
    }
    .comp_34 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_34 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_34 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_35 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_35 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_35 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_36 {
        display: flex;
        margin-bottom: 80px !important;
        margin-top: 0px !important;
    }
    .comp_37 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_37 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_37 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_38 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_39 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_39 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_39 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_4 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .comp_4 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_40 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_40 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_40 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_41 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_42 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_42 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_42 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_43 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_43 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_43 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_44 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_45 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_45 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_45 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_46 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_46 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_46 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_47 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    .comp_48 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_48 > .wa_inner_col {
        border: none;
        border-radius: 10px 0px 0px 10px;
    }
    .comp_48 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_49 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_50 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_50 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_50 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_51 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_51 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_51 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_52 {
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .comp_52 .wa-image-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        border: none;
        border-radius: 5px 5px 5px 5px;
        max-width: calc( min( 130px , 1414px) );
    }
    .comp_53 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_53 > .wa_inner_col {
        border: none;
        border-radius: 0px 10px 10px 0px;
    }
    .comp_53 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_54 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_54 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_55 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_56 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_56 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_56 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_57 {
        border: none;
        border-radius: 0px;
        margin-bottom: 30px;
        margin-top: 80px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_57 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_57 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_58 {
        display: flex;
        margin-bottom: 80px !important;
        margin-top: 0px !important;
    }
    .comp_59 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_59 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_59 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_60 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_61 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_61 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_61 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_62 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_62 .wa-image-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        border: none;
        border-radius: 20px 20px 0px 0px;
        max-width: calc( min( 100% , 1074px) );
    }
    .comp_63 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 80px;
    }
    .comp_63 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_64 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_65 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_65-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_66 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_67 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_67 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_67 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_68 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_68 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_68 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_69 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_7 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 100px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_7 .wa-txt-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_7 .wa-txt-par.wa-last-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_70 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_70 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_70 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_71 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_72 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_72 > .wa_inner_col {
        border: none;
        border-radius: 0px 20px 20px 0px;
    }
    .comp_72 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_73 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_73 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_73 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_74 {
        border: none;
        border-radius: 0px;
        margin-bottom: 30px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_74 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_74 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_75 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_76 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_76 > .wa_inner_col {
        border: none;
        border-radius: 0px 20px 20px 0px;
    }
    .comp_76 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_77 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_77 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_77 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_78 {
        border: none;
        border-radius: 0px;
        margin-bottom: 60px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_78 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_78 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_79 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_8 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_80 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_80 > .wa_inner_col {
        border: none;
        border-radius: 0px 20px 20px 0px;
    }
    .comp_80 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_81 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_81 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_81 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_82 {
        border: none;
        border-radius: 0px;
        margin-bottom: 30px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_82 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_82 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_83 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_83 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_84 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_85 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_85 > .wa_inner_col {
        border: none;
        border-radius: 0px 10px 10px 0px;
    }
    .comp_85 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_86 {
        justify-content: center;
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .comp_86 .wa-btn {
        font-size: 1.5em;
    }
    .comp_86 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_86 a {
        width: unset;
    }
    .comp_86 div {
        width: unset;
    }
    .comp_87 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_88 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_88 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_88 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_89 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_89 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_89 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_9 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_9 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_90 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_90 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_90 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_91 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_92 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_92 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_92 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_93 {
        border: none;
        border-radius: 0px;
        margin-bottom: 50px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_93 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_93 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_94 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_94 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .comp_94 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_95 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_95 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_95 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_96 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_96 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_96 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_97 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_97 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_97 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_98 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_98 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_98 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_99 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_99 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_99 input:focus {
        border: 1px solid #51cbee;
    }
    body {
        background-image: url('');
    }
}
@media (min-width: 992px) {
    .comp_0 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_10 {
        border: none;
        border-radius: 0px;
        margin-bottom: 50px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_10 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_10 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_100 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_100 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_100 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_101 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_101 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_101 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_102 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_102 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_102 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_103 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_103 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_103 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_104 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_104 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_104 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_105 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_105 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 50px;
        padding: 8px;
    }
    .comp_105 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_106 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_106 label {
        --wf-font-size: 14px;
        --wf-font-size-minimize: 12px;
        --wf-size: var(--wf-size-normal);
        font-size: 14px;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_107 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_108 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_109 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_109 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .comp_109 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_11 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_11 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_110 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_110 .wa-btn {
        font-size: 1em;
    }
    .comp_110 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_110 a {
        width: unset;
    }
    .comp_110 div {
        width: unset;
    }
    .comp_111 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_111-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_112 {
        display: flex;
        margin-bottom: 50px !important;
        margin-top: 0px !important;
    }
    .comp_113 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_114 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_114 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_114 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_115 {
        margin-bottom: 50px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_116 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 80px;
    }
    .comp_116 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_117 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_118 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_118 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .comp_118 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 8px;
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 8px;
    }
    .comp_119 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_119 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_119 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_12 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_120 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_120 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_120 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_121 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_121 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_121 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_122 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_122 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_122 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_123 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_123 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_123 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_124 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_124 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_124 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_125 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_125 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_125 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_126 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_126 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_126 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_127 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_127 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_127 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_128 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_128 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_128 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_129 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_129 textarea {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 50px;
        padding: 8px;
    }
    .comp_129 textarea:focus {
        border: 1px solid #51cbee;
    }
    .comp_13 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_13 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_130 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_130 label {
        --wf-font-size: 14px;
        --wf-font-size-minimize: 12px;
        --wf-size: var(--wf-size-normal);
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_131 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_132 {
        display: none;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_133 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_133 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .comp_133 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .comp_134 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_134 .wa-btn {
        font-size: 1em;
    }
    .comp_134 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_134 a {
        width: unset;
    }
    .comp_134 div {
        width: unset;
    }
    .comp_135 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_136 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_136 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_137 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_138 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_138 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_138 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_14 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 100px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_14 .wa-txt-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_14 .wa-txt-par.wa-last-par {
        font-size: 46px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_140 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_141 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_141 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_141 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_142 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_142 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_142 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_15 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_16 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_16 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_16 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_17 {
        border: none;
        border-radius: 0px;
        margin-bottom: 50px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_17 .wa-txt-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_17 .wa-txt-par.wa-last-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_18 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_18 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_19 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -39px !important;
    }
    .comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_20 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_21 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_21 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_22 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_22 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_22 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_23 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_23 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_24 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_24 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_24 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_25 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_25 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_26 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_27 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_27 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_28 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_28 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_28 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_29 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_29 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_30 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_30 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_30 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_31 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_31 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 600px) );
    }
    .comp_32 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_32-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_33 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 50px !important;
    }
    .comp_34 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_34 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_34 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_35 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_35 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_35 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_36 {
        display: flex;
        margin-bottom: 80px !important;
        margin-top: 0px !important;
    }
    .comp_37 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_37 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_37 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_38 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_39 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_39 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_39 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_4 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .comp_4 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_40 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_40 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_40 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_41 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_42 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_42 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_42 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_43 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_43 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_43 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_44 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_45 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_45 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_45 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_46 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_46 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_46 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_47 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    .comp_48 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_48 > .wa_inner_col {
        border: none;
        border-radius: 10px 0px 0px 10px;
    }
    .comp_48 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_49 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_5 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_50 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_50 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_50 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_51 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_51 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_51 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_52 {
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .comp_52 .wa-image-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        border: none;
        border-radius: 5px 5px 5px 5px;
        max-width: calc( min( 130px , 1414px) );
    }
    .comp_53 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_53 > .wa_inner_col {
        border: none;
        border-radius: 0px 10px 10px 0px;
    }
    .comp_53 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_54 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_54 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_55 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_56 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_56 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_56 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_57 {
        border: none;
        border-radius: 0px;
        margin-bottom: 30px;
        margin-top: 80px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_57 .wa-txt-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_57 .wa-txt-par.wa-last-par {
        font-size: 32px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_58 {
        display: flex;
        margin-bottom: 80px !important;
        margin-top: 0px !important;
    }
    .comp_59 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_59 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_59 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_60 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_61 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_61 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_61 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_62 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_62 .wa-image-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        border: none;
        border-radius: 20px 20px 0px 0px;
        max-width: calc( min( 100% , 1074px) );
    }
    .comp_63 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 80px;
    }
    .comp_63 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_64 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_65 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_65-wrap {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_66 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_67 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_67 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_67 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_68 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_68 .wa-txt-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_68 .wa-txt-par.wa-last-par {
        font-size: 24px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_69 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_7 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 100px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_7 .wa-txt-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_7 .wa-txt-par.wa-last-par {
        font-size: 38px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_70 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_70 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_70 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_71 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_72 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_72 > .wa_inner_col {
        border: none;
        border-radius: 0px 20px 20px 0px;
    }
    .comp_72 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_73 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_73 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_73 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_74 {
        border: none;
        border-radius: 0px;
        margin-bottom: 30px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_74 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_74 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_75 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_76 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_76 > .wa_inner_col {
        border: none;
        border-radius: 0px 20px 20px 0px;
    }
    .comp_76 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_77 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_77 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_77 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_78 {
        border: none;
        border-radius: 0px;
        margin-bottom: 60px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_78 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_78 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_79 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_8 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_80 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_80 > .wa_inner_col {
        border: none;
        border-radius: 0px 20px 20px 0px;
    }
    .comp_80 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_81 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_81 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_81 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 0.8;
        text-align: left;
    }
    .comp_82 {
        border: none;
        border-radius: 0px;
        margin-bottom: 30px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_82 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_82 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_83 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_83 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_84 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_85 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_85 > .wa_inner_col {
        border: none;
        border-radius: 0px 10px 10px 0px;
    }
    .comp_85 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_86 {
        justify-content: center;
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .comp_86 .wa-btn {
        font-size: 1.5em;
    }
    .comp_86 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .comp_86 a {
        width: unset;
    }
    .comp_86 div {
        width: unset;
    }
    .comp_87 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_88 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_88 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_88 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_89 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_89 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_89 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_9 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_9 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_9 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_90 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_90 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_90 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_91 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_92 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_92 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_92 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_93 {
        border: none;
        border-radius: 0px;
        margin-bottom: 50px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_93 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_93 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_94 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_94 > .wa_inner_col {
        border: none;
        border-radius: 10px 10px 10px 10px;
    }
    .comp_94 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_95 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_95 .wa-txt-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_95 .wa-txt-par.wa-last-par {
        font-size: 20px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_96 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_96 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_96 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_97 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_97 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_97 input:focus {
        border: 1px solid #51cbee;
    }
    .comp_98 {
        border: none;
        border-radius: 0px;
        margin-bottom: 3px;
        margin-top: 8px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .comp_98 .wa-txt-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_98 .wa-txt-par.wa-last-par {
        font-size: 15px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_99 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_99 input {
        border: 1px solid #c0c0c0;
        border-radius: 3px 3px 3px 3px;
        font-size: 14px;
        height: 25px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_99 input:focus {
        border: 1px solid #51cbee;
    }
    body {
        background-image: url('');
    }
}



/* Configuration du bouton de retour en haut de page */
.waScrollToTopBtn {border-radius: 380px;}
.waScrollToTopBtn {border: solid 1px #212529;}
.waScrollToTopBtn {width: 60px; height: 60px;}


.blockcomp-0-comp_11 .wa-btn-text-only{
                                          animation: element 4s infinite;
                                          }
                                          @keyframes  element {
                                          0%{ background-color: #39c1f8; }
                                          50% { background-color: #ffe059; }
                                          100% { background-color: #ff73cb; }
                                          }

.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_back_sep {
    border-bottom: 1px solid #000000;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_bubble_item {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_bubble_item a {
    color: rgba(0,0,0,1);
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_bubble_item:hover {
    color: rgba(0,0,255,1);
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_bubble_item:hover a {
    color: rgba(0,0,255,1);
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_bubble_item:hover svg {
    fill: rgba(0,0,255,1);
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_bubble_item:hover:not(.waf_menu_item_search) {
    background-color: rgba(187,187,187,1);
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_generic_header {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_item {
    color: rgba(17,17,17,1);
    font-family: 'Arial';
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_item a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_item svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_item:hover {
    background-color: rgba(255,255,255,1);
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_item:hover a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_item:hover svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_layout {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_back_sep {
    border-bottom: 1px solid #000000;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_bubble_item {
    color: rgba(0,0,0,1);
    font-family: 'Arial';
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_bubble_item a {
    color: rgba(0,0,0,1);
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_bubble_item:hover {
    color: rgba(255,115,203,1);
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_bubble_item:hover a {
    color: rgba(255,115,203,1);
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_bubble_item:hover svg {
    fill: rgba(255,115,203,1);
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_bubble_item:hover:not(.waf_menu_item_search) {
    background-color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_generic_header {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    font-family: 'Arial';
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_item {
    color: rgba(17,17,17,1);
    font-family: 'Arial';
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_item a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_item svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_item:hover {
    background-color: rgba(232,232,232,1);
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_item:hover a {
    color: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_item:hover svg {
    fill: rgba(17,17,17,1);
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_layout {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.blockcomp-0-comp_0 {
    background-color: rgba(247,247,247,1);
    border-style: solid;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-0-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-0-comp_10 {
    flex-direction: column;
}
.blockcomp-0-comp_10 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-0-comp_11 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_11 .wa-btn {
    background-color: rgba(208,123,235,1);
    border-color: rgba(208,123,235,1);
    color: rgba(255,255,255,1);
    font-family: 'Quicksand';
    font-weight: 400;
}
.blockcomp-0-comp_11 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-0-comp_11 .wa-btn.wa-btn:active {
    background-color: rgba(208,123,235,1);
    border-color: rgba(208,123,235,1);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_11 .wa-btn.wa-btn:hover {
    background-color: rgba(255,115,203,1);
    border-color: rgba(255,115,203,1);
    color: rgba(255,255,255,1);
}
.blockcomp-0-comp_11 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-0-comp_11 div {
    justify-content: center;
}
.blockcomp-0-comp_12 {
    flex-direction: column;
}
.blockcomp-0-comp_12 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-0-comp_13 {
    width: 100%;
}
.blockcomp-0-comp_13 .waf_menu {
    --bubble-bg-color: rgba(238,232,237,1);
    --bubble-border-color: rgba(0,0,0,0);
    --bubble-text-color: rgba(0,0,0,1);
    --panel-bg-color: rgba(255,255,255,1);
    --panel-header-text-color: rgba(255,255,255,1);
    --panel-orientation: left;
    --panel-text-color: rgba(17,17,17,1);
}
.blockcomp-0-comp_13 .waf_menu-mini-btn {
    background-color: rgba(255,115,203,1);
    border-color: rgba(119,119,119,1);
    border-style: solid;
    border-width: 1px;
}
.blockcomp-0-comp_13 .waf_menu-mini-btn-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.blockcomp-0-comp_13 .waf_menu-mini-btn:hover {
    background-color: rgba(57,193,248,1);
    border-color: rgba(119,119,119,1);
}
.blockcomp-0-comp_13 .waf_menu-mini-btn:hover svg path {
    fill: rgba(255,255,255,1);
}
.blockcomp-0-comp_13 nav {
    background-color: rgba(255,115,203,1);
    color: rgba(119,119,119,1);
    font-family: 'Arial';
}
.blockcomp-0-comp_13 nav > ul > li {
    align-items: center;
    display: flex;
    justify-content: start;
}
.blockcomp-0-comp_13 nav > ul > li > .waf-nav-link {
    align-items: center;
    color: rgba(119,119,119,1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-0-comp_13 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    display: flex;
}
.blockcomp-0-comp_13 nav > ul > li > .waf-nav-link > .waf_menu_icn > svg {
    fill: rgba(119,119,119,1);
}
.blockcomp-0-comp_13 nav > ul > li > .waf-nav-link > .waf_menu_label {
    display: flex;
    flex-grow: 5;
}
.blockcomp-0-comp_13 nav > ul > li > .waf_menu_search {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-0-comp_13 nav > ul > li:hover > .waf-nav-link {
    color: rgba(68,68,68,1);
}
.blockcomp-0-comp_13 nav > ul > li:hover > .waf-nav-link > .waf_menu_icn >svg {
    fill: rgba(68,68,68,1);
}
.blockcomp-0-comp_2 {
    flex-direction: column;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-end;
}
.blockcomp-0-comp_3 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-image-wrap {
    aspect-ratio: 1050/1200;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1050px) );
}
.blockcomp-0-comp_3 .wa-image-wrap > div {
    aspect-ratio: 1050/1200;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-image-wrap img {
    aspect-ratio: 1050/1200;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_4 {
    flex-direction: column;
}
.blockcomp-0-comp_4 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-0-comp_5 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_5 .wa-image-wrap {
    aspect-ratio: 2518/245;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 2518px) );
}
.blockcomp-0-comp_5 .wa-image-wrap > div {
    aspect-ratio: 2518/245;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_5 .wa-image-wrap img {
    aspect-ratio: 2518/245;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-0-comp_6 {
    flex-direction: column;
}
.blockcomp-0-comp_6 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-end;
}
.blockcomp-0-comp_7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.blockcomp-0-comp_7 .wa-txt-par {
    color: rgba(119,119,119,1);
    font-family: 'Arial';
    font-style: italic;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-0-comp_7 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_7 .wa-txt-par.wa-last-par {
    color: rgba(119,119,119,1);
    font-family: 'Arial';
    font-style: italic;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-0-comp_7 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-0-comp_8 {
    flex-direction: column;
}
.blockcomp-0-comp_8 > .wa_inner_col {
    background-color: rgba(247,247,247,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-0-comp_9 {
    width: 100%;
}
.blockcomp-0-comp_9 .waf_menu {
    --bubble-bg-color: rgba(255,255,255,1);
    --bubble-border-color: rgba(0,0,0,0);
    --bubble-text-color: rgba(0,0,0,1);
    --panel-bg-color: rgba(255,255,255,1);
    --panel-header-text-color: rgba(255,255,255,1);
    --panel-orientation: left;
    --panel-text-color: rgba(17,17,17,1);
}
.blockcomp-0-comp_9 .waf_menu-mini-btn {
    background-color: rgba(51,178,240,1);
    border-color: rgba(119,119,119,1);
    border-style: solid;
    border-width: 1px;
}
.blockcomp-0-comp_9 .waf_menu-mini-btn-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.blockcomp-0-comp_9 .waf_menu-mini-btn:hover {
    background-color: rgba(60,193,229,1);
    border-color: rgba(119,119,119,1);
}
.blockcomp-0-comp_9 .waf_menu-mini-btn:hover svg path {
    fill: rgba(51,51,51,1);
}
.blockcomp-0-comp_9 nav {
    color: rgba(0,0,0,1);
    font-family: 'Quicksand';
    font-weight: 500;
}
.blockcomp-0-comp_9 nav > ul > li {
    align-items: center;
    display: flex;
    justify-content: start;
}
.blockcomp-0-comp_9 nav > ul > li > .waf-nav-link {
    align-items: center;
    color: rgba(0,0,0,1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-0-comp_9 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    display: flex;
}
.blockcomp-0-comp_9 nav > ul > li > .waf-nav-link > .waf_menu_icn > svg {
    fill: rgba(0,0,0,1);
}
.blockcomp-0-comp_9 nav > ul > li > .waf-nav-link > .waf_menu_label {
    display: flex;
    flex-grow: 5;
}
.blockcomp-0-comp_9 nav > ul > li > .waf_menu_search {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-0-comp_9 nav > ul > li:hover > .waf-nav-link {
    color: rgba(57,193,248,1);
}
.blockcomp-0-comp_9 nav > ul > li:hover > .waf-nav-link > .waf_menu_icn >svg {
    fill: rgba(57,193,248,1);
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6 > .waf_menu_panel_icon_wrap {
    height: 48px;
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_bubble_item {
    font-size: 13px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_bubble_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_generic_header {
    font-size: 20px;
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_item {
    font-size: 20px;
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_item a {
    font-size: 20px;
}
.COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_size {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd > .waf_menu_panel_icon_wrap {
    height: 48px;
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_bubble_item {
    font-size: 16px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_bubble_item a {
    font-size: 16px;
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_generic_header {
    font-size: 1.3rem;
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_item {
    font-size: 13px;
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_item a {
    font-size: 13px;
}
.COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_size {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.blockcomp-0-comp_0 {
    border-bottom-color: #e0e0e0;
    border-bottom-width: 1px;
    border-left-color: #e0e0e0;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-color: #e0e0e0;
    border-right-width: 0px;
    border-top-color: #e0e0e0;
    border-top-width: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0rem;
    margin-top: 10px;
}
.blockcomp-0-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-0-comp_10 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_10 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_11 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_11 .wa-btn {
    font-size: 0.75em;
}
.blockcomp-0-comp_11 .wa-btn.wa-btn-rounded {
    border-radius: 0.375em;
}
.blockcomp-0-comp_11 a {
    width: unset;
}
.blockcomp-0-comp_11 div {
    width: unset;
}
.blockcomp-0-comp_12 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_12 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_13 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_13 .waf_menu {
    --bubble-content-column: 1;
    --bubble-content-font-size: 5.2px;
    --bubble-content-width: 350px;
    --bubble-flow-horz: 1;
    --panel-content-font-size: 8px;
    --panel-content-width: 380px;
}
.blockcomp-0-comp_13 .waf_menu > ul {
    flex-direction: row;
    width: unset;
}
.blockcomp-0-comp_13 .waf_menu > ul > .waf_menu_sep {
    border-bottom: none;
    border-left: none;
    border-right: 1px solid rgba(0,0,0,0);
    border-top: none;
}
.blockcomp-0-comp_13 .waf_menu-mini-btn {
    border-radius: 4.5px;
    height: 45px;
    width: 45px;
}
.blockcomp-0-comp_13 .waf_menu-mini-btn-wrapper {
    display: flex !important;
    justify-content: end;
}
.blockcomp-0-comp_13 nav {
    border: none;
    border-radius: 0px;
    display: none !important;
    font-size: 13px;
    justify-content: end;
    min-height: 2rem;
}
.blockcomp-0-comp_13 nav > ul > li > .waf-nav-link {
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 50px;
}
.blockcomp-0-comp_13 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    height: 13px;
    width: 13px;
}
.blockcomp-0-comp_13 nav > ul > li > .waf_menu_search {
    padding-left: 16px;
    padding-right: 16px;
}
.blockcomp-0-comp_2 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 10px;
    margin-top: 0rem;
}
.blockcomp-0-comp_3 {
    justify-content: flex-end;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_3 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 1050px) );
}
.blockcomp-0-comp_4 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_5 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 20px;
}
.blockcomp-0-comp_5 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 2518px) );
}
.blockcomp-0-comp_6 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_6 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_7 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-0-comp_7 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-0-comp_7 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-0-comp_8 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-0-comp_8 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-0-comp_9 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_9 .waf_menu {
    --bubble-content-column: 1;
    --bubble-content-font-size: 6.4px;
    --bubble-content-width: 350px;
    --bubble-flow-horz: 1;
    --panel-content-font-size: 5.2px;
    --panel-content-width: 380px;
}
.blockcomp-0-comp_9 .waf_menu > ul {
    flex-direction: row;
    width: unset;
}
.blockcomp-0-comp_9 .waf_menu > ul > .waf_menu_sep {
    border-bottom: none;
    border-left: none;
    border-right: 1px solid rgba(0,0,0,0);
    border-top: none;
}
.blockcomp-0-comp_9 .waf_menu-mini-btn {
    border-radius: 4.5px;
    height: 45px;
    width: 45px;
}
.blockcomp-0-comp_9 .waf_menu-mini-btn-wrapper {
    display: flex !important;
    justify-content: end;
}
.blockcomp-0-comp_9 nav {
    border: none;
    border-radius: 0px;
    display: none !important;
    font-size: 16px;
    justify-content: end;
    min-height: 2rem;
}
.blockcomp-0-comp_9 nav > ul > li > .waf-nav-link {
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
}
.blockcomp-0-comp_9 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    height: 16px;
    width: 16px;
}
.blockcomp-0-comp_9 nav > ul > li > .waf_menu_search {
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 576px) {
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6 > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_bubble_item {
        font-size: 13px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_bubble_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_generic_header {
        font-size: 20px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 20px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 20px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_bubble_item {
        font-size: 16px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_bubble_item a {
        font-size: 16px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .blockcomp-0-comp_0 {
        border-bottom-color: #e0e0e0;
        border-bottom-width: 1px;
        border-left-color: #e0e0e0;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #e0e0e0;
        border-right-width: 0px;
        border-top-color: #e0e0e0;
        border-top-width: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 0rem;
        margin-top: 10px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_11 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-0-comp_11 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_11 a {
        width: unset;
    }
    .blockcomp-0-comp_11 div {
        width: unset;
    }
    .blockcomp-0-comp_12 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_12 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_13 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_13 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 5.2px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 8px;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_13 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_13 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-0-comp_13 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-0-comp_13 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_13 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 13px;
        justify-content: end;
        min-height: 2rem;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf-nav-link {
        padding-bottom: 50px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 50px;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 13px;
        width: 13px;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf_menu_search {
        padding-left: 16px;
        padding-right: 16px;
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 10px;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_3 {
        justify-content: flex-end;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1050px) );
    }
    .blockcomp-0-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .blockcomp-0-comp_5 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 2518px) );
    }
    .blockcomp-0-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_7 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_7 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-0-comp_7 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-0-comp_8 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_9 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_9 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 6.4px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_9 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_9 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-0-comp_9 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-0-comp_9 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_9 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 16px;
        justify-content: end;
        min-height: 2rem;
    }
    .blockcomp-0-comp_9 nav > ul > li > .waf-nav-link {
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
    }
    .blockcomp-0-comp_9 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 16px;
        width: 16px;
    }
    .blockcomp-0-comp_9 nav > ul > li > .waf_menu_search {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6 > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_bubble_item {
        font-size: 13px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_bubble_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_generic_header {
        font-size: 20px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 20px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 20px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_bubble_item {
        font-size: 16px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_bubble_item a {
        font-size: 16px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .blockcomp-0-comp_0 {
        border-bottom-color: #e0e0e0;
        border-bottom-width: 1px;
        border-left-color: #e0e0e0;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #e0e0e0;
        border-right-width: 0px;
        border-top-color: #e0e0e0;
        border-top-width: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 0rem;
        margin-top: 10px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_11 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-0-comp_11 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_11 a {
        width: unset;
    }
    .blockcomp-0-comp_11 div {
        width: unset;
    }
    .blockcomp-0-comp_12 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_12 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_13 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_13 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 5.2px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 8px;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_13 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_13 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-0-comp_13 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-0-comp_13 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_13 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 13px;
        justify-content: end;
        min-height: 2rem;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf-nav-link {
        padding-bottom: 50px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 50px;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 13px;
        width: 13px;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf_menu_search {
        padding-left: 16px;
        padding-right: 16px;
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 10px;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_3 {
        justify-content: flex-end;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 44px , 1050px) );
    }
    .blockcomp-0-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .blockcomp-0-comp_5 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 2518px) );
    }
    .blockcomp-0-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_7 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_7 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-0-comp_7 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-0-comp_8 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_9 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_9 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 6.4px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_9 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_9 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-0-comp_9 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-0-comp_9 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_9 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 16px;
        justify-content: end;
        min-height: 2rem;
    }
    .blockcomp-0-comp_9 nav > ul > li > .waf-nav-link {
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
    }
    .blockcomp-0-comp_9 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 16px;
        width: 16px;
    }
    .blockcomp-0-comp_9 nav > ul > li > .waf_menu_search {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 992px) {
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6 > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_bubble_item {
        font-size: 13px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_bubble_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_generic_header {
        font-size: 20px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 20px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 20px;
    }
    .COMP_MENU_MATCHER_9bb47e3db64a4a64b956b97e10c774d6.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_bubble_item {
        font-size: 16px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_bubble_item a {
        font-size: 16px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_generic_header {
        font-size: 1.3rem;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 13px;
    }
    .COMP_MENU_MATCHER_bb6230a80c374f36ad577740d04e13cd.waf_menu_panel_item.waf_menu_generic_size {
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .blockcomp-0-comp_0 {
        border-bottom-color: #e0e0e0;
        border-bottom-width: 1px;
        border-left-color: #e0e0e0;
        border-left-width: 0px;
        border-radius: 0px;
        border-right-color: #e0e0e0;
        border-right-width: 0px;
        border-top-color: #e0e0e0;
        border-top-width: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 0rem;
        margin-top: 10px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-0-comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_11 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_11 .wa-btn {
        font-size: 0.75em;
    }
    .blockcomp-0-comp_11 .wa-btn.wa-btn-rounded {
        border-radius: 0.375em;
    }
    .blockcomp-0-comp_11 a {
        width: unset;
    }
    .blockcomp-0-comp_11 div {
        width: unset;
    }
    .blockcomp-0-comp_12 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_12 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_12 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_13 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_13 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 5.2px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 8px;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_13 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_13 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-0-comp_13 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-0-comp_13 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_13 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 13px;
        justify-content: end;
        min-height: 2rem;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf-nav-link {
        padding-bottom: 50px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 50px;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 13px;
        width: 13px;
    }
    .blockcomp-0-comp_13 nav > ul > li > .waf_menu_search {
        padding-left: 16px;
        padding-right: 16px;
    }
    .blockcomp-0-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 10px;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_3 {
        justify-content: flex-end;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 43.75px , 1050px) );
    }
    .blockcomp-0-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .blockcomp-0-comp_5 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 2518px) );
    }
    .blockcomp-0-comp_6 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_6 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_6 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_7 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_7 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-0-comp_7 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-0-comp_8 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-0-comp_8 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-0-comp_8 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-0-comp_9 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_9 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 6.4px;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 5.2px;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_9 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_9 .waf_menu > ul > .waf_menu_sep {
        border-bottom: none;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0);
        border-top: none;
    }
    .blockcomp-0-comp_9 .waf_menu-mini-btn {
        border-radius: 4.5px;
        height: 45px;
        width: 45px;
    }
    .blockcomp-0-comp_9 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_9 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 16px;
        justify-content: end;
        min-height: 2rem;
    }
    .blockcomp-0-comp_9 nav > ul > li > .waf-nav-link {
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
    }
    .blockcomp-0-comp_9 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 16px;
        width: 16px;
    }
    .blockcomp-0-comp_9 nav > ul > li > .waf_menu_search {
        padding-left: 16px;
        padding-right: 16px;
    }
}


.blockcomp-1-comp_0 {
    background-color: rgba(224,224,224,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_0 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-1-comp_1 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_10 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_10 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_10 .wa-txt-par a {
    color: rgba(33,37,41,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_10 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_10 .wa-txt-par.wa-last-par a {
    color: rgba(33,37,41,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_11 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_11 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_11 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_11 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_11 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_12 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_13 {
    flex-direction: column;
}
.blockcomp-1-comp_13 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_13 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_14 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_14 .wa-image-wrap {
    aspect-ratio: 900/900;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 900px) );
}
.blockcomp-1-comp_14 .wa-image-wrap > div {
    aspect-ratio: 900/900;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_14 .wa-image-wrap img {
    aspect-ratio: 900/900;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_15 {
    flex-direction: column;
}
.blockcomp-1-comp_15 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_16 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_16 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_16 .wa-txt-par a {
    color: rgba(0,0,0,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_16 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_16 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,0,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_17 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_18 {
    flex-direction: column;
}
.blockcomp-1-comp_18 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_18 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_19 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_19 .wa-image-wrap {
    aspect-ratio: 517/517;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 517px) );
}
.blockcomp-1-comp_19 .wa-image-wrap > div {
    aspect-ratio: 517/517;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_19 .wa-image-wrap img {
    aspect-ratio: 517/517;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_2 {
    flex-direction: column;
}
.blockcomp-1-comp_2 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_20 {
    flex-direction: column;
}
.blockcomp-1-comp_20 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_21 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_21 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_21 .wa-txt-par a {
    color: rgba(0,0,0,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_21 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_21 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,0,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_22 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_23 {
    flex-direction: column;
}
.blockcomp-1-comp_23 > .wa_inner_col {
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_23 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-end;
}
.blockcomp-1-comp_24 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_24 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_24 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_24 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_24 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_25 {
    background-color: rgba(224,224,224,1);
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_25 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.blockcomp-1-comp_26 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_27 {
    flex-direction: column;
}
.blockcomp-1-comp_27 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_27 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-end;
}
.blockcomp-1-comp_28 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_28 .wa-image-wrap {
    aspect-ratio: 1050/1200;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 1050px) );
}
.blockcomp-1-comp_28 .wa-image-wrap > div {
    aspect-ratio: 1050/1200;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_28 .wa-image-wrap img {
    aspect-ratio: 1050/1200;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_29 {
    flex-direction: column;
}
.blockcomp-1-comp_29 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_3 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_3 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: underline;
}
.blockcomp-1-comp_3 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_3 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: underline;
}
.blockcomp-1-comp_30 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_30 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_30 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: underline;
}
.blockcomp-1-comp_30 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_30 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: underline;
}
.blockcomp-1-comp_31 {
    flex-direction: column;
}
.blockcomp-1-comp_31 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_32 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_32 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_32 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_32 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_32 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_33 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_33 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 500;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_33 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_33 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 500;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_33 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_34 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_34 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 500;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_34 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: underline;
}
.blockcomp-1-comp_34 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 500;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_34 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: underline;
}
.blockcomp-1-comp_35 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_35 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 500;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_35 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: underline;
}
.blockcomp-1-comp_35 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 500;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_35 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: underline;
}
.blockcomp-1-comp_36 {
    flex-direction: column;
}
.blockcomp-1-comp_36 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_36 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_37 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_37 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_37 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_37 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_37 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_38 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_38 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_38 .wa-txt-par a {
    color: rgba(33,37,41,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_38 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_38 .wa-txt-par.wa-last-par a {
    color: rgba(33,37,41,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_39 {
    flex-direction: column;
}
.blockcomp-1-comp_39 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_39 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_4 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_40 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_41 {
    flex-direction: column;
}
.blockcomp-1-comp_41 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_41 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_42 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_42 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_42 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_42 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_42 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_43 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_44 {
    flex-direction: column;
}
.blockcomp-1-comp_44 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_44 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_45 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_45 .wa-image-wrap {
    aspect-ratio: 900/900;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 900px) );
}
.blockcomp-1-comp_45 .wa-image-wrap > div {
    aspect-ratio: 900/900;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_45 .wa-image-wrap img {
    aspect-ratio: 900/900;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_46 {
    flex-direction: column;
}
.blockcomp-1-comp_46 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_46 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_47 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_47 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_47 .wa-txt-par a {
    color: rgba(0,0,0,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_47 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_47 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,0,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_48 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_49 {
    flex-direction: column;
}
.blockcomp-1-comp_49 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_49 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_5 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_5 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_5 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_5 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_5 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_50 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_50 .wa-image-wrap {
    aspect-ratio: 517/517;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 517px) );
}
.blockcomp-1-comp_50 .wa-image-wrap > div {
    aspect-ratio: 517/517;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_50 .wa-image-wrap img {
    aspect-ratio: 517/517;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_51 {
    flex-direction: column;
}
.blockcomp-1-comp_51 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_51 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_52 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_52 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_52 .wa-txt-par a {
    color: rgba(0,0,0,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_52 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Arial';
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_52 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,0,1);
    font-weight: normal;
    text-decoration: none;
}
.blockcomp-1-comp_53 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_54 {
    flex-direction: column;
}
.blockcomp-1-comp_54 > .wa_inner_col {
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_54 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-end;
}
.blockcomp-1-comp_55 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_55 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_55 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_55 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_55 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_6 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_6 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 500;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_6 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_6 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 500;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_6 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_7 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_7 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 500;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_7 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: underline;
}
.blockcomp-1-comp_7 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 500;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_7 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: underline;
}
.blockcomp-1-comp_8 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_8 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 500;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_8 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: underline;
}
.blockcomp-1-comp_8 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 500;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_8 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: bolder;
    text-decoration: underline;
}
.blockcomp-1-comp_9 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_9 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_9 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_9 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Quicksand';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_9 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_0 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-1-comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_10 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_10 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_10 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_11 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_11 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_11 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_12 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_13 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_13 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_13 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 20px;
}
.blockcomp-1-comp_14 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 15px;
}
.blockcomp-1-comp_14 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 900px) );
}
.blockcomp-1-comp_15 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_15 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 20px;
}
.blockcomp-1-comp_16 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 22px;
}
.blockcomp-1-comp_16 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_16 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_17 {
    display: flex;
    margin-bottom: 20px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_18 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_18 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_18 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 20px;
}
.blockcomp-1-comp_19 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 15px;
}
.blockcomp-1-comp_19 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 517px) );
}
.blockcomp-1-comp_2 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_2 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_20 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_20 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 20px;
}
.blockcomp-1-comp_21 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 22px;
}
.blockcomp-1-comp_21 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_21 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_22 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_23 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_23 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_23 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 20px;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 20px;
}
.blockcomp-1-comp_24 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_24 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.blockcomp-1-comp_24 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.blockcomp-1-comp_25 {
    border: none;
    border-radius: 0px;
    display: none;
    min-height: 0px;
}
.blockcomp-1-comp_25 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_26 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 50px !important;
}
.blockcomp-1-comp_27 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_27 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_27 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_28 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_28 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 1050px) );
}
.blockcomp-1-comp_29 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_29 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_3 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_3 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_3 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_30 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_30 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_30 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_31 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_31 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_32 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_32 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_32 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_33 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_33 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_33 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_34 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_34 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_34 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_35 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_35 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_35 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_36 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_36 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_36 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_37 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_37 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_37 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_38 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_38 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_38 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_39 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_39 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_39 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_4 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_40 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_41 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_41 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_41 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_42 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_42 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_42 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_43 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_44 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_44 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_44 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 20px;
}
.blockcomp-1-comp_45 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 15px;
}
.blockcomp-1-comp_45 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 900px) );
}
.blockcomp-1-comp_46 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_46 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_46 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 20px;
}
.blockcomp-1-comp_47 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 22px;
}
.blockcomp-1-comp_47 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_47 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_48 {
    display: flex;
    margin-bottom: 20px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_49 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_49 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_49 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 20px;
}
.blockcomp-1-comp_5 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_5 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_5 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_50 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 15px;
}
.blockcomp-1-comp_50 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 517px) );
}
.blockcomp-1-comp_51 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_51 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_51 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 20px;
}
.blockcomp-1-comp_52 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 22px;
}
.blockcomp-1-comp_52 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_52 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_53 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_54 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_54 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_54 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 20px;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 20px;
}
.blockcomp-1-comp_55 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_55 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.blockcomp-1-comp_55 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.blockcomp-1-comp_6 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_6 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_6 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_7 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_7 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_7 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_8 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_8 .wa-txt-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_8 .wa-txt-par.wa-last-par {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_9 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_9 .wa-txt-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_9 .wa-txt-par.wa-last-par {
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
@media (min-width: 576px) {
    .blockcomp-1-comp_0 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .blockcomp-1-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_10 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_10 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_11 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_11 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_11 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_12 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_13 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_13 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_14 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .blockcomp-1-comp_14 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 900px) );
    }
    .blockcomp-1-comp_15 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_15 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_16 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 22px;
    }
    .blockcomp-1-comp_16 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_16 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_17 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_18 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_18 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_18 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_19 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .blockcomp-1-comp_19 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 517px) );
    }
    .blockcomp-1-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_21 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 22px;
    }
    .blockcomp-1-comp_21 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_21 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_22 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_23 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_23 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_23 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 20px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_24 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_24 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_24 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_25 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_25 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_26 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 50px !important;
    }
    .blockcomp-1-comp_27 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_27 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_27 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_28 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_28 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1050px) );
    }
    .blockcomp-1-comp_29 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_29 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_3 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_3 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_3 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_30 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_30 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_30 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_31 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_31 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_32 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_32 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_32 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_33 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_33 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_33 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_34 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_34 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_34 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_35 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_35 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_35 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_36 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_36 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_36 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_37 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_37 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_37 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_38 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_38 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_38 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_39 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_39 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_39 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_4 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_40 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_41 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_41 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_41 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_42 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_42 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_42 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_43 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_44 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_44 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_44 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_45 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .blockcomp-1-comp_45 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 900px) );
    }
    .blockcomp-1-comp_46 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_46 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_46 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_47 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 22px;
    }
    .blockcomp-1-comp_47 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_47 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_48 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_49 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_5 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_5 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_5 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_50 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .blockcomp-1-comp_50 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 517px) );
    }
    .blockcomp-1-comp_51 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_51 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_51 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_52 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 22px;
    }
    .blockcomp-1-comp_52 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_52 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_53 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_54 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_54 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_54 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 20px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_55 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_55 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_55 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_6 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_6 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_6 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_7 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_7 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_7 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_8 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_8 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_8 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_9 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_9 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_9 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
}
@media (min-width: 768px) {
    .blockcomp-1-comp_0 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .blockcomp-1-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_10 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_10 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_11 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_11 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_11 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_12 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_13 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_13 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_14 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .blockcomp-1-comp_14 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 900px) );
    }
    .blockcomp-1-comp_15 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_15 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_16 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 22px;
    }
    .blockcomp-1-comp_16 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_16 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_17 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_18 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_18 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_18 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_19 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .blockcomp-1-comp_19 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 517px) );
    }
    .blockcomp-1-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_21 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 22px;
    }
    .blockcomp-1-comp_21 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_21 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_22 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_23 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_23 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_23 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 20px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_24 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_24 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_24 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_25 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_25 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_26 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 50px !important;
    }
    .blockcomp-1-comp_27 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_27 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_27 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_28 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_28 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1050px) );
    }
    .blockcomp-1-comp_29 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_29 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_3 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_3 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_3 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_30 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_30 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_30 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_31 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_31 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_32 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_32 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_32 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_33 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_33 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_33 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_34 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_34 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_34 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_35 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_35 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_35 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_36 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_36 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_36 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_37 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_37 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_37 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_38 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_38 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_38 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_39 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_39 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_39 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_4 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_40 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_41 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_41 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_41 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_42 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_42 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_42 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_43 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_44 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_44 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_44 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_45 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .blockcomp-1-comp_45 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 900px) );
    }
    .blockcomp-1-comp_46 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_46 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_46 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_47 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 22px;
    }
    .blockcomp-1-comp_47 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_47 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_48 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_49 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_5 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_5 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_5 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_50 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .blockcomp-1-comp_50 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 517px) );
    }
    .blockcomp-1-comp_51 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_51 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_51 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_52 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 22px;
    }
    .blockcomp-1-comp_52 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_52 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_53 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_54 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_54 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_54 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 20px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_55 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_55 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_55 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_6 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_6 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_6 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_7 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_7 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_7 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_8 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_8 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_8 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_9 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_9 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_9 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
}
@media (min-width: 992px) {
    .blockcomp-1-comp_0 {
        border: none;
        border-radius: 0px;
        display: none;
        min-height: 0px;
    }
    .blockcomp-1-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_10 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_10 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_11 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_11 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_11 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_12 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_13 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_13 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_13 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_14 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .blockcomp-1-comp_14 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 900px) );
    }
    .blockcomp-1-comp_15 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_15 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_15 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_16 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 22px;
    }
    .blockcomp-1-comp_16 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_16 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_17 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_18 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_18 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_18 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_19 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .blockcomp-1-comp_19 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 517px) );
    }
    .blockcomp-1-comp_2 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_2 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_2 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_20 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_20 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_20 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_21 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 22px;
    }
    .blockcomp-1-comp_21 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_21 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_22 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_23 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_23 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_23 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 20px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_24 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_24 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_24 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_25 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_25 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_26 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 50px !important;
    }
    .blockcomp-1-comp_27 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_27 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_27 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_28 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_28 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 1050px) );
    }
    .blockcomp-1-comp_29 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_29 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_29 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_3 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_3 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_3 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_30 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_30 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_30 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_31 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_31 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_31 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_32 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_32 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_32 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_33 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_33 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_33 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_34 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_34 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_34 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_35 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_35 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_35 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_36 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_36 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_36 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_37 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_37 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_37 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_38 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_38 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_38 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_39 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_39 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_39 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_4 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_40 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_41 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_41 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_41 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_42 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_42 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_42 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_43 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_44 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_44 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_44 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_45 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .blockcomp-1-comp_45 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 900px) );
    }
    .blockcomp-1-comp_46 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_46 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_46 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_47 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 22px;
    }
    .blockcomp-1-comp_47 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_47 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_48 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_49 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_49 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_49 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_5 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_5 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_5 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_50 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .blockcomp-1-comp_50 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 517px) );
    }
    .blockcomp-1-comp_51 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_51 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_51 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_52 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 22px;
    }
    .blockcomp-1-comp_52 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_52 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_53 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_54 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_54 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_54 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 20px;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 20px;
    }
    .blockcomp-1-comp_55 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_55 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_55 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_6 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_6 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_6 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_7 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_7 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_7 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_8 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_8 .wa-txt-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_8 .wa-txt-par.wa-last-par {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_9 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_9 .wa-txt-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_9 .wa-txt-par.wa-last-par {
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
}
