<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 &gt; * {
  min-height: inherit;
  max-height: inherit;
}

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

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

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

#s-7e6eaeff-68b1-41a1-b770-3d88415a5235 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
max-width: 1300px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e6eaeff-68b1-41a1-b770-3d88415a5235 {
  display: none;
}
#s-7e6eaeff-68b1-41a1-b770-3d88415a5235, #wrap-s-7e6eaeff-68b1-41a1-b770-3d88415a5235 { display: none !important; }}@media (max-width: 767px){#s-7e6eaeff-68b1-41a1-b770-3d88415a5235 {
  display: none;
}
#s-7e6eaeff-68b1-41a1-b770-3d88415a5235, #wrap-s-7e6eaeff-68b1-41a1-b770-3d88415a5235 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7e6eaeff-68b1-41a1-b770-3d88415a5235"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7e6eaeff-68b1-41a1-b770-3d88415a5235"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e6eaeff-68b1-41a1-b770-3d88415a5235"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e6eaeff-68b1-41a1-b770-3d88415a5235"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-6477fbf0-f8de-4bfa-ab93-509db01a78a9 {
  padding-top: 40px;
text-align: center;
}

#s-6477fbf0-f8de-4bfa-ab93-509db01a78a9 .shogun-heading-component h1 {
  color: ;
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 57px;
  line-height: 1em;
  
  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-5ce1fcc4-bc68-47df-9d87-ed82c062c3ad {
  text-align: left;
}

#s-78cec913-2d6c-41c9-bbce-932afa5bda26 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 0px;
}

#s-78cec913-2d6c-41c9-bbce-932afa5bda26 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(255, 255, 255, 1);
  
  font-size: 0.5px;
  
  
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-78cec913-2d6c-41c9-bbce-932afa5bda26 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-78cec913-2d6c-41c9-bbce-932afa5bda26 .shogun-form-success-msg &gt; svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-78cec913-2d6c-41c9-bbce-932afa5bda26 .shogun-form-error-msg-container, #s-78cec913-2d6c-41c9-bbce-932afa5bda26 .shogun-form-field-error-msg-container {
  display: none;
}

#s-78cec913-2d6c-41c9-bbce-932afa5bda26 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-78cec913-2d6c-41c9-bbce-932afa5bda26 .shogun-form-field-error-msg &gt; svg {
  margin-right: 4px;
  stroke: #ff0000;
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-8081e339-b989-4415-a3ce-637113518f5a  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(163, 163, 163, 1);
  
  
  
  
  font-style: normal;
  color: rgba(0, 0, 0, 1);
  font-family: Open Sans;
  font-weight: normal;
  
  
}

#s-8081e339-b989-4415-a3ce-637113518f5a  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(132, 132, 132, 1);
  
  
  
  letter-spacing: 0px;
}


#s-8081e339-b989-4415-a3ce-637113518f5a .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(163, 163, 163, 1);
  
  
  color: rgba(0, 0, 0, 1);
}



#s-8081e339-b989-4415-a3ce-637113518f5a .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-290dd770-f26e-47ad-8254-1276304e15ea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(145, 205, 226, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
font-size: 26px;
font-family: Open Sans;
font-weight: 800;
}
#s-290dd770-f26e-47ad-8254-1276304e15ea:hover {background-color: rgba(145, 205, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-290dd770-f26e-47ad-8254-1276304e15ea:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-290dd770-f26e-47ad-8254-1276304e15ea[disabled],
#s-290dd770-f26e-47ad-8254-1276304e15ea[disabled]:hover,
#s-290dd770-f26e-47ad-8254-1276304e15ea[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-290dd770-f26e-47ad-8254-1276304e15ea {
  display:  block ;
  width:  100% ;
}


.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

.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&gt;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&gt;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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 {
  margin-top: 34px;
margin-bottom: 34px;
max-width: 616px;
aspect-ratio: 1232/934;
text-align: center;
}



.shg-image-margin-container-s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 {
  
  
  margin-top: 34px;
  margin-bottom: 34px;
}

#s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shg-image-content-wrapper {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }

    #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shogun-image-link {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 616px;
  }



  img.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image {
    
    
    
    max-height: 616px;
  }


