.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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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-9db49be0-aaf5-499d-bccd-53ee6a13b041 {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
@media (min-width: 1200px){#s-9db49be0-aaf5-499d-bccd-53ee6a13b041 {
  display: none;
}
#s-9db49be0-aaf5-499d-bccd-53ee6a13b041, #wrap-s-9db49be0-aaf5-499d-bccd-53ee6a13b041 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9db49be0-aaf5-499d-bccd-53ee6a13b041 {
  display: none;
}
#s-9db49be0-aaf5-499d-bccd-53ee6a13b041, #wrap-s-9db49be0-aaf5-499d-bccd-53ee6a13b041 { display:none !important; }}
#s-9db49be0-aaf5-499d-bccd-53ee6a13b041 {
  background-image: url(https://i.shgcdn.com/69cdab4d-f7d3-48f5-93b6-e70fc2366cb5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9db49be0-aaf5-499d-bccd-53ee6a13b041 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9db49be0-aaf5-499d-bccd-53ee6a13b041.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: ;
}

@media (max-width: 767px){#s-df5f1424-4212-40c8-ae67-1123079e2823 {
  margin-top: 50px;
padding-left: 5px;
padding-right: 5px;
}
}
.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-159af70b-7a9b-42d7-9c70-74ba8051d170 {
  border-style: solid;
padding-top: 1.5em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(254, 65, 76, 1);
border-radius: 7px;
background-color: rgba(254, 65, 76, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-159af70b-7a9b-42d7-9c70-74ba8051d170:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(254, 65, 76, 1) !important;
border-radius: 7px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(254, 65, 76, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-159af70b-7a9b-42d7-9c70-74ba8051d170:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-159af70b-7a9b-42d7-9c70-74ba8051d170 {
  line-height: 0.5em;
}
}@media (max-width: 767px){#s-159af70b-7a9b-42d7-9c70-74ba8051d170 {
  line-height: 0.5em;
}
}

  #s-159af70b-7a9b-42d7-9c70-74ba8051d170-root {
    text-align: center;
  }


#s-159af70b-7a9b-42d7-9c70-74ba8051d170.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-159af70b-7a9b-42d7-9c70-74ba8051d170-root {
    text-align: center;
  }


#s-159af70b-7a9b-42d7-9c70-74ba8051d170.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-159af70b-7a9b-42d7-9c70-74ba8051d170-root {
    text-align: center;
  }


#s-159af70b-7a9b-42d7-9c70-74ba8051d170.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-159af70b-7a9b-42d7-9c70-74ba8051d170-root {
    text-align: center;
  }


#s-159af70b-7a9b-42d7-9c70-74ba8051d170.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-159af70b-7a9b-42d7-9c70-74ba8051d170-root {
    text-align: center;
  }


#s-159af70b-7a9b-42d7-9c70-74ba8051d170.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-8f96ee51-0ad3-4994-8e4a-f9a5e3b4e7f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f96ee51-0ad3-4994-8e4a-f9a5e3b4e7f4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-aa1bebc7-e913-4c0c-a4c7-3c6b6ac1c7d3 .shogun-countdown span, #s-aa1bebc7-e913-4c0c-a4c7-3c6b6ac1c7d3 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-fc6e99d5-0851-4b7d-868f-74a43d4d65a2 {
  min-height: 400px;
}








#s-fc6e99d5-0851-4b7d-868f-74a43d4d65a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc6e99d5-0851-4b7d-868f-74a43d4d65a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-375d8949-3998-455f-92ca-c2ac0ecfbfd2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-375d8949-3998-455f-92ca-c2ac0ecfbfd2 {
  display: none;
}
#s-375d8949-3998-455f-92ca-c2ac0ecfbfd2, #wrap-s-375d8949-3998-455f-92ca-c2ac0ecfbfd2 { display:none !important; }}@media (max-width: 767px){#s-375d8949-3998-455f-92ca-c2ac0ecfbfd2 {
  display: none;
}
#s-375d8949-3998-455f-92ca-c2ac0ecfbfd2, #wrap-s-375d8949-3998-455f-92ca-c2ac0ecfbfd2 { display:none !important; }}
#s-375d8949-3998-455f-92ca-c2ac0ecfbfd2 {
  background-image: url(https://i.shgcdn.com/f1842311-7a57-47e3-a033-db3053377dfd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-375d8949-3998-455f-92ca-c2ac0ecfbfd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-375d8949-3998-455f-92ca-c2ac0ecfbfd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00d1b3fb-097a-4d4d-adbe-599322272359 {
  border-style: solid;
padding-top: 1.15em;
padding-left: 2.5em;
padding-bottom: 1em;
padding-right: 2.5em;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(254, 65, 76, 1);
border-radius: 7px;
background-color: rgba(254, 65, 76, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-00d1b3fb-097a-4d4d-adbe-599322272359:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(254, 65, 76, 1) !important;
border-radius: 7px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(254, 65, 76, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-00d1b3fb-097a-4d4d-adbe-599322272359:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-00d1b3fb-097a-4d4d-adbe-599322272359 {
  line-height: 0.5em;
}
}@media (max-width: 767px){#s-00d1b3fb-097a-4d4d-adbe-599322272359 {
  line-height: 0.5em;
}
}

  #s-00d1b3fb-097a-4d4d-adbe-599322272359-root {
    text-align: center;
  }


#s-00d1b3fb-097a-4d4d-adbe-599322272359.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-00d1b3fb-097a-4d4d-adbe-599322272359-root {
    text-align: center;
  }


#s-00d1b3fb-097a-4d4d-adbe-599322272359.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00d1b3fb-097a-4d4d-adbe-599322272359-root {
    text-align: center;
  }


#s-00d1b3fb-097a-4d4d-adbe-599322272359.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00d1b3fb-097a-4d4d-adbe-599322272359-root {
    text-align: center;
  }


#s-00d1b3fb-097a-4d4d-adbe-599322272359.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00d1b3fb-097a-4d4d-adbe-599322272359-root {
    text-align: center;
  }


#s-00d1b3fb-097a-4d4d-adbe-599322272359.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3924d734-fb1c-4979-bad6-d27f07b1ffac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
opacity: 0;
}

#s-3924d734-fb1c-4979-bad6-d27f07b1ffac .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6c6def06-7f9e-49e9-8da2-dc9a99833fc3 {
  opacity: 0;
}

#s-6c6def06-7f9e-49e9-8da2-dc9a99833fc3 .shogun-countdown span, #s-6c6def06-7f9e-49e9-8da2-dc9a99833fc3 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-98a407f3-a7f0-4e43-a25a-8ac0ea6f4b50 {
  min-height: 400px;
}








#s-98a407f3-a7f0-4e43-a25a-8ac0ea6f4b50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98a407f3-a7f0-4e43-a25a-8ac0ea6f4b50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0a08fa2-55d1-4ff8-81a9-02d769fb2c36 {
  margin-top: 60px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0a08fa2-55d1-4ff8-81a9-02d769fb2c36 {
  display: none;
}
#s-c0a08fa2-55d1-4ff8-81a9-02d769fb2c36, #wrap-s-c0a08fa2-55d1-4ff8-81a9-02d769fb2c36 { display:none !important; }}@media (max-width: 767px){#s-c0a08fa2-55d1-4ff8-81a9-02d769fb2c36 {
  display: none;
}
#s-c0a08fa2-55d1-4ff8-81a9-02d769fb2c36, #wrap-s-c0a08fa2-55d1-4ff8-81a9-02d769fb2c36 { display:none !important; }}







#s-c0a08fa2-55d1-4ff8-81a9-02d769fb2c36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0a08fa2-55d1-4ff8-81a9-02d769fb2c36.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;
}

#s-f403a72c-3e5c-4a27-b274-30b7c0e2c471 {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-f403a72c-3e5c-4a27-b274-30b7c0e2c471 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f403a72c-3e5c-4a27-b274-30b7c0e2c471 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f403a72c-3e5c-4a27-b274-30b7c0e2c471 {
  margin-left: 20px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-f403a72c-3e5c-4a27-b274-30b7c0e2c471 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-f403a72c-3e5c-4a27-b274-30b7c0e2c471"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 41.666666666666664px);
}

}

@media (min-width: 768px) {
[id="s-f403a72c-3e5c-4a27-b274-30b7c0e2c471"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 41.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-f403a72c-3e5c-4a27-b274-30b7c0e2c471"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 41.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-f403a72c-3e5c-4a27-b274-30b7c0e2c471"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 41.666666666666664px);
}

}

.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;
  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-a79e872c-8901-4071-9ce2-0795e3565378 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-a79e872c-8901-4071-9ce2-0795e3565378 {
  max-width: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a79e872c-8901-4071-9ce2-0795e3565378 {
  margin-top: 30px;
margin-left: 5px;
margin-bottom: 30px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-a79e872c-8901-4071-9ce2-0795e3565378 {
  margin-top: 0px;
margin-left: 2px;
margin-bottom: 0px;
margin-right: 2px;
}
}






  #s-a79e872c-8901-4071-9ce2-0795e3565378 img.shogun-image {
    

    
    
    
  }


#s-a79e872c-8901-4071-9ce2-0795e3565378 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c2eb603-8c3b-4466-9974-b94e3d6a6283 {
  margin-left: 20px;
margin-right: 20px;
max-width: 400px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c2eb603-8c3b-4466-9974-b94e3d6a6283 {
  margin-top: 12px;
margin-left: 3px;
margin-bottom: 12px;
margin-right: 3px;
}
}@media (max-width: 767px){#s-1c2eb603-8c3b-4466-9974-b94e3d6a6283 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}






  #s-1c2eb603-8c3b-4466-9974-b94e3d6a6283 img.shogun-image {
    

    
    
    
  }


#s-1c2eb603-8c3b-4466-9974-b94e3d6a6283 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab97cf8f-5717-48be-abcd-7e8ada1c1796 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-ab97cf8f-5717-48be-abcd-7e8ada1c1796 {
  max-width: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab97cf8f-5717-48be-abcd-7e8ada1c1796 {
  margin-top: 30px;
margin-left: 5px;
margin-bottom: 30px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-ab97cf8f-5717-48be-abcd-7e8ada1c1796 {
  margin-top: 0px;
margin-left: 2px;
margin-bottom: 0px;
margin-right: 2px;
}
}






  #s-ab97cf8f-5717-48be-abcd-7e8ada1c1796 img.shogun-image {
    

    
    
    
  }


#s-ab97cf8f-5717-48be-abcd-7e8ada1c1796 .shogun-image-content {
  
    align-items: center;
  
}

#s-273d2aab-ed60-441e-8046-7fb38442a763 {
  margin-left: 20px;
margin-right: 20px;
max-width: 400px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-273d2aab-ed60-441e-8046-7fb38442a763 {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 20px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-273d2aab-ed60-441e-8046-7fb38442a763 {
  margin-left: 0px;
margin-right: 0px;
}
}






  #s-273d2aab-ed60-441e-8046-7fb38442a763 img.shogun-image {
    

    
    
    
  }


#s-273d2aab-ed60-441e-8046-7fb38442a763 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ab85933-2421-47b0-a1e6-b90935bba3b6 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-0ab85933-2421-47b0-a1e6-b90935bba3b6 {
  max-width: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ab85933-2421-47b0-a1e6-b90935bba3b6 {
  margin-top: 30px;
margin-left: 5px;
margin-bottom: 30px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-0ab85933-2421-47b0-a1e6-b90935bba3b6 {
  margin-top: 0px;
margin-left: 2px;
margin-bottom: 0px;
margin-right: 2px;
}
}






  #s-0ab85933-2421-47b0-a1e6-b90935bba3b6 img.shogun-image {
    

    
    
    
  }


