


/* Conteneur scroll avec hauteur limitée */
.scroll-container {
  max-height: 350px;        /* hauteur visible */
  overflow-y: auto;         /* scroll vertical */
  position: relative;
  padding-right: 10px;      /* espace pour la scrollbar */
}

/* Dégradé en bas */
.scroll-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;             /* hauteur du dégradé */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  pointer-events: none;     /* pour ne pas bloquer le scroll */
}

/* Texte à l’intérieur */
.scroll-container p {
  font-size: 1.2rem;
  padding: 16px;
  color: #3d3d3d;
  text-align: justify;
  font-weight: 400;
  margin: 0;
  padding-top: 1rem;
}

/* Garder le reste de ton CSS existant pour <details> et <summary> */
details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}

@keyframes open {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

details summary::-webkit-details-marker {
  display: none;
}

details summary {
  width: 100%;
  padding: 16px;

  font-size: 20px;
  font-weight: 400;
  color: #233847;
  position: relative;
  cursor: pointer;
  list-style: none;
  outline: 0;
}


details[open] summary::after {
  transform: rotate(45deg);
  font-size: 1.75rem;
}


.comp_1 {
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_1 .innerBox {
    position: relative;
}
.comp_1 .innerBox .wa-wrap_video-bg {
    position: relative;
}
.comp_1 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_10 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_100 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_101 {
    flex-direction: column;
}
.comp_101 > .wa_inner_col {
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_101 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_102 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_103 {
    flex-direction: column;
}
.comp_103 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_103 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_104 {
    display: flex;
    width: 100%;
}
.comp_104 .wa-image-wrap {
    aspect-ratio: 738/295;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 738px) );
}
.comp_104 .wa-image-wrap > div {
    aspect-ratio: 738/295;;
    position: relative;
    width: 100%;
}
.comp_104 .wa-image-wrap img {
    aspect-ratio: 738/295;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_105 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_106 {
    flex-direction: column;
}
.comp_106 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_106 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_107 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_107 .wa-txt-par {
    color: rgba(14,118,187,1);
    font-family: 'Raleway';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_107 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_107 .wa-txt-par.wa-last-par {
    color: rgba(14,118,187,1);
    font-family: 'Raleway';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_107 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_108 {
    align-items: center;
    display: flex;
    width: 100%;
}
.comp_108 hr {
    border-color: rgba(61,61,61,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0.25098;
    width: 100%;
}
.comp_109 {
    width: 100%;
}
.comp_11 {
    flex-direction: column;
}
.comp_11 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_11 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_110 {
    flex-direction: column;
}
.comp_110 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_110 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_111 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_112 {
    flex-direction: column;
}
.comp_112 > .wa_inner_col {
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_112 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.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: center;
}
.comp_115 {
    display: flex;
    width: 100%;
}
.comp_115 .wa-image-wrap {
    aspect-ratio: 738/295;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 738px) );
}
.comp_115 .wa-image-wrap > div {
    aspect-ratio: 738/295;;
    position: relative;
    width: 100%;
}
.comp_115 .wa-image-wrap img {
    aspect-ratio: 738/295;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_116 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_117 {
    flex-direction: column;
}
.comp_117 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_117 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_118 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_118 .wa-txt-par {
    color: rgba(14,118,187,1);
    font-family: 'Raleway';
    font-weight: 700;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_118 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_118 .wa-txt-par.wa-last-par {
    color: rgba(14,118,187,1);
    font-family: 'Raleway';
    font-weight: 700;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_118 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_119 {
    align-items: center;
    display: flex;
    width: 100%;
}
.comp_119 hr {
    border-color: rgba(61,61,61,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0.25098;
    width: 100%;
}
.comp_12 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_12 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_12 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_12 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_12 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_120 {
    width: 100%;
}
.comp_121 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_121 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_122 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_123 {
    flex-direction: column;
}
.comp_123 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_123 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.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: 'Raleway';
    font-weight: 400;
    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: 'Raleway';
    font-weight: 400;
    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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
    z-index: 2;
}
.comp_126 {
    flex-direction: column;
}
.comp_126 > .wa_inner_col {
    background-color: rgba(255,255,255,0.701961);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_126 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_127 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_127 .wa-txt-par {
    color: rgba(14,118,187,1);
    font-family: 'Raleway';
    font-weight: 900;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_127 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_127 .wa-txt-par.wa-last-par {
    color: rgba(14,118,187,1);
    font-family: 'Raleway';
    font-weight: 900;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_127 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_128 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_129 {
    flex-direction: column;
}
.comp_129 > .wa_inner_col {
    background-color: rgba(165,199,52,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_129 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_13 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_130 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_131 {
    flex-direction: column;
}
.comp_131 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_131 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_132 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_133 {
    flex-direction: column;
}
.comp_133 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_133 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_134 {
    line-height: 100%;
    width: 100%;
}
.comp_134 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.comp_135 {
    flex-direction: column;
}
.comp_135 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_135 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_136 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_136 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_136 .wa-txt-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_136 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_136 .wa-txt-par.wa-last-par a {
    color: rgba(255,255,255,1);
    font-weight: normal;
    text-decoration: none;
}
.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_139 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_14 {
    flex-direction: column;
}
.comp_14 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_14 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_140 {
    flex-direction: column;
}
.comp_140 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_140 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_141 {
    line-height: 100%;
    width: 100%;
}
.comp_141 .wa-v-icon-wrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
.comp_142 {
    flex-direction: column;
}
.comp_142 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_142 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_143 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_143 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_143 .wa-txt-par a {
    color: rgba(14,118,187,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_143 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_143 .wa-txt-par.wa-last-par a {
    color: rgba(14,118,187,1);
    font-weight: normal;
    text-decoration: none;
}
.comp_144 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_145 {
    flex-direction: column;
}
.comp_145 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_145 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_146 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_147 {
    flex-direction: column;
}
.comp_147 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_147 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_148 {
    width: 100%;
}
.comp_148 input {
    background-color: rgba(255,255,255,1);
    border-style: solid;
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_149 {
    width: 100%;
}
.comp_149 input {
    background-color: rgba(255,255,255,1);
    border-style: solid;
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_15 {
    background-color: rgba(165,199,52,1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_15 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 900;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_15 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_15 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 900;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_15 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_150 {
    width: 100%;
}
.comp_150 input {
    background-color: rgba(255,255,255,1);
    border-style: solid;
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_151 {
    flex-direction: column;
}
.comp_151 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_151 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_152 {
    width: 100%;
}
.comp_152 input {
    background-color: rgba(255,255,255,1);
    border-style: solid;
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_153 {
    width: 100%;
}
.comp_153 input {
    background-color: rgba(255,255,255,1);
    border-style: solid;
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_154 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_155 {
    flex-direction: column;
}
.comp_155 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_155 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_156 {
    width: 100%;
}
.comp_156 textarea {
    background-color: rgba(255,255,255,1);
    border-style: solid;
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
    outline: none;
    transition: border 0.2s,box-shadow 0.2s;
    width: 100%;
}
.comp_157 {
    line-height: 0px;
    width: 100%;
}
.comp_157 label {
    --wf-color-active: rgba(165,199,52,1);
    --wf-color-active-rgb: 165, 199, 52;
    --wf-color-bg: rgba(255,255,255,1);
    --wf-color-secondary: rgba(14,118,187,1);
    --wf-color-text: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
}
.comp_158 {
    display: flex;
    width: 100%;
}
.comp_158 .wa-btn {
    background-color: rgba(165,199,52,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 700;
}
.comp_158 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.comp_158 .wa-btn.wa-btn:active {
    background-color: rgba(165,199,52,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.comp_158 .wa-btn.wa-btn:hover {
    background-color: rgba(165,199,52,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.comp_158 a {
    display: flex;
    text-decoration: none;
}
.comp_158 div {
    justify-content: center;
}
.comp_159 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_16 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_16 .wa-txt-par {
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_16 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_16 .wa-txt-par.wa-last-par {
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_16 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_160 {
    flex-direction: column;
}
.comp_160 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_160 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_161 {
    width: 100%;
}
.comp_17 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_17 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_18 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_19 {
    flex-direction: column;
}
.comp_19 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_2 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_20 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_21 {
    flex-direction: column;
}
.comp_21 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_21 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_22 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_23 {
    flex-direction: column;
}
.comp_23 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_23 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_24 {
    background-color: rgba(255,255,255,1);
    overflow: hidden;
    transform: translateZ(0);
}
.comp_25 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.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;
    view-transition-name: wa-vt-57d184cd_22a0_4169_a538_107a372b0b4e;
    width: 100%;
}
.comp_27 .wa-image-second-inner {
    background-image: url("../../images/normal/cablage_informatique_rj_47_serveur_baie_de_brassage_cable_o_courant_marmande_47_lot_et_garonne.webp?t=6fff6fc6_a0cb_461f_b8bb_09f4a383731a");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
    width: 100%;
}
.comp_27 .wa-image-second-inner div {
    background-color: rgba(0,0,0,0);
    height: 100%;
    width: 100%;
}
.comp_27 .wa-image-wrap {
    aspect-ratio: 591/591;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 591px) );
}
.comp_27 .wa-image-wrap .wa-image-fx {
    animation: fadeInUp 0.8s;
}
.comp_27 .wa-image-wrap .wa-image-txt {
    opacity: 0;
    text-align: left;
}
.comp_27 .wa-image-wrap .wa-img-overlay {
    align-items: center;
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
    justify-content: center;
}
.comp_27 .wa-image-wrap > div {
    aspect-ratio: 591/591;;
    position: relative;
    width: 100%;
}
.comp_27 .wa-image-wrap img {
    aspect-ratio: 591/591;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_27 .wa-image-wrap:hover .wa-image-second-inner {
    opacity: 1;
    transform: rotate(5deg);
}
.comp_28 {
    --bs-gutter-x: 0px;
    flex-direction: row;
    z-index: 4;
}
.comp_29 {
    flex-direction: column;
}
.comp_29 > .wa_inner_col {
    background-color: rgba(255,255,255,0.901961);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_29 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_3 {
    flex-direction: column;
}
.comp_3 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_3 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_30 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_30 .wa-txt-par {
    color: rgba(14,118,187,1);
    font-family: 'Raleway';
    font-weight: 900;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_30 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_30 .wa-txt-par.wa-last-par {
    color: rgba(14,118,187,1);
    font-family: 'Raleway';
    font-weight: 900;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_30 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_31 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_31 .wa-txt-par {
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_31 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_31 .wa-txt-par.wa-last-par {
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_31 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_32 {
    flex-direction: column;
}
.comp_32 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_32 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_33 {
    background-color: rgba(255,255,255,1);
    overflow: hidden;
    transform: translateZ(0);
}
.comp_34 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_35 {
    flex-direction: column;
}
.comp_35 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_35 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_36 {
    display: flex;
    width: 100%;
}
.comp_36 .wa-image-second-inner {
    background-image: url("../../images/normal/tirage_raccordement_fibre_optique_cable_o_courant_marmande_47_lot_et_garonne_(1).webp?t=6fff6fc6_a0cb_461f_b8bb_09f4a383731a");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
    width: 100%;
}
.comp_36 .wa-image-second-inner div {
    background-color: rgba(0,0,0,0);
    height: 100%;
    width: 100%;
}
.comp_36 .wa-image-wrap {
    aspect-ratio: 591/591;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 591px) );
}
.comp_36 .wa-image-wrap .wa-image-fx {
    animation: fadeInUp 0.8s;
}
.comp_36 .wa-image-wrap .wa-image-txt {
    opacity: 0;
    text-align: left;
}
.comp_36 .wa-image-wrap .wa-img-overlay {
    align-items: center;
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
    justify-content: center;
}
.comp_36 .wa-image-wrap > div {
    aspect-ratio: 591/591;;
    position: relative;
    width: 100%;
}
.comp_36 .wa-image-wrap img {
    aspect-ratio: 591/591;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_36 .wa-image-wrap:hover .wa-image-second-inner {
    opacity: 1;
    transform: rotate(5deg);
}
.comp_37 {
    --bs-gutter-x: 0px;
    flex-direction: row;
    z-index: 4;
}
.comp_38 {
    flex-direction: column;
}
.comp_38 > .wa_inner_col {
    background-color: rgba(255,255,255,0.901961);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_38 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_39 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_39 .wa-txt-par {
    color: rgba(14,118,187,1);
    font-family: 'Raleway';
    font-weight: 900;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_39 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_39 .wa-txt-par.wa-last-par {
    color: rgba(14,118,187,1);
    font-family: 'Raleway';
    font-weight: 900;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_39 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_4 {
    display: flex;
    width: 100%;
}
.comp_4 .wa-image-wrap {
    aspect-ratio: 591/221;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 591px) );
}
.comp_4 .wa-image-wrap > div {
    aspect-ratio: 591/221;;
    position: relative;
    width: 100%;
}
.comp_4 .wa-image-wrap img {
    aspect-ratio: 591/221;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_40 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_40 .wa-txt-par {
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
    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(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
    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 {
    flex-direction: column;
}
.comp_41 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_41 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_42 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_43 {
    flex-direction: column;
}
.comp_43 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_43 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_44 {
    background-color: rgba(255,255,255,1);
    overflow: hidden;
    transform: translateZ(0);
}
.comp_45 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_46 {
    flex-direction: column;
}
.comp_46 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_46 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_47 {
    display: flex;
    width: 100%;
}
.comp_47 .wa-image-second-inner {
    background-image: url("../../images/normal/tirage_videosurveillance_cable_o_courant_marmande_47_lot_et_garonne.webp?t=6fff6fc6_a0cb_461f_b8bb_09f4a383731a");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
    width: 100%;
}
.comp_47 .wa-image-second-inner div {
    background-color: rgba(0,0,0,0);
    height: 100%;
    width: 100%;
}
.comp_47 .wa-image-wrap {
    aspect-ratio: 591/591;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 591px) );
}
.comp_47 .wa-image-wrap .wa-image-fx {
    animation: fadeInUp 0.8s;
}
.comp_47 .wa-image-wrap .wa-image-txt {
    opacity: 0;
    text-align: left;
}
.comp_47 .wa-image-wrap .wa-img-overlay {
    align-items: center;
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
    justify-content: center;
}
.comp_47 .wa-image-wrap > div {
    aspect-ratio: 591/591;;
    position: relative;
    width: 100%;
}
.comp_47 .wa-image-wrap img {
    aspect-ratio: 591/591;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_47 .wa-image-wrap:hover .wa-image-second-inner {
    opacity: 1;
    transform: rotate(5deg);
}
.comp_48 {
    --bs-gutter-x: 0px;
    flex-direction: row;
    z-index: 4;
}
.comp_49 {
    flex-direction: column;
}
.comp_49 > .wa_inner_col {
    background-color: rgba(255,255,255,0.901961);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_49 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.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(14,118,187,1);
    font-family: 'Raleway';
    font-weight: 900;
    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(14,118,187,1);
    font-family: 'Raleway';
    font-weight: 900;
    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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_51 .wa-txt-par {
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_51 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_51 .wa-txt-par.wa-last-par {
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_51 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_52 {
    flex-direction: column;
}
.comp_52 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_52 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_53 {
    background-color: rgba(255,255,255,1);
    overflow: hidden;
    transform: translateZ(0);
}
.comp_54 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_55 {
    flex-direction: column;
}
.comp_55 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_55 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_56 {
    display: flex;
    width: 100%;
}
.comp_56 .wa-image-second-inner {
    background-image: url("../../images/normal/alarme_intrusion_incendie_controle_acces_interphone_lecteur_de_badge_cable_o_courant_marmande_47_lot_et_garonne.webp?t=6fff6fc6_a0cb_461f_b8bb_09f4a383731a");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
    width: 100%;
}
.comp_56 .wa-image-second-inner div {
    background-color: rgba(0,0,0,0);
    height: 100%;
    width: 100%;
}
.comp_56 .wa-image-wrap {
    aspect-ratio: 591/591;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 591px) );
}
.comp_56 .wa-image-wrap .wa-image-fx {
    animation: fadeInUp 0.8s;
}
.comp_56 .wa-image-wrap .wa-image-txt {
    opacity: 0;
    text-align: left;
}
.comp_56 .wa-image-wrap .wa-img-overlay {
    align-items: center;
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
    justify-content: center;
}
.comp_56 .wa-image-wrap > div {
    aspect-ratio: 591/591;;
    position: relative;
    width: 100%;
}
.comp_56 .wa-image-wrap img {
    aspect-ratio: 591/591;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_56 .wa-image-wrap:hover .wa-image-second-inner {
    opacity: 1;
    transform: rotate(5deg);
}
.comp_57 {
    --bs-gutter-x: 0px;
    flex-direction: row;
    z-index: 4;
}
.comp_58 {
    flex-direction: column;
}
.comp_58 > .wa_inner_col {
    background-color: rgba(255,255,255,0.901961);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_58 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_59 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_59 .wa-txt-par {
    color: rgba(14,118,187,1);
    font-family: 'Raleway';
    font-weight: 900;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_59 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_59 .wa-txt-par.wa-last-par {
    color: rgba(14,118,187,1);
    font-family: 'Raleway';
    font-weight: 900;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_59 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_60 .wa-txt-par {
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_60 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_60 .wa-txt-par.wa-last-par {
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_60 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_61 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_62 {
    flex-direction: column;
}
.comp_62 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_62 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_63 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_64 {
    flex-direction: column;
}
.comp_64 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_64 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_65 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_66 {
    flex-direction: column;
}
.comp_66 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_66 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_67 {
    display: flex;
    width: 100%;
}
.comp_67 .wa-image-wrap {
    aspect-ratio: 295/148;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 295px) );
}
.comp_67 .wa-image-wrap > div {
    aspect-ratio: 295/148;;
    position: relative;
    width: 100%;
}
.comp_67 .wa-image-wrap img {
    aspect-ratio: 295/148;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_68 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_69 {
    flex-direction: column;
}
.comp_69 > .wa_inner_col {
    background-color: rgba(61,61,61,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_69 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_7 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_7 .wa-txt-par {
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 900;
    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(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 900;
    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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_71 {
    flex-direction: column;
}
.comp_71 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_71 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_72 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_73 {
    flex-direction: column;
}
.comp_73 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_73 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_74 {
    display: flex;
    width: 100%;
}
.comp_74 .wa-image-wrap {
    aspect-ratio: 295/148;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 295px) );
}
.comp_74 .wa-image-wrap > div {
    aspect-ratio: 295/148;;
    position: relative;
    width: 100%;
}
.comp_74 .wa-image-wrap img {
    aspect-ratio: 295/148;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_75 {
    flex-direction: column;
}
.comp_75 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_75 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_76 {
    display: flex;
    width: 100%;
}
.comp_76 .wa-image-wrap {
    aspect-ratio: 295/148;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 295px) );
}
.comp_76 .wa-image-wrap > div {
    aspect-ratio: 295/148;;
    position: relative;
    width: 100%;
}
.comp_76 .wa-image-wrap img {
    aspect-ratio: 295/148;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_77 {
    flex-direction: column;
}
.comp_77 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_77 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_78 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_79 {
    flex-direction: column;
}
.comp_79 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_79 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_8 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_8 .wa-txt-par {
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 300;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_8 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_8 .wa-txt-par.wa-last-par {
    color: rgba(61,61,61,1);
    font-family: 'Raleway';
    font-weight: 300;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_8 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_80 {
    display: flex;
    width: 100%;
}
.comp_80 .wa-image-wrap {
    aspect-ratio: 295/148;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 295px) );
}
.comp_80 .wa-image-wrap > div {
    aspect-ratio: 295/148;;
    position: relative;
    width: 100%;
}
.comp_80 .wa-image-wrap img {
    aspect-ratio: 295/148;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_81 {
    flex-direction: column;
}
.comp_81 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_81 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.comp_82 {
    display: flex;
    width: 100%;
}
.comp_82 .wa-image-wrap {
    aspect-ratio: 295/148;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 295px) );
}
.comp_82 .wa-image-wrap > div {
    aspect-ratio: 295/148;;
    position: relative;
    width: 100%;
}
.comp_82 .wa-image-wrap img {
    aspect-ratio: 295/148;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_83 {
    background: linear-gradient(90deg,#0e76bb 4%, #25a9e0 96%);
    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 {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_85 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_86 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_86 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_86 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.comp_86 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.comp_86 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_9 {
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_9 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.comp_90 {
    flex-direction: column;
}
.comp_90 > .wa_inner_col {
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_90 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.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: center;
}
.comp_93 {
    display: flex;
    width: 100%;
}
.comp_93 .wa-image-wrap {
    aspect-ratio: 738/295;;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 738px) );
}
.comp_93 .wa-image-wrap > div {
    aspect-ratio: 738/295;;
    position: relative;
    width: 100%;
}
.comp_93 .wa-image-wrap img {
    aspect-ratio: 738/295;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comp_94 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.comp_95 {
    flex-direction: column;
}
.comp_95 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_95 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.comp_96 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.comp_96 .wa-txt-par {
    color: rgba(14,118,187,1);
    font-family: 'Raleway';
    font-weight: 700;
    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(14,118,187,1);
    font-family: 'Raleway';
    font-weight: 700;
    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 {
    align-items: center;
    display: flex;
    width: 100%;
}
.comp_97 hr {
    border-color: rgba(61,61,61,1) !important;
    border-style: solid;
    border-top-width: 1px;
    margin: 1px;
    opacity: 0.25098;
    width: 100%;
}
.comp_98 {
    width: 100%;
}
.comp_99 {
    flex-direction: column;
}
.comp_99 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.comp_99 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
body {
    background-color: rgba(255,255,255,1);
}
#anchor-actu {
    scroll-margin-top: 0rem;
}
#anchor-contact {
    scroll-margin-top: 0rem;
}
#anchor-entreprise {
    scroll-margin-top: 0rem;
}
.comp_1 {
    background-attachment: fixed;
    background-image: url('../../icons/image_accueil_cable_o_courant_marmande_SMP.webp?t=6fff6fc6_a0cb_461f_b8bb_09f4a383731a');
    background-position: center center;
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_1 .innerBox .wa-wrap_video-bg {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_1 > .innerBox {
    justify-content: center;
}
.comp_1.wa-fulpage-box>.innerBox {
    justify-content: center;
}
.comp_1.wa-parallax {
    background-attachment: fixed;
    background-image: url('../../icons/image_accueil_cable_o_courant_marmande_SMP.webp?t=6fff6fc6_a0cb_461f_b8bb_09f4a383731a');
    background-position: center center;
}
.comp_10 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: -50px !important;
}
.comp_100 {
    display: flex;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
.comp_101 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_101 > .wa_inner_col {
    border: none;
    border-radius: 30px 30px 30px 30px;
}
.comp_101 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_102 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_103 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_103 > .wa_inner_col {
    border: 10px solid #ffffff;
    border-radius: 0px;
}
.comp_103 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_104 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_104 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 738px) );
}
.comp_105 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_106 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_106 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_106 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_107 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
}
.comp_107 .wa-txt-par {
    font-size: 1.5rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_107 .wa-txt-par.wa-last-par {
    font-size: 1.5rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_108 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 2px;
}
.comp_109 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_11 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_11 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_11 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
}
.comp_110 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_110 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_110 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.comp_111 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_112 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_112 > .wa_inner_col {
    border: none;
    border-radius: 30px 30px 30px 30px;
}
.comp_112 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.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: 10px solid #ffffff;
    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 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_115 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 738px) );
}
.comp_116 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_117 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_117 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_117 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_118 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
}
.comp_118 .wa-txt-par {
    font-size: 1.5rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_118 .wa-txt-par.wa-last-par {
    font-size: 1.5rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_119 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 2px;
}
.comp_12 {
    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_12 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_12 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_120 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_121 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_121 > .innerBox {
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
}
.comp_122 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 40px !important;
}
.comp_123 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_123 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_123 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_124 {
    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_124 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_124 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_125 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_126 {
    min-height: 100px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_126 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_126 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_127 {
    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;
}
.comp_127 .wa-txt-par {
    font-size: 2.38rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_127 .wa-txt-par.wa-last-par {
    font-size: 2.38rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_128 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: -10px !important;
}
.comp_129 {
    min-height: 250px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_129 > .wa_inner_col {
    border: none;
    border-radius: 25px 25px 25px 25px;
}
.comp_129 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_13 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_130 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_131 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_131 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_131 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_132 {
    display: flex;
    margin-bottom: 15px !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: 0px;
}
.comp_133 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_134 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_134 .wa-v-icon-wrapper {
    align-items: center;
    height: 40px;
    justify-content: end;
}
.comp_134 .wa-v-icon-wrapper i {
    font-size: 40px;
}
.comp_135 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_135 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_135 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_136 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_136 .wa-txt-par {
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_136 .wa-txt-par.wa-last-par {
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.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_139 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_14 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_14 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_14 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_140 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_140 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_140 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_141 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_141 .wa-v-icon-wrapper {
    align-items: center;
    height: 40px;
    justify-content: end;
}
.comp_141 .wa-v-icon-wrapper i {
    font-size: 40px;
}
.comp_142 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_142 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_142 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_143 {
    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_143 .wa-txt-par {
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_143 .wa-txt-par.wa-last-par {
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_144 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 40px !important;
}
.comp_145 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_145 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_145 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_146 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_147 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_147 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_147 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0rem;
}
.comp_148 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_148 input {
    border-bottom-color: #c0c0c0;
    border-bottom-width: 1px;
    border-left-color: #c0c0c0;
    border-left-width: 0px;
    border-radius: 3px 3px 3px 3px;
    border-right-color: #c0c0c0;
    border-right-width: 0px;
    border-top-color: #c0c0c0;
    border-top-width: 0px;
    font-size: 1.25rem;
    height: 35px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_149 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_149 input {
    border-bottom-color: #c0c0c0;
    border-bottom-width: 1px;
    border-left-color: #c0c0c0;
    border-left-width: 0px;
    border-radius: 3px 3px 3px 3px;
    border-right-color: #c0c0c0;
    border-right-width: 0px;
    border-top-color: #c0c0c0;
    border-top-width: 0px;
    font-size: 1.25rem;
    height: 35px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_15 {
    border: none;
    border-radius: 25px 25px 0px 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}
.comp_15 .wa-txt-par {
    font-size: 1.5rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_15 .wa-txt-par.wa-last-par {
    font-size: 1.5rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_150 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_150 input {
    border-bottom-color: #c0c0c0;
    border-bottom-width: 1px;
    border-left-color: #c0c0c0;
    border-left-width: 0px;
    border-radius: 3px 3px 3px 3px;
    border-right-color: #c0c0c0;
    border-right-width: 0px;
    border-top-color: #c0c0c0;
    border-top-width: 0px;
    font-size: 1.25rem;
    height: 35px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_151 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_151 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_151 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0rem;
}
.comp_152 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_152 input {
    border-bottom-color: #c0c0c0;
    border-bottom-width: 1px;
    border-left-color: #c0c0c0;
    border-left-width: 0px;
    border-radius: 3px 3px 3px 3px;
    border-right-color: #c0c0c0;
    border-right-width: 0px;
    border-top-color: #c0c0c0;
    border-top-width: 0px;
    font-size: 1.25rem;
    height: 35px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_153 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_153 input {
    border-bottom-color: #c0c0c0;
    border-bottom-width: 1px;
    border-left-color: #c0c0c0;
    border-left-width: 0px;
    border-radius: 3px 3px 3px 3px;
    border-right-color: #c0c0c0;
    border-right-width: 0px;
    border-top-color: #c0c0c0;
    border-top-width: 0px;
    font-size: 1.25rem;
    height: 35px;
    margin-bottom: 0rem;
    margin-top: 0rem;
    padding-left: 8px;
    padding-right: 8px;
}
.comp_154 {
    display: flex;
    margin-bottom: 60px !important;
    margin-top: 0px !important;
}
.comp_155 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_155 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_155 > .wa_inner_col > .wa_inner_col2 {
    gap: 0px;
    margin-bottom: 0rem;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0rem;
}
.comp_156 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_156 textarea {
    border-bottom-color: #c0c0c0;
    border-bottom-width: 1px;
    border-left-color: #c0c0c0;
    border-left-width: 0px;
    border-radius: 3px 3px 3px 3px;
    border-right-color: #c0c0c0;
    border-right-width: 0px;
    border-top-color: #c0c0c0;
    border-top-width: 0px;
    font-size: 1.25rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
    min-height: 50px;
    padding: 8px;
}
.comp_157 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.comp_157 label {
    --wf-font-size: 0.75rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
}
.comp_158 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 15px;
}
.comp_158 .wa-btn {
    font-size: 1.2em;
}
.comp_158 a {
    width: unset;
}
.comp_158 div {
    width: unset;
}
.comp_159 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_16 {
    border: none;
    border-radius: 0px 0px 25px 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 30px;
}
.comp_16 .wa-txt-par {
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: justify;
}
.comp_16 .wa-txt-par.wa-last-par {
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: justify;
}
.comp_160 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_160 > .wa_inner_col {
    border: 10px solid #ffffff;
    border-radius: 0px;
}
.comp_160 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_161 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
}
.comp_17 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_17 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_18 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 50px !important;
}
.comp_19 {
    min-height: 350px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_19 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_19 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_2 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_20 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_21 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_21 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_21 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_22 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_23 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_23 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_23 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_24 {
    border: none;
    border-radius: 0px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    min-height: 0rem;
}
.comp_25 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_26 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.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% , 591px) );
}
.comp_27 .wa-image-wrap .wa-img-overlay {
    font-size: 13px;
}
.comp_28 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: -100px !important;
}
.comp_29 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_29 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_29 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_3 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_3 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_3 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_30 {
    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;
}
.comp_30 .wa-txt-par {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_30 .wa-txt-par.wa-last-par {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_31 {
    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_31 .wa-txt-par {
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_31 .wa-txt-par.wa-last-par {
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_32 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_32 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_32 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_33 {
    border: none;
    border-radius: 0px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    min-height: 0rem;
}
.comp_34 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_35 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_35 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_35 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_36 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_36 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 591px) );
}
.comp_36 .wa-image-wrap .wa-img-overlay {
    font-size: 13px;
}
.comp_37 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: -100px !important;
}
.comp_38 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_38 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_38 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_39 {
    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;
}
.comp_39 .wa-txt-par {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_39 .wa-txt-par.wa-last-par {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_4 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_4 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 591px) );
}
.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: 1.3rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_40 .wa-txt-par.wa-last-par {
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_41 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_41 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_41 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_42 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_43 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_43 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_43 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_44 {
    border: none;
    border-radius: 0px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    min-height: 0rem;
}
.comp_45 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_46 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_46 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_46 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_47 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_47 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 591px) );
}
.comp_47 .wa-image-wrap .wa-img-overlay {
    font-size: 13px;
}
.comp_48 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: -100px !important;
}
.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: 0px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.comp_50 .wa-txt-par {
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_50 .wa-txt-par.wa-last-par {
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_51 {
    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_51 .wa-txt-par {
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_51 .wa-txt-par.wa-last-par {
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_52 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_52 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_52 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_53 {
    border: none;
    border-radius: 0px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    min-height: 0rem;
}
.comp_54 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_55 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_55 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_55 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_56 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_56 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 591px) );
}
.comp_56 .wa-image-wrap .wa-img-overlay {
    font-size: 13px;
}
.comp_57 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: -100px !important;
}
.comp_58 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_58 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_58 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_59 {
    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;
}
.comp_59 .wa-txt-par {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_59 .wa-txt-par.wa-last-par {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.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 {
    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_60 .wa-txt-par {
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_60 .wa-txt-par.wa-last-par {
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_61 {
    display: flex;
    margin-bottom: 50px !important;
    margin-top: 50px !important;
}
.comp_62 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_62 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_62 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_63 {
    display: flex;
    margin-bottom: 25px !important;
    margin-top: 0px !important;
}
.comp_64 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_64 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_64 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
}
.comp_65 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_66 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_66 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_66 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_67 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_67 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 250px , 295px) );
}
.comp_68 {
    display: flex;
    margin-bottom: 60px !important;
    margin-top: -50px !important;
}
.comp_69 {
    min-height: 10px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_69 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_69 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.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;
}
.comp_7 .wa-txt-par {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_7 .wa-txt-par.wa-last-par {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_70 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_71 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_71 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_71 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_72 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_73 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_73 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_73 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.comp_74 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_74 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 200px , 295px) );
}
.comp_75 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_75 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_75 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.comp_76 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_76 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 200px , 295px) );
}
.comp_77 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_77 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_77 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_78 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}
.comp_79 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_79 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_79 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.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: 0px;
}
.comp_8 .wa-txt-par {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_8 .wa-txt-par.wa-last-par {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.comp_80 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_80 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 200px , 295px) );
}
.comp_81 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_81 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_81 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.comp_82 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_82 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 200px , 295px) );
}
.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;
}
.comp_85 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_86 {
    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_86 .wa-txt-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_86 .wa-txt-par.wa-last-par {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_87 {
    display: flex;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}
.comp_88 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_88 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_88 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.comp_89 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_9 {
    border: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.comp_9 > .innerBox {
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.comp_90 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_90 > .wa_inner_col {
    border: none;
    border-radius: 30px 30px 30px 30px;
}
.comp_90 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.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: 10px solid #ffffff;
    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 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.comp_93 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 100% , 738px) );
}
.comp_94 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.comp_95 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.comp_95 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_95 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.comp_96 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
}
.comp_96 .wa-txt-par {
    font-size: 1.5rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_96 .wa-txt-par.wa-last-par {
    font-size: 1.5rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.comp_97 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 2px;
}
.comp_98 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.comp_99 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.comp_99 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.comp_99 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
body {
    background-image: url('');
}
@media (min-width: 576px) {
    #anchor-actu {
        scroll-margin-top: 0rem;
    }
    #anchor-contact {
        scroll-margin-top: 0rem;
    }
    #anchor-entreprise {
        scroll-margin-top: 0rem;
    }
    .comp_1 {
        background-attachment: fixed;
        background-image: url('../../icons/image_accueil_cable_o_courant_marmande.webp?t=6fff6fc6_a0cb_461f_b8bb_09f4a383731a');
        background-position: center center;
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_1 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_1 > .innerBox {
        justify-content: center;
    }
    .comp_1.wa-fulpage-box>.innerBox {
        justify-content: center;
    }
    .comp_1.wa-parallax {
        background-attachment: fixed;
        background-image: url('../../icons/image_accueil_cable_o_courant_marmande.webp?t=6fff6fc6_a0cb_461f_b8bb_09f4a383731a');
        background-position: center center;
    }
    .comp_10 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -50px !important;
    }
    .comp_100 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .comp_101 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_101 > .wa_inner_col {
        border: none;
        border-radius: 30px 30px 30px 30px;
    }
    .comp_101 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_102 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_103 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_103 > .wa_inner_col {
        border: 10px solid #ffffff;
        border-radius: 0px;
    }
    .comp_103 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_104 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_104 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 738px) );
    }
    .comp_105 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_106 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_106 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_106 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_107 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
    }
    .comp_107 .wa-txt-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_107 .wa-txt-par.wa-last-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_108 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 2px;
    }
    .comp_109 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_11 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_11 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_11 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0px;
    }
    .comp_110 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_110 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_110 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_111 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_112 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_112 > .wa_inner_col {
        border: none;
        border-radius: 30px 30px 30px 30px;
    }
    .comp_112 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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: 10px solid #ffffff;
        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 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_115 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 738px) );
    }
    .comp_116 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_117 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_117 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_117 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_118 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
    }
    .comp_118 .wa-txt-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_118 .wa-txt-par.wa-last-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_119 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 2px;
    }
    .comp_12 {
        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_12 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_12 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_120 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_121 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_121 > .innerBox {
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0px;
    }
    .comp_122 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 50px !important;
    }
    .comp_123 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_123 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_123 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_124 {
        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_124 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_124 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_125 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_126 {
        min-height: 100px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_126 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_126 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_127 {
        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;
    }
    .comp_127 .wa-txt-par {
        font-size: 2.88rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_127 .wa-txt-par.wa-last-par {
        font-size: 2.88rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_128 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -30px !important;
    }
    .comp_129 {
        min-height: 250px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_129 > .wa_inner_col {
        border: none;
        border-radius: 25px 25px 25px 25px;
    }
    .comp_129 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_130 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_131 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_131 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_131 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_132 {
        display: flex;
        margin-bottom: 15px !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: 0px;
    }
    .comp_133 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_134 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_134 .wa-v-icon-wrapper {
        align-items: center;
        height: 50px;
        justify-content: end;
    }
    .comp_134 .wa-v-icon-wrapper i {
        font-size: 50px;
    }
    .comp_135 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_135 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_135 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_136 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_136 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_136 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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_139 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_14 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_14 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_140 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_140 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_140 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_141 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_141 .wa-v-icon-wrapper {
        align-items: center;
        height: 50px;
        justify-content: end;
    }
    .comp_141 .wa-v-icon-wrapper i {
        font-size: 50px;
    }
    .comp_142 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_142 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_142 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_143 {
        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_143 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_143 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_144 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 70px !important;
    }
    .comp_145 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_145 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_145 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_146 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_147 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_147 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_147 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0rem;
    }
    .comp_148 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_148 input {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        height: 35px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_149 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_149 input {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        height: 35px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_15 {
        border: none;
        border-radius: 25px 25px 0px 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
    }
    .comp_15 .wa-txt-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_15 .wa-txt-par.wa-last-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_150 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_150 input {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        height: 35px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_151 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_151 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_151 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0rem;
    }
    .comp_152 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_152 input {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        height: 35px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_153 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_153 input {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        height: 35px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_154 {
        display: flex;
        margin-bottom: 60px !important;
        margin-top: 0px !important;
    }
    .comp_155 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_155 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_155 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0rem;
    }
    .comp_156 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_156 textarea {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 50px;
        padding: 8px;
    }
    .comp_157 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_157 label {
        --wf-font-size: 0.75rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_158 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .comp_158 .wa-btn {
        font-size: 1.5em;
    }
    .comp_158 a {
        width: unset;
    }
    .comp_158 div {
        width: unset;
    }
    .comp_159 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_16 {
        border: none;
        border-radius: 0px 0px 25px 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 30px;
    }
    .comp_16 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_16 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_160 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_160 > .wa_inner_col {
        border: 10px solid #ffffff;
        border-radius: 0px;
    }
    .comp_160 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_161 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_17 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_17 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_18 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 50px !important;
    }
    .comp_19 {
        min-height: 350px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_2 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_20 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_21 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_21 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_21 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_22 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_23 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_23 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_23 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_24 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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( 450px , 591px) );
    }
    .comp_27 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .comp_28 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -100px !important;
    }
    .comp_29 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_29 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_29 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_3 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_3 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_3 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_30 {
        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;
    }
    .comp_30 .wa-txt-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_30 .wa-txt-par.wa-last-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_31 {
        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_31 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_31 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_32 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_32 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_32 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_33 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_34 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_35 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_35 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_35 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_36 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_36 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 450px , 591px) );
    }
    .comp_36 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .comp_37 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -100px !important;
    }
    .comp_38 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_38 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_38 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_39 {
        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;
    }
    .comp_39 .wa-txt-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_39 .wa-txt-par.wa-last-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_4 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_4 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 400px , 591px) );
    }
    .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: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_40 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_41 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_41 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_41 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_42 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_43 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_43 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_43 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_44 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_45 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_46 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_46 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_46 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_47 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_47 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 450px , 591px) );
    }
    .comp_47 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .comp_48 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -100px !important;
    }
    .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: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_50 .wa-txt-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_50 .wa-txt-par.wa-last-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_51 {
        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_51 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_51 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_52 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_52 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_52 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_53 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_54 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_55 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_55 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_55 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_56 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_56 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 450px , 591px) );
    }
    .comp_56 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .comp_57 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -100px !important;
    }
    .comp_58 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_58 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_58 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_59 {
        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;
    }
    .comp_59 .wa-txt-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_59 .wa-txt-par.wa-last-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .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 {
        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_60 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_60 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_61 {
        display: flex;
        margin-bottom: 50px !important;
        margin-top: 50px !important;
    }
    .comp_62 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_62 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_62 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_63 {
        display: flex;
        margin-bottom: 25px !important;
        margin-top: 0px !important;
    }
    .comp_64 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_64 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_64 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0px;
    }
    .comp_65 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_66 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_66 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_66 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_67 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_67 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 250px , 295px) );
    }
    .comp_68 {
        display: flex;
        margin-bottom: 60px !important;
        margin-top: -55px !important;
    }
    .comp_69 {
        min-height: 10px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_69 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_69 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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;
    }
    .comp_7 .wa-txt-par {
        font-size: 2.38rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_7 .wa-txt-par.wa-last-par {
        font-size: 2.38rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_70 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_71 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_71 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_71 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_72 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_73 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_73 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_73 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_74 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_74 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 200px , 295px) );
    }
    .comp_75 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_75 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_75 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_76 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_76 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 200px , 295px) );
    }
    .comp_77 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_77 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_77 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_78 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 10px !important;
    }
    .comp_79 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_79 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_79 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .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: 0px;
    }
    .comp_8 .wa-txt-par {
        font-size: 2.38rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_8 .wa-txt-par.wa-last-par {
        font-size: 2.38rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_80 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_80 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 200px , 295px) );
    }
    .comp_81 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_81 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_81 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_82 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_82 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 200px , 295px) );
    }
    .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;
    }
    .comp_85 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_86 {
        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_86 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_86 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_87 {
        display: flex;
        margin-bottom: 100px !important;
        margin-top: 100px !important;
    }
    .comp_88 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_88 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_88 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_89 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_9 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_9 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_90 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_90 > .wa_inner_col {
        border: none;
        border-radius: 30px 30px 30px 30px;
    }
    .comp_90 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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: 10px solid #ffffff;
        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 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_93 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 738px) );
    }
    .comp_94 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_95 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_95 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_95 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_96 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
    }
    .comp_96 .wa-txt-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_96 .wa-txt-par.wa-last-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_97 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 2px;
    }
    .comp_98 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_99 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_99 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_99 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    body {
        background-image: url('');
    }
}
@media (min-width: 768px) {
    #anchor-actu {
        scroll-margin-top: 0rem;
    }
    #anchor-contact {
        scroll-margin-top: 0rem;
    }
    #anchor-entreprise {
        scroll-margin-top: 0rem;
    }
    .comp_1 {
        background-attachment: fixed;
        background-image: url('../../icons/image_accueil_cable_o_courant_marmande.webp?t=6fff6fc6_a0cb_461f_b8bb_09f4a383731a');
        background-position: center center;
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_1 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_1 > .innerBox {
        justify-content: center;
    }
    .comp_1.wa-fulpage-box>.innerBox {
        justify-content: center;
    }
    .comp_1.wa-parallax {
        background-attachment: fixed;
        background-image: url('../../icons/image_accueil_cable_o_courant_marmande.webp?t=6fff6fc6_a0cb_461f_b8bb_09f4a383731a');
        background-position: center center;
    }
    .comp_10 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -50px !important;
    }
    .comp_100 {
        display: flex;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .comp_101 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_101 > .wa_inner_col {
        border: none;
        border-radius: 30px 30px 30px 30px;
    }
    .comp_101 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_102 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_103 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_103 > .wa_inner_col {
        border: 10px solid #ffffff;
        border-radius: 0px;
    }
    .comp_103 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_104 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_104 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 738px) );
    }
    .comp_105 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_106 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_106 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_106 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_107 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
    }
    .comp_107 .wa-txt-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_107 .wa-txt-par.wa-last-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_108 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 2px;
    }
    .comp_109 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_11 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_11 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_11 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0px;
    }
    .comp_110 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_110 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_110 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_111 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_112 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_112 > .wa_inner_col {
        border: none;
        border-radius: 30px 30px 30px 30px;
    }
    .comp_112 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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: 10px solid #ffffff;
        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 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_115 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 738px) );
    }
    .comp_116 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_117 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_117 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_117 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_118 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
    }
    .comp_118 .wa-txt-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_118 .wa-txt-par.wa-last-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_119 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 2px;
    }
    .comp_12 {
        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_12 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_12 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_120 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_121 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_121 > .innerBox {
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0px;
    }
    .comp_122 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 50px !important;
    }
    .comp_123 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_123 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_123 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_124 {
        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_124 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_124 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_125 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_126 {
        min-height: 100px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_126 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_126 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_127 {
        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;
    }
    .comp_127 .wa-txt-par {
        font-size: 2.88rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_127 .wa-txt-par.wa-last-par {
        font-size: 2.88rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_128 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -150px !important;
    }
    .comp_129 {
        min-height: 250px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_129 > .wa_inner_col {
        border: none;
        border-radius: 25px 25px 25px 25px;
    }
    .comp_129 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_130 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_131 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_131 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_131 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_132 {
        display: flex;
        margin-bottom: 15px !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: 0px;
    }
    .comp_133 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_134 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_134 .wa-v-icon-wrapper {
        align-items: center;
        height: 50px;
        justify-content: end;
    }
    .comp_134 .wa-v-icon-wrapper i {
        font-size: 50px;
    }
    .comp_135 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_135 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_135 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_136 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_136 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_136 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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_139 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_14 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_14 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_140 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_140 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_140 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_141 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_141 .wa-v-icon-wrapper {
        align-items: center;
        height: 50px;
        justify-content: end;
    }
    .comp_141 .wa-v-icon-wrapper i {
        font-size: 50px;
    }
    .comp_142 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_142 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_142 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_143 {
        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_143 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_143 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_144 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 50px !important;
    }
    .comp_145 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_145 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_145 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_146 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_147 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_147 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_147 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0rem;
    }
    .comp_148 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_148 input {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        height: 35px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_149 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_149 input {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        height: 35px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_15 {
        border: none;
        border-radius: 25px 25px 0px 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
    }
    .comp_15 .wa-txt-par {
        font-size: 2.38rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_15 .wa-txt-par.wa-last-par {
        font-size: 2.38rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_150 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_150 input {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        height: 35px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_151 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_151 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_151 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0rem;
    }
    .comp_152 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_152 input {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        height: 35px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_153 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_153 input {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        height: 35px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_154 {
        display: flex;
        margin-bottom: 60px !important;
        margin-top: 0px !important;
    }
    .comp_155 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_155 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_155 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0rem;
    }
    .comp_156 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_156 textarea {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 50px;
        padding: 8px;
    }
    .comp_157 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_157 label {
        --wf-font-size: 0.75rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_158 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .comp_158 .wa-btn {
        font-size: 1.5em;
    }
    .comp_158 a {
        width: unset;
    }
    .comp_158 div {
        width: unset;
    }
    .comp_159 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_16 {
        border: none;
        border-radius: 0px 0px 25px 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 30px;
    }
    .comp_16 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_16 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_160 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_160 > .wa_inner_col {
        border: 10px solid #ffffff;
        border-radius: 0px;
    }
    .comp_160 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_161 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_17 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_17 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_18 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 50px !important;
    }
    .comp_19 {
        min-height: 350px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_2 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_20 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_21 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_21 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_21 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_22 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_23 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_23 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_23 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_24 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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% , 591px) );
    }
    .comp_27 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .comp_28 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -100px !important;
    }
    .comp_29 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_29 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_29 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_3 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_3 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_3 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_30 {
        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;
    }
    .comp_30 .wa-txt-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_30 .wa-txt-par.wa-last-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_31 {
        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_31 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_31 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_32 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_32 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_32 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_33 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_34 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_35 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_35 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_35 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_36 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_36 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 591px) );
    }
    .comp_36 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .comp_37 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -100px !important;
    }
    .comp_38 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_38 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_38 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_39 {
        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;
    }
    .comp_39 .wa-txt-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_39 .wa-txt-par.wa-last-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_4 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_4 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 400px , 591px) );
    }
    .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: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_40 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_41 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_41 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_41 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_42 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_43 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_43 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_43 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_44 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_45 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_46 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_46 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_46 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_47 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_47 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 591px) );
    }
    .comp_47 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .comp_48 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -100px !important;
    }
    .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: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_50 .wa-txt-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_50 .wa-txt-par.wa-last-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_51 {
        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_51 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_51 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_52 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_52 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_52 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_53 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_54 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_55 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_55 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_55 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_56 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_56 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 591px) );
    }
    .comp_56 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .comp_57 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -100px !important;
    }
    .comp_58 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_58 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_58 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_59 {
        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;
    }
    .comp_59 .wa-txt-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_59 .wa-txt-par.wa-last-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .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 {
        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_60 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_60 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_61 {
        display: flex;
        margin-bottom: 50px !important;
        margin-top: 50px !important;
    }
    .comp_62 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_62 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_62 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_63 {
        display: flex;
        margin-bottom: 25px !important;
        margin-top: 0px !important;
    }
    .comp_64 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_64 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_64 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0px;
    }
    .comp_65 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_66 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_66 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_66 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_67 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_67 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 250px , 295px) );
    }
    .comp_68 {
        display: flex;
        margin-bottom: 60px !important;
        margin-top: -55px !important;
    }
    .comp_69 {
        min-height: 10px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_69 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_69 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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;
    }
    .comp_7 .wa-txt-par {
        font-size: 2.88rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_7 .wa-txt-par.wa-last-par {
        font-size: 2.88rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_70 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_71 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_71 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_71 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_72 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_73 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_73 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_73 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_74 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_74 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 200px , 295px) );
    }
    .comp_75 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_75 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_75 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_76 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_76 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 200px , 295px) );
    }
    .comp_77 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_77 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_77 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_78 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_79 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_79 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_79 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .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: 0px;
    }
    .comp_8 .wa-txt-par {
        font-size: 2.88rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_8 .wa-txt-par.wa-last-par {
        font-size: 2.88rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_80 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_80 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 200px , 295px) );
    }
    .comp_81 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_81 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_81 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_82 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_82 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 200px , 295px) );
    }
    .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;
    }
    .comp_85 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_86 {
        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_86 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_86 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_87 {
        display: flex;
        margin-bottom: 100px !important;
        margin-top: 100px !important;
    }
    .comp_88 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_88 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_88 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_89 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_9 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_9 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_90 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_90 > .wa_inner_col {
        border: none;
        border-radius: 30px 30px 30px 30px;
    }
    .comp_90 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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: 10px solid #ffffff;
        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 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_93 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 738px) );
    }
    .comp_94 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_95 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_95 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_95 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_96 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
    }
    .comp_96 .wa-txt-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_96 .wa-txt-par.wa-last-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_97 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 2px;
    }
    .comp_98 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_99 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .comp_99 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_99 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    body {
        background-image: url('');
    }
}
@media (min-width: 992px) {
    #anchor-actu {
        scroll-margin-top: 0rem;
    }
    #anchor-contact {
        scroll-margin-top: 0rem;
    }
    #anchor-entreprise {
        scroll-margin-top: 0rem;
    }
    .comp_1 {
        background-attachment: fixed;
        background-image: url('../../icons/image_accueil_cable_o_courant_marmande.webp?t=6fff6fc6_a0cb_461f_b8bb_09f4a383731a');
        background-position: center center;
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_1 .innerBox .wa-wrap_video-bg {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_1 > .innerBox {
        justify-content: center;
    }
    .comp_1.wa-fulpage-box>.innerBox {
        justify-content: center;
    }
    .comp_1.wa-parallax {
        background-attachment: fixed;
        background-image: url('../../icons/image_accueil_cable_o_courant_marmande.webp?t=6fff6fc6_a0cb_461f_b8bb_09f4a383731a');
        background-position: center center;
    }
    .comp_10 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -50px !important;
    }
    .comp_100 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_101 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_101 > .wa_inner_col {
        border: none;
        border-radius: 30px 30px 30px 30px;
    }
    .comp_101 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_102 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_103 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_103 > .wa_inner_col {
        border: 10px solid #ffffff;
        border-radius: 0px;
    }
    .comp_103 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_104 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_104 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 738px) );
    }
    .comp_105 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_106 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_106 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_106 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_107 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
    }
    .comp_107 .wa-txt-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_107 .wa-txt-par.wa-last-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_108 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 2px;
    }
    .comp_109 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_11 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_11 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_11 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0px;
    }
    .comp_110 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_110 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_110 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_111 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_112 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_112 > .wa_inner_col {
        border: none;
        border-radius: 30px 30px 30px 30px;
    }
    .comp_112 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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: 10px solid #ffffff;
        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 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_115 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 738px) );
    }
    .comp_116 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_117 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_117 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_117 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_118 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
    }
    .comp_118 .wa-txt-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_118 .wa-txt-par.wa-last-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_119 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 2px;
    }
    .comp_12 {
        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_12 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_12 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_120 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_121 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_121 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_122 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 100px !important;
    }
    .comp_123 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_123 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_123 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_124 {
        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_124 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_124 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_125 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_126 {
        min-height: 100px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_126 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_126 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_127 {
        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;
    }
    .comp_127 .wa-txt-par {
        font-size: 3.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_127 .wa-txt-par.wa-last-par {
        font-size: 3.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_128 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -150px !important;
    }
    .comp_129 {
        min-height: 250px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_129 > .wa_inner_col {
        border: none;
        border-radius: 25px 25px 25px 25px;
    }
    .comp_129 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_130 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_131 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_131 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_131 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_132 {
        display: flex;
        margin-bottom: 15px !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: 0px;
    }
    .comp_133 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_134 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_134 .wa-v-icon-wrapper {
        align-items: center;
        height: 50px;
        justify-content: end;
    }
    .comp_134 .wa-v-icon-wrapper i {
        font-size: 50px;
    }
    .comp_135 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_135 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_135 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_136 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_136 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_136 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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_139 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_14 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_14 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_14 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_140 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_140 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_140 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_141 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_141 .wa-v-icon-wrapper {
        align-items: center;
        height: 50px;
        justify-content: end;
    }
    .comp_141 .wa-v-icon-wrapper i {
        font-size: 50px;
    }
    .comp_142 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_142 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_142 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_143 {
        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_143 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_143 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_144 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 70px !important;
    }
    .comp_145 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_145 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_145 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_146 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_147 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_147 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_147 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0rem;
    }
    .comp_148 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_148 input {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        height: 35px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_149 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_149 input {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        height: 35px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_15 {
        border: none;
        border-radius: 25px 25px 0px 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px;
    }
    .comp_15 .wa-txt-par {
        font-size: 2.88rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_15 .wa-txt-par.wa-last-par {
        font-size: 2.88rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_150 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_150 input {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        height: 35px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_151 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_151 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_151 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0rem;
    }
    .comp_152 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_152 input {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        height: 35px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_153 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_153 input {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        height: 35px;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-left: 8px;
        padding-right: 8px;
    }
    .comp_154 {
        display: flex;
        margin-bottom: 60px !important;
        margin-top: 0px !important;
    }
    .comp_155 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_155 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_155 > .wa_inner_col > .wa_inner_col2 {
        gap: 0px;
        margin-bottom: 0rem;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0rem;
    }
    .comp_156 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_156 textarea {
        border-bottom-color: #c0c0c0;
        border-bottom-width: 1px;
        border-left-color: #c0c0c0;
        border-left-width: 0px;
        border-radius: 3px 3px 3px 3px;
        border-right-color: #c0c0c0;
        border-right-width: 0px;
        border-top-color: #c0c0c0;
        border-top-width: 0px;
        font-size: 1.25rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
        min-height: 50px;
        padding: 8px;
    }
    .comp_157 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .comp_157 label {
        --wf-font-size: 0.75rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .comp_158 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .comp_158 .wa-btn {
        font-size: 1.5em;
    }
    .comp_158 a {
        width: unset;
    }
    .comp_158 div {
        width: unset;
    }
    .comp_159 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_16 {
        border: none;
        border-radius: 0px 0px 25px 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 30px;
    }
    .comp_16 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_16 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: justify;
    }
    .comp_160 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_160 > .wa_inner_col {
        border: 10px solid #ffffff;
        border-radius: 0px;
    }
    .comp_160 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_161 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 100px;
    }
    .comp_17 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_17 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_18 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 100px !important;
    }
    .comp_19 {
        min-height: 350px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_19 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_19 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_2 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_20 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_21 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_21 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_21 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_22 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_23 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_23 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_23 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_24 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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% , 591px) );
    }
    .comp_27 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .comp_28 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -100px !important;
    }
    .comp_29 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_29 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_29 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_3 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_3 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_3 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_30 {
        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;
    }
    .comp_30 .wa-txt-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_30 .wa-txt-par.wa-last-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_31 {
        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_31 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_31 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_32 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_32 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_32 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_33 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_34 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_35 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_35 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_35 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_36 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_36 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 591px) );
    }
    .comp_36 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .comp_37 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -100px !important;
    }
    .comp_38 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_38 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_38 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_39 {
        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;
    }
    .comp_39 .wa-txt-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_39 .wa-txt-par.wa-last-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_4 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_4 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 500px , 591px) );
    }
    .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: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_40 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_41 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_41 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_41 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_42 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_43 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_43 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_43 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_44 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_45 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_46 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_46 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_46 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_47 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_47 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 591px) );
    }
    .comp_47 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .comp_48 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -100px !important;
    }
    .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: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .comp_50 .wa-txt-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_50 .wa-txt-par.wa-last-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_51 {
        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_51 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_51 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_52 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_52 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_52 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_53 {
        border: none;
        border-radius: 0px;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
        min-height: 0rem;
    }
    .comp_54 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_55 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_55 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_55 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_56 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_56 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 591px) );
    }
    .comp_56 .wa-image-wrap .wa-img-overlay {
        font-size: 13px;
    }
    .comp_57 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: -100px !important;
    }
    .comp_58 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_58 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_58 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_59 {
        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;
    }
    .comp_59 .wa-txt-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_59 .wa-txt-par.wa-last-par {
        font-size: 2rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .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 {
        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_60 .wa-txt-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_60 .wa-txt-par.wa-last-par {
        font-size: 1.3rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_61 {
        display: flex;
        margin-bottom: 100px !important;
        margin-top: 50px !important;
    }
    .comp_62 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_62 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_62 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_63 {
        display: flex;
        margin-bottom: 25px !important;
        margin-top: 0px !important;
    }
    .comp_64 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_64 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_64 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0px;
    }
    .comp_65 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_66 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_66 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_66 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_67 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_67 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 280px , 295px) );
    }
    .comp_68 {
        display: flex;
        margin-bottom: 60px !important;
        margin-top: -60px !important;
    }
    .comp_69 {
        min-height: 10px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_69 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_69 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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;
    }
    .comp_7 .wa-txt-par {
        font-size: 3.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_7 .wa-txt-par.wa-last-par {
        font-size: 3.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_70 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_71 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_71 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_71 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_72 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_73 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_73 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_73 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_74 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_74 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 200px , 295px) );
    }
    .comp_75 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_75 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_75 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_76 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_76 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 200px , 295px) );
    }
    .comp_77 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_77 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_77 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_78 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_79 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_79 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_79 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .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: 0px;
    }
    .comp_8 .wa-txt-par {
        font-size: 3.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_8 .wa-txt-par.wa-last-par {
        font-size: 3.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .comp_80 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_80 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 200px , 295px) );
    }
    .comp_81 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_81 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_81 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_82 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_82 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 200px , 295px) );
    }
    .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;
    }
    .comp_85 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_86 {
        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_86 .wa-txt-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_86 .wa-txt-par.wa-last-par {
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_87 {
        display: flex;
        margin-bottom: 150px !important;
        margin-top: 150px !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: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    .comp_89 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_9 {
        border: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .comp_9 > .innerBox {
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .comp_90 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_90 > .wa_inner_col {
        border: none;
        border-radius: 30px 30px 30px 30px;
    }
    .comp_90 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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: 10px solid #ffffff;
        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 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .comp_93 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 100% , 738px) );
    }
    .comp_94 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .comp_95 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_95 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_95 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .comp_96 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
    }
    .comp_96 .wa-txt-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_96 .wa-txt-par.wa-last-par {
        font-size: 1.5rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .comp_97 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 2px;
    }
    .comp_98 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .comp_99 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .comp_99 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .comp_99 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    body {
        background-image: url('');
    }
}


