.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
  transform: translateZ(0px);
}

#s-80e3c67c-3bf4-4b1c-921a-99873c161fb1 {
  margin-top: -51px;
margin-bottom: 0px;
min-height: 0px;
background-color: rgba(218, 218, 218, 1);
}








#s-80e3c67c-3bf4-4b1c-921a-99873c161fb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80e3c67c-3bf4-4b1c-921a-99873c161fb1.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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-a3722d15-4ce8-420c-a7e5-f3611e874b52 {
  background-image: url(https://i.shgcdn.com/9179077f-085b-43cb-91a0-f8c1ded0c9b2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(225, 225, 225, 1);
background-position: center center;
}

@media (min-width: 0px) {
[id="s-a3722d15-4ce8-420c-a7e5-f3611e874b52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3722d15-4ce8-420c-a7e5-f3611e874b52"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3722d15-4ce8-420c-a7e5-f3611e874b52"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3722d15-4ce8-420c-a7e5-f3611e874b52"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3722d15-4ce8-420c-a7e5-f3611e874b52"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3722d15-4ce8-420c-a7e5-f3611e874b52"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3722d15-4ce8-420c-a7e5-f3611e874b52"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
}
#s-14fb85fd-e32c-47f1-8bbf-a84032a11939 {
  padding-top: 71px;
padding-left: 30%;
padding-bottom: 1px;
padding-right: 30%;
text-align: left;
}







  #s-14fb85fd-e32c-47f1-8bbf-a84032a11939 img.shogun-image {
    

    
    
    
  }


#s-14fb85fd-e32c-47f1-8bbf-a84032a11939 .shogun-image-content {
  
    align-items: 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: #000;
  text-transform: none;
  font-weight: normal;
  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-cfd05ba6-8615-48c3-9bc0-0dcd0a4b6cc9 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-cfd05ba6-8615-48c3-9bc0-0dcd0a4b6cc9 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-cfd05ba6-8615-48c3-9bc0-0dcd0a4b6cc9 .shogun-heading-component h1 {
  color: rgba(46, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Source Sans Pro";
  
  font-size: 22px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: 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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-f22fe5ac-f96b-4826-9494-fdfc8e2c9856 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 25px;
padding-bottom: 0px;
}

#s-a0199602-e1fe-42f8-a513-f3d254c84e26 {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 20px;
}

.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.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-d096cfef-e592-4492-87f9-48b74e87f7d9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjU5NzlmNmEtYzg4ZS00OTFiLTg4MTItMTUyODM3ZTQ3ZGM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNmZjNzk5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNjhiYThmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNTk3OWY2YS1jODhlLTQ5MWItODgxMi0xNTI4MzdlNDdkYzcpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-left: 34%;
margin-bottom: 24px;
margin-right: 34%;
padding-top: 4px;
padding-left: 0%;
padding-bottom: 4px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 13px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#6fc799"}, {"id"=>2, "pos"=>1, "color"=>"#68ba8f"}];
color: rgba(255, 255, 255, 1);
letter-spacing: 0px;
background-position: center center;
}
#s-d096cfef-e592-4492-87f9-48b74e87f7d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d096cfef-e592-4492-87f9-48b74e87f7d9:active {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d096cfef-e592-4492-87f9-48b74e87f7d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-01a59f0b-4f67-4085-9e4b-b05354dae5ab {
  min-height: 50px;
background-color: rgba(133, 231, 179, 1);
}








#s-01a59f0b-4f67-4085-9e4b-b05354dae5ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01a59f0b-4f67-4085-9e4b-b05354dae5ab.shg-box.shg-c {
  justify-content: center;
}

#s-d881c395-efbd-4c91-b8ec-c4f8edc54329 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 1px;
text-align: center;
background-color: rgba(133, 231, 179, 1);
}
@media (max-width: 767px){#s-d881c395-efbd-4c91-b8ec-c4f8edc54329 {
  padding-bottom: 0px;
}
}
#s-d881c395-efbd-4c91-b8ec-c4f8edc54329 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans Pro";
  
  font-size: 17px;
  
  letter-spacing: 6px;
  text-align: center;
}



#s-faa78345-dcc8-4b60-9994-22b89727b227 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 30px;
background-color: rgba(133, 231, 179, 1);
}

