.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-f96fddac-ecbb-4291-9f08-9a1f4d336a16 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f96fddac-ecbb-4291-9f08-9a1f4d336a16 {
  display: none;
}
#s-f96fddac-ecbb-4291-9f08-9a1f4d336a16, #wrap-s-f96fddac-ecbb-4291-9f08-9a1f4d336a16, #wrap-content-s-f96fddac-ecbb-4291-9f08-9a1f4d336a16 { display: none !important; }}@media (max-width: 767px){#s-f96fddac-ecbb-4291-9f08-9a1f4d336a16 {
  display: none;
}
#s-f96fddac-ecbb-4291-9f08-9a1f4d336a16, #wrap-s-f96fddac-ecbb-4291-9f08-9a1f4d336a16, #wrap-content-s-f96fddac-ecbb-4291-9f08-9a1f4d336a16 { display: none !important; }}







#s-f96fddac-ecbb-4291-9f08-9a1f4d336a16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f96fddac-ecbb-4291-9f08-9a1f4d336a16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-974b761f-abc8-49b3-b9ee-2a3d065b392f {
  padding-top: 150px;
padding-left: 0px;
padding-bottom: 100px;
padding-right: 0px;
max-width: 100%;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-974b761f-abc8-49b3-b9ee-2a3d065b392f {
  padding-left: 80px;
padding-right: 80px;
display: none;
}
#s-974b761f-abc8-49b3-b9ee-2a3d065b392f, #wrap-s-974b761f-abc8-49b3-b9ee-2a3d065b392f, #wrap-content-s-974b761f-abc8-49b3-b9ee-2a3d065b392f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-974b761f-abc8-49b3-b9ee-2a3d065b392f {
  padding-left: 80px;
padding-right: 80px;
display: none;
}
#s-974b761f-abc8-49b3-b9ee-2a3d065b392f, #wrap-s-974b761f-abc8-49b3-b9ee-2a3d065b392f, #wrap-content-s-974b761f-abc8-49b3-b9ee-2a3d065b392f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-974b761f-abc8-49b3-b9ee-2a3d065b392f {
  display: none;
}
#s-974b761f-abc8-49b3-b9ee-2a3d065b392f, #wrap-s-974b761f-abc8-49b3-b9ee-2a3d065b392f, #wrap-content-s-974b761f-abc8-49b3-b9ee-2a3d065b392f { display: none !important; }}@media (max-width: 767px){#s-974b761f-abc8-49b3-b9ee-2a3d065b392f {
  display: none;
}
#s-974b761f-abc8-49b3-b9ee-2a3d065b392f, #wrap-s-974b761f-abc8-49b3-b9ee-2a3d065b392f, #wrap-content-s-974b761f-abc8-49b3-b9ee-2a3d065b392f { display: none !important; }}
@media (min-width: 0px) {
[id="s-974b761f-abc8-49b3-b9ee-2a3d065b392f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-974b761f-abc8-49b3-b9ee-2a3d065b392f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-974b761f-abc8-49b3-b9ee-2a3d065b392f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-974b761f-abc8-49b3-b9ee-2a3d065b392f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-974b761f-abc8-49b3-b9ee-2a3d065b392f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-974b761f-abc8-49b3-b9ee-2a3d065b392f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-974b761f-abc8-49b3-b9ee-2a3d065b392f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-8ed721ad-daf1-4880-90f6-46797b7ff897 {
  padding-left: 50px;
padding-right: 50px;
max-width: 100%;
}
@media (min-width: 1200px){#s-8ed721ad-daf1-4880-90f6-46797b7ff897 {
  margin-bottom: -18px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ed721ad-daf1-4880-90f6-46797b7ff897 {
  
}
}@media (max-width: 767px){#s-8ed721ad-daf1-4880-90f6-46797b7ff897 {
  padding-left: 25px;
padding-right: 25px;
}
}
#s-0ab53f8b-f55b-421b-9e99-9f4497a376d2 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-0ab53f8b-f55b-421b-9e99-9f4497a376d2 {
  margin-bottom: -20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ab53f8b-f55b-421b-9e99-9f4497a376d2 {
  margin-top: -20px;
margin-bottom: -20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ab53f8b-f55b-421b-9e99-9f4497a376d2 {
  display: none;
}
#s-0ab53f8b-f55b-421b-9e99-9f4497a376d2, #wrap-s-0ab53f8b-f55b-421b-9e99-9f4497a376d2, #wrap-content-s-0ab53f8b-f55b-421b-9e99-9f4497a376d2 { display: none !important; }}@media (max-width: 767px){#s-0ab53f8b-f55b-421b-9e99-9f4497a376d2 {
  display: none;
}
#s-0ab53f8b-f55b-421b-9e99-9f4497a376d2, #wrap-s-0ab53f8b-f55b-421b-9e99-9f4497a376d2, #wrap-content-s-0ab53f8b-f55b-421b-9e99-9f4497a376d2 { display: none !important; }}
#s-2fe7c94f-3069-4f9c-bee7-7ada929a44e1 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fe7c94f-3069-4f9c-bee7-7ada929a44e1 {
  display: none;
}
#s-2fe7c94f-3069-4f9c-bee7-7ada929a44e1, #wrap-s-2fe7c94f-3069-4f9c-bee7-7ada929a44e1, #wrap-content-s-2fe7c94f-3069-4f9c-bee7-7ada929a44e1 { display: none !important; }}@media (max-width: 767px){#s-2fe7c94f-3069-4f9c-bee7-7ada929a44e1 {
  display: none;
}
#s-2fe7c94f-3069-4f9c-bee7-7ada929a44e1, #wrap-s-2fe7c94f-3069-4f9c-bee7-7ada929a44e1, #wrap-content-s-2fe7c94f-3069-4f9c-bee7-7ada929a44e1 { display: none !important; }}
#s-cb3fd475-7ddb-4972-b77b-995af9573d61 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-cb3fd475-7ddb-4972-b77b-995af9573d61 {
  margin-left: -23px;
margin-right: -23px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb3fd475-7ddb-4972-b77b-995af9573d61 {
  display: none;
}
#s-cb3fd475-7ddb-4972-b77b-995af9573d61, #wrap-s-cb3fd475-7ddb-4972-b77b-995af9573d61, #wrap-content-s-cb3fd475-7ddb-4972-b77b-995af9573d61 { display: none !important; }}@media (max-width: 767px){#s-cb3fd475-7ddb-4972-b77b-995af9573d61 {
  display: none;
}
#s-cb3fd475-7ddb-4972-b77b-995af9573d61, #wrap-s-cb3fd475-7ddb-4972-b77b-995af9573d61, #wrap-content-s-cb3fd475-7ddb-4972-b77b-995af9573d61 { display: none !important; }}
#s-97dc57de-5965-4e36-990d-6769e631fda6 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-97dc57de-5965-4e36-990d-6769e631fda6 {
  display: none;
}
#s-97dc57de-5965-4e36-990d-6769e631fda6, #wrap-s-97dc57de-5965-4e36-990d-6769e631fda6, #wrap-content-s-97dc57de-5965-4e36-990d-6769e631fda6 { display: none !important; }}@media (max-width: 767px){#s-97dc57de-5965-4e36-990d-6769e631fda6 {
  display: none;
}
#s-97dc57de-5965-4e36-990d-6769e631fda6, #wrap-s-97dc57de-5965-4e36-990d-6769e631fda6, #wrap-content-s-97dc57de-5965-4e36-990d-6769e631fda6 { display: none !important; }}
#s-9be1cd18-50c9-4f11-bacc-96a551a0ac8d {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9be1cd18-50c9-4f11-bacc-96a551a0ac8d {
  display: none;
}
#s-9be1cd18-50c9-4f11-bacc-96a551a0ac8d, #wrap-s-9be1cd18-50c9-4f11-bacc-96a551a0ac8d, #wrap-content-s-9be1cd18-50c9-4f11-bacc-96a551a0ac8d { display: none !important; }}@media (max-width: 767px){#s-9be1cd18-50c9-4f11-bacc-96a551a0ac8d {
  display: none;
}
#s-9be1cd18-50c9-4f11-bacc-96a551a0ac8d, #wrap-s-9be1cd18-50c9-4f11-bacc-96a551a0ac8d, #wrap-content-s-9be1cd18-50c9-4f11-bacc-96a551a0ac8d { display: none !important; }}
@media (min-width: 0px) {
[id="s-9be1cd18-50c9-4f11-bacc-96a551a0ac8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9be1cd18-50c9-4f11-bacc-96a551a0ac8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9be1cd18-50c9-4f11-bacc-96a551a0ac8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9be1cd18-50c9-4f11-bacc-96a551a0ac8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-2d0ba585-540f-4b32-a495-f584c6245ab2 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(64, 132, 174, 1);
border-radius: 1px;
min-height: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(38, 38, 38, 1);
background-image: none;
hover-type: color;
}
#s-2d0ba585-540f-4b32-a495-f584c6245ab2:hover {background-color: rgba(64, 132, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2d0ba585-540f-4b32-a495-f584c6245ab2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2d0ba585-540f-4b32-a495-f584c6245ab2-root {
    text-align: center;
  }


#s-2d0ba585-540f-4b32-a495-f584c6245ab2.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d0ba585-540f-4b32-a495-f584c6245ab2-root {
    text-align: center;
  }


#s-2d0ba585-540f-4b32-a495-f584c6245ab2.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d0ba585-540f-4b32-a495-f584c6245ab2-root {
    text-align: center;
  }


#s-2d0ba585-540f-4b32-a495-f584c6245ab2.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d0ba585-540f-4b32-a495-f584c6245ab2-root {
    text-align: center;
  }


#s-2d0ba585-540f-4b32-a495-f584c6245ab2.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d0ba585-540f-4b32-a495-f584c6245ab2-root {
    text-align: center;
  }


#s-2d0ba585-540f-4b32-a495-f584c6245ab2.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-fa07bd1e-4e10-48f7-a621-8eba03325d36 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(64, 132, 174, 1);
border-radius: 1px;
min-height: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(38, 38, 38, 1);
}
#s-fa07bd1e-4e10-48f7-a621-8eba03325d36:hover {background-color: rgba(64, 132, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fa07bd1e-4e10-48f7-a621-8eba03325d36:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fa07bd1e-4e10-48f7-a621-8eba03325d36-root {
    text-align: center;
  }


#s-fa07bd1e-4e10-48f7-a621-8eba03325d36.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa07bd1e-4e10-48f7-a621-8eba03325d36-root {
    text-align: center;
  }


#s-fa07bd1e-4e10-48f7-a621-8eba03325d36.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa07bd1e-4e10-48f7-a621-8eba03325d36-root {
    text-align: center;
  }


#s-fa07bd1e-4e10-48f7-a621-8eba03325d36.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa07bd1e-4e10-48f7-a621-8eba03325d36-root {
    text-align: center;
  }


#s-fa07bd1e-4e10-48f7-a621-8eba03325d36.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa07bd1e-4e10-48f7-a621-8eba03325d36-root {
    text-align: center;
  }


#s-fa07bd1e-4e10-48f7-a621-8eba03325d36.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0cf2efe5-0ad8-468f-a8b1-64a68c0207e7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(64, 132, 174, 1);
border-style: solid;
border-radius: 1px;
min-height: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(38, 38, 38, 1);
background-image: none;
hover-type: color;
line-height: 1.5em;
}
#s-0cf2efe5-0ad8-468f-a8b1-64a68c0207e7:hover {background-color: rgba(64, 132, 174, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0cf2efe5-0ad8-468f-a8b1-64a68c0207e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0cf2efe5-0ad8-468f-a8b1-64a68c0207e7-root {
    text-align: center;
  }


#s-0cf2efe5-0ad8-468f-a8b1-64a68c0207e7.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0cf2efe5-0ad8-468f-a8b1-64a68c0207e7-root {
    text-align: center;
  }


#s-0cf2efe5-0ad8-468f-a8b1-64a68c0207e7.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0cf2efe5-0ad8-468f-a8b1-64a68c0207e7-root {
    text-align: center;
  }


#s-0cf2efe5-0ad8-468f-a8b1-64a68c0207e7.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0cf2efe5-0ad8-468f-a8b1-64a68c0207e7-root {
    text-align: center;
  }


#s-0cf2efe5-0ad8-468f-a8b1-64a68c0207e7.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0cf2efe5-0ad8-468f-a8b1-64a68c0207e7-root {
    text-align: center;
  }


#s-0cf2efe5-0ad8-468f-a8b1-64a68c0207e7.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-ccbdb1be-b41f-45d2-b347-eb106147804b {
  margin-top: -44px;
margin-bottom: -44px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ccbdb1be-b41f-45d2-b347-eb106147804b {
  overflow: hidden;
  
  
}







  #s-ccbdb1be-b41f-45d2-b347-eb106147804b img.shogun-image {
    

    
    
    
  }


#s-ccbdb1be-b41f-45d2-b347-eb106147804b .shogun-image-content {
  
    justify-content: center;
  
}

#s-a2546ca5-e39f-41e0-8f44-c5c79fc251fb {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-a2546ca5-e39f-41e0-8f44-c5c79fc251fb {
  padding-top: 40px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2546ca5-e39f-41e0-8f44-c5c79fc251fb {
  padding-top: 25px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2546ca5-e39f-41e0-8f44-c5c79fc251fb {
  display: none;
}
#s-a2546ca5-e39f-41e0-8f44-c5c79fc251fb, #wrap-s-a2546ca5-e39f-41e0-8f44-c5c79fc251fb, #wrap-content-s-a2546ca5-e39f-41e0-8f44-c5c79fc251fb { display: none !important; }}@media (max-width: 767px){#s-a2546ca5-e39f-41e0-8f44-c5c79fc251fb {
  display: none;
}
#s-a2546ca5-e39f-41e0-8f44-c5c79fc251fb, #wrap-s-a2546ca5-e39f-41e0-8f44-c5c79fc251fb, #wrap-content-s-a2546ca5-e39f-41e0-8f44-c5c79fc251fb { display: none !important; }}
#s-fdd89723-a787-4eb3-bf75-a7ee7c25e9c8 {
  margin-top: -32px;
padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-fdd89723-a787-4eb3-bf75-a7ee7c25e9c8 {
  padding-top: 40px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdd89723-a787-4eb3-bf75-a7ee7c25e9c8 {
  padding-top: 25px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdd89723-a787-4eb3-bf75-a7ee7c25e9c8 {
  display: none;
}
#s-fdd89723-a787-4eb3-bf75-a7ee7c25e9c8, #wrap-s-fdd89723-a787-4eb3-bf75-a7ee7c25e9c8, #wrap-content-s-fdd89723-a787-4eb3-bf75-a7ee7c25e9c8 { display: none !important; }}@media (max-width: 767px){#s-fdd89723-a787-4eb3-bf75-a7ee7c25e9c8 {
  display: none;
}
#s-fdd89723-a787-4eb3-bf75-a7ee7c25e9c8, #wrap-s-fdd89723-a787-4eb3-bf75-a7ee7c25e9c8, #wrap-content-s-fdd89723-a787-4eb3-bf75-a7ee7c25e9c8 { display: none !important; }}
#s-3d9079d0-0e51-4acb-bae1-379790749939 {
  background-color: rgba(252, 252, 252, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3d9079d0-0e51-4acb-bae1-379790749939 {
  display: none;
}
#s-3d9079d0-0e51-4acb-bae1-379790749939, #wrap-s-3d9079d0-0e51-4acb-bae1-379790749939, #wrap-content-s-3d9079d0-0e51-4acb-bae1-379790749939 { display: none !important; }}@media (max-width: 767px){#s-3d9079d0-0e51-4acb-bae1-379790749939 {
  display: none;
}
#s-3d9079d0-0e51-4acb-bae1-379790749939, #wrap-s-3d9079d0-0e51-4acb-bae1-379790749939, #wrap-content-s-3d9079d0-0e51-4acb-bae1-379790749939 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3d9079d0-0e51-4acb-bae1-379790749939"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d9079d0-0e51-4acb-bae1-379790749939"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3d9079d0-0e51-4acb-bae1-379790749939"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3d9079d0-0e51-4acb-bae1-379790749939"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3d9079d0-0e51-4acb-bae1-379790749939"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d9079d0-0e51-4acb-bae1-379790749939"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3d9079d0-0e51-4acb-bae1-379790749939"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-a850baa7-4120-4193-b227-2e24f121a23b {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a850baa7-4120-4193-b227-2e24f121a23b {
  display: none;
}
#s-a850baa7-4120-4193-b227-2e24f121a23b, #wrap-s-a850baa7-4120-4193-b227-2e24f121a23b, #wrap-content-s-a850baa7-4120-4193-b227-2e24f121a23b { display: none !important; }}@media (max-width: 767px){#s-a850baa7-4120-4193-b227-2e24f121a23b {
  display: none;
}
#s-a850baa7-4120-4193-b227-2e24f121a23b, #wrap-s-a850baa7-4120-4193-b227-2e24f121a23b, #wrap-content-s-a850baa7-4120-4193-b227-2e24f121a23b { display: none !important; }}
#s-a850baa7-4120-4193-b227-2e24f121a23b {
  overflow: hidden;
  
  
}







  #s-a850baa7-4120-4193-b227-2e24f121a23b img.shogun-image {
    

    
    
    
  }


#s-a850baa7-4120-4193-b227-2e24f121a23b .shogun-image-content {
  
    justify-content: center;
  
}

#s-3db2cc2a-7875-4161-8fa2-fcca5d3d3225 {
  background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3db2cc2a-7875-4161-8fa2-fcca5d3d3225 {
  display: none;
}
#s-3db2cc2a-7875-4161-8fa2-fcca5d3d3225, #wrap-s-3db2cc2a-7875-4161-8fa2-fcca5d3d3225, #wrap-content-s-3db2cc2a-7875-4161-8fa2-fcca5d3d3225 { display: none !important; }}@media (max-width: 767px){#s-3db2cc2a-7875-4161-8fa2-fcca5d3d3225 {
  display: none;
}
#s-3db2cc2a-7875-4161-8fa2-fcca5d3d3225, #wrap-s-3db2cc2a-7875-4161-8fa2-fcca5d3d3225, #wrap-content-s-3db2cc2a-7875-4161-8fa2-fcca5d3d3225 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3db2cc2a-7875-4161-8fa2-fcca5d3d3225"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3db2cc2a-7875-4161-8fa2-fcca5d3d3225"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3db2cc2a-7875-4161-8fa2-fcca5d3d3225"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3db2cc2a-7875-4161-8fa2-fcca5d3d3225"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3db2cc2a-7875-4161-8fa2-fcca5d3d3225"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3db2cc2a-7875-4161-8fa2-fcca5d3d3225"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3db2cc2a-7875-4161-8fa2-fcca5d3d3225"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-70d5cc7d-7e17-4c86-b017-80fd27f7b77e {
  padding-top: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-70d5cc7d-7e17-4c86-b017-80fd27f7b77e {
  display: none;
}
#s-70d5cc7d-7e17-4c86-b017-80fd27f7b77e, #wrap-s-70d5cc7d-7e17-4c86-b017-80fd27f7b77e, #wrap-content-s-70d5cc7d-7e17-4c86-b017-80fd27f7b77e { display: none !important; }}@media (max-width: 767px){#s-70d5cc7d-7e17-4c86-b017-80fd27f7b77e {
  display: none;
}
#s-70d5cc7d-7e17-4c86-b017-80fd27f7b77e, #wrap-s-70d5cc7d-7e17-4c86-b017-80fd27f7b77e, #wrap-content-s-70d5cc7d-7e17-4c86-b017-80fd27f7b77e { display: none !important; }}
@media (min-width: 1200px){#s-cafea47e-0801-42ef-b71c-8be2ed516089 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cafea47e-0801-42ef-b71c-8be2ed516089 {
  display: none;
}
#s-cafea47e-0801-42ef-b71c-8be2ed516089, #wrap-s-cafea47e-0801-42ef-b71c-8be2ed516089, #wrap-content-s-cafea47e-0801-42ef-b71c-8be2ed516089 { display: none !important; }}@media (max-width: 767px){#s-cafea47e-0801-42ef-b71c-8be2ed516089 {
  display: none;
}
#s-cafea47e-0801-42ef-b71c-8be2ed516089, #wrap-s-cafea47e-0801-42ef-b71c-8be2ed516089, #wrap-content-s-cafea47e-0801-42ef-b71c-8be2ed516089 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-ed36c7b4-3794-4ab4-8a3c-307e0f64823a {
  display: none;
}
#s-ed36c7b4-3794-4ab4-8a3c-307e0f64823a, #wrap-s-ed36c7b4-3794-4ab4-8a3c-307e0f64823a, #wrap-content-s-ed36c7b4-3794-4ab4-8a3c-307e0f64823a { display: none !important; }}@media (max-width: 767px){#s-ed36c7b4-3794-4ab4-8a3c-307e0f64823a {
  display: none;
}
#s-ed36c7b4-3794-4ab4-8a3c-307e0f64823a, #wrap-s-ed36c7b4-3794-4ab4-8a3c-307e0f64823a, #wrap-content-s-ed36c7b4-3794-4ab4-8a3c-307e0f64823a { display: none !important; }}
@media (min-width: 0px) {
[id="s-ed36c7b4-3794-4ab4-8a3c-307e0f64823a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ed36c7b4-3794-4ab4-8a3c-307e0f64823a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ed36c7b4-3794-4ab4-8a3c-307e0f64823a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ed36c7b4-3794-4ab4-8a3c-307e0f64823a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ed36c7b4-3794-4ab4-8a3c-307e0f64823a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ed36c7b4-3794-4ab4-8a3c-307e0f64823a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ed36c7b4-3794-4ab4-8a3c-307e0f64823a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

#s-274cce71-5e67-4c33-8c24-0b8ceb1ebfb0 {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-274cce71-5e67-4c33-8c24-0b8ceb1ebfb0 {
  display: none;
}
#s-274cce71-5e67-4c33-8c24-0b8ceb1ebfb0, #wrap-s-274cce71-5e67-4c33-8c24-0b8ceb1ebfb0, #wrap-content-s-274cce71-5e67-4c33-8c24-0b8ceb1ebfb0 { display: none !important; }}@media (max-width: 767px){#s-274cce71-5e67-4c33-8c24-0b8ceb1ebfb0 {
  display: none;
}
#s-274cce71-5e67-4c33-8c24-0b8ceb1ebfb0, #wrap-s-274cce71-5e67-4c33-8c24-0b8ceb1ebfb0, #wrap-content-s-274cce71-5e67-4c33-8c24-0b8ceb1ebfb0 { display: none !important; }}
#s-274cce71-5e67-4c33-8c24-0b8ceb1ebfb0 {
  overflow: hidden;
  
  
}







  #s-274cce71-5e67-4c33-8c24-0b8ceb1ebfb0 img.shogun-image {
    

    
    
    
  }


#s-274cce71-5e67-4c33-8c24-0b8ceb1ebfb0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-959dc381-9920-4b03-9a79-0c614dadd77d {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-959dc381-9920-4b03-9a79-0c614dadd77d {
  display: none;
}
#s-959dc381-9920-4b03-9a79-0c614dadd77d, #wrap-s-959dc381-9920-4b03-9a79-0c614dadd77d, #wrap-content-s-959dc381-9920-4b03-9a79-0c614dadd77d { display: none !important; }}@media (max-width: 767px){#s-959dc381-9920-4b03-9a79-0c614dadd77d {
  display: none;
}
#s-959dc381-9920-4b03-9a79-0c614dadd77d, #wrap-s-959dc381-9920-4b03-9a79-0c614dadd77d, #wrap-content-s-959dc381-9920-4b03-9a79-0c614dadd77d { display: none !important; }}
#s-959dc381-9920-4b03-9a79-0c614dadd77d {
  overflow: hidden;
  
  
}







  #s-959dc381-9920-4b03-9a79-0c614dadd77d img.shogun-image {
    

    
    
    
  }


#s-959dc381-9920-4b03-9a79-0c614dadd77d .shogun-image-content {
  
    justify-content: center;
  
}

#s-f58bee44-e105-47b5-b32c-954a9d138255 {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f58bee44-e105-47b5-b32c-954a9d138255 {
  display: none;
}
#s-f58bee44-e105-47b5-b32c-954a9d138255, #wrap-s-f58bee44-e105-47b5-b32c-954a9d138255, #wrap-content-s-f58bee44-e105-47b5-b32c-954a9d138255 { display: none !important; }}@media (max-width: 767px){#s-f58bee44-e105-47b5-b32c-954a9d138255 {
  display: none;
}
#s-f58bee44-e105-47b5-b32c-954a9d138255, #wrap-s-f58bee44-e105-47b5-b32c-954a9d138255, #wrap-content-s-f58bee44-e105-47b5-b32c-954a9d138255 { display: none !important; }}
#s-f58bee44-e105-47b5-b32c-954a9d138255 {
  overflow: hidden;
  
  
}







  #s-f58bee44-e105-47b5-b32c-954a9d138255 img.shogun-image {
    

    
    
    
  }


#s-f58bee44-e105-47b5-b32c-954a9d138255 .shogun-image-content {
  
    justify-content: center;
  
}

#s-395aa7e8-17d0-426c-b27a-c06b50a9dd61 {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-395aa7e8-17d0-426c-b27a-c06b50a9dd61 {
  display: none;
}
#s-395aa7e8-17d0-426c-b27a-c06b50a9dd61, #wrap-s-395aa7e8-17d0-426c-b27a-c06b50a9dd61, #wrap-content-s-395aa7e8-17d0-426c-b27a-c06b50a9dd61 { display: none !important; }}@media (max-width: 767px){#s-395aa7e8-17d0-426c-b27a-c06b50a9dd61 {
  display: none;
}
#s-395aa7e8-17d0-426c-b27a-c06b50a9dd61, #wrap-s-395aa7e8-17d0-426c-b27a-c06b50a9dd61, #wrap-content-s-395aa7e8-17d0-426c-b27a-c06b50a9dd61 { display: none !important; }}
#s-395aa7e8-17d0-426c-b27a-c06b50a9dd61 {
  overflow: hidden;
  
  
}







  #s-395aa7e8-17d0-426c-b27a-c06b50a9dd61 img.shogun-image {
    

    
    
    
  }


#s-395aa7e8-17d0-426c-b27a-c06b50a9dd61 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-328db35d-7fa4-45f3-b273-d9c3529547ff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-328db35d-7fa4-45f3-b273-d9c3529547ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-328db35d-7fa4-45f3-b273-d9c3529547ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-328db35d-7fa4-45f3-b273-d9c3529547ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-328db35d-7fa4-45f3-b273-d9c3529547ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-328db35d-7fa4-45f3-b273-d9c3529547ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-328db35d-7fa4-45f3-b273-d9c3529547ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

}

#s-2eb86e5e-871d-4a6f-8084-a17bc4fac83f {
  padding-top: 25px;
padding-bottom: 75px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2eb86e5e-871d-4a6f-8084-a17bc4fac83f {
  display: none;
}
#s-2eb86e5e-871d-4a6f-8084-a17bc4fac83f, #wrap-s-2eb86e5e-871d-4a6f-8084-a17bc4fac83f, #wrap-content-s-2eb86e5e-871d-4a6f-8084-a17bc4fac83f { display: none !important; }}@media (max-width: 767px){#s-2eb86e5e-871d-4a6f-8084-a17bc4fac83f {
  display: none;
}
#s-2eb86e5e-871d-4a6f-8084-a17bc4fac83f, #wrap-s-2eb86e5e-871d-4a6f-8084-a17bc4fac83f, #wrap-content-s-2eb86e5e-871d-4a6f-8084-a17bc4fac83f { display: none !important; }}
#s-2eb86e5e-871d-4a6f-8084-a17bc4fac83f {
  overflow: hidden;
  
  
}







  #s-2eb86e5e-871d-4a6f-8084-a17bc4fac83f img.shogun-image {
    

    
    
    
  }


#s-2eb86e5e-871d-4a6f-8084-a17bc4fac83f .shogun-image-content {
  
    justify-content: center;
  
}

#s-0372310c-f143-47b4-970d-97db29961bde {
  padding-top: 100px;
padding-bottom: 100px;
}
@media (min-width: 1200px){#s-0372310c-f143-47b4-970d-97db29961bde {
  background-color: rgba(255, 255, 255, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-0372310c-f143-47b4-970d-97db29961bde {
  display: none;
}
#s-0372310c-f143-47b4-970d-97db29961bde, #wrap-s-0372310c-f143-47b4-970d-97db29961bde, #wrap-content-s-0372310c-f143-47b4-970d-97db29961bde { display: none !important; }}@media (max-width: 767px){#s-0372310c-f143-47b4-970d-97db29961bde {
  display: none;
}
#s-0372310c-f143-47b4-970d-97db29961bde, #wrap-s-0372310c-f143-47b4-970d-97db29961bde, #wrap-content-s-0372310c-f143-47b4-970d-97db29961bde { display: none !important; }}
@media (min-width: 0px) {
[id="s-0372310c-f143-47b4-970d-97db29961bde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0372310c-f143-47b4-970d-97db29961bde"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0372310c-f143-47b4-970d-97db29961bde"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0372310c-f143-47b4-970d-97db29961bde"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0372310c-f143-47b4-970d-97db29961bde"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0372310c-f143-47b4-970d-97db29961bde"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0372310c-f143-47b4-970d-97db29961bde"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-990e6d71-ac35-464e-94aa-429798fc4843 {
  padding-top: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-990e6d71-ac35-464e-94aa-429798fc4843 {
  display: none;
}
#s-990e6d71-ac35-464e-94aa-429798fc4843, #wrap-s-990e6d71-ac35-464e-94aa-429798fc4843, #wrap-content-s-990e6d71-ac35-464e-94aa-429798fc4843 { display: none !important; }}@media (max-width: 767px){#s-990e6d71-ac35-464e-94aa-429798fc4843 {
  display: none;
}
#s-990e6d71-ac35-464e-94aa-429798fc4843, #wrap-s-990e6d71-ac35-464e-94aa-429798fc4843, #wrap-content-s-990e6d71-ac35-464e-94aa-429798fc4843 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-6605505d-43e4-4864-9bf4-f84d76114ad6 {
  display: none;
}
#s-6605505d-43e4-4864-9bf4-f84d76114ad6, #wrap-s-6605505d-43e4-4864-9bf4-f84d76114ad6, #wrap-content-s-6605505d-43e4-4864-9bf4-f84d76114ad6 { display: none !important; }}@media (max-width: 767px){#s-6605505d-43e4-4864-9bf4-f84d76114ad6 {
  display: none;
}
#s-6605505d-43e4-4864-9bf4-f84d76114ad6, #wrap-s-6605505d-43e4-4864-9bf4-f84d76114ad6, #wrap-content-s-6605505d-43e4-4864-9bf4-f84d76114ad6 { display: none !important; }}
#s-1a19a727-1320-4636-bdf3-9af53c8a952d {
  padding-top: 50px;