.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 {
      --shg-aspect-ratio: calc(1232/934); 
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container {
      position: relative;
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 616px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 {
  
  
  
  
}

#s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shg-image-content-wrapper {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }

    #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shogun-image-link {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 616px;
  }



  img.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image {
    
    
    
    max-height: 616px;
  }


.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 {
      --shg-aspect-ratio: calc(1232/934); 
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container {
      position: relative;
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 616px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 {
  
  
  
  
}

#s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shg-image-content-wrapper {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }

    #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shogun-image-link {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 616px;
  }



  img.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image {
    
    
    
    max-height: 616px;
  }


.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 {
      --shg-aspect-ratio: calc(1232/934); 
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container {
      position: relative;
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 616px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 {
  
  
  
  
}

#s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shg-image-content-wrapper {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }

    #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shogun-image-link {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 616px;
  }



  img.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image {
    
    
    
    max-height: 616px;
  }


.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 {
      --shg-aspect-ratio: calc(1232/934); 
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container {
      position: relative;
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 616px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 {
  
  
  
  
}

#s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shg-image-content-wrapper {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }

    #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shogun-image-link {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 616px;
  }



  img.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image {
    
    
    
    max-height: 616px;
  }


.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 {
      --shg-aspect-ratio: calc(1232/934); 
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container {
      position: relative;
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f6f2f34-17f2-4ae7-901c-582bf3bb2901 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 616px;
    }
  }

}
.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 &gt; .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-c1a35139-f400-469a-bb27-7745b3a64fc2 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c1a35139-f400-469a-bb27-7745b3a64fc2 {
  display: none;
}
#s-c1a35139-f400-469a-bb27-7745b3a64fc2, #wrap-s-c1a35139-f400-469a-bb27-7745b3a64fc2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1a35139-f400-469a-bb27-7745b3a64fc2 {
  display: none;
}
#s-c1a35139-f400-469a-bb27-7745b3a64fc2, #wrap-s-c1a35139-f400-469a-bb27-7745b3a64fc2 { display: none !important; }}







#s-c1a35139-f400-469a-bb27-7745b3a64fc2 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1a35139-f400-469a-bb27-7745b3a64fc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0699195-e56b-4191-b4a7-ad8d2adfae14 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c0699195-e56b-4191-b4a7-ad8d2adfae14 .shogun-heading-component h1 {
  color: ;
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-c0699195-e56b-4191-b4a7-ad8d2adfae14 .shogun-heading-component h1 {
  color: ;
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  
}


}
#s-502b1983-7440-413d-9957-1a9a0d048d61 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 0px;
}

#s-502b1983-7440-413d-9957-1a9a0d048d61 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(255, 255, 255, 1);
  
  font-size: 0.5px;
  
  
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-502b1983-7440-413d-9957-1a9a0d048d61 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-502b1983-7440-413d-9957-1a9a0d048d61 .shogun-form-success-msg &gt; svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-502b1983-7440-413d-9957-1a9a0d048d61 .shogun-form-error-msg-container, #s-502b1983-7440-413d-9957-1a9a0d048d61 .shogun-form-field-error-msg-container {
  display: none;
}

#s-502b1983-7440-413d-9957-1a9a0d048d61 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-502b1983-7440-413d-9957-1a9a0d048d61 .shogun-form-field-error-msg &gt; svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-4a0a8ad1-586a-4068-86c9-e4e9d94c8ca8  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(163, 163, 163, 1);
  
  
  
  
  font-style: normal;
  color: rgba(0, 0, 0, 1);
  font-family: Open Sans;
  font-weight: normal;
  
  
}

#s-4a0a8ad1-586a-4068-86c9-e4e9d94c8ca8  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(132, 132, 132, 1);
  
  
  
  letter-spacing: 0px;
}


#s-4a0a8ad1-586a-4068-86c9-e4e9d94c8ca8 .shogun-form-text-input-field:hover {
  border-width: 2px;
  border-color: rgba(163, 163, 163, 1);
  
  
  color: rgba(0, 0, 0, 1);
}



#s-4a0a8ad1-586a-4068-86c9-e4e9d94c8ca8 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-4b52c4c4-5dc1-49ad-9e73-ab1de15f48d4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(145, 205, 226, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
font-size: 26px;
font-family: Open Sans;
font-weight: 800;
}
#s-4b52c4c4-5dc1-49ad-9e73-ab1de15f48d4:hover {background-color: rgba(145, 205, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4b52c4c4-5dc1-49ad-9e73-ab1de15f48d4:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2QwMzE2YmQtMzkxOC00M2U3LWE2OTEtMTVlYWU3ZGI4NDdjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjZDAzMTZiZC0zOTE4LTQzZTctYTY5MS0xNWVhZTdkYjg0N2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=&gt;1, "pos"=&gt;0, "color"=&gt;"#eef10b"}, {"id"=&gt;2, "pos"=&gt;1, "color"=&gt;"#7e20cf"}] !important;
color: rgba(145, 205, 226, 1) !important;}
#s-4b52c4c4-5dc1-49ad-9e73-ab1de15f48d4[disabled],
#s-4b52c4c4-5dc1-49ad-9e73-ab1de15f48d4[disabled]:hover,
#s-4b52c4c4-5dc1-49ad-9e73-ab1de15f48d4[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-4b52c4c4-5dc1-49ad-9e73-ab1de15f48d4 {
  display:  block ;
  width:  100% ;
}