@media (min-width: 0px) {
[id="s-faa78345-dcc8-4b60-9994-22b89727b227"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-faa78345-dcc8-4b60-9994-22b89727b227"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-faa78345-dcc8-4b60-9994-22b89727b227"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-faa78345-dcc8-4b60-9994-22b89727b227"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-78ea2824-dd6a-4799-8710-49167962f255 {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}







  #s-78ea2824-dd6a-4799-8710-49167962f255 img.shogun-image {
    

    
    
    
  }


#s-78ea2824-dd6a-4799-8710-49167962f255 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f82ffb7-1549-4409-b2ac-cead1cc44780 {
  margin-top: 0px;
margin-left: 41%;
margin-bottom: 0px;
margin-right: 41%;
text-align: center;
}







  #s-4f82ffb7-1549-4409-b2ac-cead1cc44780 img.shogun-image {
    

    
    
    
  }


#s-4f82ffb7-1549-4409-b2ac-cead1cc44780 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0858640-74c1-4ac3-9050-38c17b0c82ee {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}







  #s-a0858640-74c1-4ac3-9050-38c17b0c82ee img.shogun-image {
    

    
    
    
  }


#s-a0858640-74c1-4ac3-9050-38c17b0c82ee .shogun-image-content {
  
    align-items: center;
  
}

#s-7e075d93-c4f6-4b09-ad03-044e36dc0298 {
  margin-top: 0px;
margin-left: 22%;
margin-bottom: 0px;
margin-right: 22%;
text-align: center;
}







  #s-7e075d93-c4f6-4b09-ad03-044e36dc0298 img.shogun-image {
    

    
    
    
  }


#s-7e075d93-c4f6-4b09-ad03-044e36dc0298 .shogun-image-content {
  
    align-items: center;
  
}

#s-78775669-9ba9-4584-ac2d-4d2f3625b5ad {
  margin-left: 29%;
margin-right: 29%;
text-align: center;
}







  #s-78775669-9ba9-4584-ac2d-4d2f3625b5ad img.shogun-image {
    

    
    
    
  }


#s-78775669-9ba9-4584-ac2d-4d2f3625b5ad .shogun-image-content {
  
    align-items: center;
  
}

#s-d8a0782d-9d81-45df-87f8-7f9c1b750967 {
  min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-d8a0782d-9d81-45df-87f8-7f9c1b750967 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8a0782d-9d81-45df-87f8-7f9c1b750967.shg-box.shg-c {
  justify-content: center;
}

#s-c1b4f40b-f43e-425c-8b0e-cc737c569279 {
  background-color: rgba(239, 239, 239, 1);
}

@media (min-width: 0px) {
[id="s-c1b4f40b-f43e-425c-8b0e-cc737c569279"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1b4f40b-f43e-425c-8b0e-cc737c569279"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1b4f40b-f43e-425c-8b0e-cc737c569279"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1b4f40b-f43e-425c-8b0e-cc737c569279"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1b4f40b-f43e-425c-8b0e-cc737c569279"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1b4f40b-f43e-425c-8b0e-cc737c569279"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1b4f40b-f43e-425c-8b0e-cc737c569279"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-8fa6697e-66a9-4af1-b602-79f084595774 {
  margin-top: 17px;
margin-left: 15%;
margin-bottom: 17px;
margin-right: 15%;
padding-top: 20px;
padding-bottom: 0px;
min-height: 300px;
max-width: 400px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8fa6697e-66a9-4af1-b602-79f084595774 {
  display: none;
}
#s-8fa6697e-66a9-4af1-b602-79f084595774, #wrap-s-8fa6697e-66a9-4af1-b602-79f084595774 { display:none !important; }}@media (max-width: 767px){#s-8fa6697e-66a9-4af1-b602-79f084595774 {
  display: none;
}
#s-8fa6697e-66a9-4af1-b602-79f084595774, #wrap-s-8fa6697e-66a9-4af1-b602-79f084595774 { display:none !important; }}






  #s-8fa6697e-66a9-4af1-b602-79f084595774 img.shogun-image {
    

    
    
    
  }


#s-8fa6697e-66a9-4af1-b602-79f084595774 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4cc5d5b-2994-4158-a7fa-0b162bd76d19 {
  margin-top: 25px;
margin-bottom: 1px;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
}
@media (max-width: 767px){#s-e4cc5d5b-2994-4158-a7fa-0b162bd76d19 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-e4cc5d5b-2994-4158-a7fa-0b162bd76d19 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans Pro";
  
  font-size: 21px;
  
  letter-spacing: 6px;
  text-align: center;
}



#s-98487655-fd5e-462a-9158-b5e9005ce2a8 {
  margin-top: 25px;