.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_back_sep {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_bubble_item {
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_bubble_item a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_bubble_item:hover {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_bubble_item:hover a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_bubble_item:hover svg {
    fill: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_bubble_item:hover:not(.waf_menu_item_search) {
    background-color: rgba(14,118,187,1);
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_generic_header {
    background-color: rgba(14,118,187,1);
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_item.waf_menu_generic_item {
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_item.waf_menu_generic_item a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_item.waf_menu_generic_item svg {
    fill: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_item.waf_menu_generic_item:hover {
    background-color: rgba(37,169,224,1);
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_item.waf_menu_generic_item:hover a {
    color: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_item.waf_menu_generic_item:hover svg {
    fill: rgba(255,255,255,1);
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_layout {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.blockcomp-0-comp_0 {
    background: linear-gradient(90deg,#0e76bb 4%, #25a9e0 96%);
    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_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: center;
}
.blockcomp-0-comp_3 {
    display: flex;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-image-wrap {
    aspect-ratio: 295/110;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 295px) );
}
.blockcomp-0-comp_3 .wa-image-wrap > div {
    aspect-ratio: 295/110;;
    position: relative;
    width: 100%;
}
.blockcomp-0-comp_3 .wa-image-wrap img {
    aspect-ratio: 295/110;;
    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: center;
}
.blockcomp-0-comp_5 {
    width: 100%;
}
.blockcomp-0-comp_5 .waf_menu {
    --bubble-bg-color: rgba(37,169,224,1);
    --bubble-border-color: rgba(0,0,0,0);
    --bubble-text-color: rgba(255,255,255,1);
    --panel-bg-color: rgba(14,118,187,1);
    --panel-header-text-color: rgba(255,255,255,1);
    --panel-orientation: left;
    --panel-text-color: rgba(255,255,255,1);
}
.blockcomp-0-comp_5 .waf_menu-mini-btn {
    background-color: rgba(51,178,240,0);
    border-color: rgba(119,119,119,0);
    border-style: solid;
    border-width: 1px;
}
.blockcomp-0-comp_5 .waf_menu-mini-btn-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}
.blockcomp-0-comp_5 .waf_menu-mini-btn:hover {
    background-color: rgba(51,178,240,0);
    border-color: rgba(119,119,119,0);
}
.blockcomp-0-comp_5 .waf_menu-mini-btn:hover svg path {
    fill: rgba(255,255,255,1);
}
.blockcomp-0-comp_5 nav {
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
}
.blockcomp-0-comp_5 nav > ul > li {
    align-items: center;
    display: flex;
    justify-content: start;
}
.blockcomp-0-comp_5 nav > ul > li > .waf-nav-link {
    align-items: center;
    color: rgba(255,255,255,1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-0-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    display: flex;
}
.blockcomp-0-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn > svg {
    fill: rgba(255,255,255,1);
}
.blockcomp-0-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_label {
    display: flex;
    flex-grow: 5;
}
.blockcomp-0-comp_5 nav > ul > li > .waf_menu_search {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.blockcomp-0-comp_5 nav > ul > li:hover > .waf-nav-link {
    color: rgba(224,224,224,1);
}
.blockcomp-0-comp_5 nav > ul > li:hover > .waf-nav-link > .waf_menu_icn >svg {
    fill: rgba(224,224,224,1);
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900 > .waf_menu_panel_icon_wrap {
    height: 48px;
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_bubble_item {
    font-size: 1.25rem;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_bubble_item a {
    font-size: 1.25rem;
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_generic_header {
    font-size: 1.25rem;
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_item.waf_menu_generic_item {
    font-size: 1.25rem;
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_item.waf_menu_generic_item a {
    font-size: 1.25rem;
}
.COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.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: none;
    border-radius: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-0-comp_0 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_1 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.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: 0rem;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 10px;
}
.blockcomp-0-comp_3 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_3 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 160px , 295px) );
}
.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: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
}
.blockcomp-0-comp_5 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-0-comp_5 .waf_menu {
    --bubble-content-column: 1;
    --bubble-content-font-size: 0.5rem;
    --bubble-content-width: 350px;
    --bubble-flow-horz: 1;
    --panel-content-font-size: 0.5rem;
    --panel-content-width: 380px;
}
.blockcomp-0-comp_5 .waf_menu > ul {
    flex-direction: row;
    width: unset;
}
.blockcomp-0-comp_5 .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_5 .waf_menu-mini-btn {
    border-radius: 6px;
    height: 60px;
    width: 60px;
}
.blockcomp-0-comp_5 .waf_menu-mini-btn-wrapper {
    display: flex !important;
    justify-content: end;
}
.blockcomp-0-comp_5 nav {
    border: none;
    border-radius: 0px;
    display: none !important;
    font-size: 1.25rem;
    justify-content: center;
    min-height: 30px;
}
.blockcomp-0-comp_5 nav > ul > li > .waf-nav-link {
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 16px;
}
.blockcomp-0-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn {
    height: 1.25rem;
    width: 1.25rem;
}
.blockcomp-0-comp_5 nav > ul > li > .waf_menu_search {
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 576px) {
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900 > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_bubble_item {
        font-size: 1.25rem;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_bubble_item a {
        font-size: 1.25rem;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_generic_header {
        font-size: 1.25rem;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 1.25rem;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 1.25rem;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.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: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 0px;
        margin-top: 10px;
    }
    .blockcomp-0-comp_3 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 180px , 295px) );
    }
    .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: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 10px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_5 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_5 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 0.5rem;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 0.5rem;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_5 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_5 .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_5 .waf_menu-mini-btn {
        border-radius: 6px;
        height: 60px;
        width: 60px;
    }
    .blockcomp-0-comp_5 .waf_menu-mini-btn-wrapper {
        display: flex !important;
        justify-content: end;
    }
    .blockcomp-0-comp_5 nav {
        border: none;
        border-radius: 0px;
        display: none !important;
        font-size: 1.25rem;
        justify-content: center;
        min-height: 30px;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 1.25rem;
        width: 1.25rem;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf_menu_search {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 768px) {
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900 > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_bubble_item {
        font-size: 1.25rem;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_bubble_item a {
        font-size: 1.25rem;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_generic_header {
        font-size: 1.25rem;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 1.25rem;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 1.25rem;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.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: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 0px;
        margin-top: 10px;
    }
    .blockcomp-0-comp_3 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 180px , 295px) );
    }
    .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: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 10px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_5 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_5 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 0.5rem;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 0.5rem;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_5 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_5 .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_5 .waf_menu-mini-btn {
        border-radius: 6px;
        height: 60px;
        width: 60px;
    }
    .blockcomp-0-comp_5 .waf_menu-mini-btn-wrapper {
        display: flex !important;
        justify-content: end;
    }
    .blockcomp-0-comp_5 nav {
        border: none;
        border-radius: 0px;
        display: none !important;
        font-size: 1.25rem;
        justify-content: center;
        min-height: 30px;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 1.25rem;
        width: 1.25rem;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf_menu_search {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 992px) {
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900 > .waf_menu_panel_icon_wrap {
        height: 48px;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_bubble_item {
        font-size: 1.25rem;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_bubble_item a {
        font-size: 1.25rem;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_generic_header {
        font-size: 1.25rem;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_item.waf_menu_generic_item {
        font-size: 1.25rem;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.waf_menu_panel_item.waf_menu_generic_item a {
        font-size: 1.25rem;
    }
    .COMP_MENU_MATCHER_cca223e29248462595e0461570dd4900.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: none;
        border-radius: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-0-comp_0 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_1 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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: 0rem;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 0px;
        margin-top: 10px;
    }
    .blockcomp-0-comp_3 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_3 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 210px , 295px) );
    }
    .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: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 10px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_5 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-0-comp_5 .waf_menu {
        --bubble-content-column: 1;
        --bubble-content-font-size: 0.5rem;
        --bubble-content-width: 350px;
        --bubble-flow-horz: 1;
        --panel-content-font-size: 0.5rem;
        --panel-content-width: 380px;
    }
    .blockcomp-0-comp_5 .waf_menu > ul {
        flex-direction: row;
        width: unset;
    }
    .blockcomp-0-comp_5 .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_5 .waf_menu-mini-btn {
        border-radius: 6px;
        height: 60px;
        width: 60px;
    }
    .blockcomp-0-comp_5 .waf_menu-mini-btn-wrapper {
        display: none !important;
        justify-content: end;
    }
    .blockcomp-0-comp_5 nav {
        border: none;
        border-radius: 0px;
        display: flex !important;
        font-size: 1.25rem;
        justify-content: center;
        min-height: 30px;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf-nav-link {
        padding-bottom: 16px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 16px;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf-nav-link > .waf_menu_icn {
        height: 1.25rem;
        width: 1.25rem;
    }
    .blockcomp-0-comp_5 nav > ul > li > .waf_menu_search {
        padding-left: 30px;
        padding-right: 30px;
    }
}


.blockcomp-1-comp_0 {
    background: linear-gradient(180deg,#25a9e0 4%, #0e76bb 96%);
    border-style: solid;
    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 {
    flex-direction: column;
}
.blockcomp-1-comp_10 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_11 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_11 .wa-btn {
    background-color: rgba(165,199,52,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 600;
}
.blockcomp-1-comp_11 .wa-btn.wa-btn.wa-btn-icon-left .wa-btn-icon-vector {
    margin-left: .5em;
    margin-right: .25em;
}
.blockcomp-1-comp_11 .wa-btn.wa-btn:active {
    background-color: rgba(165,199,52,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.blockcomp-1-comp_11 .wa-btn.wa-btn:hover {
    background-color: rgba(165,199,52,1);
    border-color: rgba(192,192,192,0);
    color: rgba(255,255,255,1);
}
.blockcomp-1-comp_11 a {
    display: flex;
    text-decoration: none;
}
.blockcomp-1-comp_11 div {
    justify-content: center;
}
.blockcomp-1-comp_12 {
    flex-direction: column;
}
.blockcomp-1-comp_12 > .wa_inner_col {
    border-style: solid;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_13 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_14 {
    flex-direction: column;
}
.blockcomp-1-comp_14 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_14 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: center;
}
.blockcomp-1-comp_15 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_15 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_15 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_15 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_15 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_16 {
    width: 100%;
}
.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;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_19 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_19 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_19 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_19 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.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 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_20 .wa-image-wrap {
    aspect-ratio: 295/122;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 295px) );
}
.blockcomp-1-comp_20 .wa-image-wrap > div {
    aspect-ratio: 295/122;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_20 .wa-image-wrap img {
    aspect-ratio: 295/122;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_21 {
    background-color: rgba(14,118,187,1);
    border-style: solid;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_21 > .innerBox {
    display: inherit;
    flex-direction: inherit;
}
.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 {
    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-start;
}
.blockcomp-1-comp_24 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_24 .wa-txt-par {
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    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(255,255,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_24 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    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(255,255,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_25 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_26 {
    flex-direction: column;
}
.blockcomp-1-comp_26 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_27 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
}
.blockcomp-1-comp_27 .wa-txt-par {
    color: rgba(33,37,41,1);
    font-family: 'Raleway';
    font-weight: 500;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_27 .wa-txt-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_27 .wa-txt-par.wa-last-par {
    color: rgba(33,37,41,1);
    font-family: 'Raleway';
    font-weight: 500;
    margin-bottom: 0px;
    width: 100%;
    word-break: break-word;
    &:not(:last-child) {margin-bottom: 16px !important;} 
}
.blockcomp-1-comp_27 .wa-txt-par.wa-last-par a {
    color: rgba(0,0,255,1);
    font-weight: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_28 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.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 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_30 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_30 .wa-image-wrap {
    aspect-ratio: 283/48;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 283px) );
}
.blockcomp-1-comp_30 .wa-image-wrap > div {
    aspect-ratio: 283/48;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_30 .wa-image-wrap img {
    aspect-ratio: 283/48;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_4 {
    flex-direction: column;
}
.blockcomp-1-comp_4 > .wa_inner_col {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.blockcomp-1-comp_5 {
    display: flex;
    width: 100%;
}
.blockcomp-1-comp_5 .wa-image-wrap {
    aspect-ratio: 295/110;;
    box-sizing: content-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: calc( min( 100% , 295px) );
}
.blockcomp-1-comp_5 .wa-image-wrap > div {
    aspect-ratio: 295/110;;
    position: relative;
    width: 100%;
}
.blockcomp-1-comp_5 .wa-image-wrap img {
    aspect-ratio: 295/110;;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blockcomp-1-comp_6 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_7 {
    flex-direction: column;
}
.blockcomp-1-comp_7 > .wa_inner_col {
    border-style: solid;
    display: flex;
    flex-direction: inherit;
    height: 100%;
}
.blockcomp-1-comp_7 > .wa_inner_col > .wa_inner_col2 {
    display: inherit;
    flex-direction: inherit;
    height: 100%;
    justify-content: flex-start;
}
.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(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
    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: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_8 .wa-txt-par.wa-last-par {
    color: rgba(255,255,255,1);
    font-family: 'Raleway';
    font-weight: 400;
    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: normal;
    text-decoration: underline;
}
.blockcomp-1-comp_9 {
    --bs-gutter-x: 0px;
    flex-direction: row;
}
.blockcomp-1-comp_0 {
    border-bottom-color: #ffffff;
    border-bottom-width: 0px;
    border-left-color: #ffffff;
    border-left-width: 10px;
    border-radius: 50px 50px 0px 0px;
    border-right-color: #ffffff;
    border-right-width: 10px;
    border-top-color: #ffffff;
    border-top-width: 10px;
    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: 30px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_10 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_10 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_11 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_11 .wa-btn {
    font-size: 1.2em;
}
.blockcomp-1-comp_11 a {
    width: unset;
}
.blockcomp-1-comp_11 div {
    width: unset;
}
.blockcomp-1-comp_12 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_12 > .wa_inner_col {
    border-bottom-color: #0b639a;
    border-bottom-width: 0px;
    border-left-color: #0b639a;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-color: #0b639a;
    border-right-width: 0px;
    border-top-color: #0b639a;
    border-top-width: 0px;
}
.blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 16px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_13 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_14 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_14 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_14 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 16px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_15 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 16px;
}
.blockcomp-1-comp_15 .wa-txt-par {
    font-size: 1.13rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_15 .wa-txt-par.wa-last-par {
    font-size: 1.13rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_16 {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}
.blockcomp-1-comp_17 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_18 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.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: 0px;
    margin-left: 16px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_19 {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 25px;
}
.blockcomp-1-comp_19 .wa-txt-par {
    font-size: 1.13rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.blockcomp-1-comp_19 .wa-txt-par.wa-last-par {
    font-size: 1.13rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: left;
}
.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: 10px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_20 {
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_20 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 150px , 295px) );
}
.blockcomp-1-comp_21 {
    border-bottom-color: #ffffff;
    border-bottom-width: 10px;
    border-left-color: #ffffff;
    border-left-width: 10px;
    border-radius: 0px 0px 100px 100px;
    border-right-color: #ffffff;
    border-right-width: 10px;
    border-top-color: #ffffff;
    border-top-width: 0px;
    display: flex;
    min-height: 0px;
}
.blockcomp-1-comp_21 > .innerBox {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.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: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.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: 0.75rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.blockcomp-1-comp_24 .wa-txt-par.wa-last-par {
    font-size: 0.75rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.blockcomp-1-comp_25 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.blockcomp-1-comp_26 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_26 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.blockcomp-1-comp_27 {
    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: 30px;
}
.blockcomp-1-comp_27 .wa-txt-par {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.blockcomp-1-comp_27 .wa-txt-par.wa-last-par {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1.2;
    text-align: center;
}
.blockcomp-1-comp_28 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.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: 0px;
    margin-right: 0px;
    margin-top: 0rem;
}
.blockcomp-1-comp_3 {
    display: flex;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
}
.blockcomp-1-comp_30 {
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 0px;
}
.blockcomp-1-comp_30 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 180px , 283px) );
}
.blockcomp-1-comp_4 {
    min-height: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}
.blockcomp-1-comp_4 > .wa_inner_col {
    border: none;
    border-radius: 0px;
}
.blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_5 {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blockcomp-1-comp_5 .wa-image-wrap {
    border: none;
    border-radius: 0px;
    max-width: calc( min( 180px , 295px) );
}
.blockcomp-1-comp_6 {
    display: flex;
    margin-bottom: 0px !important;
    margin-top: 20px !important;
}
.blockcomp-1-comp_7 {
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.blockcomp-1-comp_7 > .wa_inner_col {
    border-bottom-color: #0b639a;
    border-bottom-width: 0px;
    border-left-color: #0b639a;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-color: #0b639a;
    border-right-width: 0px;
    border-top-color: #0b639a;
    border-top-width: 0px;
}
.blockcomp-1-comp_7 > .wa_inner_col > .wa_inner_col2 {
    gap: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
}
.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: 1.13rem;
    letter-spacing: 0em;
    line-height: 1.6;
    text-align: left;
}
.blockcomp-1-comp_8 .wa-txt-par.wa-last-par {
    font-size: 1.13rem;
    letter-spacing: 0em;
    line-height: 1.6;
    text-align: left;
}
.blockcomp-1-comp_9 {
    display: flex;
    margin-bottom: 25px !important;
    margin-top: 0px !important;
}
@media (min-width: 576px) {
    .blockcomp-1-comp_0 {
        border-bottom-color: #ffffff;
        border-bottom-width: 0px;
        border-left-color: #ffffff;
        border-left-width: 10px;
        border-radius: 50px 50px 0px 0px;
        border-right-color: #ffffff;
        border-right-width: 10px;
        border-top-color: #ffffff;
        border-top-width: 10px;
        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: 30px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 16px;
        margin-left: 16px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_11 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_11 .wa-btn {
        font-size: 1.2em;
    }
    .blockcomp-1-comp_11 a {
        width: unset;
    }
    .blockcomp-1-comp_11 div {
        width: unset;
    }
    .blockcomp-1-comp_12 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_12 > .wa_inner_col {
        border-bottom-color: #0b639a;
        border-bottom-width: 0px;
        border-left-color: #0b639a;
        border-left-width: 1px;
        border-radius: 0px;
        border-right-color: #0b639a;
        border-right-width: 0px;
        border-top-color: #0b639a;
        border-top-width: 0px;
    }
    .blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_14 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_14 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_14 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 16px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_15 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_15 .wa-txt-par {
        font-size: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_15 .wa-txt-par.wa-last-par {
        font-size: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_16 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_17 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_18 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .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: 0px;
        margin-left: 16px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_19 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 25px;
    }
    .blockcomp-1-comp_19 .wa-txt-par {
        font-size: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_19 .wa-txt-par.wa-last-par {
        font-size: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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: 10px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_20 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_20 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 150px , 295px) );
    }
    .blockcomp-1-comp_21 {
        border-bottom-color: #ffffff;
        border-bottom-width: 10px;
        border-left-color: #ffffff;
        border-left-width: 10px;
        border-radius: 0px 0px 120px 120px;
        border-right-color: #ffffff;
        border-right-width: 10px;
        border-top-color: #ffffff;
        border-top-width: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_21 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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: 0.75rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_24 .wa-txt-par.wa-last-par {
        font-size: 0.75rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_27 {
        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: 30px;
    }
    .blockcomp-1-comp_27 .wa-txt-par {
        font-size: 1rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_27 .wa-txt-par.wa-last-par {
        font-size: 1rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_28 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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: 0px;
        margin-right: 0px;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_3 {
        display: flex;
        margin-bottom: 10px !important;
        margin-top: 15px !important;
    }
    .blockcomp-1-comp_30 {
        justify-content: center;
        margin-bottom: 50px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_30 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 220px , 283px) );
    }
    .blockcomp-1-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_5 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 220px , 295px) );
    }
    .blockcomp-1-comp_6 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    .blockcomp-1-comp_7 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_7 > .wa_inner_col {
        border-bottom-color: #0b639a;
        border-bottom-width: 0px;
        border-left-color: #0b639a;
        border-left-width: 1px;
        border-radius: 0px;
        border-right-color: #0b639a;
        border-right-width: 0px;
        border-top-color: #0b639a;
        border-top-width: 0px;
    }
    .blockcomp-1-comp_7 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.6;
        text-align: left;
    }
    .blockcomp-1-comp_8 .wa-txt-par.wa-last-par {
        font-size: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.6;
        text-align: left;
    }
    .blockcomp-1-comp_9 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}
@media (min-width: 768px) {
    .blockcomp-1-comp_0 {
        border-bottom-color: #ffffff;
        border-bottom-width: 0px;
        border-left-color: #ffffff;
        border-left-width: 10px;
        border-radius: 50px 50px 0px 0px;
        border-right-color: #ffffff;
        border-right-width: 10px;
        border-top-color: #ffffff;
        border-top-width: 10px;
        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: 30px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 16px;
        margin-left: 16px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_11 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_11 .wa-btn {
        font-size: 1.2em;
    }
    .blockcomp-1-comp_11 a {
        width: unset;
    }
    .blockcomp-1-comp_11 div {
        width: unset;
    }
    .blockcomp-1-comp_12 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_12 > .wa_inner_col {
        border-bottom-color: #0b639a;
        border-bottom-width: 0px;
        border-left-color: #0b639a;
        border-left-width: 1px;
        border-radius: 0px;
        border-right-color: #0b639a;
        border-right-width: 0px;
        border-top-color: #0b639a;
        border-top-width: 0px;
    }
    .blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_14 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_14 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_14 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 16px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_15 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_15 .wa-txt-par {
        font-size: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_15 .wa-txt-par.wa-last-par {
        font-size: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_16 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_17 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_18 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .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: 0px;
        margin-left: 16px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_19 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 25px;
    }
    .blockcomp-1-comp_19 .wa-txt-par {
        font-size: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_19 .wa-txt-par.wa-last-par {
        font-size: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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: 10px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_20 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_20 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 150px , 295px) );
    }
    .blockcomp-1-comp_21 {
        border-bottom-color: #ffffff;
        border-bottom-width: 10px;
        border-left-color: #ffffff;
        border-left-width: 10px;
        border-radius: 0px 0px 120px 120px;
        border-right-color: #ffffff;
        border-right-width: 10px;
        border-top-color: #ffffff;
        border-top-width: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_21 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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: 0.75rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_24 .wa-txt-par.wa-last-par {
        font-size: 0.75rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_27 {
        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: 30px;
    }
    .blockcomp-1-comp_27 .wa-txt-par {
        font-size: 1rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_27 .wa-txt-par.wa-last-par {
        font-size: 1rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_28 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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: 15px;
        margin-right: 15px;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_3 {
        display: flex;
        margin-bottom: 10px !important;
        margin-top: 15px !important;
    }
    .blockcomp-1-comp_30 {
        justify-content: center;
        margin-bottom: 50px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_30 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 220px , 283px) );
    }
    .blockcomp-1-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_5 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 220px , 295px) );
    }
    .blockcomp-1-comp_6 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    .blockcomp-1-comp_7 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_7 > .wa_inner_col {
        border-bottom-color: #0b639a;
        border-bottom-width: 0px;
        border-left-color: #0b639a;
        border-left-width: 1px;
        border-radius: 0px;
        border-right-color: #0b639a;
        border-right-width: 0px;
        border-top-color: #0b639a;
        border-top-width: 0px;
    }
    .blockcomp-1-comp_7 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.6;
        text-align: left;
    }
    .blockcomp-1-comp_8 .wa-txt-par.wa-last-par {
        font-size: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.6;
        text-align: left;
    }
    .blockcomp-1-comp_9 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}
@media (min-width: 992px) {
    .blockcomp-1-comp_0 {
        border-bottom-color: #ffffff;
        border-bottom-width: 0px;
        border-left-color: #ffffff;
        border-left-width: 10px;
        border-radius: 50px 50px 0px 0px;
        border-right-color: #ffffff;
        border-right-width: 10px;
        border-top-color: #ffffff;
        border-top-width: 10px;
        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: 30px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_10 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_10 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_10 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 16px;
        margin-left: 16px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_11 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_11 .wa-btn {
        font-size: 1.2em;
    }
    .blockcomp-1-comp_11 a {
        width: unset;
    }
    .blockcomp-1-comp_11 div {
        width: unset;
    }
    .blockcomp-1-comp_12 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_12 > .wa_inner_col {
        border-bottom-color: #0b639a;
        border-bottom-width: 0px;
        border-left-color: #0b639a;
        border-left-width: 1px;
        border-radius: 0px;
        border-right-color: #0b639a;
        border-right-width: 0px;
        border-top-color: #0b639a;
        border-top-width: 0px;
    }
    .blockcomp-1-comp_12 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_13 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_14 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockcomp-1-comp_14 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_14 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 16px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_15 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 16px;
    }
    .blockcomp-1-comp_15 .wa-txt-par {
        font-size: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_15 .wa-txt-par.wa-last-par {
        font-size: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_16 {
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
    }
    .blockcomp-1-comp_17 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_18 {
        min-height: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .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: 0px;
        margin-left: 16px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_19 {
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 16px;
        padding-top: 25px;
    }
    .blockcomp-1-comp_19 .wa-txt-par {
        font-size: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .blockcomp-1-comp_19 .wa-txt-par.wa-last-par {
        font-size: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: left;
    }
    .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: 10px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_20 {
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_20 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 150px , 295px) );
    }
    .blockcomp-1-comp_21 {
        border-bottom-color: #ffffff;
        border-bottom-width: 10px;
        border-left-color: #ffffff;
        border-left-width: 10px;
        border-radius: 0px 0px 150px 150px;
        border-right-color: #ffffff;
        border-right-width: 10px;
        border-top-color: #ffffff;
        border-top-width: 0px;
        display: flex;
        min-height: 0px;
    }
    .blockcomp-1-comp_21 > .innerBox {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .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: 0.75rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_24 .wa-txt-par.wa-last-par {
        font-size: 0.75rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_25 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .blockcomp-1-comp_26 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_26 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_26 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_27 {
        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: 30px;
    }
    .blockcomp-1-comp_27 .wa-txt-par {
        font-size: 1rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_27 .wa-txt-par.wa-last-par {
        font-size: 1rem;
        letter-spacing: 0em;
        line-height: 1.2;
        text-align: center;
    }
    .blockcomp-1-comp_28 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .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: 0px;
        margin-right: 0px;
        margin-top: 0rem;
    }
    .blockcomp-1-comp_3 {
        display: flex;
        margin-bottom: 10px !important;
        margin-top: 15px !important;
    }
    .blockcomp-1-comp_30 {
        justify-content: center;
        margin-bottom: 50px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_30 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 250px , 283px) );
    }
    .blockcomp-1-comp_4 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_4 > .wa_inner_col {
        border: none;
        border-radius: 0px;
    }
    .blockcomp-1-comp_4 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_5 {
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .blockcomp-1-comp_5 .wa-image-wrap {
        border: none;
        border-radius: 0px;
        max-width: calc( min( 220px , 295px) );
    }
    .blockcomp-1-comp_6 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    .blockcomp-1-comp_7 {
        min-height: 0px;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .blockcomp-1-comp_7 > .wa_inner_col {
        border-bottom-color: #0b639a;
        border-bottom-width: 0px;
        border-left-color: #0b639a;
        border-left-width: 1px;
        border-radius: 0px;
        border-right-color: #0b639a;
        border-right-width: 0px;
        border-top-color: #0b639a;
        border-top-width: 0px;
    }
    .blockcomp-1-comp_7 > .wa_inner_col > .wa_inner_col2 {
        gap: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 0rem;
    }
    .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: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.6;
        text-align: left;
    }
    .blockcomp-1-comp_8 .wa-txt-par.wa-last-par {
        font-size: 1.13rem;
        letter-spacing: 0em;
        line-height: 1.6;
        text-align: left;
    }
    .blockcomp-1-comp_9 {
        display: flex;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}