padding-bottom: 50px;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a19a727-1320-4636-bdf3-9af53c8a952d {
  display: none;
}
#s-1a19a727-1320-4636-bdf3-9af53c8a952d, #wrap-s-1a19a727-1320-4636-bdf3-9af53c8a952d, #wrap-content-s-1a19a727-1320-4636-bdf3-9af53c8a952d { display: none !important; }}@media (max-width: 767px){#s-1a19a727-1320-4636-bdf3-9af53c8a952d {
  display: none;
}
#s-1a19a727-1320-4636-bdf3-9af53c8a952d, #wrap-s-1a19a727-1320-4636-bdf3-9af53c8a952d, #wrap-content-s-1a19a727-1320-4636-bdf3-9af53c8a952d { display: none !important; }}
@media (min-width: 0px) {
[id="s-1a19a727-1320-4636-bdf3-9af53c8a952d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1a19a727-1320-4636-bdf3-9af53c8a952d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1a19a727-1320-4636-bdf3-9af53c8a952d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1a19a727-1320-4636-bdf3-9af53c8a952d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-bdb2f33e-008a-4ec4-9613-a61a2bf815ac {
  box-shadow:1px 1px 10px 2px rgba(204, 204, 204, 1);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(90, 106, 160, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bdb2f33e-008a-4ec4-9613-a61a2bf815ac {
  display: none;
}
#s-bdb2f33e-008a-4ec4-9613-a61a2bf815ac, #wrap-s-bdb2f33e-008a-4ec4-9613-a61a2bf815ac, #wrap-content-s-bdb2f33e-008a-4ec4-9613-a61a2bf815ac { display: none !important; }}@media (max-width: 767px){#s-bdb2f33e-008a-4ec4-9613-a61a2bf815ac {
  display: none;
}
#s-bdb2f33e-008a-4ec4-9613-a61a2bf815ac, #wrap-s-bdb2f33e-008a-4ec4-9613-a61a2bf815ac, #wrap-content-s-bdb2f33e-008a-4ec4-9613-a61a2bf815ac { display: none !important; }}
#s-bdb2f33e-008a-4ec4-9613-a61a2bf815ac {
  overflow: hidden;
  
  
}







  #s-bdb2f33e-008a-4ec4-9613-a61a2bf815ac img.shogun-image {
    

    
    
    
  }


#s-bdb2f33e-008a-4ec4-9613-a61a2bf815ac .shogun-image-content {
  
    justify-content: center;
  
}

#s-f1605d0b-e81f-42cf-b604-789fe5c5210d {
  box-shadow:0px 0px 10px 2px rgba(204, 204, 204, 1);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(90, 106, 160, 1);
border-style: solid;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f1605d0b-e81f-42cf-b604-789fe5c5210d {
  display: none;
}
#s-f1605d0b-e81f-42cf-b604-789fe5c5210d, #wrap-s-f1605d0b-e81f-42cf-b604-789fe5c5210d, #wrap-content-s-f1605d0b-e81f-42cf-b604-789fe5c5210d { display: none !important; }}@media (max-width: 767px){#s-f1605d0b-e81f-42cf-b604-789fe5c5210d {
  display: none;
}
#s-f1605d0b-e81f-42cf-b604-789fe5c5210d, #wrap-s-f1605d0b-e81f-42cf-b604-789fe5c5210d, #wrap-content-s-f1605d0b-e81f-42cf-b604-789fe5c5210d { display: none !important; }}
#s-f1605d0b-e81f-42cf-b604-789fe5c5210d {
  overflow: hidden;
  
  
}







  #s-f1605d0b-e81f-42cf-b604-789fe5c5210d img.shogun-image {
    

    
    
    
  }


#s-f1605d0b-e81f-42cf-b604-789fe5c5210d .shogun-image-content {
  
    justify-content: center;
  
}

#s-5457bb81-e03f-4368-a688-3cf3cacc1c91 {
  box-shadow:1px 1px 10px 2px rgba(204, 204, 204, 0.8);
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(90, 106, 160, 1);
text-align: center;
background-color: rgba(90, 106, 160, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5457bb81-e03f-4368-a688-3cf3cacc1c91 {
  display: none;
}
#s-5457bb81-e03f-4368-a688-3cf3cacc1c91, #wrap-s-5457bb81-e03f-4368-a688-3cf3cacc1c91, #wrap-content-s-5457bb81-e03f-4368-a688-3cf3cacc1c91 { display: none !important; }}@media (max-width: 767px){#s-5457bb81-e03f-4368-a688-3cf3cacc1c91 {
  display: none;
}
#s-5457bb81-e03f-4368-a688-3cf3cacc1c91, #wrap-s-5457bb81-e03f-4368-a688-3cf3cacc1c91, #wrap-content-s-5457bb81-e03f-4368-a688-3cf3cacc1c91 { display: none !important; }}
#s-5457bb81-e03f-4368-a688-3cf3cacc1c91 {
  overflow: hidden;
  
  
}







  #s-5457bb81-e03f-4368-a688-3cf3cacc1c91 img.shogun-image {
    

    
    
    
  }


#s-5457bb81-e03f-4368-a688-3cf3cacc1c91 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1951cd3c-991a-4d29-baa3-ec9f39370156 {
  box-shadow:1px 1px 10px 2px rgba(204, 204, 204, 1);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(90, 106, 160, 1);
border-style: solid;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1951cd3c-991a-4d29-baa3-ec9f39370156 {
  display: none;
}
#s-1951cd3c-991a-4d29-baa3-ec9f39370156, #wrap-s-1951cd3c-991a-4d29-baa3-ec9f39370156, #wrap-content-s-1951cd3c-991a-4d29-baa3-ec9f39370156 { display: none !important; }}@media (max-width: 767px){#s-1951cd3c-991a-4d29-baa3-ec9f39370156 {
  display: none;
}
#s-1951cd3c-991a-4d29-baa3-ec9f39370156, #wrap-s-1951cd3c-991a-4d29-baa3-ec9f39370156, #wrap-content-s-1951cd3c-991a-4d29-baa3-ec9f39370156 { display: none !important; }}
#s-1951cd3c-991a-4d29-baa3-ec9f39370156 {
  overflow: hidden;
  
  
}







  #s-1951cd3c-991a-4d29-baa3-ec9f39370156 img.shogun-image {
    

    
    
    
  }


#s-1951cd3c-991a-4d29-baa3-ec9f39370156 .shogun-image-content {
  
    justify-content: center;
  
}

#s-056db41e-b7b1-45a9-a30c-b86315e7e93a {
  padding-bottom: 50px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-056db41e-b7b1-45a9-a30c-b86315e7e93a {
  display: none;
}
#s-056db41e-b7b1-45a9-a30c-b86315e7e93a, #wrap-s-056db41e-b7b1-45a9-a30c-b86315e7e93a, #wrap-content-s-056db41e-b7b1-45a9-a30c-b86315e7e93a { display: none !important; }}@media (max-width: 767px){#s-056db41e-b7b1-45a9-a30c-b86315e7e93a {
  display: none;
}
#s-056db41e-b7b1-45a9-a30c-b86315e7e93a, #wrap-s-056db41e-b7b1-45a9-a30c-b86315e7e93a, #wrap-content-s-056db41e-b7b1-45a9-a30c-b86315e7e93a { display: none !important; }}
@media (min-width: 0px) {
[id="s-056db41e-b7b1-45a9-a30c-b86315e7e93a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-056db41e-b7b1-45a9-a30c-b86315e7e93a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-056db41e-b7b1-45a9-a30c-b86315e7e93a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-056db41e-b7b1-45a9-a30c-b86315e7e93a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-056db41e-b7b1-45a9-a30c-b86315e7e93a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-056db41e-b7b1-45a9-a30c-b86315e7e93a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-056db41e-b7b1-45a9-a30c-b86315e7e93a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-5f34d03e-6474-42de-8170-1aab0a5b2100 {
  padding-top: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f34d03e-6474-42de-8170-1aab0a5b2100 {
  display: none;
}
#s-5f34d03e-6474-42de-8170-1aab0a5b2100, #wrap-s-5f34d03e-6474-42de-8170-1aab0a5b2100, #wrap-content-s-5f34d03e-6474-42de-8170-1aab0a5b2100 { display: none !important; }}@media (max-width: 767px){#s-5f34d03e-6474-42de-8170-1aab0a5b2100 {
  display: none;
}
#s-5f34d03e-6474-42de-8170-1aab0a5b2100, #wrap-s-5f34d03e-6474-42de-8170-1aab0a5b2100, #wrap-content-s-5f34d03e-6474-42de-8170-1aab0a5b2100 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-47f95b26-b23b-4438-8433-3dc174dff2fe {
  display: none;
}
#s-47f95b26-b23b-4438-8433-3dc174dff2fe, #wrap-s-47f95b26-b23b-4438-8433-3dc174dff2fe, #wrap-content-s-47f95b26-b23b-4438-8433-3dc174dff2fe { display: none !important; }}@media (max-width: 767px){#s-47f95b26-b23b-4438-8433-3dc174dff2fe {
  display: none;
}
#s-47f95b26-b23b-4438-8433-3dc174dff2fe, #wrap-s-47f95b26-b23b-4438-8433-3dc174dff2fe, #wrap-content-s-47f95b26-b23b-4438-8433-3dc174dff2fe { display: none !important; }}
#s-8e12bebd-9f72-4130-af6e-5a5206badc34 {
  box-shadow:5px 5px 2px 0px rgba(219, 219, 219, 1);
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
max-width: 100%;
background-color: rgba(64, 132, 174, 1);
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#2823af"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
line-height: 1.5em;
}
#s-8e12bebd-9f72-4130-af6e-5a5206badc34:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(38, 38, 38, 1) !important;}#s-8e12bebd-9f72-4130-af6e-5a5206badc34:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-8e12bebd-9f72-4130-af6e-5a5206badc34 {
  display: none;
}
#s-8e12bebd-9f72-4130-af6e-5a5206badc34, #wrap-s-8e12bebd-9f72-4130-af6e-5a5206badc34, #wrap-content-s-8e12bebd-9f72-4130-af6e-5a5206badc34 { display: none !important; }}@media (max-width: 767px){#s-8e12bebd-9f72-4130-af6e-5a5206badc34 {
  display: none;
}
#s-8e12bebd-9f72-4130-af6e-5a5206badc34, #wrap-s-8e12bebd-9f72-4130-af6e-5a5206badc34, #wrap-content-s-8e12bebd-9f72-4130-af6e-5a5206badc34 { display: none !important; }}

  #s-8e12bebd-9f72-4130-af6e-5a5206badc34-root {
    text-align: center;
  }


#s-8e12bebd-9f72-4130-af6e-5a5206badc34.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8e12bebd-9f72-4130-af6e-5a5206badc34-root {
    text-align: center;
  }


#s-8e12bebd-9f72-4130-af6e-5a5206badc34.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e12bebd-9f72-4130-af6e-5a5206badc34-root {
    text-align: center;
  }


#s-8e12bebd-9f72-4130-af6e-5a5206badc34.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e12bebd-9f72-4130-af6e-5a5206badc34-root {
    text-align: center;
  }


#s-8e12bebd-9f72-4130-af6e-5a5206badc34.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8e12bebd-9f72-4130-af6e-5a5206badc34-root {
    text-align: center;
  }


#s-8e12bebd-9f72-4130-af6e-5a5206badc34.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-b7e98757-4108-4899-84bc-6f010c83dfab {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b7e98757-4108-4899-84bc-6f010c83dfab {
  display: none;
}
#s-b7e98757-4108-4899-84bc-6f010c83dfab, #wrap-s-b7e98757-4108-4899-84bc-6f010c83dfab, #wrap-content-s-b7e98757-4108-4899-84bc-6f010c83dfab { display: none !important; }}@media (max-width: 767px){#s-b7e98757-4108-4899-84bc-6f010c83dfab {
  display: none;
}
#s-b7e98757-4108-4899-84bc-6f010c83dfab, #wrap-s-b7e98757-4108-4899-84bc-6f010c83dfab, #wrap-content-s-b7e98757-4108-4899-84bc-6f010c83dfab { display: none !important; }}
#s-b7e98757-4108-4899-84bc-6f010c83dfab {
  overflow: hidden;
  
  
}







  #s-b7e98757-4108-4899-84bc-6f010c83dfab img.shogun-image {
    

    
    
    
  }


#s-b7e98757-4108-4899-84bc-6f010c83dfab .shogun-image-content {
  
    justify-content: center;
  
}

#s-cc4d4498-a350-47f0-af7f-5d0a1034a2eb {
  padding-top: 150px;
padding-bottom: 150px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cc4d4498-a350-47f0-af7f-5d0a1034a2eb {
  display: none;
}
#s-cc4d4498-a350-47f0-af7f-5d0a1034a2eb, #wrap-s-cc4d4498-a350-47f0-af7f-5d0a1034a2eb, #wrap-content-s-cc4d4498-a350-47f0-af7f-5d0a1034a2eb { display: none !important; }}@media (max-width: 767px){#s-cc4d4498-a350-47f0-af7f-5d0a1034a2eb {
  display: none;
}
#s-cc4d4498-a350-47f0-af7f-5d0a1034a2eb, #wrap-s-cc4d4498-a350-47f0-af7f-5d0a1034a2eb, #wrap-content-s-cc4d4498-a350-47f0-af7f-5d0a1034a2eb { display: none !important; }}
@media (min-width: 0px) {
[id="s-cc4d4498-a350-47f0-af7f-5d0a1034a2eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc4d4498-a350-47f0-af7f-5d0a1034a2eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc4d4498-a350-47f0-af7f-5d0a1034a2eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cc4d4498-a350-47f0-af7f-5d0a1034a2eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc4d4498-a350-47f0-af7f-5d0a1034a2eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc4d4498-a350-47f0-af7f-5d0a1034a2eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cc4d4498-a350-47f0-af7f-5d0a1034a2eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-89c908af-a0b6-401a-bbb6-43c9526f5b94 {
  padding-top: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-89c908af-a0b6-401a-bbb6-43c9526f5b94 {
  display: none;
}
#s-89c908af-a0b6-401a-bbb6-43c9526f5b94, #wrap-s-89c908af-a0b6-401a-bbb6-43c9526f5b94, #wrap-content-s-89c908af-a0b6-401a-bbb6-43c9526f5b94 { display: none !important; }}@media (max-width: 767px){#s-89c908af-a0b6-401a-bbb6-43c9526f5b94 {
  display: none;
}
#s-89c908af-a0b6-401a-bbb6-43c9526f5b94, #wrap-s-89c908af-a0b6-401a-bbb6-43c9526f5b94, #wrap-content-s-89c908af-a0b6-401a-bbb6-43c9526f5b94 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-01bafb37-4eaf-4161-b5d5-0ca4ce5b20bf {
  display: none;
}
#s-01bafb37-4eaf-4161-b5d5-0ca4ce5b20bf, #wrap-s-01bafb37-4eaf-4161-b5d5-0ca4ce5b20bf, #wrap-content-s-01bafb37-4eaf-4161-b5d5-0ca4ce5b20bf { display: none !important; }}@media (max-width: 767px){#s-01bafb37-4eaf-4161-b5d5-0ca4ce5b20bf {
  display: none;
}
#s-01bafb37-4eaf-4161-b5d5-0ca4ce5b20bf, #wrap-s-01bafb37-4eaf-4161-b5d5-0ca4ce5b20bf, #wrap-content-s-01bafb37-4eaf-4161-b5d5-0ca4ce5b20bf { display: none !important; }}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

@media (min-width: 768px) and (max-width: 991px){#s-4358dedf-713f-4428-8f55-1f0218e199db {
  display: none;
}
#s-4358dedf-713f-4428-8f55-1f0218e199db, #wrap-s-4358dedf-713f-4428-8f55-1f0218e199db, #wrap-content-s-4358dedf-713f-4428-8f55-1f0218e199db { display: none !important; }}@media (max-width: 767px){#s-4358dedf-713f-4428-8f55-1f0218e199db {
  display: none;
}
#s-4358dedf-713f-4428-8f55-1f0218e199db, #wrap-s-4358dedf-713f-4428-8f55-1f0218e199db, #wrap-content-s-4358dedf-713f-4428-8f55-1f0218e199db { display: none !important; }}

  #s-4358dedf-713f-4428-8f55-1f0218e199db .shogun-tabs > li > .shogun-tab-box {
    background: rgba(245, 245, 245, 1);
    border: 2px solid rgba(64, 132, 174, 1);
  }
  #s-4358dedf-713f-4428-8f55-1f0218e199db .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(64, 132, 174, 1);
    border: 2px solid rgba(255, 255, 255, 1);
  }
#s-4358dedf-713f-4428-8f55-1f0218e199db .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(38, 38, 38, 1);
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-4358dedf-713f-4428-8f55-1f0218e199db .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-4358dedf-713f-4428-8f55-1f0218e199db .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(64, 132, 174, 1);
}

#s-4358dedf-713f-4428-8f55-1f0218e199db .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-73c16a48-9aa1-4757-9267-3c15f47bd4f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73c16a48-9aa1-4757-9267-3c15f47bd4f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73c16a48-9aa1-4757-9267-3c15f47bd4f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73c16a48-9aa1-4757-9267-3c15f47bd4f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-669583f2-9815-474c-811b-e7b91b4fa18b {
  display: none;
}
#s-669583f2-9815-474c-811b-e7b91b4fa18b, #wrap-s-669583f2-9815-474c-811b-e7b91b4fa18b, #wrap-content-s-669583f2-9815-474c-811b-e7b91b4fa18b { display: none !important; }}@media (max-width: 767px){#s-669583f2-9815-474c-811b-e7b91b4fa18b {
  display: none;
}
#s-669583f2-9815-474c-811b-e7b91b4fa18b, #wrap-s-669583f2-9815-474c-811b-e7b91b4fa18b, #wrap-content-s-669583f2-9815-474c-811b-e7b91b4fa18b { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-73df4a80-3496-4d4b-b963-fcd1ca574260 {
  display: none;
}
#s-73df4a80-3496-4d4b-b963-fcd1ca574260, #wrap-s-73df4a80-3496-4d4b-b963-fcd1ca574260, #wrap-content-s-73df4a80-3496-4d4b-b963-fcd1ca574260 { display: none !important; }}@media (max-width: 767px){#s-73df4a80-3496-4d4b-b963-fcd1ca574260 {
  display: none;
}
#s-73df4a80-3496-4d4b-b963-fcd1ca574260, #wrap-s-73df4a80-3496-4d4b-b963-fcd1ca574260, #wrap-content-s-73df4a80-3496-4d4b-b963-fcd1ca574260 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-164f1d8d-dc0e-43d9-9b37-a907cee34375 {
  display: none;
}
#s-164f1d8d-dc0e-43d9-9b37-a907cee34375, #wrap-s-164f1d8d-dc0e-43d9-9b37-a907cee34375, #wrap-content-s-164f1d8d-dc0e-43d9-9b37-a907cee34375 { display: none !important; }}@media (max-width: 767px){#s-164f1d8d-dc0e-43d9-9b37-a907cee34375 {
  display: none;
}
#s-164f1d8d-dc0e-43d9-9b37-a907cee34375, #wrap-s-164f1d8d-dc0e-43d9-9b37-a907cee34375, #wrap-content-s-164f1d8d-dc0e-43d9-9b37-a907cee34375 { display: none !important; }}
#s-e843d2b2-3343-42f0-9cd7-867297d9fee3 {
  box-shadow:2px 2px 10px 3px rgba(194, 185, 185, 1);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(64, 132, 174, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(64, 132, 174, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-e843d2b2-3343-42f0-9cd7-867297d9fee3:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e843d2b2-3343-42f0-9cd7-867297d9fee3:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-e843d2b2-3343-42f0-9cd7-867297d9fee3 {
  display: none;
}
#s-e843d2b2-3343-42f0-9cd7-867297d9fee3, #wrap-s-e843d2b2-3343-42f0-9cd7-867297d9fee3, #wrap-content-s-e843d2b2-3343-42f0-9cd7-867297d9fee3 { display: none !important; }}@media (max-width: 767px){#s-e843d2b2-3343-42f0-9cd7-867297d9fee3 {
  display: none;
}
#s-e843d2b2-3343-42f0-9cd7-867297d9fee3, #wrap-s-e843d2b2-3343-42f0-9cd7-867297d9fee3, #wrap-content-s-e843d2b2-3343-42f0-9cd7-867297d9fee3 { display: none !important; }}

  #s-e843d2b2-3343-42f0-9cd7-867297d9fee3-root {
    text-align: center;
  }


#s-e843d2b2-3343-42f0-9cd7-867297d9fee3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e843d2b2-3343-42f0-9cd7-867297d9fee3-root {
    text-align: center;
  }


#s-e843d2b2-3343-42f0-9cd7-867297d9fee3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e843d2b2-3343-42f0-9cd7-867297d9fee3-root {
    text-align: center;
  }


#s-e843d2b2-3343-42f0-9cd7-867297d9fee3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e843d2b2-3343-42f0-9cd7-867297d9fee3-root {
    text-align: center;
  }


#s-e843d2b2-3343-42f0-9cd7-867297d9fee3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e843d2b2-3343-42f0-9cd7-867297d9fee3-root {
    text-align: center;
  }


#s-e843d2b2-3343-42f0-9cd7-867297d9fee3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-80a15149-8063-4044-bce7-1df4392b9793 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-80a15149-8063-4044-bce7-1df4392b9793 {
  display: none;
}
#s-80a15149-8063-4044-bce7-1df4392b9793, #wrap-s-80a15149-8063-4044-bce7-1df4392b9793, #wrap-content-s-80a15149-8063-4044-bce7-1df4392b9793 { display: none !important; }}@media (max-width: 767px){#s-80a15149-8063-4044-bce7-1df4392b9793 {
  display: none;
}
#s-80a15149-8063-4044-bce7-1df4392b9793, #wrap-s-80a15149-8063-4044-bce7-1df4392b9793, #wrap-content-s-80a15149-8063-4044-bce7-1df4392b9793 { display: none !important; }}
#s-80a15149-8063-4044-bce7-1df4392b9793 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-80a15149-8063-4044-bce7-1df4392b9793 img.shogun-image,
  #s-80a15149-8063-4044-bce7-1df4392b9793 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80a15149-8063-4044-bce7-1df4392b9793 {
    width: 100%;
    height: auto;
  }



  #s-80a15149-8063-4044-bce7-1df4392b9793 img.shogun-image {
    

    
    
    
  }


#s-80a15149-8063-4044-bce7-1df4392b9793 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-fbc8db9b-26d1-4c93-a902-90ba9c8bdb6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbc8db9b-26d1-4c93-a902-90ba9c8bdb6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbc8db9b-26d1-4c93-a902-90ba9c8bdb6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbc8db9b-26d1-4c93-a902-90ba9c8bdb6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-8518e68c-3bd8-4d67-8b9e-f40e8f8955f1 {
  display: none;
}
#s-8518e68c-3bd8-4d67-8b9e-f40e8f8955f1, #wrap-s-8518e68c-3bd8-4d67-8b9e-f40e8f8955f1, #wrap-content-s-8518e68c-3bd8-4d67-8b9e-f40e8f8955f1 { display: none !important; }}@media (max-width: 767px){#s-8518e68c-3bd8-4d67-8b9e-f40e8f8955f1 {
  display: none;
}
#s-8518e68c-3bd8-4d67-8b9e-f40e8f8955f1, #wrap-s-8518e68c-3bd8-4d67-8b9e-f40e8f8955f1, #wrap-content-s-8518e68c-3bd8-4d67-8b9e-f40e8f8955f1 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-ce473188-c380-4e96-bc75-dc250be0a216 {
  display: none;
}
#s-ce473188-c380-4e96-bc75-dc250be0a216, #wrap-s-ce473188-c380-4e96-bc75-dc250be0a216, #wrap-content-s-ce473188-c380-4e96-bc75-dc250be0a216 { display: none !important; }}@media (max-width: 767px){#s-ce473188-c380-4e96-bc75-dc250be0a216 {
  display: none;
}
#s-ce473188-c380-4e96-bc75-dc250be0a216, #wrap-s-ce473188-c380-4e96-bc75-dc250be0a216, #wrap-content-s-ce473188-c380-4e96-bc75-dc250be0a216 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-b9f4b161-e1c3-4fa9-85f4-57974bfa6ec4 {
  display: none;
}
#s-b9f4b161-e1c3-4fa9-85f4-57974bfa6ec4, #wrap-s-b9f4b161-e1c3-4fa9-85f4-57974bfa6ec4, #wrap-content-s-b9f4b161-e1c3-4fa9-85f4-57974bfa6ec4 { display: none !important; }}@media (max-width: 767px){#s-b9f4b161-e1c3-4fa9-85f4-57974bfa6ec4 {
  display: none;
}
#s-b9f4b161-e1c3-4fa9-85f4-57974bfa6ec4, #wrap-s-b9f4b161-e1c3-4fa9-85f4-57974bfa6ec4, #wrap-content-s-b9f4b161-e1c3-4fa9-85f4-57974bfa6ec4 { display: none !important; }}
#s-ffafb214-dd71-4203-ad25-d8f474b546f2 {
  box-shadow:2px 2px 10px 3px rgba(194, 185, 185, 1);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(64, 132, 174, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(64, 132, 174, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ffafb214-dd71-4203-ad25-d8f474b546f2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ffafb214-dd71-4203-ad25-d8f474b546f2:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-ffafb214-dd71-4203-ad25-d8f474b546f2 {
  display: none;
}
#s-ffafb214-dd71-4203-ad25-d8f474b546f2, #wrap-s-ffafb214-dd71-4203-ad25-d8f474b546f2, #wrap-content-s-ffafb214-dd71-4203-ad25-d8f474b546f2 { display: none !important; }}@media (max-width: 767px){#s-ffafb214-dd71-4203-ad25-d8f474b546f2 {
  display: none;
}
#s-ffafb214-dd71-4203-ad25-d8f474b546f2, #wrap-s-ffafb214-dd71-4203-ad25-d8f474b546f2, #wrap-content-s-ffafb214-dd71-4203-ad25-d8f474b546f2 { display: none !important; }}

  #s-ffafb214-dd71-4203-ad25-d8f474b546f2-root {
    text-align: center;
  }


#s-ffafb214-dd71-4203-ad25-d8f474b546f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ffafb214-dd71-4203-ad25-d8f474b546f2-root {
    text-align: center;
  }


#s-ffafb214-dd71-4203-ad25-d8f474b546f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffafb214-dd71-4203-ad25-d8f474b546f2-root {
    text-align: center;
  }


#s-ffafb214-dd71-4203-ad25-d8f474b546f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffafb214-dd71-4203-ad25-d8f474b546f2-root {
    text-align: center;
  }


#s-ffafb214-dd71-4203-ad25-d8f474b546f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ffafb214-dd71-4203-ad25-d8f474b546f2-root {
    text-align: center;
  }


#s-ffafb214-dd71-4203-ad25-d8f474b546f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-4f6879c0-d577-437e-9855-bf83bea4c5e5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f6879c0-d577-437e-9855-bf83bea4c5e5 {
  display: none;
}
#s-4f6879c0-d577-437e-9855-bf83bea4c5e5, #wrap-s-4f6879c0-d577-437e-9855-bf83bea4c5e5, #wrap-content-s-4f6879c0-d577-437e-9855-bf83bea4c5e5 { display: none !important; }}@media (max-width: 767px){#s-4f6879c0-d577-437e-9855-bf83bea4c5e5 {
  display: none;
}
#s-4f6879c0-d577-437e-9855-bf83bea4c5e5, #wrap-s-4f6879c0-d577-437e-9855-bf83bea4c5e5, #wrap-content-s-4f6879c0-d577-437e-9855-bf83bea4c5e5 { display: none !important; }}
#s-4f6879c0-d577-437e-9855-bf83bea4c5e5 {
  overflow: hidden;
  
  
}







  #s-4f6879c0-d577-437e-9855-bf83bea4c5e5 img.shogun-image {
    

    
    
    
  }


#s-4f6879c0-d577-437e-9855-bf83bea4c5e5 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-ac99c05b-d16b-43c4-b3d1-ee0e944f511d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac99c05b-d16b-43c4-b3d1-ee0e944f511d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac99c05b-d16b-43c4-b3d1-ee0e944f511d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac99c05b-d16b-43c4-b3d1-ee0e944f511d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-b2d74579-36cf-4183-877d-117ac5487304 {
  display: none;
}
#s-b2d74579-36cf-4183-877d-117ac5487304, #wrap-s-b2d74579-36cf-4183-877d-117ac5487304, #wrap-content-s-b2d74579-36cf-4183-877d-117ac5487304 { display: none !important; }}@media (max-width: 767px){#s-b2d74579-36cf-4183-877d-117ac5487304 {
  display: none;
}
#s-b2d74579-36cf-4183-877d-117ac5487304, #wrap-s-b2d74579-36cf-4183-877d-117ac5487304, #wrap-content-s-b2d74579-36cf-4183-877d-117ac5487304 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-29b51727-3f10-4318-a38e-e0a7ff1f77d2 {
  display: none;
}
#s-29b51727-3f10-4318-a38e-e0a7ff1f77d2, #wrap-s-29b51727-3f10-4318-a38e-e0a7ff1f77d2, #wrap-content-s-29b51727-3f10-4318-a38e-e0a7ff1f77d2 { display: none !important; }}@media (max-width: 767px){#s-29b51727-3f10-4318-a38e-e0a7ff1f77d2 {
  display: none;
}
#s-29b51727-3f10-4318-a38e-e0a7ff1f77d2, #wrap-s-29b51727-3f10-4318-a38e-e0a7ff1f77d2, #wrap-content-s-29b51727-3f10-4318-a38e-e0a7ff1f77d2 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-5d359a99-d356-4bb2-844a-21329ef030c3 {
  display: none;
}
#s-5d359a99-d356-4bb2-844a-21329ef030c3, #wrap-s-5d359a99-d356-4bb2-844a-21329ef030c3, #wrap-content-s-5d359a99-d356-4bb2-844a-21329ef030c3 { display: none !important; }}@media (max-width: 767px){#s-5d359a99-d356-4bb2-844a-21329ef030c3 {
  display: none;
}
#s-5d359a99-d356-4bb2-844a-21329ef030c3, #wrap-s-5d359a99-d356-4bb2-844a-21329ef030c3, #wrap-content-s-5d359a99-d356-4bb2-844a-21329ef030c3 { display: none !important; }}
#s-5a3d92cb-35ca-4097-aed4-484bf165975b {
  box-shadow:2px 2px 10px 3px rgba(194, 185, 185, 1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(64, 132, 174, 1);
border-radius: 2px;
background-color: rgba(64, 132, 174, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-5a3d92cb-35ca-4097-aed4-484bf165975b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5a3d92cb-35ca-4097-aed4-484bf165975b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-5a3d92cb-35ca-4097-aed4-484bf165975b {
  display: none;
}
#s-5a3d92cb-35ca-4097-aed4-484bf165975b, #wrap-s-5a3d92cb-35ca-4097-aed4-484bf165975b, #wrap-content-s-5a3d92cb-35ca-4097-aed4-484bf165975b { display: none !important; }}

  #s-5a3d92cb-35ca-4097-aed4-484bf165975b-root {
    text-align: center;
  }


#s-5a3d92cb-35ca-4097-aed4-484bf165975b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5a3d92cb-35ca-4097-aed4-484bf165975b-root {
    text-align: center;
  }