margin-left: 7%;
margin-bottom: 34px;
margin-right: 7%;
}
@media (max-width: 767px){#s-98487655-fd5e-462a-9158-b5e9005ce2a8 {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
}
#s-9a377952-bda8-4a30-9a2d-4f78286a724e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjU5NzlmNmEtYzg4ZS00OTFiLTg4MTItMTUyODM3ZTQ3ZGM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNmZjNzk5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNjhiYThmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNTk3OWY2YS1jODhlLTQ5MWItODgxMi0xNTI4MzdlNDdkYzcpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-left: 34%;
margin-bottom: 24px;
margin-right: 34%;
padding-top: 4px;
padding-left: 0%;
padding-bottom: 4px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 13px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#6fc799"}, {"id"=>2, "pos"=>1, "color"=>"#68ba8f"}];
color: rgba(255, 255, 255, 1);
letter-spacing: 0px;
background-position: center center;
}
#s-9a377952-bda8-4a30-9a2d-4f78286a724e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a377952-bda8-4a30-9a2d-4f78286a724e:active {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-9a377952-bda8-4a30-9a2d-4f78286a724e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}

#s-50e5ad84-591d-4253-9b1e-13c755cdeab4 {
  min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-50e5ad84-591d-4253-9b1e-13c755cdeab4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50e5ad84-591d-4253-9b1e-13c755cdeab4.shg-box.shg-c {
  justify-content: center;
}

#s-3c2cfc09-56d1-48ed-b31d-fea6c1e5631f {
  padding-top: 2px;
padding-bottom: 2px;
text-align: center;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3c2cfc09-56d1-48ed-b31d-fea6c1e5631f {
  display: none;
}
#s-3c2cfc09-56d1-48ed-b31d-fea6c1e5631f, #wrap-s-3c2cfc09-56d1-48ed-b31d-fea6c1e5631f { display:none !important; }}@media (max-width: 767px){#s-3c2cfc09-56d1-48ed-b31d-fea6c1e5631f {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-3c2cfc09-56d1-48ed-b31d-fea6c1e5631f, #wrap-s-3c2cfc09-56d1-48ed-b31d-fea6c1e5631f { display:none !important; }}
#s-3c2cfc09-56d1-48ed-b31d-fea6c1e5631f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans Pro";
  
  font-size: 17px;
  
  letter-spacing: 6px;
  text-align: center;
}



#s-d35bd8c2-796d-4209-ae9e-738446b8d79b {
  margin-top: 16px;
margin-left: 5%;
margin-bottom: 16px;
margin-right: 5%;
padding-left: 20%;
padding-right: 20%;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d35bd8c2-796d-4209-ae9e-738446b8d79b {
  display: none;
}
#s-d35bd8c2-796d-4209-ae9e-738446b8d79b, #wrap-s-d35bd8c2-796d-4209-ae9e-738446b8d79b { display:none !important; }}@media (max-width: 767px){#s-d35bd8c2-796d-4209-ae9e-738446b8d79b {
  display: none;
}
#s-d35bd8c2-796d-4209-ae9e-738446b8d79b, #wrap-s-d35bd8c2-796d-4209-ae9e-738446b8d79b { display:none !important; }}
@media (min-width: 0px) {
[id="s-d35bd8c2-796d-4209-ae9e-738446b8d79b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 32.5px);
}

}

@media (min-width: 768px) {
[id="s-d35bd8c2-796d-4209-ae9e-738446b8d79b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 48.75px);
}

}

@media (min-width: 992px) {
[id="s-d35bd8c2-796d-4209-ae9e-738446b8d79b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 48.75px);
}

}

@media (min-width: 1200px) {
[id="s-d35bd8c2-796d-4209-ae9e-738446b8d79b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 48.75px);
}

}

#s-ba3b5e2a-173f-4606-a0cc-548a1542e2b8 {
  text-align: center;
}
@media (max-width: 767px){#s-ba3b5e2a-173f-4606-a0cc-548a1542e2b8 {
  min-height: 18px;
}
}






  #s-ba3b5e2a-173f-4606-a0cc-548a1542e2b8 img.shogun-image {
    

    
    
    
  }


#s-ba3b5e2a-173f-4606-a0cc-548a1542e2b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8263d9b7-7c61-44ec-8b8e-d92948bbf6ff hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-9b4a5fb2-45d7-4e0f-aabd-d9177f0b96c1 {
  max-width: 400px;
text-align: center;
}







  #s-9b4a5fb2-45d7-4e0f-aabd-d9177f0b96c1 img.shogun-image {
    

    
    
    
  }


#s-9b4a5fb2-45d7-4e0f-aabd-d9177f0b96c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-db162326-237f-4ebf-a0cb-01bd80b1cdf9 {
  text-align: center;
}







  #s-db162326-237f-4ebf-a0cb-01bd80b1cdf9 img.shogun-image {
    

    
    
    
  }


