.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-144aef82-fda7-436f-bcdd-72e8c04c5008 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-144aef82-fda7-436f-bcdd-72e8c04c5008 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-144aef82-fda7-436f-bcdd-72e8c04c5008 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-144aef82-fda7-436f-bcdd-72e8c04c5008 {
  
}
}@media (max-width: 767px){#s-144aef82-fda7-436f-bcdd-72e8c04c5008 {
  
}
}







#s-144aef82-fda7-436f-bcdd-72e8c04c5008 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-144aef82-fda7-436f-bcdd-72e8c04c5008.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2ab9e95e-550c-49a6-8fe6-1b76a853aa3f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(232, 232, 232, 1);
}








#s-2ab9e95e-550c-49a6-8fe6-1b76a853aa3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ab9e95e-550c-49a6-8fe6-1b76a853aa3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38c50d48-933c-499b-a66d-db79324517da {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-38c50d48-933c-499b-a66d-db79324517da {
  max-width: 90%;
}
}@media (max-width: 767px){#s-38c50d48-933c-499b-a66d-db79324517da {
  max-width: 90%;
}
}







#s-38c50d48-933c-499b-a66d-db79324517da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38c50d48-933c-499b-a66d-db79324517da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-b7549b47-c3c5-404c-8a6e-6201fa2bd439 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b7549b47-c3c5-404c-8a6e-6201fa2bd439 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  italic ;
  font-size: 32px;
  
  letter-spacing: 1px;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5de330b2-fa34-4512-88d7-1bfdad55ed96 {
  margin-left: auto;
margin-right: auto;
}

.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-2c1c353f-4a2b-4c5c-b674-48d41d9e31b9 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-2c1c353f-4a2b-4c5c-b674-48d41d9e31b9:hover {background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 66, 9, 1) !important;}#s-2c1c353f-4a2b-4c5c-b674-48d41d9e31b9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2c1c353f-4a2b-4c5c-b674-48d41d9e31b9-root {
    text-align: center;
  }


#s-2c1c353f-4a2b-4c5c-b674-48d41d9e31b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2c1c353f-4a2b-4c5c-b674-48d41d9e31b9-root {
    text-align: center;
  }


#s-2c1c353f-4a2b-4c5c-b674-48d41d9e31b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c1c353f-4a2b-4c5c-b674-48d41d9e31b9-root {
    text-align: center;
  }


#s-2c1c353f-4a2b-4c5c-b674-48d41d9e31b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c1c353f-4a2b-4c5c-b674-48d41d9e31b9-root {
    text-align: center;
  }


#s-2c1c353f-4a2b-4c5c-b674-48d41d9e31b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2c1c353f-4a2b-4c5c-b674-48d41d9e31b9-root {
    text-align: center;
  }


#s-2c1c353f-4a2b-4c5c-b674-48d41d9e31b9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-17a0ab99-fe5e-4547-ab87-b12fdb300b82 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-17a0ab99-fe5e-4547-ab87-b12fdb300b82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17a0ab99-fe5e-4547-ab87-b12fdb300b82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8de2ef9-fd62-4148-9f72-82d850eed295 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e8de2ef9-fd62-4148-9f72-82d850eed295 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-e8de2ef9-fd62-4148-9f72-82d850eed295 {
  max-width: 90%;
}
}







#s-e8de2ef9-fd62-4148-9f72-82d850eed295 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8de2ef9-fd62-4148-9f72-82d850eed295.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10db62af-e5dd-49c2-86f1-a950340465f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-10db62af-e5dd-49c2-86f1-a950340465f8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  italic ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}



#s-ab77f379-bea9-48b9-b79c-e89830bcc870 {
  margin-left: auto;
margin-right: auto;
}

#s-75d14112-65a9-4c9e-bbda-cae85dc63e59 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-75d14112-65a9-4c9e-bbda-cae85dc63e59:hover {background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 66, 9, 1) !important;}#s-75d14112-65a9-4c9e-bbda-cae85dc63e59:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75d14112-65a9-4c9e-bbda-cae85dc63e59-root {
    text-align: center;
  }


#s-75d14112-65a9-4c9e-bbda-cae85dc63e59.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-75d14112-65a9-4c9e-bbda-cae85dc63e59-root {
    text-align: center;
  }