#s-5a3d92cb-35ca-4097-aed4-484bf165975b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a3d92cb-35ca-4097-aed4-484bf165975b-root {
    text-align: center;
  }


#s-5a3d92cb-35ca-4097-aed4-484bf165975b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a3d92cb-35ca-4097-aed4-484bf165975b-root {
    text-align: center;
  }


#s-5a3d92cb-35ca-4097-aed4-484bf165975b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5a3d92cb-35ca-4097-aed4-484bf165975b-root {
    text-align: center;
  }


#s-5a3d92cb-35ca-4097-aed4-484bf165975b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-aeaee331-af9d-4a7c-ab13-41c8aa2ccd3b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-aeaee331-af9d-4a7c-ab13-41c8aa2ccd3b {
  display: none;
}
#s-aeaee331-af9d-4a7c-ab13-41c8aa2ccd3b, #wrap-s-aeaee331-af9d-4a7c-ab13-41c8aa2ccd3b, #wrap-content-s-aeaee331-af9d-4a7c-ab13-41c8aa2ccd3b { display: none !important; }}@media (max-width: 767px){#s-aeaee331-af9d-4a7c-ab13-41c8aa2ccd3b {
  display: none;
}
#s-aeaee331-af9d-4a7c-ab13-41c8aa2ccd3b, #wrap-s-aeaee331-af9d-4a7c-ab13-41c8aa2ccd3b, #wrap-content-s-aeaee331-af9d-4a7c-ab13-41c8aa2ccd3b { display: none !important; }}
#s-aeaee331-af9d-4a7c-ab13-41c8aa2ccd3b {
  overflow: hidden;
  
  
}







  #s-aeaee331-af9d-4a7c-ab13-41c8aa2ccd3b img.shogun-image {
    

    
    
    
  }


#s-aeaee331-af9d-4a7c-ab13-41c8aa2ccd3b .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-83ae3fef-31fb-4e5e-b7a8-69ccd9f29f5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83ae3fef-31fb-4e5e-b7a8-69ccd9f29f5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83ae3fef-31fb-4e5e-b7a8-69ccd9f29f5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83ae3fef-31fb-4e5e-b7a8-69ccd9f29f5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-c1e1afee-c76a-44cb-91e4-efca4b29e7d4 {
  display: none;
}
#s-c1e1afee-c76a-44cb-91e4-efca4b29e7d4, #wrap-s-c1e1afee-c76a-44cb-91e4-efca4b29e7d4, #wrap-content-s-c1e1afee-c76a-44cb-91e4-efca4b29e7d4 { display: none !important; }}@media (max-width: 767px){#s-c1e1afee-c76a-44cb-91e4-efca4b29e7d4 {
  display: none;
}
#s-c1e1afee-c76a-44cb-91e4-efca4b29e7d4, #wrap-s-c1e1afee-c76a-44cb-91e4-efca4b29e7d4, #wrap-content-s-c1e1afee-c76a-44cb-91e4-efca4b29e7d4 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-59f748dc-69da-4c41-b370-052ebe687837 {
  display: none;
}
#s-59f748dc-69da-4c41-b370-052ebe687837, #wrap-s-59f748dc-69da-4c41-b370-052ebe687837, #wrap-content-s-59f748dc-69da-4c41-b370-052ebe687837 { display: none !important; }}@media (max-width: 767px){#s-59f748dc-69da-4c41-b370-052ebe687837 {
  display: none;
}
#s-59f748dc-69da-4c41-b370-052ebe687837, #wrap-s-59f748dc-69da-4c41-b370-052ebe687837, #wrap-content-s-59f748dc-69da-4c41-b370-052ebe687837 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-35219ecb-2b08-464f-9174-f81cd89c2993 {
  display: none;
}
#s-35219ecb-2b08-464f-9174-f81cd89c2993, #wrap-s-35219ecb-2b08-464f-9174-f81cd89c2993, #wrap-content-s-35219ecb-2b08-464f-9174-f81cd89c2993 { display: none !important; }}@media (max-width: 767px){#s-35219ecb-2b08-464f-9174-f81cd89c2993 {
  display: none;
}
#s-35219ecb-2b08-464f-9174-f81cd89c2993, #wrap-s-35219ecb-2b08-464f-9174-f81cd89c2993, #wrap-content-s-35219ecb-2b08-464f-9174-f81cd89c2993 { display: none !important; }}
#s-f465674a-531b-44b6-9c8e-bf1e3572a0ad {
  box-shadow:2px 2px 10px 3px rgba(194, 185, 185, 1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(64, 132, 174, 1);
border-radius: 2px;
background-color: rgba(64, 132, 174, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f465674a-531b-44b6-9c8e-bf1e3572a0ad:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f465674a-531b-44b6-9c8e-bf1e3572a0ad:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-f465674a-531b-44b6-9c8e-bf1e3572a0ad {
  display: none;
}
#s-f465674a-531b-44b6-9c8e-bf1e3572a0ad, #wrap-s-f465674a-531b-44b6-9c8e-bf1e3572a0ad, #wrap-content-s-f465674a-531b-44b6-9c8e-bf1e3572a0ad { display: none !important; }}@media (max-width: 767px){#s-f465674a-531b-44b6-9c8e-bf1e3572a0ad {
  display: none;
}
#s-f465674a-531b-44b6-9c8e-bf1e3572a0ad, #wrap-s-f465674a-531b-44b6-9c8e-bf1e3572a0ad, #wrap-content-s-f465674a-531b-44b6-9c8e-bf1e3572a0ad { display: none !important; }}

  #s-f465674a-531b-44b6-9c8e-bf1e3572a0ad-root {
    text-align: center;
  }


#s-f465674a-531b-44b6-9c8e-bf1e3572a0ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f465674a-531b-44b6-9c8e-bf1e3572a0ad-root {
    text-align: center;
  }


#s-f465674a-531b-44b6-9c8e-bf1e3572a0ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f465674a-531b-44b6-9c8e-bf1e3572a0ad-root {
    text-align: center;
  }


#s-f465674a-531b-44b6-9c8e-bf1e3572a0ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f465674a-531b-44b6-9c8e-bf1e3572a0ad-root {
    text-align: center;
  }


#s-f465674a-531b-44b6-9c8e-bf1e3572a0ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f465674a-531b-44b6-9c8e-bf1e3572a0ad-root {
    text-align: center;
  }


#s-f465674a-531b-44b6-9c8e-bf1e3572a0ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-913b8359-b1e4-4dfb-bd3b-e9946cf83be8 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-913b8359-b1e4-4dfb-bd3b-e9946cf83be8 {
  display: none;
}
#s-913b8359-b1e4-4dfb-bd3b-e9946cf83be8, #wrap-s-913b8359-b1e4-4dfb-bd3b-e9946cf83be8, #wrap-content-s-913b8359-b1e4-4dfb-bd3b-e9946cf83be8 { display: none !important; }}@media (max-width: 767px){#s-913b8359-b1e4-4dfb-bd3b-e9946cf83be8 {
  display: none;
}
#s-913b8359-b1e4-4dfb-bd3b-e9946cf83be8, #wrap-s-913b8359-b1e4-4dfb-bd3b-e9946cf83be8, #wrap-content-s-913b8359-b1e4-4dfb-bd3b-e9946cf83be8 { display: none !important; }}
#s-913b8359-b1e4-4dfb-bd3b-e9946cf83be8 {
  overflow: hidden;
  
  
}







  #s-913b8359-b1e4-4dfb-bd3b-e9946cf83be8 img.shogun-image {
    

    
    
    
  }


#s-913b8359-b1e4-4dfb-bd3b-e9946cf83be8 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-6cabe412-1ee6-445f-9e32-fbe023135cf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cabe412-1ee6-445f-9e32-fbe023135cf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6cabe412-1ee6-445f-9e32-fbe023135cf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cabe412-1ee6-445f-9e32-fbe023135cf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-75b51167-ebfb-43de-b81d-47a91f978eaf {
  display: none;
}
#s-75b51167-ebfb-43de-b81d-47a91f978eaf, #wrap-s-75b51167-ebfb-43de-b81d-47a91f978eaf, #wrap-content-s-75b51167-ebfb-43de-b81d-47a91f978eaf { display: none !important; }}@media (max-width: 767px){#s-75b51167-ebfb-43de-b81d-47a91f978eaf {
  display: none;
}
#s-75b51167-ebfb-43de-b81d-47a91f978eaf, #wrap-s-75b51167-ebfb-43de-b81d-47a91f978eaf, #wrap-content-s-75b51167-ebfb-43de-b81d-47a91f978eaf { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-83b8eb0f-5efb-4527-9cc4-c49d5096113c {
  display: none;
}
#s-83b8eb0f-5efb-4527-9cc4-c49d5096113c, #wrap-s-83b8eb0f-5efb-4527-9cc4-c49d5096113c, #wrap-content-s-83b8eb0f-5efb-4527-9cc4-c49d5096113c { display: none !important; }}@media (max-width: 767px){#s-83b8eb0f-5efb-4527-9cc4-c49d5096113c {
  display: none;
}
#s-83b8eb0f-5efb-4527-9cc4-c49d5096113c, #wrap-s-83b8eb0f-5efb-4527-9cc4-c49d5096113c, #wrap-content-s-83b8eb0f-5efb-4527-9cc4-c49d5096113c { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-964f51d2-419f-4ba7-842a-bf49238874cb {
  display: none;
}
#s-964f51d2-419f-4ba7-842a-bf49238874cb, #wrap-s-964f51d2-419f-4ba7-842a-bf49238874cb, #wrap-content-s-964f51d2-419f-4ba7-842a-bf49238874cb { display: none !important; }}@media (max-width: 767px){#s-964f51d2-419f-4ba7-842a-bf49238874cb {
  display: none;
}
#s-964f51d2-419f-4ba7-842a-bf49238874cb, #wrap-s-964f51d2-419f-4ba7-842a-bf49238874cb, #wrap-content-s-964f51d2-419f-4ba7-842a-bf49238874cb { display: none !important; }}
#s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0 {
  box-shadow:2px 2px 10px 3px rgba(194, 185, 185, 1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(40, 35, 175, 1);
border-radius: 2px;
background-color: rgba(64, 132, 174, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0 {
  display: none;
}
#s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0, #wrap-s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0, #wrap-content-s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0 { display: none !important; }}@media (max-width: 767px){#s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0 {
  display: none;
}
#s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0, #wrap-s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0, #wrap-content-s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0 { display: none !important; }}

  #s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0-root {
    text-align: center;
  }


#s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0-root {
    text-align: center;
  }


#s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0-root {
    text-align: center;
  }


#s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0-root {
    text-align: center;
  }


#s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0-root {
    text-align: center;
  }


#s-c961bb78-4a95-4e2e-a56f-1e403c1c3bd0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-0d09cca1-ec9c-48f5-927e-e6468f9dd4ee {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d09cca1-ec9c-48f5-927e-e6468f9dd4ee {
  
}
}@media (max-width: 767px){#s-0d09cca1-ec9c-48f5-927e-e6468f9dd4ee {
  display: none;
}
#s-0d09cca1-ec9c-48f5-927e-e6468f9dd4ee, #wrap-s-0d09cca1-ec9c-48f5-927e-e6468f9dd4ee, #wrap-content-s-0d09cca1-ec9c-48f5-927e-e6468f9dd4ee { display: none !important; }}
#s-0d09cca1-ec9c-48f5-927e-e6468f9dd4ee {
  overflow: hidden;
  
  
}







  #s-0d09cca1-ec9c-48f5-927e-e6468f9dd4ee img.shogun-image {
    

    
    
    
  }


#s-0d09cca1-ec9c-48f5-927e-e6468f9dd4ee .shogun-image-content {
  
    justify-content: center;
  
}

#s-f529f753-c6ac-4cf1-adca-4df5df75219a {
  padding-top: 100px;
padding-bottom: 100px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-f529f753-c6ac-4cf1-adca-4df5df75219a {
  display: none;
}
#s-f529f753-c6ac-4cf1-adca-4df5df75219a, #wrap-s-f529f753-c6ac-4cf1-adca-4df5df75219a, #wrap-content-s-f529f753-c6ac-4cf1-adca-4df5df75219a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f529f753-c6ac-4cf1-adca-4df5df75219a {
  display: none;
}
#s-f529f753-c6ac-4cf1-adca-4df5df75219a, #wrap-s-f529f753-c6ac-4cf1-adca-4df5df75219a, #wrap-content-s-f529f753-c6ac-4cf1-adca-4df5df75219a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f529f753-c6ac-4cf1-adca-4df5df75219a {
  
}
}@media (max-width: 767px){#s-f529f753-c6ac-4cf1-adca-4df5df75219a {
  
}
}
@media (min-width: 0px) {
[id="s-f529f753-c6ac-4cf1-adca-4df5df75219a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f529f753-c6ac-4cf1-adca-4df5df75219a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f529f753-c6ac-4cf1-adca-4df5df75219a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f529f753-c6ac-4cf1-adca-4df5df75219a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f529f753-c6ac-4cf1-adca-4df5df75219a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f529f753-c6ac-4cf1-adca-4df5df75219a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f529f753-c6ac-4cf1-adca-4df5df75219a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-ba2cdae3-5caa-4350-83a7-f50a732fc5d5 {
  padding-top: 110px;
padding-bottom: 110px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba2cdae3-5caa-4350-83a7-f50a732fc5d5 {
  display: none;
}
#s-ba2cdae3-5caa-4350-83a7-f50a732fc5d5, #wrap-s-ba2cdae3-5caa-4350-83a7-f50a732fc5d5, #wrap-content-s-ba2cdae3-5caa-4350-83a7-f50a732fc5d5 { display: none !important; }}@media (max-width: 767px){#s-ba2cdae3-5caa-4350-83a7-f50a732fc5d5 {
  display: none;
}
#s-ba2cdae3-5caa-4350-83a7-f50a732fc5d5, #wrap-s-ba2cdae3-5caa-4350-83a7-f50a732fc5d5, #wrap-content-s-ba2cdae3-5caa-4350-83a7-f50a732fc5d5 { display: none !important; }}
#s-ba2cdae3-5caa-4350-83a7-f50a732fc5d5 {
  overflow: hidden;
  
  
}







  #s-ba2cdae3-5caa-4350-83a7-f50a732fc5d5 img.shogun-image {
    

    
    
    
  }


#s-ba2cdae3-5caa-4350-83a7-f50a732fc5d5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a5bb32cd-42fa-429e-a8b4-fc91ee03c966 {
  padding-top: 100px;
padding-bottom: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a5bb32cd-42fa-429e-a8b4-fc91ee03c966 {
  display: none;
}
#s-a5bb32cd-42fa-429e-a8b4-fc91ee03c966, #wrap-s-a5bb32cd-42fa-429e-a8b4-fc91ee03c966, #wrap-content-s-a5bb32cd-42fa-429e-a8b4-fc91ee03c966 { display: none !important; }}@media (max-width: 767px){#s-a5bb32cd-42fa-429e-a8b4-fc91ee03c966 {
  display: none;
}
#s-a5bb32cd-42fa-429e-a8b4-fc91ee03c966, #wrap-s-a5bb32cd-42fa-429e-a8b4-fc91ee03c966, #wrap-content-s-a5bb32cd-42fa-429e-a8b4-fc91ee03c966 { display: none !important; }}
#s-a5bb32cd-42fa-429e-a8b4-fc91ee03c966 {
  overflow: hidden;
  
  
}







  #s-a5bb32cd-42fa-429e-a8b4-fc91ee03c966 img.shogun-image {
    

    
    
    
  }


#s-a5bb32cd-42fa-429e-a8b4-fc91ee03c966 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dd2a6c60-0a2a-4e95-b6a4-ad8f84d905c9 {
  padding-top: 100px;
padding-bottom: 100px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-dd2a6c60-0a2a-4e95-b6a4-ad8f84d905c9 {
  display: none;
}
#s-dd2a6c60-0a2a-4e95-b6a4-ad8f84d905c9, #wrap-s-dd2a6c60-0a2a-4e95-b6a4-ad8f84d905c9, #wrap-content-s-dd2a6c60-0a2a-4e95-b6a4-ad8f84d905c9 { display: none !important; }}@media (max-width: 767px){#s-dd2a6c60-0a2a-4e95-b6a4-ad8f84d905c9 {
  display: none;
}
#s-dd2a6c60-0a2a-4e95-b6a4-ad8f84d905c9, #wrap-s-dd2a6c60-0a2a-4e95-b6a4-ad8f84d905c9, #wrap-content-s-dd2a6c60-0a2a-4e95-b6a4-ad8f84d905c9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dd2a6c60-0a2a-4e95-b6a4-ad8f84d905c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dd2a6c60-0a2a-4e95-b6a4-ad8f84d905c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dd2a6c60-0a2a-4e95-b6a4-ad8f84d905c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dd2a6c60-0a2a-4e95-b6a4-ad8f84d905c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dd2a6c60-0a2a-4e95-b6a4-ad8f84d905c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dd2a6c60-0a2a-4e95-b6a4-ad8f84d905c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-dd2a6c60-0a2a-4e95-b6a4-ad8f84d905c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

@media (min-width: 768px) and (max-width: 991px){#s-c2f5099f-5a6f-4d5e-ac7a-b7ab086c7e24 {
  display: none;
}
#s-c2f5099f-5a6f-4d5e-ac7a-b7ab086c7e24, #wrap-s-c2f5099f-5a6f-4d5e-ac7a-b7ab086c7e24, #wrap-content-s-c2f5099f-5a6f-4d5e-ac7a-b7ab086c7e24 { display: none !important; }}@media (max-width: 767px){#s-c2f5099f-5a6f-4d5e-ac7a-b7ab086c7e24 {
  display: none;
}
#s-c2f5099f-5a6f-4d5e-ac7a-b7ab086c7e24, #wrap-s-c2f5099f-5a6f-4d5e-ac7a-b7ab086c7e24, #wrap-content-s-c2f5099f-5a6f-4d5e-ac7a-b7ab086c7e24 { display: none !important; }}
#s-c2f5099f-5a6f-4d5e-ac7a-b7ab086c7e24 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-c2f5099f-5a6f-4d5e-ac7a-b7ab086c7e24 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(64, 132, 174, 1);
  padding: 17px;
}

#s-c2f5099f-5a6f-4d5e-ac7a-b7ab086c7e24 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(252, 252, 252, 1);
}

#s-c2f5099f-5a6f-4d5e-ac7a-b7ab086c7e24 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c2f5099f-5a6f-4d5e-ac7a-b7ab086c7e24 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(252, 252, 252, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 18px;
}

#s-c2f5099f-5a6f-4d5e-ac7a-b7ab086c7e24 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-b16363b6-e2d8-40a0-b612-2fcae8409d43 {
  padding-top: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b16363b6-e2d8-40a0-b612-2fcae8409d43 {
  display: none;
}
#s-b16363b6-e2d8-40a0-b612-2fcae8409d43, #wrap-s-b16363b6-e2d8-40a0-b612-2fcae8409d43, #wrap-content-s-b16363b6-e2d8-40a0-b612-2fcae8409d43 { display: none !important; }}@media (max-width: 767px){#s-b16363b6-e2d8-40a0-b612-2fcae8409d43 {
  display: none;
}
#s-b16363b6-e2d8-40a0-b612-2fcae8409d43, #wrap-s-b16363b6-e2d8-40a0-b612-2fcae8409d43, #wrap-content-s-b16363b6-e2d8-40a0-b612-2fcae8409d43 { display: none !important; }}
#s-7933377f-268e-4457-bf10-ff1108eec4d0 {
  padding-top: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7933377f-268e-4457-bf10-ff1108eec4d0 {
  display: none;
}
#s-7933377f-268e-4457-bf10-ff1108eec4d0, #wrap-s-7933377f-268e-4457-bf10-ff1108eec4d0, #wrap-content-s-7933377f-268e-4457-bf10-ff1108eec4d0 { display: none !important; }}@media (max-width: 767px){#s-7933377f-268e-4457-bf10-ff1108eec4d0 {
  display: none;
}
#s-7933377f-268e-4457-bf10-ff1108eec4d0, #wrap-s-7933377f-268e-4457-bf10-ff1108eec4d0, #wrap-content-s-7933377f-268e-4457-bf10-ff1108eec4d0 { display: none !important; }}
#s-60948888-3de7-42c2-8648-12f4ccc7e6ee {
  padding-top: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-60948888-3de7-42c2-8648-12f4ccc7e6ee {
  display: none;
}
#s-60948888-3de7-42c2-8648-12f4ccc7e6ee, #wrap-s-60948888-3de7-42c2-8648-12f4ccc7e6ee, #wrap-content-s-60948888-3de7-42c2-8648-12f4ccc7e6ee { display: none !important; }}@media (max-width: 767px){#s-60948888-3de7-42c2-8648-12f4ccc7e6ee {
  display: none;
}
#s-60948888-3de7-42c2-8648-12f4ccc7e6ee, #wrap-s-60948888-3de7-42c2-8648-12f4ccc7e6ee, #wrap-content-s-60948888-3de7-42c2-8648-12f4ccc7e6ee { display: none !important; }}
#s-64b8e5dc-b009-49eb-a4a3-8e874abbcc5f {
  padding-top: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-64b8e5dc-b009-49eb-a4a3-8e874abbcc5f {
  display: none;
}
#s-64b8e5dc-b009-49eb-a4a3-8e874abbcc5f, #wrap-s-64b8e5dc-b009-49eb-a4a3-8e874abbcc5f, #wrap-content-s-64b8e5dc-b009-49eb-a4a3-8e874abbcc5f { display: none !important; }}@media (max-width: 767px){#s-64b8e5dc-b009-49eb-a4a3-8e874abbcc5f {
  display: none;
}
#s-64b8e5dc-b009-49eb-a4a3-8e874abbcc5f, #wrap-s-64b8e5dc-b009-49eb-a4a3-8e874abbcc5f, #wrap-content-s-64b8e5dc-b009-49eb-a4a3-8e874abbcc5f { display: none !important; }}
#s-3c79e03a-10fb-43b8-92cf-86cd3083a304 {
  padding-top: 25px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c79e03a-10fb-43b8-92cf-86cd3083a304 {
  display: none;
}
#s-3c79e03a-10fb-43b8-92cf-86cd3083a304, #wrap-s-3c79e03a-10fb-43b8-92cf-86cd3083a304, #wrap-content-s-3c79e03a-10fb-43b8-92cf-86cd3083a304 { display: none !important; }}@media (max-width: 767px){#s-3c79e03a-10fb-43b8-92cf-86cd3083a304 {
  display: none;
}
#s-3c79e03a-10fb-43b8-92cf-86cd3083a304, #wrap-s-3c79e03a-10fb-43b8-92cf-86cd3083a304, #wrap-content-s-3c79e03a-10fb-43b8-92cf-86cd3083a304 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-e10e1816-7900-43f7-8382-5834f6166006 {
  display: none;
}
#s-e10e1816-7900-43f7-8382-5834f6166006, #wrap-s-e10e1816-7900-43f7-8382-5834f6166006, #wrap-content-s-e10e1816-7900-43f7-8382-5834f6166006 { display: none !important; }}@media (max-width: 767px){#s-e10e1816-7900-43f7-8382-5834f6166006 {
  display: none;
}
#s-e10e1816-7900-43f7-8382-5834f6166006, #wrap-s-e10e1816-7900-43f7-8382-5834f6166006, #wrap-content-s-e10e1816-7900-43f7-8382-5834f6166006 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-9ee02fb5-ddcf-416b-802f-39d4d7c1d7fc {
  display: none;
}
#s-9ee02fb5-ddcf-416b-802f-39d4d7c1d7fc, #wrap-s-9ee02fb5-ddcf-416b-802f-39d4d7c1d7fc, #wrap-content-s-9ee02fb5-ddcf-416b-802f-39d4d7c1d7fc { display: none !important; }}@media (max-width: 767px){#s-9ee02fb5-ddcf-416b-802f-39d4d7c1d7fc {
  display: none;
}
#s-9ee02fb5-ddcf-416b-802f-39d4d7c1d7fc, #wrap-s-9ee02fb5-ddcf-416b-802f-39d4d7c1d7fc, #wrap-content-s-9ee02fb5-ddcf-416b-802f-39d4d7c1d7fc { display: none !important; }}
#s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f {
  padding-top: 150px;
padding-left: 0px;
padding-bottom: 100px;
padding-right: 0px;
max-width: 100%;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f {
  padding-left: 80px;
padding-right: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f {
  padding-left: 80px;
padding-right: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f {
  display: none;
}
#s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f, #wrap-s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f, #wrap-content-s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f { display: none !important; }}@media (max-width: 767px){#s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f {
  display: none;
}
#s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f, #wrap-s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f, #wrap-content-s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f { display: none !important; }}
@media (min-width: 0px) {
[id="s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1ceec683-ea2b-400d-a1d6-a3f03ba31f1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

#s-21fa64e9-51ec-4e37-b5b7-f0c231fd13af {
  padding-left: 50px;
padding-right: 50px;
max-width: 100%;
}
@media (min-width: 1200px){#s-21fa64e9-51ec-4e37-b5b7-f0c231fd13af {
  margin-bottom: -18px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-21fa64e9-51ec-4e37-b5b7-f0c231fd13af {
  display: none;
}
#s-21fa64e9-51ec-4e37-b5b7-f0c231fd13af, #wrap-s-21fa64e9-51ec-4e37-b5b7-f0c231fd13af, #wrap-content-s-21fa64e9-51ec-4e37-b5b7-f0c231fd13af { display: none !important; }}@media (max-width: 767px){#s-21fa64e9-51ec-4e37-b5b7-f0c231fd13af {
  display: none;
}
#s-21fa64e9-51ec-4e37-b5b7-f0c231fd13af, #wrap-s-21fa64e9-51ec-4e37-b5b7-f0c231fd13af, #wrap-content-s-21fa64e9-51ec-4e37-b5b7-f0c231fd13af { display: none !important; }}
#s-7fdfcc96-7771-44b2-b82d-e6556fbe8ac2 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-7fdfcc96-7771-44b2-b82d-e6556fbe8ac2 {
  margin-bottom: -20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7fdfcc96-7771-44b2-b82d-e6556fbe8ac2 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-e6d53ed8-d38e-4f3b-a93b-7e718a861345 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e6d53ed8-d38e-4f3b-a93b-7e718a861345 {
  display: none;
}
#s-e6d53ed8-d38e-4f3b-a93b-7e718a861345, #wrap-s-e6d53ed8-d38e-4f3b-a93b-7e718a861345, #wrap-content-s-e6d53ed8-d38e-4f3b-a93b-7e718a861345 { display: none !important; }}@media (max-width: 767px){#s-e6d53ed8-d38e-4f3b-a93b-7e718a861345 {
  display: none;
}
#s-e6d53ed8-d38e-4f3b-a93b-7e718a861345, #wrap-s-e6d53ed8-d38e-4f3b-a93b-7e718a861345, #wrap-content-s-e6d53ed8-d38e-4f3b-a93b-7e718a861345 { display: none !important; }}
#s-e33ba034-a007-48f2-aa97-e39100513599 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-e33ba034-a007-48f2-aa97-e39100513599 {
  margin-left: -23px;
margin-right: -23px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e33ba034-a007-48f2-aa97-e39100513599 {
  display: none;
}
#s-e33ba034-a007-48f2-aa97-e39100513599, #wrap-s-e33ba034-a007-48f2-aa97-e39100513599, #wrap-content-s-e33ba034-a007-48f2-aa97-e39100513599 { display: none !important; }}@media (max-width: 767px){#s-e33ba034-a007-48f2-aa97-e39100513599 {
  display: none;
}
#s-e33ba034-a007-48f2-aa97-e39100513599, #wrap-s-e33ba034-a007-48f2-aa97-e39100513599, #wrap-content-s-e33ba034-a007-48f2-aa97-e39100513599 { display: none !important; }}
#s-ebceff08-808a-4c37-87b4-d422866f175a {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ebceff08-808a-4c37-87b4-d422866f175a {
  display: none;
}
#s-ebceff08-808a-4c37-87b4-d422866f175a, #wrap-s-ebceff08-808a-4c37-87b4-d422866f175a, #wrap-content-s-ebceff08-808a-4c37-87b4-d422866f175a { display: none !important; }}@media (max-width: 767px){#s-ebceff08-808a-4c37-87b4-d422866f175a {
  display: none;
}
#s-ebceff08-808a-4c37-87b4-d422866f175a, #wrap-s-ebceff08-808a-4c37-87b4-d422866f175a, #wrap-content-s-ebceff08-808a-4c37-87b4-d422866f175a { display: none !important; }}
#s-6eba0b54-298b-49d4-9173-f3ea759a881a {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6eba0b54-298b-49d4-9173-f3ea759a881a {
  display: none;
}
#s-6eba0b54-298b-49d4-9173-f3ea759a881a, #wrap-s-6eba0b54-298b-49d4-9173-f3ea759a881a, #wrap-content-s-6eba0b54-298b-49d4-9173-f3ea759a881a { display: none !important; }}@media (max-width: 767px){#s-6eba0b54-298b-49d4-9173-f3ea759a881a {
  display: none;
}
#s-6eba0b54-298b-49d4-9173-f3ea759a881a, #wrap-s-6eba0b54-298b-49d4-9173-f3ea759a881a, #wrap-content-s-6eba0b54-298b-49d4-9173-f3ea759a881a { display: none !important; }}
@media (min-width: 0px) {
[id="s-6eba0b54-298b-49d4-9173-f3ea759a881a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6eba0b54-298b-49d4-9173-f3ea759a881a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6eba0b54-298b-49d4-9173-f3ea759a881a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6eba0b54-298b-49d4-9173-f3ea759a881a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8079f6e0-d01a-49ed-8da5-12393b42df71 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(64, 132, 174, 1);
border-radius: 1px;
min-height: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(38, 38, 38, 1);
background-image: none;
hover-type: color;
}
#s-8079f6e0-d01a-49ed-8da5-12393b42df71:hover {background-color: rgba(64, 132, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8079f6e0-d01a-49ed-8da5-12393b42df71:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-8079f6e0-d01a-49ed-8da5-12393b42df71 {
  display: none;
}
#s-8079f6e0-d01a-49ed-8da5-12393b42df71, #wrap-s-8079f6e0-d01a-49ed-8da5-12393b42df71, #wrap-content-s-8079f6e0-d01a-49ed-8da5-12393b42df71 { display: none !important; }}@media (max-width: 767px){#s-8079f6e0-d01a-49ed-8da5-12393b42df71 {
  display: none;
}
#s-8079f6e0-d01a-49ed-8da5-12393b42df71, #wrap-s-8079f6e0-d01a-49ed-8da5-12393b42df71, #wrap-content-s-8079f6e0-d01a-49ed-8da5-12393b42df71 { display: none !important; }}

  #s-8079f6e0-d01a-49ed-8da5-12393b42df71-root {
    text-align: center;
  }