#s-0ab85933-2421-47b0-a1e6-b90935bba3b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbc7c498-6a3b-4ac8-b4f1-e6fff8004bcf {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-cbc7c498-6a3b-4ac8-b4f1-e6fff8004bcf {
  max-width: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cbc7c498-6a3b-4ac8-b4f1-e6fff8004bcf {
  margin-top: 30px;
margin-left: 5px;
margin-bottom: 30px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-cbc7c498-6a3b-4ac8-b4f1-e6fff8004bcf {
  margin-top: 0px;
margin-left: 2px;
margin-bottom: 0px;
margin-right: 2px;
}
}






  #s-cbc7c498-6a3b-4ac8-b4f1-e6fff8004bcf img.shogun-image {
    

    
    
    
  }


#s-cbc7c498-6a3b-4ac8-b4f1-e6fff8004bcf .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-36966105-f9d9-4dcb-b682-19534423b524 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36966105-f9d9-4dcb-b682-19534423b524 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-36966105-f9d9-4dcb-b682-19534423b524 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-36966105-f9d9-4dcb-b682-19534423b524 {
  margin-top: 5px;
margin-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-36966105-f9d9-4dcb-b682-19534423b524"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36966105-f9d9-4dcb-b682-19534423b524"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36966105-f9d9-4dcb-b682-19534423b524"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36966105-f9d9-4dcb-b682-19534423b524"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px){#s-cdafacbb-1fb2-40ef-baf9-b97d7713be31 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cdafacbb-1fb2-40ef-baf9-b97d7713be31 {
  margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 1200px){#s-9dec3d59-6af8-4aa8-8656-2b58b79aa925 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9dec3d59-6af8-4aa8-8656-2b58b79aa925 {
  margin-left: 50px;
margin-right: 50px;
}
}
#s-b7c139d8-dcd1-411c-b6b7-61d81b854b96 {
  margin-bottom: 0px;
}

@media (min-width: 1200px){#s-681de859-8284-4f16-bd98-0a7abb026b68 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-681de859-8284-4f16-bd98-0a7abb026b68 {
  margin-left: 50px;
margin-right: 50px;
}
}
#s-999155c6-5f76-4408-a128-46f2c48c10a4 {
  min-height: 50px;
background-color: rgba(2, 45, 64, 1);
}








#s-999155c6-5f76-4408-a128-46f2c48c10a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-999155c6-5f76-4408-a128-46f2c48c10a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b871bb95-24e3-4a83-9cd7-e6f24450946f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b871bb95-24e3-4a83-9cd7-e6f24450946f {
  display: none;
}
#s-b871bb95-24e3-4a83-9cd7-e6f24450946f, #wrap-s-b871bb95-24e3-4a83-9cd7-e6f24450946f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b871bb95-24e3-4a83-9cd7-e6f24450946f {
  display: none;
}
#s-b871bb95-24e3-4a83-9cd7-e6f24450946f, #wrap-s-b871bb95-24e3-4a83-9cd7-e6f24450946f { display:none !important; }}







#s-b871bb95-24e3-4a83-9cd7-e6f24450946f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b871bb95-24e3-4a83-9cd7-e6f24450946f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2604e978-6c8a-4737-b872-2b8d2ec37383 {
  min-height: 50px;
}








#s-2604e978-6c8a-4737-b872-2b8d2ec37383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2604e978-6c8a-4737-b872-2b8d2ec37383.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5d67bf6b-7aa8-4206-b26a-3509f89d5f80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d67bf6b-7aa8-4206-b26a-3509f89d5f80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5d67bf6b-7aa8-4206-b26a-3509f89d5f80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d67bf6b-7aa8-4206-b26a-3509f89d5f80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1a7864d0-b952-4458-bf8c-26fda719c0d4 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-1a7864d0-b952-4458-bf8c-26fda719c0d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a7864d0-b952-4458-bf8c-26fda719c0d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0eb1bab7-6d87-4640-8c2b-580732760288 {
  margin-top: 0em;
margin-left: 0px;
margin-bottom: 0em;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-0eb1bab7-6d87-4640-8c2b-580732760288 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0eb1bab7-6d87-4640-8c2b-580732760288 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0eb1bab7-6d87-4640-8c2b-580732760288 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-0eb1bab7-6d87-4640-8c2b-580732760288 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-0eb1bab7-6d87-4640-8c2b-580732760288 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}



#s-58636170-8c94-4234-aace-6594f09db02a {
  margin-top: 2px;
margin-bottom: 2px;
text-align: left;
}

#s-58636170-8c94-4234-aace-6594f09db02a .shogun-heading-component h2 {
  color: rgba(255, 68, 68, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}



#s-84a62692-e0fd-4651-abdb-a4fb8f8f540a {
  text-align: left;
}

#s-84a62692-e0fd-4651-abdb-a4fb8f8f540a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}



#s-433be609-8bb9-4965-b42b-6417d4521d27 {
  margin-top: 20px;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-946d54c8-3746-4127-9e5e-beef229e9fb8 hr {
  border-top: 2px solid rgba(254, 65, 76, 1);
}

#s-81825422-a604-413a-ad0a-a413a0c37412 {
  border-style: solid;
padding-top: 1.5em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(254, 65, 76, 1);
border-radius: 7px;
background-color: rgba(254, 65, 76, 1);
text-align: left;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-81825422-a604-413a-ad0a-a413a0c37412:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(254, 65, 76, 1) !important;
border-radius: 7px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(254, 65, 76, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-81825422-a604-413a-ad0a-a413a0c37412:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-81825422-a604-413a-ad0a-a413a0c37412 {
  line-height: 0.5em;
}
}@media (max-width: 767px){#s-81825422-a604-413a-ad0a-a413a0c37412 {
  line-height: 0.5em;
}
}

  #s-81825422-a604-413a-ad0a-a413a0c37412-root {
    text-align: left;
  }


#s-81825422-a604-413a-ad0a-a413a0c37412.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-81825422-a604-413a-ad0a-a413a0c37412-root {
    text-align: left;
  }


#s-81825422-a604-413a-ad0a-a413a0c37412.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81825422-a604-413a-ad0a-a413a0c37412-root {
    text-align: left;
  }


#s-81825422-a604-413a-ad0a-a413a0c37412.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81825422-a604-413a-ad0a-a413a0c37412-root {
    text-align: left;
  }


#s-81825422-a604-413a-ad0a-a413a0c37412.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-81825422-a604-413a-ad0a-a413a0c37412-root {
    text-align: left;
  }


#s-81825422-a604-413a-ad0a-a413a0c37412.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2dea1693-32c6-48ef-afa5-a194fbbb6ca5 {
  margin-left: 2em;
margin-right: 2em;
text-align: center;
}
@media (min-width: 1200px){#s-2dea1693-32c6-48ef-afa5-a194fbbb6ca5 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2dea1693-32c6-48ef-afa5-a194fbbb6ca5 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2dea1693-32c6-48ef-afa5-a194fbbb6ca5 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-2dea1693-32c6-48ef-afa5-a194fbbb6ca5 {
  margin-top: 20px;
margin-bottom: 20px;
}
}






  #s-2dea1693-32c6-48ef-afa5-a194fbbb6ca5 img.shogun-image {
    

    
    
    
  }


#s-2dea1693-32c6-48ef-afa5-a194fbbb6ca5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a87b692-7f89-4a1c-ace2-e1779d8689e6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
background-color: rgba(2, 45, 64, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8a87b692-7f89-4a1c-ace2-e1779d8689e6 {
  display: none;
}
#s-8a87b692-7f89-4a1c-ace2-e1779d8689e6, #wrap-s-8a87b692-7f89-4a1c-ace2-e1779d8689e6 { display:none !important; }}@media (max-width: 767px){#s-8a87b692-7f89-4a1c-ace2-e1779d8689e6 {
  display: none;
}
#s-8a87b692-7f89-4a1c-ace2-e1779d8689e6, #wrap-s-8a87b692-7f89-4a1c-ace2-e1779d8689e6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8a87b692-7f89-4a1c-ace2-e1779d8689e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a87b692-7f89-4a1c-ace2-e1779d8689e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8a87b692-7f89-4a1c-ace2-e1779d8689e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8a87b692-7f89-4a1c-ace2-e1779d8689e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8a87b692-7f89-4a1c-ace2-e1779d8689e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a87b692-7f89-4a1c-ace2-e1779d8689e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8a87b692-7f89-4a1c-ace2-e1779d8689e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-8a87b692-7f89-4a1c-ace2-e1779d8689e6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7cbf94d3-192d-4de6-a56b-1646a66f3cf3 {
  margin-top: 6.5em;
margin-left: auto;
margin-bottom: 6em;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-7cbf94d3-192d-4de6-a56b-1646a66f3cf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cbf94d3-192d-4de6-a56b-1646a66f3cf3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0491fec-8740-4b7d-ab0f-6fb5a3c4dca9 {
  text-align: left;
}

#s-e0491fec-8740-4b7d-ab0f-6fb5a3c4dca9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}



#s-4187b7fd-7bfc-4671-971a-ed384519b901 {
  margin-top: 1px;
margin-left: 0px;
margin-bottom: 1px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4187b7fd-7bfc-4671-971a-ed384519b901 .shogun-heading-component h2 {
  color: rgba(255, 68, 68, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}



#s-a239eb03-37ca-47e2-945c-fccf0576669a {
  margin-top: 0em;
margin-left: 0px;
margin-bottom: 0em;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a239eb03-37ca-47e2-945c-fccf0576669a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}



#s-a5ceb92a-8e8d-460e-a563-246c7ad02505 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 30px;
}

#s-c8d19e05-cfea-447d-9baf-99e8ae1e45c8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-c8d19e05-cfea-447d-9baf-99e8ae1e45c8 hr {
  border-top: 2px solid rgba(254, 65, 76, 1);
}

#s-a86fe6e3-0f9c-48a7-a320-6c613cba4c89 {
  border-style: solid;
padding-top: 1.15em;
padding-left: 2.5em;
padding-bottom: 1em;
padding-right: 2.5em;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(254, 65, 76, 1);
border-radius: 7px;
background-color: rgba(254, 65, 76, 1);
text-align: left;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-a86fe6e3-0f9c-48a7-a320-6c613cba4c89:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(254, 65, 76, 1) !important;
border-radius: 7px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(254, 65, 76, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a86fe6e3-0f9c-48a7-a320-6c613cba4c89:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a86fe6e3-0f9c-48a7-a320-6c613cba4c89-root {
    text-align: left;
  }


#s-a86fe6e3-0f9c-48a7-a320-6c613cba4c89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a86fe6e3-0f9c-48a7-a320-6c613cba4c89-root {
    text-align: left;
  }


#s-a86fe6e3-0f9c-48a7-a320-6c613cba4c89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a86fe6e3-0f9c-48a7-a320-6c613cba4c89-root {
    text-align: left;
  }


#s-a86fe6e3-0f9c-48a7-a320-6c613cba4c89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a86fe6e3-0f9c-48a7-a320-6c613cba4c89-root {
    text-align: left;
  }


#s-a86fe6e3-0f9c-48a7-a320-6c613cba4c89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a86fe6e3-0f9c-48a7-a320-6c613cba4c89-root {
    text-align: left;
  }


#s-a86fe6e3-0f9c-48a7-a320-6c613cba4c89.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e7bc7c6b-a2ff-4cf4-8c12-1eb77f6f6996 {
  background-attachment: fixed;
margin-top: auto;
margin-bottom: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 600px;
}








#s-e7bc7c6b-a2ff-4cf4-8c12-1eb77f6f6996 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7bc7c6b-a2ff-4cf4-8c12-1eb77f6f6996.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d187e34-1d47-4851-a680-bedfcb9fc74b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-3d187e34-1d47-4851-a680-bedfcb9fc74b img.shogun-image {
    

    
    
    
  }


#s-3d187e34-1d47-4851-a680-bedfcb9fc74b .shogun-image-content {
  
    align-items: center;
  
}