#s-db162326-237f-4ebf-a0cb-01bd80b1cdf9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9754adfc-26b4-4c15-85a3-c4a9b08d0684 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0f342d8e-d0d0-44d2-9271-93c7a84a5ada {
  max-width: 400px;
text-align: center;
}







  #s-0f342d8e-d0d0-44d2-9271-93c7a84a5ada img.shogun-image {
    

    
    
    
  }


#s-0f342d8e-d0d0-44d2-9271-93c7a84a5ada .shogun-image-content {
  
    align-items: center;
  
}

#s-1242b58f-70f1-457f-8209-0ef34dfa4fab {
  text-align: center;
}







  #s-1242b58f-70f1-457f-8209-0ef34dfa4fab img.shogun-image {
    

    
    
    
  }


#s-1242b58f-70f1-457f-8209-0ef34dfa4fab .shogun-image-content {
  
    align-items: center;
  
}

#s-2f04626f-e92e-4127-8fdf-2248cd5615a0 {
  margin-left: -29%;
margin-right: -29%;
}

#s-131b743d-864c-44de-94c6-fce899215103 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-255602f6-36bd-42a4-8d0c-510afe786c1e {
  max-width: 400px;
text-align: center;
}







  #s-255602f6-36bd-42a4-8d0c-510afe786c1e img.shogun-image {
    

    
    
    
  }


#s-255602f6-36bd-42a4-8d0c-510afe786c1e .shogun-image-content {
  
    align-items: center;
  
}

#s-94ea868a-a2cb-4720-9c7f-d2a7e7f4f42a {
  text-align: center;
}







  #s-94ea868a-a2cb-4720-9c7f-d2a7e7f4f42a img.shogun-image {
    

    
    
    
  }


#s-94ea868a-a2cb-4720-9c7f-d2a7e7f4f42a .shogun-image-content {
  
    align-items: center;
  
}

#s-f01ca1eb-d9c5-48fc-92d2-ab3134c051ce hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-7e95dec4-1c6f-44aa-a08e-18fd90f3b416 {
  max-width: 400px;
text-align: center;
}







  #s-7e95dec4-1c6f-44aa-a08e-18fd90f3b416 img.shogun-image {
    

    
    
    
  }


#s-7e95dec4-1c6f-44aa-a08e-18fd90f3b416 .shogun-image-content {
  
    align-items: center;
  
}

#s-b78d6c2f-69ec-4a13-ab57-19da3ffc1316 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-b78d6c2f-69ec-4a13-ab57-19da3ffc1316 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b78d6c2f-69ec-4a13-ab57-19da3ffc1316.shg-box.shg-c {
  justify-content: center;
}

#s-068f9331-bd4b-4cf6-a4d0-b05a9b27840c {
  background-image: url(https://i.shgcdn.com/bebfea2f-ce1d-407b-83f6-9eb10789b603/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-left: 12%;
padding-right: 12%;
background-color: rgba(253, 253, 253, 1);
background-position: center center;
}
@media (max-width: 767px){#s-068f9331-bd4b-4cf6-a4d0-b05a9b27840c {
  margin-left: 7%;
margin-right: 7%;
padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-068f9331-bd4b-4cf6-a4d0-b05a9b27840c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-068f9331-bd4b-4cf6-a4d0-b05a9b27840c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-068f9331-bd4b-4cf6-a4d0-b05a9b27840c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-068f9331-bd4b-4cf6-a4d0-b05a9b27840c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-068f9331-bd4b-4cf6-a4d0-b05a9b27840c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-068f9331-bd4b-4cf6-a4d0-b05a9b27840c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-068f9331-bd4b-4cf6-a4d0-b05a9b27840c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-d95cb1f6-38fa-47f4-b73c-9994b655c560 {
  margin-top: 69px;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-d95cb1f6-38fa-47f4-b73c-9994b655c560 {
  display: none;
}
#s-d95cb1f6-38fa-47f4-b73c-9994b655c560, #wrap-s-d95cb1f6-38fa-47f4-b73c-9994b655c560 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d95cb1f6-38fa-47f4-b73c-9994b655c560 {
  display: none;
}
#s-d95cb1f6-38fa-47f4-b73c-9994b655c560, #wrap-s-d95cb1f6-38fa-47f4-b73c-9994b655c560 { display:none !important; }}@media (max-width: 767px){#s-d95cb1f6-38fa-47f4-b73c-9994b655c560 {
  margin-top: 33px;
margin-left: 0%;
margin-right: 0%;
}
}
#s-ac9054c3-03fd-4c4c-9efe-c2acbb9124e7 {
  margin-top: 69px;