#s-8079f6e0-d01a-49ed-8da5-12393b42df71.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8079f6e0-d01a-49ed-8da5-12393b42df71-root {
    text-align: center;
  }


#s-8079f6e0-d01a-49ed-8da5-12393b42df71.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8079f6e0-d01a-49ed-8da5-12393b42df71-root {
    text-align: center;
  }


#s-8079f6e0-d01a-49ed-8da5-12393b42df71.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8079f6e0-d01a-49ed-8da5-12393b42df71-root {
    text-align: center;
  }


#s-8079f6e0-d01a-49ed-8da5-12393b42df71.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8079f6e0-d01a-49ed-8da5-12393b42df71-root {
    text-align: center;
  }


#s-8079f6e0-d01a-49ed-8da5-12393b42df71.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8d2133ab-9ace-4221-b9f5-272869f9945d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(64, 132, 174, 1);
border-radius: 1px;
min-height: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(38, 38, 38, 1);
}
#s-8d2133ab-9ace-4221-b9f5-272869f9945d:hover {background-color: rgba(64, 132, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8d2133ab-9ace-4221-b9f5-272869f9945d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-8d2133ab-9ace-4221-b9f5-272869f9945d {
  display: none;
}
#s-8d2133ab-9ace-4221-b9f5-272869f9945d, #wrap-s-8d2133ab-9ace-4221-b9f5-272869f9945d, #wrap-content-s-8d2133ab-9ace-4221-b9f5-272869f9945d { display: none !important; }}@media (max-width: 767px){#s-8d2133ab-9ace-4221-b9f5-272869f9945d {
  display: none;
}
#s-8d2133ab-9ace-4221-b9f5-272869f9945d, #wrap-s-8d2133ab-9ace-4221-b9f5-272869f9945d, #wrap-content-s-8d2133ab-9ace-4221-b9f5-272869f9945d { display: none !important; }}

  #s-8d2133ab-9ace-4221-b9f5-272869f9945d-root {
    text-align: center;
  }


#s-8d2133ab-9ace-4221-b9f5-272869f9945d.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8d2133ab-9ace-4221-b9f5-272869f9945d-root {
    text-align: center;
  }


#s-8d2133ab-9ace-4221-b9f5-272869f9945d.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d2133ab-9ace-4221-b9f5-272869f9945d-root {
    text-align: center;
  }


#s-8d2133ab-9ace-4221-b9f5-272869f9945d.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d2133ab-9ace-4221-b9f5-272869f9945d-root {
    text-align: center;
  }


#s-8d2133ab-9ace-4221-b9f5-272869f9945d.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8d2133ab-9ace-4221-b9f5-272869f9945d-root {
    text-align: center;
  }


#s-8d2133ab-9ace-4221-b9f5-272869f9945d.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(64, 132, 174, 1);
border-style: solid;
border-radius: 1px;
min-height: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(38, 38, 38, 1);
background-image: none;
hover-type: color;
line-height: 1.5em;
}
#s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70:hover {background-color: rgba(64, 132, 174, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70 {
  display: none;
}
#s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70, #wrap-s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70, #wrap-content-s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70 { display: none !important; }}@media (max-width: 767px){#s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70 {
  display: none;
}
#s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70, #wrap-s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70, #wrap-content-s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70 { display: none !important; }}

  #s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70-root {
    text-align: center;
  }


#s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70-root {
    text-align: center;
  }


#s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70-root {
    text-align: center;
  }


#s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70-root {
    text-align: center;
  }


#s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70-root {
    text-align: center;
  }


#s-48ef0bb4-7e35-4094-8d6f-04e0cb8e2f70.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9af9beb5-f6cb-416f-b82b-3728cf153da2 {
  margin-top: -44px;
margin-bottom: -44px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 2000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9af9beb5-f6cb-416f-b82b-3728cf153da2 {
  display: none;
}
#s-9af9beb5-f6cb-416f-b82b-3728cf153da2, #wrap-s-9af9beb5-f6cb-416f-b82b-3728cf153da2, #wrap-content-s-9af9beb5-f6cb-416f-b82b-3728cf153da2 { display: none !important; }}@media (max-width: 767px){#s-9af9beb5-f6cb-416f-b82b-3728cf153da2 {
  display: none;
}
#s-9af9beb5-f6cb-416f-b82b-3728cf153da2, #wrap-s-9af9beb5-f6cb-416f-b82b-3728cf153da2, #wrap-content-s-9af9beb5-f6cb-416f-b82b-3728cf153da2 { display: none !important; }}
#s-9af9beb5-f6cb-416f-b82b-3728cf153da2 {
  overflow: hidden;
  
  
      max-width: 2000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-9af9beb5-f6cb-416f-b82b-3728cf153da2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-979f537e-1940-4e37-bac4-bd71fff0fac9 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-979f537e-1940-4e37-bac4-bd71fff0fac9 {
  padding-top: 40px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-979f537e-1940-4e37-bac4-bd71fff0fac9 {
  padding-top: 25px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-979f537e-1940-4e37-bac4-bd71fff0fac9 {
  display: none;
}
#s-979f537e-1940-4e37-bac4-bd71fff0fac9, #wrap-s-979f537e-1940-4e37-bac4-bd71fff0fac9, #wrap-content-s-979f537e-1940-4e37-bac4-bd71fff0fac9 { display: none !important; }}@media (max-width: 767px){#s-979f537e-1940-4e37-bac4-bd71fff0fac9 {
  display: none;
}
#s-979f537e-1940-4e37-bac4-bd71fff0fac9, #wrap-s-979f537e-1940-4e37-bac4-bd71fff0fac9, #wrap-content-s-979f537e-1940-4e37-bac4-bd71fff0fac9 { display: none !important; }}
#s-79018bde-a974-4d3f-a918-f68cbf8347d2 {
  margin-top: -32px;
padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-79018bde-a974-4d3f-a918-f68cbf8347d2 {
  padding-top: 40px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79018bde-a974-4d3f-a918-f68cbf8347d2 {
  padding-top: 25px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-79018bde-a974-4d3f-a918-f68cbf8347d2 {
  display: none;
}
#s-79018bde-a974-4d3f-a918-f68cbf8347d2, #wrap-s-79018bde-a974-4d3f-a918-f68cbf8347d2, #wrap-content-s-79018bde-a974-4d3f-a918-f68cbf8347d2 { display: none !important; }}@media (max-width: 767px){#s-79018bde-a974-4d3f-a918-f68cbf8347d2 {
  display: none;
}
#s-79018bde-a974-4d3f-a918-f68cbf8347d2, #wrap-s-79018bde-a974-4d3f-a918-f68cbf8347d2, #wrap-content-s-79018bde-a974-4d3f-a918-f68cbf8347d2 { display: none !important; }}
#s-c065ffef-8f3c-4958-b423-575b344b5530 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c065ffef-8f3c-4958-b423-575b344b5530 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c065ffef-8f3c-4958-b423-575b344b5530 {
  display: none;
}
#s-c065ffef-8f3c-4958-b423-575b344b5530, #wrap-s-c065ffef-8f3c-4958-b423-575b344b5530, #wrap-content-s-c065ffef-8f3c-4958-b423-575b344b5530 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c065ffef-8f3c-4958-b423-575b344b5530 {
  
}
}







#s-c065ffef-8f3c-4958-b423-575b344b5530 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c065ffef-8f3c-4958-b423-575b344b5530.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02362b5e-2ca5-412a-9d5e-0893983dc4db {
  max-width: 2000px;
text-align: center;
}
@media (min-width: 1200px){#s-02362b5e-2ca5-412a-9d5e-0893983dc4db {
  display: none;
}
#s-02362b5e-2ca5-412a-9d5e-0893983dc4db, #wrap-s-02362b5e-2ca5-412a-9d5e-0893983dc4db, #wrap-content-s-02362b5e-2ca5-412a-9d5e-0893983dc4db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02362b5e-2ca5-412a-9d5e-0893983dc4db {
  display: none;
}
#s-02362b5e-2ca5-412a-9d5e-0893983dc4db, #wrap-s-02362b5e-2ca5-412a-9d5e-0893983dc4db, #wrap-content-s-02362b5e-2ca5-412a-9d5e-0893983dc4db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02362b5e-2ca5-412a-9d5e-0893983dc4db {
  background-color: rgba(240, 240, 240, 1);
}
}@media (max-width: 767px){#s-02362b5e-2ca5-412a-9d5e-0893983dc4db {
  background-color: rgba(240, 240, 240, 1);
}
}
#s-02362b5e-2ca5-412a-9d5e-0893983dc4db {
  overflow: hidden;
  
  
      max-width: 2000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-02362b5e-2ca5-412a-9d5e-0893983dc4db .shogun-image-content {
  
    justify-content: center;
  
}

#s-32709144-473d-4d4d-bd79-6992b6257fa1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-32709144-473d-4d4d-bd79-6992b6257fa1 {
  display: none;
}
#s-32709144-473d-4d4d-bd79-6992b6257fa1, #wrap-s-32709144-473d-4d4d-bd79-6992b6257fa1, #wrap-content-s-32709144-473d-4d4d-bd79-6992b6257fa1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32709144-473d-4d4d-bd79-6992b6257fa1 {
  display: none;
}
#s-32709144-473d-4d4d-bd79-6992b6257fa1, #wrap-s-32709144-473d-4d4d-bd79-6992b6257fa1, #wrap-content-s-32709144-473d-4d4d-bd79-6992b6257fa1 { display: none !important; }}







#s-32709144-473d-4d4d-bd79-6992b6257fa1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32709144-473d-4d4d-bd79-6992b6257fa1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79594292-a6e4-4b29-9a64-d02af6b772d7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-79594292-a6e4-4b29-9a64-d02af6b772d7 {
  display: none;
}
#s-79594292-a6e4-4b29-9a64-d02af6b772d7, #wrap-s-79594292-a6e4-4b29-9a64-d02af6b772d7, #wrap-content-s-79594292-a6e4-4b29-9a64-d02af6b772d7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79594292-a6e4-4b29-9a64-d02af6b772d7 {
  display: none;
}
#s-79594292-a6e4-4b29-9a64-d02af6b772d7, #wrap-s-79594292-a6e4-4b29-9a64-d02af6b772d7, #wrap-content-s-79594292-a6e4-4b29-9a64-d02af6b772d7 { display: none !important; }}







#s-79594292-a6e4-4b29-9a64-d02af6b772d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79594292-a6e4-4b29-9a64-d02af6b772d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d348efcd-e201-49d9-9286-626ad9f83262 {
  background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-d348efcd-e201-49d9-9286-626ad9f83262 {
  display: none;
}
#s-d348efcd-e201-49d9-9286-626ad9f83262, #wrap-s-d348efcd-e201-49d9-9286-626ad9f83262, #wrap-content-s-d348efcd-e201-49d9-9286-626ad9f83262 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d348efcd-e201-49d9-9286-626ad9f83262 {
  display: none;
}
#s-d348efcd-e201-49d9-9286-626ad9f83262, #wrap-s-d348efcd-e201-49d9-9286-626ad9f83262, #wrap-content-s-d348efcd-e201-49d9-9286-626ad9f83262 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d348efcd-e201-49d9-9286-626ad9f83262 {
  padding-top: 15px;
padding-left: 75px;
padding-bottom: 15px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-d348efcd-e201-49d9-9286-626ad9f83262 {
  padding-top: 30px;
padding-left: 25px;
padding-right: 25px;
}
}
#s-9cc4e781-dfe1-440a-8ce0-b1cda1194cf0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9cc4e781-dfe1-440a-8ce0-b1cda1194cf0 {
  display: none;
}
#s-9cc4e781-dfe1-440a-8ce0-b1cda1194cf0, #wrap-s-9cc4e781-dfe1-440a-8ce0-b1cda1194cf0, #wrap-content-s-9cc4e781-dfe1-440a-8ce0-b1cda1194cf0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cc4e781-dfe1-440a-8ce0-b1cda1194cf0 {
  display: none;
}
#s-9cc4e781-dfe1-440a-8ce0-b1cda1194cf0, #wrap-s-9cc4e781-dfe1-440a-8ce0-b1cda1194cf0, #wrap-content-s-9cc4e781-dfe1-440a-8ce0-b1cda1194cf0 { display: none !important; }}







#s-9cc4e781-dfe1-440a-8ce0-b1cda1194cf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9cc4e781-dfe1-440a-8ce0-b1cda1194cf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4157e126-cb27-42f9-bf10-bbe59598627d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4157e126-cb27-42f9-bf10-bbe59598627d {
  display: none;
}
#s-4157e126-cb27-42f9-bf10-bbe59598627d, #wrap-s-4157e126-cb27-42f9-bf10-bbe59598627d, #wrap-content-s-4157e126-cb27-42f9-bf10-bbe59598627d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4157e126-cb27-42f9-bf10-bbe59598627d {
  display: none;
}
#s-4157e126-cb27-42f9-bf10-bbe59598627d, #wrap-s-4157e126-cb27-42f9-bf10-bbe59598627d, #wrap-content-s-4157e126-cb27-42f9-bf10-bbe59598627d { display: none !important; }}







#s-4157e126-cb27-42f9-bf10-bbe59598627d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4157e126-cb27-42f9-bf10-bbe59598627d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3341dbe-8d2c-4f21-90c0-50a4c3f60bdf {
  background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-e3341dbe-8d2c-4f21-90c0-50a4c3f60bdf {
  display: none;
}
#s-e3341dbe-8d2c-4f21-90c0-50a4c3f60bdf, #wrap-s-e3341dbe-8d2c-4f21-90c0-50a4c3f60bdf, #wrap-content-s-e3341dbe-8d2c-4f21-90c0-50a4c3f60bdf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3341dbe-8d2c-4f21-90c0-50a4c3f60bdf {
  display: none;
}
#s-e3341dbe-8d2c-4f21-90c0-50a4c3f60bdf, #wrap-s-e3341dbe-8d2c-4f21-90c0-50a4c3f60bdf, #wrap-content-s-e3341dbe-8d2c-4f21-90c0-50a4c3f60bdf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3341dbe-8d2c-4f21-90c0-50a4c3f60bdf {
  padding-left: 75px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-e3341dbe-8d2c-4f21-90c0-50a4c3f60bdf {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
}
}
#s-fe9a7bd2-e663-49c6-90a2-b613ec4e1591 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fe9a7bd2-e663-49c6-90a2-b613ec4e1591 {
  display: none;
}
#s-fe9a7bd2-e663-49c6-90a2-b613ec4e1591, #wrap-s-fe9a7bd2-e663-49c6-90a2-b613ec4e1591, #wrap-content-s-fe9a7bd2-e663-49c6-90a2-b613ec4e1591 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe9a7bd2-e663-49c6-90a2-b613ec4e1591 {
  display: none;
}
#s-fe9a7bd2-e663-49c6-90a2-b613ec4e1591, #wrap-s-fe9a7bd2-e663-49c6-90a2-b613ec4e1591, #wrap-content-s-fe9a7bd2-e663-49c6-90a2-b613ec4e1591 { display: none !important; }}







#s-fe9a7bd2-e663-49c6-90a2-b613ec4e1591 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe9a7bd2-e663-49c6-90a2-b613ec4e1591.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9135605c-1a5b-4082-9522-c1491cbe4300 {
  background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-9135605c-1a5b-4082-9522-c1491cbe4300 {
  display: none;
}
#s-9135605c-1a5b-4082-9522-c1491cbe4300, #wrap-s-9135605c-1a5b-4082-9522-c1491cbe4300, #wrap-content-s-9135605c-1a5b-4082-9522-c1491cbe4300 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9135605c-1a5b-4082-9522-c1491cbe4300 {
  display: none;
}
#s-9135605c-1a5b-4082-9522-c1491cbe4300, #wrap-s-9135605c-1a5b-4082-9522-c1491cbe4300, #wrap-content-s-9135605c-1a5b-4082-9522-c1491cbe4300 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9135605c-1a5b-4082-9522-c1491cbe4300 {
  padding-left: 75px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-9135605c-1a5b-4082-9522-c1491cbe4300 {
  padding-left: 25px;
padding-right: 25px;
}
}
#s-752354b1-fe7b-49c2-b9d9-15cb5979f638 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-752354b1-fe7b-49c2-b9d9-15cb5979f638 {
  display: none;
}
#s-752354b1-fe7b-49c2-b9d9-15cb5979f638, #wrap-s-752354b1-fe7b-49c2-b9d9-15cb5979f638, #wrap-content-s-752354b1-fe7b-49c2-b9d9-15cb5979f638 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-752354b1-fe7b-49c2-b9d9-15cb5979f638 {
  display: none;
}
#s-752354b1-fe7b-49c2-b9d9-15cb5979f638, #wrap-s-752354b1-fe7b-49c2-b9d9-15cb5979f638, #wrap-content-s-752354b1-fe7b-49c2-b9d9-15cb5979f638 { display: none !important; }}







#s-752354b1-fe7b-49c2-b9d9-15cb5979f638 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-752354b1-fe7b-49c2-b9d9-15cb5979f638.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-883617f3-249f-4178-b150-ecb51245aa8d {
  padding-left: 25px;
padding-right: 25px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-883617f3-249f-4178-b150-ecb51245aa8d {
  display: none;
}
#s-883617f3-249f-4178-b150-ecb51245aa8d, #wrap-s-883617f3-249f-4178-b150-ecb51245aa8d, #wrap-content-s-883617f3-249f-4178-b150-ecb51245aa8d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-883617f3-249f-4178-b150-ecb51245aa8d {
  display: none;
}
#s-883617f3-249f-4178-b150-ecb51245aa8d, #wrap-s-883617f3-249f-4178-b150-ecb51245aa8d, #wrap-content-s-883617f3-249f-4178-b150-ecb51245aa8d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-883617f3-249f-4178-b150-ecb51245aa8d {
  padding-left: 75px;
padding-right: 75px;
}
}
#s-f9fa56e5-f0ff-4ce9-83f3-0449e6019f10 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f9fa56e5-f0ff-4ce9-83f3-0449e6019f10 {
  display: none;
}
#s-f9fa56e5-f0ff-4ce9-83f3-0449e6019f10, #wrap-s-f9fa56e5-f0ff-4ce9-83f3-0449e6019f10, #wrap-content-s-f9fa56e5-f0ff-4ce9-83f3-0449e6019f10 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9fa56e5-f0ff-4ce9-83f3-0449e6019f10 {
  display: none;
}
#s-f9fa56e5-f0ff-4ce9-83f3-0449e6019f10, #wrap-s-f9fa56e5-f0ff-4ce9-83f3-0449e6019f10, #wrap-content-s-f9fa56e5-f0ff-4ce9-83f3-0449e6019f10 { display: none !important; }}@media (max-width: 767px){#s-f9fa56e5-f0ff-4ce9-83f3-0449e6019f10 {
  display: none;
}
#s-f9fa56e5-f0ff-4ce9-83f3-0449e6019f10, #wrap-s-f9fa56e5-f0ff-4ce9-83f3-0449e6019f10, #wrap-content-s-f9fa56e5-f0ff-4ce9-83f3-0449e6019f10 { display: none !important; }}







#s-f9fa56e5-f0ff-4ce9-83f3-0449e6019f10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9fa56e5-f0ff-4ce9-83f3-0449e6019f10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a {
  background-color: rgba(216, 216, 216, 1);
}
@media (min-width: 1200px){#s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a {
  display: none;
}
#s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a, #wrap-s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a, #wrap-content-s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a {
  display: none;
}
#s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a, #wrap-s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a, #wrap-content-s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a {
  padding-top: 25px;
padding-left: 75px;
padding-bottom: 0px;
padding-right: 75px;
display: none;
}
#s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a, #wrap-s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a, #wrap-content-s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a { display: none !important; }}@media (max-width: 767px){#s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a {
  padding-top: 35px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
display: none;
}
#s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a, #wrap-s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a, #wrap-content-s-7bb35faf-1b7c-4151-92a8-0c6bc2b19c5a { display: none !important; }}
#s-48a43dda-59ce-4c6a-80ee-98e16ba5e495 {
  padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
min-height: 100%;
max-width: 100%;
background-color: rgba(216, 216, 216, 1);
}
@media (min-width: 1200px){#s-48a43dda-59ce-4c6a-80ee-98e16ba5e495 {
  display: none;
}
#s-48a43dda-59ce-4c6a-80ee-98e16ba5e495, #wrap-s-48a43dda-59ce-4c6a-80ee-98e16ba5e495, #wrap-content-s-48a43dda-59ce-4c6a-80ee-98e16ba5e495 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48a43dda-59ce-4c6a-80ee-98e16ba5e495 {
  display: none;
}
#s-48a43dda-59ce-4c6a-80ee-98e16ba5e495, #wrap-s-48a43dda-59ce-4c6a-80ee-98e16ba5e495, #wrap-content-s-48a43dda-59ce-4c6a-80ee-98e16ba5e495 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48a43dda-59ce-4c6a-80ee-98e16ba5e495 {
  padding-left: 75px;
padding-right: 75px;
display: none;
}
#s-48a43dda-59ce-4c6a-80ee-98e16ba5e495, #wrap-s-48a43dda-59ce-4c6a-80ee-98e16ba5e495, #wrap-content-s-48a43dda-59ce-4c6a-80ee-98e16ba5e495 { display: none !important; }}@media (max-width: 767px){#s-48a43dda-59ce-4c6a-80ee-98e16ba5e495 {
  padding-bottom: 50px;
display: none;
}
#s-48a43dda-59ce-4c6a-80ee-98e16ba5e495, #wrap-s-48a43dda-59ce-4c6a-80ee-98e16ba5e495, #wrap-content-s-48a43dda-59ce-4c6a-80ee-98e16ba5e495 { display: none !important; }}
@media (min-width: 0px) {
[id="s-48a43dda-59ce-4c6a-80ee-98e16ba5e495"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-48a43dda-59ce-4c6a-80ee-98e16ba5e495"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-48a43dda-59ce-4c6a-80ee-98e16ba5e495"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-48a43dda-59ce-4c6a-80ee-98e16ba5e495"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-045f27ab-b013-42b4-b519-6eae6b051962 {
  border-style: solid;
padding-top: 15px;
padding-left: 1px;
padding-bottom: 15px;
padding-right: 1px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(64, 132, 174, 1);
border-radius: 1px;
min-height: 100%;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(38, 38, 38, 1);
background-image: none;
hover-type: color;
}
#s-045f27ab-b013-42b4-b519-6eae6b051962:hover {background-color: rgba(64, 132, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-045f27ab-b013-42b4-b519-6eae6b051962:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-045f27ab-b013-42b4-b519-6eae6b051962 {
  margin-left: 50px;
margin-right: 50px;
}
}

  #s-045f27ab-b013-42b4-b519-6eae6b051962-root {
    text-align: center;
  }


#s-045f27ab-b013-42b4-b519-6eae6b051962.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-045f27ab-b013-42b4-b519-6eae6b051962-root {
    text-align: center;
  }


#s-045f27ab-b013-42b4-b519-6eae6b051962.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-045f27ab-b013-42b4-b519-6eae6b051962-root {
    text-align: center;
  }


#s-045f27ab-b013-42b4-b519-6eae6b051962.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-045f27ab-b013-42b4-b519-6eae6b051962-root {
    text-align: center;
  }


#s-045f27ab-b013-42b4-b519-6eae6b051962.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-045f27ab-b013-42b4-b519-6eae6b051962-root {
    text-align: center;
  }


#s-045f27ab-b013-42b4-b519-6eae6b051962.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1d819b58-4763-449b-beac-3f6668e82bee {
  border-style: solid;
padding-top: 15px;
padding-left: 1px;
padding-bottom: 15px;
padding-right: 1px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(64, 132, 174, 1);
border-radius: 1px;
min-height: 100%;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(38, 38, 38, 1);
}
#s-1d819b58-4763-449b-beac-3f6668e82bee:hover {background-color: rgba(64, 132, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1d819b58-4763-449b-beac-3f6668e82bee:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-1d819b58-4763-449b-beac-3f6668e82bee {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-1d819b58-4763-449b-beac-3f6668e82bee {
  margin-left: 0px;
margin-right: 0px;
}
}

  #s-1d819b58-4763-449b-beac-3f6668e82bee-root {
    text-align: center;
  }


#s-1d819b58-4763-449b-beac-3f6668e82bee.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d819b58-4763-449b-beac-3f6668e82bee-root {
    text-align: center;
  }


#s-1d819b58-4763-449b-beac-3f6668e82bee.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d819b58-4763-449b-beac-3f6668e82bee-root {
    text-align: center;
  }


#s-1d819b58-4763-449b-beac-3f6668e82bee.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d819b58-4763-449b-beac-3f6668e82bee-root {
    text-align: center;
  }


#s-1d819b58-4763-449b-beac-3f6668e82bee.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d819b58-4763-449b-beac-3f6668e82bee-root {
    text-align: center;
  }


#s-1d819b58-4763-449b-beac-3f6668e82bee.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f4b4b46b-d63f-487c-ac67-0c2db1abb688 {
  border-style: solid;
padding-top: 15px;
padding-left: 1px;
padding-bottom: 15px;
padding-right: 1px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(64, 132, 174, 1);
border-radius: 1px;
min-height: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(38, 38, 38, 1);
background-image: none;
hover-type: color;
line-height: 1.5em;
}
#s-f4b4b46b-d63f-487c-ac67-0c2db1abb688:hover {background-color: rgba(64, 132, 174, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f4b4b46b-d63f-487c-ac67-0c2db1abb688:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f4b4b46b-d63f-487c-ac67-0c2db1abb688 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-f4b4b46b-d63f-487c-ac67-0c2db1abb688 {
  max-width: 100%;
}
}

  #s-f4b4b46b-d63f-487c-ac67-0c2db1abb688-root {
    text-align: center;
  }


#s-f4b4b46b-d63f-487c-ac67-0c2db1abb688.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f4b4b46b-d63f-487c-ac67-0c2db1abb688-root {
    text-align: center;
  }


#s-f4b4b46b-d63f-487c-ac67-0c2db1abb688.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4b4b46b-d63f-487c-ac67-0c2db1abb688-root {
    text-align: center;
  }


#s-f4b4b46b-d63f-487c-ac67-0c2db1abb688.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4b4b46b-d63f-487c-ac67-0c2db1abb688-root {
    text-align: center;
  }


#s-f4b4b46b-d63f-487c-ac67-0c2db1abb688.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f4b4b46b-d63f-487c-ac67-0c2db1abb688-root {
    text-align: center;
  }


#s-f4b4b46b-d63f-487c-ac67-0c2db1abb688.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a4ee9e0a-b6b9-44c1-8365-c8fc3d6266ad {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a4ee9e0a-b6b9-44c1-8365-c8fc3d6266ad {
  display: none;
}
#s-a4ee9e0a-b6b9-44c1-8365-c8fc3d6266ad, #wrap-s-a4ee9e0a-b6b9-44c1-8365-c8fc3d6266ad, #wrap-content-s-a4ee9e0a-b6b9-44c1-8365-c8fc3d6266ad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4ee9e0a-b6b9-44c1-8365-c8fc3d6266ad {
  display: none;
}
#s-a4ee9e0a-b6b9-44c1-8365-c8fc3d6266ad, #wrap-s-a4ee9e0a-b6b9-44c1-8365-c8fc3d6266ad, #wrap-content-s-a4ee9e0a-b6b9-44c1-8365-c8fc3d6266ad { display: none !important; }}@media (max-width: 767px){#s-a4ee9e0a-b6b9-44c1-8365-c8fc3d6266ad {
  display: none;
}
#s-a4ee9e0a-b6b9-44c1-8365-c8fc3d6266ad, #wrap-s-a4ee9e0a-b6b9-44c1-8365-c8fc3d6266ad, #wrap-content-s-a4ee9e0a-b6b9-44c1-8365-c8fc3d6266ad { display: none !important; }}







#s-a4ee9e0a-b6b9-44c1-8365-c8fc3d6266ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4ee9e0a-b6b9-44c1-8365-c8fc3d6266ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-165530a9-6ca9-41e8-8056-a611350b8dbc {
  background-color: rgba(216, 216, 216, 1);
}
@media (min-width: 1200px){#s-165530a9-6ca9-41e8-8056-a611350b8dbc {
  display: none;
}
#s-165530a9-6ca9-41e8-8056-a611350b8dbc, #wrap-s-165530a9-6ca9-41e8-8056-a611350b8dbc, #wrap-content-s-165530a9-6ca9-41e8-8056-a611350b8dbc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-165530a9-6ca9-41e8-8056-a611350b8dbc {
  display: none;
}
#s-165530a9-6ca9-41e8-8056-a611350b8dbc, #wrap-s-165530a9-6ca9-41e8-8056-a611350b8dbc, #wrap-content-s-165530a9-6ca9-41e8-8056-a611350b8dbc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-165530a9-6ca9-41e8-8056-a611350b8dbc {
  padding-left: 75px;
padding-right: 75px;
display: none;
}
#s-165530a9-6ca9-41e8-8056-a611350b8dbc, #wrap-s-165530a9-6ca9-41e8-8056-a611350b8dbc, #wrap-content-s-165530a9-6ca9-41e8-8056-a611350b8dbc { display: none !important; }}@media (max-width: 767px){#s-165530a9-6ca9-41e8-8056-a611350b8dbc {
  padding-left: 25px;