#s-53b1c082-46f8-4177-986c-fe11853ec310 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 616px;
aspect-ratio: 1232/934;
text-align: center;
}
@media (max-width: 767px){#s-53b1c082-46f8-4177-986c-fe11853ec310 {
  padding-top: 0px;
padding-bottom: 0px;
}
}


.shg-image-margin-container-s-53b1c082-46f8-4177-986c-fe11853ec310 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-53b1c082-46f8-4177-986c-fe11853ec310 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53b1c082-46f8-4177-986c-fe11853ec310 .shg-image-content-wrapper {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }

    #s-53b1c082-46f8-4177-986c-fe11853ec310 .shogun-image-link {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53b1c082-46f8-4177-986c-fe11853ec310 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53b1c082-46f8-4177-986c-fe11853ec310 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 616px;
  }



  img.s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image {
    
    
    
    max-height: 616px;
  }


.s-53b1c082-46f8-4177-986c-fe11853ec310 .shogun-image-content {
  
    align-items: center;
  
}

.s-53b1c082-46f8-4177-986c-fe11853ec310.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53b1c082-46f8-4177-986c-fe11853ec310 {
      --shg-aspect-ratio: calc(1232/934); 
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container {
      position: relative;
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 616px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-53b1c082-46f8-4177-986c-fe11853ec310 {
  
  
  
  
}

#s-53b1c082-46f8-4177-986c-fe11853ec310 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53b1c082-46f8-4177-986c-fe11853ec310 .shg-image-content-wrapper {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }

    #s-53b1c082-46f8-4177-986c-fe11853ec310 .shogun-image-link {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53b1c082-46f8-4177-986c-fe11853ec310 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53b1c082-46f8-4177-986c-fe11853ec310 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 616px;
  }



  img.s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image {
    
    
    
    max-height: 616px;
  }


.s-53b1c082-46f8-4177-986c-fe11853ec310 .shogun-image-content {
  
    align-items: center;
  
}

.s-53b1c082-46f8-4177-986c-fe11853ec310.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53b1c082-46f8-4177-986c-fe11853ec310 {
      --shg-aspect-ratio: calc(1232/934); 
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container {
      position: relative;
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 616px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-53b1c082-46f8-4177-986c-fe11853ec310 {
  
  
  
  
}

#s-53b1c082-46f8-4177-986c-fe11853ec310 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53b1c082-46f8-4177-986c-fe11853ec310 .shg-image-content-wrapper {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }

    #s-53b1c082-46f8-4177-986c-fe11853ec310 .shogun-image-link {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53b1c082-46f8-4177-986c-fe11853ec310 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53b1c082-46f8-4177-986c-fe11853ec310 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 616px;
  }



  img.s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image {
    
    
    
    max-height: 616px;
  }


.s-53b1c082-46f8-4177-986c-fe11853ec310 .shogun-image-content {
  
    align-items: center;
  
}

.s-53b1c082-46f8-4177-986c-fe11853ec310.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53b1c082-46f8-4177-986c-fe11853ec310 {
      --shg-aspect-ratio: calc(1232/934); 
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container {
      position: relative;
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 616px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-53b1c082-46f8-4177-986c-fe11853ec310 {
  
  
  
  
}

#s-53b1c082-46f8-4177-986c-fe11853ec310 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53b1c082-46f8-4177-986c-fe11853ec310 .shg-image-content-wrapper {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }

    #s-53b1c082-46f8-4177-986c-fe11853ec310 .shogun-image-link {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53b1c082-46f8-4177-986c-fe11853ec310 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53b1c082-46f8-4177-986c-fe11853ec310 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 616px;
  }



  img.s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image {
    
    
    
    max-height: 616px;
  }


.s-53b1c082-46f8-4177-986c-fe11853ec310 .shogun-image-content {
  
    align-items: center;
  
}

.s-53b1c082-46f8-4177-986c-fe11853ec310.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53b1c082-46f8-4177-986c-fe11853ec310 {
      --shg-aspect-ratio: calc(1232/934); 
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container {
      position: relative;
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 616px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-53b1c082-46f8-4177-986c-fe11853ec310 {
  
  
  
  
}

#s-53b1c082-46f8-4177-986c-fe11853ec310 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-53b1c082-46f8-4177-986c-fe11853ec310 .shg-image-content-wrapper {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }

    #s-53b1c082-46f8-4177-986c-fe11853ec310 .shogun-image-link {
      aspect-ratio: 1232/934;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-53b1c082-46f8-4177-986c-fe11853ec310 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-53b1c082-46f8-4177-986c-fe11853ec310 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 616px;
  }



  img.s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image {
    
    
    
    max-height: 616px;
  }


.s-53b1c082-46f8-4177-986c-fe11853ec310 .shogun-image-content {
  
    align-items: center;
  
}

.s-53b1c082-46f8-4177-986c-fe11853ec310.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53b1c082-46f8-4177-986c-fe11853ec310 {
      --shg-aspect-ratio: calc(1232/934); 
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container {
      position: relative;
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53b1c082-46f8-4177-986c-fe11853ec310 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 616px;
    }
  }

}
#s-0e9beeaf-922f-4b90-b66c-f2f98b9d5b4d {
  min-height: 50px;
}








#s-0e9beeaf-922f-4b90-b66c-f2f98b9d5b4d &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e9beeaf-922f-4b90-b66c-f2f98b9d5b4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab458249-b175-46e9-97a4-5c0897dd9556 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 21px;
padding-bottom: 21px;
min-height: 75px;
text-align: center;
background-color: rgba(255, 230, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ab458249-b175-46e9-97a4-5c0897dd9556 {
  padding-top: 23px;
padding-bottom: 23px;
}
}@media (max-width: 767px){#s-ab458249-b175-46e9-97a4-5c0897dd9556 {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 2%;
padding-right: 2%;
}
}
#s-ab458249-b175-46e9-97a4-5c0897dd9556 .shogun-heading-component h2 {
  color: ;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ab458249-b175-46e9-97a4-5c0897dd9556 .shogun-heading-component h2 {
  color: ;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-ab458249-b175-46e9-97a4-5c0897dd9556 .shogun-heading-component h2 {
  color: ;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-aae54df6-e4a3-410e-8f22-40b86cf510b2 {
  margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
min-height: 50px;
max-width: 1180px;
}








#s-aae54df6-e4a3-410e-8f22-40b86cf510b2 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aae54df6-e4a3-410e-8f22-40b86cf510b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e951e517-e92b-4fd7-b57b-460c97f69720 {
  margin-left: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e951e517-e92b-4fd7-b57b-460c97f69720 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e951e517-e92b-4fd7-b57b-460c97f69720.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e9cca0d-a63b-43a4-998f-d53d78a842d7 {
  margin-top: 20px;
margin-left: 300px;
margin-right: 300px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e9cca0d-a63b-43a4-998f-d53d78a842d7 {
  margin-left: 70px;
margin-right: 70px;
}
}@media (max-width: 767px){#s-0e9cca0d-a63b-43a4-998f-d53d78a842d7 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-0e9cca0d-a63b-43a4-998f-d53d78a842d7"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e9cca0d-a63b-43a4-998f-d53d78a842d7"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0e9cca0d-a63b-43a4-998f-d53d78a842d7"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0e9cca0d-a63b-43a4-998f-d53d78a842d7"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0e9cca0d-a63b-43a4-998f-d53d78a842d7"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e9cca0d-a63b-43a4-998f-d53d78a842d7"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0e9cca0d-a63b-43a4-998f-d53d78a842d7"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-2139ef4b-e8ef-4c6a-84c1-d7e8d43464b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2139ef4b-e8ef-4c6a-84c1-d7e8d43464b1 {
  margin-top: -20px;
margin-bottom: 0px;
}
}
#s-2139ef4b-e8ef-4c6a-84c1-d7e8d43464b1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-c81f27a2-7239-46b9-aa41-f55a5eb16626 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 230, 0, 1);
}

#s-c81f27a2-7239-46b9-aa41-f55a5eb16626 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-bfda74f6-9061-4375-98b8-db7c220808c2 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-bfda74f6-9061-4375-98b8-db7c220808c2"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfda74f6-9061-4375-98b8-db7c220808c2"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-bfda74f6-9061-4375-98b8-db7c220808c2"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-bfda74f6-9061-4375-98b8-db7c220808c2"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-90697db3-1703-4851-b04b-6aefab72dd27 {
  max-width: 72px;
aspect-ratio: 72/73;
text-align: center;
}