padding-left: 0%;
padding-right: 18%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac9054c3-03fd-4c4c-9efe-c2acbb9124e7 {
  display: none;
}
#s-ac9054c3-03fd-4c4c-9efe-c2acbb9124e7, #wrap-s-ac9054c3-03fd-4c4c-9efe-c2acbb9124e7 { display:none !important; }}@media (max-width: 767px){#s-ac9054c3-03fd-4c4c-9efe-c2acbb9124e7 {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-ac9054c3-03fd-4c4c-9efe-c2acbb9124e7, #wrap-s-ac9054c3-03fd-4c4c-9efe-c2acbb9124e7 { display:none !important; }}
#s-d2518150-bf84-4f7d-aedb-bc2e0c2ff7e1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjhhNmI5YTQtYTgxMy00MWRlLTkyZDAtNzhlNDBkYjI4YzljIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNmZjNzk5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNjhiYThmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2OGE2YjlhNC1hODEzLTQxZGUtOTJkMC03OGU0MGRiMjhjOWMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 41px;
margin-left: 0%;
margin-bottom: 41px;
margin-right: 67%;
padding-top: 13px;
padding-left: 0%;
padding-bottom: 13px;
padding-right: 0%;
border-radius: 13px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#6fc799"}, {"id"=>2, "pos"=>1, "color"=>"#68ba8f"}];
color: rgba(255, 255, 255, 1);
letter-spacing: 0px;
background-position: center center;
}
#s-d2518150-bf84-4f7d-aedb-bc2e0c2ff7e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2518150-bf84-4f7d-aedb-bc2e0c2ff7e1:active {background-color: rgba(204, 204, 204, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-d2518150-bf84-4f7d-aedb-bc2e0c2ff7e1 {
  margin-left: 23%;
margin-right: 23%;
}
}

  #s-d2518150-bf84-4f7d-aedb-bc2e0c2ff7e1-btn-wrapper {
    text-align: center;
  }


#s-d2518150-bf84-4f7d-aedb-bc2e0c2ff7e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  block ;
}








#s-9a04904a-407f-42ce-b9ae-34e14a1648ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a04904a-407f-42ce-b9ae-34e14a1648ce.shg-box.shg-c {
  justify-content: center;
}

#s-15819f4a-4bff-4b07-8f3b-b39f02df59c0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-15819f4a-4bff-4b07-8f3b-b39f02df59c0 {
  display: none;
}
#s-15819f4a-4bff-4b07-8f3b-b39f02df59c0, #wrap-s-15819f4a-4bff-4b07-8f3b-b39f02df59c0 { display:none !important; }}@media (max-width: 767px){#s-15819f4a-4bff-4b07-8f3b-b39f02df59c0 {
  display: none;
}
#s-15819f4a-4bff-4b07-8f3b-b39f02df59c0, #wrap-s-15819f4a-4bff-4b07-8f3b-b39f02df59c0 { display:none !important; }}






  #s-15819f4a-4bff-4b07-8f3b-b39f02df59c0 img.shogun-image {
    

    
    
    
  }


#s-15819f4a-4bff-4b07-8f3b-b39f02df59c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef37e6d2-a6d5-4972-ad2b-0124cdc167fb hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0dd050cf-133e-4d02-a346-ad29592ae40a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 300px;
background-position: center center;
}

#s-0dd050cf-133e-4d02-a346-ad29592ae40a {
  background-image: url(https://i.shgcdn.com/08419668-22d9-4846-8f38-f6f516f7fe67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0dd050cf-133e-4d02-a346-ad29592ae40a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dd050cf-133e-4d02-a346-ad29592ae40a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-01f45a9f-513a-486f-a8b3-78f4e3922f2d {
  margin-left: 8%;
margin-right: 8%;
padding-top: 46px;
padding-bottom: 20px;
text-align: left;
}

#s-01f45a9f-513a-486f-a8b3-78f4e3922f2d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Source Sans Pro";
  
  font-size: 75px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: left;
}



#s-88091555-52b9-4107-97a7-113694d5ba31 {
  margin-left: 8%;
margin-right: 8%;
}

#s-27615ec1-879b-4c87-9f6b-4383c12de3ad {
  text-align: center;
}







  #s-27615ec1-879b-4c87-9f6b-4383c12de3ad img.shogun-image {
    

    
    
    
  }


#s-27615ec1-879b-4c87-9f6b-4383c12de3ad .shogun-image-content {
  
    align-items: center;
  
}

