@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Slab:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}.visible{
  visibility: visible;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.bottom-0{
  bottom: 0px;
}.left-0{
  left: 0px;
}.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}.mb-5{
  margin-bottom: 1.25rem;
}.mt-0{
  margin-top: 0px;
}.block{
  display: block;
}.flex{
  display: flex;
}.hidden{
  display: none;
}.h-0{
  height: 0px;
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.list-disc{
  list-style-type: disc;
}.border{
  border-width: 1px;
}.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-tms-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 202 12 / var(--tw-bg-opacity));
}.text-left{
  text-align: left;
}.text-justify{
  text-align: justify;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.uppercase{
  text-transform: uppercase;
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-tms-grey{
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.tms-text-center{text-align:center !important}.tms-text-left{text-align:left !important}.no-scroll{
  overflow: hidden;
}#loader{
  position: relative;
  margin: auto;
  display: none;width:120px;z-index:1000;
}.entry-content .tms-spinner{border:16px solid #f3f3f3;border-top:16px solid #000;border-radius:50%;width:120px;height:120px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.tms-list{
  margin-left: 1.5rem;
  list-style-type: disc;
}.tms-list li{
  font-size: 1rem;
  line-height: 1.5rem;line-height:28px;font-family:'Roboto', sans-serif;font-weight:300;
}.tms-list li a{
  --tw-text-opacity: 1;
  color: rgb(237 185 0 / var(--tw-text-opacity));
}.tms-list li a:hover{
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}.tms-list--list-space li{
  margin-bottom: 1.5rem;
}.tms-page{margin:0;padding:30px 30px}@media only screen and (min-width: 768px){.tms-page{padding:60px 30px}}@media only screen and (min-width: 992px){.tms-page{padding:90px 30px}}@media only screen and (min-width: 1310px){.tms-page{padding:90px 0}}.tms-page .tms-title{
  position: relative;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;color:#b2b2b2;letter-spacing:2px;
}@media only screen and (min-width: 992px){.tms-page .tms-title{
    font-size: 1.5rem;
    line-height: 2rem;padding-bottom:25px;margin-bottom:25px;
  }}.tms-page .tms-title:before{position:absolute;content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";bottom:-6.5px;left:50%;width:150px;margin-left:-75px;color:rgba(185,184,184,0.5);font-family:'lykka';speak:none;font-style:normal;font-weight:normal;font-variant:normal;font-size:13px;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:line-through}.tms-page h2,.tms-page h3{
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));letter-spacing:2px;
}.tms-page .entry-content p{
  margin-bottom: 1.25rem;
}.tms-page .entry-content p,.tms-page .entry-content p a,.tms-page .entry-content ul li,.tms-page .entry-content ol li{
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));font-family:"Roboto", sans-serif;font-weight:300;line-height:28px;
}.tms-page .entry-content p a{
  --tw-text-opacity: 1;
  color: rgb(237 185 0 / var(--tw-text-opacity));
}.tms-page .entry-content p a:hover{
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}.tms-page .entry-content strong{font-weight:700}.tms-page .entry-content ul{list-style-type:disc;margin-left:25px;margin-bottom:15px}a,h1,h2,h3,p,li{font-family:"Lato", sans-serif}ol{
  list-style-type: decimal;
}ol li{
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));font-family:"Roboto", sans-serif;font-weight:300;
}.error404{height:100vh}.error404 .wp-site-blocks{
  position: relative;top:50%;transform:translateY(-50%);
}.error404 h1,.error404 h2{font-family:'Lato', sans-serif}.error404 h1,.error404 h2,.error404 p{
  text-align: center;
}.error404 h1{font-size:100px;color:#626262;line-height:1.1}.error404 h2{
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;color:#bfb2b2;
}.error404 p,.error404 a{font-family:'Roboto', sans-serif}.error404 p{
  font-size: 1rem;
  line-height: 1.5rem;color:#626262;
}.error404 a{
  --tw-text-opacity: 1;
  color: rgb(237 185 0 / var(--tw-text-opacity));
}.error404 a:hover{color:#626262}.tms-footer{
  margin-top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));padding:60px;
}@media only screen and (min-width: 992px){.tms-footer{padding:90px}}.tms-footer .wp-block-group{gap:0}.tms-footer .wp-block-site-logo{
  margin-bottom: 1.25rem;
}.tms-footer p{
  margin-bottom: 0.5rem;
}.tms-footer .wp-block-navigation-link.active{color:rgba(255,255,255,0.5)}.tms-footer .wp-block-navigation-link a:hover{color:rgba(255,255,255,0.5)}.tms-footer p,.tms-footer a{
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;letter-spacing:2px;font-weight:300;
}.entry-content .tms-gallery{
  margin-top: 3rem;visibility:hidden;
}@media only screen and (min-width: 992px){.entry-content .tms-gallery{
    margin-top: 4rem;
  }}.entry-content .tms-gallery .wp-block-image{margin-bottom:25px !important}.entry-content .tms-gallery .wp-block-image a{cursor:zoom-in}.tms-header{height:60px;border-bottom:3px #ffca0c solid;padding:0 30px}.tms-header a{font-family:'Roboto', sans-serif;font-size:16px}@media (min-width: 600px){.tms-header .wp-block-navigation__responsive-container-open:not(.always-shown){display:flex}.tms-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){display:none}}@media only screen and (min-width: 992px){.tms-header{padding:0 90px;height:105px}.tms-header .wp-block-navigation__responsive-container-open:not(.always-shown){display:none !important}.tms-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){display:block !important;width:100%;position:relative;z-index:auto;background-color:inherit}}.tms-header__logo-container{order:2}@media only screen and (min-width: 992px){.tms-header__logo-container{order:1}}.tms-header nav{order:1}@media only screen and (min-width: 992px){.tms-header nav{order:3}}.tms-header__spacer{order:3}@media only screen and (min-width: 992px){.tms-header__spacer{order:2}}.tms-header .wp-block-site-logo img{width:120px}@media only screen and (min-width: 992px){.tms-header .wp-block-site-logo img{width:180px}}@media only screen and (min-width: 1200px){.tms-header .wp-block-site-logo img{width:250px}}.tms-header .wp-block-navigation__responsive-container{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));max-width:270px;
}@media only screen and (min-width: 992px){.tms-header .wp-block-navigation__responsive-container{max-width:unset}}.tms-header .wp-block-navigation__responsive-container-content{padding:40px 0}@media only screen and (min-width: 992px){.tms-header .wp-block-navigation__responsive-container-content{padding:0}}.tms-header .wp-block-navigation__responsive-container-close{
  padding: 1.25rem;
}.tms-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.active{background-color:#ffca0c !important}.tms-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.active a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.tms-header .wp-block-navigation__container{
  width: 100%;gap:0 !important;
}@media only screen and (min-width: 992px){.tms-header .wp-block-navigation__container{gap:30px !important}}.tms-header .wp-block-navigation__container li{
  width: 100%;padding:10px 20px;
}@media only screen and (min-width: 992px){.tms-header .wp-block-navigation__container li{width:unset;padding:0}}.tms-header .wp-block-navigation-item.active{
  --tw-text-opacity: 1;
  color: rgb(255 202 12 / var(--tw-text-opacity));
}.tms-header .wp-block-navigation-item__label{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.tms-header .wp-block-navigation-item__label:hover{
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}.tms-hero-banner{letter-spacing:2px}.tms-hero-banner h1{
  font-size: 1.5rem;
  line-height: 2rem;line-height:28px;
}.tms-hero-banner p{
  font-size: 1.125rem;
  line-height: 1.75rem;line-height:24px;
}.tms-prefooter{
  margin-top: 0px;
  margin-bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 202 12 / var(--tw-bg-opacity));gap:0;
}.tms-prefooter .wp-block-column{padding:30px}@media only screen and (min-width: 992px){.tms-prefooter .wp-block-column{padding:40px}}.tms-prefooter .wp-block-group{gap:0}.tms-prefooter h3{font-weight:500;letter-spacing:2px}.tms-prefooter p{
  font-size: 0.75rem;
  line-height: 1rem;letter-spacing:2px;
}.tms-prefooter .wp-block-buttons a{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 202 12 / var(--tw-bg-opacity));letter-spacing:2px;font-family:'Lato', sans-serif;
}.tms-prefooter .wp-block-buttons a:hover{
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}.tms-prefooter .wp-block-buttons a:hover::before{height:4px}.tms-prefooter .wp-block-buttons a::before{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));content:'';transition:.3s all;
}.tms-three-column{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));padding:30px 0 2px;
}@media only screen and (min-width: 768px){.tms-three-column{padding:30px 0}}@media only screen and (min-width: 992px){.tms-three-column{padding:40px 0}}.tms-three-column .wp-block-columns{gap:30px}@media only screen and (min-width: 992px){.tms-three-column .wp-block-columns{gap:40px}}.tms-three-column .wp-block-column{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));padding:30px;border-bottom:4px #ffca0c solid;
}@media only screen and (min-width: 992px){.tms-three-column .wp-block-column{padding:40px}}.tms-three-column .wp-block-column img,.tms-three-column .wp-block-column h2,.tms-three-column .wp-block-column h3,.tms-three-column .wp-block-column h4{margin-bottom:20px}.tms-three-column .wp-block-column .wp-block-image{
  margin: auto;
}.tms-three-column .wp-block-column h2,.tms-three-column .wp-block-column h3,.tms-three-column .wp-block-column h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));letter-spacing:2px;
}.tms-three-column .wp-block-column p{
  font-size: 1rem;
  line-height: 1.5rem;font-family:"Roboto", sans-serif;font-weight:300;
}.tms-two-column-content{gap:30px;margin-top:30px}@media only screen and (min-width: 992px){.tms-two-column-content{gap:40px;margin-top:40px}}.tms-two-column-content>.wp-block-column{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));padding:30px;
}@media only screen and (min-width: 992px){.tms-two-column-content>.wp-block-column{padding:40px}}.tms-two-column-content>.wp-block-column .wp-block-columns{gap:0}@media only screen and (min-width: 768px){.tms-two-column-content__image{
    display: flex;
    align-items: center;margin-right:30px !important;
  }}.entry-content .tms-two-column-content__content h2{
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.entry-content .tms-two-column-content__content p,.entry-content .tms-two-column-content__content a{font-family:'Roboto', sans-serif;font-weight:300}.entry-content .tms-two-column-content__content p{
  margin-bottom: 0px;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.entry-content .tms-two-column-content__content p a{
  --tw-text-opacity: 1;
  color: rgb(237 185 0 / var(--tw-text-opacity));
}.entry-content .tms-two-column-content__content p a:hover{
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}.entry-content .tms-two-column-content__content .has-small-font-size{font-size:12px !important;text-align:left !important;margin:5px 0 0 !important;line-height:1.2 !important}.tms-two-column-content .wp-block-image{margin-bottom:30px}@media only screen and (min-width: 768px){.tms-two-column-content .wp-block-image{margin-bottom:0}}.tms-two-column-cta{
  margin-top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 202 12 / var(--tw-bg-opacity));letter-spacing:2px;gap:0;
}.tms-two-column-cta .wp-block-column{padding:30px}@media only screen and (min-width: 992px){.tms-two-column-cta .wp-block-column{padding:40px}}@media only screen and (min-width: 768px){.tms-two-column-cta .wp-block-column:first-child{border-right:1px #fff solid}}.tms-two-column-cta .wp-block-column .wp-block-group{gap:0}.tms-two-column-cta h2,.tms-two-column-cta h3{
  margin-top: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}.tms-two-column-cta p{
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}.tms-two-column-cta .wp-block-button a{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 202 12 / var(--tw-bg-opacity));letter-spacing:2px;font-family:'Lato', sans-serif;background-color:#ffca0c !important;padding:9px 12px !important;font-size:12px !important;
}.tms-two-column-cta .wp-block-button a:hover{
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity));
}.tms-two-column-cta .wp-block-button a:hover::before{height:4px}.tms-two-column-cta .wp-block-button a::before{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));content:'';transition:.3s all;
}.tms-two-column-cta .wp-block-button a:hover{color:#5b5b5b !important}


/*# sourceMappingURL=main.css.map*/