#s-19e20bbd-c0b6-4de3-a054-d8d67d229cd6 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-19e20bbd-c0b6-4de3-a054-d8d67d229cd6 {
  margin-top: 50px;
margin-bottom: 50px;
display: none;
}
#s-19e20bbd-c0b6-4de3-a054-d8d67d229cd6, #wrap-s-19e20bbd-c0b6-4de3-a054-d8d67d229cd6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19e20bbd-c0b6-4de3-a054-d8d67d229cd6 {
  margin-top: 50px;
margin-bottom: 50px;
display: none;
}
#s-19e20bbd-c0b6-4de3-a054-d8d67d229cd6, #wrap-s-19e20bbd-c0b6-4de3-a054-d8d67d229cd6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19e20bbd-c0b6-4de3-a054-d8d67d229cd6 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-19e20bbd-c0b6-4de3-a054-d8d67d229cd6 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-19e20bbd-c0b6-4de3-a054-d8d67d229cd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19e20bbd-c0b6-4de3-a054-d8d67d229cd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f55b4c89-7447-450c-9f30-dc66d175ec12 {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-f55b4c89-7447-450c-9f30-dc66d175ec12 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f55b4c89-7447-450c-9f30-dc66d175ec12 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f55b4c89-7447-450c-9f30-dc66d175ec12 {
  margin-left: 20px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-f55b4c89-7447-450c-9f30-dc66d175ec12 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-f55b4c89-7447-450c-9f30-dc66d175ec12"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-f55b4c89-7447-450c-9f30-dc66d175ec12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f55b4c89-7447-450c-9f30-dc66d175ec12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f55b4c89-7447-450c-9f30-dc66d175ec12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-265ae03e-73f4-4774-b199-e0031c37f58f {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-265ae03e-73f4-4774-b199-e0031c37f58f {
  max-width: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-265ae03e-73f4-4774-b199-e0031c37f58f {
  margin-top: 30px;
margin-left: 5px;
margin-bottom: 30px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-265ae03e-73f4-4774-b199-e0031c37f58f {
  margin-top: 0px;
margin-left: 2px;
margin-bottom: 0px;
margin-right: 2px;
}
}






  #s-265ae03e-73f4-4774-b199-e0031c37f58f img.shogun-image {
    

    
    
    
  }


#s-265ae03e-73f4-4774-b199-e0031c37f58f .shogun-image-content {
  
    align-items: center;
  
}

#s-adab12d1-0f32-44d3-90d1-8b236c2a8168 {
  margin-left: 20px;
margin-right: 20px;
max-width: 400px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-adab12d1-0f32-44d3-90d1-8b236c2a8168 {
  margin-top: 12px;
margin-left: 3px;
margin-bottom: 12px;
margin-right: 3px;
}
}@media (max-width: 767px){#s-adab12d1-0f32-44d3-90d1-8b236c2a8168 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}






  #s-adab12d1-0f32-44d3-90d1-8b236c2a8168 img.shogun-image {
    

    
    
    
  }


#s-adab12d1-0f32-44d3-90d1-8b236c2a8168 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d69dbff-1418-4426-8978-53fe8f3cba07 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-3d69dbff-1418-4426-8978-53fe8f3cba07 {
  max-width: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d69dbff-1418-4426-8978-53fe8f3cba07 {
  margin-top: 30px;
margin-left: 5px;
margin-bottom: 30px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-3d69dbff-1418-4426-8978-53fe8f3cba07 {
  margin-top: 0px;
margin-left: 2px;
margin-bottom: 0px;
margin-right: 2px;
}
}






  #s-3d69dbff-1418-4426-8978-53fe8f3cba07 img.shogun-image {
    

    
    
    
  }


#s-3d69dbff-1418-4426-8978-53fe8f3cba07 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a3bf5db-07e0-495c-8c5a-be41687d65ba {
  margin-left: 20px;
margin-right: 20px;
max-width: 400px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a3bf5db-07e0-495c-8c5a-be41687d65ba {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 20px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-1a3bf5db-07e0-495c-8c5a-be41687d65ba {
  margin-left: 0px;
margin-right: 0px;
}
}






  #s-1a3bf5db-07e0-495c-8c5a-be41687d65ba img.shogun-image {
    

    
    
    
  }


#s-1a3bf5db-07e0-495c-8c5a-be41687d65ba .shogun-image-content {
  
    align-items: center;
  
}

#s-34acb7a5-5220-4033-8aff-d6742ccc4576 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-34acb7a5-5220-4033-8aff-d6742ccc4576 {
  max-width: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-34acb7a5-5220-4033-8aff-d6742ccc4576 {
  margin-top: 30px;
margin-left: 5px;
margin-bottom: 30px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-34acb7a5-5220-4033-8aff-d6742ccc4576 {
  margin-top: 0px;
margin-left: 2px;
margin-bottom: 0px;
margin-right: 2px;
}
}






  #s-34acb7a5-5220-4033-8aff-d6742ccc4576 img.shogun-image {
    

    
    
    
  }


#s-34acb7a5-5220-4033-8aff-d6742ccc4576 .shogun-image-content {
  
    align-items: center;
  
}

#s-6964fcae-41e2-487f-b481-59c0576f1ea9 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-6964fcae-41e2-487f-b481-59c0576f1ea9 {
  max-width: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6964fcae-41e2-487f-b481-59c0576f1ea9 {
  margin-top: 30px;
margin-left: 5px;
margin-bottom: 30px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-6964fcae-41e2-487f-b481-59c0576f1ea9 {
  margin-top: 0px;
margin-left: 2px;
margin-bottom: 0px;
margin-right: 2px;
}
}






  #s-6964fcae-41e2-487f-b481-59c0576f1ea9 img.shogun-image {
    

    
    
    
  }


#s-6964fcae-41e2-487f-b481-59c0576f1ea9 .shogun-image-content {
  
    align-items: center;
  
}

#s-134aa71f-307d-4ce0-8b85-e606a9701fef {
  margin-left: 2em;
margin-right: 2em;
min-height: 50px;
}








#s-134aa71f-307d-4ce0-8b85-e606a9701fef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-134aa71f-307d-4ce0-8b85-e606a9701fef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2dca0b8f-1965-46f4-a260-6c815c8666a8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-2dca0b8f-1965-46f4-a260-6c815c8666a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dca0b8f-1965-46f4-a260-6c815c8666a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2dca0b8f-1965-46f4-a260-6c815c8666a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dca0b8f-1965-46f4-a260-6c815c8666a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1522e30f-8eb2-430e-8e86-89a2eee4acf3 {
  padding-left: 0px;
padding-right: 0px;
}

#s-9d51b226-c4ea-4b7c-bbca-60d9d45f1d1f {
  margin-bottom: 0px;
}

#s-6238a2a6-ecea-42ed-afa7-1ae3a2e0d31a {
  margin-top: 2px;
margin-bottom: 2px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6238a2a6-ecea-42ed-afa7-1ae3a2e0d31a {
  display: none;
}
#s-6238a2a6-ecea-42ed-afa7-1ae3a2e0d31a, #wrap-s-6238a2a6-ecea-42ed-afa7-1ae3a2e0d31a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6238a2a6-ecea-42ed-afa7-1ae3a2e0d31a {
  display: none;
}
#s-6238a2a6-ecea-42ed-afa7-1ae3a2e0d31a, #wrap-s-6238a2a6-ecea-42ed-afa7-1ae3a2e0d31a { display:none !important; }}







#s-6238a2a6-ecea-42ed-afa7-1ae3a2e0d31a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6238a2a6-ecea-42ed-afa7-1ae3a2e0d31a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2eea7cf-085f-4a95-bb2f-63befa60fa25 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e2eea7cf-085f-4a95-bb2f-63befa60fa25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2eea7cf-085f-4a95-bb2f-63befa60fa25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2eea7cf-085f-4a95-bb2f-63befa60fa25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2eea7cf-085f-4a95-bb2f-63befa60fa25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a473a986-385c-4c5c-9c3b-4a3e9e09f12e {
  background-image: url(https://i.shgcdn.com/0fd3bf69-f753-41f6-967e-4f545041d348/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-a473a986-385c-4c5c-9c3b-4a3e9e09f12e {
  min-height: 300px;
}
}
#s-d6bebb72-70b6-4f8c-a63a-40c85f9a7c9b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-d6bebb72-70b6-4f8c-a63a-40c85f9a7c9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6bebb72-70b6-4f8c-a63a-40c85f9a7c9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-008c98c1-f170-433b-8ea3-2350ff2a7471 hr {
  border-top: 2px solid rgba(254, 65, 76, 1);
}

#s-6fbc177d-c444-4076-b92d-2470199eb809 {
  border-style: solid;
padding-top: 1.5em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(254, 65, 76, 1);
border-radius: 7px;
background-color: rgba(254, 65, 76, 1);
text-align: left;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-6fbc177d-c444-4076-b92d-2470199eb809:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(254, 65, 76, 1) !important;
border-radius: 7px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(254, 65, 76, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6fbc177d-c444-4076-b92d-2470199eb809:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6fbc177d-c444-4076-b92d-2470199eb809 {
  line-height: 0.5em;
}
}@media (max-width: 767px){#s-6fbc177d-c444-4076-b92d-2470199eb809 {
  line-height: 0.5em;
}
}

  #s-6fbc177d-c444-4076-b92d-2470199eb809-root {
    text-align: left;
  }


#s-6fbc177d-c444-4076-b92d-2470199eb809.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6fbc177d-c444-4076-b92d-2470199eb809-root {
    text-align: left;
  }


#s-6fbc177d-c444-4076-b92d-2470199eb809.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fbc177d-c444-4076-b92d-2470199eb809-root {
    text-align: left;
  }


#s-6fbc177d-c444-4076-b92d-2470199eb809.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fbc177d-c444-4076-b92d-2470199eb809-root {
    text-align: left;
  }


#s-6fbc177d-c444-4076-b92d-2470199eb809.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6fbc177d-c444-4076-b92d-2470199eb809-root {
    text-align: left;
  }


#s-6fbc177d-c444-4076-b92d-2470199eb809.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1a1ec877-85cf-4c6b-8d5c-9787b259f142 {
  min-height: 50px;
}








#s-1a1ec877-85cf-4c6b-8d5c-9787b259f142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a1ec877-85cf-4c6b-8d5c-9787b259f142.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-666ef447-fe83-458a-8fd9-2e884f67cb58 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-666ef447-fe83-458a-8fd9-2e884f67cb58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-666ef447-fe83-458a-8fd9-2e884f67cb58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b675912e-516f-4f33-92a4-a7a48f8634b4 hr {
  border-top: 2px solid rgba(254, 65, 76, 1);
}

#s-ec731029-b5c3-4617-a95c-338c5a2989b4 {
  border-style: solid;
padding-top: 1.5em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(254, 65, 76, 1);
border-radius: 7px;
background-color: rgba(254, 65, 76, 1);
text-align: left;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-ec731029-b5c3-4617-a95c-338c5a2989b4:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(254, 65, 76, 1) !important;
border-radius: 7px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(254, 65, 76, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ec731029-b5c3-4617-a95c-338c5a2989b4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-ec731029-b5c3-4617-a95c-338c5a2989b4 {
  line-height: 0.5em;
}
}@media (max-width: 767px){#s-ec731029-b5c3-4617-a95c-338c5a2989b4 {
  line-height: 0.5em;
}
}

  #s-ec731029-b5c3-4617-a95c-338c5a2989b4-root {
    text-align: left;
  }


#s-ec731029-b5c3-4617-a95c-338c5a2989b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ec731029-b5c3-4617-a95c-338c5a2989b4-root {
    text-align: left;
  }


#s-ec731029-b5c3-4617-a95c-338c5a2989b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec731029-b5c3-4617-a95c-338c5a2989b4-root {
    text-align: left;
  }


#s-ec731029-b5c3-4617-a95c-338c5a2989b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec731029-b5c3-4617-a95c-338c5a2989b4-root {
    text-align: left;
  }