.shg-image-margin-container-s-90697db3-1703-4851-b04b-6aefab72dd27 {
  
  
  
  
}

#s-90697db3-1703-4851-b04b-6aefab72dd27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90697db3-1703-4851-b04b-6aefab72dd27 .shg-image-content-wrapper {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }

    #s-90697db3-1703-4851-b04b-6aefab72dd27 .shogun-image-link {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90697db3-1703-4851-b04b-6aefab72dd27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90697db3-1703-4851-b04b-6aefab72dd27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 72px;
  }



  img.s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image {
    
    
    
    max-height: 72px;
  }


.s-90697db3-1703-4851-b04b-6aefab72dd27 .shogun-image-content {
  
    align-items: center;
  
}

.s-90697db3-1703-4851-b04b-6aefab72dd27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90697db3-1703-4851-b04b-6aefab72dd27 {
      --shg-aspect-ratio: calc(72/73); 
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container {
      position: relative;
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 72px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-90697db3-1703-4851-b04b-6aefab72dd27 {
  
  
  
  
}

#s-90697db3-1703-4851-b04b-6aefab72dd27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90697db3-1703-4851-b04b-6aefab72dd27 .shg-image-content-wrapper {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }

    #s-90697db3-1703-4851-b04b-6aefab72dd27 .shogun-image-link {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90697db3-1703-4851-b04b-6aefab72dd27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90697db3-1703-4851-b04b-6aefab72dd27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 72px;
  }



  img.s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image {
    
    
    
    max-height: 72px;
  }


.s-90697db3-1703-4851-b04b-6aefab72dd27 .shogun-image-content {
  
    align-items: center;
  
}

.s-90697db3-1703-4851-b04b-6aefab72dd27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90697db3-1703-4851-b04b-6aefab72dd27 {
      --shg-aspect-ratio: calc(72/73); 
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container {
      position: relative;
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 72px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-90697db3-1703-4851-b04b-6aefab72dd27 {
  
  
  
  
}

#s-90697db3-1703-4851-b04b-6aefab72dd27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90697db3-1703-4851-b04b-6aefab72dd27 .shg-image-content-wrapper {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }

    #s-90697db3-1703-4851-b04b-6aefab72dd27 .shogun-image-link {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90697db3-1703-4851-b04b-6aefab72dd27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90697db3-1703-4851-b04b-6aefab72dd27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 72px;
  }



  img.s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image {
    
    
    
    max-height: 72px;
  }


.s-90697db3-1703-4851-b04b-6aefab72dd27 .shogun-image-content {
  
    align-items: center;
  
}

.s-90697db3-1703-4851-b04b-6aefab72dd27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90697db3-1703-4851-b04b-6aefab72dd27 {
      --shg-aspect-ratio: calc(72/73); 
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container {
      position: relative;
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 72px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-90697db3-1703-4851-b04b-6aefab72dd27 {
  
  
  
  
}

#s-90697db3-1703-4851-b04b-6aefab72dd27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90697db3-1703-4851-b04b-6aefab72dd27 .shg-image-content-wrapper {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }

    #s-90697db3-1703-4851-b04b-6aefab72dd27 .shogun-image-link {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90697db3-1703-4851-b04b-6aefab72dd27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90697db3-1703-4851-b04b-6aefab72dd27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 72px;
  }



  img.s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image {
    
    
    
    max-height: 72px;
  }


.s-90697db3-1703-4851-b04b-6aefab72dd27 .shogun-image-content {
  
    align-items: center;
  
}

.s-90697db3-1703-4851-b04b-6aefab72dd27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90697db3-1703-4851-b04b-6aefab72dd27 {
      --shg-aspect-ratio: calc(72/73); 
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container {
      position: relative;
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 72px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-90697db3-1703-4851-b04b-6aefab72dd27 {
  
  
  
  
}

#s-90697db3-1703-4851-b04b-6aefab72dd27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90697db3-1703-4851-b04b-6aefab72dd27 .shg-image-content-wrapper {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }

    #s-90697db3-1703-4851-b04b-6aefab72dd27 .shogun-image-link {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90697db3-1703-4851-b04b-6aefab72dd27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90697db3-1703-4851-b04b-6aefab72dd27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 72px;
  }



  img.s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image {
    
    
    
    max-height: 72px;
  }


.s-90697db3-1703-4851-b04b-6aefab72dd27 .shogun-image-content {
  
    align-items: center;
  
}

.s-90697db3-1703-4851-b04b-6aefab72dd27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90697db3-1703-4851-b04b-6aefab72dd27 {
      --shg-aspect-ratio: calc(72/73); 
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container {
      position: relative;
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90697db3-1703-4851-b04b-6aefab72dd27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 72px;
    }
  }

}
#s-a54982fb-fd02-4e0d-ab61-ccde0646dcb3 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 230, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a54982fb-fd02-4e0d-ab61-ccde0646dcb3 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-a54982fb-fd02-4e0d-ab61-ccde0646dcb3 {
  margin-top: 20px;
}
}
#s-a54982fb-fd02-4e0d-ab61-ccde0646dcb3 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



.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-4ad72b0c-398a-4ae8-a90c-90d8ed9aecb7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-4ad72b0c-398a-4ae8-a90c-90d8ed9aecb7:hover {background-color: rgba(245, 245, 245, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4ad72b0c-398a-4ae8-a90c-90d8ed9aecb7:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-4ad72b0c-398a-4ae8-a90c-90d8ed9aecb7-root {
    text-align: center;
  }


#s-4ad72b0c-398a-4ae8-a90c-90d8ed9aecb7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4ad72b0c-398a-4ae8-a90c-90d8ed9aecb7-root {
    text-align: center;
  }


#s-4ad72b0c-398a-4ae8-a90c-90d8ed9aecb7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ad72b0c-398a-4ae8-a90c-90d8ed9aecb7-root {
    text-align: center;
  }


#s-4ad72b0c-398a-4ae8-a90c-90d8ed9aecb7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ad72b0c-398a-4ae8-a90c-90d8ed9aecb7-root {
    text-align: center;
  }