#s-75d14112-65a9-4c9e-bbda-cae85dc63e59.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75d14112-65a9-4c9e-bbda-cae85dc63e59-root {
    text-align: center;
  }


#s-75d14112-65a9-4c9e-bbda-cae85dc63e59.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75d14112-65a9-4c9e-bbda-cae85dc63e59-root {
    text-align: center;
  }


#s-75d14112-65a9-4c9e-bbda-cae85dc63e59.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-75d14112-65a9-4c9e-bbda-cae85dc63e59-root {
    text-align: center;
  }


#s-75d14112-65a9-4c9e-bbda-cae85dc63e59.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-849abe5c-4686-479b-9b71-edfb17e4fcee {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-849abe5c-4686-479b-9b71-edfb17e4fcee:hover {background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 66, 9, 1) !important;}#s-849abe5c-4686-479b-9b71-edfb17e4fcee:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-849abe5c-4686-479b-9b71-edfb17e4fcee-root {
    text-align: center;
  }


#s-849abe5c-4686-479b-9b71-edfb17e4fcee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-849abe5c-4686-479b-9b71-edfb17e4fcee-root {
    text-align: center;
  }


#s-849abe5c-4686-479b-9b71-edfb17e4fcee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-849abe5c-4686-479b-9b71-edfb17e4fcee-root {
    text-align: center;
  }


#s-849abe5c-4686-479b-9b71-edfb17e4fcee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-849abe5c-4686-479b-9b71-edfb17e4fcee-root {
    text-align: center;
  }


#s-849abe5c-4686-479b-9b71-edfb17e4fcee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-849abe5c-4686-479b-9b71-edfb17e4fcee-root {
    text-align: center;
  }


#s-849abe5c-4686-479b-9b71-edfb17e4fcee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-425d1244-df34-4ae8-baee-ee05a89e47c8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(232, 232, 232, 1);
}








#s-425d1244-df34-4ae8-baee-ee05a89e47c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-425d1244-df34-4ae8-baee-ee05a89e47c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-527c16bf-735c-4252-898b-dfc521b13182 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-527c16bf-735c-4252-898b-dfc521b13182 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-527c16bf-735c-4252-898b-dfc521b13182 {
  max-width: 90%;
}
}







#s-527c16bf-735c-4252-898b-dfc521b13182 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-527c16bf-735c-4252-898b-dfc521b13182.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-003ab857-ea53-45c2-9581-0bb04c24af6d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-003ab857-ea53-45c2-9581-0bb04c24af6d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  italic ;
  font-size: 32px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-1bd291b1-2e4f-479e-85d5-5c72b1914803 {
  margin-left: auto;
margin-right: auto;
}

#s-780d6150-5e2e-4bfb-bb20-21f538f4a1e2 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-780d6150-5e2e-4bfb-bb20-21f538f4a1e2:hover {background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 66, 9, 1) !important;}#s-780d6150-5e2e-4bfb-bb20-21f538f4a1e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-780d6150-5e2e-4bfb-bb20-21f538f4a1e2-root {
    text-align: center;
  }


#s-780d6150-5e2e-4bfb-bb20-21f538f4a1e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-780d6150-5e2e-4bfb-bb20-21f538f4a1e2-root {
    text-align: center;
  }


#s-780d6150-5e2e-4bfb-bb20-21f538f4a1e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-780d6150-5e2e-4bfb-bb20-21f538f4a1e2-root {
    text-align: center;
  }


#s-780d6150-5e2e-4bfb-bb20-21f538f4a1e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-780d6150-5e2e-4bfb-bb20-21f538f4a1e2-root {
    text-align: center;
  }


#s-780d6150-5e2e-4bfb-bb20-21f538f4a1e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-780d6150-5e2e-4bfb-bb20-21f538f4a1e2-root {
    text-align: center;
  }


#s-780d6150-5e2e-4bfb-bb20-21f538f4a1e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-c39eb281-0b8f-4d43-929a-9a453d9e27a6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c39eb281-0b8f-4d43-929a-9a453d9e27a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c39eb281-0b8f-4d43-929a-9a453d9e27a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10ff6464-3c78-4ed0-8fba-ccf9c3c71738 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-10ff6464-3c78-4ed0-8fba-ccf9c3c71738 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-10ff6464-3c78-4ed0-8fba-ccf9c3c71738 {
  max-width: 90%;
}
}