#s-ec731029-b5c3-4617-a95c-338c5a2989b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ec731029-b5c3-4617-a95c-338c5a2989b4-root {
    text-align: left;
  }


#s-ec731029-b5c3-4617-a95c-338c5a2989b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e5d3a3e5-2500-460d-8157-06a67781c60e {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5d3a3e5-2500-460d-8157-06a67781c60e {
  display: none;
}
#s-e5d3a3e5-2500-460d-8157-06a67781c60e, #wrap-s-e5d3a3e5-2500-460d-8157-06a67781c60e { display:none !important; }}@media (max-width: 767px){#s-e5d3a3e5-2500-460d-8157-06a67781c60e {
  display: none;
}
#s-e5d3a3e5-2500-460d-8157-06a67781c60e, #wrap-s-e5d3a3e5-2500-460d-8157-06a67781c60e { display:none !important; }}







#s-e5d3a3e5-2500-460d-8157-06a67781c60e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5d3a3e5-2500-460d-8157-06a67781c60e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3368e22-56d8-4361-a24c-8aa9547fa7a3 {
  min-height: 600px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a3368e22-56d8-4361-a24c-8aa9547fa7a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3368e22-56d8-4361-a24c-8aa9547fa7a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3368e22-56d8-4361-a24c-8aa9547fa7a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3368e22-56d8-4361-a24c-8aa9547fa7a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-75f85862-bc7f-4471-a237-0a90a6e19a2d {
  background-image: url(https://i.shgcdn.com/0fd3bf69-f753-41f6-967e-4f545041d348/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
min-height: 600px;
background-position: center center;
}

#s-d4220012-a681-4914-a46b-d2b096dc49ef {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-top: 2em;
padding-left: 2.5em;
padding-bottom: 2em;
padding-right: 2.5em;
min-height: 50px;
}








#s-d4220012-a681-4914-a46b-d2b096dc49ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4220012-a681-4914-a46b-d2b096dc49ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f69d213-b401-4580-b9b0-bf23aead8415 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-46a53d7b-cc47-4474-b73b-34317f9e5818 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-46a53d7b-cc47-4474-b73b-34317f9e5818 hr {
  border-top: 2px solid rgba(254, 65, 76, 1);
}

#s-5017ef99-1825-4766-af1c-aac5a5d82d74 {
  border-style: solid;
padding-top: 1.15em;
padding-left: 2.5em;
padding-bottom: 1em;
padding-right: 2.5em;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(254, 65, 76, 1);
border-radius: 7px;
background-color: rgba(254, 65, 76, 1);
text-align: left;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-5017ef99-1825-4766-af1c-aac5a5d82d74:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(254, 65, 76, 1) !important;
border-radius: 7px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(254, 65, 76, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5017ef99-1825-4766-af1c-aac5a5d82d74:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5017ef99-1825-4766-af1c-aac5a5d82d74-root {
    text-align: left;
  }


#s-5017ef99-1825-4766-af1c-aac5a5d82d74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5017ef99-1825-4766-af1c-aac5a5d82d74-root {
    text-align: left;
  }


#s-5017ef99-1825-4766-af1c-aac5a5d82d74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5017ef99-1825-4766-af1c-aac5a5d82d74-root {
    text-align: left;
  }


#s-5017ef99-1825-4766-af1c-aac5a5d82d74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5017ef99-1825-4766-af1c-aac5a5d82d74-root {
    text-align: left;
  }


#s-5017ef99-1825-4766-af1c-aac5a5d82d74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5017ef99-1825-4766-af1c-aac5a5d82d74-root {
    text-align: left;
  }


#s-5017ef99-1825-4766-af1c-aac5a5d82d74.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2267e6cc-cb5a-4fef-87d3-40251afae5d2 {
  min-height: 600px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2267e6cc-cb5a-4fef-87d3-40251afae5d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2267e6cc-cb5a-4fef-87d3-40251afae5d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2267e6cc-cb5a-4fef-87d3-40251afae5d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2267e6cc-cb5a-4fef-87d3-40251afae5d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-eb698479-dc38-4e53-b17b-2e952e63cca4 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-top: 2em;
padding-left: 2.5em;
padding-bottom: 2em;
padding-right: 10em;
}








#s-eb698479-dc38-4e53-b17b-2e952e63cca4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb698479-dc38-4e53-b17b-2e952e63cca4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b6bf859-347f-4a9b-a060-04d13443e1dc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-413eacab-c45a-4cc8-8d21-bea671c00bcc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-68920ffe-47be-410a-ac1f-cd63ed7d679e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-68920ffe-47be-410a-ac1f-cd63ed7d679e hr {
  border-top: 2px solid rgba(254, 65, 76, 1);
}

#s-ac3340f0-34c0-4395-b555-7e61f40f3dcc {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 1.15em;
padding-left: 2.5em;
padding-bottom: 1em;
padding-right: 2.5em;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(254, 65, 76, 1);
border-radius: 7px;
background-color: rgba(254, 65, 76, 1);
text-align: left;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-ac3340f0-34c0-4395-b555-7e61f40f3dcc:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(254, 65, 76, 1) !important;
border-radius: 7px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(254, 65, 76, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ac3340f0-34c0-4395-b555-7e61f40f3dcc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ac3340f0-34c0-4395-b555-7e61f40f3dcc-root {
    text-align: left;
  }


#s-ac3340f0-34c0-4395-b555-7e61f40f3dcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac3340f0-34c0-4395-b555-7e61f40f3dcc-root {
    text-align: left;
  }


#s-ac3340f0-34c0-4395-b555-7e61f40f3dcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac3340f0-34c0-4395-b555-7e61f40f3dcc-root {
    text-align: left;
  }


#s-ac3340f0-34c0-4395-b555-7e61f40f3dcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac3340f0-34c0-4395-b555-7e61f40f3dcc-root {
    text-align: left;
  }


#s-ac3340f0-34c0-4395-b555-7e61f40f3dcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac3340f0-34c0-4395-b555-7e61f40f3dcc-root {
    text-align: left;
  }


#s-ac3340f0-34c0-4395-b555-7e61f40f3dcc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8e98cdd4-2f1b-4366-a5ab-9d1460f637da {
  min-height: 50px;
}








#s-8e98cdd4-2f1b-4366-a5ab-9d1460f637da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e98cdd4-2f1b-4366-a5ab-9d1460f637da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-626ffb42-8ed4-4f3f-8f44-e9a94640f182 {
  padding-left: 1em;
padding-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-626ffb42-8ed4-4f3f-8f44-e9a94640f182 {
  display: none;
}
#s-626ffb42-8ed4-4f3f-8f44-e9a94640f182, #wrap-s-626ffb42-8ed4-4f3f-8f44-e9a94640f182 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-626ffb42-8ed4-4f3f-8f44-e9a94640f182 {
  display: none;
}
#s-626ffb42-8ed4-4f3f-8f44-e9a94640f182, #wrap-s-626ffb42-8ed4-4f3f-8f44-e9a94640f182 { display:none !important; }}







#s-626ffb42-8ed4-4f3f-8f44-e9a94640f182 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-626ffb42-8ed4-4f3f-8f44-e9a94640f182.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3a2123a-a206-46ca-9f49-14b74c803810 {
  padding-top: 20px;
padding-bottom: 50px;
text-align: center;
}

#s-c3a2123a-a206-46ca-9f49-14b74c803810 .shogun-heading-component h2 {
  color: rgba(2, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-f55a77ee-398e-4979-bfd1-229946e1632b {
  margin-bottom: 30px;
}
@media (min-width: 1200px){#s-f55a77ee-398e-4979-bfd1-229946e1632b {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-f55a77ee-398e-4979-bfd1-229946e1632b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f55a77ee-398e-4979-bfd1-229946e1632b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f55a77ee-398e-4979-bfd1-229946e1632b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f55a77ee-398e-4979-bfd1-229946e1632b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f9916f96-90eb-4fe5-ad96-d274f9b392a1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 168px;
text-align: center;
}
@media (min-width: 1200px){#s-f9916f96-90eb-4fe5-ad96-d274f9b392a1 {
  padding-top: 10px;
padding-bottom: 10px;
}
}






  #s-f9916f96-90eb-4fe5-ad96-d274f9b392a1 img.shogun-image {
    

    
    
    
  }


#s-f9916f96-90eb-4fe5-ad96-d274f9b392a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d57ab6ea-d184-4412-8dcf-da11a00c2c5e {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-7105c8b0-8e59-425f-a91a-2acfbd800d92 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 168px;
text-align: center;
}







  #s-7105c8b0-8e59-425f-a91a-2acfbd800d92 img.shogun-image {
    

    
    
    
  }


#s-7105c8b0-8e59-425f-a91a-2acfbd800d92 .shogun-image-content {
  
    align-items: center;
  
}

#s-9007aecf-3ca4-45b7-8dd0-62f57fd9777c {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-e7ea28eb-911a-430c-9eff-7b75270b277f {
  margin-bottom: 30px;
}
@media (min-width: 1200px){#s-e7ea28eb-911a-430c-9eff-7b75270b277f {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-e7ea28eb-911a-430c-9eff-7b75270b277f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7ea28eb-911a-430c-9eff-7b75270b277f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7ea28eb-911a-430c-9eff-7b75270b277f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7ea28eb-911a-430c-9eff-7b75270b277f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e7ea28eb-911a-430c-9eff-7b75270b277f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a4fa2401-9998-4d34-b11f-6936a125b9c7 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 168px;
text-align: center;
}
@media (min-width: 1200px){#s-a4fa2401-9998-4d34-b11f-6936a125b9c7 {
  padding-top: 10px;
padding-bottom: 10px;
}
}






  #s-a4fa2401-9998-4d34-b11f-6936a125b9c7 img.shogun-image {
    

    
    
    
  }


#s-a4fa2401-9998-4d34-b11f-6936a125b9c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-58a521ab-1c4b-4b55-8999-fee3e90ca59f {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-eb239a17-6b31-4a70-bbf6-5cc5b04f3961 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 168px;
text-align: center;
}







  #s-eb239a17-6b31-4a70-bbf6-5cc5b04f3961 img.shogun-image {
    

    
    
    
  }


#s-eb239a17-6b31-4a70-bbf6-5cc5b04f3961 .shogun-image-content {
  
    align-items: center;
  
}

#s-da335968-4edd-4269-a017-33d396783c8a {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-20d57e28-db28-479d-93f7-678d53401fca {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-20d57e28-db28-479d-93f7-678d53401fca {
  display: none;
}
#s-20d57e28-db28-479d-93f7-678d53401fca, #wrap-s-20d57e28-db28-479d-93f7-678d53401fca { display:none !important; }}@media (max-width: 767px){#s-20d57e28-db28-479d-93f7-678d53401fca {
  display: none;
}
#s-20d57e28-db28-479d-93f7-678d53401fca, #wrap-s-20d57e28-db28-479d-93f7-678d53401fca { display:none !important; }}







#s-20d57e28-db28-479d-93f7-678d53401fca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20d57e28-db28-479d-93f7-678d53401fca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-060bf903-362f-48f1-a5f4-fa40f99de8f1 {
  margin-top: 0.2em;
margin-bottom: 0.2em;
padding-top: 10px;
padding-bottom: 75px;
text-align: center;
}

#s-060bf903-362f-48f1-a5f4-fa40f99de8f1 .shogun-heading-component h2 {
  color: rgba(2, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-dbf3adee-70ac-4579-a27f-5ec23c65769a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1140px;
}

@media (min-width: 0px) {
[id="s-dbf3adee-70ac-4579-a27f-5ec23c65769a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dbf3adee-70ac-4579-a27f-5ec23c65769a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dbf3adee-70ac-4579-a27f-5ec23c65769a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dbf3adee-70ac-4579-a27f-5ec23c65769a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a5f5348f-998b-446d-b629-fb9fcc881b80 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 168px;
text-align: center;
}







  #s-a5f5348f-998b-446d-b629-fb9fcc881b80 img.shogun-image {
    

    
    
    
  }