#s-4ad72b0c-398a-4ae8-a90c-90d8ed9aecb7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4ad72b0c-398a-4ae8-a90c-90d8ed9aecb7-root {
    text-align: center;
  }


#s-4ad72b0c-398a-4ae8-a90c-90d8ed9aecb7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

@media (min-width: 1200px){#s-55e9972f-abb3-4003-8dfe-23ca051fec3e {
  display: none;
}
#s-55e9972f-abb3-4003-8dfe-23ca051fec3e, #wrap-s-55e9972f-abb3-4003-8dfe-23ca051fec3e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55e9972f-abb3-4003-8dfe-23ca051fec3e {
  display: none;
}
#s-55e9972f-abb3-4003-8dfe-23ca051fec3e, #wrap-s-55e9972f-abb3-4003-8dfe-23ca051fec3e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55e9972f-abb3-4003-8dfe-23ca051fec3e {
  display: none;
}
#s-55e9972f-abb3-4003-8dfe-23ca051fec3e, #wrap-s-55e9972f-abb3-4003-8dfe-23ca051fec3e { display: none !important; }}
#s-55e9972f-abb3-4003-8dfe-23ca051fec3e hr {
  border-top: 3px solid #ddd;
}

#s-2741a76f-43d8-4a94-8e6c-a48568ddb36f {
  max-width: 72px;