padding-right: 25px;
display: none;
}
#s-165530a9-6ca9-41e8-8056-a611350b8dbc, #wrap-s-165530a9-6ca9-41e8-8056-a611350b8dbc, #wrap-content-s-165530a9-6ca9-41e8-8056-a611350b8dbc { display: none !important; }}
#s-b7705989-fc68-4b9c-8490-be5d493d51d7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b7705989-fc68-4b9c-8490-be5d493d51d7 {
  display: none;
}
#s-b7705989-fc68-4b9c-8490-be5d493d51d7, #wrap-s-b7705989-fc68-4b9c-8490-be5d493d51d7, #wrap-content-s-b7705989-fc68-4b9c-8490-be5d493d51d7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7705989-fc68-4b9c-8490-be5d493d51d7 {
  display: none;
}
#s-b7705989-fc68-4b9c-8490-be5d493d51d7, #wrap-s-b7705989-fc68-4b9c-8490-be5d493d51d7, #wrap-content-s-b7705989-fc68-4b9c-8490-be5d493d51d7 { display: none !important; }}@media (max-width: 767px){#s-b7705989-fc68-4b9c-8490-be5d493d51d7 {
  display: none;
}
#s-b7705989-fc68-4b9c-8490-be5d493d51d7, #wrap-s-b7705989-fc68-4b9c-8490-be5d493d51d7, #wrap-content-s-b7705989-fc68-4b9c-8490-be5d493d51d7 { display: none !important; }}







#s-b7705989-fc68-4b9c-8490-be5d493d51d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7705989-fc68-4b9c-8490-be5d493d51d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b576d2c-f052-4ffb-a89b-36f2c32db54e {
  background-color: rgba(216, 216, 216, 1);
}
@media (min-width: 1200px){#s-5b576d2c-f052-4ffb-a89b-36f2c32db54e {
  display: none;
}
#s-5b576d2c-f052-4ffb-a89b-36f2c32db54e, #wrap-s-5b576d2c-f052-4ffb-a89b-36f2c32db54e, #wrap-content-s-5b576d2c-f052-4ffb-a89b-36f2c32db54e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b576d2c-f052-4ffb-a89b-36f2c32db54e {
  display: none;
}
#s-5b576d2c-f052-4ffb-a89b-36f2c32db54e, #wrap-s-5b576d2c-f052-4ffb-a89b-36f2c32db54e, #wrap-content-s-5b576d2c-f052-4ffb-a89b-36f2c32db54e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b576d2c-f052-4ffb-a89b-36f2c32db54e {
  padding-bottom: 20px;
display: none;
}
#s-5b576d2c-f052-4ffb-a89b-36f2c32db54e, #wrap-s-5b576d2c-f052-4ffb-a89b-36f2c32db54e, #wrap-content-s-5b576d2c-f052-4ffb-a89b-36f2c32db54e { display: none !important; }}@media (max-width: 767px){#s-5b576d2c-f052-4ffb-a89b-36f2c32db54e {
  padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
display: none;
}
#s-5b576d2c-f052-4ffb-a89b-36f2c32db54e, #wrap-s-5b576d2c-f052-4ffb-a89b-36f2c32db54e, #wrap-content-s-5b576d2c-f052-4ffb-a89b-36f2c32db54e { display: none !important; }}
#s-ccd7cfb7-45fb-45a9-a112-4cb398dd779c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ccd7cfb7-45fb-45a9-a112-4cb398dd779c {
  display: none;
}
#s-ccd7cfb7-45fb-45a9-a112-4cb398dd779c, #wrap-s-ccd7cfb7-45fb-45a9-a112-4cb398dd779c, #wrap-content-s-ccd7cfb7-45fb-45a9-a112-4cb398dd779c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccd7cfb7-45fb-45a9-a112-4cb398dd779c {
  display: none;
}
#s-ccd7cfb7-45fb-45a9-a112-4cb398dd779c, #wrap-s-ccd7cfb7-45fb-45a9-a112-4cb398dd779c, #wrap-content-s-ccd7cfb7-45fb-45a9-a112-4cb398dd779c { display: none !important; }}







#s-ccd7cfb7-45fb-45a9-a112-4cb398dd779c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ccd7cfb7-45fb-45a9-a112-4cb398dd779c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1e78e2e-97b2-4c76-91fb-f462b9abdb97 {
  padding-top: 50px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-e1e78e2e-97b2-4c76-91fb-f462b9abdb97 {
  display: none;
}
#s-e1e78e2e-97b2-4c76-91fb-f462b9abdb97, #wrap-s-e1e78e2e-97b2-4c76-91fb-f462b9abdb97, #wrap-content-s-e1e78e2e-97b2-4c76-91fb-f462b9abdb97 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1e78e2e-97b2-4c76-91fb-f462b9abdb97 {
  display: none;
}
#s-e1e78e2e-97b2-4c76-91fb-f462b9abdb97, #wrap-s-e1e78e2e-97b2-4c76-91fb-f462b9abdb97, #wrap-content-s-e1e78e2e-97b2-4c76-91fb-f462b9abdb97 { display: none !important; }}
#s-e1e78e2e-97b2-4c76-91fb-f462b9abdb97 {
  overflow: hidden;
  
  
}







  #s-e1e78e2e-97b2-4c76-91fb-f462b9abdb97 img.shogun-image {
    

    
    
    
  }


#s-e1e78e2e-97b2-4c76-91fb-f462b9abdb97 .shogun-image-content {
  
    justify-content: center;
  
}

#s-996c8ef4-05ff-4e53-9765-ce9883efb0e2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-996c8ef4-05ff-4e53-9765-ce9883efb0e2 {
  display: none;
}
#s-996c8ef4-05ff-4e53-9765-ce9883efb0e2, #wrap-s-996c8ef4-05ff-4e53-9765-ce9883efb0e2, #wrap-content-s-996c8ef4-05ff-4e53-9765-ce9883efb0e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-996c8ef4-05ff-4e53-9765-ce9883efb0e2 {
  display: none;
}
#s-996c8ef4-05ff-4e53-9765-ce9883efb0e2, #wrap-s-996c8ef4-05ff-4e53-9765-ce9883efb0e2, #wrap-content-s-996c8ef4-05ff-4e53-9765-ce9883efb0e2 { display: none !important; }}







#s-996c8ef4-05ff-4e53-9765-ce9883efb0e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-996c8ef4-05ff-4e53-9765-ce9883efb0e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-614b883e-5be1-4899-aad2-e03c024bfbec {
  min-height: 50px;
}
@media (min-width: 1200px){#s-614b883e-5be1-4899-aad2-e03c024bfbec {
  display: none;
}
#s-614b883e-5be1-4899-aad2-e03c024bfbec, #wrap-s-614b883e-5be1-4899-aad2-e03c024bfbec, #wrap-content-s-614b883e-5be1-4899-aad2-e03c024bfbec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-614b883e-5be1-4899-aad2-e03c024bfbec {
  display: none;
}
#s-614b883e-5be1-4899-aad2-e03c024bfbec, #wrap-s-614b883e-5be1-4899-aad2-e03c024bfbec, #wrap-content-s-614b883e-5be1-4899-aad2-e03c024bfbec { display: none !important; }}







#s-614b883e-5be1-4899-aad2-e03c024bfbec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-614b883e-5be1-4899-aad2-e03c024bfbec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2ce80f2-11ff-47e6-8cb8-c3e14e8bb6ae {
  background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-f2ce80f2-11ff-47e6-8cb8-c3e14e8bb6ae {
  display: none;
}
#s-f2ce80f2-11ff-47e6-8cb8-c3e14e8bb6ae, #wrap-s-f2ce80f2-11ff-47e6-8cb8-c3e14e8bb6ae, #wrap-content-s-f2ce80f2-11ff-47e6-8cb8-c3e14e8bb6ae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2ce80f2-11ff-47e6-8cb8-c3e14e8bb6ae {
  display: none;
}
#s-f2ce80f2-11ff-47e6-8cb8-c3e14e8bb6ae, #wrap-s-f2ce80f2-11ff-47e6-8cb8-c3e14e8bb6ae, #wrap-content-s-f2ce80f2-11ff-47e6-8cb8-c3e14e8bb6ae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2ce80f2-11ff-47e6-8cb8-c3e14e8bb6ae {
  padding-top: 50px;
padding-left: 75px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-f2ce80f2-11ff-47e6-8cb8-c3e14e8bb6ae {
  padding-top: 50px;
padding-left: 25px;
padding-right: 25px;
}
}
#s-8b9aa7ab-28ea-46e0-8451-308c56bcaf4e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8b9aa7ab-28ea-46e0-8451-308c56bcaf4e {
  display: none;
}
#s-8b9aa7ab-28ea-46e0-8451-308c56bcaf4e, #wrap-s-8b9aa7ab-28ea-46e0-8451-308c56bcaf4e, #wrap-content-s-8b9aa7ab-28ea-46e0-8451-308c56bcaf4e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b9aa7ab-28ea-46e0-8451-308c56bcaf4e {
  display: none;
}
#s-8b9aa7ab-28ea-46e0-8451-308c56bcaf4e, #wrap-s-8b9aa7ab-28ea-46e0-8451-308c56bcaf4e, #wrap-content-s-8b9aa7ab-28ea-46e0-8451-308c56bcaf4e { display: none !important; }}







#s-8b9aa7ab-28ea-46e0-8451-308c56bcaf4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b9aa7ab-28ea-46e0-8451-308c56bcaf4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2568c4e-3495-4243-b437-934697564d4d {
  background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-b2568c4e-3495-4243-b437-934697564d4d {
  display: none;
}
#s-b2568c4e-3495-4243-b437-934697564d4d, #wrap-s-b2568c4e-3495-4243-b437-934697564d4d, #wrap-content-s-b2568c4e-3495-4243-b437-934697564d4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2568c4e-3495-4243-b437-934697564d4d {
  display: none;
}
#s-b2568c4e-3495-4243-b437-934697564d4d, #wrap-s-b2568c4e-3495-4243-b437-934697564d4d, #wrap-content-s-b2568c4e-3495-4243-b437-934697564d4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2568c4e-3495-4243-b437-934697564d4d {
  padding-left: 75px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-b2568c4e-3495-4243-b437-934697564d4d {
  padding-left: 25px;
padding-right: 25px;
}
}
#s-c59326bd-8361-4f04-853f-c255ba24d136 {
  min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-c59326bd-8361-4f04-853f-c255ba24d136 {
  display: none;
}
#s-c59326bd-8361-4f04-853f-c255ba24d136, #wrap-s-c59326bd-8361-4f04-853f-c255ba24d136, #wrap-content-s-c59326bd-8361-4f04-853f-c255ba24d136 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c59326bd-8361-4f04-853f-c255ba24d136 {
  display: none;
}
#s-c59326bd-8361-4f04-853f-c255ba24d136, #wrap-s-c59326bd-8361-4f04-853f-c255ba24d136, #wrap-content-s-c59326bd-8361-4f04-853f-c255ba24d136 { display: none !important; }}







#s-c59326bd-8361-4f04-853f-c255ba24d136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c59326bd-8361-4f04-853f-c255ba24d136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b3d51b6-296a-4a89-acf4-c1bbf95a2cc4 {
  margin-left: 30px;
margin-right: 30px;
text-align: center;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-2b3d51b6-296a-4a89-acf4-c1bbf95a2cc4 {
  display: none;
}
#s-2b3d51b6-296a-4a89-acf4-c1bbf95a2cc4, #wrap-s-2b3d51b6-296a-4a89-acf4-c1bbf95a2cc4, #wrap-content-s-2b3d51b6-296a-4a89-acf4-c1bbf95a2cc4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b3d51b6-296a-4a89-acf4-c1bbf95a2cc4 {
  display: none;
}
#s-2b3d51b6-296a-4a89-acf4-c1bbf95a2cc4, #wrap-s-2b3d51b6-296a-4a89-acf4-c1bbf95a2cc4, #wrap-content-s-2b3d51b6-296a-4a89-acf4-c1bbf95a2cc4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b3d51b6-296a-4a89-acf4-c1bbf95a2cc4 {
  padding-left: 75px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-2b3d51b6-296a-4a89-acf4-c1bbf95a2cc4 {
  padding-top: 50px;
padding-right: 2px;
}
}
#s-2b3d51b6-296a-4a89-acf4-c1bbf95a2cc4 {
  overflow: hidden;
  
  
}







  #s-2b3d51b6-296a-4a89-acf4-c1bbf95a2cc4 img.shogun-image {
    

    
    
    
  }


#s-2b3d51b6-296a-4a89-acf4-c1bbf95a2cc4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3e5b7829-5271-43a1-a723-23a3fa6d7c98 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-3e5b7829-5271-43a1-a723-23a3fa6d7c98 {
  display: none;
}
#s-3e5b7829-5271-43a1-a723-23a3fa6d7c98, #wrap-s-3e5b7829-5271-43a1-a723-23a3fa6d7c98, #wrap-content-s-3e5b7829-5271-43a1-a723-23a3fa6d7c98 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e5b7829-5271-43a1-a723-23a3fa6d7c98 {
  display: none;
}
#s-3e5b7829-5271-43a1-a723-23a3fa6d7c98, #wrap-s-3e5b7829-5271-43a1-a723-23a3fa6d7c98, #wrap-content-s-3e5b7829-5271-43a1-a723-23a3fa6d7c98 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e5b7829-5271-43a1-a723-23a3fa6d7c98 {
  padding-left: 100px;
padding-right: 100px;
}
}
#s-3e5b7829-5271-43a1-a723-23a3fa6d7c98 {
  overflow: hidden;
  
  
}







  #s-3e5b7829-5271-43a1-a723-23a3fa6d7c98 img.shogun-image {
    

    
    
    
  }


#s-3e5b7829-5271-43a1-a723-23a3fa6d7c98 .shogun-image-content {
  
    justify-content: center;
  
}

#s-422e6cc3-4823-4e57-b7ef-a6d5b60c3aaf {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-422e6cc3-4823-4e57-b7ef-a6d5b60c3aaf {
  display: none;
}
#s-422e6cc3-4823-4e57-b7ef-a6d5b60c3aaf, #wrap-s-422e6cc3-4823-4e57-b7ef-a6d5b60c3aaf, #wrap-content-s-422e6cc3-4823-4e57-b7ef-a6d5b60c3aaf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-422e6cc3-4823-4e57-b7ef-a6d5b60c3aaf {
  display: none;
}
#s-422e6cc3-4823-4e57-b7ef-a6d5b60c3aaf, #wrap-s-422e6cc3-4823-4e57-b7ef-a6d5b60c3aaf, #wrap-content-s-422e6cc3-4823-4e57-b7ef-a6d5b60c3aaf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-422e6cc3-4823-4e57-b7ef-a6d5b60c3aaf {
  padding-left: 100px;
padding-right: 100px;
}
}
#s-422e6cc3-4823-4e57-b7ef-a6d5b60c3aaf {
  overflow: hidden;
  
  
}







  #s-422e6cc3-4823-4e57-b7ef-a6d5b60c3aaf img.shogun-image {
    

    
    
    
  }


#s-422e6cc3-4823-4e57-b7ef-a6d5b60c3aaf .shogun-image-content {
  
    justify-content: center;
  
}

#s-ad107822-06f1-4ea8-932e-8beb241849f7 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-ad107822-06f1-4ea8-932e-8beb241849f7 {
  display: none;
}
#s-ad107822-06f1-4ea8-932e-8beb241849f7, #wrap-s-ad107822-06f1-4ea8-932e-8beb241849f7, #wrap-content-s-ad107822-06f1-4ea8-932e-8beb241849f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad107822-06f1-4ea8-932e-8beb241849f7 {
  display: none;
}
#s-ad107822-06f1-4ea8-932e-8beb241849f7, #wrap-s-ad107822-06f1-4ea8-932e-8beb241849f7, #wrap-content-s-ad107822-06f1-4ea8-932e-8beb241849f7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad107822-06f1-4ea8-932e-8beb241849f7 {
  padding-left: 100px;
padding-right: 100px;
}
}
#s-ad107822-06f1-4ea8-932e-8beb241849f7 {
  overflow: hidden;
  
  
}







  #s-ad107822-06f1-4ea8-932e-8beb241849f7 img.shogun-image {
    

    
    
    
  }


#s-ad107822-06f1-4ea8-932e-8beb241849f7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c3cf387d-e343-49c3-94ce-fa012cb9f1aa {
  padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
text-align: center;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-c3cf387d-e343-49c3-94ce-fa012cb9f1aa {
  display: none;
}
#s-c3cf387d-e343-49c3-94ce-fa012cb9f1aa, #wrap-s-c3cf387d-e343-49c3-94ce-fa012cb9f1aa, #wrap-content-s-c3cf387d-e343-49c3-94ce-fa012cb9f1aa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3cf387d-e343-49c3-94ce-fa012cb9f1aa {
  display: none;
}
#s-c3cf387d-e343-49c3-94ce-fa012cb9f1aa, #wrap-s-c3cf387d-e343-49c3-94ce-fa012cb9f1aa, #wrap-content-s-c3cf387d-e343-49c3-94ce-fa012cb9f1aa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3cf387d-e343-49c3-94ce-fa012cb9f1aa {
  padding-left: 100px;
padding-right: 100px;
}
}
#s-c3cf387d-e343-49c3-94ce-fa012cb9f1aa {
  overflow: hidden;
  
  
}







  #s-c3cf387d-e343-49c3-94ce-fa012cb9f1aa img.shogun-image {
    

    
    
    
  }


#s-c3cf387d-e343-49c3-94ce-fa012cb9f1aa .shogun-image-content {
  
    justify-content: center;
  
}

#s-8c09f22d-b320-4d9a-83c4-69501fa2a08a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8c09f22d-b320-4d9a-83c4-69501fa2a08a {
  display: none;
}
#s-8c09f22d-b320-4d9a-83c4-69501fa2a08a, #wrap-s-8c09f22d-b320-4d9a-83c4-69501fa2a08a, #wrap-content-s-8c09f22d-b320-4d9a-83c4-69501fa2a08a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c09f22d-b320-4d9a-83c4-69501fa2a08a {
  display: none;
}
#s-8c09f22d-b320-4d9a-83c4-69501fa2a08a, #wrap-s-8c09f22d-b320-4d9a-83c4-69501fa2a08a, #wrap-content-s-8c09f22d-b320-4d9a-83c4-69501fa2a08a { display: none !important; }}







#s-8c09f22d-b320-4d9a-83c4-69501fa2a08a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c09f22d-b320-4d9a-83c4-69501fa2a08a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-e5679d69-7c9a-491e-ac50-5667fc74e075 {
  display: none;
}
#s-e5679d69-7c9a-491e-ac50-5667fc74e075, #wrap-s-e5679d69-7c9a-491e-ac50-5667fc74e075, #wrap-content-s-e5679d69-7c9a-491e-ac50-5667fc74e075 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5679d69-7c9a-491e-ac50-5667fc74e075 {
  display: none;
}
#s-e5679d69-7c9a-491e-ac50-5667fc74e075, #wrap-s-e5679d69-7c9a-491e-ac50-5667fc74e075, #wrap-content-s-e5679d69-7c9a-491e-ac50-5667fc74e075 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5679d69-7c9a-491e-ac50-5667fc74e075 {
  padding-top: 50px;
padding-left: 75px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-e5679d69-7c9a-491e-ac50-5667fc74e075 {
  padding-top: 50px;
padding-left: 25px;
padding-right: 25px;
}
}
#s-beb64e85-09e6-4a2e-8594-7014258dd5b4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-beb64e85-09e6-4a2e-8594-7014258dd5b4 {
  display: none;
}
#s-beb64e85-09e6-4a2e-8594-7014258dd5b4, #wrap-s-beb64e85-09e6-4a2e-8594-7014258dd5b4, #wrap-content-s-beb64e85-09e6-4a2e-8594-7014258dd5b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-beb64e85-09e6-4a2e-8594-7014258dd5b4 {
  display: none;
}
#s-beb64e85-09e6-4a2e-8594-7014258dd5b4, #wrap-s-beb64e85-09e6-4a2e-8594-7014258dd5b4, #wrap-content-s-beb64e85-09e6-4a2e-8594-7014258dd5b4 { display: none !important; }}







#s-beb64e85-09e6-4a2e-8594-7014258dd5b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-beb64e85-09e6-4a2e-8594-7014258dd5b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e82ca35-9c30-42bf-a9e0-e2875003446c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9e82ca35-9c30-42bf-a9e0-e2875003446c {
  display: none;
}
#s-9e82ca35-9c30-42bf-a9e0-e2875003446c, #wrap-s-9e82ca35-9c30-42bf-a9e0-e2875003446c, #wrap-content-s-9e82ca35-9c30-42bf-a9e0-e2875003446c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e82ca35-9c30-42bf-a9e0-e2875003446c {
  display: none;
}
#s-9e82ca35-9c30-42bf-a9e0-e2875003446c, #wrap-s-9e82ca35-9c30-42bf-a9e0-e2875003446c, #wrap-content-s-9e82ca35-9c30-42bf-a9e0-e2875003446c { display: none !important; }}







#s-9e82ca35-9c30-42bf-a9e0-e2875003446c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e82ca35-9c30-42bf-a9e0-e2875003446c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-b0960f4c-8c4b-43c6-8f1c-228788523e0b {
  display: none;
}
#s-b0960f4c-8c4b-43c6-8f1c-228788523e0b, #wrap-s-b0960f4c-8c4b-43c6-8f1c-228788523e0b, #wrap-content-s-b0960f4c-8c4b-43c6-8f1c-228788523e0b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0960f4c-8c4b-43c6-8f1c-228788523e0b {
  display: none;
}
#s-b0960f4c-8c4b-43c6-8f1c-228788523e0b, #wrap-s-b0960f4c-8c4b-43c6-8f1c-228788523e0b, #wrap-content-s-b0960f4c-8c4b-43c6-8f1c-228788523e0b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0960f4c-8c4b-43c6-8f1c-228788523e0b {
  padding-left: 75px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-b0960f4c-8c4b-43c6-8f1c-228788523e0b {
  padding-left: 25px;
padding-right: 25px;
}
}
#s-de835bb3-0b32-49eb-b18e-e5710886d828 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-de835bb3-0b32-49eb-b18e-e5710886d828 {
  display: none;
}
#s-de835bb3-0b32-49eb-b18e-e5710886d828, #wrap-s-de835bb3-0b32-49eb-b18e-e5710886d828, #wrap-content-s-de835bb3-0b32-49eb-b18e-e5710886d828 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de835bb3-0b32-49eb-b18e-e5710886d828 {
  display: none;
}
#s-de835bb3-0b32-49eb-b18e-e5710886d828, #wrap-s-de835bb3-0b32-49eb-b18e-e5710886d828, #wrap-content-s-de835bb3-0b32-49eb-b18e-e5710886d828 { display: none !important; }}







#s-de835bb3-0b32-49eb-b18e-e5710886d828 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de835bb3-0b32-49eb-b18e-e5710886d828.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-4794d5a3-806b-4020-b81e-f64bbee82873 {
  padding-top: 0px;
padding-bottom: 75px;
}
@media (min-width: 1200px){#s-4794d5a3-806b-4020-b81e-f64bbee82873 {
  display: none;
}
#s-4794d5a3-806b-4020-b81e-f64bbee82873, #wrap-s-4794d5a3-806b-4020-b81e-f64bbee82873, #wrap-content-s-4794d5a3-806b-4020-b81e-f64bbee82873 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4794d5a3-806b-4020-b81e-f64bbee82873 {
  display: none;
}
#s-4794d5a3-806b-4020-b81e-f64bbee82873, #wrap-s-4794d5a3-806b-4020-b81e-f64bbee82873, #wrap-content-s-4794d5a3-806b-4020-b81e-f64bbee82873 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4794d5a3-806b-4020-b81e-f64bbee82873 {
  padding-left: 100px;
padding-right: 100px;
}
}
#s-4794d5a3-806b-4020-b81e-f64bbee82873 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4794d5a3-806b-4020-b81e-f64bbee82873 .shg-sld-nav-button.shg-sld-left,
#s-4794d5a3-806b-4020-b81e-f64bbee82873 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-fd7be2d0-67a9-4b83-a4eb-a070a324128d {
  text-align: center;
}
@media (min-width: 1200px){#s-fd7be2d0-67a9-4b83-a4eb-a070a324128d {
  display: none;
}
#s-fd7be2d0-67a9-4b83-a4eb-a070a324128d, #wrap-s-fd7be2d0-67a9-4b83-a4eb-a070a324128d, #wrap-content-s-fd7be2d0-67a9-4b83-a4eb-a070a324128d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd7be2d0-67a9-4b83-a4eb-a070a324128d {
  display: none;
}
#s-fd7be2d0-67a9-4b83-a4eb-a070a324128d, #wrap-s-fd7be2d0-67a9-4b83-a4eb-a070a324128d, #wrap-content-s-fd7be2d0-67a9-4b83-a4eb-a070a324128d { display: none !important; }}
#s-fd7be2d0-67a9-4b83-a4eb-a070a324128d {
  overflow: hidden;
  
  
}







  #s-fd7be2d0-67a9-4b83-a4eb-a070a324128d img.shogun-image {
    

    
    
    
  }


#s-fd7be2d0-67a9-4b83-a4eb-a070a324128d .shogun-image-content {
  
    justify-content: center;
  
}

#s-16aa4ecb-7a3a-425a-b483-77fb1d96a5ff {
  text-align: center;
}
@media (min-width: 1200px){#s-16aa4ecb-7a3a-425a-b483-77fb1d96a5ff {
  display: none;
}
#s-16aa4ecb-7a3a-425a-b483-77fb1d96a5ff, #wrap-s-16aa4ecb-7a3a-425a-b483-77fb1d96a5ff, #wrap-content-s-16aa4ecb-7a3a-425a-b483-77fb1d96a5ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16aa4ecb-7a3a-425a-b483-77fb1d96a5ff {
  display: none;
}
#s-16aa4ecb-7a3a-425a-b483-77fb1d96a5ff, #wrap-s-16aa4ecb-7a3a-425a-b483-77fb1d96a5ff, #wrap-content-s-16aa4ecb-7a3a-425a-b483-77fb1d96a5ff { display: none !important; }}
#s-16aa4ecb-7a3a-425a-b483-77fb1d96a5ff {
  overflow: hidden;
  
  
}







  #s-16aa4ecb-7a3a-425a-b483-77fb1d96a5ff img.shogun-image {
    

    
    
    
  }


#s-16aa4ecb-7a3a-425a-b483-77fb1d96a5ff .shogun-image-content {
  
    justify-content: center;
  
}

#s-27bdd1ef-86ec-4276-9859-4d10c1793b64 {
  text-align: center;
}
@media (min-width: 1200px){#s-27bdd1ef-86ec-4276-9859-4d10c1793b64 {
  display: none;
}
#s-27bdd1ef-86ec-4276-9859-4d10c1793b64, #wrap-s-27bdd1ef-86ec-4276-9859-4d10c1793b64, #wrap-content-s-27bdd1ef-86ec-4276-9859-4d10c1793b64 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27bdd1ef-86ec-4276-9859-4d10c1793b64 {
  display: none;
}
#s-27bdd1ef-86ec-4276-9859-4d10c1793b64, #wrap-s-27bdd1ef-86ec-4276-9859-4d10c1793b64, #wrap-content-s-27bdd1ef-86ec-4276-9859-4d10c1793b64 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27bdd1ef-86ec-4276-9859-4d10c1793b64 {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-27bdd1ef-86ec-4276-9859-4d10c1793b64 {
  overflow: hidden;
  
  
}







  #s-27bdd1ef-86ec-4276-9859-4d10c1793b64 img.shogun-image {
    

    
    
    
  }


#s-27bdd1ef-86ec-4276-9859-4d10c1793b64 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b54184bf-1bd9-403e-b120-91d60a5ef0c0 {
  text-align: center;
}
@media (min-width: 1200px){#s-b54184bf-1bd9-403e-b120-91d60a5ef0c0 {
  display: none;
}
#s-b54184bf-1bd9-403e-b120-91d60a5ef0c0, #wrap-s-b54184bf-1bd9-403e-b120-91d60a5ef0c0, #wrap-content-s-b54184bf-1bd9-403e-b120-91d60a5ef0c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b54184bf-1bd9-403e-b120-91d60a5ef0c0 {
  display: none;
}
#s-b54184bf-1bd9-403e-b120-91d60a5ef0c0, #wrap-s-b54184bf-1bd9-403e-b120-91d60a5ef0c0, #wrap-content-s-b54184bf-1bd9-403e-b120-91d60a5ef0c0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b54184bf-1bd9-403e-b120-91d60a5ef0c0 {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-b54184bf-1bd9-403e-b120-91d60a5ef0c0 {
  overflow: hidden;
  
  
}







  #s-b54184bf-1bd9-403e-b120-91d60a5ef0c0 img.shogun-image {
    

    
    
    
  }


#s-b54184bf-1bd9-403e-b120-91d60a5ef0c0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fb8e3008-7277-4ea2-bd7f-eebb36d6df4a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fb8e3008-7277-4ea2-bd7f-eebb36d6df4a {
  display: none;
}
#s-fb8e3008-7277-4ea2-bd7f-eebb36d6df4a, #wrap-s-fb8e3008-7277-4ea2-bd7f-eebb36d6df4a, #wrap-content-s-fb8e3008-7277-4ea2-bd7f-eebb36d6df4a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb8e3008-7277-4ea2-bd7f-eebb36d6df4a {
  display: none;
}
#s-fb8e3008-7277-4ea2-bd7f-eebb36d6df4a, #wrap-s-fb8e3008-7277-4ea2-bd7f-eebb36d6df4a, #wrap-content-s-fb8e3008-7277-4ea2-bd7f-eebb36d6df4a { display: none !important; }}







#s-fb8e3008-7277-4ea2-bd7f-eebb36d6df4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb8e3008-7277-4ea2-bd7f-eebb36d6df4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d9cf274-68bd-4186-bc0f-f317987a3cc4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3d9cf274-68bd-4186-bc0f-f317987a3cc4 {
  display: none;
}
#s-3d9cf274-68bd-4186-bc0f-f317987a3cc4, #wrap-s-3d9cf274-68bd-4186-bc0f-f317987a3cc4, #wrap-content-s-3d9cf274-68bd-4186-bc0f-f317987a3cc4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d9cf274-68bd-4186-bc0f-f317987a3cc4 {
  display: none;
}
#s-3d9cf274-68bd-4186-bc0f-f317987a3cc4, #wrap-s-3d9cf274-68bd-4186-bc0f-f317987a3cc4, #wrap-content-s-3d9cf274-68bd-4186-bc0f-f317987a3cc4 { display: none !important; }}