#s-a5f5348f-998b-446d-b629-fb9fcc881b80 .shogun-image-content {
  
    align-items: center;
  
}

#s-649d1e35-d121-47b2-9ff5-b0d168b64fbb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
}

#s-e7c95625-a6f2-4b7b-bca1-06cac2f509c1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 168px;
text-align: center;
}







  #s-e7c95625-a6f2-4b7b-bca1-06cac2f509c1 img.shogun-image {
    

    
    
    
  }


#s-e7c95625-a6f2-4b7b-bca1-06cac2f509c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f406a838-803a-4eda-84d6-d819d269574c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
}

#s-2a9eabf4-0ccb-44f0-9add-8c520baadafc {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 168px;
text-align: center;
}







  #s-2a9eabf4-0ccb-44f0-9add-8c520baadafc img.shogun-image {
    

    
    
    
  }


#s-2a9eabf4-0ccb-44f0-9add-8c520baadafc .shogun-image-content {
  
    align-items: center;
  
}

#s-92e92924-4b25-4a85-9203-2b79a11db77b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
}

#s-d9dd6fe4-851a-4bbd-8cf0-7830f263ec8b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 168px;
text-align: center;
}







  #s-d9dd6fe4-851a-4bbd-8cf0-7830f263ec8b img.shogun-image {
    

    
    
    
  }


#s-d9dd6fe4-851a-4bbd-8cf0-7830f263ec8b .shogun-image-content {
  
    align-items: center;
  
}

#s-c6ce30c2-07ee-4989-9d65-b1adb5a3217e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
}

#s-ad61f68a-c05a-4d49-a181-02ab691321ec {
  padding-top: 2em;
padding-bottom: 5em;
min-height: 50px;
background-color: rgba(2, 45, 64, 1);
}
@media (min-width: 1200px){#s-ad61f68a-c05a-4d49-a181-02ab691321ec {
  display: none;
}
#s-ad61f68a-c05a-4d49-a181-02ab691321ec, #wrap-s-ad61f68a-c05a-4d49-a181-02ab691321ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad61f68a-c05a-4d49-a181-02ab691321ec {
  display: none;
}
#s-ad61f68a-c05a-4d49-a181-02ab691321ec, #wrap-s-ad61f68a-c05a-4d49-a181-02ab691321ec { display:none !important; }}







#s-ad61f68a-c05a-4d49-a181-02ab691321ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad61f68a-c05a-4d49-a181-02ab691321ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5933da73-3238-4da6-b8c8-faa9cea918c1 {
  margin-top: 11px;
margin-bottom: 11px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5933da73-3238-4da6-b8c8-faa9cea918c1 .shogun-heading-component h5 {
  color: rgba(254, 65, 76, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 11px;
  
  letter-spacing: 1px;
  
}



#s-144db164-8dff-4713-9328-4967782e6fac {
  margin-bottom: 30px;
text-align: center;
}

#s-144db164-8dff-4713-9328-4967782e6fac .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-fd7a4a79-4454-4b5d-8d04-a24555f17011 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(44, 160, 195, 1);
border-style: solid;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-fd7a4a79-4454-4b5d-8d04-a24555f17011"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd7a4a79-4454-4b5d-8d04-a24555f17011"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fd7a4a79-4454-4b5d-8d04-a24555f17011"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd7a4a79-4454-4b5d-8d04-a24555f17011"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f4e8937c-c809-43ff-9c9f-fca16e5f441c {
  margin-top: 10px;
margin-bottom: 20px;
}

#s-f4e8937c-c809-43ff-9c9f-fca16e5f441c .shogun-icon-wrapper {
  text-align: center;
}


#s-f4e8937c-c809-43ff-9c9f-fca16e5f441c .shogun-icon-wrapper > .shogun-icon {

  font-size: 120px !important;
  color: rgba(254, 65, 76, 1);
}

#s-4844132e-9f19-4490-bd26-b9b14e0fca24 {
  margin-top: 3.5px;
margin-bottom: 3.5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4844132e-9f19-4490-bd26-b9b14e0fca24 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.2em;
  
  
}



#s-4e6c184c-5c7c-40f4-9c0c-9496b25f976d .shogun-icon-wrapper {
  text-align: center;
}


#s-4e6c184c-5c7c-40f4-9c0c-9496b25f976d .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-a3a1780e-e883-45f2-a25d-f97c291cb98f {
  padding-left: 60px;
padding-right: 60px;
}

#s-667aaa6e-771d-41fb-9b74-59be2708bc52 {
  margin-top: 50px;
}

#s-667aaa6e-771d-41fb-9b74-59be2708bc52 .shogun-icon-wrapper {
  text-align: center;
}


#s-667aaa6e-771d-41fb-9b74-59be2708bc52 .shogun-icon-wrapper > .shogun-icon {

  font-size: 120px !important;
  color: rgba(254, 65, 76, 1);
}

#s-2f601923-7c58-4378-83da-e1252b3a4c03 {
  margin-top: 3.5px;
margin-bottom: 3.5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f601923-7c58-4378-83da-e1252b3a4c03 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.2em;
  
  
}



#s-e08b1c6e-4117-4f84-988d-80ac0faa9321 .shogun-icon-wrapper {
  text-align: center;
}


#s-e08b1c6e-4117-4f84-988d-80ac0faa9321 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-20b379d1-dec8-478d-9d3a-f365d74a00f1 {
  padding-left: 60px;
padding-right: 60px;
}

#s-dbf5f323-9377-4915-a9b8-60c0009b13fa {
  margin-top: 50px;
}

#s-dbf5f323-9377-4915-a9b8-60c0009b13fa .shogun-icon-wrapper {
  text-align: center;
}


#s-dbf5f323-9377-4915-a9b8-60c0009b13fa .shogun-icon-wrapper > .shogun-icon {

  font-size: 120px !important;
  color: rgba(254, 65, 76, 1);
}

#s-b1b3ec84-f90e-46fc-b1c5-42cfb1dc903e {
  margin-top: 3.5px;
margin-bottom: 3.5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1b3ec84-f90e-46fc-b1c5-42cfb1dc903e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.2em;
  
  
}



#s-39eee73e-525e-4dc7-980f-668b8e74205a .shogun-icon-wrapper {
  text-align: center;
}


#s-39eee73e-525e-4dc7-980f-668b8e74205a .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-5f2b0a5f-35bb-48c5-b79d-48bc5df5c71c {
  margin-bottom: 10px;
padding-left: 60px;
padding-right: 60px;
}

#s-06577772-2a05-465c-b524-fdfe200cf15a {
  padding-top: 5em;
padding-bottom: 5em;
min-height: 50px;
background-color: rgba(2, 45, 64, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-06577772-2a05-465c-b524-fdfe200cf15a {
  display: none;
}
#s-06577772-2a05-465c-b524-fdfe200cf15a, #wrap-s-06577772-2a05-465c-b524-fdfe200cf15a { display:none !important; }}@media (max-width: 767px){#s-06577772-2a05-465c-b524-fdfe200cf15a {
  display: none;
}
#s-06577772-2a05-465c-b524-fdfe200cf15a, #wrap-s-06577772-2a05-465c-b524-fdfe200cf15a { display:none !important; }}







#s-06577772-2a05-465c-b524-fdfe200cf15a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06577772-2a05-465c-b524-fdfe200cf15a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ca48b3a-ec66-4129-9c5d-c86599774bec {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ca48b3a-ec66-4129-9c5d-c86599774bec .shogun-heading-component h5 {
  color: rgba(254, 65, 76, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


#s-5ca48b3a-ec66-4129-9c5d-c86599774bec .shogun-heading-component h5 a {
  color: rgba(254, 65, 76, 1);
}


#s-e0b05e8c-b815-4a35-848c-7aa7a2b3b2a6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 1em;
padding-bottom: 3em;
text-align: center;
}

#s-e0b05e8c-b815-4a35-848c-7aa7a2b3b2a6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-bb7cbf54-50ac-47c6-9ea6-293042ddd9ca {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 103, 146, 1);
border-style: solid;
max-width: 1140px;
}

@media (min-width: 0px) {
[id="s-bb7cbf54-50ac-47c6-9ea6-293042ddd9ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb7cbf54-50ac-47c6-9ea6-293042ddd9ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb7cbf54-50ac-47c6-9ea6-293042ddd9ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb7cbf54-50ac-47c6-9ea6-293042ddd9ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dd383317-a6f6-4aba-bc0d-588f1937ed9a .shogun-icon-wrapper {
  text-align: center;
}


#s-dd383317-a6f6-4aba-bc0d-588f1937ed9a .shogun-icon-wrapper > .shogun-icon {

  font-size: 120px !important;
  color: rgba(254, 65, 76, 1);
}

#s-16356ceb-f521-4fc4-8300-fc29238df2c0 {
  margin-top: 3.5px;
margin-bottom: 3.5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16356ceb-f521-4fc4-8300-fc29238df2c0 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-f951a9b1-6c84-448f-b2c0-e72a3cda4b0c .shogun-icon-wrapper {
  text-align: center;
}


#s-f951a9b1-6c84-448f-b2c0-e72a3cda4b0c .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-b75d42d4-e285-49be-a431-f1e6aece2aaf {
  padding-left: 60px;
padding-right: 60px;
}

#s-f0df0cb6-4deb-47da-b04c-6eadf21f2d25 .shogun-icon-wrapper {
  text-align: center;
}


#s-f0df0cb6-4deb-47da-b04c-6eadf21f2d25 .shogun-icon-wrapper > .shogun-icon {

  font-size: 120px !important;
  color: rgba(254, 65, 76, 1);
}

#s-abb44ad6-7e64-4c9a-96fa-a4426146d5e9 {
  margin-top: 3.5px;
margin-bottom: 3.5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abb44ad6-7e64-4c9a-96fa-a4426146d5e9 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-3d7f93a5-e311-46a1-8a40-1be11698dbcc .shogun-icon-wrapper {
  text-align: center;
}


#s-3d7f93a5-e311-46a1-8a40-1be11698dbcc .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-af4e1c71-060d-4cc5-90e6-8963e4e846b0 {
  padding-left: 60px;
padding-right: 60px;
}

#s-fa8d8fd6-a2a6-4cf3-a337-8cba7d06d27f .shogun-icon-wrapper {
  text-align: center;
}


#s-fa8d8fd6-a2a6-4cf3-a337-8cba7d06d27f .shogun-icon-wrapper > .shogun-icon {

  font-size: 120px !important;
  color: rgba(254, 65, 76, 1);
}

#s-1c4237a0-c9b8-47e3-b0e5-fa76f3763d3e {
  margin-top: 3.5px;
margin-bottom: 3.5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c4237a0-c9b8-47e3-b0e5-fa76f3763d3e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  
  
}



#s-1c92b94a-01ff-4b53-8861-10e62a4dff48 .shogun-icon-wrapper {
  text-align: center;
}


#s-1c92b94a-01ff-4b53-8861-10e62a4dff48 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-7130c114-7f6c-474c-9165-f88402856b81 {
  padding-left: 60px;
padding-right: 60px;
}

#s-14cbf736-e9a2-4bfd-b374-bb1be5d758aa {
  margin-top: 100px;
margin-bottom: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-14cbf736-e9a2-4bfd-b374-bb1be5d758aa {
  display: none;
}
#s-14cbf736-e9a2-4bfd-b374-bb1be5d758aa, #wrap-s-14cbf736-e9a2-4bfd-b374-bb1be5d758aa { display:none !important; }}@media (max-width: 767px){#s-14cbf736-e9a2-4bfd-b374-bb1be5d758aa {
  display: none;
}
#s-14cbf736-e9a2-4bfd-b374-bb1be5d758aa, #wrap-s-14cbf736-e9a2-4bfd-b374-bb1be5d758aa { display:none !important; }}