#s-e6cc15b6-0850-44e2-aa0f-470cf42dd879 {
  padding-top: 50px;
padding-left: 1%;
padding-bottom: 50px;
padding-right: 1%;
text-align: center;
}

#s-e6cc15b6-0850-44e2-aa0f-470cf42dd879 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans Pro";
  
  font-size: 70px;
  
  letter-spacing: -2px;
  text-align: center;
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-91b8d9b2-1149-414f-8af7-90d6c8ade4df {
  padding-bottom: 0px;
}

#s-91b8d9b2-1149-414f-8af7-90d6c8ade4df .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(6, 6, 56, 1);
  border-radius: 0px;
}

#s-91b8d9b2-1149-414f-8af7-90d6c8ade4df table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-91b8d9b2-1149-414f-8af7-90d6c8ade4df td.shogun-table-column {
  background-color: rgba(6, 6, 56, 1);
  padding: 0px;
  text-align: inherit;
}

#s-91b8d9b2-1149-414f-8af7-90d6c8ade4df td.shogun-table-row {
  background-color: rgba(6, 6, 56, 1);
  padding: 25px;
}

#s-91b8d9b2-1149-414f-8af7-90d6c8ade4df td.shogun-table-column, #s-91b8d9b2-1149-414f-8af7-90d6c8ade4df td.shogun-table-row {
  border: 1px solid rgba(6, 6, 56, 1);
}

#s-53b359dd-6040-4e2d-b634-a72698fff391 {
  padding-top: 0px;
padding-bottom: 25px;
text-align: center;
}







  #s-53b359dd-6040-4e2d-b634-a72698fff391 img.shogun-image {
    

    
    
    
  }


#s-53b359dd-6040-4e2d-b634-a72698fff391 .shogun-image-content {
  
    align-items: center;
  
}

#s-32090a93-7a59-4ff4-8bf2-cf32eb08b43e {
  text-align: center;
}







  #s-32090a93-7a59-4ff4-8bf2-cf32eb08b43e img.shogun-image {
    

    
    
    
  }


#s-32090a93-7a59-4ff4-8bf2-cf32eb08b43e .shogun-image-content {
  
    align-items: center;
  
}

#s-bcc3fe69-c7ff-4c45-9914-5f4e640aa265 {
  text-align: center;
}







  #s-bcc3fe69-c7ff-4c45-9914-5f4e640aa265 img.shogun-image {
    

    
    
    
  }


#s-bcc3fe69-c7ff-4c45-9914-5f4e640aa265 .shogun-image-content {
  
    align-items: center;
  
}

#s-12d5267a-73c1-4b69-b231-20811092e302 {
  text-align: center;
}







  #s-12d5267a-73c1-4b69-b231-20811092e302 img.shogun-image {
    

    
    
    
  }


#s-12d5267a-73c1-4b69-b231-20811092e302 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b024f75-80c1-4dd2-ac21-7ada9c0565b6 {
  text-align: center;
}







  #s-7b024f75-80c1-4dd2-ac21-7ada9c0565b6 img.shogun-image {
    

    
    
    
  }


#s-7b024f75-80c1-4dd2-ac21-7ada9c0565b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-647c1335-eafb-4053-ba8a-5407053446bc {
  margin-top: 27px;
margin-bottom: 27px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 26px;
background-color: rgba(230, 227, 251, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 54, 231, 1);
}
#s-647c1335-eafb-4053-ba8a-5407053446bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-647c1335-eafb-4053-ba8a-5407053446bc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-647c1335-eafb-4053-ba8a-5407053446bc.shg-btn {
  color: rgba(68, 54, 231, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-d535ff70-b6fa-4bce-8a7e-23e045a88d6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d535ff70-b6fa-4bce-8a7e-23e045a88d6f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Source Sans Pro";
  
  font-size: 70px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: center;
}



#s-43fcfa9e-b25b-46af-8d4f-84c021d6d2dd {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-43fcfa9e-b25b-46af-8d4f-84c021d6d2dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 3.0px);
}

}

@media (min-width: 768px) {
[id="s-43fcfa9e-b25b-46af-8d4f-84c021d6d2dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 4.5px);
}

}

@media (min-width: 992px) {
[id="s-43fcfa9e-b25b-46af-8d4f-84c021d6d2dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 4.5px);
}

}

@media (min-width: 1200px) {
[id="s-43fcfa9e-b25b-46af-8d4f-84c021d6d2dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 4.5px);
}

}