aspect-ratio: 72/73;
text-align: center;
}



.shg-image-margin-container-s-2741a76f-43d8-4a94-8e6c-a48568ddb36f {
  
  
  
  
}

#s-2741a76f-43d8-4a94-8e6c-a48568ddb36f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shg-image-content-wrapper {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }

    #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shogun-image-link {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 72px;
  }



  img.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image {
    
    
    
    max-height: 72px;
  }


.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shogun-image-content {
  
    align-items: center;
  
}

.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f {
      --shg-aspect-ratio: calc(72/73); 
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container {
      position: relative;
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 72px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2741a76f-43d8-4a94-8e6c-a48568ddb36f {
  
  
  
  
}

#s-2741a76f-43d8-4a94-8e6c-a48568ddb36f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shg-image-content-wrapper {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }

    #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shogun-image-link {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 72px;
  }



  img.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image {
    
    
    
    max-height: 72px;
  }


.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shogun-image-content {
  
    align-items: center;
  
}

.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f {
      --shg-aspect-ratio: calc(72/73); 
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container {
      position: relative;
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 72px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-2741a76f-43d8-4a94-8e6c-a48568ddb36f {
  
  
  
  
}

#s-2741a76f-43d8-4a94-8e6c-a48568ddb36f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shg-image-content-wrapper {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }

    #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shogun-image-link {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 72px;
  }



  img.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image {
    
    
    
    max-height: 72px;
  }


.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shogun-image-content {
  
    align-items: center;
  
}

.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f {
      --shg-aspect-ratio: calc(72/73); 
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container {
      position: relative;
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 72px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-2741a76f-43d8-4a94-8e6c-a48568ddb36f {
  
  
  
  
}

#s-2741a76f-43d8-4a94-8e6c-a48568ddb36f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shg-image-content-wrapper {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }

    #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shogun-image-link {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 72px;
  }



  img.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image {
    
    
    
    max-height: 72px;
  }


.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shogun-image-content {
  
    align-items: center;
  
}

.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f {
      --shg-aspect-ratio: calc(72/73); 
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container {
      position: relative;
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 72px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-2741a76f-43d8-4a94-8e6c-a48568ddb36f {
  
  
  
  
}

#s-2741a76f-43d8-4a94-8e6c-a48568ddb36f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shg-image-content-wrapper {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }

    #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shogun-image-link {
      aspect-ratio: 72/73;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2741a76f-43d8-4a94-8e6c-a48568ddb36f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 72px;
  }



  img.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image {
    
    
    
    max-height: 72px;
  }


.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f .shogun-image-content {
  
    align-items: center;
  
}

.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f {
      --shg-aspect-ratio: calc(72/73); 
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container {
      position: relative;
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2741a76f-43d8-4a94-8e6c-a48568ddb36f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 72px;
    }
  }

}
#s-b87c8266-73c0-4439-bb30-50a210f6cbde {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 230, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b87c8266-73c0-4439-bb30-50a210f6cbde {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-b87c8266-73c0-4439-bb30-50a210f6cbde {
  margin-top: 20px;
}
}
#s-b87c8266-73c0-4439-bb30-50a210f6cbde .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-900a6a03-00a5-4ae8-bec0-1822d6e13816 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-900a6a03-00a5-4ae8-bec0-1822d6e13816:hover {background-color: rgba(245, 245, 245, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-900a6a03-00a5-4ae8-bec0-1822d6e13816:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-900a6a03-00a5-4ae8-bec0-1822d6e13816-root {
    text-align: center;
  }