#s-14cbf736-e9a2-4bfd-b374-bb1be5d758aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14cbf736-e9a2-4bfd-b374-bb1be5d758aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5915c00d-095d-4b2f-a243-f6190b5f9c82 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1140px;
}

@media (min-width: 0px) {
[id="s-5915c00d-095d-4b2f-a243-f6190b5f9c82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5915c00d-095d-4b2f-a243-f6190b5f9c82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-5915c00d-095d-4b2f-a243-f6190b5f9c82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-5915c00d-095d-4b2f-a243-f6190b5f9c82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-023c9969-61f9-4ad9-859e-793791752ec6 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(160, 157, 157, 1);
border-style: solid;
min-height: 50px;
}








#s-023c9969-61f9-4ad9-859e-793791752ec6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-023c9969-61f9-4ad9-859e-793791752ec6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b1df063-9010-4bd3-af21-1f354160e297 {
  margin-top: -10px;
margin-bottom: -5px;
border-radius: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}








#s-4b1df063-9010-4bd3-af21-1f354160e297 .shogun-image-content {
  
    align-items: center;
  
}

#s-64c6d08e-d4f8-488b-9820-cf97afb34852 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(160, 157, 157, 0);
border-style: solid;
min-height: 50px;
}








#s-64c6d08e-d4f8-488b-9820-cf97afb34852 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64c6d08e-d4f8-488b-9820-cf97afb34852.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8938cb3-da24-4367-b0be-bbfcce2c18a9 {
  background-image: url(https://i.shgcdn.com/c5f27a28-e30d-4693-abf9-827d242d8e42/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: -40px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center center;
}
#s-c8938cb3-da24-4367-b0be-bbfcce2c18a9:hover {background-image: url(https://i.shgcdn.com/705cbb3c-a197-40ad-b90c-0a3216553d39/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
border-style: solid !important;
border-color: rgba(254, 65, 76, 0) !important;
text-decoration: none !important;
hover-type: image !important;}#s-c8938cb3-da24-4367-b0be-bbfcce2c18a9:active {background-image: url(https://i.shgcdn.com/705cbb3c-a197-40ad-b90c-0a3216553d39/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;}

  #s-c8938cb3-da24-4367-b0be-bbfcce2c18a9-root {
    text-align: center;
  }


#s-c8938cb3-da24-4367-b0be-bbfcce2c18a9.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c8938cb3-da24-4367-b0be-bbfcce2c18a9-root {
    text-align: center;
  }


#s-c8938cb3-da24-4367-b0be-bbfcce2c18a9.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8938cb3-da24-4367-b0be-bbfcce2c18a9-root {
    text-align: center;
  }


#s-c8938cb3-da24-4367-b0be-bbfcce2c18a9.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8938cb3-da24-4367-b0be-bbfcce2c18a9-root {
    text-align: center;
  }


#s-c8938cb3-da24-4367-b0be-bbfcce2c18a9.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8938cb3-da24-4367-b0be-bbfcce2c18a9-root {
    text-align: center;
  }


#s-c8938cb3-da24-4367-b0be-bbfcce2c18a9.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}
#s-eea69176-1aaa-4129-a957-0a092abc93e0 {
  margin-top: 3.5px;
margin-bottom: 3.5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eea69176-1aaa-4129-a957-0a092abc93e0 .shogun-heading-component h4 {
  color: rgba(2, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-ef0e9be7-e56d-46fd-adb9-7aec57a11ee2 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-ef0e9be7-e56d-46fd-adb9-7aec57a11ee2 .shogun-icon-wrapper {
  text-align: center;
}


#s-ef0e9be7-e56d-46fd-adb9-7aec57a11ee2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-d5593830-96ac-4607-a869-5825d2f45d92 {
  padding-left: 2em;
padding-right: 2em;
}

#s-d64a58a0-efd9-4d38-bdba-0ce612cc4605 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(160, 157, 157, 1);
border-style: solid;
min-height: 50px;
}








#s-d64a58a0-efd9-4d38-bdba-0ce612cc4605 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d64a58a0-efd9-4d38-bdba-0ce612cc4605.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45d5d670-19c5-4762-add9-d05060f9869d {
  margin-top: -10px;
margin-bottom: -5px;
border-radius: 10px;
text-align: center;
}








#s-45d5d670-19c5-4762-add9-d05060f9869d .shogun-image-content {
  
    align-items: center;
  
}

#s-eac1eff7-7b40-4deb-9baa-23ea614092a7 {
  min-height: 50px;
}








#s-eac1eff7-7b40-4deb-9baa-23ea614092a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eac1eff7-7b40-4deb-9baa-23ea614092a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-530cf310-7efb-442c-a1b4-7ddcc1accd04 {
  background-image: url(https://i.shgcdn.com/b821805b-a36a-4884-bc37-048a38ce77c1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: -40px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center center;
}
#s-530cf310-7efb-442c-a1b4-7ddcc1accd04:hover {background-image: url(https://i.shgcdn.com/ef2d63c5-0a8c-4fd2-a6ae-a831e9869986/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
border-style: solid !important;
border-color: rgba(254, 65, 76, 0) !important;
text-decoration: none !important;
hover-type: image !important;}#s-530cf310-7efb-442c-a1b4-7ddcc1accd04:active {background-image: url(https://i.shgcdn.com/ef2d63c5-0a8c-4fd2-a6ae-a831e9869986/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
text-decoration: none !important;
hover-type: image !important;}

  #s-530cf310-7efb-442c-a1b4-7ddcc1accd04-root {
    text-align: center;
  }


#s-530cf310-7efb-442c-a1b4-7ddcc1accd04.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-530cf310-7efb-442c-a1b4-7ddcc1accd04-root {
    text-align: center;
  }


#s-530cf310-7efb-442c-a1b4-7ddcc1accd04.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-530cf310-7efb-442c-a1b4-7ddcc1accd04-root {
    text-align: center;
  }


#s-530cf310-7efb-442c-a1b4-7ddcc1accd04.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-530cf310-7efb-442c-a1b4-7ddcc1accd04-root {
    text-align: center;
  }


#s-530cf310-7efb-442c-a1b4-7ddcc1accd04.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-530cf310-7efb-442c-a1b4-7ddcc1accd04-root {
    text-align: center;
  }


#s-530cf310-7efb-442c-a1b4-7ddcc1accd04.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}
#s-ef3dc688-ecfc-4faa-9795-e9ada6db774d {
  margin-top: 3.5px;
margin-bottom: 3.5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef3dc688-ecfc-4faa-9795-e9ada6db774d .shogun-heading-component h4 {
  color: rgba(2, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-6a49cd13-be38-4662-a1cc-8680eea32e85 .shogun-icon-wrapper {
  text-align: center;
}


#s-6a49cd13-be38-4662-a1cc-8680eea32e85 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-2fbd0c79-0a34-4da5-b909-88be10fe1413 {
  padding-left: 2em;
padding-right: 2em;
}

#s-43ddb97b-0f35-4574-b2e3-6322b7003cf1 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(160, 157, 157, 1);
border-style: solid;
min-height: 50px;
}








#s-43ddb97b-0f35-4574-b2e3-6322b7003cf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43ddb97b-0f35-4574-b2e3-6322b7003cf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9305bf94-c1fe-4721-b1c1-5d5d541b5dc8 {
  margin-top: -10px;
margin-bottom: -5px;
border-radius: 10px;
text-align: center;
}








#s-9305bf94-c1fe-4721-b1c1-5d5d541b5dc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7e23f06-1363-4803-9f63-b210cc78f234 {
  min-height: 50px;
}








#s-b7e23f06-1363-4803-9f63-b210cc78f234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7e23f06-1363-4803-9f63-b210cc78f234.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eaf76eb2-14d7-48d7-b6af-a621dcd854dc {
  background-image: url(https://i.shgcdn.com/f1ea9d76-96dd-4756-81f8-d5f04f45172e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: -40px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center center;
}
#s-eaf76eb2-14d7-48d7-b6af-a621dcd854dc:hover {background-image: url(https://i.shgcdn.com/e6cbee9e-7be6-4169-91a6-4b6db4db7f87/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
border-style: solid !important;
border-color: rgba(254, 65, 76, 0) !important;
text-decoration: none !important;
hover-type: image !important;}#s-eaf76eb2-14d7-48d7-b6af-a621dcd854dc:active {background-image: url(https://i.shgcdn.com/e6cbee9e-7be6-4169-91a6-4b6db4db7f87/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;}

  #s-eaf76eb2-14d7-48d7-b6af-a621dcd854dc-root {
    text-align: center;
  }


#s-eaf76eb2-14d7-48d7-b6af-a621dcd854dc.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eaf76eb2-14d7-48d7-b6af-a621dcd854dc-root {
    text-align: center;
  }


#s-eaf76eb2-14d7-48d7-b6af-a621dcd854dc.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eaf76eb2-14d7-48d7-b6af-a621dcd854dc-root {
    text-align: center;
  }


#s-eaf76eb2-14d7-48d7-b6af-a621dcd854dc.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eaf76eb2-14d7-48d7-b6af-a621dcd854dc-root {
    text-align: center;
  }


#s-eaf76eb2-14d7-48d7-b6af-a621dcd854dc.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eaf76eb2-14d7-48d7-b6af-a621dcd854dc-root {
    text-align: center;
  }


#s-eaf76eb2-14d7-48d7-b6af-a621dcd854dc.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}
#s-9a4c0f6c-20fa-49c0-977c-22598da241f2 {
  margin-top: 3.5px;
margin-bottom: 3.5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a4c0f6c-20fa-49c0-977c-22598da241f2 .shogun-heading-component h4 {
  color: rgba(2, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}



#s-f3749be8-acd4-4f09-8bf8-8b7f8200f94b .shogun-icon-wrapper {
  text-align: center;
}


#s-f3749be8-acd4-4f09-8bf8-8b7f8200f94b .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-65e06047-31e5-4eb2-a6a8-1d4925296c94 {
  padding-left: 2em;
padding-right: 2em;
}

#s-e0bdc5b4-0134-4fa7-b82d-41ec25470665 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e0bdc5b4-0134-4fa7-b82d-41ec25470665 {
  display: none;
}
#s-e0bdc5b4-0134-4fa7-b82d-41ec25470665, #wrap-s-e0bdc5b4-0134-4fa7-b82d-41ec25470665 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0bdc5b4-0134-4fa7-b82d-41ec25470665 {
  display: none;
}
#s-e0bdc5b4-0134-4fa7-b82d-41ec25470665, #wrap-s-e0bdc5b4-0134-4fa7-b82d-41ec25470665 { display:none !important; }}







#s-e0bdc5b4-0134-4fa7-b82d-41ec25470665 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0bdc5b4-0134-4fa7-b82d-41ec25470665.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d80b761-20a2-4761-b889-228291cf9fc9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-4d80b761-20a2-4761-b889-228291cf9fc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d80b761-20a2-4761-b889-228291cf9fc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4d80b761-20a2-4761-b889-228291cf9fc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d80b761-20a2-4761-b889-228291cf9fc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-aa33a8cb-7c24-4591-8b10-7eca5a79f79c {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(160, 157, 157, 1);
border-style: solid;
min-height: 50px;
}








#s-aa33a8cb-7c24-4591-8b10-7eca5a79f79c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa33a8cb-7c24-4591-8b10-7eca5a79f79c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cebdcf4-8fdb-4551-bbf1-df2b30367956 {
  margin-top: -10px;
margin-bottom: -5px;
border-radius: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}








#s-8cebdcf4-8fdb-4551-bbf1-df2b30367956 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3afe67f-c142-4d33-a40d-8859f0ed8c2d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(160, 157, 157, 0);
border-style: solid;
min-height: 50px;
}