#s-10ff6464-3c78-4ed0-8fba-ccf9c3c71738 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10ff6464-3c78-4ed0-8fba-ccf9c3c71738.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6360b644-4d3e-4bdd-a2b7-f95a5593069f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6360b644-4d3e-4bdd-a2b7-f95a5593069f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  italic ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}



#s-a6bb6962-ac63-4727-b3d6-16fb35e74a96 {
  margin-left: auto;
margin-right: auto;
}

#s-0fdfaa3f-33e6-4adc-ab20-329294fb51d3 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-0fdfaa3f-33e6-4adc-ab20-329294fb51d3:hover {background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 66, 9, 1) !important;}#s-0fdfaa3f-33e6-4adc-ab20-329294fb51d3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0fdfaa3f-33e6-4adc-ab20-329294fb51d3-root {
    text-align: center;
  }


#s-0fdfaa3f-33e6-4adc-ab20-329294fb51d3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0fdfaa3f-33e6-4adc-ab20-329294fb51d3-root {
    text-align: center;
  }


#s-0fdfaa3f-33e6-4adc-ab20-329294fb51d3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fdfaa3f-33e6-4adc-ab20-329294fb51d3-root {
    text-align: center;
  }


#s-0fdfaa3f-33e6-4adc-ab20-329294fb51d3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0fdfaa3f-33e6-4adc-ab20-329294fb51d3-root {
    text-align: center;
  }


#s-0fdfaa3f-33e6-4adc-ab20-329294fb51d3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0fdfaa3f-33e6-4adc-ab20-329294fb51d3-root {
    text-align: center;
  }


#s-0fdfaa3f-33e6-4adc-ab20-329294fb51d3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-8987b491-518c-4abc-b966-f7c38d56c794 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(232, 232, 232, 1);
}








#s-8987b491-518c-4abc-b966-f7c38d56c794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8987b491-518c-4abc-b966-f7c38d56c794.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f10bc558-4150-486e-aeb9-a2a3cafc963d {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f10bc558-4150-486e-aeb9-a2a3cafc963d {
  max-width: 90%;
}
}@media (max-width: 767px){#s-f10bc558-4150-486e-aeb9-a2a3cafc963d {
  max-width: 90%;
}
}







#s-f10bc558-4150-486e-aeb9-a2a3cafc963d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f10bc558-4150-486e-aeb9-a2a3cafc963d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f3e0b12-ef4d-4b70-a1bd-019a9b4860f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4f3e0b12-ef4d-4b70-a1bd-019a9b4860f0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  italic ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}



#s-7889bf70-4467-4cf7-b52c-56dbdb6608e7 {
  margin-left: auto;
margin-right: auto;
}

#s-0b46d3a1-f285-46f9-8908-f22074beeddc {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-0b46d3a1-f285-46f9-8908-f22074beeddc:hover {background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 66, 9, 1) !important;}#s-0b46d3a1-f285-46f9-8908-f22074beeddc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0b46d3a1-f285-46f9-8908-f22074beeddc-root {
    text-align: center;
  }


#s-0b46d3a1-f285-46f9-8908-f22074beeddc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b46d3a1-f285-46f9-8908-f22074beeddc-root {
    text-align: center;
  }


#s-0b46d3a1-f285-46f9-8908-f22074beeddc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b46d3a1-f285-46f9-8908-f22074beeddc-root {
    text-align: center;
  }


#s-0b46d3a1-f285-46f9-8908-f22074beeddc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b46d3a1-f285-46f9-8908-f22074beeddc-root {
    text-align: center;
  }


#s-0b46d3a1-f285-46f9-8908-f22074beeddc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b46d3a1-f285-46f9-8908-f22074beeddc-root {
    text-align: center;
  }


#s-0b46d3a1-f285-46f9-8908-f22074beeddc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-d7dd2ee3-e6e2-4006-b2ca-e3cb1edc924c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d7dd2ee3-e6e2-4006-b2ca-e3cb1edc924c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7dd2ee3-e6e2-4006-b2ca-e3cb1edc924c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b7517a5-819c-45c3-89d9-8f7b40a9dfc6 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b7517a5-819c-45c3-89d9-8f7b40a9dfc6 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-4b7517a5-819c-45c3-89d9-8f7b40a9dfc6 {
  max-width: 90%;
}
}