#s-3d9cf274-68bd-4186-bc0f-f317987a3cc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d9cf274-68bd-4186-bc0f-f317987a3cc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d6e7f4e-0f44-4a6b-b409-c6e9a6fe4a0e {
  background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-9d6e7f4e-0f44-4a6b-b409-c6e9a6fe4a0e {
  display: none;
}
#s-9d6e7f4e-0f44-4a6b-b409-c6e9a6fe4a0e, #wrap-s-9d6e7f4e-0f44-4a6b-b409-c6e9a6fe4a0e, #wrap-content-s-9d6e7f4e-0f44-4a6b-b409-c6e9a6fe4a0e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d6e7f4e-0f44-4a6b-b409-c6e9a6fe4a0e {
  display: none;
}
#s-9d6e7f4e-0f44-4a6b-b409-c6e9a6fe4a0e, #wrap-s-9d6e7f4e-0f44-4a6b-b409-c6e9a6fe4a0e, #wrap-content-s-9d6e7f4e-0f44-4a6b-b409-c6e9a6fe4a0e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d6e7f4e-0f44-4a6b-b409-c6e9a6fe4a0e {
  padding-top: 50px;
padding-left: 75px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-9d6e7f4e-0f44-4a6b-b409-c6e9a6fe4a0e {
  padding-top: 50px;
padding-left: 25px;
padding-right: 25px;
}
}
#s-a6f2b1e3-17ad-462c-809e-1180572eef71 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a6f2b1e3-17ad-462c-809e-1180572eef71 {
  display: none;
}
#s-a6f2b1e3-17ad-462c-809e-1180572eef71, #wrap-s-a6f2b1e3-17ad-462c-809e-1180572eef71, #wrap-content-s-a6f2b1e3-17ad-462c-809e-1180572eef71 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6f2b1e3-17ad-462c-809e-1180572eef71 {
  display: none;
}
#s-a6f2b1e3-17ad-462c-809e-1180572eef71, #wrap-s-a6f2b1e3-17ad-462c-809e-1180572eef71, #wrap-content-s-a6f2b1e3-17ad-462c-809e-1180572eef71 { display: none !important; }}







#s-a6f2b1e3-17ad-462c-809e-1180572eef71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6f2b1e3-17ad-462c-809e-1180572eef71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72111625-41d3-4f22-a705-08afe9aa9270 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-72111625-41d3-4f22-a705-08afe9aa9270 {
  display: none;
}
#s-72111625-41d3-4f22-a705-08afe9aa9270, #wrap-s-72111625-41d3-4f22-a705-08afe9aa9270, #wrap-content-s-72111625-41d3-4f22-a705-08afe9aa9270 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72111625-41d3-4f22-a705-08afe9aa9270 {
  display: none;
}
#s-72111625-41d3-4f22-a705-08afe9aa9270, #wrap-s-72111625-41d3-4f22-a705-08afe9aa9270, #wrap-content-s-72111625-41d3-4f22-a705-08afe9aa9270 { display: none !important; }}







#s-72111625-41d3-4f22-a705-08afe9aa9270 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72111625-41d3-4f22-a705-08afe9aa9270.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f47b991f-86c8-4fea-b323-a66ca35d8231 {
  background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-f47b991f-86c8-4fea-b323-a66ca35d8231 {
  display: none;
}
#s-f47b991f-86c8-4fea-b323-a66ca35d8231, #wrap-s-f47b991f-86c8-4fea-b323-a66ca35d8231, #wrap-content-s-f47b991f-86c8-4fea-b323-a66ca35d8231 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f47b991f-86c8-4fea-b323-a66ca35d8231 {
  display: none;
}
#s-f47b991f-86c8-4fea-b323-a66ca35d8231, #wrap-s-f47b991f-86c8-4fea-b323-a66ca35d8231, #wrap-content-s-f47b991f-86c8-4fea-b323-a66ca35d8231 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f47b991f-86c8-4fea-b323-a66ca35d8231 {
  padding-left: 75px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-f47b991f-86c8-4fea-b323-a66ca35d8231 {
  padding-left: 25px;
padding-right: 25px;
}
}
#s-55413c61-1d37-44ab-be86-7b7112882cce {
  min-height: 50px;
}
@media (min-width: 1200px){#s-55413c61-1d37-44ab-be86-7b7112882cce {
  display: none;
}
#s-55413c61-1d37-44ab-be86-7b7112882cce, #wrap-s-55413c61-1d37-44ab-be86-7b7112882cce, #wrap-content-s-55413c61-1d37-44ab-be86-7b7112882cce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55413c61-1d37-44ab-be86-7b7112882cce {
  display: none;
}
#s-55413c61-1d37-44ab-be86-7b7112882cce, #wrap-s-55413c61-1d37-44ab-be86-7b7112882cce, #wrap-content-s-55413c61-1d37-44ab-be86-7b7112882cce { display: none !important; }}







#s-55413c61-1d37-44ab-be86-7b7112882cce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55413c61-1d37-44ab-be86-7b7112882cce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-defe9f82-a976-46e4-846d-c6134c8a7f4c {
  padding-left: 2px;
padding-right: 2px;
text-align: center;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-defe9f82-a976-46e4-846d-c6134c8a7f4c {
  display: none;
}
#s-defe9f82-a976-46e4-846d-c6134c8a7f4c, #wrap-s-defe9f82-a976-46e4-846d-c6134c8a7f4c, #wrap-content-s-defe9f82-a976-46e4-846d-c6134c8a7f4c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-defe9f82-a976-46e4-846d-c6134c8a7f4c {
  display: none;
}
#s-defe9f82-a976-46e4-846d-c6134c8a7f4c, #wrap-s-defe9f82-a976-46e4-846d-c6134c8a7f4c, #wrap-content-s-defe9f82-a976-46e4-846d-c6134c8a7f4c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-defe9f82-a976-46e4-846d-c6134c8a7f4c {
  padding-left: 75px;
padding-right: 75px;
}
}
#s-defe9f82-a976-46e4-846d-c6134c8a7f4c {
  overflow: hidden;
  
  
}







  #s-defe9f82-a976-46e4-846d-c6134c8a7f4c img.shogun-image {
    

    
    
    
  }


#s-defe9f82-a976-46e4-846d-c6134c8a7f4c .shogun-image-content {
  
    justify-content: center;
  
}

#s-e1b42702-2e3b-4bb8-a7e8-4587bc4f7596 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e1b42702-2e3b-4bb8-a7e8-4587bc4f7596 {
  display: none;
}
#s-e1b42702-2e3b-4bb8-a7e8-4587bc4f7596, #wrap-s-e1b42702-2e3b-4bb8-a7e8-4587bc4f7596, #wrap-content-s-e1b42702-2e3b-4bb8-a7e8-4587bc4f7596 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1b42702-2e3b-4bb8-a7e8-4587bc4f7596 {
  display: none;
}
#s-e1b42702-2e3b-4bb8-a7e8-4587bc4f7596, #wrap-s-e1b42702-2e3b-4bb8-a7e8-4587bc4f7596, #wrap-content-s-e1b42702-2e3b-4bb8-a7e8-4587bc4f7596 { display: none !important; }}@media (max-width: 767px){#s-e1b42702-2e3b-4bb8-a7e8-4587bc4f7596 {
  display: none;
}
#s-e1b42702-2e3b-4bb8-a7e8-4587bc4f7596, #wrap-s-e1b42702-2e3b-4bb8-a7e8-4587bc4f7596, #wrap-content-s-e1b42702-2e3b-4bb8-a7e8-4587bc4f7596 { display: none !important; }}







#s-e1b42702-2e3b-4bb8-a7e8-4587bc4f7596 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1b42702-2e3b-4bb8-a7e8-4587bc4f7596.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7522e035-e058-4ce9-bd74-1556d9e713c8 {
  box-shadow:3px 4px 3px 1px rgba(223, 223, 223, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWQ4Mzc0OGQtODc2Ni00ZWNlLThjOTItZjg3NDI5OWFkM2ZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojM2I4OWFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojM2I4OWFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZDgzNzQ4ZC04NzY2LTRlY2UtOGM5Mi1mODc0Mjk5YWQzZmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-radius: 2px;
min-height: 0px;
max-width: 200%;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#3b89ae"}, {"id"=>2, "pos"=>1, "color"=>"#3b89ae"}];
line-height: 2.5em;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
}
#s-7522e035-e058-4ce9-bd74-1556d9e713c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7522e035-e058-4ce9-bd74-1556d9e713c8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7522e035-e058-4ce9-bd74-1556d9e713c8 {
  display: none;
}
#s-7522e035-e058-4ce9-bd74-1556d9e713c8, #wrap-s-7522e035-e058-4ce9-bd74-1556d9e713c8, #wrap-content-s-7522e035-e058-4ce9-bd74-1556d9e713c8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7522e035-e058-4ce9-bd74-1556d9e713c8 {
  display: none;
}
#s-7522e035-e058-4ce9-bd74-1556d9e713c8, #wrap-s-7522e035-e058-4ce9-bd74-1556d9e713c8, #wrap-content-s-7522e035-e058-4ce9-bd74-1556d9e713c8 { display: none !important; }}@media (max-width: 767px){#s-7522e035-e058-4ce9-bd74-1556d9e713c8 {
  padding-left: 125px;
padding-right: 125px;
}
}

  #s-7522e035-e058-4ce9-bd74-1556d9e713c8-root {
    text-align: center;
  }


#s-7522e035-e058-4ce9-bd74-1556d9e713c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7522e035-e058-4ce9-bd74-1556d9e713c8-root {
    text-align: center;
  }


#s-7522e035-e058-4ce9-bd74-1556d9e713c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7522e035-e058-4ce9-bd74-1556d9e713c8-root {
    text-align: center;
  }


#s-7522e035-e058-4ce9-bd74-1556d9e713c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7522e035-e058-4ce9-bd74-1556d9e713c8-root {
    text-align: center;
  }


#s-7522e035-e058-4ce9-bd74-1556d9e713c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7522e035-e058-4ce9-bd74-1556d9e713c8-root {
    text-align: center;
  }


#s-7522e035-e058-4ce9-bd74-1556d9e713c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2ed21513-7376-4f7e-b609-78bf0112510f {
  padding-bottom: 50px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-2ed21513-7376-4f7e-b609-78bf0112510f {
  display: none;
}
#s-2ed21513-7376-4f7e-b609-78bf0112510f, #wrap-s-2ed21513-7376-4f7e-b609-78bf0112510f, #wrap-content-s-2ed21513-7376-4f7e-b609-78bf0112510f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ed21513-7376-4f7e-b609-78bf0112510f {
  display: none;
}
#s-2ed21513-7376-4f7e-b609-78bf0112510f, #wrap-s-2ed21513-7376-4f7e-b609-78bf0112510f, #wrap-content-s-2ed21513-7376-4f7e-b609-78bf0112510f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ed21513-7376-4f7e-b609-78bf0112510f {
  display: none;
}
#s-2ed21513-7376-4f7e-b609-78bf0112510f, #wrap-s-2ed21513-7376-4f7e-b609-78bf0112510f, #wrap-content-s-2ed21513-7376-4f7e-b609-78bf0112510f { display: none !important; }}
@media (min-width: 0px) {
[id="s-2ed21513-7376-4f7e-b609-78bf0112510f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ed21513-7376-4f7e-b609-78bf0112510f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ed21513-7376-4f7e-b609-78bf0112510f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ed21513-7376-4f7e-b609-78bf0112510f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-abc96a26-7f41-458a-a6cf-f04c8d8b1547 {
  box-shadow:3px 4px 3px 1px rgba(223, 223, 223, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWQ4Mzc0OGQtODc2Ni00ZWNlLThjOTItZjg3NDI5OWFkM2ZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojM2I4OWFlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojM2I4OWFlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZDgzNzQ4ZC04NzY2LTRlY2UtOGM5Mi1mODc0Mjk5YWQzZmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-radius: 2px;
min-height: 0px;
max-width: 200%;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#3b89ae"}, {"id"=>2, "pos"=>1, "color"=>"#3b89ae"}];
line-height: 2.5em;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
}
#s-abc96a26-7f41-458a-a6cf-f04c8d8b1547:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-abc96a26-7f41-458a-a6cf-f04c8d8b1547:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-abc96a26-7f41-458a-a6cf-f04c8d8b1547 {
  display: none;
}
#s-abc96a26-7f41-458a-a6cf-f04c8d8b1547, #wrap-s-abc96a26-7f41-458a-a6cf-f04c8d8b1547, #wrap-content-s-abc96a26-7f41-458a-a6cf-f04c8d8b1547 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abc96a26-7f41-458a-a6cf-f04c8d8b1547 {
  display: none;
}
#s-abc96a26-7f41-458a-a6cf-f04c8d8b1547, #wrap-s-abc96a26-7f41-458a-a6cf-f04c8d8b1547, #wrap-content-s-abc96a26-7f41-458a-a6cf-f04c8d8b1547 { display: none !important; }}@media (max-width: 767px){#s-abc96a26-7f41-458a-a6cf-f04c8d8b1547 {
  padding-left: 125px;
padding-right: 125px;
}
}

  #s-abc96a26-7f41-458a-a6cf-f04c8d8b1547-root {
    text-align: center;
  }


#s-abc96a26-7f41-458a-a6cf-f04c8d8b1547.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-abc96a26-7f41-458a-a6cf-f04c8d8b1547-root {
    text-align: center;
  }


#s-abc96a26-7f41-458a-a6cf-f04c8d8b1547.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abc96a26-7f41-458a-a6cf-f04c8d8b1547-root {
    text-align: center;
  }


#s-abc96a26-7f41-458a-a6cf-f04c8d8b1547.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abc96a26-7f41-458a-a6cf-f04c8d8b1547-root {
    text-align: center;
  }


#s-abc96a26-7f41-458a-a6cf-f04c8d8b1547.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-abc96a26-7f41-458a-a6cf-f04c8d8b1547-root {
    text-align: center;
  }


#s-abc96a26-7f41-458a-a6cf-f04c8d8b1547.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ea4d046d-925a-42c4-b85a-fe9105450349 {
  min-height: 50px;
}








#s-ea4d046d-925a-42c4-b85a-fe9105450349 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea4d046d-925a-42c4-b85a-fe9105450349.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c7ad420-d784-40b6-bf53-6952d4592aee {
  min-height: 50px;
}








#s-0c7ad420-d784-40b6-bf53-6952d4592aee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c7ad420-d784-40b6-bf53-6952d4592aee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23913b8e-0619-4055-b187-b94d49905459 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-23913b8e-0619-4055-b187-b94d49905459 {
  display: none;
}
#s-23913b8e-0619-4055-b187-b94d49905459, #wrap-s-23913b8e-0619-4055-b187-b94d49905459, #wrap-content-s-23913b8e-0619-4055-b187-b94d49905459 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23913b8e-0619-4055-b187-b94d49905459 {
  display: none;
}
#s-23913b8e-0619-4055-b187-b94d49905459, #wrap-s-23913b8e-0619-4055-b187-b94d49905459, #wrap-content-s-23913b8e-0619-4055-b187-b94d49905459 { display: none !important; }}







#s-23913b8e-0619-4055-b187-b94d49905459 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23913b8e-0619-4055-b187-b94d49905459.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-232c98a2-2b74-40b6-94f0-d690c5131438 {
  display: none;
}
#s-232c98a2-2b74-40b6-94f0-d690c5131438, #wrap-s-232c98a2-2b74-40b6-94f0-d690c5131438, #wrap-content-s-232c98a2-2b74-40b6-94f0-d690c5131438 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-232c98a2-2b74-40b6-94f0-d690c5131438 {
  display: none;
}
#s-232c98a2-2b74-40b6-94f0-d690c5131438, #wrap-s-232c98a2-2b74-40b6-94f0-d690c5131438, #wrap-content-s-232c98a2-2b74-40b6-94f0-d690c5131438 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-232c98a2-2b74-40b6-94f0-d690c5131438 {
  padding-top: 150px;
padding-left: 75px;
padding-bottom: 0px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-232c98a2-2b74-40b6-94f0-d690c5131438 {
  padding-top: 50px;
padding-left: 25px;
padding-right: 25px;
}
}
#s-9f219b4a-0550-4cdd-a724-f17c424d2d03 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9f219b4a-0550-4cdd-a724-f17c424d2d03 {
  display: none;
}
#s-9f219b4a-0550-4cdd-a724-f17c424d2d03, #wrap-s-9f219b4a-0550-4cdd-a724-f17c424d2d03, #wrap-content-s-9f219b4a-0550-4cdd-a724-f17c424d2d03 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f219b4a-0550-4cdd-a724-f17c424d2d03 {
  display: none;
}
#s-9f219b4a-0550-4cdd-a724-f17c424d2d03, #wrap-s-9f219b4a-0550-4cdd-a724-f17c424d2d03, #wrap-content-s-9f219b4a-0550-4cdd-a724-f17c424d2d03 { display: none !important; }}







#s-9f219b4a-0550-4cdd-a724-f17c424d2d03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f219b4a-0550-4cdd-a724-f17c424d2d03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-0cb3a6e4-3267-480f-b2a6-22fef273901b {
  display: none;
}
#s-0cb3a6e4-3267-480f-b2a6-22fef273901b, #wrap-s-0cb3a6e4-3267-480f-b2a6-22fef273901b, #wrap-content-s-0cb3a6e4-3267-480f-b2a6-22fef273901b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cb3a6e4-3267-480f-b2a6-22fef273901b {
  display: none;
}
#s-0cb3a6e4-3267-480f-b2a6-22fef273901b, #wrap-s-0cb3a6e4-3267-480f-b2a6-22fef273901b, #wrap-content-s-0cb3a6e4-3267-480f-b2a6-22fef273901b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0cb3a6e4-3267-480f-b2a6-22fef273901b {
  padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-0cb3a6e4-3267-480f-b2a6-22fef273901b {
  padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
}
}
#s-d17bad3b-a270-4b8b-82d1-d48d319fe116 {
  padding-top: 0px;
padding-left: 25px;
padding-bottom: 100px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-d17bad3b-a270-4b8b-82d1-d48d319fe116 {
  display: none;
}
#s-d17bad3b-a270-4b8b-82d1-d48d319fe116, #wrap-s-d17bad3b-a270-4b8b-82d1-d48d319fe116, #wrap-content-s-d17bad3b-a270-4b8b-82d1-d48d319fe116 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d17bad3b-a270-4b8b-82d1-d48d319fe116 {
  display: none;
}
#s-d17bad3b-a270-4b8b-82d1-d48d319fe116, #wrap-s-d17bad3b-a270-4b8b-82d1-d48d319fe116, #wrap-content-s-d17bad3b-a270-4b8b-82d1-d48d319fe116 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d17bad3b-a270-4b8b-82d1-d48d319fe116 {
  padding-left: 75px;
padding-right: 75px;
display: none;
}
#s-d17bad3b-a270-4b8b-82d1-d48d319fe116, #wrap-s-d17bad3b-a270-4b8b-82d1-d48d319fe116, #wrap-content-s-d17bad3b-a270-4b8b-82d1-d48d319fe116 { display: none !important; }}@media (max-width: 767px){#s-d17bad3b-a270-4b8b-82d1-d48d319fe116 {
  display: none;
}
#s-d17bad3b-a270-4b8b-82d1-d48d319fe116, #wrap-s-d17bad3b-a270-4b8b-82d1-d48d319fe116, #wrap-content-s-d17bad3b-a270-4b8b-82d1-d48d319fe116 { display: none !important; }}

  #s-d17bad3b-a270-4b8b-82d1-d48d319fe116 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(245, 245, 245, 1);
    border: 2px solid rgba(64, 132, 174, 1);
  }
  #s-d17bad3b-a270-4b8b-82d1-d48d319fe116 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(64, 132, 174, 1);
    border: 2px solid rgba(255, 255, 255, 1);
  }
#s-d17bad3b-a270-4b8b-82d1-d48d319fe116 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(38, 38, 38, 1);
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 20px;
}

#s-d17bad3b-a270-4b8b-82d1-d48d319fe116 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-d17bad3b-a270-4b8b-82d1-d48d319fe116 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(64, 132, 174, 1);
}

#s-d17bad3b-a270-4b8b-82d1-d48d319fe116 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b45027e2-be17-4677-8059-9cf64f9270a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b45027e2-be17-4677-8059-9cf64f9270a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b45027e2-be17-4677-8059-9cf64f9270a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b45027e2-be17-4677-8059-9cf64f9270a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-803019cc-0051-4b80-84c9-f314cdef17e7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 25px;
padding-left: 25px;
padding-right: 25px;
}

#s-03b85e82-a1f3-4fe6-b054-87e8b48f050f {
  padding-left: 25px;
padding-right: 25px;
}

#s-81369108-4966-4c23-96d4-3cc64fb194bc {
  padding-left: 25px;
padding-right: 25px;
}

#s-c9dee965-b8c9-4b3c-b959-04a6207ad934 {
  padding-top: 25px;
text-align: center;
}
@media (max-width: 767px){#s-c9dee965-b8c9-4b3c-b959-04a6207ad934 {
  padding-bottom: 20px;
}
}
#s-c9dee965-b8c9-4b3c-b959-04a6207ad934 {
  overflow: hidden;
  
  
}







  #s-c9dee965-b8c9-4b3c-b959-04a6207ad934 img.shogun-image {
    

    
    
    
  }


#s-c9dee965-b8c9-4b3c-b959-04a6207ad934 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-09282de3-6211-4ede-9c2b-b0cc9a707a29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09282de3-6211-4ede-9c2b-b0cc9a707a29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09282de3-6211-4ede-9c2b-b0cc9a707a29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09282de3-6211-4ede-9c2b-b0cc9a707a29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-503e5d05-2f0f-454e-8fb9-134de6ca5f12 {
  padding-top: 25px;
padding-left: 25px;
padding-right: 25px;
}

#s-a78072b7-f90f-4a70-ac1a-5e3e59db2b8b {
  padding-left: 25px;
padding-right: 25px;
}

#s-5d55c6fa-e225-4ffa-8291-3c62c29b3475 {
  padding-left: 25px;
padding-right: 25px;
}

#s-bf79b163-366f-48ed-bcbd-dd2916a63180 {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}

#s-bf79b163-366f-48ed-bcbd-dd2916a63180 {
  overflow: hidden;
  
  
}







  #s-bf79b163-366f-48ed-bcbd-dd2916a63180 img.shogun-image {
    

    
    
    
  }


#s-bf79b163-366f-48ed-bcbd-dd2916a63180 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3ed7bb3a-0a34-401c-bef5-7d16fa892fd7 {
  box-shadow:2px 2px 10px 3px rgba(194, 185, 185, 1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(64, 132, 174, 1);
border-radius: 2px;
background-color: rgba(64, 132, 174, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-3ed7bb3a-0a34-401c-bef5-7d16fa892fd7:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3ed7bb3a-0a34-401c-bef5-7d16fa892fd7:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3ed7bb3a-0a34-401c-bef5-7d16fa892fd7-root {
    text-align: center;
  }


#s-3ed7bb3a-0a34-401c-bef5-7d16fa892fd7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3ed7bb3a-0a34-401c-bef5-7d16fa892fd7-root {
    text-align: center;
  }


#s-3ed7bb3a-0a34-401c-bef5-7d16fa892fd7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ed7bb3a-0a34-401c-bef5-7d16fa892fd7-root {
    text-align: center;
  }


#s-3ed7bb3a-0a34-401c-bef5-7d16fa892fd7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ed7bb3a-0a34-401c-bef5-7d16fa892fd7-root {
    text-align: center;
  }


#s-3ed7bb3a-0a34-401c-bef5-7d16fa892fd7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3ed7bb3a-0a34-401c-bef5-7d16fa892fd7-root {
    text-align: center;
  }


#s-3ed7bb3a-0a34-401c-bef5-7d16fa892fd7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-f87cf1fc-0ad4-46b4-ad71-d3b941a456eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f87cf1fc-0ad4-46b4-ad71-d3b941a456eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f87cf1fc-0ad4-46b4-ad71-d3b941a456eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f87cf1fc-0ad4-46b4-ad71-d3b941a456eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-54094c2e-d196-4c30-8691-7316be66adcd {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
}

#s-f78280e7-ebc6-429a-b82d-761650164127 {
  padding-left: 25px;
padding-right: 25px;
}

#s-f13ce9b5-4843-4950-aec9-f9f09d7f6dbe {
  padding-left: 25px;
padding-right: 25px;
}

#s-02e2e904-ba80-4045-869b-3ad5c2e64f72 {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}

#s-02e2e904-ba80-4045-869b-3ad5c2e64f72 {
  overflow: hidden;
  
  
}







  #s-02e2e904-ba80-4045-869b-3ad5c2e64f72 img.shogun-image {
    

    
    
    
  }


#s-02e2e904-ba80-4045-869b-3ad5c2e64f72 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b5b0dd0f-1739-4eb9-b12c-1b2986fc63ce {
  box-shadow:2px 2px 10px 3px rgba(194, 185, 185, 1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(64, 132, 174, 1);
border-radius: 2px;
background-color: rgba(64, 132, 174, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b5b0dd0f-1739-4eb9-b12c-1b2986fc63ce:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b5b0dd0f-1739-4eb9-b12c-1b2986fc63ce:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-b5b0dd0f-1739-4eb9-b12c-1b2986fc63ce-root {
    text-align: center;
  }


#s-b5b0dd0f-1739-4eb9-b12c-1b2986fc63ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b5b0dd0f-1739-4eb9-b12c-1b2986fc63ce-root {
    text-align: center;
  }


#s-b5b0dd0f-1739-4eb9-b12c-1b2986fc63ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5b0dd0f-1739-4eb9-b12c-1b2986fc63ce-root {
    text-align: center;
  }


#s-b5b0dd0f-1739-4eb9-b12c-1b2986fc63ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5b0dd0f-1739-4eb9-b12c-1b2986fc63ce-root {
    text-align: center;
  }


#s-b5b0dd0f-1739-4eb9-b12c-1b2986fc63ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b5b0dd0f-1739-4eb9-b12c-1b2986fc63ce-root {
    text-align: center;
  }


#s-b5b0dd0f-1739-4eb9-b12c-1b2986fc63ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-be73008f-a1c0-476d-991b-aabedbc751ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be73008f-a1c0-476d-991b-aabedbc751ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be73008f-a1c0-476d-991b-aabedbc751ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be73008f-a1c0-476d-991b-aabedbc751ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-788de8e0-1577-4e7a-b438-1d901237667a {
  padding-top: 0px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
}
@media (max-width: 767px){#s-788de8e0-1577-4e7a-b438-1d901237667a {
  padding-top: 25px;
}
}
#s-0ab850fe-c400-4606-9bd9-e03f40fc8a47 {
  padding-left: 25px;
padding-right: 25px;
}

#s-fb04c6b0-b72d-4e3a-bff5-b0ea14cc4278 {
  padding-left: 25px;
padding-right: 25px;
}

#s-182c846b-8818-462e-ae18-f9f51efb501f {
  padding-top: 25px;
text-align: center;
}

#s-182c846b-8818-462e-ae18-f9f51efb501f {
  overflow: hidden;
  
  
}







  #s-182c846b-8818-462e-ae18-f9f51efb501f img.shogun-image {
    

    
    
    
  }


#s-182c846b-8818-462e-ae18-f9f51efb501f .shogun-image-content {
  
    justify-content: center;
  
}

#s-45250300-dcb4-4ed2-8617-707132804583 {
  box-shadow:2px 2px 10px 3px rgba(194, 185, 185, 1);
border-style: solid;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-color: rgba(64, 132, 174, 1);
border-radius: 2px;
background-color: rgba(64, 132, 174, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-45250300-dcb4-4ed2-8617-707132804583:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-45250300-dcb4-4ed2-8617-707132804583:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-45250300-dcb4-4ed2-8617-707132804583-root {
    text-align: center;
  }


#s-45250300-dcb4-4ed2-8617-707132804583.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-45250300-dcb4-4ed2-8617-707132804583-root {
    text-align: center;
  }


#s-45250300-dcb4-4ed2-8617-707132804583.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45250300-dcb4-4ed2-8617-707132804583-root {
    text-align: center;
  }


#s-45250300-dcb4-4ed2-8617-707132804583.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45250300-dcb4-4ed2-8617-707132804583-root {
    text-align: center;
  }


#s-45250300-dcb4-4ed2-8617-707132804583.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-45250300-dcb4-4ed2-8617-707132804583-root {
    text-align: center;
  }


#s-45250300-dcb4-4ed2-8617-707132804583.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-e9e0ce8b-adbf-4c23-9389-321c50663160 {
  box-shadow:2px 2px 10px 3px rgba(194, 185, 185, 1);
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(64, 132, 174, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(64, 132, 174, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-e9e0ce8b-adbf-4c23-9389-321c50663160:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e9e0ce8b-adbf-4c23-9389-321c50663160:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e9e0ce8b-adbf-4c23-9389-321c50663160-root {
    text-align: center;
  }


#s-e9e0ce8b-adbf-4c23-9389-321c50663160.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e9e0ce8b-adbf-4c23-9389-321c50663160-root {
    text-align: center;
  }


#s-e9e0ce8b-adbf-4c23-9389-321c50663160.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9e0ce8b-adbf-4c23-9389-321c50663160-root {
    text-align: center;
  }


#s-e9e0ce8b-adbf-4c23-9389-321c50663160.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9e0ce8b-adbf-4c23-9389-321c50663160-root {
    text-align: center;
  }


#s-e9e0ce8b-adbf-4c23-9389-321c50663160.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e9e0ce8b-adbf-4c23-9389-321c50663160-root {
    text-align: center;
  }


#s-e9e0ce8b-adbf-4c23-9389-321c50663160.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57 {
  margin-bottom: 0px;
}
@media (min-width: 1200px){#s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57 {
  display: none;
}
#s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57, #wrap-s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57, #wrap-content-s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57 {
  display: none;
}
#s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57, #wrap-s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57, #wrap-content-s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57 {
  
}
}@media (max-width: 767px){#s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57 {
  
}
}

  #s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(64, 132, 174, 1);
  }
  #s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(64, 132, 174, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
#s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(38, 38, 38, 1);
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 14px;
}

#s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(64, 132, 174, 1);
}