#s-900a6a03-00a5-4ae8-bec0-1822d6e13816.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-900a6a03-00a5-4ae8-bec0-1822d6e13816-root {
    text-align: center;
  }


#s-900a6a03-00a5-4ae8-bec0-1822d6e13816.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-900a6a03-00a5-4ae8-bec0-1822d6e13816-root {
    text-align: center;
  }


#s-900a6a03-00a5-4ae8-bec0-1822d6e13816.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-900a6a03-00a5-4ae8-bec0-1822d6e13816-root {
    text-align: center;
  }


#s-900a6a03-00a5-4ae8-bec0-1822d6e13816.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-900a6a03-00a5-4ae8-bec0-1822d6e13816-root {
    text-align: center;
  }


#s-900a6a03-00a5-4ae8-bec0-1822d6e13816.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-af41d9ac-65b2-4cac-8eec-2fdffb569f8d {
  display: none;
}
#s-af41d9ac-65b2-4cac-8eec-2fdffb569f8d, #wrap-s-af41d9ac-65b2-4cac-8eec-2fdffb569f8d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af41d9ac-65b2-4cac-8eec-2fdffb569f8d {
  display: none;
}
#s-af41d9ac-65b2-4cac-8eec-2fdffb569f8d, #wrap-s-af41d9ac-65b2-4cac-8eec-2fdffb569f8d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af41d9ac-65b2-4cac-8eec-2fdffb569f8d {
  display: none;
}
#s-af41d9ac-65b2-4cac-8eec-2fdffb569f8d, #wrap-s-af41d9ac-65b2-4cac-8eec-2fdffb569f8d { display: none !important; }}
#s-af41d9ac-65b2-4cac-8eec-2fdffb569f8d hr {
  border-top: 3px solid #ddd;
}

#s-55d9bfca-55d4-459e-92bb-98e86a810852 {
  max-width: 73px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-55d9bfca-55d4-459e-92bb-98e86a810852 {
  
  
  
  
}

#s-55d9bfca-55d4-459e-92bb-98e86a810852 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55d9bfca-55d4-459e-92bb-98e86a810852 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-55d9bfca-55d4-459e-92bb-98e86a810852 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55d9bfca-55d4-459e-92bb-98e86a810852 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55d9bfca-55d4-459e-92bb-98e86a810852 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 73px;
  }



  img.s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image {
    
    
    
    max-height: 73px;
  }


.s-55d9bfca-55d4-459e-92bb-98e86a810852 .shogun-image-content {
  
    align-items: center;
  
}

.s-55d9bfca-55d4-459e-92bb-98e86a810852.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55d9bfca-55d4-459e-92bb-98e86a810852 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container {
      position: relative;
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 73px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-55d9bfca-55d4-459e-92bb-98e86a810852 {
  
  
  
  
}

#s-55d9bfca-55d4-459e-92bb-98e86a810852 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55d9bfca-55d4-459e-92bb-98e86a810852 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-55d9bfca-55d4-459e-92bb-98e86a810852 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55d9bfca-55d4-459e-92bb-98e86a810852 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55d9bfca-55d4-459e-92bb-98e86a810852 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 73px;
  }



  img.s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image {
    
    
    
    max-height: 73px;
  }