#s-4b7517a5-819c-45c3-89d9-8f7b40a9dfc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b7517a5-819c-45c3-89d9-8f7b40a9dfc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4eeaf72-a15c-4508-a529-1ec40d1f9715 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b4eeaf72-a15c-4508-a529-1ec40d1f9715 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  italic ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}



#s-84ce5e39-3d4b-4bc4-9f89-273c764aec82 {
  margin-left: auto;
margin-right: auto;
}

#s-c253848d-9899-4db3-9e0a-b369e5e0f6dc {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-c253848d-9899-4db3-9e0a-b369e5e0f6dc:hover {background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 66, 9, 1) !important;}#s-c253848d-9899-4db3-9e0a-b369e5e0f6dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c253848d-9899-4db3-9e0a-b369e5e0f6dc-root {
    text-align: center;
  }


#s-c253848d-9899-4db3-9e0a-b369e5e0f6dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c253848d-9899-4db3-9e0a-b369e5e0f6dc-root {
    text-align: center;
  }


#s-c253848d-9899-4db3-9e0a-b369e5e0f6dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c253848d-9899-4db3-9e0a-b369e5e0f6dc-root {
    text-align: center;
  }


#s-c253848d-9899-4db3-9e0a-b369e5e0f6dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c253848d-9899-4db3-9e0a-b369e5e0f6dc-root {
    text-align: center;
  }


#s-c253848d-9899-4db3-9e0a-b369e5e0f6dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c253848d-9899-4db3-9e0a-b369e5e0f6dc-root {
    text-align: center;
  }


#s-c253848d-9899-4db3-9e0a-b369e5e0f6dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-2683db13-bc73-42ba-8250-363fa7bd99f6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(232, 232, 232, 1);
}








#s-2683db13-bc73-42ba-8250-363fa7bd99f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2683db13-bc73-42ba-8250-363fa7bd99f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95542e48-1f18-4703-82fc-fcad68b035da {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-95542e48-1f18-4703-82fc-fcad68b035da {
  max-width: 90%;
}
}@media (max-width: 767px){#s-95542e48-1f18-4703-82fc-fcad68b035da {
  max-width: 90%;
}
}







#s-95542e48-1f18-4703-82fc-fcad68b035da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95542e48-1f18-4703-82fc-fcad68b035da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb6ae09d-ffd0-4c0f-bfd8-4042299631ec {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cb6ae09d-ffd0-4c0f-bfd8-4042299631ec .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  italic ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}



#s-7e2ea14f-45e2-4077-9361-6b0bf53a2542 {
  margin-left: auto;
margin-right: auto;
}

#s-bb061c9b-d8a4-4d16-b53b-af08d62a0998 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-bb061c9b-d8a4-4d16-b53b-af08d62a0998:hover {background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 66, 9, 1) !important;}#s-bb061c9b-d8a4-4d16-b53b-af08d62a0998:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb061c9b-d8a4-4d16-b53b-af08d62a0998-root {
    text-align: center;
  }


#s-bb061c9b-d8a4-4d16-b53b-af08d62a0998.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb061c9b-d8a4-4d16-b53b-af08d62a0998-root {
    text-align: center;
  }


#s-bb061c9b-d8a4-4d16-b53b-af08d62a0998.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb061c9b-d8a4-4d16-b53b-af08d62a0998-root {
    text-align: center;
  }


#s-bb061c9b-d8a4-4d16-b53b-af08d62a0998.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb061c9b-d8a4-4d16-b53b-af08d62a0998-root {
    text-align: center;
  }


#s-bb061c9b-d8a4-4d16-b53b-af08d62a0998.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb061c9b-d8a4-4d16-b53b-af08d62a0998-root {
    text-align: center;
  }