#s-b3afe67f-c142-4d33-a40d-8859f0ed8c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3afe67f-c142-4d33-a40d-8859f0ed8c2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-298b8dc5-bb66-4eda-b4e0-fee6a1e336a7 {
  background-image: url(https://i.shgcdn.com/c5f27a28-e30d-4693-abf9-827d242d8e42/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: -40px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center center;
}
#s-298b8dc5-bb66-4eda-b4e0-fee6a1e336a7:hover {background-image: url(https://i.shgcdn.com/705cbb3c-a197-40ad-b90c-0a3216553d39/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
border-style: solid !important;
border-color: rgba(254, 65, 76, 0) !important;
text-decoration: none !important;
hover-type: image !important;}#s-298b8dc5-bb66-4eda-b4e0-fee6a1e336a7:active {background-image: url(https://i.shgcdn.com/705cbb3c-a197-40ad-b90c-0a3216553d39/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;}

  #s-298b8dc5-bb66-4eda-b4e0-fee6a1e336a7-root {
    text-align: center;
  }


#s-298b8dc5-bb66-4eda-b4e0-fee6a1e336a7.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-298b8dc5-bb66-4eda-b4e0-fee6a1e336a7-root {
    text-align: center;
  }


#s-298b8dc5-bb66-4eda-b4e0-fee6a1e336a7.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-298b8dc5-bb66-4eda-b4e0-fee6a1e336a7-root {
    text-align: center;
  }


#s-298b8dc5-bb66-4eda-b4e0-fee6a1e336a7.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-298b8dc5-bb66-4eda-b4e0-fee6a1e336a7-root {
    text-align: center;
  }


#s-298b8dc5-bb66-4eda-b4e0-fee6a1e336a7.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-298b8dc5-bb66-4eda-b4e0-fee6a1e336a7-root {
    text-align: center;
  }


#s-298b8dc5-bb66-4eda-b4e0-fee6a1e336a7.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}
#s-cc89c9bb-91e7-449d-809a-0403dd3ab642 {
  margin-top: 3.5px;
margin-bottom: 3.5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc89c9bb-91e7-449d-809a-0403dd3ab642 .shogun-heading-component h4 {
  color: rgba(2, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-d09b5c4a-09b8-46ff-8f6c-4bb2e72748d9 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-d09b5c4a-09b8-46ff-8f6c-4bb2e72748d9 .shogun-icon-wrapper {
  text-align: center;
}


#s-d09b5c4a-09b8-46ff-8f6c-4bb2e72748d9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-c3382206-e4d4-49cd-9784-dc46d685dfd5 {
  margin-bottom: 50px;
padding-left: 2em;
padding-right: 2em;
}

#s-64112d88-c133-4c9f-8555-d93315ba177e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(160, 157, 157, 1);
border-style: solid;
min-height: 50px;
}








#s-64112d88-c133-4c9f-8555-d93315ba177e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64112d88-c133-4c9f-8555-d93315ba177e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-875aea50-1e7b-45bd-b09f-10f812d3e823 {
  margin-top: -10px;
margin-bottom: -5px;
border-radius: 10px;
text-align: center;
}








#s-875aea50-1e7b-45bd-b09f-10f812d3e823 .shogun-image-content {
  
    align-items: center;
  
}

#s-99b56649-93f0-4a03-9f6b-c450e1fbb1c7 {
  min-height: 50px;
}








#s-99b56649-93f0-4a03-9f6b-c450e1fbb1c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99b56649-93f0-4a03-9f6b-c450e1fbb1c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94010e5b-20c2-4226-a10b-a1f1566b43d0 {
  background-image: url(https://i.shgcdn.com/b821805b-a36a-4884-bc37-048a38ce77c1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: -40px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center center;
}
#s-94010e5b-20c2-4226-a10b-a1f1566b43d0:hover {background-image: url(https://i.shgcdn.com/ef2d63c5-0a8c-4fd2-a6ae-a831e9869986/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
border-style: solid !important;
border-color: rgba(254, 65, 76, 0) !important;
text-decoration: none !important;
hover-type: image !important;}#s-94010e5b-20c2-4226-a10b-a1f1566b43d0:active {background-image: url(https://i.shgcdn.com/ef2d63c5-0a8c-4fd2-a6ae-a831e9869986/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
text-decoration: none !important;
hover-type: image !important;}

  #s-94010e5b-20c2-4226-a10b-a1f1566b43d0-root {
    text-align: center;
  }


#s-94010e5b-20c2-4226-a10b-a1f1566b43d0.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94010e5b-20c2-4226-a10b-a1f1566b43d0-root {
    text-align: center;
  }


#s-94010e5b-20c2-4226-a10b-a1f1566b43d0.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94010e5b-20c2-4226-a10b-a1f1566b43d0-root {
    text-align: center;
  }


#s-94010e5b-20c2-4226-a10b-a1f1566b43d0.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94010e5b-20c2-4226-a10b-a1f1566b43d0-root {
    text-align: center;
  }


#s-94010e5b-20c2-4226-a10b-a1f1566b43d0.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94010e5b-20c2-4226-a10b-a1f1566b43d0-root {
    text-align: center;
  }


#s-94010e5b-20c2-4226-a10b-a1f1566b43d0.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}
#s-513b3fbc-883b-471c-b9ea-1f10d269fabd {
  margin-top: 3.5px;
margin-bottom: 3.5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-513b3fbc-883b-471c-b9ea-1f10d269fabd .shogun-heading-component h4 {
  color: rgba(2, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-6445d589-7df8-4bcd-a3b0-548950b861dc .shogun-icon-wrapper {
  text-align: center;
}


#s-6445d589-7df8-4bcd-a3b0-548950b861dc .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-8154ed2c-8ec5-4703-bb88-13c1b2001746 {
  margin-bottom: 50px;
padding-left: 2em;
padding-right: 2em;
}

#s-d54e00e7-ec5d-4321-a201-1c6f848e1707 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(160, 157, 157, 1);
border-style: solid;
min-height: 50px;
}








#s-d54e00e7-ec5d-4321-a201-1c6f848e1707 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d54e00e7-ec5d-4321-a201-1c6f848e1707.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b40f3f28-09f5-475c-982b-645e155b5e48 {
  margin-top: -10px;
margin-bottom: -5px;
border-radius: 10px;
text-align: center;
}








#s-b40f3f28-09f5-475c-982b-645e155b5e48 .shogun-image-content {
  
    align-items: center;
  
}

#s-8633f535-f352-4362-96fe-0f0a4aa0a516 {
  min-height: 50px;
}








#s-8633f535-f352-4362-96fe-0f0a4aa0a516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8633f535-f352-4362-96fe-0f0a4aa0a516.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8181a462-5a87-4501-9b60-620dad80ef64 {
  background-image: url(https://i.shgcdn.com/f1ea9d76-96dd-4756-81f8-d5f04f45172e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: -40px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
text-decoration: none;
hover-type: image;
background-position: center center;
}
#s-8181a462-5a87-4501-9b60-620dad80ef64:hover {background-image: url(https://i.shgcdn.com/e6cbee9e-7be6-4169-91a6-4b6db4db7f87/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: contain !important;
border-style: solid !important;
border-color: rgba(254, 65, 76, 0) !important;
text-decoration: none !important;
hover-type: image !important;}#s-8181a462-5a87-4501-9b60-620dad80ef64:active {background-image: url(https://i.shgcdn.com/e6cbee9e-7be6-4169-91a6-4b6db4db7f87/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: image !important;}

  #s-8181a462-5a87-4501-9b60-620dad80ef64-root {
    text-align: center;
  }


#s-8181a462-5a87-4501-9b60-620dad80ef64.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8181a462-5a87-4501-9b60-620dad80ef64-root {
    text-align: center;
  }


#s-8181a462-5a87-4501-9b60-620dad80ef64.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8181a462-5a87-4501-9b60-620dad80ef64-root {
    text-align: center;
  }


#s-8181a462-5a87-4501-9b60-620dad80ef64.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8181a462-5a87-4501-9b60-620dad80ef64-root {
    text-align: center;
  }


#s-8181a462-5a87-4501-9b60-620dad80ef64.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8181a462-5a87-4501-9b60-620dad80ef64-root {
    text-align: center;
  }


#s-8181a462-5a87-4501-9b60-620dad80ef64.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  inline-block ;
}
}
#s-af13ce9a-9c32-4950-9c6c-2d87f21ebc75 {
  margin-top: 3.5px;
margin-bottom: 3.5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af13ce9a-9c32-4950-9c6c-2d87f21ebc75 .shogun-heading-component h4 {
  color: rgba(2, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-3df701ee-a0d6-40e6-b76e-fe9738829336 .shogun-icon-wrapper {
  text-align: center;
}


#s-3df701ee-a0d6-40e6-b76e-fe9738829336 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-842d2845-9de3-4e56-b9f2-d7538edecd4c {
  padding-left: 2em;
padding-right: 2em;
}

#s-7a70a8d2-a540-4952-90d2-4cdfd65fbe7b {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(2, 45, 64, 1);
}








#s-7a70a8d2-a540-4952-90d2-4cdfd65fbe7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a70a8d2-a540-4952-90d2-4cdfd65fbe7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f1f0137-bf2c-463f-8443-c894961daf5a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1140px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f1f0137-bf2c-463f-8443-c894961daf5a {
  margin-top: auto;
margin-bottom: auto;
max-width: 600px;
}
}@media (max-width: 767px){#s-5f1f0137-bf2c-463f-8443-c894961daf5a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 400px;
}
}
@media (min-width: 0px) {
[id="s-5f1f0137-bf2c-463f-8443-c894961daf5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f1f0137-bf2c-463f-8443-c894961daf5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f1f0137-bf2c-463f-8443-c894961daf5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f1f0137-bf2c-463f-8443-c894961daf5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

.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-219507e7-6901-4228-b12a-f6a6f4d98b7c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-219507e7-6901-4228-b12a-f6a6f4d98b7c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-219507e7-6901-4228-b12a-f6a6f4d98b7c .shg-sld-nav-button.shg-sld-left,
#s-219507e7-6901-4228-b12a-f6a6f4d98b7c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-601f96fc-0e9f-4bc8-b709-4a33d653e4ad {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-601f96fc-0e9f-4bc8-b709-4a33d653e4ad {
  min-height: 500px;
}
}@media (max-width: 767px){#s-601f96fc-0e9f-4bc8-b709-4a33d653e4ad {
  min-height: 400px;
}
}







#s-601f96fc-0e9f-4bc8-b709-4a33d653e4ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-601f96fc-0e9f-4bc8-b709-4a33d653e4ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73c67fcd-167f-43ab-a59a-354859408a51 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-73c67fcd-167f-43ab-a59a-354859408a51 {
  min-height: 500px;
}
}@media (max-width: 767px){#s-73c67fcd-167f-43ab-a59a-354859408a51 {
  min-height: 400px;
}
}







#s-73c67fcd-167f-43ab-a59a-354859408a51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73c67fcd-167f-43ab-a59a-354859408a51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5318fa6-aa41-4ec6-9a99-40b8ebbc2116 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5318fa6-aa41-4ec6-9a99-40b8ebbc2116 {
  min-height: 500px;
}
}@media (max-width: 767px){#s-e5318fa6-aa41-4ec6-9a99-40b8ebbc2116 {
  min-height: 400px;
}
}







#s-e5318fa6-aa41-4ec6-9a99-40b8ebbc2116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5318fa6-aa41-4ec6-9a99-40b8ebbc2116.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16fff954-e0a5-4ab3-8cd2-ff6bd8730c48 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-16fff954-e0a5-4ab3-8cd2-ff6bd8730c48 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-16fff954-e0a5-4ab3-8cd2-ff6bd8730c48 {
  min-height: 400px;
}
}







#s-16fff954-e0a5-4ab3-8cd2-ff6bd8730c48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16fff954-e0a5-4ab3-8cd2-ff6bd8730c48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f74c321d-8e82-4846-8998-3e57c9c45954 {
  display: none;
}
#s-82f42c3d-e356-43cf-9606-6de12cb777f8 {
  margin-top: 0.2em;