#s-ac232a1c-27fa-421c-9b9f-5a1e9e54be57 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 1200px){#s-8a15b99e-e135-45fd-b7a0-401770224484 {
  display: none;
}
#s-8a15b99e-e135-45fd-b7a0-401770224484, #wrap-s-8a15b99e-e135-45fd-b7a0-401770224484, #wrap-content-s-8a15b99e-e135-45fd-b7a0-401770224484 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a15b99e-e135-45fd-b7a0-401770224484 {
  display: none;
}
#s-8a15b99e-e135-45fd-b7a0-401770224484, #wrap-s-8a15b99e-e135-45fd-b7a0-401770224484, #wrap-content-s-8a15b99e-e135-45fd-b7a0-401770224484 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a15b99e-e135-45fd-b7a0-401770224484 {
  
}
}@media (max-width: 767px){#s-8a15b99e-e135-45fd-b7a0-401770224484 {
  
}
}
@media (min-width: 1200px){#s-87bffa4a-95dc-41c3-8501-af9d11c18be8 {
  display: none;
}
#s-87bffa4a-95dc-41c3-8501-af9d11c18be8, #wrap-s-87bffa4a-95dc-41c3-8501-af9d11c18be8, #wrap-content-s-87bffa4a-95dc-41c3-8501-af9d11c18be8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87bffa4a-95dc-41c3-8501-af9d11c18be8 {
  display: none;
}
#s-87bffa4a-95dc-41c3-8501-af9d11c18be8, #wrap-s-87bffa4a-95dc-41c3-8501-af9d11c18be8, #wrap-content-s-87bffa4a-95dc-41c3-8501-af9d11c18be8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87bffa4a-95dc-41c3-8501-af9d11c18be8 {
  
}
}@media (max-width: 767px){#s-87bffa4a-95dc-41c3-8501-af9d11c18be8 {
  
}
}
@media (min-width: 1200px){#s-528752ec-6d50-4562-9bce-966a11592cbf {
  display: none;
}
#s-528752ec-6d50-4562-9bce-966a11592cbf, #wrap-s-528752ec-6d50-4562-9bce-966a11592cbf, #wrap-content-s-528752ec-6d50-4562-9bce-966a11592cbf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-528752ec-6d50-4562-9bce-966a11592cbf {
  display: none;
}
#s-528752ec-6d50-4562-9bce-966a11592cbf, #wrap-s-528752ec-6d50-4562-9bce-966a11592cbf, #wrap-content-s-528752ec-6d50-4562-9bce-966a11592cbf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-528752ec-6d50-4562-9bce-966a11592cbf {
  
}
}@media (max-width: 767px){#s-528752ec-6d50-4562-9bce-966a11592cbf {
  
}
}
@media (min-width: 1200px){#s-39905892-9de3-4cb2-8b51-0796af219a93 {
  display: none;
}
#s-39905892-9de3-4cb2-8b51-0796af219a93, #wrap-s-39905892-9de3-4cb2-8b51-0796af219a93, #wrap-content-s-39905892-9de3-4cb2-8b51-0796af219a93 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39905892-9de3-4cb2-8b51-0796af219a93 {
  display: none;
}
#s-39905892-9de3-4cb2-8b51-0796af219a93, #wrap-s-39905892-9de3-4cb2-8b51-0796af219a93, #wrap-content-s-39905892-9de3-4cb2-8b51-0796af219a93 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39905892-9de3-4cb2-8b51-0796af219a93 {
  
}
}@media (max-width: 767px){#s-39905892-9de3-4cb2-8b51-0796af219a93 {
  
}
}
@media (min-width: 1200px){#s-a6dba851-c3d0-450c-9553-9107e9fcc770 {
  display: none;
}
#s-a6dba851-c3d0-450c-9553-9107e9fcc770, #wrap-s-a6dba851-c3d0-450c-9553-9107e9fcc770, #wrap-content-s-a6dba851-c3d0-450c-9553-9107e9fcc770 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6dba851-c3d0-450c-9553-9107e9fcc770 {
  display: none;
}
#s-a6dba851-c3d0-450c-9553-9107e9fcc770, #wrap-s-a6dba851-c3d0-450c-9553-9107e9fcc770, #wrap-content-s-a6dba851-c3d0-450c-9553-9107e9fcc770 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6dba851-c3d0-450c-9553-9107e9fcc770 {
  
}
}@media (max-width: 767px){#s-a6dba851-c3d0-450c-9553-9107e9fcc770 {
  
}
}
#s-b6ce67fb-d06c-4f22-86dd-f96a5dcf97ae {
  margin-left: 4em;
margin-right: 4em;
text-align: center;
}
@media (min-width: 1200px){#s-b6ce67fb-d06c-4f22-86dd-f96a5dcf97ae {
  display: none;
}
#s-b6ce67fb-d06c-4f22-86dd-f96a5dcf97ae, #wrap-s-b6ce67fb-d06c-4f22-86dd-f96a5dcf97ae, #wrap-content-s-b6ce67fb-d06c-4f22-86dd-f96a5dcf97ae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6ce67fb-d06c-4f22-86dd-f96a5dcf97ae {
  display: none;
}
#s-b6ce67fb-d06c-4f22-86dd-f96a5dcf97ae, #wrap-s-b6ce67fb-d06c-4f22-86dd-f96a5dcf97ae, #wrap-content-s-b6ce67fb-d06c-4f22-86dd-f96a5dcf97ae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6ce67fb-d06c-4f22-86dd-f96a5dcf97ae {
  
}
}@media (max-width: 767px){#s-b6ce67fb-d06c-4f22-86dd-f96a5dcf97ae {
  
}
}
#s-b6ce67fb-d06c-4f22-86dd-f96a5dcf97ae {
  overflow: hidden;
  
  
}







  #s-b6ce67fb-d06c-4f22-86dd-f96a5dcf97ae img.shogun-image {
    

    
    
    
  }


#s-b6ce67fb-d06c-4f22-86dd-f96a5dcf97ae .shogun-image-content {
  
    justify-content: center;
  
}

#s-99beb4d4-47c2-4040-b78b-03c58173cc25 {
  margin-left: 4em;
margin-right: 4em;
text-align: center;
}
@media (min-width: 1200px){#s-99beb4d4-47c2-4040-b78b-03c58173cc25 {
  display: none;
}
#s-99beb4d4-47c2-4040-b78b-03c58173cc25, #wrap-s-99beb4d4-47c2-4040-b78b-03c58173cc25, #wrap-content-s-99beb4d4-47c2-4040-b78b-03c58173cc25 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99beb4d4-47c2-4040-b78b-03c58173cc25 {
  display: none;
}
#s-99beb4d4-47c2-4040-b78b-03c58173cc25, #wrap-s-99beb4d4-47c2-4040-b78b-03c58173cc25, #wrap-content-s-99beb4d4-47c2-4040-b78b-03c58173cc25 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99beb4d4-47c2-4040-b78b-03c58173cc25 {
  
}
}@media (max-width: 767px){#s-99beb4d4-47c2-4040-b78b-03c58173cc25 {
  
}
}
#s-99beb4d4-47c2-4040-b78b-03c58173cc25 {
  overflow: hidden;
  
  
}







  #s-99beb4d4-47c2-4040-b78b-03c58173cc25 img.shogun-image {
    

    
    
    
  }


#s-99beb4d4-47c2-4040-b78b-03c58173cc25 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8c2d7c1b-de9a-4291-8646-6f7414547dfa {
  margin-left: 4em;
margin-right: 4em;
text-align: center;
}
@media (min-width: 1200px){#s-8c2d7c1b-de9a-4291-8646-6f7414547dfa {
  display: none;
}
#s-8c2d7c1b-de9a-4291-8646-6f7414547dfa, #wrap-s-8c2d7c1b-de9a-4291-8646-6f7414547dfa, #wrap-content-s-8c2d7c1b-de9a-4291-8646-6f7414547dfa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c2d7c1b-de9a-4291-8646-6f7414547dfa {
  display: none;
}
#s-8c2d7c1b-de9a-4291-8646-6f7414547dfa, #wrap-s-8c2d7c1b-de9a-4291-8646-6f7414547dfa, #wrap-content-s-8c2d7c1b-de9a-4291-8646-6f7414547dfa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c2d7c1b-de9a-4291-8646-6f7414547dfa {
  
}
}@media (max-width: 767px){#s-8c2d7c1b-de9a-4291-8646-6f7414547dfa {
  
}
}
#s-8c2d7c1b-de9a-4291-8646-6f7414547dfa {
  overflow: hidden;
  
  
}







  #s-8c2d7c1b-de9a-4291-8646-6f7414547dfa img.shogun-image {
    

    
    
    
  }


#s-8c2d7c1b-de9a-4291-8646-6f7414547dfa .shogun-image-content {
  
    justify-content: center;
  
}

#s-cbea649d-628b-4cf1-b196-504318494a36 {
  margin-left: 4em;
margin-right: 4em;
text-align: center;
}
@media (min-width: 1200px){#s-cbea649d-628b-4cf1-b196-504318494a36 {
  display: none;
}
#s-cbea649d-628b-4cf1-b196-504318494a36, #wrap-s-cbea649d-628b-4cf1-b196-504318494a36, #wrap-content-s-cbea649d-628b-4cf1-b196-504318494a36 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbea649d-628b-4cf1-b196-504318494a36 {
  display: none;
}
#s-cbea649d-628b-4cf1-b196-504318494a36, #wrap-s-cbea649d-628b-4cf1-b196-504318494a36, #wrap-content-s-cbea649d-628b-4cf1-b196-504318494a36 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cbea649d-628b-4cf1-b196-504318494a36 {
  
}
}@media (max-width: 767px){#s-cbea649d-628b-4cf1-b196-504318494a36 {
  
}
}
#s-cbea649d-628b-4cf1-b196-504318494a36 {
  overflow: hidden;
  
  
}







  #s-cbea649d-628b-4cf1-b196-504318494a36 img.shogun-image {
    

    
    
    
  }


#s-cbea649d-628b-4cf1-b196-504318494a36 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4001eb8b-ff5e-4935-8191-f942985d9c90 {
  margin-left: 6em;
margin-right: 6em;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-4001eb8b-ff5e-4935-8191-f942985d9c90 {
  display: none;
}
#s-4001eb8b-ff5e-4935-8191-f942985d9c90, #wrap-s-4001eb8b-ff5e-4935-8191-f942985d9c90, #wrap-content-s-4001eb8b-ff5e-4935-8191-f942985d9c90 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4001eb8b-ff5e-4935-8191-f942985d9c90 {
  display: none;
}
#s-4001eb8b-ff5e-4935-8191-f942985d9c90, #wrap-s-4001eb8b-ff5e-4935-8191-f942985d9c90, #wrap-content-s-4001eb8b-ff5e-4935-8191-f942985d9c90 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4001eb8b-ff5e-4935-8191-f942985d9c90 {
  
}
}@media (max-width: 767px){#s-4001eb8b-ff5e-4935-8191-f942985d9c90 {
  
}
}
#s-4001eb8b-ff5e-4935-8191-f942985d9c90 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-4001eb8b-ff5e-4935-8191-f942985d9c90 img.shogun-image,
  #s-4001eb8b-ff5e-4935-8191-f942985d9c90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4001eb8b-ff5e-4935-8191-f942985d9c90 {
    width: 100%;
    height: auto;
  }



  #s-4001eb8b-ff5e-4935-8191-f942985d9c90 img.shogun-image {
    

    
    
    
  }


#s-4001eb8b-ff5e-4935-8191-f942985d9c90 .shogun-image-content {
  
    justify-content: center;
  
}

#s-570dba37-8aab-4ef1-88da-7f769f5de5c1 {
  margin-bottom: -15px;
}
@media (min-width: 1200px){#s-570dba37-8aab-4ef1-88da-7f769f5de5c1 {
  display: none;
}
#s-570dba37-8aab-4ef1-88da-7f769f5de5c1, #wrap-s-570dba37-8aab-4ef1-88da-7f769f5de5c1, #wrap-content-s-570dba37-8aab-4ef1-88da-7f769f5de5c1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-570dba37-8aab-4ef1-88da-7f769f5de5c1 {
  display: none;
}
#s-570dba37-8aab-4ef1-88da-7f769f5de5c1, #wrap-s-570dba37-8aab-4ef1-88da-7f769f5de5c1, #wrap-content-s-570dba37-8aab-4ef1-88da-7f769f5de5c1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-570dba37-8aab-4ef1-88da-7f769f5de5c1 {
  
}
}@media (max-width: 767px){#s-570dba37-8aab-4ef1-88da-7f769f5de5c1 {
  
}
}
#s-711f7ac1-fb96-40e3-aa3a-cc81b36cbc5e {
  margin-bottom: -15px;
}
@media (min-width: 1200px){#s-711f7ac1-fb96-40e3-aa3a-cc81b36cbc5e {
  display: none;
}
#s-711f7ac1-fb96-40e3-aa3a-cc81b36cbc5e, #wrap-s-711f7ac1-fb96-40e3-aa3a-cc81b36cbc5e, #wrap-content-s-711f7ac1-fb96-40e3-aa3a-cc81b36cbc5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-711f7ac1-fb96-40e3-aa3a-cc81b36cbc5e {
  display: none;
}
#s-711f7ac1-fb96-40e3-aa3a-cc81b36cbc5e, #wrap-s-711f7ac1-fb96-40e3-aa3a-cc81b36cbc5e, #wrap-content-s-711f7ac1-fb96-40e3-aa3a-cc81b36cbc5e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-711f7ac1-fb96-40e3-aa3a-cc81b36cbc5e {
  
}
}@media (max-width: 767px){#s-711f7ac1-fb96-40e3-aa3a-cc81b36cbc5e {
  
}
}
#s-02fc895d-b070-41ab-8617-958065059847 {
  margin-bottom: -15px;
}
@media (min-width: 1200px){#s-02fc895d-b070-41ab-8617-958065059847 {
  display: none;
}
#s-02fc895d-b070-41ab-8617-958065059847, #wrap-s-02fc895d-b070-41ab-8617-958065059847, #wrap-content-s-02fc895d-b070-41ab-8617-958065059847 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02fc895d-b070-41ab-8617-958065059847 {
  display: none;
}
#s-02fc895d-b070-41ab-8617-958065059847, #wrap-s-02fc895d-b070-41ab-8617-958065059847, #wrap-content-s-02fc895d-b070-41ab-8617-958065059847 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02fc895d-b070-41ab-8617-958065059847 {
  
}
}@media (max-width: 767px){#s-02fc895d-b070-41ab-8617-958065059847 {
  
}
}
#s-67c1c48e-48e1-4d57-ba8c-772b83b15026 {
  margin-bottom: -15px;
}
@media (min-width: 1200px){#s-67c1c48e-48e1-4d57-ba8c-772b83b15026 {
  display: none;
}
#s-67c1c48e-48e1-4d57-ba8c-772b83b15026, #wrap-s-67c1c48e-48e1-4d57-ba8c-772b83b15026, #wrap-content-s-67c1c48e-48e1-4d57-ba8c-772b83b15026 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67c1c48e-48e1-4d57-ba8c-772b83b15026 {
  display: none;
}
#s-67c1c48e-48e1-4d57-ba8c-772b83b15026, #wrap-s-67c1c48e-48e1-4d57-ba8c-772b83b15026, #wrap-content-s-67c1c48e-48e1-4d57-ba8c-772b83b15026 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67c1c48e-48e1-4d57-ba8c-772b83b15026 {
  
}
}@media (max-width: 767px){#s-67c1c48e-48e1-4d57-ba8c-772b83b15026 {
  
}
}
#s-2530aae2-178f-400f-a296-88c414f36334 {
  margin-bottom: -15px;
}
@media (min-width: 1200px){#s-2530aae2-178f-400f-a296-88c414f36334 {
  display: none;
}
#s-2530aae2-178f-400f-a296-88c414f36334, #wrap-s-2530aae2-178f-400f-a296-88c414f36334, #wrap-content-s-2530aae2-178f-400f-a296-88c414f36334 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2530aae2-178f-400f-a296-88c414f36334 {
  display: none;
}
#s-2530aae2-178f-400f-a296-88c414f36334, #wrap-s-2530aae2-178f-400f-a296-88c414f36334, #wrap-content-s-2530aae2-178f-400f-a296-88c414f36334 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2530aae2-178f-400f-a296-88c414f36334 {
  
}
}@media (max-width: 767px){#s-2530aae2-178f-400f-a296-88c414f36334 {
  
}
}
@media (min-width: 1200px){#s-30ae39bb-d5c6-446e-9d91-c8adb2918ac9 {
  display: none;
}
#s-30ae39bb-d5c6-446e-9d91-c8adb2918ac9, #wrap-s-30ae39bb-d5c6-446e-9d91-c8adb2918ac9, #wrap-content-s-30ae39bb-d5c6-446e-9d91-c8adb2918ac9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30ae39bb-d5c6-446e-9d91-c8adb2918ac9 {
  display: none;
}
#s-30ae39bb-d5c6-446e-9d91-c8adb2918ac9, #wrap-s-30ae39bb-d5c6-446e-9d91-c8adb2918ac9, #wrap-content-s-30ae39bb-d5c6-446e-9d91-c8adb2918ac9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30ae39bb-d5c6-446e-9d91-c8adb2918ac9 {
  
}
}@media (max-width: 767px){#s-30ae39bb-d5c6-446e-9d91-c8adb2918ac9 {
  
}
}
@media (min-width: 1200px){#s-2ed3e252-cb0b-43bd-98c0-080411dde82a {
  display: none;
}
#s-2ed3e252-cb0b-43bd-98c0-080411dde82a, #wrap-s-2ed3e252-cb0b-43bd-98c0-080411dde82a, #wrap-content-s-2ed3e252-cb0b-43bd-98c0-080411dde82a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ed3e252-cb0b-43bd-98c0-080411dde82a {
  display: none;
}
#s-2ed3e252-cb0b-43bd-98c0-080411dde82a, #wrap-s-2ed3e252-cb0b-43bd-98c0-080411dde82a, #wrap-content-s-2ed3e252-cb0b-43bd-98c0-080411dde82a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ed3e252-cb0b-43bd-98c0-080411dde82a {
  
}
}@media (max-width: 767px){#s-2ed3e252-cb0b-43bd-98c0-080411dde82a {
  
}
}
@media (min-width: 1200px){#s-0bd5e90e-e675-4e3e-8334-971e18f91c0b {
  display: none;
}
#s-0bd5e90e-e675-4e3e-8334-971e18f91c0b, #wrap-s-0bd5e90e-e675-4e3e-8334-971e18f91c0b, #wrap-content-s-0bd5e90e-e675-4e3e-8334-971e18f91c0b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0bd5e90e-e675-4e3e-8334-971e18f91c0b {
  display: none;
}
#s-0bd5e90e-e675-4e3e-8334-971e18f91c0b, #wrap-s-0bd5e90e-e675-4e3e-8334-971e18f91c0b, #wrap-content-s-0bd5e90e-e675-4e3e-8334-971e18f91c0b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0bd5e90e-e675-4e3e-8334-971e18f91c0b {
  
}
}@media (max-width: 767px){#s-0bd5e90e-e675-4e3e-8334-971e18f91c0b {
  
}
}
@media (min-width: 1200px){#s-37a8d8bf-5697-4dec-979c-40961c09ae43 {
  display: none;
}
#s-37a8d8bf-5697-4dec-979c-40961c09ae43, #wrap-s-37a8d8bf-5697-4dec-979c-40961c09ae43, #wrap-content-s-37a8d8bf-5697-4dec-979c-40961c09ae43 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37a8d8bf-5697-4dec-979c-40961c09ae43 {
  display: none;
}
#s-37a8d8bf-5697-4dec-979c-40961c09ae43, #wrap-s-37a8d8bf-5697-4dec-979c-40961c09ae43, #wrap-content-s-37a8d8bf-5697-4dec-979c-40961c09ae43 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37a8d8bf-5697-4dec-979c-40961c09ae43 {
  
}
}@media (max-width: 767px){#s-37a8d8bf-5697-4dec-979c-40961c09ae43 {
  
}
}
@media (min-width: 1200px){#s-b17d007f-398d-4c55-a34c-177f65f2e559 {
  display: none;
}
#s-b17d007f-398d-4c55-a34c-177f65f2e559, #wrap-s-b17d007f-398d-4c55-a34c-177f65f2e559, #wrap-content-s-b17d007f-398d-4c55-a34c-177f65f2e559 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b17d007f-398d-4c55-a34c-177f65f2e559 {
  display: none;
}
#s-b17d007f-398d-4c55-a34c-177f65f2e559, #wrap-s-b17d007f-398d-4c55-a34c-177f65f2e559, #wrap-content-s-b17d007f-398d-4c55-a34c-177f65f2e559 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b17d007f-398d-4c55-a34c-177f65f2e559 {
  
}
}@media (max-width: 767px){#s-b17d007f-398d-4c55-a34c-177f65f2e559 {
  
}
}
#s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e {
  box-shadow:2px 2px 10px 3px rgba(194, 185, 185, 1);
border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(64, 132, 174, 1);
border-radius: 2px;
background-color: rgba(64, 132, 174, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e {
  display: none;
}
#s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e, #wrap-s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e, #wrap-content-s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e {
  display: none;
}
#s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e, #wrap-s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e, #wrap-content-s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e {
  
}
}@media (max-width: 767px){#s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e {
  
}
}

  #s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e-root {
    text-align: center;
  }


#s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e-root {
    text-align: center;
  }


#s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e-root {
    text-align: center;
  }


#s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e-root {
    text-align: center;
  }


#s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e-root {
    text-align: center;
  }


#s-c50d3e28-7b64-4a15-acdc-bef5aeebec5e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-800c731b-d161-4c6e-a149-3fdb58610ccb {
  box-shadow:2px 2px 10px 3px rgba(194, 185, 185, 1);
border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(64, 132, 174, 1);
border-radius: 2px;
background-color: rgba(64, 132, 174, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-800c731b-d161-4c6e-a149-3fdb58610ccb:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-800c731b-d161-4c6e-a149-3fdb58610ccb:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-800c731b-d161-4c6e-a149-3fdb58610ccb {
  display: none;
}
#s-800c731b-d161-4c6e-a149-3fdb58610ccb, #wrap-s-800c731b-d161-4c6e-a149-3fdb58610ccb, #wrap-content-s-800c731b-d161-4c6e-a149-3fdb58610ccb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-800c731b-d161-4c6e-a149-3fdb58610ccb {
  display: none;
}
#s-800c731b-d161-4c6e-a149-3fdb58610ccb, #wrap-s-800c731b-d161-4c6e-a149-3fdb58610ccb, #wrap-content-s-800c731b-d161-4c6e-a149-3fdb58610ccb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-800c731b-d161-4c6e-a149-3fdb58610ccb {
  
}
}@media (max-width: 767px){#s-800c731b-d161-4c6e-a149-3fdb58610ccb {
  
}
}

  #s-800c731b-d161-4c6e-a149-3fdb58610ccb-root {
    text-align: center;
  }


#s-800c731b-d161-4c6e-a149-3fdb58610ccb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-800c731b-d161-4c6e-a149-3fdb58610ccb-root {
    text-align: center;
  }


#s-800c731b-d161-4c6e-a149-3fdb58610ccb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-800c731b-d161-4c6e-a149-3fdb58610ccb-root {
    text-align: center;
  }


#s-800c731b-d161-4c6e-a149-3fdb58610ccb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-800c731b-d161-4c6e-a149-3fdb58610ccb-root {
    text-align: center;
  }


#s-800c731b-d161-4c6e-a149-3fdb58610ccb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-800c731b-d161-4c6e-a149-3fdb58610ccb-root {
    text-align: center;
  }


#s-800c731b-d161-4c6e-a149-3fdb58610ccb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f {
  box-shadow:2px 2px 10px 3px rgba(194, 185, 185, 1);
border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(40, 35, 175, 1);
border-radius: 2px;
background-color: rgba(64, 132, 174, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f {
  display: none;
}
#s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f, #wrap-s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f, #wrap-content-s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f {
  display: none;
}
#s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f, #wrap-s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f, #wrap-content-s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f {
  
}
}@media (max-width: 767px){#s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f {
  
}
}

  #s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f-root {
    text-align: center;
  }


#s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f-root {
    text-align: center;
  }


#s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f-root {
    text-align: center;
  }


#s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f-root {
    text-align: center;
  }


#s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f-root {
    text-align: center;
  }


#s-5d2f22c7-8ed2-4656-8c0a-03e6ad82234f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-824791cb-3715-4731-b1d1-8c1ff29c779d {
  box-shadow:2px 2px 10px 3px rgba(194, 185, 185, 1);
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(64, 132, 174, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(64, 132, 174, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-824791cb-3715-4731-b1d1-8c1ff29c779d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-824791cb-3715-4731-b1d1-8c1ff29c779d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-824791cb-3715-4731-b1d1-8c1ff29c779d {
  display: none;
}
#s-824791cb-3715-4731-b1d1-8c1ff29c779d, #wrap-s-824791cb-3715-4731-b1d1-8c1ff29c779d, #wrap-content-s-824791cb-3715-4731-b1d1-8c1ff29c779d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-824791cb-3715-4731-b1d1-8c1ff29c779d {
  display: none;
}
#s-824791cb-3715-4731-b1d1-8c1ff29c779d, #wrap-s-824791cb-3715-4731-b1d1-8c1ff29c779d, #wrap-content-s-824791cb-3715-4731-b1d1-8c1ff29c779d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-824791cb-3715-4731-b1d1-8c1ff29c779d {
  
}
}@media (max-width: 767px){#s-824791cb-3715-4731-b1d1-8c1ff29c779d {
  
}
}

  #s-824791cb-3715-4731-b1d1-8c1ff29c779d-root {
    text-align: center;
  }


#s-824791cb-3715-4731-b1d1-8c1ff29c779d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-824791cb-3715-4731-b1d1-8c1ff29c779d-root {
    text-align: center;
  }


#s-824791cb-3715-4731-b1d1-8c1ff29c779d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-824791cb-3715-4731-b1d1-8c1ff29c779d-root {
    text-align: center;
  }


#s-824791cb-3715-4731-b1d1-8c1ff29c779d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-824791cb-3715-4731-b1d1-8c1ff29c779d-root {
    text-align: center;
  }


#s-824791cb-3715-4731-b1d1-8c1ff29c779d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-824791cb-3715-4731-b1d1-8c1ff29c779d-root {
    text-align: center;
  }


#s-824791cb-3715-4731-b1d1-8c1ff29c779d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-20bf5d61-0c03-4808-b125-315c0082dc14 {
  box-shadow:2px 2px 10px 3px rgba(194, 185, 185, 1);
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(64, 132, 174, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(64, 132, 174, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-20bf5d61-0c03-4808-b125-315c0082dc14:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-20bf5d61-0c03-4808-b125-315c0082dc14:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-20bf5d61-0c03-4808-b125-315c0082dc14 {
  display: none;
}
#s-20bf5d61-0c03-4808-b125-315c0082dc14, #wrap-s-20bf5d61-0c03-4808-b125-315c0082dc14, #wrap-content-s-20bf5d61-0c03-4808-b125-315c0082dc14 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20bf5d61-0c03-4808-b125-315c0082dc14 {
  display: none;
}
#s-20bf5d61-0c03-4808-b125-315c0082dc14, #wrap-s-20bf5d61-0c03-4808-b125-315c0082dc14, #wrap-content-s-20bf5d61-0c03-4808-b125-315c0082dc14 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20bf5d61-0c03-4808-b125-315c0082dc14 {
  
}
}@media (max-width: 767px){#s-20bf5d61-0c03-4808-b125-315c0082dc14 {
  
}
}

  #s-20bf5d61-0c03-4808-b125-315c0082dc14-root {
    text-align: center;
  }


#s-20bf5d61-0c03-4808-b125-315c0082dc14.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-20bf5d61-0c03-4808-b125-315c0082dc14-root {
    text-align: center;
  }


#s-20bf5d61-0c03-4808-b125-315c0082dc14.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20bf5d61-0c03-4808-b125-315c0082dc14-root {
    text-align: center;
  }


#s-20bf5d61-0c03-4808-b125-315c0082dc14.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20bf5d61-0c03-4808-b125-315c0082dc14-root {
    text-align: center;
  }


#s-20bf5d61-0c03-4808-b125-315c0082dc14.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-20bf5d61-0c03-4808-b125-315c0082dc14-root {
    text-align: center;
  }


#s-20bf5d61-0c03-4808-b125-315c0082dc14.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-29bb0d69-58f3-4603-a49c-e54951e62f6f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-29bb0d69-58f3-4603-a49c-e54951e62f6f {
  display: none;
}
#s-29bb0d69-58f3-4603-a49c-e54951e62f6f, #wrap-s-29bb0d69-58f3-4603-a49c-e54951e62f6f, #wrap-content-s-29bb0d69-58f3-4603-a49c-e54951e62f6f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29bb0d69-58f3-4603-a49c-e54951e62f6f {
  display: none;
}
#s-29bb0d69-58f3-4603-a49c-e54951e62f6f, #wrap-s-29bb0d69-58f3-4603-a49c-e54951e62f6f, #wrap-content-s-29bb0d69-58f3-4603-a49c-e54951e62f6f { display: none !important; }}







#s-29bb0d69-58f3-4603-a49c-e54951e62f6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29bb0d69-58f3-4603-a49c-e54951e62f6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0101aba-dde6-47ca-81eb-859670e6adf1 {
  padding-top: 25px;
max-width: 2000px;
text-align: center;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-b0101aba-dde6-47ca-81eb-859670e6adf1 {
  display: none;
}
#s-b0101aba-dde6-47ca-81eb-859670e6adf1, #wrap-s-b0101aba-dde6-47ca-81eb-859670e6adf1, #wrap-content-s-b0101aba-dde6-47ca-81eb-859670e6adf1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0101aba-dde6-47ca-81eb-859670e6adf1 {
  display: none;
}
#s-b0101aba-dde6-47ca-81eb-859670e6adf1, #wrap-s-b0101aba-dde6-47ca-81eb-859670e6adf1, #wrap-content-s-b0101aba-dde6-47ca-81eb-859670e6adf1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0101aba-dde6-47ca-81eb-859670e6adf1 {
  padding-left: 75px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-b0101aba-dde6-47ca-81eb-859670e6adf1 {
  padding-left: 25px;
padding-right: 25px;
}
}
#s-b0101aba-dde6-47ca-81eb-859670e6adf1 {
  overflow: hidden;
  
  
      max-width: 2000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b0101aba-dde6-47ca-81eb-859670e6adf1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-26860ba2-cfbd-49cb-b4ad-e67fc5c497c8 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