#s-bb061c9b-d8a4-4d16-b53b-af08d62a0998.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-f9f7c120-8e06-40ed-9603-e33e6c4525ad {
  margin-bottom: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f9f7c120-8e06-40ed-9603-e33e6c4525ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9f7c120-8e06-40ed-9603-e33e6c4525ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b696f794-fa86-4c3b-8a57-47641ae0b28e {
  background-repeat: repeat;
background-size: cover;
margin-top: -60px;
margin-bottom: 3px;
min-height: 110px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-b696f794-fa86-4c3b-8a57-47641ae0b28e {
  margin-top: -38px;
}
}
#s-b696f794-fa86-4c3b-8a57-47641ae0b28e {
  background-image: url(https://i.shgcdn.com/d8104fd8-f9c5-4446-a82f-d89f2e39a92f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b696f794-fa86-4c3b-8a57-47641ae0b28e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-b696f794-fa86-4c3b-8a57-47641ae0b28e.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-ea0c2099-a7d1-47d1-8ecd-6a2a6633ff47 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 1024px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea0c2099-a7d1-47d1-8ecd-6a2a6633ff47 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-ea0c2099-a7d1-47d1-8ecd-6a2a6633ff47 {
  margin-top: 37px;
margin-left: 25px;
margin-bottom: 15px;
margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-ea0c2099-a7d1-47d1-8ecd-6a2a6633ff47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea0c2099-a7d1-47d1-8ecd-6a2a6633ff47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ea0c2099-a7d1-47d1-8ecd-6a2a6633ff47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ea0c2099-a7d1-47d1-8ecd-6a2a6633ff47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ea0c2099-a7d1-47d1-8ecd-6a2a6633ff47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea0c2099-a7d1-47d1-8ecd-6a2a6633ff47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ea0c2099-a7d1-47d1-8ecd-6a2a6633ff47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-74736fc7-28b2-4fdc-b2e3-fa8d652ef3d5 {
  margin-left: 8px;
}
@media (min-width: 1200px){#s-74736fc7-28b2-4fdc-b2e3-fa8d652ef3d5 {
  margin-right: 1%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74736fc7-28b2-4fdc-b2e3-fa8d652ef3d5 {
  margin-right: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-74736fc7-28b2-4fdc-b2e3-fa8d652ef3d5 {
  margin-right: 27px;
}
}
#s-538a394e-06a0-48bb-a93b-6a2c366d72ca {
  margin-left: 8px;
margin-right: 0px;
}

#s-23729004-ba58-4117-bbf0-e86db5c13d94 {
  margin-top: 13px;
margin-bottom: 13px;
padding-top: 10px;
padding-left: 6px;
padding-bottom: 10px;
padding-right: 6px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.9);
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
line-height: 1em;
}
#s-23729004-ba58-4117-bbf0-e86db5c13d94:hover {background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 66, 9, 1) !important;}#s-23729004-ba58-4117-bbf0-e86db5c13d94:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-23729004-ba58-4117-bbf0-e86db5c13d94-root {
    text-align: center;
  }


#s-23729004-ba58-4117-bbf0-e86db5c13d94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 300;
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-23729004-ba58-4117-bbf0-e86db5c13d94-root {
    text-align: center;
  }


#s-23729004-ba58-4117-bbf0-e86db5c13d94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 300;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23729004-ba58-4117-bbf0-e86db5c13d94-root {
    text-align: center;
  }


#s-23729004-ba58-4117-bbf0-e86db5c13d94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 300;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23729004-ba58-4117-bbf0-e86db5c13d94-root {
    text-align: center;
  }


#s-23729004-ba58-4117-bbf0-e86db5c13d94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 300;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-23729004-ba58-4117-bbf0-e86db5c13d94-root {
    text-align: center;
  }


#s-23729004-ba58-4117-bbf0-e86db5c13d94.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 300;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-fa18ad0a-8776-4e7f-8d7d-64e115915122 {
  margin-bottom: -88px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-fa18ad0a-8776-4e7f-8d7d-64e115915122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa18ad0a-8776-4e7f-8d7d-64e115915122.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7221ea3a-ab4d-4224-a0d0-5f8254b1015c {
  background-repeat: repeat;
background-size: cover;
margin-top: 3px;
margin-bottom: 0px;
min-height: 110px;
background-position: center center;
background-attachment: scroll;
}