margin-bottom: 0.2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-82f42c3d-e356-43cf-9606-6de12cb777f8 .shogun-heading-component h3 {
  color: rgba(254, 65, 76, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: left;
}



#s-acda9f47-a2a5-4950-97db-38e4850ac765 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-acda9f47-a2a5-4950-97db-38e4850ac765 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acda9f47-a2a5-4950-97db-38e4850ac765.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-3c1b41c8-329d-4e1e-8539-732005c9972c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3c1b41c8-329d-4e1e-8539-732005c9972c .shg-product-title-component h1 {
  color: rgba(247, 247, 247, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-94c32f88-8d3d-4cb3-ab8b-015625bd739f {
  text-align: left;
}

#s-94c32f88-8d3d-4cb3-ab8b-015625bd739f .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
}

#s-94c32f88-8d3d-4cb3-ab8b-015625bd739f .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Source Sans Pro;
  font-style:  normal ;
  font-size: 24px;
}

#s-94c32f88-8d3d-4cb3-ab8b-015625bd739f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-4b095934-6678-4462-9cd2-70adbaff66e8 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 290px;
text-align: left;
background-color: rgba(255, 252, 252, 0);
}

#s-4b095934-6678-4462-9cd2-70adbaff66e8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-4b095934-6678-4462-9cd2-70adbaff66e8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4b095934-6678-4462-9cd2-70adbaff66e8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4b095934-6678-4462-9cd2-70adbaff66e8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-4b095934-6678-4462-9cd2-70adbaff66e8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-4b095934-6678-4462-9cd2-70adbaff66e8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-4b095934-6678-4462-9cd2-70adbaff66e8 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-4b095934-6678-4462-9cd2-70adbaff66e8 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-4b095934-6678-4462-9cd2-70adbaff66e8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4b095934-6678-4462-9cd2-70adbaff66e8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4b095934-6678-4462-9cd2-70adbaff66e8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-4b095934-6678-4462-9cd2-70adbaff66e8-btn-wrapper {
    text-align: center;
  }


#s-4b095934-6678-4462-9cd2-70adbaff66e8 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-4b095934-6678-4462-9cd2-70adbaff66e8 .shg-variant-btn:hover {
  background: #252525;
}

#s-4b095934-6678-4462-9cd2-70adbaff66e8 .shg-variant-btn:active, #s-4b095934-6678-4462-9cd2-70adbaff66e8 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-4b095934-6678-4462-9cd2-70adbaff66e8 .shg-variant-btn.disabled {
  background: #252525;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-6f747947-dc64-4dee-b0a2-44853bea44d0 {
  border-style: solid;
margin-top: 1.5em;
margin-bottom: 1.5em;
padding-top: 16px;
padding-left: 96px;
padding-bottom: 16px;
padding-right: 96px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(240, 22, 22, 1);
border-radius: 4px;
background-color: rgba(240, 22, 22, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6f747947-dc64-4dee-b0a2-44853bea44d0:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(240, 22, 22, 1) !important;
border-radius: 4px !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f747947-dc64-4dee-b0a2-44853bea44d0:active {border-radius: 20px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-6f747947-dc64-4dee-b0a2-44853bea44d0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6f747947-dc64-4dee-b0a2-44853bea44d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f747947-dc64-4dee-b0a2-44853bea44d0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6f747947-dc64-4dee-b0a2-44853bea44d0.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Source Sans Pro;
  
  font-size: 18px;
  
}



#s-bfe5fad6-b51c-439c-9ab9-94f736dc161d {
  padding-top: 5em;
padding-bottom: 5em;
min-height: 50px;
background-color: rgba(217, 236, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bfe5fad6-b51c-439c-9ab9-94f736dc161d {
  display: none;
}
#s-bfe5fad6-b51c-439c-9ab9-94f736dc161d, #wrap-s-bfe5fad6-b51c-439c-9ab9-94f736dc161d { display:none !important; }}@media (max-width: 767px){#s-bfe5fad6-b51c-439c-9ab9-94f736dc161d {
  display: none;
}
#s-bfe5fad6-b51c-439c-9ab9-94f736dc161d, #wrap-s-bfe5fad6-b51c-439c-9ab9-94f736dc161d { display:none !important; }}







#s-bfe5fad6-b51c-439c-9ab9-94f736dc161d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfe5fad6-b51c-439c-9ab9-94f736dc161d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ed3fe54-ec49-455c-ac42-0f20d5df9122 {
  margin-top: 0.2em;
margin-bottom: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ed3fe54-ec49-455c-ac42-0f20d5df9122 .shogun-heading-component h2 {
  color: rgba(2, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 1200px){#s-0ed3fe54-ec49-455c-ac42-0f20d5df9122 .shogun-heading-component h2 {
  color: rgba(2, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0ed3fe54-ec49-455c-ac42-0f20d5df9122 .shogun-heading-component h2 {
  color: rgba(2, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-d260e02d-55d6-425e-9440-2de611709ae4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1140px;
}

@media (min-width: 0px) {
[id="s-d260e02d-55d6-425e-9440-2de611709ae4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d260e02d-55d6-425e-9440-2de611709ae4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d260e02d-55d6-425e-9440-2de611709ae4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d260e02d-55d6-425e-9440-2de611709ae4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-33bab49f-2fae-4a07-82c8-d88412a607c9 .shogun-icon-wrapper {
  text-align: center;
}


#s-33bab49f-2fae-4a07-82c8-d88412a607c9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(254, 65, 76, 1);
}

#s-323aa8cb-127f-4783-85cc-396ad43490a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-323aa8cb-127f-4783-85cc-396ad43490a5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5768428f-d7f7-466c-987a-a54a94c4e262 .shogun-icon-wrapper {
  text-align: center;
}


#s-5768428f-d7f7-466c-987a-a54a94c4e262 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-f577a3fa-f9c9-470e-a456-283c4bdbf06b {
  padding-left: 2em;
padding-right: 2em;
}

#s-c99963fc-aea5-45e8-aa71-ade1ffcf59cd .shogun-icon-wrapper {
  text-align: center;
}


#s-c99963fc-aea5-45e8-aa71-ade1ffcf59cd .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(254, 65, 76, 1);
}

#s-4de2ea55-91aa-411e-8c7b-93372a5597a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4de2ea55-91aa-411e-8c7b-93372a5597a7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-78f3c615-b0b2-4fef-a0c0-acc8a225e9a9 .shogun-icon-wrapper {
  text-align: center;
}


#s-78f3c615-b0b2-4fef-a0c0-acc8a225e9a9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-8a1bbd26-87ed-4363-8c84-91b2faa34088 {
  padding-left: 2em;
padding-right: 2em;
}

#s-6a5bbe61-75b1-4b28-a8b4-47895c22f47e .shogun-icon-wrapper {
  text-align: center;
}


#s-6a5bbe61-75b1-4b28-a8b4-47895c22f47e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(254, 65, 76, 1);
}

#s-c0482ae0-ec94-4b18-bb58-afc8f364ef34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0482ae0-ec94-4b18-bb58-afc8f364ef34 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-58e05690-623f-4b4f-8d65-b06fd0a700f6 .shogun-icon-wrapper {
  text-align: center;
}


#s-58e05690-623f-4b4f-8d65-b06fd0a700f6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-d2539e96-7239-46e9-aa12-e1cb9f50f387 {
  padding-left: 2em;
padding-right: 2em;
}

#s-7f7f6880-ad4e-40e4-947c-1b48b9ab0301 {
  padding-top: 3em;
padding-bottom: 3em;
min-height: 50px;
background-color: rgba(254, 254, 254, 1);
}
@media (min-width: 1200px){#s-7f7f6880-ad4e-40e4-947c-1b48b9ab0301 {
  display: none;
}
#s-7f7f6880-ad4e-40e4-947c-1b48b9ab0301, #wrap-s-7f7f6880-ad4e-40e4-947c-1b48b9ab0301 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f7f6880-ad4e-40e4-947c-1b48b9ab0301 {
  display: none;
}
#s-7f7f6880-ad4e-40e4-947c-1b48b9ab0301, #wrap-s-7f7f6880-ad4e-40e4-947c-1b48b9ab0301 { display:none !important; }}







#s-7f7f6880-ad4e-40e4-947c-1b48b9ab0301 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f7f6880-ad4e-40e4-947c-1b48b9ab0301.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36798e85-2157-40a9-9db6-c3cd3bfaa040 {
  margin-bottom: 3em;
text-align: center;
}

#s-36798e85-2157-40a9-9db6-c3cd3bfaa040 .shogun-heading-component h2 {
  color: rgba(2, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 1200px){#s-36798e85-2157-40a9-9db6-c3cd3bfaa040 .shogun-heading-component h2 {
  color: rgba(2, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-36798e85-2157-40a9-9db6-c3cd3bfaa040 .shogun-heading-component h2 {
  color: rgba(2, 45, 64, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-d60ed62a-bbfc-428e-bda2-da8d45e9c794 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-d60ed62a-bbfc-428e-bda2-da8d45e9c794"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d60ed62a-bbfc-428e-bda2-da8d45e9c794"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d60ed62a-bbfc-428e-bda2-da8d45e9c794"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d60ed62a-bbfc-428e-bda2-da8d45e9c794"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-19642ff4-c81a-427e-98be-41e9c587cd87 .shogun-icon-wrapper {
  text-align: center;
}


#s-19642ff4-c81a-427e-98be-41e9c587cd87 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(254, 65, 76, 1);
}

#s-79a6f855-f2e5-467e-a649-8092b91d5870 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79a6f855-f2e5-467e-a649-8092b91d5870 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0b54962b-c6a8-4f8d-86d4-2387fbafe099 .shogun-icon-wrapper {
  text-align: center;
}


#s-0b54962b-c6a8-4f8d-86d4-2387fbafe099 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-c70de3af-8381-44a9-ae67-6a021e063b6b {
  padding-left: 2em;
padding-right: 2em;
}

#s-52e74aae-4954-48b9-8e3f-cc090e77b989 {
  margin-top: 50px;
}

#s-52e74aae-4954-48b9-8e3f-cc090e77b989 .shogun-icon-wrapper {
  text-align: center;
}


#s-52e74aae-4954-48b9-8e3f-cc090e77b989 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(254, 65, 76, 1);
}

#s-d7d3a45e-b323-429a-90a5-9cd0cab2dc79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7d3a45e-b323-429a-90a5-9cd0cab2dc79 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b18f3a6a-b02e-4790-b9a1-5589f563fb06 .shogun-icon-wrapper {
  text-align: center;
}


#s-b18f3a6a-b02e-4790-b9a1-5589f563fb06 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-82ab418f-fb27-4d5e-ab8a-c209d4094d30 {
  padding-left: 2em;
padding-right: 2em;
}

#s-d0283e71-7158-4a6c-82fe-6d62f4167a4d {
  margin-top: 50px;
}

#s-d0283e71-7158-4a6c-82fe-6d62f4167a4d .shogun-icon-wrapper {
  text-align: center;
}


#s-d0283e71-7158-4a6c-82fe-6d62f4167a4d .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(254, 65, 76, 1);
}

#s-39ab826f-1208-472e-928c-7fdba861f048 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39ab826f-1208-472e-928c-7fdba861f048 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2b703aef-0917-4827-86b1-4cbbf6cf144c .shogun-icon-wrapper {
  text-align: center;
}


#s-2b703aef-0917-4827-86b1-4cbbf6cf144c .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(254, 65, 76, 1);
}

#s-dac7874f-fb25-44dd-9dd1-75117dbdbfbc {
  padding-left: 2em;
padding-right: 2em;
}

/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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-lazyload-bg-image {
  display: none;
}

.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 {
  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;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#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:#000;background-color:rgba(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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.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}