text-align: center;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-26860ba2-cfbd-49cb-b4ad-e67fc5c497c8 {
  display: none;
}
#s-26860ba2-cfbd-49cb-b4ad-e67fc5c497c8, #wrap-s-26860ba2-cfbd-49cb-b4ad-e67fc5c497c8, #wrap-content-s-26860ba2-cfbd-49cb-b4ad-e67fc5c497c8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26860ba2-cfbd-49cb-b4ad-e67fc5c497c8 {
  display: none;
}
#s-26860ba2-cfbd-49cb-b4ad-e67fc5c497c8, #wrap-s-26860ba2-cfbd-49cb-b4ad-e67fc5c497c8, #wrap-content-s-26860ba2-cfbd-49cb-b4ad-e67fc5c497c8 { display: none !important; }}
#s-26860ba2-cfbd-49cb-b4ad-e67fc5c497c8 {
  overflow: hidden;
  
  
}







  #s-26860ba2-cfbd-49cb-b4ad-e67fc5c497c8 img.shogun-image {
    

    
    
    
  }


#s-26860ba2-cfbd-49cb-b4ad-e67fc5c497c8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-38d3cdb6-6899-4fb0-b149-0327ac211759 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-38d3cdb6-6899-4fb0-b149-0327ac211759 {
  display: none;
}
#s-38d3cdb6-6899-4fb0-b149-0327ac211759, #wrap-s-38d3cdb6-6899-4fb0-b149-0327ac211759, #wrap-content-s-38d3cdb6-6899-4fb0-b149-0327ac211759 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38d3cdb6-6899-4fb0-b149-0327ac211759 {
  display: none;
}
#s-38d3cdb6-6899-4fb0-b149-0327ac211759, #wrap-s-38d3cdb6-6899-4fb0-b149-0327ac211759, #wrap-content-s-38d3cdb6-6899-4fb0-b149-0327ac211759 { display: none !important; }}







#s-38d3cdb6-6899-4fb0-b149-0327ac211759 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38d3cdb6-6899-4fb0-b149-0327ac211759.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fc93971-c5a5-49ef-8603-9a51b66083f5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3fc93971-c5a5-49ef-8603-9a51b66083f5 {
  display: none;
}
#s-3fc93971-c5a5-49ef-8603-9a51b66083f5, #wrap-s-3fc93971-c5a5-49ef-8603-9a51b66083f5, #wrap-content-s-3fc93971-c5a5-49ef-8603-9a51b66083f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3fc93971-c5a5-49ef-8603-9a51b66083f5 {
  display: none;
}
#s-3fc93971-c5a5-49ef-8603-9a51b66083f5, #wrap-s-3fc93971-c5a5-49ef-8603-9a51b66083f5, #wrap-content-s-3fc93971-c5a5-49ef-8603-9a51b66083f5 { display: none !important; }}







#s-3fc93971-c5a5-49ef-8603-9a51b66083f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3fc93971-c5a5-49ef-8603-9a51b66083f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-439f1e50-fde6-47a6-a226-5287c3bd273e {
  display: none;
}
#s-439f1e50-fde6-47a6-a226-5287c3bd273e, #wrap-s-439f1e50-fde6-47a6-a226-5287c3bd273e, #wrap-content-s-439f1e50-fde6-47a6-a226-5287c3bd273e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-439f1e50-fde6-47a6-a226-5287c3bd273e {
  display: none;
}
#s-439f1e50-fde6-47a6-a226-5287c3bd273e, #wrap-s-439f1e50-fde6-47a6-a226-5287c3bd273e, #wrap-content-s-439f1e50-fde6-47a6-a226-5287c3bd273e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-439f1e50-fde6-47a6-a226-5287c3bd273e {
  padding-top: 150px;
padding-left: 75px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-439f1e50-fde6-47a6-a226-5287c3bd273e {
  padding-top: 50px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
}
}
#s-ba56e598-01eb-4104-8375-caf3a304382c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ba56e598-01eb-4104-8375-caf3a304382c {
  display: none;
}
#s-ba56e598-01eb-4104-8375-caf3a304382c, #wrap-s-ba56e598-01eb-4104-8375-caf3a304382c, #wrap-content-s-ba56e598-01eb-4104-8375-caf3a304382c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba56e598-01eb-4104-8375-caf3a304382c {
  display: none;
}
#s-ba56e598-01eb-4104-8375-caf3a304382c, #wrap-s-ba56e598-01eb-4104-8375-caf3a304382c, #wrap-content-s-ba56e598-01eb-4104-8375-caf3a304382c { display: none !important; }}







#s-ba56e598-01eb-4104-8375-caf3a304382c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba56e598-01eb-4104-8375-caf3a304382c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3e6e106-2ed2-4d0c-986b-0e9a6f2b0a0e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e3e6e106-2ed2-4d0c-986b-0e9a6f2b0a0e {
  display: none;
}
#s-e3e6e106-2ed2-4d0c-986b-0e9a6f2b0a0e, #wrap-s-e3e6e106-2ed2-4d0c-986b-0e9a6f2b0a0e, #wrap-content-s-e3e6e106-2ed2-4d0c-986b-0e9a6f2b0a0e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3e6e106-2ed2-4d0c-986b-0e9a6f2b0a0e {
  display: none;
}
#s-e3e6e106-2ed2-4d0c-986b-0e9a6f2b0a0e, #wrap-s-e3e6e106-2ed2-4d0c-986b-0e9a6f2b0a0e, #wrap-content-s-e3e6e106-2ed2-4d0c-986b-0e9a6f2b0a0e { display: none !important; }}







#s-e3e6e106-2ed2-4d0c-986b-0e9a6f2b0a0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3e6e106-2ed2-4d0c-986b-0e9a6f2b0a0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-58110354-8466-4872-ada2-83559515d154 {
  display: none;
}
#s-58110354-8466-4872-ada2-83559515d154, #wrap-s-58110354-8466-4872-ada2-83559515d154, #wrap-content-s-58110354-8466-4872-ada2-83559515d154 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58110354-8466-4872-ada2-83559515d154 {
  display: none;
}
#s-58110354-8466-4872-ada2-83559515d154, #wrap-s-58110354-8466-4872-ada2-83559515d154, #wrap-content-s-58110354-8466-4872-ada2-83559515d154 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58110354-8466-4872-ada2-83559515d154 {
  padding-left: 75px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-58110354-8466-4872-ada2-83559515d154 {
  padding-left: 25px;
padding-right: 25px;
}
}
#s-b1871687-c9fd-4e52-b36f-c5ce007353ff {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b1871687-c9fd-4e52-b36f-c5ce007353ff {
  display: none;
}
#s-b1871687-c9fd-4e52-b36f-c5ce007353ff, #wrap-s-b1871687-c9fd-4e52-b36f-c5ce007353ff, #wrap-content-s-b1871687-c9fd-4e52-b36f-c5ce007353ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1871687-c9fd-4e52-b36f-c5ce007353ff {
  display: none;
}
#s-b1871687-c9fd-4e52-b36f-c5ce007353ff, #wrap-s-b1871687-c9fd-4e52-b36f-c5ce007353ff, #wrap-content-s-b1871687-c9fd-4e52-b36f-c5ce007353ff { display: none !important; }}







#s-b1871687-c9fd-4e52-b36f-c5ce007353ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1871687-c9fd-4e52-b36f-c5ce007353ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872 {
  display: none;
}
#s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872, #wrap-s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872, #wrap-content-s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872 {
  display: none;
}
#s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872, #wrap-s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872, #wrap-content-s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872 {
  padding-left: 75px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872 {
  padding-left: 25px;
padding-right: 25px;
}
}
#s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(64, 132, 174, 1);
  padding: 17px;
}

#s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 18px;
}

#s-7b671eb8-e6cd-4ffd-8fe5-906068b6e872 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-952d094e-b507-4be5-9964-5583417d38ff {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-8d584c68-47ed-42c8-9d85-4742a8a4c561 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-ac81a264-889d-4391-a8cc-3647d46f94f6 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-ddcaad7c-5191-455c-a8bd-547d01e64d3a {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-7a4c24fe-39c4-45ab-a559-d3e5d8e86c74 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-68819b5b-3c62-4632-b8ec-b0467ebab373 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-68819b5b-3c62-4632-b8ec-b0467ebab373 {
  display: none;
}
#s-68819b5b-3c62-4632-b8ec-b0467ebab373, #wrap-s-68819b5b-3c62-4632-b8ec-b0467ebab373, #wrap-content-s-68819b5b-3c62-4632-b8ec-b0467ebab373 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68819b5b-3c62-4632-b8ec-b0467ebab373 {
  display: none;
}
#s-68819b5b-3c62-4632-b8ec-b0467ebab373, #wrap-s-68819b5b-3c62-4632-b8ec-b0467ebab373, #wrap-content-s-68819b5b-3c62-4632-b8ec-b0467ebab373 { display: none !important; }}







#s-68819b5b-3c62-4632-b8ec-b0467ebab373 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68819b5b-3c62-4632-b8ec-b0467ebab373.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee77999b-e542-4388-b034-ff4c99dbb9c0 {
  max-width: 2000px;
text-align: center;
}
@media (min-width: 1200px){#s-ee77999b-e542-4388-b034-ff4c99dbb9c0 {
  display: none;
}
#s-ee77999b-e542-4388-b034-ff4c99dbb9c0, #wrap-s-ee77999b-e542-4388-b034-ff4c99dbb9c0, #wrap-content-s-ee77999b-e542-4388-b034-ff4c99dbb9c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee77999b-e542-4388-b034-ff4c99dbb9c0 {
  display: none;
}
#s-ee77999b-e542-4388-b034-ff4c99dbb9c0, #wrap-s-ee77999b-e542-4388-b034-ff4c99dbb9c0, #wrap-content-s-ee77999b-e542-4388-b034-ff4c99dbb9c0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee77999b-e542-4388-b034-ff4c99dbb9c0 {
  padding-left: 75px;
padding-right: 75px;
background-color: rgba(240, 240, 240, 1);
}
}@media (max-width: 767px){#s-ee77999b-e542-4388-b034-ff4c99dbb9c0 {
  background-color: rgba(240, 240, 240, 1);
}
}
#s-ee77999b-e542-4388-b034-ff4c99dbb9c0 {
  overflow: hidden;
  
  
      max-width: 2000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-ee77999b-e542-4388-b034-ff4c99dbb9c0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-31320414-18f7-4d94-a169-3e67a78ca3c6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-31320414-18f7-4d94-a169-3e67a78ca3c6 {
  display: none;
}
#s-31320414-18f7-4d94-a169-3e67a78ca3c6, #wrap-s-31320414-18f7-4d94-a169-3e67a78ca3c6, #wrap-content-s-31320414-18f7-4d94-a169-3e67a78ca3c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31320414-18f7-4d94-a169-3e67a78ca3c6 {
  display: none;
}
#s-31320414-18f7-4d94-a169-3e67a78ca3c6, #wrap-s-31320414-18f7-4d94-a169-3e67a78ca3c6, #wrap-content-s-31320414-18f7-4d94-a169-3e67a78ca3c6 { display: none !important; }}







#s-31320414-18f7-4d94-a169-3e67a78ca3c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31320414-18f7-4d94-a169-3e67a78ca3c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ef2c013-fbc3-4772-b69d-aa9c5355a1f5 {
  background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-1ef2c013-fbc3-4772-b69d-aa9c5355a1f5 {
  display: none;
}
#s-1ef2c013-fbc3-4772-b69d-aa9c5355a1f5, #wrap-s-1ef2c013-fbc3-4772-b69d-aa9c5355a1f5, #wrap-content-s-1ef2c013-fbc3-4772-b69d-aa9c5355a1f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ef2c013-fbc3-4772-b69d-aa9c5355a1f5 {
  display: none;
}
#s-1ef2c013-fbc3-4772-b69d-aa9c5355a1f5, #wrap-s-1ef2c013-fbc3-4772-b69d-aa9c5355a1f5, #wrap-content-s-1ef2c013-fbc3-4772-b69d-aa9c5355a1f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ef2c013-fbc3-4772-b69d-aa9c5355a1f5 {
  padding-left: 75px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-1ef2c013-fbc3-4772-b69d-aa9c5355a1f5 {
  padding-left: 25px;
padding-right: 25px;
}
}
#s-ddae8175-209c-404a-a04b-63041b24fa40 {
  box-shadow:0px 0px 0px 0px rgba(240, 240, 240, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(240, 240, 240, 1);
border-style: dotted;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-ddae8175-209c-404a-a04b-63041b24fa40 {
  display: none;
}
#s-ddae8175-209c-404a-a04b-63041b24fa40, #wrap-s-ddae8175-209c-404a-a04b-63041b24fa40, #wrap-content-s-ddae8175-209c-404a-a04b-63041b24fa40 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ddae8175-209c-404a-a04b-63041b24fa40 {
  display: none;
}
#s-ddae8175-209c-404a-a04b-63041b24fa40, #wrap-s-ddae8175-209c-404a-a04b-63041b24fa40, #wrap-content-s-ddae8175-209c-404a-a04b-63041b24fa40 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ddae8175-209c-404a-a04b-63041b24fa40 {
  
}
}@media (max-width: 767px){#s-ddae8175-209c-404a-a04b-63041b24fa40 {
  
}
}







#s-ddae8175-209c-404a-a04b-63041b24fa40 > .shg-box-overlay {
  background-color: rgba(240, 240, 240, 1);
  opacity: 0;
  display: block;
}#s-ddae8175-209c-404a-a04b-63041b24fa40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-724edb9a-e999-409e-9150-5346d45557bc {
  background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-724edb9a-e999-409e-9150-5346d45557bc {
  display: none;
}
#s-724edb9a-e999-409e-9150-5346d45557bc, #wrap-s-724edb9a-e999-409e-9150-5346d45557bc, #wrap-content-s-724edb9a-e999-409e-9150-5346d45557bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-724edb9a-e999-409e-9150-5346d45557bc {
  display: none;
}
#s-724edb9a-e999-409e-9150-5346d45557bc, #wrap-s-724edb9a-e999-409e-9150-5346d45557bc, #wrap-content-s-724edb9a-e999-409e-9150-5346d45557bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-724edb9a-e999-409e-9150-5346d45557bc {
  padding-left: 75px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-724edb9a-e999-409e-9150-5346d45557bc {
  padding-left: 25px;
padding-right: 25px;
}
}
#s-29ef8e28-3003-4a9f-965b-4b5b5b06043c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-29ef8e28-3003-4a9f-965b-4b5b5b06043c {
  display: none;
}
#s-29ef8e28-3003-4a9f-965b-4b5b5b06043c, #wrap-s-29ef8e28-3003-4a9f-965b-4b5b5b06043c, #wrap-content-s-29ef8e28-3003-4a9f-965b-4b5b5b06043c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29ef8e28-3003-4a9f-965b-4b5b5b06043c {
  display: none;
}
#s-29ef8e28-3003-4a9f-965b-4b5b5b06043c, #wrap-s-29ef8e28-3003-4a9f-965b-4b5b5b06043c, #wrap-content-s-29ef8e28-3003-4a9f-965b-4b5b5b06043c { display: none !important; }}







#s-29ef8e28-3003-4a9f-965b-4b5b5b06043c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29ef8e28-3003-4a9f-965b-4b5b5b06043c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7deb873-8246-4ec4-9123-5752337308c7 {
  background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-f7deb873-8246-4ec4-9123-5752337308c7 {
  display: none;
}
#s-f7deb873-8246-4ec4-9123-5752337308c7, #wrap-s-f7deb873-8246-4ec4-9123-5752337308c7, #wrap-content-s-f7deb873-8246-4ec4-9123-5752337308c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7deb873-8246-4ec4-9123-5752337308c7 {
  display: none;
}
#s-f7deb873-8246-4ec4-9123-5752337308c7, #wrap-s-f7deb873-8246-4ec4-9123-5752337308c7, #wrap-content-s-f7deb873-8246-4ec4-9123-5752337308c7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7deb873-8246-4ec4-9123-5752337308c7 {
  padding-left: 75px;
padding-right: 75px;
}
}@media (max-width: 767px){#s-f7deb873-8246-4ec4-9123-5752337308c7 {
  padding-left: 25px;
padding-right: 25px;
}
}
#s-60b64eab-7b17-43b2-8434-6c3ae7174597 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-60b64eab-7b17-43b2-8434-6c3ae7174597 {
  display: none;
}
#s-60b64eab-7b17-43b2-8434-6c3ae7174597, #wrap-s-60b64eab-7b17-43b2-8434-6c3ae7174597, #wrap-content-s-60b64eab-7b17-43b2-8434-6c3ae7174597 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60b64eab-7b17-43b2-8434-6c3ae7174597 {
  display: none;
}
#s-60b64eab-7b17-43b2-8434-6c3ae7174597, #wrap-s-60b64eab-7b17-43b2-8434-6c3ae7174597, #wrap-content-s-60b64eab-7b17-43b2-8434-6c3ae7174597 { display: none !important; }}







#s-60b64eab-7b17-43b2-8434-6c3ae7174597 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60b64eab-7b17-43b2-8434-6c3ae7174597.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07bc816f-ed52-40b4-a82e-3c191c4b74f2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-07bc816f-ed52-40b4-a82e-3c191c4b74f2 {
  display: none;
}
#s-07bc816f-ed52-40b4-a82e-3c191c4b74f2, #wrap-s-07bc816f-ed52-40b4-a82e-3c191c4b74f2, #wrap-content-s-07bc816f-ed52-40b4-a82e-3c191c4b74f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07bc816f-ed52-40b4-a82e-3c191c4b74f2 {
  display: none;
}
#s-07bc816f-ed52-40b4-a82e-3c191c4b74f2, #wrap-s-07bc816f-ed52-40b4-a82e-3c191c4b74f2, #wrap-content-s-07bc816f-ed52-40b4-a82e-3c191c4b74f2 { display: none !important; }}







#s-07bc816f-ed52-40b4-a82e-3c191c4b74f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07bc816f-ed52-40b4-a82e-3c191c4b74f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3dd6071-63e0-4733-a64b-ca6d3c261296 {
  padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-f3dd6071-63e0-4733-a64b-ca6d3c261296 {
  display: none;
}
#s-f3dd6071-63e0-4733-a64b-ca6d3c261296, #wrap-s-f3dd6071-63e0-4733-a64b-ca6d3c261296, #wrap-content-s-f3dd6071-63e0-4733-a64b-ca6d3c261296 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3dd6071-63e0-4733-a64b-ca6d3c261296 {
  display: none;
}
#s-f3dd6071-63e0-4733-a64b-ca6d3c261296, #wrap-s-f3dd6071-63e0-4733-a64b-ca6d3c261296, #wrap-content-s-f3dd6071-63e0-4733-a64b-ca6d3c261296 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3dd6071-63e0-4733-a64b-ca6d3c261296 {
  padding-left: 75px;
padding-right: 75px;
}
}
#s-5a7616f4-c1c4-40b4-bd02-8a413b606f2f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5a7616f4-c1c4-40b4-bd02-8a413b606f2f {
  display: none;
}
#s-5a7616f4-c1c4-40b4-bd02-8a413b606f2f, #wrap-s-5a7616f4-c1c4-40b4-bd02-8a413b606f2f, #wrap-content-s-5a7616f4-c1c4-40b4-bd02-8a413b606f2f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a7616f4-c1c4-40b4-bd02-8a413b606f2f {
  display: none;
}
#s-5a7616f4-c1c4-40b4-bd02-8a413b606f2f, #wrap-s-5a7616f4-c1c4-40b4-bd02-8a413b606f2f, #wrap-content-s-5a7616f4-c1c4-40b4-bd02-8a413b606f2f { display: none !important; }}







#s-5a7616f4-c1c4-40b4-bd02-8a413b606f2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a7616f4-c1c4-40b4-bd02-8a413b606f2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16643795-f2d4-4b22-b554-5204f8384b39 {
  background-color: rgba(216, 216, 216, 1);
}
@media (min-width: 1200px){#s-16643795-f2d4-4b22-b554-5204f8384b39 {
  display: none;
}
#s-16643795-f2d4-4b22-b554-5204f8384b39, #wrap-s-16643795-f2d4-4b22-b554-5204f8384b39, #wrap-content-s-16643795-f2d4-4b22-b554-5204f8384b39 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16643795-f2d4-4b22-b554-5204f8384b39 {
  display: none;
}
#s-16643795-f2d4-4b22-b554-5204f8384b39, #wrap-s-16643795-f2d4-4b22-b554-5204f8384b39, #wrap-content-s-16643795-f2d4-4b22-b554-5204f8384b39 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-16643795-f2d4-4b22-b554-5204f8384b39 {
  padding-top: 50px;
padding-left: 75px;
padding-bottom: 20px;
padding-right: 75px;
display: none;
}
#s-16643795-f2d4-4b22-b554-5204f8384b39, #wrap-s-16643795-f2d4-4b22-b554-5204f8384b39, #wrap-content-s-16643795-f2d4-4b22-b554-5204f8384b39 { display: none !important; }}@media (max-width: 767px){#s-16643795-f2d4-4b22-b554-5204f8384b39 {
  padding-top: 35px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
display: none;
}
#s-16643795-f2d4-4b22-b554-5204f8384b39, #wrap-s-16643795-f2d4-4b22-b554-5204f8384b39, #wrap-content-s-16643795-f2d4-4b22-b554-5204f8384b39 { display: none !important; }}
#s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9 {
  padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
min-height: 100%;
max-width: 100%;
background-color: rgba(216, 216, 216, 1);
}
@media (min-width: 1200px){#s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9 {
  display: none;
}
#s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9, #wrap-s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9, #wrap-content-s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9 {
  display: none;
}
#s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9, #wrap-s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9, #wrap-content-s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9 {
  display: none;
}
#s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9, #wrap-s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9, #wrap-content-s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9 { display: none !important; }}@media (max-width: 767px){#s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9 {
  padding-top: 15px;
padding-bottom: 50px;
display: none;
}
#s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9, #wrap-s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9, #wrap-content-s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-38d99c31-3bf8-4034-895e-b9f2ebfb8ab9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bacd8ac0-b6d4-4db2-b2a5-764adf6107bd {
  border-style: solid;
padding-top: 15px;
padding-left: 1px;
padding-bottom: 15px;
padding-right: 1px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(64, 132, 174, 1);
border-radius: 1px;
min-height: 100%;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(38, 38, 38, 1);
background-image: none;
hover-type: color;
}
#s-bacd8ac0-b6d4-4db2-b2a5-764adf6107bd:hover {background-color: rgba(64, 132, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bacd8ac0-b6d4-4db2-b2a5-764adf6107bd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-bacd8ac0-b6d4-4db2-b2a5-764adf6107bd {
  margin-left: 50px;
margin-right: 50px;
}
}

  #s-bacd8ac0-b6d4-4db2-b2a5-764adf6107bd-root {
    text-align: center;
  }


#s-bacd8ac0-b6d4-4db2-b2a5-764adf6107bd.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bacd8ac0-b6d4-4db2-b2a5-764adf6107bd-root {
    text-align: center;
  }


#s-bacd8ac0-b6d4-4db2-b2a5-764adf6107bd.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bacd8ac0-b6d4-4db2-b2a5-764adf6107bd-root {
    text-align: center;
  }


#s-bacd8ac0-b6d4-4db2-b2a5-764adf6107bd.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bacd8ac0-b6d4-4db2-b2a5-764adf6107bd-root {
    text-align: center;
  }


#s-bacd8ac0-b6d4-4db2-b2a5-764adf6107bd.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bacd8ac0-b6d4-4db2-b2a5-764adf6107bd-root {
    text-align: center;
  }


#s-bacd8ac0-b6d4-4db2-b2a5-764adf6107bd.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d37d4689-8cba-4842-b704-1cf01d1fe1bb {
  padding-top: 15px;
padding-left: 1px;
padding-bottom: 15px;
padding-right: 1px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(64, 132, 174, 1);
border-style: solid;
border-radius: 1px;
min-height: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(38, 38, 38, 1);
}
#s-d37d4689-8cba-4842-b704-1cf01d1fe1bb:hover {background-color: rgba(64, 132, 174, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d37d4689-8cba-4842-b704-1cf01d1fe1bb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d37d4689-8cba-4842-b704-1cf01d1fe1bb {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-d37d4689-8cba-4842-b704-1cf01d1fe1bb {
  margin-left: 0px;
margin-right: 0px;
max-width: 100%;
}
}

  #s-d37d4689-8cba-4842-b704-1cf01d1fe1bb-root {
    text-align: center;
  }


#s-d37d4689-8cba-4842-b704-1cf01d1fe1bb.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d37d4689-8cba-4842-b704-1cf01d1fe1bb-root {
    text-align: center;
  }


#s-d37d4689-8cba-4842-b704-1cf01d1fe1bb.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d37d4689-8cba-4842-b704-1cf01d1fe1bb-root {
    text-align: center;
  }


#s-d37d4689-8cba-4842-b704-1cf01d1fe1bb.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d37d4689-8cba-4842-b704-1cf01d1fe1bb-root {
    text-align: center;
  }


#s-d37d4689-8cba-4842-b704-1cf01d1fe1bb.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d37d4689-8cba-4842-b704-1cf01d1fe1bb-root {
    text-align: center;
  }


#s-d37d4689-8cba-4842-b704-1cf01d1fe1bb.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1a2dfe82-ac44-4e78-ace2-57999517592d {
  border-style: solid;
padding-top: 15px;
padding-left: 1px;
padding-bottom: 15px;
padding-right: 1px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(64, 132, 174, 1);
border-radius: 1px;
min-height: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(38, 38, 38, 1);
background-image: none;
hover-type: color;
line-height: 1.5em;
}
#s-1a2dfe82-ac44-4e78-ace2-57999517592d:hover {background-color: rgba(64, 132, 174, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1a2dfe82-ac44-4e78-ace2-57999517592d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-1a2dfe82-ac44-4e78-ace2-57999517592d {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-1a2dfe82-ac44-4e78-ace2-57999517592d {
  max-width: 100%;
}
}

  #s-1a2dfe82-ac44-4e78-ace2-57999517592d-root {
    text-align: center;
  }


#s-1a2dfe82-ac44-4e78-ace2-57999517592d.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a2dfe82-ac44-4e78-ace2-57999517592d-root {
    text-align: center;
  }


#s-1a2dfe82-ac44-4e78-ace2-57999517592d.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a2dfe82-ac44-4e78-ace2-57999517592d-root {
    text-align: center;
  }


#s-1a2dfe82-ac44-4e78-ace2-57999517592d.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a2dfe82-ac44-4e78-ace2-57999517592d-root {
    text-align: center;
  }


#s-1a2dfe82-ac44-4e78-ace2-57999517592d.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a2dfe82-ac44-4e78-ace2-57999517592d-root {
    text-align: center;
  }


#s-1a2dfe82-ac44-4e78-ace2-57999517592d.shg-btn {
  color: rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b9ee9412-961d-41e1-b0b8-3ca7737d121e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b9ee9412-961d-41e1-b0b8-3ca7737d121e {
  display: none;
}
#s-b9ee9412-961d-41e1-b0b8-3ca7737d121e, #wrap-s-b9ee9412-961d-41e1-b0b8-3ca7737d121e, #wrap-content-s-b9ee9412-961d-41e1-b0b8-3ca7737d121e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9ee9412-961d-41e1-b0b8-3ca7737d121e {
  display: none;
}
#s-b9ee9412-961d-41e1-b0b8-3ca7737d121e, #wrap-s-b9ee9412-961d-41e1-b0b8-3ca7737d121e, #wrap-content-s-b9ee9412-961d-41e1-b0b8-3ca7737d121e { display: none !important; }}







#s-b9ee9412-961d-41e1-b0b8-3ca7737d121e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9ee9412-961d-41e1-b0b8-3ca7737d121e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1722220-25cc-4611-9a57-eee8cc5edd7c {
  background-color: rgba(216, 216, 216, 1);
}
@media (min-width: 1200px){#s-a1722220-25cc-4611-9a57-eee8cc5edd7c {
  display: none;
}
#s-a1722220-25cc-4611-9a57-eee8cc5edd7c, #wrap-s-a1722220-25cc-4611-9a57-eee8cc5edd7c, #wrap-content-s-a1722220-25cc-4611-9a57-eee8cc5edd7c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1722220-25cc-4611-9a57-eee8cc5edd7c {
  display: none;
}
#s-a1722220-25cc-4611-9a57-eee8cc5edd7c, #wrap-s-a1722220-25cc-4611-9a57-eee8cc5edd7c, #wrap-content-s-a1722220-25cc-4611-9a57-eee8cc5edd7c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1722220-25cc-4611-9a57-eee8cc5edd7c {
  padding-left: 75px;
padding-right: 75px;
display: none;
}
#s-a1722220-25cc-4611-9a57-eee8cc5edd7c, #wrap-s-a1722220-25cc-4611-9a57-eee8cc5edd7c, #wrap-content-s-a1722220-25cc-4611-9a57-eee8cc5edd7c { display: none !important; }}@media (max-width: 767px){#s-a1722220-25cc-4611-9a57-eee8cc5edd7c {
  padding-left: 25px;
padding-right: 25px;
display: none;
}
#s-a1722220-25cc-4611-9a57-eee8cc5edd7c, #wrap-s-a1722220-25cc-4611-9a57-eee8cc5edd7c, #wrap-content-s-a1722220-25cc-4611-9a57-eee8cc5edd7c { display: none !important; }}
#s-156f0d88-5356-43f1-ad6d-51b13ecaa1bb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-156f0d88-5356-43f1-ad6d-51b13ecaa1bb {
  display: none;
}
#s-156f0d88-5356-43f1-ad6d-51b13ecaa1bb, #wrap-s-156f0d88-5356-43f1-ad6d-51b13ecaa1bb, #wrap-content-s-156f0d88-5356-43f1-ad6d-51b13ecaa1bb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-156f0d88-5356-43f1-ad6d-51b13ecaa1bb {
  display: none;
}
#s-156f0d88-5356-43f1-ad6d-51b13ecaa1bb, #wrap-s-156f0d88-5356-43f1-ad6d-51b13ecaa1bb, #wrap-content-s-156f0d88-5356-43f1-ad6d-51b13ecaa1bb { display: none !important; }}







#s-156f0d88-5356-43f1-ad6d-51b13ecaa1bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-156f0d88-5356-43f1-ad6d-51b13ecaa1bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4 {
  background-color: rgba(216, 216, 216, 1);
}
@media (min-width: 1200px){#s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4 {
  display: none;
}
#s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4, #wrap-s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4, #wrap-content-s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4 {
  display: none;
}
#s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4, #wrap-s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4, #wrap-content-s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4 {
  padding-left: 75px;
padding-bottom: 20px;
padding-right: 75px;
display: none;
}
#s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4, #wrap-s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4, #wrap-content-s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4 { display: none !important; }}@media (max-width: 767px){#s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4 {
  padding-top: 0px;
padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
display: none;
}
#s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4, #wrap-s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4, #wrap-content-s-03a1058b-93e5-4729-8ca4-c4b4d5bbb6d4 { display: none !important; }}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