#s-7221ea3a-ab4d-4224-a0d0-5f8254b1015c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.09999999999999998;
}#s-7221ea3a-ab4d-4224-a0d0-5f8254b1015c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d663a969-f8c7-4362-80bc-73d44a0c9478 {
  margin-top: 7px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 150px;
}
@media (min-width: 1200px){#s-d663a969-f8c7-4362-80bc-73d44a0c9478 {
  display: none;
}
#s-d663a969-f8c7-4362-80bc-73d44a0c9478, #wrap-s-d663a969-f8c7-4362-80bc-73d44a0c9478 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d663a969-f8c7-4362-80bc-73d44a0c9478 {
  display: none;
}
#s-d663a969-f8c7-4362-80bc-73d44a0c9478, #wrap-s-d663a969-f8c7-4362-80bc-73d44a0c9478 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d663a969-f8c7-4362-80bc-73d44a0c9478 {
  display: none;
}
#s-d663a969-f8c7-4362-80bc-73d44a0c9478, #wrap-s-d663a969-f8c7-4362-80bc-73d44a0c9478 { display: none !important; }}







#s-d663a969-f8c7-4362-80bc-73d44a0c9478 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d663a969-f8c7-4362-80bc-73d44a0c9478.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-791e315f-a18f-4fff-8775-6b72b36e78bc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.9);
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
line-height: 1em;
}
#s-791e315f-a18f-4fff-8775-6b72b36e78bc:hover {background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 66, 9, 1) !important;}#s-791e315f-a18f-4fff-8775-6b72b36e78bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-791e315f-a18f-4fff-8775-6b72b36e78bc-root {
    text-align: center;
  }


#s-791e315f-a18f-4fff-8775-6b72b36e78bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 300;
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-791e315f-a18f-4fff-8775-6b72b36e78bc-root {
    text-align: center;
  }


#s-791e315f-a18f-4fff-8775-6b72b36e78bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 300;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-791e315f-a18f-4fff-8775-6b72b36e78bc-root {
    text-align: center;
  }


#s-791e315f-a18f-4fff-8775-6b72b36e78bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 300;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-791e315f-a18f-4fff-8775-6b72b36e78bc-root {
    text-align: center;
  }


#s-791e315f-a18f-4fff-8775-6b72b36e78bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 300;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-791e315f-a18f-4fff-8775-6b72b36e78bc-root {
    text-align: center;
  }


#s-791e315f-a18f-4fff-8775-6b72b36e78bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 300;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-be586321-8a84-459c-a58e-2b7290ca68f9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 300px;
}
@media (min-width: 1200px){#s-be586321-8a84-459c-a58e-2b7290ca68f9 {
  
}
}@media (max-width: 767px){#s-be586321-8a84-459c-a58e-2b7290ca68f9 {
  display: none;
}
#s-be586321-8a84-459c-a58e-2b7290ca68f9, #wrap-s-be586321-8a84-459c-a58e-2b7290ca68f9 { display: none !important; }}







#s-be586321-8a84-459c-a58e-2b7290ca68f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be586321-8a84-459c-a58e-2b7290ca68f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ed1cbc9-f983-42db-96ca-241929ef3bb5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 0.9);
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1px;
line-height: 1em;
}
#s-6ed1cbc9-f983-42db-96ca-241929ef3bb5:hover {background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 66, 9, 1) !important;}#s-6ed1cbc9-f983-42db-96ca-241929ef3bb5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ed1cbc9-f983-42db-96ca-241929ef3bb5-root {
    text-align: center;
  }


#s-6ed1cbc9-f983-42db-96ca-241929ef3bb5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 300;
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6ed1cbc9-f983-42db-96ca-241929ef3bb5-root {
    text-align: center;
  }


#s-6ed1cbc9-f983-42db-96ca-241929ef3bb5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 300;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ed1cbc9-f983-42db-96ca-241929ef3bb5-root {
    text-align: center;
  }


#s-6ed1cbc9-f983-42db-96ca-241929ef3bb5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 300;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ed1cbc9-f983-42db-96ca-241929ef3bb5-root {
    text-align: center;
  }


#s-6ed1cbc9-f983-42db-96ca-241929ef3bb5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 300;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6ed1cbc9-f983-42db-96ca-241929ef3bb5-root {
    text-align: center;
  }


#s-6ed1cbc9-f983-42db-96ca-241929ef3bb5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 300;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