.s-55d9bfca-55d4-459e-92bb-98e86a810852 .shogun-image-content {
  
    align-items: center;
  
}

.s-55d9bfca-55d4-459e-92bb-98e86a810852.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55d9bfca-55d4-459e-92bb-98e86a810852 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container {
      position: relative;
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 73px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-55d9bfca-55d4-459e-92bb-98e86a810852 {
  
  
  
  
}

#s-55d9bfca-55d4-459e-92bb-98e86a810852 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55d9bfca-55d4-459e-92bb-98e86a810852 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-55d9bfca-55d4-459e-92bb-98e86a810852 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55d9bfca-55d4-459e-92bb-98e86a810852 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55d9bfca-55d4-459e-92bb-98e86a810852 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 73px;
  }



  img.s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image {
    
    
    
    max-height: 73px;
  }


.s-55d9bfca-55d4-459e-92bb-98e86a810852 .shogun-image-content {
  
    align-items: center;
  
}

.s-55d9bfca-55d4-459e-92bb-98e86a810852.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55d9bfca-55d4-459e-92bb-98e86a810852 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container {
      position: relative;
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 73px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-55d9bfca-55d4-459e-92bb-98e86a810852 {
  
  
  
  
}

#s-55d9bfca-55d4-459e-92bb-98e86a810852 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55d9bfca-55d4-459e-92bb-98e86a810852 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-55d9bfca-55d4-459e-92bb-98e86a810852 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55d9bfca-55d4-459e-92bb-98e86a810852 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55d9bfca-55d4-459e-92bb-98e86a810852 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 73px;
  }



  img.s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image {
    
    
    
    max-height: 73px;
  }


.s-55d9bfca-55d4-459e-92bb-98e86a810852 .shogun-image-content {
  
    align-items: center;
  
}

.s-55d9bfca-55d4-459e-92bb-98e86a810852.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55d9bfca-55d4-459e-92bb-98e86a810852 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container {
      position: relative;
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 73px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-55d9bfca-55d4-459e-92bb-98e86a810852 {
  
  
  
  
}

#s-55d9bfca-55d4-459e-92bb-98e86a810852 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55d9bfca-55d4-459e-92bb-98e86a810852 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-55d9bfca-55d4-459e-92bb-98e86a810852 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55d9bfca-55d4-459e-92bb-98e86a810852 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55d9bfca-55d4-459e-92bb-98e86a810852 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 73px;
  }



  img.s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image {
    
    
    
    max-height: 73px;
  }


.s-55d9bfca-55d4-459e-92bb-98e86a810852 .shogun-image-content {
  
    align-items: center;
  
}

.s-55d9bfca-55d4-459e-92bb-98e86a810852.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55d9bfca-55d4-459e-92bb-98e86a810852 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container {
      position: relative;
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55d9bfca-55d4-459e-92bb-98e86a810852 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 73px;
    }
  }

}
#s-62558a31-76c2-4d74-8c68-dd58e07015e2 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 230, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-62558a31-76c2-4d74-8c68-dd58e07015e2 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-62558a31-76c2-4d74-8c68-dd58e07015e2 {
  margin-top: 20px;
}
}
#s-62558a31-76c2-4d74-8c68-dd58e07015e2 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-772b9546-3cc8-4666-ac21-a89e63e9dbee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-772b9546-3cc8-4666-ac21-a89e63e9dbee:hover {background-color: rgba(245, 245, 245, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-772b9546-3cc8-4666-ac21-a89e63e9dbee:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-772b9546-3cc8-4666-ac21-a89e63e9dbee-root {
    text-align: center;
  }


#s-772b9546-3cc8-4666-ac21-a89e63e9dbee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-772b9546-3cc8-4666-ac21-a89e63e9dbee-root {
    text-align: center;
  }


#s-772b9546-3cc8-4666-ac21-a89e63e9dbee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-772b9546-3cc8-4666-ac21-a89e63e9dbee-root {
    text-align: center;
  }


#s-772b9546-3cc8-4666-ac21-a89e63e9dbee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-772b9546-3cc8-4666-ac21-a89e63e9dbee-root {
    text-align: center;
  }


#s-772b9546-3cc8-4666-ac21-a89e63e9dbee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-772b9546-3cc8-4666-ac21-a89e63e9dbee-root {
    text-align: center;
  }


#s-772b9546-3cc8-4666-ac21-a89e63e9dbee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Open Sans;
  display:  inline-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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;
  }
}
</pre></body></html>