#s-4f337a57-2a1a-4057-a79b-fd256176c2f4 {
  text-align: center;
}







  #s-4f337a57-2a1a-4057-a79b-fd256176c2f4 img.shogun-image {
    

    
    
    
  }


#s-4f337a57-2a1a-4057-a79b-fd256176c2f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9865c5e0-163b-490e-a24c-89d788d74aa3 {
  text-align: center;
}







  #s-9865c5e0-163b-490e-a24c-89d788d74aa3 img.shogun-image {
    

    
    
    
  }


#s-9865c5e0-163b-490e-a24c-89d788d74aa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-129343c9-05a8-45da-af62-4e6385632347 {
  text-align: center;
}







  #s-129343c9-05a8-45da-af62-4e6385632347 img.shogun-image {
    

    
    
    
  }


#s-129343c9-05a8-45da-af62-4e6385632347 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0c3d3dd-ab2b-4bb9-87e2-fedfc076f23b {
  text-align: center;
}







  #s-d0c3d3dd-ab2b-4bb9-87e2-fedfc076f23b img.shogun-image {
    

    
    
    
  }


#s-d0c3d3dd-ab2b-4bb9-87e2-fedfc076f23b .shogun-image-content {
  
    align-items: center;
  
}

#s-2b419de4-2786-42e2-90ca-33230c0f1b91 {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-2b419de4-2786-42e2-90ca-33230c0f1b91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b419de4-2786-42e2-90ca-33230c0f1b91"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 31.5px);
}

[id="s-2b419de4-2786-42e2-90ca-33230c0f1b91"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 31.5px);
}

}

@media (min-width: 992px) {
[id="s-2b419de4-2786-42e2-90ca-33230c0f1b91"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 31.5px);
}

[id="s-2b419de4-2786-42e2-90ca-33230c0f1b91"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 31.5px);
}

}

@media (min-width: 1200px) {
[id="s-2b419de4-2786-42e2-90ca-33230c0f1b91"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 31.5px);
}

[id="s-2b419de4-2786-42e2-90ca-33230c0f1b91"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 31.5px);
}

}

#s-8477e2ae-ed11-4d2c-9a17-e4d3f60f9f44 {
  text-align: center;
}







  #s-8477e2ae-ed11-4d2c-9a17-e4d3f60f9f44 img.shogun-image {
    

    
    
    
  }


#s-8477e2ae-ed11-4d2c-9a17-e4d3f60f9f44 .shogun-image-content {
  
    align-items: center;
  
}

#s-529f6672-bb76-4d1e-9d3a-f55f5ba4f9ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-529f6672-bb76-4d1e-9d3a-f55f5ba4f9ab .shogun-heading-component h4 {
  color: rgba(255, 135, 20, 1);
  font-weight:  700 ;
  font-family: "Source Sans Pro";
  
  font-size: 16px;
  
  
  text-align: left;
}



#s-974c0163-b414-47c6-b3e5-2b3f621dc344 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-974c0163-b414-47c6-b3e5-2b3f621dc344 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  
  font-size: 35px;
  
  letter-spacing: -1px;
  text-align: left;
}



#s-d5eda960-c24b-434b-a642-36a715640c15 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 33px;
background-color: rgba(253, 105, 90, 1);
text-align: left;
text-decoration: none;
color: rgba(253, 253, 253, 1);
background-image: none;
hover-type: color;
}
#s-d5eda960-c24b-434b-a642-36a715640c15:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5eda960-c24b-434b-a642-36a715640c15:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d5eda960-c24b-434b-a642-36a715640c15-btn-wrapper {
    text-align: left;
  }


#s-d5eda960-c24b-434b-a642-36a715640c15.shg-btn {
  color: rgba(253, 253, 253, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Source Sans Pro;
  display:  inline-block ;
}

#s-6a80335a-2f42-4f5c-b435-0f8f811b357a {
  padding-top: 10px;
padding-left: 25%;
padding-bottom: 26px;
padding-right: 25%;
text-align: center;
}

#s-6a80335a-2f42-4f5c-b435-0f8f811b357a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  
  font-size: 34px;
  
  letter-spacing: -1px;
  text-align: center;
}



#s-1436120e-21d2-47d9-a6a3-808eff771955 {
  padding-top: 12px;
padding-left: 22%;
padding-bottom: 0px;
padding-right: 12%;
}

#s-1436120e-21d2-47d9-a6a3-808eff771955 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-1436120e-21d2-47d9-a6a3-808eff771955 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1436120e-21d2-47d9-a6a3-808eff771955 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: right;
}

#s-1436120e-21d2-47d9-a6a3-808eff771955 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-1436120e-21d2-47d9-a6a3-808eff771955 td.shogun-table-column, #s-1436120e-21d2-47d9-a6a3-808eff771955 td.shogun-table-row {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d077c0b7-f745-45e6-9201-5f65cbb3555d {
  padding-left: 5%;
padding-right: 5%;
max-width: 270px;
}

#s-eb34f518-32b0-4d47-a259-a2daabe8fc3b {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: left;
}

#s-eb34f518-32b0-4d47-a259-a2daabe8fc3b .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 24px;
  
  
  text-align: left;
}



#s-582cbb57-7265-47ac-b4ef-c7e8822085f9 {
  text-align: center;
}







  #s-582cbb57-7265-47ac-b4ef-c7e8822085f9 img.shogun-image {
    

    
    
    
  }


#s-582cbb57-7265-47ac-b4ef-c7e8822085f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a71b01d-93db-417c-b62d-33339c712619 {
  margin-left: 3%;
margin-right: 3%;
max-width: 270px;
}

#s-8b8ee10f-4fad-4bde-980f-af0abaa79b70 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8b8ee10f-4fad-4bde-980f-af0abaa79b70 .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 24px;
  
  
  text-align: left;
}



#s-499a63e1-f488-45a6-a8fb-e55b625b70d8 {
  text-align: center;
}







  #s-499a63e1-f488-45a6-a8fb-e55b625b70d8 img.shogun-image {
    

    
    
    
  }


#s-499a63e1-f488-45a6-a8fb-e55b625b70d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-53083a09-d02d-4c2c-b6c9-382e957db1f3 {
  padding-left: 5%;
padding-right: 5%;
max-width: 300px;
}

#s-d6994db0-3da5-41d4-a023-b9f788a16acc {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: left;
}

#s-d6994db0-3da5-41d4-a023-b9f788a16acc .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 21px;
  
  
  text-align: left;
}



#s-96b2b399-9e4d-4cef-8786-0facb2df53cb {
  padding-left: 3%;
text-align: center;
}







  #s-96b2b399-9e4d-4cef-8786-0facb2df53cb img.shogun-image {
    

    
    
    
  }


#s-96b2b399-9e4d-4cef-8786-0facb2df53cb .shogun-image-content {
  
    align-items: center;
  
}

#s-26385afd-51a7-4584-9cc0-8b73330ec3af {
  padding-right: 0%;
max-width: 273px;
}

#s-cc065455-1761-4fc6-a7e5-7eb72d290739 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-cc065455-1761-4fc6-a7e5-7eb72d290739 .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 24px;
  
  
  text-align: left;
}



#s-70fb42c4-39ea-45c2-8283-b86278ac6f4b {
  text-align: right;
}







  #s-70fb42c4-39ea-45c2-8283-b86278ac6f4b img.shogun-image {
    

    
    
    
  }


#s-70fb42c4-39ea-45c2-8283-b86278ac6f4b .shogun-image-content {
  
    align-items: center;
  
}

#s-35b8ffa6-283d-4951-9563-19a19aa2e79f {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 26px;
padding-right: 0%;
text-align: center;
}

#s-35b8ffa6-283d-4951-9563-19a19aa2e79f .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Source Sans Pro";
  
  font-size: 64px;
  
  letter-spacing: -1px;
  text-align: center;
}



#s-1b330498-94c7-48f5-b70f-6997c6f04452 {
  min-height: 50px;
}








#s-1b330498-94c7-48f5-b70f-6997c6f04452 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b330498-94c7-48f5-b70f-6997c6f04452.shg-box.shg-c {
  justify-content: center;
}

#s-e3a4d83d-2434-4ae4-a380-065512348c96 {
  padding-left: 7%;
padding-right: 7%;
}

#s-a1c2d8e8-98f3-4713-a0fa-7130e38cf3b4 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 28px;
margin-bottom: 28px;
min-height: 99px;
background-position: center center;
}








#s-a1c2d8e8-98f3-4713-a0fa-7130e38cf3b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1c2d8e8-98f3-4713-a0fa-7130e38cf3b4.shg-box.shg-c {
  justify-content: center;
}

#s-8067f87a-d82e-4d6c-b42a-3f026b3668bc {
  text-align: center;
}







  #s-8067f87a-d82e-4d6c-b42a-3f026b3668bc img.shogun-image {
    

    
    
    
  }


#s-8067f87a-d82e-4d6c-b42a-3f026b3668bc .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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 {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  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;-webkit-user-select:none;-moz-user-select:none;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{display:none;margin-top:16px;line-height:16px;font-size:14px;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
